Team:Heidelberg/Human Practice/Phips the Phage/General Backround

From 2008.igem.org

(Difference between revisions)
(Chemotaxis)
 
(37 intermediate revisions not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__
<html>
<html>
-
<link rel='stylesheet' href='http://igem-heidelberg.de/fileadmin/Wiki/Heidelberg2.css' type='text/css' />
+
 
-
<link rel="stylesheet" href="http://igem-heidelberg.de/fileadmin/Wiki/Menu.css" type="text/css"/>
+
 
-
<link rel="stylesheethref="http://igem-heidelberg.de/fileadmin/Wiki/MenuHD.css" type="text/css"/>
+
<style>
 +
h1.firstHeading { display: none; }
 +
 
 +
p {text-align: justify;}
 +
 
 +
a:link { color: #00b0e6; text-decoration: none}
 +
a:visited { color:#00b0e6; text-decoration: none}
 +
a:hover { color:#f29400; text-decoration: none}
 +
a:active { color:#f29400; text-decoration: none}
 +
 
 +
#bodyContent { padding: 10px auto; width: 910px; margin: auto; clear: none; }
 +
 
 +
table#team_members { text-align: justify; border: 0; }
 +
table#team_members h2, table#team_members h3 { clear: both; }
 +
 
 +
 
 +
/*-----------------------------------------------------------------------------------------------*/
 +
div.MenuBar ul li ul.DropDownMenu {
 +
  display: none; /* Hides all drop-down menus. */
 +
 
 +
}
 +
/*
 +
li:hover works in IE7 and FF2.
 +
a:hover works in IE6 and FF2.
 +
a:hover breaks li:hover in FF2.
 +
*/
 +
div.MenuBar ul li:hover ul.DropDownMenu li ul.SideMenu,
 +
div.MenuBar ul li a:hover ul.DropDownMenu li a ul.SideMenu {
 +
  display: none; /* Hides all side menus. */
 +
}
 +
/*------------------------------------------------------------------------------------- Menu Bar */
 +
div.MenuBar {
 +
  font: arial, helvetica, sans-serif;
 +
  height: 30px;
 +
  width: 910px;
 +
  /*width: 100%*/
 +
  margin: 0;
 +
  border-top: 0;
 +
  border-right: 0;
 +
  border-left: 0;
 +
  padding: 0;
 +
  background: black;
 +
 
 +
}
 +
div.MenuBar ul {
 +
  font: arial, helvetica, sans-serif;
 +
  text-align: center;
 +
  list-style-type: none;
 +
  margin: 0.5em auto;
 +
  border: 0;
 +
  padding: 0;
 +
  background: black;
 +
}
 +
div.MenuBar ul li {
 +
  font: arial, helvetica, sans-serif;
 +
  display: block;
 +
  padding: 0;
 +
  margin: 0;
 +
  font-size: 1.3em;
 +
  float: left;
 +
  background: black;
 +
  text-align: center;
 +
  width: 107px;
 +
  position: relative; /* Sets the positioning context for each drop-down menu. */
 +
}
 +
 
 +
div.MenuBar ul li a {
 +
  font: arial, helvetica, sans-serif;
 +
  display: block;
 +
  background: black;
 +
  height: 22px; /* Keep height + padding-top + padding-bottom sync with the menu bar height. */
 +
  color: #ffffff;
 +
  padding-top: 4px;
 +
  padding-bottom: 4px;
 +
  padding-left: 1em; /* Sets the left space between top-level items. */
 +
  padding-right: 1em; /* Sets the right space between top-level items. */
 +
  text-decoration: none;
 +
}
 +
 
 +
/*------------------------------------------------------------------------------ Drop-Down Menus */
 +
div.MenuBar ul li:hover ul.DropDownMenu,
 +
div.MenuBar ul li a:hover ul.DropDownMenu {
 +
  display: block;
 +
  width: 10em; /* Drop-down menu width.
 +
                  Use MenuTailor.css to customize. */
 +
  height: 1em;
 +
  padding: 1px; /* Sets the drop-down menu "effective border" width. */
 +
  position: absolute;
 +
  top: 23px; /* Places the drop-down menu under the menu bar.
 +
                Keep it sync with the menu bar height. */
 +
  left: 0; /* Aligns the drop-down menu to its top-level item. */
 +
  background-color: black; /* Selected item. */
 +
  color: #FFFFFF;
 +
 
 +
}
 +
div.MenuBar ul li:hover ul.DropDownMenu li a,
 +
div.MenuBar ul li a:hover ul.DropDownMenu li a {
 +
  width: 10em; /* Keep it sync with the drop-down menu width.
 +
                            Use MenuTailor.css to customize. */
 +
  height: 1em;
 +
  padding-left: 0;
 +
  padding-right: 0;
 +
  background-color: black; /* Selected item. */
 +
  color: #FFFFFF;
 +
}
 +
ul.DropDownMenu li a span {
 +
  display: block;
 +
  padding-left: 0.75em; /* Sets the left space of each drop-down menu item. */
 +
  padding-right: 0.25em; /* Sets the right space of each drop-down menu item. */
 +
  text-align: right; /* Aligns the >> symbol to the right. */
 +
}
 +
ul.DropDownMenu li a span span {
 +
  float: left; /* Aligns the text (back) to the left. */
 +
  font: 12px arial, helvetica, sans-serif; /* Required for IE55. */
 +
  height: 20px;
 +
  color: #FFFFFF;
 +
}
 +
/*----------------------------------------------------------------------------------- Side Menus */
 +
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu,
 +
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu {
 +
  display: block;
 +
  width: 11em; /* Side menu width.
 +
                  Use MenuTailor.css to customize. */
 +
  padding: 1px; /* Sets the side menu "effective border" width. */
 +
  position: absolute;
 +
  top: -1px; /* Aligns the side menu to its drop-down menu item.
 +
                Keep it sync with the side menu "effective border" width. */
 +
  left: 13em; /* Places the side menu to the right of the drop-down menu.
 +
                            Keep it sync with the drop-down menu width.
 +
                            Use MenuTailor.css to customize. */
 +
}
 +
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a,
 +
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a {
 +
  width: 11em; /* Keep it sync with the side menu width.
 +
                            Use MenuTailor.css to customize. */
 +
  font: 12px arial, helvetica, sans-serif; /* Required for IE55. */
 +
  left: 13em; /* Places the side menu to the right of the drop-down menu.
 +
                            Keep it sync with the drop-down menu width.
 +
                            Use MenuTailor.css to customize. */
 +
}
 +
div.MenuBar ul li ul.DropDownMenu li ul.SideMenu li a span {
 +
  padding-left: 1.5em; /* Sets the left space of each side menu item. */
 +
  padding-right: 0.5em; /* Sets the right space of each side menu item. */
 +
  text-align: left;
 +
  font: 12px arial, helvetica, sans-serif; /* Required for IE55. */
 +
  left: 13em; /* Places the side menu to the right of the drop-down menu.
 +
                            Keep it sync with the drop-down menu width.
 +
                            Use MenuTailor.css to customize. */
 +
}
 +
/*----------------------------------------------------------------------------- Browser Specific */
 +
* html div.MenuBar ul li a {
 +
  float: left; /* Required for IE55 and IE6.
 +
                            Breaks O9.
 +
                            Hidden (* html) from non-IE browsers. */
 +
}
 +
* html ul.DropDownMenu li a:hover {
 +
  cursor: hand; /* Required for IE55.
 +
                  Hidden (* html) from non-IE browsers. */
 +
}
 +
ul.DropDownMenu li a:hover {
 +
  cursor: pointer; /* Required for IE6 and IE7.
 +
                      Hidding it (* html) from non-IE browsers breaks IE7!
 +
}
 +
* html div.MenuBar a:hover {
 +
  text-decoration: none; /* Required for IE55 and IE6.
 +
                            Hidden (* html) from non-IE browsers. */
 +
}
 +
* html div.MenuBar ul li table,
 +
* html div.MenuBar ul li table td {
 +
  border: 0; /* Required for IE55 and IE6.
 +
                Hidden (* html) from non-IE browsers. */
 +
}
 +
/*------------------------------------------------------------------------------- Default Colors */
 +
div.MenuBar {
 +
  background-color: Menu;
 +
  border-bottom: 1px solid ButtonShadow;
 +
}
 +
div.MenuBar a {
 +
  background-color: Menu; /* Top-level unselected items. */
 +
  color: MenuText;
 +
}
 +
div.MenuBar ul li:hover a,
 +
div.MenuBar ul li a:hover {
 +
  color: #ea7f16;
 +
  background-color: Highlight; /* Top-level selected item. */
 +
  color: HighlightText;
 +
}
 +
/*...............................................................................................*/
 +
div.MenuBar ul li:hover ul.DropDownMenu,
 +
div.MenuBar ul li a:hover ul.DropDownMenu {
 +
  background-color: ButtonShadow; /* Sets the drop-down menu "effective border" color. */
 +
}
 +
div.MenuBar ul li:hover ul.DropDownMenu li a,
 +
div.MenuBar ul li a:hover ul.DropDownMenu li a {
 +
  background-color: Menu; Drop-down menu unselected items.
 +
                            Sets the drop-down menu "effective background" color. */
 +
  color: MenuText;
 +
}
 +
div.MenuBar ul li:hover ul.DropDownMenu li:hover a,
 +
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover {
 +
  background-color: Highlight; /* Drop-down menu selected item. */
 +
  color: HighlightText;
 +
}
 +
/*...............................................................................................*/
 +
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu,
 +
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu {
 +
  background-color: ButtonShadow; /* Sets the side menu "effective border" color. */
 +
}
 +
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a,
 +
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a {
 +
  background-color: Menu; /* Side menu unselected items.
 +
                            Sets the side menu "effective background" color. */
 +
  color: MenuText;
 +
}
 +
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a:hover,
 +
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a:hover {
 +
  background-color: Highlight; /* Side menu selected item. */
 +
  color: HighlightText;
 +
}
 +
/*-----------------------------------------------------------------------------------------------*/
 +
/*Script-Free 3-Level Menu 1.2 Tailor
 +
  www.CesarDaniel.info
 +
/*-------------------------------------------------------------------------------------- General */
 +
body {
 +
  background: white;
 +
  color: black;
 +
  margin: 0;
 +
  border: 0;
 +
  padding: 0;
 +
}
 +
 
 +
 
 +
div.MenuBar {
 +
  font: 13px arial, helvetica, sans-serif;
 +
}
 +
div.MenuBar ul {
 +
  font: 13px arial, helvetica, sans-serif; /* Required for IE55. */
 +
}
 +
/*--------------------------------------------------------------------------------------- Colors */
 +
div.MenuBar {
 +
  background-color: black; /* Selected item. */
 +
  color: #FFFFFF;
 +
  border-bottom: 1px solid ButtonShadow;
 +
}
 +
div.MenuBar a,
 +
div.MenuBar ul li:hover ul.DropDownMenu li a,
 +
div.MenuBar ul li a:hover ul.DropDownMenu li a,
 +
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a,
 +
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a {
 +
  background-color: black; /* Selected item. */
 +
  color: #FFFFFF;
 +
}
 +
div.MenuBar ul li:hover a,
 +
div.MenuBar ul li a:hover,
 +
div.MenuBar ul li:hover ul.DropDownMenu li:hover a,
 +
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover,
 +
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu li a:hover,
 +
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu li a:hover {
 +
  background-color: #00b0e6; /* Selected item. */
 +
  color: #FFFFFF;
 +
}
 +
div.MenuBar ul li:hover ul.DropDownMenu,
 +
div.MenuBar ul li a:hover ul.DropDownMenu,
 +
div.MenuBar ul li:hover ul.DropDownMenu li:hover ul.SideMenu,
 +
div.MenuBar ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu {
 +
  background-color: ButtonShadow; /* Sets the drop-down and side menus "effective border" color. */
 +
}
 +
/*--------------------------------------------------------------------------------------- Widths */
 +
/*
 +
 
 +
/*
 +
Menu Bar 1
 +
Drop-Down Menu #2
 +
*/
 +
div.MenuBar#navi ul li:hover ul.DropDownMenu#MB1-DDM4,
 +
div.MenuBar#navi ul li a:hover ul.DropDownMenu#MB1-DDM4,
 +
div.MenuBar#navi ul li:hover ul.DropDownMenu#MB1-DDM4 li a,
 +
div.MenuBar#navi ul li a:hover ul.DropDownMenu#MB1-DDM4 li a {
 +
  width: 11em; /* Drop-down menu width. */
 +
}
 +
div.MenuBar#navi ul li:hover ul.DropDownMenu#MB1-DDM5,
 +
div.MenuBar#navi ul li a:hover ul.DropDownMenu#MB1-DDM5,
 +
div.MenuBar#navi ul li:hover ul.DropDownMenu#MB1-DDM5 li a,
 +
div.MenuBar#navi ul li a:hover ul.DropDownMenu#MB1-DDM5 li a {
 +
  width: 12em; /* Drop-down menu width. */
 +
}
 +
 
 +
/*...............................................................................................*/
 +
/*
 +
Menu Bar 1
 +
Drop-Down Menu #2
 +
Side Menu #1
 +
*/
 +
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM1,
 +
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM1 {
 +
  left: 15.5em !important; /* Places the side menu to the right of the drop-down menu.
 +
                            Keep it sync with the drop-down menu width. */
 +
}
 +
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM1,
 +
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM1,
 +
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM1 li a,
 +
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM1 li a {
 +
  width: 10em; /* Side menu width. */
 +
}
 +
/*...............................................................................................*/
 +
/*
 +
Menu Bar 1
 +
Drop-Down Menu #2
 +
Side Menu #2
 +
*/
 +
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM2,
 +
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM2 {
 +
  left: 15.5em  !important; /* Places the side menu to the right of the drop-down menu.
 +
                            Keep it sync with the drop-down menu width. */
 +
}
 +
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM2,
 +
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM2,
 +
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM2 li a,
 +
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM2 li a {
 +
  width: 10em; /* Side menu width. */
 +
}
 +
/*...............................................................................................*/
 +
/*
 +
Menu Bar 1
 +
Drop-Down Menu #2
 +
Side Menu #3
 +
*/
 +
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM3,
 +
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM3 {
 +
  left: 15.5em  !important; /* Places the side menu to the right of the drop-down menu.
 +
                            Keep it sync with the drop-down menu width. */
 +
}
 +
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM3,
 +
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM3,
 +
div.MenuBar#navi ul li:hover ul.DropDownMenu li:hover ul.SideMenu#MB1-DDM2-SM3 li a,
 +
div.MenuBar#navi ul li a:hover ul.DropDownMenu li a:hover ul.SideMenu#MB1-DDM2-SM3 li a {
 +
  width: 10em; /* Side menu width. */
 +
}
 +
/*...............................................................................................*/
 +
 
 +
</style>
 +
 
<body>
<body>
Line 53: Line 394:
</li>
</li>
<li>
<li>
-
<a href="https://2008.igem.org/Team:Heidelberg/Chemotaxis" style="color: white">Modeling<!--[if gt IE 6]><!--></a><!--<![endif]-->
+
<a href="https://2008.igem.org/Team:Heidelberg/Modeling" style="color: white">Modeling<!--[if gt IE 6]><!--></a><!--<![endif]-->
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
<ul class="DropDownMenu" id="MB1-DDM3">
<ul class="DropDownMenu" id="MB1-DDM3">
Line 63: Line 404:
</li>
</li>
<li>
<li>
-
<a href="https://2008.igem.org/Team:Heidelberg/Notebook/Sensing_Group/Notebook" style="color: white">Notebook<!--[if gt IE 6]><!--></a><!--<![endif]-->
+
<a href="https://2008.igem.org/Team:Heidelberg/Notebook/Overview" style="color: white">Notebook<!--[if gt IE 6]><!--></a><!--<![endif]-->
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
<!--[if lt IE 7]><table border="0" cellpadding="0" cellspacing="0"><tr><td><![endif]-->
<ul class="DropDownMenu" id="MB1-DDM5">
<ul class="DropDownMenu" id="MB1-DDM5">
Line 125: Line 466:
[[image:Phips_phage.PNG|left|100px|Phips the Phage]]
[[image:Phips_phage.PNG|left|100px|Phips the Phage]]
-
...I am glad you decided to learn something from me. You won’t regret it!
+
...I am glad you decided to learn something about iGEM, synthetic biology and the biological background of this project from me. You won’t regret it!
Line 131: Line 472:
== '''Synthetic Biology''' ==
== '''Synthetic Biology''' ==
-
Synthetic Biology is a young field in science, which combines classic gene technology with an engineering approach. Similar to the construction of an airplane, Synthetic Biology uses simple gene building blocks for the construction of new complex systems with distinct functions.  
+
Synthetic Biology is a young field in science, which combines classical gene technology with an engineering approach. Similar to the construction of an airplane, Synthetic Biology uses simple gene building blocks for the construction of new complex systems with distinct functions.  
-
[[image:Biobricks.jpg|right|200px]]
+
So doing Synthetic Biology is like playing with Lego: You have multiple parts, but instead of being made of plastic, they consist of [[Team:Heidelberg/Human_Practice/Phips_the_Phage/General_Backround#Basics about genes and proteins|DNA]].
 +
DNA is a long molecule which can be imagined as a thin and long piece of paper on which in Morse is printed a construction plan. DNA can contain the information to build up molecules like proteins, or it can have a regulatory function. As DNA is only an information-housing building it is totally useless if there is nothing reading out the information. And that is why you have to transfer DNA into cells if you want to examine the information a DNA molecule contains.
-
So doing Synthetic Biology is like playing with Lego: You have multiple parts, but instead of being made of plastic, they consist of DNA.
+
What synthetic biology does is combining DNA-molecules housing different, well-known information to engineer systems carrying out a certain function. By combining for example a regulatory part, which initiates the reading of a gene very efficiently, together with a part that contains the information to make a green fluorescent protein (GFP), you can build a more complex device, which is able to synthesize GFP at a high rate. If you transfer this device into a bacterial cell, you get green glowing cells, which is quite cool. By transferring different fluorescent-coding devices into different cells you could for example built a different colored mirror ball, which is really fancy. But since mirror balls already exist, synthetic biology tries to engineer systems carrying out more usable functions, like the production of biofuels or energy, the degradation of polluting substances or systems able to carry out a medical function.   
-
DNA is a long molecule which can be imagined as being a thin and long piece of paper on which in Morse is printed a construction plan or and advise. DNA can contain the information to build up molecules like proteins, or it can have a regulatory function. As DNA is only an information-housing building it is totally useless if there is nothing reading out the information.
+
-
And that is why you have to transfer DNA into cells if you want to examine the information a DNA molecule contains.
+
-
 
+
-
What synthetic biology does is combining DNA-molecules housing different, well-known information to engineer systems carrying out a certain function. By combining for example a regulatory part that initiates the reading of a gene very efficiently together with a part that contains the information to make a green fluorescent protein, you can built a more complex device, which is able to synthesize GFP at a high rate. If you transfer this device into a bacterial cell, you get green glowing cells, which is quite cool. By transferring different fluorescent-coding devices into different cells you could i.e. built a different colored mirror ball, which is really fancy. But since mirror balls already exist, synthetic biology tries to engineer systems carrying out more usable functions, like the production of biofuels or energy, the degradation of polluting substances or systems able to carry out a medical function.   
+
These gene building blocks are collected in databases; so many people can profit from them and expand the range of available parts by their own. Such a database can be imagined as the Lego-Box of the modern synthetic biologist, containing DNA-molecules (the so-called biobricks), used to built up the different systems.
These gene building blocks are collected in databases; so many people can profit from them and expand the range of available parts by their own. Such a database can be imagined as the Lego-Box of the modern synthetic biologist, containing DNA-molecules (the so-called biobricks), used to built up the different systems.
-
The general aim of Synthetic biology is to make a system which provides chassis bacteria that only contain the genes they need to survive under laboratory conditions. They won’t have any additional functions that could need additional energy and resources. Together with this chassis, you would need the set of genes you want to use. They all will be in a form of standardized BioBrick. If you want your bacterium to have any function besides surviving, like producing an enzyme or a drug, you can put this part into it, grow it and harvest your protein of interest. By this approach, the manufacturing of recombinant proteins can be made much more efficient (and therefore cheaper) than with classic biotechnology.
+
The general aim of Synthetic biology is to make a system which provides chassis bacteria that only contain the genes they need to survive under laboratory conditions. They won’t have any additional functions that could need additional energy and resources. Together with this chassis, you need the set of genes you want to use. They all will be in the standardized form of a BioBrick. If you want your bacterium to have any function besides surviving, like producing an enzyme or a drug, you can put this part into it, grow it and harvest your protein of interest. By this approach, the manufacturing of recombinant proteins can be made much more efficient (and therefore cheaper) than with classic biotechnology.
Learn more about Synthetic Biology here: http://www.biobuilder.org/
Learn more about Synthetic Biology here: http://www.biobuilder.org/
 +
 +
[[https://2008.igem.org/Team:Heidelberg/Human_Practice/Phips_the_Phage/General_Backround back]]
== '''iGEM''' ==
== '''iGEM''' ==
Line 151: Line 491:
The international competition for Genetically Engineered Machines is one of the biggest student competitions in Synthetic Biology. The general idea of the founders in 2004 was to use the student laboratories at the universities, which normally are empty through the summer months, for a meaningful purpose.  
The international competition for Genetically Engineered Machines is one of the biggest student competitions in Synthetic Biology. The general idea of the founders in 2004 was to use the student laboratories at the universities, which normally are empty through the summer months, for a meaningful purpose.  
-
[[Image:IGEM_logo_big.jpg|left|200px]]
+
[[Image:IGEM_logo_big.jpg|thumb|left|200px|Official iGEM logo]]
This purpose is to set up and carry out a project in the field of Synthetic Biology by undergraduates, who are advised by graduate student and post docs. The competition has rapidly expanded: Starting with 5 teams in the year 2004 to 82 teams in 2008.
This purpose is to set up and carry out a project in the field of Synthetic Biology by undergraduates, who are advised by graduate student and post docs. The competition has rapidly expanded: Starting with 5 teams in the year 2004 to 82 teams in 2008.
-
The aim of the competition is not only to gain experience in the lab and with scientific research, but also to be a pioneer in synthetic biology. This is why the general setup of the competition includes tools and concepts for ideal synthetic biological work: All the parts that are made by the students have to be brought into a standardized form and will be put into a database called registry. The participating teams are invited to use the existing parts in the registry – more than 1000 so far – for their project and also contribute new ones. Thereby the registry expands over the years and the existing parts become tested and improved.   
+
The aim of the competition is not only to gain experience in the lab and with scientific research, but also to be a pioneer in synthetic biology. This is why the general setup of the competition includes tools and concepts for ideal synthetic biological work: All the parts that are made by the students have to be in a standardized form and will be put into a database called registry. The participating teams are invited to use the existing parts in the registry – more than 1000 so far – for their project and also contribute new ones. Thereby the registry expands over the years and the existing parts become tested and improved.   
-
Every team participating in the competition got the whole registry before the iGEM-competition started. The registry is just a simple folder where the different DNA-molecules (biobricks) are printed on pieces of paper and are ready to be transferred into organisms.  
+
Every team participating in the competition got the whole registry before the iGEM-competition started. The registry is just a simple folder, where the different DNA-molecules (biobricks) are printed on pieces of paper and are ready to be transferred into organisms.  
-
If you want to learn more about the Lego-Box of the synthetic biologists just follow me…
+
 
 +
[[https://2008.igem.org/Team:Heidelberg/Human_Practice/Phips_the_Phage/General_Backround back]]
== '''Basics about genes and proteins''' ==
== '''Basics about genes and proteins''' ==
-
Is it impossible to take the gene of an animal, say the one that encodes for the proteins to produces insulin, put it into a bacteria cell and let this cell produce insulin itself?
+
Is it impossible to take the gene of an animal, say the one that encodes for the proteins to produce insulin, put it into a bacteria cell and let this cell produce insulin itself?
No, it’s not. This is what biotechnologists do every day. They take genes they need for their research or for the production of certain proteins and put them into bacteria cells, because these cells grow very fast, can be cultivated easily and can produce the protein of interest which the researcher can then harvest. But how is this done?
No, it’s not. This is what biotechnologists do every day. They take genes they need for their research or for the production of certain proteins and put them into bacteria cells, because these cells grow very fast, can be cultivated easily and can produce the protein of interest which the researcher can then harvest. But how is this done?
Well, to understand this technique, we have to recapitulate the basics of DNA production and information encoding by DNA.  
Well, to understand this technique, we have to recapitulate the basics of DNA production and information encoding by DNA.  
-
As you may well know, DNA (deoxyribonucleic acid) encodes the genetic information of organisms - of all organisms known in the world, by the way. In particular, DNA encodes the information to make proteins. Proteins are molecules which carry out all the major functions of the organism and build its major structures, so they are the building blocks of any organism. (Of course carbon hydrates and lipids are also important, but everything an organism does with them, like uptake, metabolism, assembly, reorganization, degradation, is carried out by proteins.)
+
As you may well know, DNA (desoxyribonucleic acid) encodes the genetic information of organisms - of all organisms known in the world, by the way. In particular, DNA encodes the information to make proteins. Proteins are molecules which carry out all the major functions of the organism and build its major structures, so they are the building blocks of any organism. (Of course carbon hydrates and lipids are also important, but everything an organism does with them, like uptake, metabolism, assembly, reorganization, degradation, is carried out by proteins.)
-
[[Image:DNA_single.jpg|left|400px]]
+
[[Image:DNA_single.png|thumb|left|400px|A single DNA strand is built of a backbone consisting of sugar and phosphate elements. Attached to this backbone are the bases, which encode the genetic information. There are four different bases: adenine (A), guanine (G), cytosine (C) and thymine (T).]]
The way the DNA encodes proteins is simple and genius: The DNA consists of 4 different building blocks, the so-called nucleotides. Each nucleotide consists of a sugar (desoxyribose), a phosphate residue and, what is most interesting, a variable nucleotide base. The nucleotide base can be adenine (A), guanine (G), cytosine (C) or thymine (T), so that we get four different possibilities of building up our nucleotide. The important thing for information encoding is the DNA sequence, which is formed by the assembly of different nucleotides into a (linear) DNA strand.  
The way the DNA encodes proteins is simple and genius: The DNA consists of 4 different building blocks, the so-called nucleotides. Each nucleotide consists of a sugar (desoxyribose), a phosphate residue and, what is most interesting, a variable nucleotide base. The nucleotide base can be adenine (A), guanine (G), cytosine (C) or thymine (T), so that we get four different possibilities of building up our nucleotide. The important thing for information encoding is the DNA sequence, which is formed by the assembly of different nucleotides into a (linear) DNA strand.  
-
This sequence contains the information for building up a protein. That's only possible, because proteins themselves consist of different, basic building blocks, called amino acids. But instead of just being built of 4 building blocks proteins contain 20 different amino acids. As you might guess, that is a mathematical problem: How can 4 different nucleotides our DNA contains, store information for proteins containing 20 different amino acids?  
+
This sequence contains the information for building up a protein. That's only possible, because proteins themselves consist of different, basic building blocks, called amino acids. But instead of just being built of 4 building blocks proteins contain 20 different amino acids. As you might guess, that is a mathematical problem: How can 4 different nucleotides store information for proteins containing 20 different amino acids?  
Well the answer is simple: The DNA is organized in subgroups of 3 nucleotides, called codons. By that the DNA houses 64 (4 to the power of 3) different codons, each representing one amino acid.  
Well the answer is simple: The DNA is organized in subgroups of 3 nucleotides, called codons. By that the DNA houses 64 (4 to the power of 3) different codons, each representing one amino acid.  
Line 175: Line 516:
Well, again the answer is simple: Most amino acids are not encoded by one, but by two or even four codons. So there are many possible DNA sequences encoding the same amino acid sequence and by that the same protein. This property of the DNA code is called redundancy. A DNA strand of 300 nucleotides can thus contain information for building a protein of 100 amino acids.  
Well, again the answer is simple: Most amino acids are not encoded by one, but by two or even four codons. So there are many possible DNA sequences encoding the same amino acid sequence and by that the same protein. This property of the DNA code is called redundancy. A DNA strand of 300 nucleotides can thus contain information for building a protein of 100 amino acids.  
-
[[Image:DNA_double.jpg|left|400px]]
+
[[Image:DNA_double2.png|thumb|left|400px|In its stable form in the cells, two DNA single strands build a double helix. This helix is hold together by the interaction of the bases.]]
Another interesting thing about DNA is the fact, that it always consists of 2 strands containing the same information. These two strands look alike very much. The only difference is, that at each position the main strand (coding strand) contains the right nucleotides (right in sense of amino acid coding) whereas the other (complementary) strand contains a nucleotide which is able to bind to the nucleotide of the coding strand at a certain position. Concrete: if the coding strand contains an A, the complementary strand contains a T. And if the coding strand contains a G, the complementary strand contains a C. So A and T, C and G match like a key and its lock.  
Another interesting thing about DNA is the fact, that it always consists of 2 strands containing the same information. These two strands look alike very much. The only difference is, that at each position the main strand (coding strand) contains the right nucleotides (right in sense of amino acid coding) whereas the other (complementary) strand contains a nucleotide which is able to bind to the nucleotide of the coding strand at a certain position. Concrete: if the coding strand contains an A, the complementary strand contains a T. And if the coding strand contains a G, the complementary strand contains a C. So A and T, C and G match like a key and its lock.  
-
[[Image:DNA_proteins.jpg|right|400px]]
+
[[Image:DNA_proteins.png|thumb|right|400px|Form genes to proteins: The coding DNA is read by the RNA-polymerase, which 'transcribes' the DNA code into a RNA code. This so called messenger-RNA is the transport form of the genetic information in cells. It is again read by a protein complex called ribosome, which 'translates' the RNA code into a protein code and thereby produces the proteins encoded by the gene.]]
-
By that, the information on DNA is quite secure, because it is stored two times: On the coding and on the complementary stand. And if one strand gets damaged, the other one still contains the whole information needed to build up a certain protein. So there is always a safety copy in our DNA.  
+
By that, the information encoded by the DNA is quite secure, because it is stored two times: On the coding and on the complementary stand. And if one strand gets damaged, the other one still contains the whole information needed to build up a certain protein. So there is always a safety copy in our DNA.  
As the complementary strand can bind the coding strand perfectly at each nucleotide position, they form a double strand - the typical DNA double helix.  
As the complementary strand can bind the coding strand perfectly at each nucleotide position, they form a double strand - the typical DNA double helix.  
Line 187: Line 528:
Until now you learned, that DNA encodes for amino acid sequences and I showed you how the DNA is organized. Now there is another problem which has to be solved: Who reads out the information stored on the DNA and how?
Until now you learned, that DNA encodes for amino acid sequences and I showed you how the DNA is organized. Now there is another problem which has to be solved: Who reads out the information stored on the DNA and how?
-
Well, the process of making proteins by using the information stored on the DNA is a two step one: in the first step (transcription) the DNA is read by an enzyme (a protein with a catalytic function, able to synthesize or degrade a certain molecule) called RNA polymerase and transcribed into a transport form called messenger RNA (RNA is a chemical very similar to DNA – the information coding properties are the same). This mRNA is then read by protein particles called ribosomes, which translate the DNA information into a protein (coding bases – amino acids). Therefore the second step is called translation.
+
Well, the process of making proteins by using the information stored on the DNA is a two step one: in the first step (transcription) the DNA is read by an enzyme (a protein with a catalytic function, able to synthesize or degrade a certain molecule) called RNA polymerase and transcribed into a transport form called messenger RNA (RNA is a chemical very similar to DNA – the information coding properties are the same). This mRNA is then read by protein complexes called ribosomes, which translate the DNA information into a protein (coding bases – amino acids). Therefore the second step is called translation.
In many definitions, the part of genetic information that is necessary to produce one protein is called a gene. Besides the protein coding nucleotide sequence genes contain long nucleotide sequences which are in no way translated into proteins. These sequences are often regulatory sequences, responsible for the frequency a gene is transcribed and for the genetic regulation.  
In many definitions, the part of genetic information that is necessary to produce one protein is called a gene. Besides the protein coding nucleotide sequence genes contain long nucleotide sequences which are in no way translated into proteins. These sequences are often regulatory sequences, responsible for the frequency a gene is transcribed and for the genetic regulation.  
-
A major fact is that the basic process of protein production is the same for all organisms in principle. This is why it is possible to take the genetic information of a plant or an animal and put it into a bacterium: The latter still can read the information, because all organisms use the same code and the same tools to read and recode the code into proteins.
+
A major fact is that the basic process of protein production is the same for all organisms in principle. This is why it is possible to take the genetic information of a plant or an animal and put it into a bacterium: The latter still can read the information, because all organisms use the same code and the same tools to read and decode the information into proteins.
 +
 
 +
[[https://2008.igem.org/Team:Heidelberg/Human_Practice/Phips_the_Phage/General_Backround back]]
== '''Bacteria – general introduction''' ==
== '''Bacteria – general introduction''' ==
Everybody has heard of bacteria, for sure – maybe in connection with certain infectious diseases, with hygienic topics or with genetic engineering. And did you know, that there are ten times as many bacteria cells as human cells in the human body?  But what exactly are bacteria?  
Everybody has heard of bacteria, for sure – maybe in connection with certain infectious diseases, with hygienic topics or with genetic engineering. And did you know, that there are ten times as many bacteria cells as human cells in the human body?  But what exactly are bacteria?  
-
They are the most basal and most numerous organisms living on this planet. So you might wonder: Why have I never seen such a “bacteria”?. Well, the answer is simple: Bacteria are very small organisms. But what means small? Well, they are even a thousand times smaller than the smallest little point drawn on a piece of paper that you ever saw. If you placed one bacteria behind another you would need more than a million bacteria to get a line which is one feet long.  They are only consisting of one cell, but can carry out all the major functions of life: they reproduce, they intake food and excrete metabolic wastes, they respire (convert food into energy) and they grow. And all this is done within a tiny cell of a few micrometers in length.  
+
They are the most basal and most numerous organisms living on this planet. So you might wonder: Why have I never seen such a “bacterium”?. Well, the answer is simple: Bacteria are very small organisms. But what does small mean? Well, they are even a thousand times smaller than the smallest little point drawn on a piece of paper that you ever saw. If you placed one bacterium behind another you would need more than a million bacteria to get a line which is one feet long.  They are only consisting of one cell, but can carry out all the major functions of life: they reproduce, they intake food and excrete metabolic wastes, they respire (convert food into energy) and they grow. And all this is done within a tiny cell of a few micrometers in length.  
-
[[image:Bacterium.jpg|left|500px|Bacterium]]
+
[[image:Bacterium.png|thumb|left|500px|The structure of a bacterial cell: The cytoplasm is enclosed by a cell wall. In the cytoplasm there lye the chromosome and generally some plasmids, which carry the genetic information of the bacterial cell. With the help of the flagellum, the bacterium is able to swim.]]
-
So how are these tiny living beings organized? Like every cell, they have an inner cytoplasm, which mostly consists of water and soluted proteins. This cytoplasm is the basis for all reactions carried out in the cell and provides an environment for molecule transport via diffusion. In the cytoplasm there lies the chromosome, which carries most of the genetic information of the bacterium. For example it encodes the proteins necessary for DNA replication, for the metabolism and for the secretion of substances. The bacterial chromosome lies free in the cytoplasm, unlike the ones in the cells of plants or animals - they are enclosed by an envelope and thereby forming the so called cell nucleus. Because bacteria cells do not have such a nucleus they are called procaryotes (the ones without a nucleus) - as opposed to the cells of plants and animals, which are called eucaryotes (the ones with a proper nucleus).
+
So how are these tiny living beings organized? Like every cell, they have an inner cytoplasm, which mostly consists of water and soluted proteins. This cytoplasm is the basis for all reactions carried out in the cell and provides an environment for molecule transport via diffusion. In the cytoplasm there lies the chromosome, which carries most of the genetic information of the bacterium. For example, it encodes the proteins necessary for DNA replication, for the metabolism and for the secretion of substances. The bacterial chromosome lies free in the cytoplasm, unlike the ones in the cells of plants or animals - they are enclosed by an envelope and thereby forming the so called cell nucleus. Because bacteria cells do not have such a nucleus they are called procaryotes (the ones without a nucleus) - as opposed to the cells of plants and animals, which are called eucaryotes (the ones with a proper nucleus).
But unlike human cells, not all genetic information is included in the chromosome. Some lies in small circular units of DNA called plasmids. They function exactly like the chromosome, but they are smaller and some of them can be transported into other bacteria cells by a mechanism called [[Team:Heidelberg/Project/General_information#Conjugation|conjugation]].
But unlike human cells, not all genetic information is included in the chromosome. Some lies in small circular units of DNA called plasmids. They function exactly like the chromosome, but they are smaller and some of them can be transported into other bacteria cells by a mechanism called [[Team:Heidelberg/Project/General_information#Conjugation|conjugation]].
-
Surrounding the cytoplasm is the plasma membrane – a thin layer of lipids, which separates the inside of the bacteria cell from the environment. On the outside of the plasma membrane there is the cell wall. Similar to the cell wall you may know from plant, this stiff construct gives the bacteria cell its shape and also shields the sensible plasma membrane.  
+
Surrounding the cytoplasm is the plasma membrane – a thin layer of lipids, which separates the inside of the bacteria cell from the environment. On the outside of the plasma membrane there is the cell wall. Similar to the cell wall you may know from plant, this stiff construct gives the bacterial cell its shape and also shields the sensible plasma membrane.  
Most bacteria are also able to swim. They do this via propeller like structures that are called flagella. These are long and thin protein fibers that rotate driven by a molecular motor. And they are not only able to tumble around randomly, but they can swim target-oriented in a process called [[Team:Heidelberg/Project/General_information#Chemotaxis|chemotaxis]].
Most bacteria are also able to swim. They do this via propeller like structures that are called flagella. These are long and thin protein fibers that rotate driven by a molecular motor. And they are not only able to tumble around randomly, but they can swim target-oriented in a process called [[Team:Heidelberg/Project/General_information#Chemotaxis|chemotaxis]].
-
The bacteria most well known to scientists are '''Escherichia coli''' (short version: ''E.coli'') bacteria. They are organisms living in our lower intestine naturally - as a part of the normal flora of bacteria that live there. So most strains are harmless to humans, but there are some that can cause food poisoning.
+
The bacteria most well known to scientists are '''''Escherichia coli''''' (short version: ''E.coli'') bacteria. They are organisms naturally living in our lower intestine - as a part of the normal flora of bacteria that live there. So most strains are harmless to humans, but there are some that can cause food poisoning.
-
For most biotechnologists, E.coli bacteria are like their laboratory pets: They do most of their work on them and with their help. Because they are easy to grow and their genetics are relatively simple and easy to manipulate, ''E.coli'' is one of the best-studied model organisms in biotechnology.
+
For most biotechnologists, E.coli bacteria are like their laboratory pets: They do most of their work on them and with their help. Because they are easy to grow and their genetics are relatively simple and easy to manipulate, ''E.coli'' is one of the best-studied model organisms in biotechnology.  
 +
 
 +
[[https://2008.igem.org/Team:Heidelberg/Human_Practice/Phips_the_Phage/General_Backround back]]
== '''Bacterial conjugation''' ==
== '''Bacterial conjugation''' ==
-
[[image:Schema conjugation2.jpg|right|500px]]
+
[[image:Schema conjugation2.png|thumb|right|500px|Bacterial conjugation involves several steps: First the physical contact between the cells is made by the pili. After this the gentic information in form of the conjugative plasmid is transferred. For this process, conjugative proteins play an important role.]]
Just imagine you would kiss somebody and thereby exchange genetic information with your mate, which helps you to survive under certain environmental conditions. Incredible? Well, this is exactly what bacteria cells are able to do and what is called conjugation!
Just imagine you would kiss somebody and thereby exchange genetic information with your mate, which helps you to survive under certain environmental conditions. Incredible? Well, this is exactly what bacteria cells are able to do and what is called conjugation!
Line 217: Line 562:
Scientifically, this term describes the transfer of genetic information from a donor bacterium to a recipient bacterium. They have to establish a cytoplasm bridge for this task, so the cells have to be in direct contact.  
Scientifically, this term describes the transfer of genetic information from a donor bacterium to a recipient bacterium. They have to establish a cytoplasm bridge for this task, so the cells have to be in direct contact.  
-
But how do the cells find each other and make this stable link? The donor cell has sensors to find and bind the recipient cell. These are protein extensions on the surface of the bacteria cell and they scan the surrounding area of the donor for recipients. Fittingly they are called sex pili. If these pili have established the contact between the two cells, they retract and bring the cells close together. The cytoplasm bridge is formed with the help of other protein factors.
+
But how do the cells find each other and make this stable link? The donor cell has sensors to find and bind the recipient cell. These are protein extensions on the surface of the bacterial cell and they scan the surrounding area for recipients. Fittingly, they are called sex pili. If these pili have established the contact between the two cells, they retract and bring the cells close together. The cytoplasm bridge is formed with the help of other protein factors.
-
In the next step, the genetic information is transferred from the donor to the recipient. Therefore another set of specialized proteins is needed. The genetic information generally is contained on plasmids, which are circles of DNA. As I said in the beginning, this information can be helpful to survive under special environmental conditions. One important example is antibiotic resistance. Normally, bacteria are killed by antibiotics. This is why they are used to fight infectious diseases evoked by pathogenic bacteria. But some bacteria have special proteins that allow them to survive even in an environment with antibiotics. And the information for these proteins can be transferred by conjugation.
+
In the next step, the genetic information is transferred from the donor to the recipient. Therefore another set of specialized conjugative proteins is needed. The genetic information generally is contained on plasmids, which are circles of DNA. As I said in the beginning, this information can be helpful to survive under special environmental conditions. One important example is antibiotic resistance. Normally, bacteria are killed by antibiotics. This is why they are used to fight infectious diseases evoked by pathogenic bacteria. But some bacteria have special proteins that allow them to survive even in an environment with antibiotics. And the information for these proteins can be transferred by conjugation.
You see, bacteria have an enormous plasticity as far as their genome is concerned and can therefore adapt to various conditions – due to the mechanism of conjugation.
You see, bacteria have an enormous plasticity as far as their genome is concerned and can therefore adapt to various conditions – due to the mechanism of conjugation.
 +
 +
[[https://2008.igem.org/Team:Heidelberg/Human_Practice/Phips_the_Phage/General_Backround back]]
== '''Viruses''' ==
== '''Viruses''' ==
   
   
-
What is a virus? It is a sub microscopic particle – so we will never be able to see it with bare eyes. But we are able to feel the consequences of a virus acting – have you ever had a cold, the flu, herpes or chickenpox? These are diseases caused by viruses. They arise due to the lifestyle of a virus:
+
What is a virus? Well, I love to explain this part, since I am a virus myself! So you will learn lots of important things about me and my relatives in this section!
-
These particles are not able to live on their own; they need a host cell to multiply. So you could call them cellular parasites. Therefore many scientists tend to not call them organisms, because they are not able to “live” on their own. By using the host cell for their own purpose, they often damage it severely – this is what causes the well known diseases.
+
A virus is a sub microscopic particle – so we will never be able to see it with bare eyes. Ok, you can see me, but I am really an exception. But we are able to feel the consequences of a virus acting – have you ever had a cold, the flu, herpes or chickenpox? These are diseases caused by viruses. They arise due to the lifestyle of a virus:
 +
These particles are not able to live on their own; they need a host cell to multiply. So you could call them cellular parasites. Therefore many scientists tend to not call them organisms, because they are not able to “live” on their own. Well, I for myself like to call me a proper organism! By using the host cell for their own purpose, they often damage it severely – this is what causes the well known diseases.
-
There are not only viruses that infect humans, but there is a special virus for almost any kind of organism, for example there are a class of viruses who infect bacteria cells. They do the same to these cells as they do to human cells: They infect them, use their resources to multiply and in most cases destroy them to be set free. This is why they are called bacteriophages – bacteria eaters.
+
There are not only viruses that infect humans, but there is a special virus for almost any kind of organism, for example there is a class of viruses, which infect bacterial cells. They do the same to these cells as they do to human cells: They infect them, use their resources to multiply and in most cases destroy them to be set free. This is why they are called bacteriophages – bacteria eaters.
-
[[image:Schema phagenzyklus.jpg|left|700px]]
+
[[image:Schema phagenzyklus.png|thumb|left|700px|The lytic cycle of a bacteriophage involves the steps of injection of the genome, replication of the genome, production of the proteins, assembly of the viruses and lysis of the cell, thereby release of the new bacteriophages.]]
-
But how exactly does a virus/bacteriophages infection work? Therefore we have to know how a phage is organized: The core of the virus is its genetic information. This is wrapped in a coat of proteins, that shield it and also makes the contact to the host cell and injects the genetic information into this cell. There the information is copied and read by proteins of the host. In principle, the viral information tells the apparatus of the host cell, to make new viruses. So the virus programmes the host cell, e.g. the bacterium, to make more of this pathogenic agent that will kill it. Because the information of the virus also contains proteins, which degrade the cell wall of the bacteria and, in scientific terms, lyse it. That means the cell wall is not longer able to hold the pressure of the inner cytoplasm because it is tattered by the lysis proteins. The consequence: The bacteria cell bursts.Thereby the phages are set free and can look for other bacteria to infect.
+
But how exactly does a virus/bacteriophage - infection work? Therefore we have to know how a phage is organized: The core of the virus is its genetic information. This is wrapped in a coat of proteins, which shields the genetic information and also makes the contact to the host cell and injects the genetic information into this cell. There the information is copied and read by proteins of the host. In principle, the viral information tells the apparatus of the host cell, to make new viruses. So the virus programmes the host cell, for example the bacterium, to make more of the pathogenic agent that will kill it. Because the information of the virus also contains proteins, which degrade the cell wall of the bacteria - in scientific terms - lyse it. That means the cell wall is not longer able to hold the pressure of the inner cytoplasm because it is tattered by the lysis proteins. The consequence: The bacterial cell bursts.Thereby the phages are set free and can look for other bacteria to infect.
 +
 
 +
[[https://2008.igem.org/Team:Heidelberg/Human_Practice/Phips_the_Phage/General_Backround back]]
== '''Chemotaxis''' ==
== '''Chemotaxis''' ==
-
The motility of bacteria is a quite interesting business. Even though bacteria are very small organisms they know quite well how to survive- and that means, in terms of biology, they want to chaw down every time at every date. But there is one problem with all good food in the environment: sometimes it is far away. And that means that bacteria need a functional motility system to be able to follow the direction where the smell of good, fresh food comes from.  
+
The motility of bacteria quite an interesting business. Even though bacteria are very small organisms, they know quite well how to survive. That means, in terms of biology, they want to eat every time at every date. But there is one problem with all good food in the environment: sometimes it is far away. So bacteria need a functional motility system to be able to follow the direction where the smell of good, fresh food comes from.  
-
There is, of course, one important question: What food do bacteria like in nature? Bacteria eat everything you can imagine: They eat vegetarian food, meat, milk and many other things. Independent of the food being hot, cold or salty. Bacteria could be seen as the waste for all organic substances arousing in nature. But there is one meal they prefer: sugar. So bacteria are not so different from us... or don’t you like eating chocolate more than a tin of spinach?
+
There is, of course, one important question: What food do bacteria like in nature? Bacteria eat everything you can imagine: They eat vegetarian food, meat, milk and many other things. Independent of the food being hot, cold or salty. Bacteria could be seen as the waste bin for all organic substances arousing in nature. But there is one meal they prefer: sugar. So bacteria are not so different from us... or don’t you like eating chocolate more than a tin of spinach?
 +
 
 +
Another aspect of bacterial survival is the detection of alarm substances showing the bacteria that they are close to something endangering their live. Finding nutrients and avoiding conflicts and risks are basic prerequisites for the survival of organisms in nature. The system which is important for all these tasks is called Chemotaxis.
 +
 
 +
[[image:Chemotaxis.png|thumb|right|500px|The chemotaxis system of bacteria enables them to swim in a target-oriented way. For this purpose, two components are essential: The chemotaxis receptor and the flagellum with its motor module.]]
 +
 
 +
The chemotaxis system consists mainly of two different components: One component is the flagellum, which can be imagined as a rotating propeller. The interesting thing about this flagellum is that it can rotate in two different directions:
 +
If the flagellum rotates in counter-clockwise direction, the bacteria swim streight forward at high speed. In this state the flagellum rotates about 3.000 times per minute and accelerates the bacterium at a fulls speed of 50 µm (0.05 mm) per second- which is astonishingly fast. You don’t believe that 50 µl/s is fast? Well, could you imagine to run at a speed of 170 mph? That is what bacteria do if you measure their speed in comparison to their length.
 +
But there is also a state, in which the bacterial flagellum rotates clockwise. In this state the bacteria are tumbling around and orientating in the environment. It could be compared to the sniffing of a dog, searching for a trail of the scent. The way the bacteria move, which is tumbling for a short time, then swimming forward a second and tumbling again is called the random walk.
 +
 
 +
In this state the second component of the chemotaxis system comes into game: the chemotaxis receptors. The chemotaxis receptors can be imagined as if they were little noses coming out of the bacterial body. Or like small grids for nutrients, which means, that if the receptor catches a nutrient molecule it gets activated and sends an alert-signal to the bacteria: “Food”! Then the bacteria tumble in the direction, where the receptor bound the nutrient molecule and begins to swim in this direction. As there are more and more nutrient molecules in the environment if the bacteria get closer and closer to the food source, they are able to find the right way just by following what we call the concentration gradient of the nutrient molecules. Just the opposite is the case, when bacteria detect alert substances. If you want to simulate chemotaxis at home just ask your friend or parents to hide something something good smelling, i.e. pancakes or a piece of warm apple pie in your room and try to find it with shut eyes.
-
Another aspect of bacterial survival is the detection of alarm substances showing the bacteria that they are close to something endangering their survival. Finding nutrient and avoiding conflicts and risks are basic prerequisites for the survival of organisms in nature. The system which is important for that is called Chemotaxis.  
+
[[https://2008.igem.org/Team:Heidelberg/Human_Practice/Phips_the_Phage/General_Backround back]]
-
[[image:Chemotaxis.jpg|right|500px]]
+
== '''Modeling''' ==
-
The chemotaxis system consists mainly of two different components: On component is the flagellum, which can be imagined as a rotating propeller. The interesting thing about this flagellum is, that it can rotate in two different directions:
+
Scientific modeling is a comparatively new area of scientific activity. With the help of techniques like statistical analysis or computer simulation, modellers try to understand the underlying dynamics of a complex system. Therefore they need general information provided by experimental scientists, how the system behaves under certain conditions. With this basis they are able to rebuild the system ''in silico''. With the computer it is possible to simulate how the system behaves under conditions, which may not have been tested in the laboratory. Thereby they can profoundly help experimentators, in providing data they need to test their system or measure certain parameters – or even in sparing all the wet lab work to prove that their system works. Like this, modelling and experimental work have a symbiotic relationship.  
-
If the flagellum rotates in counter-clockwise direction the bacteria swims streight forward at high speed. In this state the flagellum rotates about 3.000 times per minute and accelerates the bacterium at a fulls speed of 50 µm (0.05 mm) per second- which is astonishing fast. You don’t believe that 50 µl/s is fast? Well, could you imagine to run at a speed of 170 mph? That is what bacteria do if you measure their speed in comparison to their length.
+
Modeling is especially important in new scientific fields: it makes up an essential part of Synthetic Biology.
-
But there is also a state, in which the bacteria flagellum rotates clockwise. In this state the bacteria is tumbling around and orientating in the environment. It could be compared to the sniffing of a dog, searching for a trail of the scent. The way the bacteria move, which is tumbling for a short time, then swimming forward a second and tumbling again is called the random walk.  
+
-
In this state the second component of the chemotaxis system comes into game: the chemotaxis receptors. The chemotaxis receptors can be imagined as if they were little noses coming out of the bacterial body. Or like small grids for nutrients which means, that if the receptor catches a nutrient molecule it gets activated and sends an alert-signal to the bacteria: “Food”! Then the bacteria tumbles in the direction, where the receptor bound the nutrient molecule and begins to swim in this direction. As there are more and more nutrient molecules in the environment if the bacterium gets closer and closer to the food source it is able to find the right way just by following what we call the concentration gradient of the nutrient molecules. Just the opposite is the case, when bacteria detect alert substances. If you want to simulate chemotaxis at home just ask your friend or parents to hide something strongly and good smelling meal, i.e. pancakes or a piece of warm apple pie in your room and try to find it with shut eyes.
+
[[https://2008.igem.org/Team:Heidelberg/Human_Practice/Phips_the_Phage/General_Backround back]]
-
== '''Modelling''' ==
+
----
-
Scientific modelling is a comparatively new area of scientific activity. With the help of techniques like statistical analysis or computer simulation, modellers try to understand the underlying dynamics of a complex system. Therefore they need general information provided by experimental scientists, how the system behaves under certain conditions. With this basis they are able to rebuild the system ''in silico''. With the computer it is possible to simulate how the system behaves under conditions, which may not have been tested in the laboratory. Thereby they can profoundly help experimentators, in providing data they need to test their system or measure certain parameters – or even in sparing all the wet lab work to prove that their system works. Like this, modelling and experimental work have a symbiotic relationship.
+
You now have a very good overview over the biological background, but want to know how the team can actually engineer bacteria in the lab? Perfect. I have exactly the right information to explain it to you. Follow me  [[Team:Heidelberg/Human_Practice/Phips_the_Phage/Technical_Backround|'''... to step 4''']][[Image:Phips_4.png|middle|50px]] [ [[Team:Heidelberg/Project| ''...back to stept 3'']] ]
-
Modelling is especially important in new scientific fields: it makes up an essential part of Synthetic Biology.
+

Latest revision as of 03:19, 30 April 2016

Phips the Phage

...I am glad you decided to learn something about iGEM, synthetic biology and the biological background of this project from me. You won’t regret it!


Synthetic Biology

Synthetic Biology is a young field in science, which combines classical gene technology with an engineering approach. Similar to the construction of an airplane, Synthetic Biology uses simple gene building blocks for the construction of new complex systems with distinct functions.

So doing Synthetic Biology is like playing with Lego: You have multiple parts, but instead of being made of plastic, they consist of DNA. DNA is a long molecule which can be imagined as a thin and long piece of paper on which in Morse is printed a construction plan. DNA can contain the information to build up molecules like proteins, or it can have a regulatory function. As DNA is only an information-housing building it is totally useless if there is nothing reading out the information. And that is why you have to transfer DNA into cells if you want to examine the information a DNA molecule contains.

What synthetic biology does is combining DNA-molecules housing different, well-known information to engineer systems carrying out a certain function. By combining for example a regulatory part, which initiates the reading of a gene very efficiently, together with a part that contains the information to make a green fluorescent protein (GFP), you can build a more complex device, which is able to synthesize GFP at a high rate. If you transfer this device into a bacterial cell, you get green glowing cells, which is quite cool. By transferring different fluorescent-coding devices into different cells you could for example built a different colored mirror ball, which is really fancy. But since mirror balls already exist, synthetic biology tries to engineer systems carrying out more usable functions, like the production of biofuels or energy, the degradation of polluting substances or systems able to carry out a medical function. These gene building blocks are collected in databases; so many people can profit from them and expand the range of available parts by their own. Such a database can be imagined as the Lego-Box of the modern synthetic biologist, containing DNA-molecules (the so-called biobricks), used to built up the different systems. The general aim of Synthetic biology is to make a system which provides chassis bacteria that only contain the genes they need to survive under laboratory conditions. They won’t have any additional functions that could need additional energy and resources. Together with this chassis, you need the set of genes you want to use. They all will be in the standardized form of a BioBrick. If you want your bacterium to have any function besides surviving, like producing an enzyme or a drug, you can put this part into it, grow it and harvest your protein of interest. By this approach, the manufacturing of recombinant proteins can be made much more efficient (and therefore cheaper) than with classic biotechnology.

Learn more about Synthetic Biology here: http://www.biobuilder.org/

[back]

iGEM

"Can simple biological systems be built from standard, interchangeable parts and operated in living cells? Or is biology just too complicated to be engineered in this way?" - Randy Rettberg, director of the iGEM competition

The international competition for Genetically Engineered Machines is one of the biggest student competitions in Synthetic Biology. The general idea of the founders in 2004 was to use the student laboratories at the universities, which normally are empty through the summer months, for a meaningful purpose.

Official iGEM logo

This purpose is to set up and carry out a project in the field of Synthetic Biology by undergraduates, who are advised by graduate student and post docs. The competition has rapidly expanded: Starting with 5 teams in the year 2004 to 82 teams in 2008. The aim of the competition is not only to gain experience in the lab and with scientific research, but also to be a pioneer in synthetic biology. This is why the general setup of the competition includes tools and concepts for ideal synthetic biological work: All the parts that are made by the students have to be in a standardized form and will be put into a database called registry. The participating teams are invited to use the existing parts in the registry – more than 1000 so far – for their project and also contribute new ones. Thereby the registry expands over the years and the existing parts become tested and improved. Every team participating in the competition got the whole registry before the iGEM-competition started. The registry is just a simple folder, where the different DNA-molecules (biobricks) are printed on pieces of paper and are ready to be transferred into organisms.

[back]

Basics about genes and proteins

Is it impossible to take the gene of an animal, say the one that encodes for the proteins to produce insulin, put it into a bacteria cell and let this cell produce insulin itself? No, it’s not. This is what biotechnologists do every day. They take genes they need for their research or for the production of certain proteins and put them into bacteria cells, because these cells grow very fast, can be cultivated easily and can produce the protein of interest which the researcher can then harvest. But how is this done? Well, to understand this technique, we have to recapitulate the basics of DNA production and information encoding by DNA. As you may well know, DNA (desoxyribonucleic acid) encodes the genetic information of organisms - of all organisms known in the world, by the way. In particular, DNA encodes the information to make proteins. Proteins are molecules which carry out all the major functions of the organism and build its major structures, so they are the building blocks of any organism. (Of course carbon hydrates and lipids are also important, but everything an organism does with them, like uptake, metabolism, assembly, reorganization, degradation, is carried out by proteins.)

A single DNA strand is built of a backbone consisting of sugar and phosphate elements. Attached to this backbone are the bases, which encode the genetic information. There are four different bases: adenine (A), guanine (G), cytosine (C) and thymine (T).

The way the DNA encodes proteins is simple and genius: The DNA consists of 4 different building blocks, the so-called nucleotides. Each nucleotide consists of a sugar (desoxyribose), a phosphate residue and, what is most interesting, a variable nucleotide base. The nucleotide base can be adenine (A), guanine (G), cytosine (C) or thymine (T), so that we get four different possibilities of building up our nucleotide. The important thing for information encoding is the DNA sequence, which is formed by the assembly of different nucleotides into a (linear) DNA strand.

This sequence contains the information for building up a protein. That's only possible, because proteins themselves consist of different, basic building blocks, called amino acids. But instead of just being built of 4 building blocks proteins contain 20 different amino acids. As you might guess, that is a mathematical problem: How can 4 different nucleotides store information for proteins containing 20 different amino acids? Well the answer is simple: The DNA is organized in subgroups of 3 nucleotides, called codons. By that the DNA houses 64 (4 to the power of 3) different codons, each representing one amino acid.

Now you might again wonder: If I only need 20 codons for encoding 20 amino acids, what role play the other 44 remaining ones? Well, again the answer is simple: Most amino acids are not encoded by one, but by two or even four codons. So there are many possible DNA sequences encoding the same amino acid sequence and by that the same protein. This property of the DNA code is called redundancy. A DNA strand of 300 nucleotides can thus contain information for building a protein of 100 amino acids.

In its stable form in the cells, two DNA single strands build a double helix. This helix is hold together by the interaction of the bases.

Another interesting thing about DNA is the fact, that it always consists of 2 strands containing the same information. These two strands look alike very much. The only difference is, that at each position the main strand (coding strand) contains the right nucleotides (right in sense of amino acid coding) whereas the other (complementary) strand contains a nucleotide which is able to bind to the nucleotide of the coding strand at a certain position. Concrete: if the coding strand contains an A, the complementary strand contains a T. And if the coding strand contains a G, the complementary strand contains a C. So A and T, C and G match like a key and its lock.

Form genes to proteins: The coding DNA is read by the RNA-polymerase, which 'transcribes' the DNA code into a RNA code. This so called messenger-RNA is the transport form of the genetic information in cells. It is again read by a protein complex called ribosome, which 'translates' the RNA code into a protein code and thereby produces the proteins encoded by the gene.

By that, the information encoded by the DNA is quite secure, because it is stored two times: On the coding and on the complementary stand. And if one strand gets damaged, the other one still contains the whole information needed to build up a certain protein. So there is always a safety copy in our DNA.

As the complementary strand can bind the coding strand perfectly at each nucleotide position, they form a double strand - the typical DNA double helix.

Until now you learned, that DNA encodes for amino acid sequences and I showed you how the DNA is organized. Now there is another problem which has to be solved: Who reads out the information stored on the DNA and how?

Well, the process of making proteins by using the information stored on the DNA is a two step one: in the first step (transcription) the DNA is read by an enzyme (a protein with a catalytic function, able to synthesize or degrade a certain molecule) called RNA polymerase and transcribed into a transport form called messenger RNA (RNA is a chemical very similar to DNA – the information coding properties are the same). This mRNA is then read by protein complexes called ribosomes, which translate the DNA information into a protein (coding bases – amino acids). Therefore the second step is called translation. In many definitions, the part of genetic information that is necessary to produce one protein is called a gene. Besides the protein coding nucleotide sequence genes contain long nucleotide sequences which are in no way translated into proteins. These sequences are often regulatory sequences, responsible for the frequency a gene is transcribed and for the genetic regulation. A major fact is that the basic process of protein production is the same for all organisms in principle. This is why it is possible to take the genetic information of a plant or an animal and put it into a bacterium: The latter still can read the information, because all organisms use the same code and the same tools to read and decode the information into proteins.

[back]

Bacteria – general introduction

Everybody has heard of bacteria, for sure – maybe in connection with certain infectious diseases, with hygienic topics or with genetic engineering. And did you know, that there are ten times as many bacteria cells as human cells in the human body? But what exactly are bacteria? They are the most basal and most numerous organisms living on this planet. So you might wonder: Why have I never seen such a “bacterium”?. Well, the answer is simple: Bacteria are very small organisms. But what does small mean? Well, they are even a thousand times smaller than the smallest little point drawn on a piece of paper that you ever saw. If you placed one bacterium behind another you would need more than a million bacteria to get a line which is one feet long. They are only consisting of one cell, but can carry out all the major functions of life: they reproduce, they intake food and excrete metabolic wastes, they respire (convert food into energy) and they grow. And all this is done within a tiny cell of a few micrometers in length.

The structure of a bacterial cell: The cytoplasm is enclosed by a cell wall. In the cytoplasm there lye the chromosome and generally some plasmids, which carry the genetic information of the bacterial cell. With the help of the flagellum, the bacterium is able to swim.

So how are these tiny living beings organized? Like every cell, they have an inner cytoplasm, which mostly consists of water and soluted proteins. This cytoplasm is the basis for all reactions carried out in the cell and provides an environment for molecule transport via diffusion. In the cytoplasm there lies the chromosome, which carries most of the genetic information of the bacterium. For example, it encodes the proteins necessary for DNA replication, for the metabolism and for the secretion of substances. The bacterial chromosome lies free in the cytoplasm, unlike the ones in the cells of plants or animals - they are enclosed by an envelope and thereby forming the so called cell nucleus. Because bacteria cells do not have such a nucleus they are called procaryotes (the ones without a nucleus) - as opposed to the cells of plants and animals, which are called eucaryotes (the ones with a proper nucleus).

But unlike human cells, not all genetic information is included in the chromosome. Some lies in small circular units of DNA called plasmids. They function exactly like the chromosome, but they are smaller and some of them can be transported into other bacteria cells by a mechanism called conjugation.

Surrounding the cytoplasm is the plasma membrane – a thin layer of lipids, which separates the inside of the bacteria cell from the environment. On the outside of the plasma membrane there is the cell wall. Similar to the cell wall you may know from plant, this stiff construct gives the bacterial cell its shape and also shields the sensible plasma membrane.

Most bacteria are also able to swim. They do this via propeller like structures that are called flagella. These are long and thin protein fibers that rotate driven by a molecular motor. And they are not only able to tumble around randomly, but they can swim target-oriented in a process called chemotaxis.

The bacteria most well known to scientists are Escherichia coli (short version: E.coli) bacteria. They are organisms naturally living in our lower intestine - as a part of the normal flora of bacteria that live there. So most strains are harmless to humans, but there are some that can cause food poisoning. For most biotechnologists, E.coli bacteria are like their laboratory pets: They do most of their work on them and with their help. Because they are easy to grow and their genetics are relatively simple and easy to manipulate, E.coli is one of the best-studied model organisms in biotechnology.

[back]

Bacterial conjugation

Bacterial conjugation involves several steps: First the physical contact between the cells is made by the pili. After this the gentic information in form of the conjugative plasmid is transferred. For this process, conjugative proteins play an important role.

Just imagine you would kiss somebody and thereby exchange genetic information with your mate, which helps you to survive under certain environmental conditions. Incredible? Well, this is exactly what bacteria cells are able to do and what is called conjugation!

Scientifically, this term describes the transfer of genetic information from a donor bacterium to a recipient bacterium. They have to establish a cytoplasm bridge for this task, so the cells have to be in direct contact.

But how do the cells find each other and make this stable link? The donor cell has sensors to find and bind the recipient cell. These are protein extensions on the surface of the bacterial cell and they scan the surrounding area for recipients. Fittingly, they are called sex pili. If these pili have established the contact between the two cells, they retract and bring the cells close together. The cytoplasm bridge is formed with the help of other protein factors.

In the next step, the genetic information is transferred from the donor to the recipient. Therefore another set of specialized conjugative proteins is needed. The genetic information generally is contained on plasmids, which are circles of DNA. As I said in the beginning, this information can be helpful to survive under special environmental conditions. One important example is antibiotic resistance. Normally, bacteria are killed by antibiotics. This is why they are used to fight infectious diseases evoked by pathogenic bacteria. But some bacteria have special proteins that allow them to survive even in an environment with antibiotics. And the information for these proteins can be transferred by conjugation.

You see, bacteria have an enormous plasticity as far as their genome is concerned and can therefore adapt to various conditions – due to the mechanism of conjugation.

[back]

Viruses

What is a virus? Well, I love to explain this part, since I am a virus myself! So you will learn lots of important things about me and my relatives in this section! A virus is a sub microscopic particle – so we will never be able to see it with bare eyes. Ok, you can see me, but I am really an exception. But we are able to feel the consequences of a virus acting – have you ever had a cold, the flu, herpes or chickenpox? These are diseases caused by viruses. They arise due to the lifestyle of a virus: These particles are not able to live on their own; they need a host cell to multiply. So you could call them cellular parasites. Therefore many scientists tend to not call them organisms, because they are not able to “live” on their own. Well, I for myself like to call me a proper organism! By using the host cell for their own purpose, they often damage it severely – this is what causes the well known diseases.

There are not only viruses that infect humans, but there is a special virus for almost any kind of organism, for example there is a class of viruses, which infect bacterial cells. They do the same to these cells as they do to human cells: They infect them, use their resources to multiply and in most cases destroy them to be set free. This is why they are called bacteriophages – bacteria eaters.

The lytic cycle of a bacteriophage involves the steps of injection of the genome, replication of the genome, production of the proteins, assembly of the viruses and lysis of the cell, thereby release of the new bacteriophages.

But how exactly does a virus/bacteriophage - infection work? Therefore we have to know how a phage is organized: The core of the virus is its genetic information. This is wrapped in a coat of proteins, which shields the genetic information and also makes the contact to the host cell and injects the genetic information into this cell. There the information is copied and read by proteins of the host. In principle, the viral information tells the apparatus of the host cell, to make new viruses. So the virus programmes the host cell, for example the bacterium, to make more of the pathogenic agent that will kill it. Because the information of the virus also contains proteins, which degrade the cell wall of the bacteria - in scientific terms - lyse it. That means the cell wall is not longer able to hold the pressure of the inner cytoplasm because it is tattered by the lysis proteins. The consequence: The bacterial cell bursts.Thereby the phages are set free and can look for other bacteria to infect.

[back]

Chemotaxis

The motility of bacteria quite an interesting business. Even though bacteria are very small organisms, they know quite well how to survive. That means, in terms of biology, they want to eat every time at every date. But there is one problem with all good food in the environment: sometimes it is far away. So bacteria need a functional motility system to be able to follow the direction where the smell of good, fresh food comes from. There is, of course, one important question: What food do bacteria like in nature? Bacteria eat everything you can imagine: They eat vegetarian food, meat, milk and many other things. Independent of the food being hot, cold or salty. Bacteria could be seen as the waste bin for all organic substances arousing in nature. But there is one meal they prefer: sugar. So bacteria are not so different from us... or don’t you like eating chocolate more than a tin of spinach?

Another aspect of bacterial survival is the detection of alarm substances showing the bacteria that they are close to something endangering their live. Finding nutrients and avoiding conflicts and risks are basic prerequisites for the survival of organisms in nature. The system which is important for all these tasks is called Chemotaxis.

The chemotaxis system of bacteria enables them to swim in a target-oriented way. For this purpose, two components are essential: The chemotaxis receptor and the flagellum with its motor module.

The chemotaxis system consists mainly of two different components: One component is the flagellum, which can be imagined as a rotating propeller. The interesting thing about this flagellum is that it can rotate in two different directions: If the flagellum rotates in counter-clockwise direction, the bacteria swim streight forward at high speed. In this state the flagellum rotates about 3.000 times per minute and accelerates the bacterium at a fulls speed of 50 µm (0.05 mm) per second- which is astonishingly fast. You don’t believe that 50 µl/s is fast? Well, could you imagine to run at a speed of 170 mph? That is what bacteria do if you measure their speed in comparison to their length. But there is also a state, in which the bacterial flagellum rotates clockwise. In this state the bacteria are tumbling around and orientating in the environment. It could be compared to the sniffing of a dog, searching for a trail of the scent. The way the bacteria move, which is tumbling for a short time, then swimming forward a second and tumbling again is called the random walk.

In this state the second component of the chemotaxis system comes into game: the chemotaxis receptors. The chemotaxis receptors can be imagined as if they were little noses coming out of the bacterial body. Or like small grids for nutrients, which means, that if the receptor catches a nutrient molecule it gets activated and sends an alert-signal to the bacteria: “Food”! Then the bacteria tumble in the direction, where the receptor bound the nutrient molecule and begins to swim in this direction. As there are more and more nutrient molecules in the environment if the bacteria get closer and closer to the food source, they are able to find the right way just by following what we call the concentration gradient of the nutrient molecules. Just the opposite is the case, when bacteria detect alert substances. If you want to simulate chemotaxis at home just ask your friend or parents to hide something something good smelling, i.e. pancakes or a piece of warm apple pie in your room and try to find it with shut eyes.

[back]

Modeling

Scientific modeling is a comparatively new area of scientific activity. With the help of techniques like statistical analysis or computer simulation, modellers try to understand the underlying dynamics of a complex system. Therefore they need general information provided by experimental scientists, how the system behaves under certain conditions. With this basis they are able to rebuild the system in silico. With the computer it is possible to simulate how the system behaves under conditions, which may not have been tested in the laboratory. Thereby they can profoundly help experimentators, in providing data they need to test their system or measure certain parameters – or even in sparing all the wet lab work to prove that their system works. Like this, modelling and experimental work have a symbiotic relationship. Modeling is especially important in new scientific fields: it makes up an essential part of Synthetic Biology.

[back]


You now have a very good overview over the biological background, but want to know how the team can actually engineer bacteria in the lab? Perfect. I have exactly the right information to explain it to you. Follow me ... to step 4Phips 4.png [ ...back to stept 3 ]