\documentclass[10pt,a4paper]{article} % Packages \usepackage{fancyhdr} % For header and footer \usepackage{multicol} % Allows multicols in tables \usepackage{tabularx} % Intelligent column widths \usepackage{tabulary} % Used in header and footer \usepackage{hhline} % Border under tables \usepackage{graphicx} % For images \usepackage{xcolor} % For hex colours %\usepackage[utf8x]{inputenc} % For unicode character support \usepackage[T1]{fontenc} % Without this we get weird character replacements \usepackage{colortbl} % For coloured tables \usepackage{setspace} % For line height \usepackage{lastpage} % Needed for total page number \usepackage{seqsplit} % Splits long words. %\usepackage{opensans} % Can't make this work so far. Shame. Would be lovely. \usepackage[normalem]{ulem} % For underlining links % Most of the following are not required for the majority % of cheat sheets but are needed for some symbol support. \usepackage{amsmath} % Symbols \usepackage{MnSymbol} % Symbols \usepackage{wasysym} % Symbols %\usepackage[english,german,french,spanish,italian]{babel} % Languages % Document Info \author{fklimowski} \pdfinfo{ /Title (unit-1-cell-theory-and-functions-of-life.pdf) /Creator (Cheatography) /Author (fklimowski) /Subject (UNIT 1: Cell Theory and Functions of Life Cheat Sheet) } % Lengths and widths \addtolength{\textwidth}{6cm} \addtolength{\textheight}{-1cm} \addtolength{\hoffset}{-3cm} \addtolength{\voffset}{-2cm} \setlength{\tabcolsep}{0.2cm} % Space between columns \setlength{\headsep}{-12pt} % Reduce space between header and content \setlength{\headheight}{85pt} % If less, LaTeX automatically increases it \renewcommand{\footrulewidth}{0pt} % Remove footer line \renewcommand{\headrulewidth}{0pt} % Remove header line \renewcommand{\seqinsert}{\ifmmode\allowbreak\else\-\fi} % Hyphens in seqsplit % This two commands together give roughly % the right line height in the tables \renewcommand{\arraystretch}{1.3} \onehalfspacing % Commands \newcommand{\SetRowColor}[1]{\noalign{\gdef\RowColorName{#1}}\rowcolor{\RowColorName}} % Shortcut for row colour \newcommand{\mymulticolumn}[3]{\multicolumn{#1}{>{\columncolor{\RowColorName}}#2}{#3}} % For coloured multi-cols \newcolumntype{x}[1]{>{\raggedright}p{#1}} % New column types for ragged-right paragraph columns \newcommand{\tn}{\tabularnewline} % Required as custom column type in use % Font and Colours \definecolor{HeadBackground}{HTML}{333333} \definecolor{FootBackground}{HTML}{666666} \definecolor{TextColor}{HTML}{333333} \definecolor{DarkBackground}{HTML}{06488A} \definecolor{LightBackground}{HTML}{EFF3F7} \renewcommand{\familydefault}{\sfdefault} \color{TextColor} % Header and Footer \pagestyle{fancy} \fancyhead{} % Set header to blank \fancyfoot{} % Set footer to blank \fancyhead[L]{ \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{C} \SetRowColor{DarkBackground} \vspace{-7pt} {\parbox{\dimexpr\textwidth-2\fboxsep\relax}{\noindent \hspace*{-6pt}\includegraphics[width=5.8cm]{/web/www.cheatography.com/public/images/cheatography_logo.pdf}} } \end{tabulary} \columnbreak \begin{tabulary}{11cm}{L} \vspace{-2pt}\large{\bf{\textcolor{DarkBackground}{\textrm{UNIT 1: Cell Theory and Functions of Life Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{fklimowski} via \textcolor{DarkBackground}{\uline{cheatography.com/172179/cs/36173/}}} \end{tabulary} \end{multicols}} \fancyfoot[L]{ \footnotesize \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{LL} \SetRowColor{FootBackground} \mymulticolumn{2}{p{5.377cm}}{\bf\textcolor{white}{Cheatographer}} \\ \vspace{-2pt}fklimowski \\ \uline{cheatography.com/fklimowski} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Published 19th December, 2022.\\ Updated 19th December, 2022.\\ Page {\thepage} of \pageref{LastPage}. \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Sponsor}} \\ \SetRowColor{white} \vspace{-5pt} %\includegraphics[width=48px,height=48px]{dave.jpeg} Measure your website readability!\\ www.readability-score.com \end{tabulary} \end{multicols}} \begin{document} \raggedright \raggedcolumns % Set font size to small. Switch to any value % from this page to resize cheat sheet text: % www.emerson.emory.edu/services/latex/latex_169.html \footnotesize % Small font. \begin{multicols*}{2} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Outline the functions of all life:}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{Metabolism- conversion of organic molecules through chemical reactions in an organism} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{Reproduction- production of similar cells/organisms from existing ones} \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{Homeostasis- regulating/maintaining a constant/stable environment} \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{Growth- increase in size/mass/number of cells within an organism} \tn % Row Count 8 (+ 2) % Row 4 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{Response- react to stimuli} \tn % Row Count 9 (+ 1) % Row 5 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{Excretion- elimination of waste products} \tn % Row Count 10 (+ 1) % Row 6 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{Nutrition- process by which organisms take in and make use of food/nutrients} \tn % Row Count 12 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Cell Theory}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{The cell is the basic unit of life.} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{All living things are composed of cells.} \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{Cells come from preexisting cells.} \tn % Row Count 3 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Evidence for Cell Theory}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{Subcellular components have never been seen to perform the functions of life whereas full cells have.} \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{From the 17th century on, biologists examined tissues from both plants and animals (later from fungi, bacteria and protists) and saw that every specimen contained at least one or more cells.} \tn % Row Count 7 (+ 4) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{We have observed cells coming from other cells, but never observed spontaneous generation.} \tn % Row Count 9 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{2.584 cm} x{2.508 cm} x{2.508 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{8.4cm}}{\bf\textcolor{white}{Atypical Cells}} \tn % Row 0 \SetRowColor{LightBackground} Giant algae can be huge, single celled organism with a single nucleus (like in umbrella algae, \seqsplit{Acetabularia)}. Some consider the giant algae to be acellular because they are larger than a typical cell yet still carry out all life functions! Discrepancy: a large single celled organism! & There are cells, like mammal skeletal muscles cells, that are large and have multiple nuclei. Discrepancy: a eukaryotic cell with more than one nucleus! & Fungal hyphae are sometimes not divided up into individual cells (called aseptate hyphae), resulting in a continuous cytoplasm along the length of the hyphae. Do you know what a hyphae is? If not, read this! Discrepancy: Aseptate hyphae are not made of clearly defined individual cells. \tn % Row Count 25 (+ 25) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{2.584 cm} x{2.508 cm} x{2.508 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{8.4cm}}{\bf\textcolor{white}{Pre-existing Cells Forming Cells}} \tn % Row 0 \SetRowColor{LightBackground} Implication \#1: We can trace the origin of all the cells in our body back to the first cell; the zygote produced by the \seqsplit{fertilization} of a sperm and egg. & Implication \#2: The origins of all cells can be traced back through billions of years of evolution to "LUCA" the last universal common ancestor of all life on Earth. & Implication \#3: There must have been a first cell that arose from non-living material. \tn % Row Count 14 (+ 14) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Polymerization}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{Polymerization is the process in which relatively small molecules, called monomers, combine chemically to produce a large chainlike molecule, called a polymer.} \tn % Row Count 4 (+ 4) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{Polymerization is an anabolic reaction, in which complex molecules form from simpler molecules by condensation reactions} \tn % Row Count 7 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Miller and Urey}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{The Miller-Urey experiment (1953) tested the first step of the Oparin-Haldane hypothesis; whether simple organic molecules can form from inorganic compounds.} \tn % Row Count 4 (+ 4) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{Boiled water evaporates and moves into the larger flask, where it combines with .... … methane, ammonia and hydrogen gases in a large flask. Sparks are fired between electrodes to simulate lightning. A cooling condenser turns steam back into liquid water, which drips down... ….into the trap, where organic molecules produced in the reactions also settle.} \tn % Row Count 12 (+ 8) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{Organic molecules, including amino acids, can form from inorganic compounds* Organic molecules could have formed on prebiotic Earth} \tn % Row Count 15 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Miller and Urey}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{The Miller-Urey experiment (1953) tested the first step of the Oparin-Haldane hypothesis; whether simple organic molecules can form from inorganic compounds.} \tn % Row Count 4 (+ 4) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{Boiled water evaporates and moves into the larger flask, where it combines with .... … methane, ammonia and hydrogen gases in a large flask. Sparks are fired between electrodes to simulate lightning. A cooling condenser turns steam back into liquid water, which drips down... ….into the trap, where organic molecules produced in the reactions also settle.} \tn % Row Count 12 (+ 8) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{Organic molecules, including amino acids, can form from inorganic compounds* Organic molecules could have formed on prebiotic Earth} \tn % Row Count 15 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Spontaneous Origin of Cells}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{Synthesis (creation) of simple organic molecules from inorganic compounds} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{Simple organic molecules polymerize/assemble into polymers;} \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{Molecules can self-replicate} \tn % Row Count 5 (+ 1) % Row 3 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{Simple molecules become isolated from the surroundings/enclosed in membranes} \tn % Row Count 7 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Pasteur's Experiments}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{Pasteur's experiment consisted of two parts. In the first part, the broth in the flask was boiled to sterilize it. When this broth was cooled, it remained free of microbial contamination. In the second part of the experiment, the flask was boiled and then the neck was broken off. The broth in this flask became contaminated with microbes.} \tn % Row Count 7 (+ 7) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{If a life force was responsible for microbial growth within the sterilized flasks, it would have access to the broth, whereas the microorganisms would not. However, because the broth in the flask remained clear, Pasteur's experiment showed that air does not contain a "vital force" that creates life. Life could not spontaneously generate.} \tn % Row Count 14 (+ 7) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Fatty Acids}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{Similar to phospholipids, fatty acids have a hydrophobic tail and hydrophilic head, and can thus form the same types of structures, such as vesicles (a), micelles (b) and bilayers (c).} \tn % Row Count 4 (+ 4) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{p{0.8 cm} p{0.8 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Tools}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{} \tn % Row Count 0 (+ 0) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{With improved observational tools and a focus on controlled experiments, we now know that cells only come from existing cells.} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Paramecium \& Life Functions}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{The paramecium is a single-celled eukaryotic organism . The paramecium is a heterotroph, and eats smaller unicellular organisms in order to obtain energy and matter. The cytoplasm contains dissolved enzymes that catalyze metabolic reactions such as digestion and synthesis of cellular structures. The paramecium can control beating of cilia to move in different directions in response to changes in the environment.} \tn % Row Count 9 (+ 9) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{The cell will grow until it reaches a maximum surface area to volume ratio), at which point it will divide. The nucleus of the cell divides via mitosis to make another nuclei before the cell reproduces asexually. Two paramecium can also fuse before dividing to carry out a form of sexual reproduction. Waste products from digestion are excreted through an anal pore, an example of exchanging matter with the environment. To maintain homeostasis, excess water within the cell is collected into a pair of "contractile vacuoles" which alternately swell and expel water through an opening in the cell membrane.} \tn % Row Count 22 (+ 13) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Theory}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{In scientific use: a theory has been shown to be true through repeated observations and experiments. There is no current doubt*. As of yet, no evidence has been collected that does not support the idea.} \tn % Row Count 5 (+ 5) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{4 cm} x{4 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Trend \& Discrepancy}} \tn % Row 0 \SetRowColor{LightBackground} Trend: a prevailing tendency, a generalization. & Discrepancy: does not fit the general trend, a variation from the trend. \tn % Row Count 4 (+ 4) % Row 1 \SetRowColor{white} Trends lead to the development of predictions of what we expect to observe. & Discrepancies from trends can lead to scientific questions. "Why is it like that? "How did this happen?" Answering those questions can lead to new discoveries and a deeper understanding of how the world works. \tn % Row Count 15 (+ 11) % Row 2 \SetRowColor{LightBackground} A trend is that all living things are composed entirely of true cells. A trend is that cells are small. There are trends in typical cell structures. & Giant algae can be huge, single celled organism with a single nucleus -{}-\textgreater{} A large single celled organism! \tn % Row Count 23 (+ 8) % Row 3 \SetRowColor{white} & Mammal skeletal muscles cells are large and have multiple nuclei -{}-\textgreater{} \tn % Row Count 27 (+ 4) % Row 4 \SetRowColor{LightBackground} & A eukaryotic cell with more than one nucleus! \tn % Row Count 30 (+ 3) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{x{4 cm} x{4 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Trend \& Discrepancy (cont)}} \tn % Row 5 \SetRowColor{LightBackground} & Aseptate fungal hyphae are not divided up into individual cells -{}-\textgreater{} An organism not made with clearly defined individual cells. \tn % Row Count 7 (+ 7) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Spontaneous Generation}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{The theory, now discredited, that living organisms can routinely emerge from nonliving matter independently of other living matter.} \tn % Row Count 3 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Redi experiment}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{In 1668, Francesco Redi, an Italian scientist, designed an experiment to test spontaneous generation of maggots. Redi is credited with performing one of the first controlled experiments.} \tn % Row Count 4 (+ 4) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Redi experiment}} \tn \SetRowColor{LightBackground} \mymulticolumn{1}{p{8.4cm}}{\vspace{1px}\centerline{\includegraphics[width=5.1cm]{/web/www.cheatography.com/public/uploads/fklimowski_1671439595_Screenshot 2022-12-19 at 2.14.45 PM.png}}} \tn \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Redi experiment}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{Redi placed meat three different jars. One jar was left open; the other two were covered. Later, the open jar contained maggots, whereas the covered jars contained no maggots. He did note that maggots were found on the exterior surface of the cloth that covered the jar (attracted to the smell). Redi successfully demonstrated that the maggots came from fly eggs and were not spontaneously generated.} \tn % Row Count 9 (+ 9) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Spallanzani experiment.}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{In 1768, Lazzaro Spallanzani , an Italian priest and scientist, designed an experiment to test spontaneous generation of microbes.} \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{Spallanzani put broth in a flask, sealed the flask so that way no air could get in, and boiled it. No organisms grew in that flask. This suggested that microbes were introduced into these flasks from the air. In response to Spallanzani's findings, others argued that life originates from a "life force" that was destroyed during Spallanzani's extended boiling.} \tn % Row Count 11 (+ 8) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Miller and Urey}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{The Miller-Urey experiment (1953) tested the first step of the Oparin-Haldane hypothesis; whether simple organic molecules can form from inorganic compounds.} \tn % Row Count 4 (+ 4) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{Boiled water evaporates and moves into the larger flask, where it combines with .... … methane, ammonia and hydrogen gases in a large flask. Sparks are fired between electrodes to simulate lightning. A cooling condenser turns steam back into liquid water, which drips down... ….into the trap, where organic molecules produced in the reactions also settle.} \tn % Row Count 12 (+ 8) % Row 2 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{Organic molecules, including amino acids, can form from inorganic compounds* Organic molecules could have formed on prebiotic Earth} \tn % Row Count 15 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Polymerization}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{Polymerization is the process in which relatively small molecules, called monomers, combine chemically to produce a large chainlike molecule, called a polymer.} \tn % Row Count 4 (+ 4) % Row 1 \SetRowColor{white} \mymulticolumn{1}{x{8.4cm}}{Polymerization is an anabolic reaction, in which complex molecules form from simpler molecules by condensation reactions.} \tn % Row Count 7 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{RNA}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{RNA can self-replicate, the third step of the Oparin-Haldane hypothesis. RNA can serve as a genetic code for protein synthesis between generations. RNA can act as a catalyst, speeding up the polymerization of amino acids to form proteins.} \tn % Row Count 5 (+ 5) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Fatty Acids}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{8.4cm}}{Similar to phospholipids, fatty acids have a hydrophobic tail and hydrophilic head, and can thus form the same types of structures, such as vesicles, micelles and bilayers.} \tn % Row Count 4 (+ 4) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}