cinv-instr/main.tex

57 lines
2.2 KiB
TeX
Raw Normal View History

2024-10-26 17:03:51 +00:00
\documentclass[a4paper,12pt]{article}
\usepackage{amsmath}
\usepackage{geometry}
\usepackage{fancyhdr}
\usepackage{graphicx}
2024-10-26 17:15:29 +00:00
\usepackage{enumitem} % For custom enumeration
2024-10-26 17:03:51 +00:00
% Page setup
\geometry{left=2.5cm, right=2.5cm, top=2.5cm, bottom=2.5cm}
\pagestyle{fancy}
% Header and Footer
2024-10-26 17:15:29 +00:00
\lhead{PCz, Biotechnology, Plant In Vitro Cultures 2024}
\rhead{Group I}
2024-10-26 17:03:51 +00:00
\lfoot{Commit UUID with timestamp}
\rfoot{\thepage}
% Document title
\title{\textbf{Practical 2}\\ Establishment of axenic culture of plants as explant source for \textit{in vitro} experiments}
2024-10-26 17:15:29 +00:00
\author{A. Gorbelak}
2024-10-26 17:03:51 +00:00
\date{}
2024-10-26 17:15:29 +00:00
% Define new list type longenum with five levels
\newlist{longenum}{enumerate}{5}
\setlist[longenum,1]{label=\arabic*., left=0.5em}
\setlist[longenum,2]{label=\arabic*), left=1em}
\setlist[longenum,3]{label=\alph*., left=1.5em}
\setlist[longenum,4]{label=\alph*), left=2em}
\setlist[longenum,5]{label=--, left=3.5em}
2024-10-26 17:03:51 +00:00
\begin{document}
\maketitle
\section*{Objectives}
2024-10-26 17:15:29 +00:00
\begin{longenum}
2024-10-26 17:03:51 +00:00
\item To learn methods of plant material sterilisation.
2024-10-26 17:15:29 +00:00
\item To gain experience in the establishment and maintenance of sterile cultures of seedlings and plants.
2024-10-26 17:03:51 +00:00
\item To establish a sterile culture of \textit{Arabidopsis thaliana} and \textit{Nicotiana sp.} plants used as an explant source in Practicals 3, 7, and 8.
2024-10-26 17:15:29 +00:00
\end{longenum}
2024-10-26 17:03:51 +00:00
\section*{Introduction}
2024-10-26 17:15:29 +00:00
\begin{longenum}
\item To avoid the process of plant material sterilisation, sterile cultures of plants growing in \textit{in vitro} conditions are recommended as a source of explants.
\item When seedling fragments are used as explants, seeds can be sterilised.
\item Seeds can be germinated \textit{in vitro}, providing a sterile seedling culture.
\item When explants are taken from mature plant tissue, donor plants are typically not maintained in sterile culture.
\item In such cases, sterilisation is necessary.
\item An exception includes species from the \textit{Solanaceae} family (e.g., tomato, tobacco).
\item These plants are easily maintained in \textit{in vitro} culture through propagation by "cuttings."
\item These cuttings are grown on MS10 agar medium.
\item Plants from germinated \textit{in vitro} seeds of the \textit{Solanaceae} family can be propagated by cuttings.
\end{longenum}
2024-10-26 17:03:51 +00:00
\end{document}