Difference between revisions of "Team:TU Darmstadt/project/notebook"

 
(41 intermediate revisions by 7 users not shown)
Line 13: Line 13:
 
<style>
 
<style>
 
#one:before {
 
#one:before {
background-image: url("https://static.igem.org/mediawiki/2017/9/92/Banner_prov.jpg");
+
background-image: url(https://static.igem.org/mediawiki/2017/b/b6/T--TU_Darmstadt--Banner_Notebook.jpeg);
 
height: 10em;
 
height: 10em;
 
}
 
}
Line 29: Line 29:
 
<li><a href="https://2017.igem.org/Team:TU_Darmstadt/project/chitinase">Chitinase</a></li>
 
<li><a href="https://2017.igem.org/Team:TU_Darmstadt/project/chitinase">Chitinase</a></li>
 
<li><a href="https://2017.igem.org/Team:TU_Darmstadt/project/chitin_deacetylase">Chitin Deacetylase</a></li>
 
<li><a href="https://2017.igem.org/Team:TU_Darmstadt/project/chitin_deacetylase">Chitin Deacetylase</a></li>
<li><a href="https://2017.igem.org/Team:TU_Darmstadt/project/regulation_system">Regulatory System</a></li>
+
<!--<li><a href="https://2017.igem.org/Team:TU_Darmstadt/project/regulation_system">Regulatory System</a></li>-->
 
<li><a href="https://2017.igem.org/Team:TU_Darmstadt/project/hydrogel">Hydrogels</a></li>
 
<li><a href="https://2017.igem.org/Team:TU_Darmstadt/project/hydrogel">Hydrogels</a></li>
 
<li><a href="https://2017.igem.org/Team:TU_Darmstadt/project/chemistry">Chemistry</a></li>
 
<li><a href="https://2017.igem.org/Team:TU_Darmstadt/project/chemistry">Chemistry</a></li>
<li><a href="https://2017.igem.org/Team:TU_Darmstadt/project/modeling" >Modeling</a></li>
 
 
<li><a href="https://2017.igem.org/Team:TU_Darmstadt/project/parts">Parts</a></li>
 
<li><a href="https://2017.igem.org/Team:TU_Darmstadt/project/parts">Parts</a></li>
 
<li><a href="https://2017.igem.org/Team:TU_Darmstadt/project/notebook" class="active">Notebook</a></li>
 
<li><a href="https://2017.igem.org/Team:TU_Darmstadt/project/notebook" class="active">Notebook</a></li>
Line 66: Line 65:
 
<h2>Notebook and Methods</h2>
 
<h2>Notebook and Methods</h2>
 
</header>
 
</header>
 +
<p><center><a href="https://static.igem.org/mediawiki/2017/8/80/T--TU_Darmstadt--Methoden_-_iGEM_2017.pdf"><h4>Click  on this Heading to See our Methods-Collection</h4></a></center></p>
 
</div>
 
</div>
 
     </section>
 
     </section>
 
<style>
 
<style>
 
<!-- at Issy: Copy and Paste the generated CSS File here -->
 
<!-- at Issy: Copy and Paste the generated CSS File here -->
/*the area of the box on full width*/.labnotebox { width: 100%; margin: auto; background-color: #ffffff;}/*the box itself with the content*/.labnote-content { width: 100%; overflow: auto; margin: auto; padding-bottom: 20px; display: none; background-color: #bea; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; padding-left: 50px; padding-right: 50px;}/*the clickable title*/.labnote-title { padding-bottom: 5px; padding-left: 50px; padding-right: 50px; padding-top: 5px; text-align: justify; margin-top: 20px; margin: auto; cursor: pointer; text-align: center; background-color: #bda; width: 100%; margin-top: 20px; border-radius: 10px;}/*the date*/.labnote-date { padding: 1px; padding-left: 50px; padding-right: 50px; padding-top: 5px; padding-bottom: 5px; text-align: center; margin: auto; margin-top: 20px; margin-bottom: 20px; background-color: #eeeeee; width: 100%; border-radius: 10px;}
+
/*the area of the box on full width*/.labnotebox { width: 100%; margin: auto; background-color: #ffffff;}/*the box itself with the content*/.labnote-content { width: 70%; overflow: auto; margin: auto; padding-bottom: 15px; display: none; background-color: #F5F5F5; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; padding-left: 50px; padding-right: 50px;}/*the clickable title*/.labnote-title { padding-bottom: 5px; padding-left: 50px; padding-right: 50px; padding-top: 5px; text-align: justify; margin-top: 20px; margin: auto; cursor: pointer; text-align: center; background-color: #DCDCDC; width: 70%; margin-top: 20px; border-radius: 10px; h3 {font-size: 24px;}}/*the date*/.labnote-date { padding: 1px; padding-left: 50px; padding-right: 50px; padding-top: 5px; padding-bottom: 5px; text-align: center; margin: auto; margin-top: 20px; margin-bottom: 20px; background-color: #ADD8E6 ; width: 100%; border-radius: 10px;}
 +
 
 
<!-- at Issy: End of CSS section -->
 
<!-- at Issy: End of CSS section -->
 
</style>
 
</style>
 
<section id="two"><div class="container">
 
<section id="two"><div class="container">
 
<h3>Notebook</h3>
 
<h3>Notebook</h3>
<!-- copy and paste generated labnotes.html between the two comments! Props to Bielefeld! -->
 
 
<!--generated by the Labnotesgenerator from Bielefeld-CeBiTec 2017-->
 
<!--generated by the Labnotesgenerator from Bielefeld-CeBiTec 2017-->
 
<meta charset="UTF-8"><link rel="stylesheet" type="text/css" href="labnotes_css.css">
 
<meta charset="UTF-8"><link rel="stylesheet" type="text/css" href="labnotes_css.css">
Line 82: Line 82:
 
$(document).ready(function() {    $(".labnote-title").click(function() {        $title = $(this); $content = $title.next(); if (!$content.is(":visible")) { $title.css("border-bottom-right-radius", "0px"); $title.css("border-bottom-left-radius", "0px"); } $content.slideToggle(500, function() { if (!$content.is(":visible")) { $title.css("border-radius", "10px"); $title.css("zIndex", "0"); } });    });});
 
$(document).ready(function() {    $(".labnote-title").click(function() {        $title = $(this); $content = $title.next(); if (!$content.is(":visible")) { $title.css("border-bottom-right-radius", "0px"); $title.css("border-bottom-left-radius", "0px"); } $content.slideToggle(500, function() { if (!$content.is(":visible")) { $title.css("border-radius", "10px"); $title.css("zIndex", "0"); } });    });});
 
</script>
 
</script>
 +
<div>
 +
 +
<!-- copy and paste generated labnotes.html between the two comments! Props to Bielefeld! -->
 +
           
 +
<div class="labnotebox">
 +
<div class="labnote-date">
 +
<h3 style="font-size: 24px;"> 2017-04-03  -  2017-04-09 </h3>
 +
</div>
 +
</div>
 +
<div class="labnotebox">
 +
<div class="labnote-title">
 +
<h3 style="font-size: 24px;"> Technics </h3>
 +
</div>
 +
<div class="labnote-content">
 +
<p><b>Superior experiment:</b> Building a DIHM</p>
 +
<p><b>Procedure:</b></p>
 +
<article>
 +
<li style="font-size: 15px;"> First team meeting. Getting to know each other. First discussion about probable projects.</li>
 +
</ul>
 +
</article>
 +
</div>
 +
</div>
 +
            <div class="labnotebox">
 +
<div class="labnote-date">
 +
<h3 style="font-size: 24px;"> 2017-04-10  -  2017-04-16 </h3>
 +
</div>
 +
</div>
 +
<div class="labnotebox">
 +
<div class="labnote-title">
 +
<h3 style="font-size: 24px;"> Technics </h3>
 +
</div>
 +
<div class="labnote-content">
 +
<p><b>Superior experiment:</b> Building a DIHM</p>
 +
<p><b>Procedure:</b></p>
 +
<article>
 +
<li style="font-size: 15px;"> Further discussion about possible projects and time management. More research is necessary.</li>
 +
</ul>
 +
</article>
 +
</div>
 +
</div>
 +
            <div class="labnotebox">
 +
<div class="labnote-date">
 +
<h3 style="font-size: 24px;"> 2017-04-17  -  2017-04-23 </h3>
 +
</div>
 +
</div>
 +
<div class="labnotebox">
 +
<div class="labnote-title">
 +
<h3 style="font-size: 24px;"> Technics </h3>
 +
</div>
 +
<div class="labnote-content">
 +
<p><b>Superior experiment:</b> Building a DIHM</p>
 +
<p><b>Procedure:</b></p>
 +
<article>
 +
<li style="font-size: 15px;"> Discussions lead to the decision for a microscope. For type and functionality research is planned.</li>
 +
</ul>
 +
</article>
 +
</div>
 +
</div>
 
             <div class="labnotebox">
 
             <div class="labnotebox">
 
<div class="labnote-date">
 
<div class="labnote-date">
<h3> 2017-04-24  -  2017-04-30 </h3>
+
<h3 style="font-size: 24px;"> 2017-04-24  -  2017-04-30 </h3>
 
</div>
 
</div>
 
</div>
 
</div>
 
<div class="labnotebox">
 
<div class="labnotebox">
 
<div class="labnote-title">
 
<div class="labnote-title">
<h3> Generally labwork </h3>
+
<h3 style="font-size: 24px;"> General Labwork </h3>
 
</div>
 
</div>
 
<div class="labnote-content">
 
<div class="labnote-content">
Line 95: Line 153:
 
<p><b>Procedure:</b></p>
 
<p><b>Procedure:</b></p>
 
<article>
 
<article>
<li> Ordering via IDT</li>
+
<li style="font-size: 15px;"> Ordering via IDT</li>
 
<ul>
 
<ul>
<li>  NodC, NodB, CDApuc and ChiA</li>
+
<li style="font-size: 15px;"<i>nodC</i>, <i>nodB</i>, <i>puc</i> and <i>chiA</i></li>
 +
</ul>
 +
</article>
 +
</div>
 +
</div>
 +
<div class="labnotebox">
 +
<div class="labnote-title">
 +
<h3 style="font-size: 24px;"> Technics </h3>
 +
</div>
 +
<div class="labnote-content">
 +
<p><b>Superior experiment:</b> Building a DIHM</p>
 +
<p><b>Procedure:</b></p>
 +
<article>
 +
<li style="font-size: 15px;"> Discussion on type of microscope. High resolution wanted with minimum cost. More research is necessary.</li>
 
</ul>
 
</ul>
 
</article>
 
</article>
Line 104: Line 175:
 
             <div class="labnotebox">
 
             <div class="labnotebox">
 
<div class="labnote-date">
 
<div class="labnote-date">
<h3> 2017-05-01  -  2017-05-07 </h3>
+
<h3 style="font-size: 24px;"> 2017-05-01  -  2017-05-07 </h3>
 
</div>
 
</div>
 
</div>
 
</div>
 
<div class="labnotebox">
 
<div class="labnotebox">
 
<div class="labnote-title">
 
<div class="labnote-title">
<h3> Generelly labwork </h3>
+
<h3 style="font-size: 24px;"> General Labwork </h3>
 
</div>
 
</div>
 
<div class="labnote-content">
 
<div class="labnote-content">
Line 115: Line 186:
 
<p><b>Procedure:</b></p>
 
<p><b>Procedure:</b></p>
 
<article>
 
<article>
<li> GoldenBraid assembly</li>
+
<li style="font-size: 15px;"> GoldenBraid assembly</li>
 
<ul>
 
<ul>
<li>  Cloning NodC, NodB, CDApuc and ChiA into the pUPD vector</li>
+
<li style="font-size: 15px;">  Cloning <i>nodC</i>, <i>nodB</i>, <i>puc</i> and <i>chiA</i> into the pUPD vector</li>
 +
</ul>
 +
</article>
 +
</div>
 +
</div>
 +
<div class="labnotebox">
 +
<div class="labnote-title">
 +
<h3 style="font-size: 24px;"> Technics </h3>
 +
</div>
 +
<div class="labnote-content">
 +
<p><b>Superior experiment:</b> Building a DIHM</p>
 +
<p><b>Procedure:</b></p>
 +
<article>
 +
<li style="font-size: 15px;"> Decision for a holographic microscope. More research about the exact details and what is needed.</li>
 +
</ul>
 +
</article>
 +
</div>
 +
</div>
 +
            <div class="labnotebox">
 +
<div class="labnote-date">
 +
<h3 style="font-size: 24px;"> 2017-05-08  -  2017-05-14 </h3>
 +
</div>
 +
</div>
 +
<div class="labnotebox">
 +
<div class="labnote-title">
 +
<h3 style="font-size: 24px;"> Technics </h3>
 +
</div>
 +
<div class="labnote-content">
 +
<p><b>Superior experiment:</b> Building a DIHM</p>
 +
<p><b>Procedure:</b></p>
 +
<article>
 +
<li style="font-size: 15px;"> Ongoing research</li>
 +
</ul>
 +
</article>
 +
</div>
 +
</div>
 +
            <div class="labnotebox">
 +
<div class="labnote-date">
 +
<h3 style="font-size: 24px;"> 2017-05-15  -  2017-05-21 </h3>
 +
</div>
 +
</div>
 +
<div class="labnotebox">
 +
<div class="labnote-title">
 +
<h3 style="font-size: 24px;"> Technics </h3>
 +
</div>
 +
<div class="labnote-content">
 +
<p><b>Superior experiment:</b> Building a DIHM</p>
 +
<p><b>Procedure:</b></p>
 +
<article>
 +
<li style="font-size: 15px;"> First parts like the DVD Pickup are ordered. Ongoing research.</li>
 +
</ul>
 +
</article>
 +
</div>
 +
</div>
 +
            <div class="labnotebox">
 +
<div class="labnote-date">
 +
<h3 style="font-size: 24px;"> 2017-05-22  -  2017-05-28 </h3>
 +
</div>
 +
</div>
 +
<div class="labnotebox">
 +
<div class="labnote-title">
 +
<h3 style="font-size: 24px;"> Technics </h3>
 +
</div>
 +
<div class="labnote-content">
 +
<p><b>Superior experiment:</b> Building a DIHM</p>
 +
<p><b>Procedure:</b></p>
 +
<article>
 +
<li style="font-size: 15px;"> Pinhole was sponsored by "Applied semiconductor optics". Ongoing research about detection system and DVD pickup control.</li>
 
</ul>
 
</ul>
 
</article>
 
</article>
Line 124: Line 262:
 
             <div class="labnotebox">
 
             <div class="labnotebox">
 
<div class="labnote-date">
 
<div class="labnote-date">
<h3> 2017-05-29  -  2017-06-04 </h3>
+
<h3 style="font-size: 24px;"> 2017-05-29  -  2017-06-04 </h3>
 
</div>
 
</div>
 
</div>
 
</div>
 
<div class="labnotebox">
 
<div class="labnotebox">
 
<div class="labnote-title">
 
<div class="labnote-title">
<h3> Chitinase A1 </h3>
+
<h3 style="font-size: 24px;"> Chitinase A1 </h3>
 
</div>
 
</div>
 
<div class="labnote-content">
 
<div class="labnote-content">
Line 135: Line 273:
 
<p><b>Procedure:</b></p>
 
<p><b>Procedure:</b></p>
 
<article>
 
<article>
<li> Cloning chiA into pSB1C3</li>
+
<li style="font-size: 15px;"> Cloning <i>chiA</i> into pSB1C3</li>
 
<ul>
 
<ul>
<li> Digesting pUPD-Anderson-chiA and pSB1C3 with Xba1 and Pst1</li>
+
<li style="font-size: 15px;"> Digesting pUPD-Anderson-chiA and pSB1C3 with XbaI and PstI</li>
<li> Dephosphorylating the backbone pSB1C3</li>
+
<li style="font-size: 15px;"> Dephosphorylating the backbone pSB1C3</li>
<li> Ligation with T4 Ligase</li>
+
<li style="font-size: 15px;"> Ligation with T4 Ligase</li>
 
</ul>
 
</ul>
 
</article>
 
</article>
Line 146: Line 284:
 
<div class="labnotebox">
 
<div class="labnotebox">
 
<div class="labnote-title">
 
<div class="labnote-title">
<h3> Chitin Synthase </h3>
+
<h3 style="font-size: 24px;"> Chitin Synthase </h3>
 
</div>
 
</div>
 
<div class="labnote-content">
 
<div class="labnote-content">
Line 152: Line 290:
 
<p><b>Procedure:</b></p>
 
<p><b>Procedure:</b></p>
 
<article>
 
<article>
<li> Cloning nodC into pSB1K3</li>
+
<li style="font-size: 15px;"> Cloning <i>nodC</i> into pSB1K3</li>
 
<ul>
 
<ul>
<li> Digesting pUPD-Anderson-nodC and pSB1K3 with Xba1 and Pst1</li>
+
<li style="font-size: 15px;"> Digesting pUPD-Anderson-nodC and pSB1K3 with XbaI and PstI</li>
<li> Dephosphorylating the backbone pSB1K3</li>
+
<li style="font-size: 15px;"> Dephosphorylating the backbone pSB1K3</li>
<li> Ligation with T4 Ligase</li>
+
<li style="font-size: 15px;"> Ligation with T4 Ligase</li>
 
</ul>
 
</ul>
<li> Transformation and evaluation</li>
+
<li style="font-size: 15px;"> Transformation and evaluation</li>
 
<ul>
 
<ul>
<li> Transforming pSB1K3-Anderson-nodC into Top10</li>
+
<li style="font-size: 15px;"> Transforming pSB1K3-Anderson-nodC into Top10</li>
<li> Over-night cultures of pSB1K3-Anderson-nodC</li>
+
<li style="font-size: 15px;"> Over-night cultures of pSB1K3-Anderson-nodC</li>
<li> Plasmid extraction via Mini-prep-kit</li>
+
<li style="font-size: 15px;"> Plasmid extraction via Mini-prep-kit</li>
 
</ul>
 
</ul>
 
</article>
 
</article>
Line 169: Line 307:
 
<div class="labnotebox">
 
<div class="labnotebox">
 
<div class="labnote-title">
 
<div class="labnote-title">
<h3> Chitin Deacetylases </h3>
+
<h3 style="font-size: 24px;"> Chitin Deacetylases </h3>
 
</div>
 
</div>
 
<div class="labnote-content">
 
<div class="labnote-content">
<p><b>Superior experiment:</b> Cloning nodB into pSB1K3, transformation into Top10, evaluation</p>
+
<p><b>Superior experiment:</b> Cloning <i>nodB</i> into pSB1K3, transformation into Top10, evaluation</p>
 
<p><b>Procedure:</b></p>
 
<p><b>Procedure:</b></p>
 
<article>
 
<article>
<li> Cloning nodB into pSB1K3</li>
+
<li style="font-size: 15px;"> Cloning <i>nodB</i> into pSB1K3</li>
 
<ul>
 
<ul>
<li> Digesting pUPD-Anderson-nodB and pSB1K3 with Xba1 and Pst1</li>
+
<li style="font-size: 15px;"> Digesting pUPD-Anderson-nodB and pSB1K3 with XbaI and PstI</li>
<li> Dephosphorylating the backbone pSB1K3</li>
+
<li style="font-size: 15px;"> Dephosphorylating the backbone pSB1K3</li>
<li> Ligation with T4 Ligase</li>
+
<li style="font-size: 15px;"> Ligation with T4 Ligase</li>
 
</ul>
 
</ul>
<li> Transformation and evaluation</li>
+
<li style="font-size: 15px;"> Transformation and evaluation</li>
 
<ul>
 
<ul>
<li> Transforming pSB1K3-Anderson-nodB and pUPD-Anderson-CDApuc into Top10 via heat-shock</li>
+
<li style="font-size: 15px;"> Transforming pSB1K3-Anderson-nodB and pUPD-Anderson-puc into Top10 via heat-shock</li>
<li> ColonyPCR of pSB1K3-Anderson-nodB and pUPD-Anderson-CDApuc</li>
+
<li style="font-size: 15px;"> ColonyPCR of pSB1K3-Anderson-nodB and pUPD-Anderson-puc</li>
 +
</ul>
 +
</article>
 +
</div>
 +
</div>
 +
<div class="labnotebox">
 +
<div class="labnote-title">
 +
<h3 style="font-size: 24px;"> Technics </h3>
 +
</div>
 +
<div class="labnote-content">
 +
<p><b>Superior experiment:</b> Building a DIHM</p>
 +
<p><b>Procedure:</b></p>
 +
<article>
 +
<li style="font-size: 15px;"> Research about possible software starts as well as about micromanipulators. Furthermore continuing research of the last week.</li>
 
</ul>
 
</ul>
 
</article>
 
</article>
Line 191: Line 342:
 
             <div class="labnotebox">
 
             <div class="labnotebox">
 
<div class="labnote-date">
 
<div class="labnote-date">
<h3> 2017-06-05  -  2017-06-11 </h3>
+
<h3 style="font-size: 24px;"> 2017-06-05  -  2017-06-11 </h3>
 
</div>
 
</div>
 
</div>
 
</div>
 
<div class="labnotebox">
 
<div class="labnotebox">
 
<div class="labnote-title">
 
<div class="labnote-title">
<h3> Chitinase A1 </h3>
+
<h3 style="font-size: 24px;"> Chitinase A1 </h3>
 
</div>
 
</div>
 
<div class="labnote-content">
 
<div class="labnote-content">
Line 202: Line 353:
 
<p><b>Procedure:</b></p>
 
<p><b>Procedure:</b></p>
 
<article>
 
<article>
<li> Cloning chiA into pSB1C3-AraC</li>
+
<li style="font-size: 15px;"> Cloning chiA into pSB1C3-AraC</li>
 
<ul>
 
<ul>
<li> Digesting pUPD-Anderson-chiA with Nhe1 and Pst1, pSB1C3-AraC with Spe1 and Pst1</li>
+
<li style="font-size: 15px;"> Digesting pUPD-Anderson-chiA with NheI and PstI, pSB1C3-AraC with SpeI and PstI</li>
<li> Dephosphorylating the backbone pSB1C3-AraC</li>
+
<li style="font-size: 15px;"> Dephosphorylating the backbone pSB1C3-AraC</li>
<li> Ligation with T4 Ligase</li>
+
<li style="font-size: 15px;"> Ligation with T4 Ligase</li>
 
</ul>
 
</ul>
<li> Transformation and evaluation</li>
+
<li style="font-size: 15px;"> Transformation and evaluation</li>
 
<ul>
 
<ul>
<li> Transforming pSB1C3-Anderson-chiA and pSB1C3-AraC-chiA into Top10 via heat-shock</li>
+
<li style="font-size: 15px;"> Transforming pSB1C3-Anderson-chiA and pSB1C3-AraC-chiA into Top10 via heat-shock</li>
<li> colonyPCR of pSB1C3-Anderson-chiA and pSB1C3-AraC-chiA</li>
+
<li style="font-size: 15px;"> ColonyPCR of pSB1C3-Anderson-chiA and pSB1C3-AraC-chiA</li>
<li> Gelelectrophoresis</li>
+
<li style="font-size: 15px;"> Gelelectrophoresis</li>
<li> Over-night cultures of pSB1C3-Anderson-chiA and pSB1C3-AraC-chiA</li>
+
<li style="font-size: 15px;"> Over-night cultures of pSB1C3-Anderson-chiA and pSB1C3-AraC-chiA</li>
<li> Plasmid extraction via Mini-prep-kit and sequencing</li>
+
<li style="font-size: 15px;"> Plasmid extraction via Mini-prep-kit and sequencing</li>
 
</ul>
 
</ul>
 
</article>
 
</article>
Line 221: Line 372:
 
<div class="labnotebox">
 
<div class="labnotebox">
 
<div class="labnote-title">
 
<div class="labnote-title">
<h3> Chitin Synthase </h3>
+
<h3 style="font-size: 24px;"> Chitin Synthase </h3>
 
</div>
 
</div>
 
<div class="labnote-content">
 
<div class="labnote-content">
<p><b>Superior experiment:</b> Cloning nodC into pSB1C3 and pSB1C3-AraC</p>
+
<p><b>Superior experiment:</b> Cloning <i>nodC</i> into pSB1C3 and pSB1C3-AraC</p>
 
<p><b>Procedure:</b></p>
 
<p><b>Procedure:</b></p>
 
<article>
 
<article>
<li> Cloning nodC into pSB1C3-Anderson and pSB1C3-AraC</li>
+
<li style="font-size: 15px;"> Cloning nodC into pSB1C3-Anderson and pSB1C3-AraC</li>
 
<ul>
 
<ul>
<li> Digesting pUPD-Anderson-nodC and pSB1C3 with Xba1 and Pst1</li>
+
<li style="font-size: 15px;"> Digesting pUPD-Anderson-nodC and pSB1C3 with XbaI and PstI</li>
<li> Dephosphorylating the backbone pSB1K3</li>
+
<li style="font-size: 15px;"> Dephosphorylating the backbone pSB1K3</li>
<li> Ligation with T4 Ligase</li>
+
<li style="font-size: 15px;"> Ligation with T4 Ligase</li>
 
</ul>
 
</ul>
<li> Transformation and evaluation</li>
+
<li style="font-size: 15px;"> Transformation and evaluation</li>
 
<ul>
 
<ul>
<li> Transforming pSB1K3-Anderson-nodC into Top10</li>
+
<li style="font-size: 15px;"> Transforming pSB1K3-Anderson-nodC into Top10</li>
<li> ColonyPCR</li>
+
<li style="font-size: 15px;"> ColonyPCR</li>
<li> Gelelectrophoresis</li>
+
<li style="font-size: 15px;"> Gelelectrophoresis</li>
<li> Over-night cultures of pSB1C3-Anderson-nodC and pSB1C3-AraC-nodC</li>
+
<li style="font-size: 15px;"> Over-night cultures of pSB1C3-Anderson-nodC and pSB1C3-AraC-nodC</li>
<li> Plasmid extraction via Mini-prep-kit</li>
+
<li style="font-size: 15px;"> Plasmid extraction via Mini-prep-kit</li>
 
</ul>
 
</ul>
 
</article>
 
</article>
Line 246: Line 397:
 
<div class="labnotebox">
 
<div class="labnotebox">
 
<div class="labnote-title">
 
<div class="labnote-title">
<h3> Chitin Deacetylases </h3>
+
<h3 style="font-size: 24px;"> Chitin Deacetylases </h3>
 
</div>
 
</div>
 
<div class="labnote-content">
 
<div class="labnote-content">
Line 252: Line 403:
 
<p><b>Procedure:</b></p>
 
<p><b>Procedure:</b></p>
 
<article>
 
<article>
<li> Evaluation</li>
+
<li style="font-size: 15px;"> Evaluation</li>
 
<ul>
 
<ul>
<li> Gelelectrophoresis of colonyPCR product</li>
+
<li style="font-size: 15px;"> Gelelectrophoresis of colonyPCR product</li>
<li> Repeating the colonyPCR of pSB1C3-Anderson-nodB and pUPD-Anderson-CDApuc</li>
+
<li style="font-size: 15px;"> Repeating the colonyPCR of pSB1C3-Anderson-nodB and pUPD-Anderson-puc</li>
 
</ul>
 
</ul>
<li> Retransformation</li>
+
<li style="font-size: 15px;"> Retransformation</li>
 
<ul>
 
<ul>
<li> Retransformation of pSB1C3-Anderson-nodB and pUPD-Anderson-CDApuc into Top10</li>
+
<li style="font-size: 15px;"> Retransformation of pSB1C3-Anderson-nodB and pUPD-Anderson-puc into Top10</li>
 
</ul>
 
</ul>
<li> Sequencing</li>
+
<li style="font-size: 15px;"> Sequencing</li>
 
<ul>
 
<ul>
<li> Over-night cultures of pSB1C3-Anderson-nodB</li>
+
<li style="font-size: 15px;"> Over-night cultures of pSB1C3-Anderson-nodB</li>
<li> Plasmid extraction via Mini-prep-kit and sequencing</li>
+
<li style="font-size: 15px;"> Plasmid extraction via Mini-prep-kit and sequencing</li>
 
<ul>
 
<ul>
<li> No insert was found</li>
+
<li style="font-size: 15px;"> No insert was found</li>
 +
</ul>
 +
</article>
 +
</div>
 +
</div>
 +
<div class="labnotebox">
 +
<div class="labnote-title">
 +
<h3 style="font-size: 24px;"> Technics </h3>
 +
</div>
 +
<div class="labnote-content">
 +
<p><b>Superior experiment:</b> Building a DIHM</p>
 +
<p><b>Procedure:</b></p>
 +
<article>
 +
<li style="font-size: 15px;"> Continuing research of last weeks. First ideas of DVD Pickup control and micromanipulators are acquired.</li>
 
</ul>
 
</ul>
 
</article>
 
</article>
Line 273: Line 437:
 
             <div class="labnotebox">
 
             <div class="labnotebox">
 
<div class="labnote-date">
 
<div class="labnote-date">
<h3> 2017-06-12  -  2017-06-18 </h3>
+
<h3 style="font-size: 24px;"> 2017-06-12  -  2017-06-18 </h3>
 
</div>
 
</div>
 
</div>
 
</div>
 
<div class="labnotebox">
 
<div class="labnotebox">
 
<div class="labnote-title">
 
<div class="labnote-title">
<h3> Chitinase A1 </h3>
+
<h3 style="font-size: 24px;"> Chitinase A1 </h3>
 
</div>
 
</div>
 
<div class="labnote-content">
 
<div class="labnote-content">
<p><b>Superior experiment:</b> Cloning chiA into pSB1C3</p>
+
<p><b>Superior experiment:</b> Cloning <i>chiA</i> into pSB1C3</p>
 
<p><b>Procedure:</b></p>
 
<p><b>Procedure:</b></p>
 
<article>
 
<article>
<li> Cloning pSB1C3-Anderson-chiA</li>
+
<li style="font-size: 15px;"> Cloning pSB1C3-Anderson-chiA</li>
 
<ul>
 
<ul>
<li> Digesting pUPD-Anderson-chiA and pSB1C3 with Xba1 and Pst1</li>
+
<li style="font-size: 15px;"> Digesting pUPD-Anderson-chiA and pSB1C3 with XbaI and PstI</li>
<li> Dephosphorylating the backbone pSB1C3</li>
+
<li style="font-size: 15px;"> Dephosphorylating the backbone pSB1C3</li>
<li> Ligation with T4 Ligase</li>
+
<li style="font-size: 15px;"> Ligation with T4 Ligase</li>
 
</ul>
 
</ul>
<li> Transformation</li>
+
<li style="font-size: 15px;"> Transformation</li>
 
<ul>
 
<ul>
<li> Transforming pSB1C3-Anderson-chiA into Top10 via heat-shock</li>
+
<li style="font-size: 15px;"> Transforming pSB1C3-Anderson-chiA into Top10 via heat-shock</li>
 
</ul>
 
</ul>
 
</article>
 
</article>
Line 299: Line 463:
 
<div class="labnotebox">
 
<div class="labnotebox">
 
<div class="labnote-title">
 
<div class="labnote-title">
<h3> Chitin Synthase </h3>
+
<h3 style="font-size: 24px;"> Chitin Synthase </h3>
 
</div>
 
</div>
 
<div class="labnote-content">
 
<div class="labnote-content">
Line 306: Line 470:
 
<article>
 
<article>
 
<ul>
 
<ul>
<li> Over-night cultures of pSB1C3-Anderson-nodC and pSB1C3-AraC-nodC</li>
+
<li style="font-size: 15px;"> Over-night cultures of pSB1C3-Anderson-nodC and pSB1C3-AraC-nodC</li>
<li> Plasmid extraction via Mini-prep-kit and sequencing</li>
+
<li style="font-size: 15px;"> Plasmid extraction via Mini-prep-kit and sequencing</li>
 
</ul>
 
</ul>
<li> Glycerol stocks of pSB1C3-Anderson-nodC</li>
+
<li style="font-size: 15px;"> Glycerol stocks of pSB1C3-Anderson-nodC</li>
 
<ul>
 
<ul>
<li> Glycerol stocks were made of positive pSB1C3-Anderson-nodC colonies</li>
+
<li style="font-size: 15px;"> Glycerol stocks were made of positive pSB1C3-Anderson-nodC colonies</li>
 
</ul>
 
</ul>
<li> Glycerol stocks of pSB1C3-AraC-nodC</li>
+
<li style="font-size: 15px;"> Glycerol stocks of pSB1C3-AraC-nodC</li>
 
<ul>
 
<ul>
<li> Glycerol stocks were made of positive pSB1C3-AraC-nodC colonies</li>
+
<li style="font-size: 15px;"> Glycerol stocks were made of positive pSB1C3-AraC-nodC colonies</li>
 
</ul>
 
</ul>
 
</article>
 
</article>
Line 322: Line 486:
 
<div class="labnotebox">
 
<div class="labnotebox">
 
<div class="labnote-title">
 
<div class="labnote-title">
<h3> Chitin Deacetylases </h3>
+
<h3 style="font-size: 24px;"> Chitin Deacetylases </h3>
 
</div>
 
</div>
 
<div class="labnote-content">
 
<div class="labnote-content">
<p><b>Superior experiment:</b> Cloning nodB in pSB1C3, transformation into Top10</p>
+
<p><b>Superior experiment:</b> Cloning <i>nodB</i> in pSB1C3, transformation into Top10</p>
 
<p><b>Procedure:</b></p>
 
<p><b>Procedure:</b></p>
 
<article>
 
<article>
<li> Cloning nodB into pSB1K3</li>
+
<li style="font-size: 15px;"> Cloning nodB into pSB1K3</li>
 
<ul>
 
<ul>
<li> Digesting pUPD-Anderson-nodB and pSB1C3 with Xba1 and Pst1</li>
+
<li style="font-size: 15px;"> Digesting pUPD-Anderson-nodB and pSB1C3 with XbaI and PstI</li>
<li> Dephosphorylating the backbone pSB1C3</li>
+
<li style="font-size: 15px;"> Dephosphorylating the backbone pSB1C3</li>
<li> PCR clean-up to</li>
+
<li style="font-size: 15px;"> PCR clean-up to</li>
<li> Ligation with T4 Ligase</li>
+
<li style="font-size: 15px;"> Ligation with T4 Ligase</li>
 
</ul>
 
</ul>
<li> Transformation and evaluation</li>
+
<li style="font-size: 15px;"> Transformation and evaluation</li>
 
<ul>
 
<ul>
<li> Transforming pSB1C3-Anderson-nodB into Top10 via heat-shock</li>
+
<li style="font-size: 15px;"> Transforming pSB1C3-Anderson-nodB into Top10 via heat-shock</li>
 
<ul>
 
<ul>
<li> No colony was successful</li>
+
<li style="font-size: 15px;"> No colony was successful</li>
 
</ul>
 
</ul>
<li> Cloning nodB into pSB1K3</li>
+
<li style="font-size: 15px;"> Cloning <i>nodB</i> into pSB1K3</li>
<li> Digesting pUPD-Anderson-nodB and pSB1C3 with Xba1 and Pst1</li>
+
<li style="font-size: 15px;"> Digesting pUPD-Anderson-nodB and pSB1C3 with XbaI and PstI</li>
<li> Dephosphorylating the backbone pSB1C3</li>
+
<li style="font-size: 15px;"> Dephosphorylating the backbone pSB1C3</li>
<li> PCR clean-up to</li>
+
<li style="font-size: 15px;"> PCR clean-up to</li>
<li> Ligation with T4 Ligase</li>
+
<li style="font-size: 15px;"> Ligation with T4 Ligase</li>
 
</ul>
 
</ul>
<li> Transformation and evaluation</li>
+
<li style="font-size: 15px;"> Transformation and evaluation</li>
 
<ul>
 
<ul>
<li> Transforming pSB1C3-Anderson-nodB into Top10 via heat-shock</li>
+
<li style="font-size: 15px;"> Transforming pSB1C3-Anderson-nodB into Top10 via heat-shock</li>
 +
</ul>
 +
</article>
 +
</div>
 +
</div>
 +
<div class="labnotebox">
 +
<div class="labnote-title">
 +
<h3 style="font-size: 24px;"> Technics </h3>
 +
</div>
 +
<div class="labnote-content">
 +
<p><b>Superior experiment:</b> Building a DIHM</p>
 +
<p><b>Procedure:</b></p>
 +
<article>
 +
<li style="font-size: 15px;"> Start working with the 3D printer. Ongoing research.</li>
 
</ul>
 
</ul>
 
</article>
 
</article>
Line 356: Line 533:
 
             <div class="labnotebox">
 
             <div class="labnotebox">
 
<div class="labnote-date">
 
<div class="labnote-date">
<h3> 2017-06-19  -  2017-06-25 </h3>
+
<h3 style="font-size: 24px;"> 2017-06-19  -  2017-06-25 </h3>
 
</div>
 
</div>
 
</div>
 
</div>
 
<div class="labnotebox">
 
<div class="labnotebox">
 
<div class="labnote-title">
 
<div class="labnote-title">
<h3> Chitinase A1 </h3>
+
<h3 style="font-size: 24px;"> Chitinase A1 </h3>
 
</div>
 
</div>
 
<div class="labnote-content">
 
<div class="labnote-content">
Line 367: Line 544:
 
<p><b>Procedure:</b></p>
 
<p><b>Procedure:</b></p>
 
<article>
 
<article>
<li> Evaluation</li>
+
<li style="font-size: 15px;"> Evaluation</li>
 
<ul>
 
<ul>
<li> ColonyPCR of pSB1C3-Anderson-chiA and pSB1C3-AraC-chiA</li>
+
<li style="font-size: 15px;"> ColonyPCR of pSB1C3-Anderson-chiA and pSB1C3-AraC-chiA</li>
<li> Gelelectrophoresis</li>
+
<li style="font-size: 15px;"> Gelelectrophoresis</li>
<li> Over-night cultures of pSB1C3-Anderson-chiA and pSB1C3-AraC-chiA</li>
+
<li style="font-size: 15px;"> Over-night cultures of pSB1C3-Anderson-chiA and pSB1C3-AraC-chiA</li>
<li> Plasmid extraction via Mini-prep-kit and sequencing</li>
+
<li style="font-size: 15px;"> Plasmid extraction via Mini-prep-kit and sequencing</li>
 
</ul>
 
</ul>
 
</article>
 
</article>
Line 379: Line 556:
 
<div class="labnotebox">
 
<div class="labnotebox">
 
<div class="labnote-title">
 
<div class="labnote-title">
<h3> Chitin Deacetylases </h3>
+
<h3 style="font-size: 24px;"> Chitin Deacetylases </h3>
 
</div>
 
</div>
 
<div class="labnote-content">
 
<div class="labnote-content">
Line 385: Line 562:
 
<p><b>Procedure:</b></p>
 
<p><b>Procedure:</b></p>
 
<article>
 
<article>
<li> Evaluation</li>
+
<li style="font-size: 15px;"> Evaluation</li>
 
<ul>
 
<ul>
<li> Several colonyPCRs were done</li>
+
<li style="font-size: 15px;"> Several colonyPCRs were done</li>
<li> Several gelelectrophoresis</li>
+
<li style="font-size: 15px;"> Several gelelectrophoresis</li>
 
<ul>
 
<ul>
<li> They showed that the colonyPCRs did not work properly</li>
+
<li style="font-size: 15px;"> They showed that the colonyPCRs did not work properly</li>
 
</ul>
 
</ul>
<li> GoldenBrain assembly</li>
+
<li style="font-size: 15px;"> GoldenBrain assembly</li>
<li> Cloning Anderson-CDApuc in pUPD</li>
+
<li style="font-size: 15px;"> Cloning Anderson-puc in pUPD</li>
 
</ul>
 
</ul>
<li> Transformation</li>
+
<li style="font-size: 15px;"> Transformation</li>
 
<ul>
 
<ul>
<li> Transforming the pUPD-Anderson-CDApuc into Top10 via heat-shock</li>
+
<li style="font-size: 15px;"> Transforming the pUPD-Anderson-puc into Top10 via heat-shock</li>
 
</ul>
 
</ul>
<li> Over-night cultures of pSB1C3-Anderson-nodB and pSB1K3-Anderson-nodB</li>
+
<li style="font-size: 15px;"> Over-night cultures of pSB1C3-Anderson-nodB and pSB1K3-Anderson-nodB</li>
<li> DNA-preparation</li>
+
<li style="font-size: 15px;"> DNA-preparation</li>
 
<ul>
 
<ul>
<li> Plasmid extraction of pSB1C3-Anderson-nodB and pSB1K3-Anderson-nodB via Mini-prep Kit</li>
+
<li style="font-size: 15px;"> Plasmid extraction of pSB1C3-Anderson-nodB and pSB1K3-Anderson-nodB via Mini-prep Kit</li>
 +
</ul>
 +
</article>
 +
</div>
 +
</div>
 +
<div class="labnotebox">
 +
<div class="labnote-title">
 +
<h3 style="font-size: 24px;"> Technics </h3>
 +
</div>
 +
<div class="labnote-content">
 +
<p><b>Superior experiment:</b> Building a DIHM</p>
 +
<p><b>Procedure:</b></p>
 +
<article>
 +
<li style="font-size: 15px;"> 3D printer crashed and needs repair. Ongoing research.</li>
 
</ul>
 
</ul>
 
</article>
 
</article>
Line 409: Line 599:
 
             <div class="labnotebox">
 
             <div class="labnotebox">
 
<div class="labnote-date">
 
<div class="labnote-date">
<h3> 2017-06-26  -  2017-07-02 </h3>
+
<h3 style="font-size: 24px;"> 2017-06-26  -  2017-07-02 </h3>
 
</div>
 
</div>
 
</div>
 
</div>
 
<div class="labnotebox">
 
<div class="labnotebox">
 
<div class="labnote-title">
 
<div class="labnote-title">
<h3> Chitinase A1 </h3>
+
<h3 style="font-size: 24px;"> Chitinase A1 </h3>
 
</div>
 
</div>
 
<div class="labnote-content">
 
<div class="labnote-content">
Line 420: Line 610:
 
<p><b>Procedure:</b></p>
 
<p><b>Procedure:</b></p>
 
<article>
 
<article>
<li> Retransformation and evaluation</li>
+
<li style="font-size: 15px;"> Retransformation and evaluation</li>
 
<ul>
 
<ul>
<li> Retransforming pSB1C3-AraC-chiA into Top10 via heat-shock</li>
+
<li style="font-size: 15px;"> Retransforming pSB1C3-AraC-chiA into Top10 via heat-shock</li>
<li> ColonyPCR of pSB1C3-Anderson-chiA and pSB1C3-AraC-chiA</li>
+
<li style="font-size: 15px;"> ColonyPCR of pSB1C3-Anderson-chiA and pSB1C3-AraC-chiA</li>
<li> Gelelectrophoresis</li>
+
<li style="font-size: 15px;"> Gelelectrophoresis</li>
<li> Over-night cultures</li>
+
<li style="font-size: 15px;"> Over-night cultures</li>
<li> Plasmid extraction via Mini-prep-kit</li>
+
<li style="font-size: 15px;"> Plasmid extraction via Mini-prep-kit</li>
 
</ul>
 
</ul>
<li> Detection of a point mutation in pSB1C3-Anderson-ChiA</li>
+
<li style="font-size: 15px;"> Detection of a point mutation in pSB1C3-Anderson-ChiA</li>
 
</ul>
 
</ul>
 
</article>
 
</article>
Line 435: Line 625:
 
<div class="labnotebox">
 
<div class="labnotebox">
 
<div class="labnote-title">
 
<div class="labnote-title">
<h3> Chitin Deacetylases </h3>
+
<h3 style="font-size: 24px;"> Chitin Deacetylases </h3>
 
</div>
 
</div>
 
<div class="labnote-content">
 
<div class="labnote-content">
<p><b>Superior experiment:</b> Sequencing and cloning nodB in pSB1C3 without promotor</p>
+
<p><b>Superior experiment:</b> Sequencing and cloning <i>nodB</i> in pSB1C3 without promotor</p>
 
<p><b>Procedure:</b></p>
 
<p><b>Procedure:</b></p>
 
<article>
 
<article>
<li> DNA-preparation</li>
+
<li style="font-size: 15px;"> DNA-preparation</li>
 
<ul>
 
<ul>
<li> Plasmid extraction of pUPD-Anderson-CDApuc via Mini-prep Kit and sequencing</li>
+
<li style="font-size: 15px;"> Plasmid extraction of pUPD-Anderson-puc via Mini-prep Kit and sequencing</li>
 
</ul>
 
</ul>
<li> Cloning</li>
+
<li style="font-size: 15px;"> Cloning</li>
 
<ul>
 
<ul>
<li> Digesting pUPD-Anderson-nodB with Pst1</li>
+
<li style="font-size: 15px;"> Digesting pUPD-Anderson-nodB with PstI</li>
<li> PCR clean-up</li>
+
<li style="font-size: 15px;"> PCR clean-up</li>
<li> Digesting pUPD-Anderson-nodB with Pst1 again</li>
+
<li style="font-size: 15px;"> Digesting pUPD-Anderson-nodB with PstI again</li>
<li> Ligation of nodB and pSB1C3 with T4 Ligase</li>
+
<li style="font-size: 15px;"> Ligation of <i>nodB</i> and pSB1C3 with T4 Ligase</li>
 +
</ul>
 +
</article>
 +
</div>
 +
</div>
 +
<div class="labnotebox">
 +
<div class="labnote-title">
 +
<h3 style="font-size: 24px;"> Technics </h3>
 +
</div>
 +
<div class="labnote-content">
 +
<p><b>Superior experiment:</b> Building a DIHM</p>
 +
<p><b>Procedure:</b></p>
 +
<article>
 +
<li style="font-size: 15px;"> Still fixing 3D printer. Ongoing research.</li>
 
</ul>
 
</ul>
 
</article>
 
</article>
Line 457: Line 660:
 
             <div class="labnotebox">
 
             <div class="labnotebox">
 
<div class="labnote-date">
 
<div class="labnote-date">
<h3> 2017-07-03  -  2017-07-09 </h3>
+
<h3 style="font-size: 24px;"> 2017-07-03  -  2017-07-09 </h3>
 
</div>
 
</div>
 
</div>
 
</div>
 
<div class="labnotebox">
 
<div class="labnotebox">
 
<div class="labnote-title">
 
<div class="labnote-title">
<h3> Chitinase A1 </h3>
+
<h3 style="font-size: 24px;"> Chitinase A1 </h3>
 
</div>
 
</div>
 
<div class="labnote-content">
 
<div class="labnote-content">
Line 468: Line 671:
 
<p><b>Procedure:</b></p>
 
<p><b>Procedure:</b></p>
 
<article>
 
<article>
<li> Transformation and evaluation</li>
+
<li style="font-size: 15px;"> Transformation and evaluation</li>
 
<ul>
 
<ul>
<li> Transforming pSB1C3-AraC-chiA into BL21 via heat-shock</li>
+
<li style="font-size: 15px;"> Transforming pSB1C3-AraC-chiA into BL21 via heat-shock</li>
<li> ColonyPCR of pSB1C3-AraC-chiA</li>
+
<li style="font-size: 15px;"> ColonyPCR of pSB1C3-AraC-chiA</li>
<li> Gelelectrophoresis</li>
+
<li style="font-size: 15px;"> Gelelectrophoresis</li>
 
</ul>
 
</ul>
 
</article>
 
</article>
Line 479: Line 682:
 
<div class="labnotebox">
 
<div class="labnotebox">
 
<div class="labnote-title">
 
<div class="labnote-title">
<h3> Chitin Synthase </h3>
+
<h3 style="font-size: 24px;"> Chitin Synthase </h3>
 
</div>
 
</div>
 
<div class="labnote-content">
 
<div class="labnote-content">
Line 485: Line 688:
 
<p><b>Procedure:</b></p>
 
<p><b>Procedure:</b></p>
 
<article>
 
<article>
<li> Cloning nodC into pSB1K3</li>
+
<li style="font-size: 15px;"> Cloning nodC into pSB1K3</li>
 
<ul>
 
<ul>
<li> Digesting pUPD-Anderson-nodC with Xba1 and Pst1</li>
+
<li style="font-size: 15px;"> Digesting pUPD-Anderson-nodC with XbaI and PstI</li>
<li> Digesting pSB1K3 with Xba1 and Pst1</li>
+
<li style="font-size: 15px;"> Digesting pSB1K3 with XbaI and PstI</li>
<li> Gelelectrophoresis and gelextraction</li>
+
<li style="font-size: 15px;"> Gelelectrophoresis and gelextraction</li>
<li> Ligation with T4 Ligase</li>
+
<li style="font-size: 15px;"> Ligation with T4 Ligase</li>
 
</ul>
 
</ul>
<li> Cloning nodC into pSB1C3</li>
+
<li style="font-size: 15px;"> Cloning nodC into pSB1C3</li>
 
<ul>
 
<ul>
<li> Digesting pUPD-Anderson-nodC with Xba1 and Pst1</li>
+
<li style="font-size: 15px;"> Digesting pUPD-Anderson-nodC with XbaI and PstI</li>
<li> Digesting pSB1C3 with Xba1 and Pst1</li>
+
<li style="font-size: 15px;"> Digesting pSB1C3 with XbaI and PstI</li>
<li> Gelelectrophoresis and gelextraction</li>
+
<li style="font-size: 15px;"> Gelelectrophoresis and gelextraction</li>
<li> Ligation with T4 Ligase</li>
+
<li style="font-size: 15px;"> Ligation with T4 Ligase</li>
 
</ul>
 
</ul>
<li> Cloning nodC into pSB1C3-AraC</li>
+
<li style="font-size: 15px;"> Cloning <i>nodC</i> into pSB1C3-AraC</li>
 
<ul>
 
<ul>
<li> Digesting pUPD-Anderson-nodC with Xba1 and Pst1</li>
+
<li style="font-size: 15px;"> Digesting pUPD-Anderson-nodC with XbaI and PstI</li>
<li> Digesting pSb1C3-AraC with Spe1 and Pst1</li>
+
<li style="font-size: 15px;"> Digesting pSb1C3-AraC with SpeI and PstI</li>
<li> Gelelectrophoresis and gelextraction</li>
+
<li style="font-size: 15px;"> Gelelectrophoresis and gelextraction</li>
<li> Ligation with T4 Ligase</li>
+
<li style="font-size: 15px;"> Ligation with T4 Ligase</li>
 
</ul>
 
</ul>
<li> Transformation</li>
+
<li style="font-size: 15px;"> Transformation</li>
 
<ul>
 
<ul>
<li> Transforming pSB1K3-Anderson-nodC, pSB1C3-Anderson-nodC and pSB1C3-AraC-nodC into Top10 via heat-shock</li>
+
<li style="font-size: 15px;"> Transforming pSB1K3-Anderson-nodC, pSB1C3-Anderson-nodC and pSB1C3-AraC-nodC into Top10 via heat-shock</li>
 
</ul>
 
</ul>
 
</article>
 
</article>
Line 515: Line 718:
 
<div class="labnotebox">
 
<div class="labnotebox">
 
<div class="labnote-title">
 
<div class="labnote-title">
<h3> Chitin Deacetylases </h3>
+
<h3 style="font-size: 24px;"> Chitin Deacetylases </h3>
 
</div>
 
</div>
 
<div class="labnote-content">
 
<div class="labnote-content">
<p><b>Superior experiment:</b> Transformation pSB1C3-nodB, evaluation and cloning CDApuc into pSB1C3 and pSB1K3 without promotor</p>
+
<p><b>Superior experiment:</b> Transformation pSB1C3-nodB, evaluation and cloning <i>puc</i> into pSB1C3 and pSB1K3 without promotor</p>
 
<p><b>Procedure:</b></p>
 
<p><b>Procedure:</b></p>
 
<article>
 
<article>
<li> Transformation</li>
+
<li style="font-size: 15px;"> Transformation</li>
 
<ul>
 
<ul>
<li> Transforming the pSB1C3-nodB into Top10 via heat-shock</li>
+
<li style="font-size: 15px;"> Transforming the pSB1C3-nodB into Top10 via heat-shock</li>
 
</ul>
 
</ul>
<li> Evaluation</li>
+
<li style="font-size: 15px;"> Evaluation</li>
 
<ul>
 
<ul>
<li> ColonyPCR of pSB1C3-nodB</li>
+
<li style="font-size: 15px;"> ColonyPCR of pSB1C3-nodB</li>
<li> Over-night cultures of pSB1C3-nodB</li>
+
<li style="font-size: 15px;"> Over-night cultures of pSB1C3-nodB</li>
<li> Plasmid extraction of pSB1C3-nodB via Mini-prep-kit and sequencing</li>
+
<li style="font-size: 15px;"> Plasmid extraction of pSB1C3-nodB via Mini-prep-kit and sequencing</li>
 
</ul>
 
</ul>
<li> Cloning CDApuc into pSB1C3 and pSB1K3 with and without Anderson-promotor</li>
+
<li style="font-size: 15px;"> Cloning CDApuc into pSB1C3 and pSB1K3 with and without Anderson-promotor</li>
<li> Transformation</li>
+
<li style="font-size: 15px;"> Transformation</li>
 
<ul>
 
<ul>
<li> Transforming the pSB1C3-CDApuc, pSB1K3-CDApuc, pSB1C3-Anderson-CDApuc and pSB1K3-Anderson-CDApuc into Top10 via heat-shock</li>
+
<li style="font-size: 15px;"> Transforming the pSB1C3-CDApuc, pSB1K3-puc, pSB1C3-Anderson-puc and pSB1K3-Anderson-puc into Top10 via heat-shock</li>
 
</ul>
 
</ul>
<li> Over-night cultures of pSB1C3-CDApuc, pSB1K3-CDApuc, pSB1C3-Anderson-CDApuc and pSB1K3-Anderson-CDApuc</li>
+
<li style="font-size: 15px;"> Over-night cultures of pSB1C3-puc, pSB1K3-puc, pSB1C3-Anderson-puc and pSB1K3-Anderson-puc</li>
<li> DNA-preparation</li>
+
<li style="font-size: 15px;"> DNA-preparation</li>
 
<ul>
 
<ul>
<li> Plasmid extraction of pSB1C3-CDApuc and pSB1K3-CDApuc via Mini-prep Kit</li>
+
<li style="font-size: 15px;"> Plasmid extraction of pSB1C3-puc and pSB1K3-puc via Mini-prep Kit</li>
 
</ul>
 
</ul>
<li> Gelelectrophoresis of pSB1C3-CDApuc and pSB1K3-CDApuc</li>
+
<li style="font-size: 15px;"> Gelelectrophoresis of pSB1C3-puc and pSB1K3-puc</li>
<li> Transformation (repeat)</li>
+
<li style="font-size: 15px;"> Transformation (repeat)</li>
 
<ul>
 
<ul>
<li> Transforming the pSB1C3-nodB into Top10 via heat-shock</li>
+
<li style="font-size: 15px;"> Transforming the pSB1C3-nodB into Top10 via heat-shock</li>
 +
</ul>
 +
</article>
 +
</div>
 +
</div>
 +
<div class="labnotebox">
 +
<div class="labnote-title">
 +
<h3 style="font-size: 24px;"> Technics </h3>
 +
</div>
 +
<div class="labnote-content">
 +
<p><b>Superior experiment:</b> Building a DIHM</p>
 +
<p><b>Procedure:</b></p>
 +
<article>
 +
<li style="font-size: 15px;"> Learning about CAD and working on manipulators. Continuing last week?s work.</li>
 
</ul>
 
</ul>
 
</article>
 
</article>
Line 551: Line 767:
 
             <div class="labnotebox">
 
             <div class="labnotebox">
 
<div class="labnote-date">
 
<div class="labnote-date">
<h3> 2017-07-10  -  2017-07-16 </h3>
+
<h3 style="font-size: 24px;"> 2017-07-10  -  2017-07-16 </h3>
 
</div>
 
</div>
 
</div>
 
</div>
 
<div class="labnotebox">
 
<div class="labnotebox">
 
<div class="labnote-title">
 
<div class="labnote-title">
<h3> Chitinase A1 </h3>
+
<h3 style="font-size: 24px;"> Chitinase A1 </h3>
 
</div>
 
</div>
 
<div class="labnote-content">
 
<div class="labnote-content">
Line 562: Line 778:
 
<p><b>Procedure:</b></p>
 
<p><b>Procedure:</b></p>
 
<article>
 
<article>
<li> Over-night cultures of pSB1C3-AraC-chiA and empty BL21 cells</li>
+
<li style="font-size: 15px;"> Over-night cultures of pSB1C3-AraC-chiA and empty BL21 cells</li>
<li> Growing a main culture</li>
+
<li style="font-size: 15px;"> Growing a main culture</li>
 
<ul>
 
<ul>
<li> Induction with arabinose at OD=0.6</li>
+
<li style="font-size: 15px;"> Induction with arabinose at OD=0.6</li>
 
<ul>
 
<ul>
<li> Taking sample1 before induction</li>
+
<li style="font-size: 15px;"> Taking sample1 before induction</li>
<li> Taking sample2 three hours after induction</li>
+
<li style="font-size: 15px;"> Taking sample2 three hours after induction</li>
<li> Taking sample3 24 hours after induction</li>
+
<li style="font-size: 15px;"> Taking sample3 24 hours after induction</li>
 
</ul>
 
</ul>
<li> Store samples at -20 degree Celsius</li>
+
<li style="font-size: 15px;"> Store samples at -20 degree Celsius</li>
 
</ul>
 
</ul>
 
</article>
 
</article>
Line 578: Line 794:
 
<div class="labnotebox">
 
<div class="labnotebox">
 
<div class="labnote-title">
 
<div class="labnote-title">
<h3> Chitin Synthase </h3>
+
<h3 style="font-size: 24px;"> Chitin Synthase </h3>
 
</div>
 
</div>
 
<div class="labnote-content">
 
<div class="labnote-content">
Line 584: Line 800:
 
<p><b>Procedure:</b></p>
 
<p><b>Procedure:</b></p>
 
<article>
 
<article>
<li> Evaluation of transformations</li>
+
<li style="font-size: 15px;"> Evaluation of transformations</li>
 
<ul>
 
<ul>
<li> colonyPCR of pSB1C3-Anderson-nodC and pSB1C3-AraC-nodC</li>
+
<li style="font-size: 15px;"> colonyPCR of pSB1C3-Anderson-nodC and pSB1C3-AraC-nodC</li>
<li> Gelelectrophoresis</li>
+
<li style="font-size: 15px;"> Gelelectrophoresis</li>
<li> Over-night cultures of pSB1C3-Anderson-nodC, pSB1C3-AraC-nodC and empty BL21</li>
+
<li style="font-size: 15px;"> Over-night cultures of pSB1C3-Anderson-nodC, pSB1C3-AraC-nodC and empty BL21</li>
<li> Plasmid extraction via Mini-prep-kit and sequencing</li>
+
<li style="font-size: 15px;"> Plasmid extraction via Mini-prep-kit and sequencing</li>
 
</ul>
 
</ul>
 
</article>
 
</article>
Line 596: Line 812:
 
<div class="labnotebox">
 
<div class="labnotebox">
 
<div class="labnote-title">
 
<div class="labnote-title">
<h3> Chitin Deacetylases </h3>
+
<h3 style="font-size: 24px;"> Chitin Deacetylases </h3>
 
</div>
 
</div>
 
<div class="labnote-content">
 
<div class="labnote-content">
<p><b>Superior experiment:</b> Cloning nodB in pSB1K3</p>
+
<p><b>Superior experiment:</b> Cloning <i>nodB</i> in pSB1K3</p>
 
<p><b>Procedure:</b></p>
 
<p><b>Procedure:</b></p>
 
<article>
 
<article>
<li> Cloning nodB in pSB1K3</li>
+
<li style="font-size: 15px;"> Cloning <i>nodB</i> in pSB1K3</li>
 
<ul>
 
<ul>
<li> Digesting pSB1C3-nodB and pSB1K3 with Xba1 and Pst1</li>
+
<li style="font-size: 15px;"> Digesting pSB1C3-nodB and pSB1K3 with XbaI and PstI</li>
<li> Dephosphorylating the backbone pSB1K3</li>
+
<li style="font-size: 15px;"> Dephosphorylating the backbone pSB1K3</li>
<li> Ligation with T4 Ligase</li>
+
<li style="font-size: 15px;"> Ligation with T4 Ligase</li>
 
</ul>
 
</ul>
<li> Transformation</li>
+
<li style="font-size: 15px;"> Transformation</li>
 
<ul>
 
<ul>
<li> Transforming the pSB1K3-nodB into Top10</li>
+
<li style="font-size: 15px;"> Transforming the pSB1K3-nodB into Top10</li>
 +
</ul>
 +
</article>
 +
</div>
 +
</div>
 +
<div class="labnotebox">
 +
<div class="labnote-title">
 +
<h3 style="font-size: 24px;"> Technics </h3>
 +
</div>
 +
<div class="labnote-content">
 +
<p><b>Superior experiment:</b> Building a DIHM</p>
 +
<p><b>Procedure:</b></p>
 +
<article>
 +
<li style="font-size: 15px;"> Continuing last week's work</li>
 
</ul>
 
</ul>
 
</article>
 
</article>
Line 617: Line 846:
 
             <div class="labnotebox">
 
             <div class="labnotebox">
 
<div class="labnote-date">
 
<div class="labnote-date">
<h3> 2017-07-17  -  2017-07-23 </h3>
+
<h3 style="font-size: 24px;"> 2017-07-17  -  2017-07-23 </h3>
 
</div>
 
</div>
 
</div>
 
</div>
 
<div class="labnotebox">
 
<div class="labnotebox">
 
<div class="labnote-title">
 
<div class="labnote-title">
<h3> Chitinase A1 </h3>
+
<h3 style="font-size: 24px;"> Chitinase A1 </h3>
 
</div>
 
</div>
 
<div class="labnote-content">
 
<div class="labnote-content">
Line 628: Line 857:
 
<p><b>Procedure:</b></p>
 
<p><b>Procedure:</b></p>
 
<article>
 
<article>
<li> Over-night cultures of pSB1C3-AraC-chiA and empty BL21 cells</li>
+
<li style="font-size: 15px;"> Over-night cultures of pSB1C3-AraC-chiA and empty BL21 cells</li>
<li> Growing a main culture</li>
+
<li style="font-size: 15px;"> Growing a main culture</li>
 
<ul>
 
<ul>
<li> Induction with arabinose at OD=0.6</li>
+
<li style="font-size: 15px;"> Induction with arabinose at OD=0.6</li>
 
<ul>
 
<ul>
<li> Taking sample1 before induction</li>
+
<li style="font-size: 15px;"> Taking sample1 before induction</li>
<li> Taking sample2 three hours after induction</li>
+
<li style="font-size: 15px;"> Taking sample2 three hours after induction</li>
<li> Taking sample3 24 hours after induction</li>
+
<li style="font-size: 15px;"> Taking sample3 24 hours after induction</li>
 
</ul>
 
</ul>
<li> Store samples at -20 degree Celsius</li>
+
<li style="font-size: 15px;"> Store samples at -20 degree Celsius</li>
 
</ul>
 
</ul>
<li> SDS-Page</li>
+
<li style="font-size: 15px;"> SDS-Page</li>
 
<ul>
 
<ul>
<li> A SDS-Page was performed</li>
+
<li style="font-size: 15px;"> A SDS-Page was performed</li>
 
</ul>
 
</ul>
<li> Transformation and evaluation</li>
+
<li style="font-size: 15px;"> Transformation and evaluation</li>
 
<ul>
 
<ul>
<li> Transforming pSB1C3-AraC-chiA into Top10 via heat-shock</li>
+
<li style="font-size: 15px;"> Transforming pSB1C3-AraC-chiA into Top10 via heat-shock</li>
<li> ColonyPCR of pSB1C3-AraC-chiA</li>
+
<li style="font-size: 15px;"> ColonyPCR of pSB1C3-AraC-chiA</li>
<li> Gelelectrophoresis</li>
+
<li style="font-size: 15px;"> Gelelectrophoresis</li>
 
</ul>
 
</ul>
 
</article>
 
</article>
Line 654: Line 883:
 
<div class="labnotebox">
 
<div class="labnotebox">
 
<div class="labnote-title">
 
<div class="labnote-title">
<h3> Chitin Synthase </h3>
+
<h3 style="font-size: 24px;"> Chitin Synthase </h3>
 
</div>
 
</div>
 
<div class="labnote-content">
 
<div class="labnote-content">
Line 660: Line 889:
 
<p><b>Procedure:</b></p>
 
<p><b>Procedure:</b></p>
 
<article>
 
<article>
<li> Over-night cultures of pSB1C3-Anderson-nodC and pSB1C3-AraC-nodC</li>
+
<li style="font-size: 15px;"> Over-night cultures of pSB1C3-Anderson-nodC and pSB1C3-AraC-nodC</li>
<li> Growing a main culture</li>
+
<li style="font-size: 15px;"> Growing a main culture</li>
 
</ul>
 
</ul>
 
</article>
 
</article>
Line 668: Line 897:
 
<div class="labnotebox">
 
<div class="labnotebox">
 
<div class="labnote-title">
 
<div class="labnote-title">
<h3> Chitin Deacetylases </h3>
+
<h3 style="font-size: 24px;"> Chitin Deacetylases </h3>
 
</div>
 
</div>
 
<div class="labnote-content">
 
<div class="labnote-content">
Line 674: Line 903:
 
<p><b>Procedure:</b></p>
 
<p><b>Procedure:</b></p>
 
<article>
 
<article>
<li> Evaluation</li>
+
<li style="font-size: 15px;"> Evaluation</li>
 
<ul>
 
<ul>
<li> ColonyPCR of pSB1K3-Anderson-nodB</li>
+
<li style="font-size: 15px;"> ColonyPCR of pSB1K3-Anderson-nodB</li>
<li> Plasmid extraction of pSB1C3-Anderson-CDApuc, pSB1K3-Anderson-CDApuc and pSB1C3-CDApuc via Mini-prep Kit</li>
+
<li style="font-size: 15px;"> Plasmid extraction of pSB1C3-Anderson-puc, pSB1K3-Anderson-puc and pSB1C3-puc via Mini-prep Kit</li>
<li> Restriction digestion and gelelectrophoresis of pSB1C3-Anderson-CDApuc, pSB1K3-Anderson-CDApuc and pSB1C3-CDApuc</li>
+
<li style="font-size: 15px;"> Restriction digestion and gelelectrophoresis of pSB1C3-Anderson-puc, pSB1K3-Anderson-puc and pSB1C3-puc</li>
 +
</ul>
 +
</article>
 +
</div>
 +
</div>
 +
<div class="labnotebox">
 +
<div class="labnote-title">
 +
<h3 style="font-size: 24px;"> Technics </h3>
 +
</div>
 +
<div class="labnote-content">
 +
<p><b>Superior experiment:</b> Building a DIHM</p>
 +
<p><b>Procedure:</b></p>
 +
<article>
 +
<li style="font-size: 15px;"> Continuing last week's work</li>
 
</ul>
 
</ul>
 
</article>
 
</article>
Line 685: Line 927:
 
             <div class="labnotebox">
 
             <div class="labnotebox">
 
<div class="labnote-date">
 
<div class="labnote-date">
<h3> 2017-07-24  -  2017-07-30 </h3>
+
<h3 style="font-size: 24px;"> 2017-07-24  -  2017-07-30 </h3>
 
</div>
 
</div>
 
</div>
 
</div>
 
<div class="labnotebox">
 
<div class="labnotebox">
 
<div class="labnote-title">
 
<div class="labnote-title">
<h3> Chitinase A1 </h3>
+
<h3 style="font-size: 24px;"> Chitinase A1 </h3>
 
</div>
 
</div>
 
<div class="labnote-content">
 
<div class="labnote-content">
Line 696: Line 938:
 
<p><b>Procedure:</b></p>
 
<p><b>Procedure:</b></p>
 
<article>
 
<article>
<li> Transformation and evaluation</li>
+
<li style="font-size: 15px;"> Transformation and evaluation</li>
 
<ul>
 
<ul>
<li> Transforming pSB1C3-AraC-chiA into BL21 via heat-shock</li>
+
<li style="font-size: 15px;"> Transforming pSB1C3-AraC-chiA into BL21 via heat-shock</li>
<li> ColonyPCR of pSB1C3-AraC-chiA</li>
+
<li style="font-size: 15px;"> ColonyPCR of pSB1C3-AraC-chiA</li>
<li> Gelelectrophoresis</li>
+
<li style="font-size: 15px;"> Gelelectrophoresis</li>
<li> Over-night cultures of pSB1C3-AraC-chiA and empty BL21 cells</li>
+
<li style="font-size: 15px;"> Over-night cultures of pSB1C3-AraC-chiA and empty BL21 cells</li>
 
</ul>
 
</ul>
<li> Growing a main culture</li>
+
<li style="font-size: 15px;"> Growing a main culture</li>
 
<ul>
 
<ul>
<li> Induction with arabinose at OD=0.6</li>
+
<li style="font-size: 15px;"> Induction with arabinose at OD=0.6</li>
 
<ul>
 
<ul>
<li> Taking sample1 before induction</li>
+
<li style="font-size: 15px;"> Taking sample1 before induction</li>
<li> Taking sample2 three hours after induction</li>
+
<li style="font-size: 15px;"> Taking sample2 three hours after induction</li>
<li> Taking sample3 24 hours after induction</li>
+
<li style="font-size: 15px;"> Taking sample3 24 hours after induction</li>
 
</ul>
 
</ul>
<li> Store samples at -20 degree Celsius</li>
+
<li style="font-size: 15px;"> Store samples at -20 degree Celsius</li>
 
</ul>
 
</ul>
<li> A SDS-Page was performed</li>
+
<li style="font-size: 15px;"> A SDS-Page was performed</li>
 
<ul>
 
<ul>
<li> It showed the expected band at 46,5 kDa</li>
+
<li style="font-size: 15px;"> It showed the expected band at 46,5 kDa</li>
 
</ul>
 
</ul>
 
</article>
 
</article>
Line 722: Line 964:
 
<div class="labnotebox">
 
<div class="labnotebox">
 
<div class="labnote-title">
 
<div class="labnote-title">
<h3> Chitin Synthase </h3>
+
<h3 style="font-size: 24px;"> Chitin Synthase </h3>
 
</div>
 
</div>
 
<div class="labnote-content">
 
<div class="labnote-content">
Line 728: Line 970:
 
<p><b>Procedure:</b></p>
 
<p><b>Procedure:</b></p>
 
<article>
 
<article>
<li> Transforming pSB1C3-Anderson-nodC and pSB1C3-AraC-nodC into BL21 via heat-shock</li>
+
<li style="font-size: 15px;"> Transforming pSB1C3-Anderson-nodC and pSB1C3-AraC-nodC into BL21 via heat-shock</li>
<li> Over-night cultures of pSB1C3-Anderson-nodC, pSB1C3-AraC-nodC and empty BL21 cells</li>
+
<li style="font-size: 15px;"> Over-night cultures of pSB1C3-Anderson-nodC, pSB1C3-AraC-nodC and empty BL21 cells</li>
<li> Growing a main culture</li>
+
<li style="font-size: 15px;"> Growing a main culture</li>
 
<ul>
 
<ul>
<li> Induction with arabinose at OD=0.6</li>
+
<li style="font-size: 15px;"> Induction with arabinose at OD=0.6</li>
 
<ul>
 
<ul>
<li> Taking sample1 before induction</li>
+
<li style="font-size: 15px;"> Taking sample1 before induction</li>
<li> Taking sample2 three hours after induction</li>
+
<li style="font-size: 15px;"> Taking sample2 three hours after induction</li>
<li> Taking sample3 six hours after induction</li>
+
<li style="font-size: 15px;"> Taking sample3 six hours after induction</li>
<li> Taking sample4 the next day</li>
+
<li style="font-size: 15px;"> Taking sample4 the next day</li>
 
</ul>
 
</ul>
<li> Store samples at -20 degree Celsius</li>
+
<li style="font-size: 15px;"> Store samples at -20 degree Celsius</li>
 
</ul>
 
</ul>
<li> A SDS-Page was performed</li>
+
<li style="font-size: 15px;"> A SDS-Page was performed</li>
 
</ul>
 
</ul>
 
</article>
 
</article>
Line 748: Line 990:
 
<div class="labnotebox">
 
<div class="labnotebox">
 
<div class="labnote-title">
 
<div class="labnote-title">
<h3> Chitin Deacetylases </h3>
+
<h3 style="font-size: 24px;"> Technics </h3>
 +
</div>
 +
<div class="labnote-content">
 +
<p><b>Superior experiment:</b> Building a DIHM</p>
 +
<p><b>Procedure:</b></p>
 +
<article>
 +
<li style="font-size: 15px;"> 3D printer is fixed. Deciding on a raspberry pie cam for detecting the hologram. First control for DVD pick up is build, but breaks down after several tests. DIYouware PCB board is investigated. Collaboration with iGEM Team York. We send them one of our pickups.</li>
 +
</ul>
 +
</article>
 +
</div>
 +
</div>
 +
<div class="labnotebox">
 +
<div class="labnote-title">
 +
<h3 style="font-size: 24px;"> Chitin Deacetylases </h3>
 
</div>
 
</div>
 
<div class="labnote-content">
 
<div class="labnote-content">
Line 754: Line 1,009:
 
<p><b>Procedure:</b></p>
 
<p><b>Procedure:</b></p>
 
<article>
 
<article>
<li> After consultation with an expert the CDApuc was deemed incompatible with the project</li>
+
<li style="font-size: 15px;"> After consultation with an expert the CDApuc was deemed incompatible with the project</li>
<li> Evaluation</li>
+
<li style="font-size: 15px;"> Evaluation</li>
 
<ul>
 
<ul>
<li> Plasmid extraction via Mini-prep kit and sequencing,</li>
+
<li style="font-size: 15px;"> Plasmid extraction via Mini-prep kit and sequencing,</li>
 
</ul>
 
</ul>
<li> Glycerol stocks</li>
+
<li style="font-size: 15px;"> Glycerol stocks</li>
 
<ul>
 
<ul>
<li> Glycerol stocks of pSB1K3-Anderson-nodB were made</li>
+
<li style="font-size: 15px;"> Glycerol stocks of pSB1K3-Anderson-nodB were made</li>
 
</ul>
 
</ul>
<li> Over-night cultures of pSB1C3-Anderson-nodB, pSB1C3-Anderson-nodB and empty Top10</li>
+
<li style="font-size: 15px;"> Over-night cultures of pSB1C3-Anderson-nodB, pSB1C3-Anderson-nodB and empty Top10</li>
<li> Growing a main culture</li>
+
<li style="font-size: 15px;"> Growing a main culture</li>
 
<ul>
 
<ul>
<li> No induction needed as the Anderson-promotor is constitutive</li>
+
<li style="font-size: 15px;"> No induction needed as the Anderson-promotor is constitutive</li>
<li> Taking sample1 at OD=0.6</li>
+
<li style="font-size: 15px;"> Taking sample1 at OD=0.6</li>
<li> Taking sample2 three hours later</li>
+
<li style="font-size: 15px;"> Taking sample2 three hours later</li>
<li> Taking sample3 six hours later</li>
+
<li style="font-size: 15px;"> Taking sample3 six hours later</li>
<li> Taking sample4 24 hours later</li>
+
<li style="font-size: 15px;"> Taking sample4 24 hours later</li>
<li> Store samples at -20 degree Celsius</li>
+
<li style="font-size: 15px;"> Store samples at -20 degree Celsius</li>
 
</ul>
 
</ul>
 
</article>
 
</article>
Line 778: Line 1,033:
 
             <div class="labnotebox">
 
             <div class="labnotebox">
 
<div class="labnote-date">
 
<div class="labnote-date">
<h3> 2017-07-31  -  2017-08-06 </h3>
+
<h3 style="font-size: 24px;"> 2017-07-31  -  2017-08-06 </h3>
 
</div>
 
</div>
 
</div>
 
</div>
 
<div class="labnotebox">
 
<div class="labnotebox">
 
<div class="labnote-title">
 
<div class="labnote-title">
<h3> Chitinase A1 </h3>
+
<h3 style="font-size: 24px;"> Chitinase A1 </h3>
 
</div>
 
</div>
 
<div class="labnote-content">
 
<div class="labnote-content">
Line 789: Line 1,044:
 
<p><b>Procedure:</b></p>
 
<p><b>Procedure:</b></p>
 
<article>
 
<article>
<li> Cloning chiA into pSB1C3</li>
+
<li style="font-size: 15px;"> Cloning chiA into pSB1C3</li>
 
<ul>
 
<ul>
<li> Digesting pUPD-Anderson-chiA and pSB1C3 with Xba1 and Pst1</li>
+
<li style="font-size: 15px;"> Digesting pUPD-Anderson-chiA and pSB1C3 with XbaI and PstI</li>
<li> Dephosphorylating the backbone pSB1C3</li>
+
<li style="font-size: 15px;"> Dephosphorylating the backbone pSB1C3</li>
<li> Ligation with T4 Ligase</li>
+
<li style="font-size: 15px;"> Ligation with T4 Ligase</li>
 
</ul>
 
</ul>
<li> Transformation</li>
+
<li style="font-size: 15px;"> Transformation</li>
 
<ul>
 
<ul>
<li> Transforming pSB1C3-Anderson-chiA into Top10 via heat-shock</li>
+
<li style="font-size: 15px;"> Transforming pSB1C3-Anderson-chiA into Top10 via heat-shock</li>
 
</ul>
 
</ul>
 
</article>
 
</article>
Line 804: Line 1,059:
 
<div class="labnotebox">
 
<div class="labnotebox">
 
<div class="labnote-title">
 
<div class="labnote-title">
<h3> Chitin Synthase </h3>
+
<h3 style="font-size: 24px;"> Chitin Synthase </h3>
 
</div>
 
</div>
 
<div class="labnote-content">
 
<div class="labnote-content">
Line 810: Line 1,065:
 
<p><b>Procedure:</b></p>
 
<p><b>Procedure:</b></p>
 
<article>
 
<article>
<li> Over-night cultures of pSB1C3-Anderson-nodC and pSB1C3-AraC-nodC</li>
+
<li style="font-size: 15px;"> Over-night cultures of pSB1C3-Anderson-nodC and pSB1C3-AraC-nodC</li>
<li> Growing a main culture</li>
+
<li style="font-size: 15px;"> Growing a main culture</li>
 
</ul>
 
</ul>
 
</article>
 
</article>
Line 818: Line 1,073:
 
<div class="labnotebox">
 
<div class="labnotebox">
 
<div class="labnote-title">
 
<div class="labnote-title">
<h3> Chitin Deacetylases </h3>
+
<h3 style="font-size: 24px;"> Chitin Deacetylases </h3>
 
</div>
 
</div>
 
<div class="labnote-content">
 
<div class="labnote-content">
Line 824: Line 1,079:
 
<p><b>Procedure:</b></p>
 
<p><b>Procedure:</b></p>
 
<article>
 
<article>
<li> A SDS-Page was performed</li>
+
<li style="font-size: 15px;"> A SDS-Page was performed</li>
 +
</ul>
 +
</article>
 +
</div>
 +
</div>
 +
<div class="labnotebox">
 +
<div class="labnote-title">
 +
<h3 style="font-size: 24px;"> Technics </h3>
 +
</div>
 +
<div class="labnote-content">
 +
<p><b>Superior experiment:</b> Building a DIHM</p>
 +
<p><b>Procedure:</b></p>
 +
<article>
 +
<li style="font-size: 15px;"> Pi Cam is ordered. Learning PCB boards. Printing parts for adjustment of pinhole and DVD pickup. Ongoing research about software.</li>
 
</ul>
 
</ul>
 
</article>
 
</article>
Line 831: Line 1,099:
 
             <div class="labnotebox">
 
             <div class="labnotebox">
 
<div class="labnote-date">
 
<div class="labnote-date">
<h3> 2017-08-07  -  2017-08-13 </h3>
+
<h3 style="font-size: 24px;"> 2017-08-07  -  2017-08-13 </h3>
 
</div>
 
</div>
 
</div>
 
</div>
 
<div class="labnotebox">
 
<div class="labnotebox">
 
<div class="labnote-title">
 
<div class="labnote-title">
<h3> Chitinase A1 </h3>
+
<h3 style="font-size: 24px;"> Chitinase A1 </h3>
 
</div>
 
</div>
 
<div class="labnote-content">
 
<div class="labnote-content">
Line 842: Line 1,110:
 
<p><b>Procedure:</b></p>
 
<p><b>Procedure:</b></p>
 
<article>
 
<article>
<li> Evaluation of transformation</li>
+
<li style="font-size: 15px;"> Evaluation of transformation</li>
 
<ul>
 
<ul>
<li> ColonyPCR of pSB1C3-Anderson-chiA</li>
+
<li style="font-size: 15px;"> ColonyPCR of pSB1C3-Anderson-chiA</li>
<li> Gelelectrophoresis</li>
+
<li style="font-size: 15px;"> Gelelectrophoresis</li>
<li> Over-night cultures of pSB1C3-Anderson-chiA</li>
+
<li style="font-size: 15px;"> Over-night cultures of pSB1C3-Anderson-chiA</li>
<li> Plasmid extraction via Mini-prep-kit and sequencing</li>
+
<li style="font-size: 15px;"> Plasmid extraction via Mini-prep-kit and sequencing</li>
 
</ul>
 
</ul>
<li> The mutation still remains in the construct</li>
+
<li style="font-size: 15px;"> The mutation still remains in the construct</li>
 
</ul>
 
</ul>
 
</article>
 
</article>
Line 856: Line 1,124:
 
<div class="labnotebox">
 
<div class="labnotebox">
 
<div class="labnote-title">
 
<div class="labnote-title">
<h3> Chitin Synthase </h3>
+
<h3 style="font-size: 24px;"> Chitin Synthase </h3>
 
</div>
 
</div>
 
<div class="labnote-content">
 
<div class="labnote-content">
Line 862: Line 1,130:
 
<p><b>Procedure:</b></p>
 
<p><b>Procedure:</b></p>
 
<article>
 
<article>
<li> Transformation</li>
+
<li style="font-size: 15px;"> Transformation</li>
 
<ul>
 
<ul>
<li> Transforming pSB1C3-Anderson-nodC and pSB1C3-AraC-nodC into BL21 via heat-shock</li>
+
<li style="font-size: 15px;"> Transforming pSB1C3-Anderson-nodC and pSB1C3-AraC-nodC into BL21 via heat-shock</li>
 
</ul>
 
</ul>
<li> Over-night cultures of pSB1C3-Anderson-nodC, pSB1C3-AraC-nodC and empty BL21 cells</li>
+
<li style="font-size: 15px;"> Over-night cultures of pSB1C3-Anderson-nodC, pSB1C3-AraC-nodC and empty BL21 cells</li>
<li> Growing a main culture</li>
+
<li style="font-size: 15px;"> Growing a main culture</li>
 
<ul>
 
<ul>
<li> Induction with arabinose at OD=0.6</li>
+
<li style="font-size: 15px;"> Induction with arabinose at OD=0.6</li>
 
<ul>
 
<ul>
<li> Taking sample1 before induction</li>
+
<li style="font-size: 15px;"> Taking sample1 before induction</li>
<li> Taking sample2 three hours after induction</li>
+
<li style="font-size: 15px;"> Taking sample2 three hours after induction</li>
<li> Taking sample3 six hours after induction</li>
+
<li style="font-size: 15px;"> Taking sample3 six hours after induction</li>
<li> Taking sample4 the next day</li>
+
<li style="font-size: 15px;"> Taking sample4 the next day</li>
 
</ul>
 
</ul>
<li> Store samples at -20 degree Celsius</li>
+
<li style="font-size: 15px;"> Store samples at -20 degree Celsius</li>
 
</ul>
 
</ul>
<li> A SDS-Page was performed</li>
+
<li style="font-size: 15px;"> A SDS-Page was performed</li>
 
</ul>
 
</ul>
 
</article>
 
</article>
Line 885: Line 1,153:
 
<div class="labnotebox">
 
<div class="labnotebox">
 
<div class="labnote-title">
 
<div class="labnote-title">
<h3> Chitin Deacetylases </h3>
+
<h3 style="font-size: 24px;"> Chitin Deacetylases </h3>
 
</div>
 
</div>
 
<div class="labnote-content">
 
<div class="labnote-content">
Line 891: Line 1,159:
 
<p><b>Procedure:</b></p>
 
<p><b>Procedure:</b></p>
 
<article>
 
<article>
<li> A SDS-Page was performed</li>
+
<li style="font-size: 15px;"> A SDS-Page was performed</li>
<li> Transformation</li>
+
<li style="font-size: 15px;"> Transformation</li>
 
<ul>
 
<ul>
<li> Transforming pUPD-nodB into BL21 cells</li>
+
<li style="font-size: 15px;"> Transforming pUPD-nodB into BL21 cells</li>
 
<ul>
 
<ul>
<li> The pUPD vector does contain the T7-promotor sequence, which was not used before</li>
+
<li style="font-size: 15px;"> The pUPD vector does contain the T7-promotor sequence, which was not used before</li>
 
<ul>
 
<ul>
<li> pUPD-T7-nodB is used for detection because the T7-promotor is inducible with IPTG</li>
+
<li style="font-size: 15px;"> pUPD-T7-nodB is used for detection because the T7-promotor is inducible with IPTG</li>
 +
</ul>
 +
</article>
 +
</div>
 +
</div>
 +
<div class="labnotebox">
 +
<div class="labnote-title">
 +
<h3 style="font-size: 24px;"> Technics </h3>
 +
</div>
 +
<div class="labnote-content">
 +
<p><b>Superior experiment:</b> Building a DIHM</p>
 +
<p><b>Procedure:</b></p>
 +
<article>
 +
<li style="font-size: 15px;"> First try of acquiring holograms. Probably intensity to low, further improvement necessary.</li>
 
</ul>
 
</ul>
 
</article>
 
</article>
Line 905: Line 1,186:
 
             <div class="labnotebox">
 
             <div class="labnotebox">
 
<div class="labnote-date">
 
<div class="labnote-date">
<h3> 2017-08-14  -  2017-08-20 </h3>
+
<h3 style="font-size: 24px;"> 2017-08-14  -  2017-08-20 </h3>
 
</div>
 
</div>
 
</div>
 
</div>
 
<div class="labnotebox">
 
<div class="labnotebox">
 
<div class="labnote-title">
 
<div class="labnote-title">
<h3> Chitinase A1 </h3>
+
<h3 style="font-size: 24px;"> Chitinase A1 </h3>
 
</div>
 
</div>
 
<div class="labnote-content">
 
<div class="labnote-content">
Line 916: Line 1,197:
 
<p><b>Procedure:</b></p>
 
<p><b>Procedure:</b></p>
 
<article>
 
<article>
<li> Cloning Anderson-chiA into pSB1C3</li>
+
<li style="font-size: 15px;"> Cloning Anderson-chiA into pSB1C3</li>
 
<ul>
 
<ul>
<li> Digesting pUPD-Anderson-chiA and pSB1C3 with Xba1 and Pst1</li>
+
<li style="font-size: 15px;"> Digesting pUPD-Anderson-chiA and pSB1C3 with Xba1 and Pst1</li>
<li> Dephosphorylating the backbone pSB1C3</li>
+
<li style="font-size: 15px;"> Dephosphorylating the backbone pSB1C3</li>
<li> Ligation with T4 Ligase</li>
+
<li style="font-size: 15px;"> Ligation with T4 Ligase</li>
 
</ul>
 
</ul>
<li> Transformation and evaluation</li>
+
<li style="font-size: 15px;"> Transformation and evaluation</li>
 
<ul>
 
<ul>
<li> Transforming pSB1C3-Anderson-chiA into Top10 via heat-shock</li>
+
<li style="font-size: 15px;"> Transforming pSB1C3-Anderson-chiA into Top10 via heat-shock</li>
<li> ColonyPCR of pSB1C3-Anderson-chiA</li>
+
<li style="font-size: 15px;"> ColonyPCR of pSB1C3-Anderson-chiA</li>
<li> Gelelectrophoresis</li>
+
<li style="font-size: 15px;"> Gelelectrophoresis</li>
<li> Over-night cultures of pSB1C3-Anderson-chiA</li>
+
<li style="font-size: 15px;"> Over-night cultures of pSB1C3-Anderson-chiA</li>
<li> Plasmid extraction via Mini-prep-kit and sequencing</li>
+
<li style="font-size: 15px;"> Plasmid extraction via Mini-prep-kit and sequencing</li>
 
</ul>
 
</ul>
<li> The mutation still remains in the construct</li>
+
<li style="font-size: 15px;"> The mutation still remains in the construct</li>
 
</ul>
 
</ul>
 
</article>
 
</article>
Line 937: Line 1,218:
 
<div class="labnotebox">
 
<div class="labnotebox">
 
<div class="labnote-title">
 
<div class="labnote-title">
<h3> Chitin Synthase </h3>
+
<h3 style="font-size: 24px;"> Chitin Synthase </h3>
 
</div>
 
</div>
 
<div class="labnote-content">
 
<div class="labnote-content">
Line 943: Line 1,224:
 
<p><b>Procedure:</b></p>
 
<p><b>Procedure:</b></p>
 
<article>
 
<article>
<li> Over-night cultures of pSB1C3-Anderson-nodC, pSB1C3-AraC-nodC and empty BL21 cells</li>
+
<li style="font-size: 15px;"> Over-night cultures of pSB1C3-Anderson-nodC, pSB1C3-AraC-nodC and empty BL21 cells</li>
<li> Growing a main culture</li>
+
<li style="font-size: 15px;"> Growing a main culture</li>
 
<ul>
 
<ul>
<li> Induction with arabinose at OD=0.6</li>
+
<li style="font-size: 15px;"> Induction with arabinose at OD=0.6</li>
 
<ul>
 
<ul>
<li> Taking sample1 before induction</li>
+
<li style="font-size: 15px;"> Taking sample1 before induction</li>
<li> Taking sample2 three hours after induction</li>
+
<li style="font-size: 15px;"> Taking sample2 three hours after induction</li>
<li> Taking sample3 six hours after induction</li>
+
<li style="font-size: 15px;"> Taking sample3 six hours after induction</li>
<li> Taking sample4 the next day</li>
+
<li style="font-size: 15px;"> Taking sample4 the next day</li>
 
</ul>
 
</ul>
<li> Store samples at -20 degree Celsius</li>
+
<li style="font-size: 15px;"> Store samples at -20 degree Celsius</li>
 
</ul>
 
</ul>
<li> A SDS-Page was performed but showed no satisfactory results</li>
+
<li style="font-size: 15px;"> A SDS-Page was performed but showed no satisfactory results</li>
<li> Transforming pSB1C3-Anderson-nodC and pSB1C3-AraC-nodC into BL21 via heat-shock</li>
+
<li style="font-size: 15px;"> Transforming pSB1C3-Anderson-nodC and pSB1C3-AraC-nodC into BL21 via heat-shock</li>
 
</ul>
 
</ul>
 
</article>
 
</article>
Line 963: Line 1,244:
 
<div class="labnotebox">
 
<div class="labnotebox">
 
<div class="labnote-title">
 
<div class="labnote-title">
<h3> Chitin Deacetylases </h3>
+
<h3 style="font-size: 24px;"> Chitin Deacetylases </h3>
 
</div>
 
</div>
 
<div class="labnote-content">
 
<div class="labnote-content">
Line 969: Line 1,250:
 
<p><b>Procedure:</b></p>
 
<p><b>Procedure:</b></p>
 
<article>
 
<article>
<li> Over-night cultures of pUPD-T7-nodB and empty BL21 cells</li>
+
<li style="font-size: 15px;"> Over-night cultures of pUPD-T7-nodB and empty BL21 cells</li>
<li> Growing a main cultur</li>
+
<li style="font-size: 15px;"> Growing a main cultur</li>
 
<ul>
 
<ul>
<li> Induction with IPTG at OD=0.6</li>
+
<li style="font-size: 15px;"> Induction with IPTG at OD=0.6</li>
 
<ul>
 
<ul>
<li> Taking sample1 before induction</li>
+
<li style="font-size: 15px;"> Taking sample1 before induction</li>
<li> Taking sample2 three hours later</li>
+
<li style="font-size: 15px;"> Taking sample2 three hours later</li>
<li> Taking sample3 six hours later</li>
+
<li style="font-size: 15px;"> Taking sample3 six hours later</li>
<li> Taking sample4 24 hours later</li>
+
<li style="font-size: 15px;"> Taking sample4 24 hours later</li>
 
</ul>
 
</ul>
<li> Store samples at -20 degree Celsius</li>
+
<li style="font-size: 15px;"> Store samples at -20 degree Celsius</li>
 
</ul>
 
</ul>
<li> A SDS-Page was performed and repeated</li>
+
<li style="font-size: 15px;"> A SDS-Page was performed and repeated</li>
 
<ul>
 
<ul>
<li> It showed the expected band at 23 kDa</li>
+
<li style="font-size: 15px;"> It showed the expected band at 23 kDa</li>
 +
</ul>
 +
</article>
 +
</div>
 +
</div>
 +
<div class="labnotebox">
 +
<div class="labnote-title">
 +
<h3 style="font-size: 24px;"> Technics </h3>
 +
</div>
 +
<div class="labnote-content">
 +
<p><b>Superior experiment:</b> Building a DIHM</p>
 +
<p><b>Procedure:</b></p>
 +
<article>
 +
<li style="font-size: 15px;"> Implementing an self-made millimetre sized pinhole to increase intensity. Pictures were taken. Holopy is chosen as suitable software.</li>
 
</ul>
 
</ul>
 
</article>
 
</article>
Line 990: Line 1,284:
 
             <div class="labnotebox">
 
             <div class="labnotebox">
 
<div class="labnote-date">
 
<div class="labnote-date">
<h3> 2017-08-21  -  2017-08-27 </h3>
+
<h3 style="font-size: 24px;"> 2017-08-21  -  2017-08-27 </h3>
 
</div>
 
</div>
 
</div>
 
</div>
 
<div class="labnotebox">
 
<div class="labnotebox">
 
<div class="labnote-title">
 
<div class="labnote-title">
<h3> Chitinase A1 </h3>
+
<h3 style="font-size: 24px;"> Chitinase A1 </h3>
 
</div>
 
</div>
 
<div class="labnote-content">
 
<div class="labnote-content">
<p><b>Superior experiment:</b> Cloning chiA into pSB1C3-Anderson, transformation in Top10</p>
+
<p><b>Superior experiment:</b> Cloning <i>chiA</i> into pSB1C3-Anderson, transformation in Top10</p>
 
<p><b>Procedure:</b></p>
 
<p><b>Procedure:</b></p>
 
<article>
 
<article>
<li> Cloning Anderson-chiA into pSB1C3</li>
+
<li style="font-size: 15px;"> Cloning Anderson-chiA into pSB1C3</li>
 
<ul>
 
<ul>
<li> Digesting pUPD-Anderson-chiA and pSB1C3 with Xba1 and Pst1</li>
+
<li style="font-size: 15px;"> Digesting pUPD-Anderson-chiA and pSB1C3 with Xba1 and Pst1</li>
<li> Dephosphorylating the backbone pSB1C3</li>
+
<li style="font-size: 15px;"> Dephosphorylating the backbone pSB1C3</li>
<li> Ligation with T4 Ligase</li>
+
<li style="font-size: 15px;"> Ligation with T4 Ligase</li>
 
</ul>
 
</ul>
<li> Transformation and evaluation</li>
+
<li style="font-size: 15px;"> Transformation and evaluation</li>
 
<ul>
 
<ul>
<li> Transforming pSB1C3-Anderson-chiA into Top10 via heat-shock</li>
+
<li style="font-size: 15px;"> Transforming pSB1C3-Anderson-chiA into Top10 via heat-shock</li>
<li> ColonyPCR of pSB1C3-Anderson-chiA</li>
+
<li style="font-size: 15px;"> ColonyPCR of pSB1C3-Anderson-chiA</li>
<li> Gelelektrophoresis</li>
+
<li style="font-size: 15px;"> Gelelektrophoresis</li>
 
</ul>
 
</ul>
 
</article>
 
</article>
Line 1,018: Line 1,312:
 
<div class="labnotebox">
 
<div class="labnotebox">
 
<div class="labnote-title">
 
<div class="labnote-title">
<h3> Chitin Synthase </h3>
+
<h3 style="font-size: 24px;"> Chitin Synthase </h3>
 
</div>
 
</div>
 
<div class="labnote-content">
 
<div class="labnote-content">
Line 1,024: Line 1,318:
 
<p><b>Procedure:</b></p>
 
<p><b>Procedure:</b></p>
 
<article>
 
<article>
<li> Over-night cultures of pSB1C3-Anderson-nodC, pSB1C3-AraC-nodC and BL21 cells</li>
+
<li style="font-size: 15px;"> Over-night cultures of pSB1C3-Anderson-nodC, pSB1C3-AraC-nodC and BL21 cells</li>
<li> Growing a main culture</li>
+
<li style="font-size: 15px;"> Growing a main culture</li>
 
<ul>
 
<ul>
<li> Induction with arabinose at OD=0.6</li>
+
<li style="font-size: 15px;"> Induction with arabinose at OD=0.6</li>
 
<ul>
 
<ul>
<li> Taking sample1 before induction</li>
+
<li style="font-size: 15px;"> Taking sample1 before induction</li>
<li> Taking sample2 three hours after induction</li>
+
<li style="font-size: 15px;"> Taking sample2 three hours after induction</li>
<li> Take sample3 six hours after induction</li>
+
<li style="font-size: 15px;"> Take sample3 six hours after induction</li>
<li> Take sample4 the next day</li>
+
<li style="font-size: 15px;"> Take sample4 the next day</li>
 
</ul>
 
</ul>
<li> Store samples at -20 degree Celsius</li>
+
<li style="font-size: 15px;"> Store samples at -20 degree Celsius</li>
 
</ul>
 
</ul>
<li> A SDS-Page was performed</li>
+
<li style="font-size: 15px;"> A SDS-Page was performed</li>
<li> Determinating the best medium</li>
+
<li style="font-size: 15px;"> Determinating the best medium</li>
 
<ul>
 
<ul>
<li> Media tested: LB, TB and SOC</li>
+
<li style="font-size: 15px;"> Media tested: LB, TB and SOC</li>
<li> Over-night cultures of pSB1C3-Anderson-nodC and pSB1C3-AraC-nodC</li>
+
<li style="font-size: 15px;"> Over-night cultures of pSB1C3-Anderson-nodC and pSB1C3-AraC-nodC</li>
 +
</ul>
 +
</article>
 +
</div>
 +
</div>
 +
<div class="labnotebox">
 +
<div class="labnote-title">
 +
<h3 style="font-size: 24px;"> Technics </h3>
 +
</div>
 +
<div class="labnote-content">
 +
<p><b>Superior experiment:</b> Building a DIHM</p>
 +
<p><b>Procedure:</b></p>
 +
<article>
 +
<li style="font-size: 15px;"> ordering PCB boards and all parts necessary for it. Further work on micromanipulators, learning about flexing bearings. Research about the full functionality of the holopy software is carried out. York do not want to use DVD pickup due to safety reasons.</li>
 
</ul>
 
</ul>
 
</article>
 
</article>
Line 1,047: Line 1,354:
 
             <div class="labnotebox">
 
             <div class="labnotebox">
 
<div class="labnote-date">
 
<div class="labnote-date">
<h3> 2017-08-28  -  2017-09-03 </h3>
+
<h3 style="font-size: 24px;"> 2017-08-28  -  2017-09-03 </h3>
 
</div>
 
</div>
 
</div>
 
</div>
 
<div class="labnotebox">
 
<div class="labnotebox">
 
<div class="labnote-title">
 
<div class="labnote-title">
<h3> Chitinase A1 </h3>
+
<h3 style="font-size: 24px;"> Chitinase A1 </h3>
 
</div>
 
</div>
 
<div class="labnote-content">
 
<div class="labnote-content">
Line 1,058: Line 1,365:
 
<p><b>Procedure:</b></p>
 
<p><b>Procedure:</b></p>
 
<article>
 
<article>
<li> Cloning pSB1C3-Anderson-chiA</li>
+
<li style="font-size: 15px;"> Cloning pSB1C3-Anderson-chiA</li>
 
<ul>
 
<ul>
<li> Digesting pUPD-Anderson-chiA and pSB1C3 with Xba1 and Pst1</li>
+
<li style="font-size: 15px;"> Digesting pUPD-Anderson-chiA and pSB1C3 with Xba1 and Pst1</li>
<li> Gelelektrophoresis and gelextraction</li>
+
<li style="font-size: 15px;"> Gelelektrophoresis and gelextraction</li>
<li> Ligation with T4 Ligase</li>
+
<li style="font-size: 15px;"> Ligation with T4 Ligase</li>
 
</ul>
 
</ul>
<li> Transformation and evaluation</li>
+
<li style="font-size: 15px;"> Transformation and evaluation</li>
 
<ul>
 
<ul>
<li> Transforming pSB1C3-Anderson-chiA into Top10</li>
+
<li style="font-size: 15px;"> Transforming pSB1C3-Anderson-chiA into Top10</li>
<li> ColonyPCR</li>
+
<li style="font-size: 15px;"> ColonyPCR</li>
<li> Gelelectrophoresis</li>
+
<li style="font-size: 15px;"> Gelelectrophoresis</li>
<li> Over-night cultures of pSB1C3-Anderson-chiA</li>
+
<li style="font-size: 15px;"> Over-night cultures of pSB1C3-Anderson-chiA</li>
<li> Plasmid extraction via Mini-prep-kit and sequencing</li>
+
<li style="font-size: 15px;"> Plasmid extraction via Mini-prep-kit and sequencing</li>
 
</ul>
 
</ul>
<li> The mutation still remains in the construct</li>
+
<li style="font-size: 15px;"> The mutation still remains in the construct</li>
 
</ul>
 
</ul>
 
</article>
 
</article>
Line 1,079: Line 1,386:
 
<div class="labnotebox">
 
<div class="labnotebox">
 
<div class="labnote-title">
 
<div class="labnote-title">
<h3> Chitin Synthase </h3>
+
<h3 style="font-size: 24px;"> Chitin Synthase </h3>
 
</div>
 
</div>
 
<div class="labnote-content">
 
<div class="labnote-content">
Line 1,085: Line 1,392:
 
<p><b>Procedure:</b></p>
 
<p><b>Procedure:</b></p>
 
<article>
 
<article>
<li> Determinating the best medium</li>
+
<li style="font-size: 15px;"> Determinating the best medium</li>
 
<ul>
 
<ul>
<li> Media tested: LB, TB and SOC</li>
+
<li style="font-size: 15px;"> Media tested: LB, TB and SOC</li>
<li> Over-night cultures of pSB1C3-Anderson-nodC and pSB1C3-AraC-nodC</li>
+
<li style="font-size: 15px;"> Over-night cultures of pSB1C3-Anderson-nodC and pSB1C3-AraC-nodC</li>
<li> tracing cell-growth over 48 hours</li>
+
<li style="font-size: 15px;"> tracing cell-growth over 48 hours</li>
 
</ul>
 
</ul>
<li> Over-night cultures of pSB1C3-Anderson-nodC, pSB1C3-AraC-nodC and empty BL21 cells</li>
+
<li style="font-size: 15px;"> Over-night cultures of pSB1C3-Anderson-nodC, pSB1C3-AraC-nodC and empty BL21 cells</li>
<li> Growing a main culture</li>
+
<li style="font-size: 15px;"> Growing a main culture</li>
 
<ul>
 
<ul>
<li> Induction with arabinose at OD=0.6</li>
+
<li style="font-size: 15px;"> Induction with arabinose at OD=0.6</li>
 
<ul>
 
<ul>
<li> Taking sample1 before induction</li>
+
<li style="font-size: 15px;"> Taking sample1 before induction</li>
<li> Taking sample2 three hours after induction</li>
+
<li style="font-size: 15px;"> Taking sample2 three hours after induction</li>
<li> Taking sample3 six hours after induction</li>
+
<li style="font-size: 15px;"> Taking sample3 six hours after induction</li>
<li> Taking sample4 the next day</li>
+
<li style="font-size: 15px;"> Taking sample4 the next day</li>
 
</ul>
 
</ul>
<li> Store samples at -20 degree Celsius</li>
+
<li style="font-size: 15px;"> Store samples at -20 degree Celsius</li>
 
</ul>
 
</ul>
<li> A SDS-Page was performed</li>
+
<li style="font-size: 15px;"> A SDS-Page was performed</li>
 +
</ul>
 +
</article>
 +
</div>
 +
</div>
 +
<div class="labnotebox">
 +
<div class="labnote-title">
 +
<h3 style="font-size: 24px;"> Technics </h3>
 +
</div>
 +
<div class="labnote-content">
 +
<p><b>Superior experiment:</b> Building a DIHM</p>
 +
<p><b>Procedure:</b></p>
 +
<article>
 +
<li style="font-size: 15px;"> First flexible bearing manipulators are printed and tested. Discussion about what to see on the first images. Ongoing work with the software.</li>
 
</ul>
 
</ul>
 
</article>
 
</article>
Line 1,110: Line 1,430:
 
             <div class="labnotebox">
 
             <div class="labnotebox">
 
<div class="labnote-date">
 
<div class="labnote-date">
<h3> 2017-09-04  -  2017-09-10 </h3>
+
<h3 style="font-size: 24px;"> 2017-09-04  -  2017-09-10 </h3>
 
</div>
 
</div>
 
</div>
 
</div>
 
<div class="labnotebox">
 
<div class="labnotebox">
 
<div class="labnote-title">
 
<div class="labnote-title">
<h3> Chitin Synthase </h3>
+
<h3 style="font-size: 24px;"> Chitin Synthase </h3>
 
</div>
 
</div>
 
<div class="labnote-content">
 
<div class="labnote-content">
Line 1,121: Line 1,441:
 
<p><b>Procedure:</b></p>
 
<p><b>Procedure:</b></p>
 
<article>
 
<article>
<li> A SDS-Page was performed</li>
+
<li style="font-size: 15px;"> A SDS-Page was performed</li>
<li> Mutagenesis PCR for the purpose of purification</li>
+
<li style="font-size: 15px;"> Mutagenesis PCR for the purpose of purification</li>
 
<ul>
 
<ul>
<li> Site-directed-mutagenesis: His-Tag to pSB1C3-Anderson-nodC and pSB1C3-AraC-nodC</li>
+
<li style="font-size: 15px;"> Site-directed-mutagenesis: His-Tag to pSB1C3-Anderson-nodC and pSB1C3-AraC-nodC</li>
 +
</ul>
 +
</article>
 +
</div>
 +
</div>
 +
<div class="labnotebox">
 +
<div class="labnote-title">
 +
<h3 style="font-size: 24px;"> Chitin Deacetylases </h3>
 +
</div>
 +
<div class="labnote-content">
 +
<p><b>Superior experiment:</b> Cloning via GoldenBraid assembly, transformation and evaluation</p>
 +
<p><b>Procedure:</b></p>
 +
<article>
 +
<li style="font-size: 15px;"> GoldenBraid assembly</li>
 +
<ul>
 +
<li style="font-size: 15px;"> Cloning <i>cod</i> into pUPD</li>
 +
</ul>
 +
<li style="font-size: 15px;"> Transformation and evaluation</li>
 +
<ul>
 +
<li style="font-size: 15px;"> Transforming pUPD-T7-cod into Top10 via heat-shock</li>
 +
<li style="font-size: 15px;"> Over-night cultures of pUPD-T7-cod</li>
 +
<li style="font-size: 15px;"> Plasmid extraction via Mini-prep-kit and sequencing</li>
 +
</ul>
 +
</article>
 +
</div>
 +
</div>
 +
<div class="labnotebox">
 +
<div class="labnote-title">
 +
<h3 style="font-size: 24px;"> Hydrogels </h3>
 +
</div>
 +
<div class="labnote-content">
 +
<p><b>Superior experiment:</b> How to solve chitosan and first tries to produce a dressing</p>
 +
<p><b>Procedure:</b></p>
 +
<article>
 +
<li style="font-size: 15px;"> Chitosan solved with acetic acid</li>
 +
<ul>
 +
<li style="font-size: 15px;"> Different chitosan/acetic acid concentration were tested</li>
 +
<li style="font-size: 15px;"> in 100 % Milli-Q H2O</li>
 +
<li style="font-size: 15px;"> 1%Chitosan - 0,5 % acetic acid</li>
 +
<li style="font-size: 15px;"> 1%Chitosan - 1 % acetic acid</li>
 +
<li style="font-size: 15px;"> 1%Chitosan - 1,5 % acetic acid</li>
 +
<li style="font-size: 15px;"> 1%Chitosan - 2 % acetic acid</li>
 +
<li style="font-size: 15px;"> 1,5%Chitosan - 0,5 % acetic acid</li>
 +
<li style="font-size: 15px;"> 1,5%Chitosan - 1 % acetic acid</li>
 +
<li style="font-size: 15px;"> 1,5%Chitosan - 1,5 % acetic acid</li>
 +
<li style="font-size: 15px;"> 1,5%Chitosan - 2 % acetic acid</li>
 +
<li style="font-size: 15px;"> 2%Chitosan - 0,5 % acetic acid</li>
 +
<li style="font-size: 15px;"> 2%Chitosan - 1 % acetic acid</li>
 +
<li style="font-size: 15px;"> 2%Chitosan - 1,5 % acetic acid</li>
 +
<li style="font-size: 15px;"> 2%Chitosan - 2 % acetic acid</li>
 +
<li style="font-size: 15px;"> 3%Chitosan - 0,5 % acetic acid</li>
 +
<li style="font-size: 15px;"> 3%Chitosan - 1 % acetic acid</li>
 +
<ul>
 +
<li style="font-size: 15px;"> It is possible to solve chitosan, but it needs time and mechanical stirring, the more acid the visose the solution gets</li>
 +
</ul>
 +
<li style="font-size: 15px;"> Chitosan-Agarose Hydrogels</li>
 +
<li style="font-size: 15px;"> Chitosan 1%, Acetic acid 1%, Agarose 1%</li>
 +
<li style="font-size: 15px;"> Chitosan 1%, Acetic acid 1%, Agarose 2%</li>
 +
<li style="font-size: 15px;"> Chitosan 1%, Acetic acid 1%, Agarose 3%</li>
 +
<li style="font-size: 15px;"> Chitosan 2%, Acetic acid 1%, Agarose 1%</li>
 +
<li style="font-size: 15px;"> Chitosan 2%, Acetic acid 1%, Agarose 2%</li>
 +
<li style="font-size: 15px;"> Chitosan 2%, Acetic acid 1%, Agarose 3%</li>
 +
</ul>
 +
<li style="font-size: 15px;"> Chitosan was dissolved in water and 1% acetic acid, then agarose is added and heated.</li>
 +
<ul>
 +
<li style="font-size: 15px;"> Chitosan is slighlty soluble.</li>
 +
</ul>
 +
<li style="font-size: 15px;"> New approach:</li>
 +
<ul>
 +
<li style="font-size: 15px;"> first Agarose was dissolved in water by heating. Then acetic acid and chitosan were added -> better results, better soluble</li>
 +
<li style="font-size: 15px;"> Chitosan 1%, Acetic acid 1%, Agarose 1%</li>
 +
<li style="font-size: 15px;"> Chitosan 1%, Acetic acid 1%, Agarose 3%</li>
 +
<ul>
 +
<li style="font-size: 15px;"> With 1%: promising</li>
 +
</ul>
 +
<li style="font-size: 15px;"> Chitosan-Agar Hydrogels</li>
 +
<li style="font-size: 15px;"> Chitosan 1%, Acetic acid 1%, Agar 1%</li>
 +
<li style="font-size: 15px;"> Chitosan 1%, Acetic acid 1%, Agar 2%</li>
 +
<li style="font-size: 15px;"> Chitosan 1%, Acetic acid 1%, Agar 3%</li>
 +
</ul>
 +
</article>
 +
</div>
 +
</div>
 +
<div class="labnotebox">
 +
<div class="labnote-title">
 +
<h3 style="font-size: 24px;"> Technics </h3>
 +
</div>
 +
<div class="labnote-content">
 +
<p><b>Superior experiment:</b> Building a DIHM</p>
 +
<p><b>Procedure:</b></p>
 +
<article>
 +
<li style="font-size: 15px;"> Further work on bearings and software.</li>
 
</ul>
 
</ul>
 
</article>
 
</article>
Line 1,131: Line 1,542:
 
             <div class="labnotebox">
 
             <div class="labnotebox">
 
<div class="labnote-date">
 
<div class="labnote-date">
<h3> 2017-09-11  -  2017-09-17 </h3>
+
<h3 style="font-size: 24px;"> 2017-09-11  -  2017-09-17 </h3>
 
</div>
 
</div>
 
</div>
 
</div>
 
<div class="labnotebox">
 
<div class="labnotebox">
 
<div class="labnote-title">
 
<div class="labnote-title">
<h3> Chitin Synthase </h3>
+
<h3 style="font-size: 24px;"> Chitin Synthase </h3>
 
</div>
 
</div>
 
<div class="labnote-content">
 
<div class="labnote-content">
Line 1,142: Line 1,553:
 
<p><b>Procedure:</b></p>
 
<p><b>Procedure:</b></p>
 
<article>
 
<article>
<li> Mutagenesis PCR</li>
+
<li style="font-size: 15px;"> Mutagenesis PCR</li>
 
<ul>
 
<ul>
<li> Phosphorylation of mutagenesis PCR batch</li>
+
<li style="font-size: 15px;"> Phosphorylation of mutagenesis PCR batch</li>
<li> Ligation with T4 Ligase</li>
+
<li style="font-size: 15px;"> Ligation with T4 Ligase</li>
<li> DPN1 digestion</li>
+
<li style="font-size: 15px;"> DPNI digestion</li>
<li> Gelelectrophoresis</li>
+
<li style="font-size: 15px;"> Gelelectrophoresis</li>
 
</ul>
 
</ul>
<li> Transformation into Top10 and evaluation</li>
+
<li style="font-size: 15px;"> Transformation into Top10 and evaluation</li>
 
<ul>
 
<ul>
<li> Transforming pSB1C3-Anderson-nodC-His and pSB1C3-AraC-nodC-His into Top10 via heat-shock</li>
+
<li style="font-size: 15px;"> Transforming pSB1C3-Anderson-nodC-His and pSB1C3-AraC-nodC-His into Top10 via heat-shock</li>
<li> ColonyPCR</li>
+
<li style="font-size: 15px;"> ColonyPCR</li>
<li> Gelelectrophoresis</li>
+
<li style="font-size: 15px;"> Gelelectrophoresis</li>
<li> Over-night cultures of pSB1C3-Anderson-nodC-His and pSB1C3-AraC-nodC-His</li>
+
<li style="font-size: 15px;"> Over-night cultures of pSB1C3-Anderson-nodC-His and pSB1C3-AraC-nodC-His</li>
<li> Plasmid extraction via Mini-prep-kit</li>
+
<li style="font-size: 15px;"> Plasmid extraction via Mini-prep-kit</li>
 
</ul>
 
</ul>
<li> Transformation and evaluation</li>
+
<li style="font-size: 15px;"> Transformation and evaluation</li>
 
<ul>
 
<ul>
<li> Transforming pSB1C3-Anderson-nodC-His and pSB1C3-AraC-nodC-His into BL21 via heat-shock</li>
+
<li style="font-size: 15px;"> Transforming pSB1C3-Anderson-nodC-His and pSB1C3-AraC-nodC-His into BL21 via heat-shock</li>
<li> colonyPCR of pSB1C3-Anderson-nodC-His and pSB1C3-AraC-nodC-His</li>
+
<li style="font-size: 15px;"> colonyPCR of pSB1C3-Anderson-nodC-His and pSB1C3-AraC-nodC-His</li>
<li> Gelelectrophoresis</li>
+
<li style="font-size: 15px;"> Gelelectrophoresis</li>
<li> Over-night cultures of pSB1C3-Anderson-nodC-His and pSB1C3-AraC-nodC-His</li>
+
<li style="font-size: 15px;"> Over-night cultures of pSB1C3-Anderson-nodC-His and pSB1C3-AraC-nodC-His</li>
<li> Plasmid extraction via Mini-prep-kit and sequencing</li>
+
<li style="font-size: 15px;"> Plasmid extraction via Mini-prep-kit and sequencing</li>
 +
</ul>
 +
</article>
 +
</div>
 +
</div>
 +
<div class="labnotebox">
 +
<div class="labnote-title">
 +
<h3 style="font-size: 24px;"> Chitin Deacetylases </h3>
 +
</div>
 +
<div class="labnote-content">
 +
<p><b>Superior experiment:</b> Mutagenesis PCR, transformation and evaluation</p>
 +
<p><b>Procedure:</b></p>
 +
<article>
 +
<li style="font-size: 15px;"> Mutagenese PCR</li>
 +
<ul>
 +
<li style="font-size: 15px;"> PCR with His-tag primers for mutagenesis PCR</li>
 +
<li style="font-size: 15px;"> Phosphorylation of mutagenesis PCR batch</li>
 +
<li style="font-size: 15px;"> Ligation with T4 Ligase</li>
 +
<li style="font-size: 15px;"> DPN1 digestion</li>
 +
</ul>
 +
<li style="font-size: 15px;"> Transformation and evaluation</li>
 +
<ul>
 +
<li style="font-size: 15px;"> Transforming pSB1C3-NodB-His and pUPD-NodB-His into Top10 via heat-shock</li>
 +
<li style="font-size: 15px;"> ColonyPCR of</li>
 +
<li style="font-size: 15px;"> Gelelectrophoresis</li>
 +
</ul>
 +
<li style="font-size: 15px;"> Mutagenese PCR (repeat)</li>
 +
<ul>
 +
<li style="font-size: 15px;"> PCR with His-tag primers for mutagenesis PCR</li>
 +
<li style="font-size: 15px;"> Phosphorylation of mutagenesis PCR batch</li>
 +
<li style="font-size: 15px;"> Ligation with T4 Ligase</li>
 +
<li style="font-size: 15px;"> DPNI digestion</li>
 +
</ul>
 +
<li style="font-size: 15px;"> Transformation</li>
 +
<ul>
 +
<li style="font-size: 15px;"> Transforming pSB1C3-NodB-His and pUPD-NodB-His into Top10 via heat-shock</li>
 +
</ul>
 +
</article>
 +
</div>
 +
</div>
 +
<div class="labnotebox">
 +
<div class="labnote-title">
 +
<h3 style="font-size: 24px;"> Hydrogels </h3>
 +
</div>
 +
<div class="labnote-content">
 +
<p><b>Superior experiment:</b> Testing of different gels</p>
 +
<p><b>Procedure:</b></p>
 +
<article>
 +
<li style="font-size: 15px;"> DAB Gel</li>
 +
<ul>
 +
<li style="font-size: 15px;"> Hydroxyethylcellulose 2,5</li>
 +
<li style="font-size: 15px;"> Glycerol 10%</li>
 +
<li style="font-size: 15px;"> Milli-Q H2O 87,5%</li>
 +
<li style="font-size: 15px;"> no swelling</li>
 +
<ul>
 +
<li style="font-size: 15px;"> Hydroxyethylcellulose was not "Hydroxyethylcellulose 10000", but with a lower viscosity, so the gel did not form a stable gel</li>
 +
</ul>
 +
<li style="font-size: 15px;"> Order of mixing was determed;</li>
 +
<li style="font-size: 15px;"> 1) 2% Chitosan, than 97,5% Milli-Q water, than 0,5% acetic acid</li>
 +
<li style="font-size: 15px;"> 2) 2% Chitosan, than 50% Milli-Q water, than 0,5% acetic acid, than 47,5% Milli-Q water</li>
 +
<li style="font-size: 15px;"> 3) 2% Chitosan, than 0,5% acetic acid, than 98% Milli-Q water</li>
 +
<li style="font-size: 15px;"> 4) 97,5% Milli-Q water mixed with 0,5% acetic acid, than 2% Chitosan</li>
 +
</ul>
 +
<li style="font-size: 15px;"> Chitosan-Agarose Hydrogels</li>
 +
<ul>
 +
<li style="font-size: 15px;"> With new approach: first dissolving of agarose, then adding chitosan and acetic acid.</li>
 +
<li style="font-size: 15px;"> Chitosan 1%, Acetic acid 1%, Agarose 1%</li>
 +
<li style="font-size: 15px;"> Chitosan 1%, Acetic acid 1%, Agarose 2%</li>
 +
<li style="font-size: 15px;"> Chitosan 1%, Acetic acid 1%, Agarose 3%</li>
 +
<li style="font-size: 15px;"> Chitosan 2%, Acetic acid 1%, Agarose 1%</li>
 +
<li style="font-size: 15px;"> Chitosan 2%, Acetic acid 1%, Agarose 2%</li>
 +
<li style="font-size: 15px;"> Chitosan 2%, Acetic acid 1%, Agarose 3%</li>
 +
</ul>
 +
<li style="font-size: 15px;"> Chitosan-Gelatine Hydrogels</li>
 +
<ul>
 +
<li style="font-size: 15px;"> Different concentration of gelatine were dissolved in water</li>
 +
<li style="font-size: 15px;"> 1 % Acetic acid and 1% chitosan were added</li>
 +
<li style="font-size: 15px;"> Chitosan 1%, Acetic acid 1%, Gelatine 1%</li>
 +
<li style="font-size: 15px;"> Chitosan 1%, Acetic acid 1%, Gelatine 2%</li>
 +
<li style="font-size: 15px;"> Chitosan 1%, Acetic acid 1%, Gelatine 3%</li>
 +
</ul>
 +
</article>
 +
</div>
 +
</div>
 +
<div class="labnotebox">
 +
<div class="labnote-title">
 +
<h3 style="font-size: 24px;"> Chemistry </h3>
 +
</div>
 +
<div class="labnote-content">
 +
<p><b>Superior experiment:</b> Preperation of N-Succinic-Chitosan concentration 1 and 2</p>
 +
<p><b>Procedure:</b></p>
 +
<article>
 +
<li style="font-size: 15px;"> Put Succinic Anhydride and Chitosan in acetic acid in a three necked flask</li>
 +
</ul>
 +
</article>
 +
</div>
 +
</div>
 +
<div class="labnotebox">
 +
<div class="labnote-title">
 +
<h3 style="font-size: 24px;"> Technics </h3>
 +
</div>
 +
<div class="labnote-content">
 +
<p><b>Superior experiment:</b> Building a DIHM</p>
 +
<p><b>Procedure:</b></p>
 +
<article>
 +
<li style="font-size: 15px;"> 3D printer crashed again. Continuing with software and setup design.</li>
 
</ul>
 
</ul>
 
</article>
 
</article>
Line 1,170: Line 1,686:
 
             <div class="labnotebox">
 
             <div class="labnotebox">
 
<div class="labnote-date">
 
<div class="labnote-date">
<h3> 2017-09-18  -  2017-09-24 </h3>
+
<h3 style="font-size: 24px;"> 2017-09-18  -  2017-09-24 </h3>
 
</div>
 
</div>
 
</div>
 
</div>
 
<div class="labnotebox">
 
<div class="labnotebox">
 
<div class="labnote-title">
 
<div class="labnote-title">
<h3> Chitin Synthase </h3>
+
<h3 style="font-size: 24px;"> Chitin Synthase </h3>
 
</div>
 
</div>
 
<div class="labnote-content">
 
<div class="labnote-content">
Line 1,181: Line 1,697:
 
<p><b>Procedure:</b></p>
 
<p><b>Procedure:</b></p>
 
<article>
 
<article>
<li> Over-night cultures of pSB1C3-Anderson-nodC and pSB1C3-AraC-nodC</li>
+
<li style="font-size: 15px;"> Over-night cultures of pSB1C3-Anderson-nodC and pSB1C3-AraC-nodC</li>
<li> Growing a main culture</li>
+
<li style="font-size: 15px;"> Growing a main culture</li>
 +
</ul>
 +
</article>
 +
</div>
 +
</div>
 +
<div class="labnotebox">
 +
<div class="labnote-title">
 +
<h3 style="font-size: 24px;"> Chitin Deacetylases </h3>
 +
</div>
 +
<div class="labnote-content">
 +
<p><b>Superior experiment:</b> Cloning T7-<i>cod</i> and <i>cod</i> in pSB1C3</p>
 +
<p><b>Procedure:</b></p>
 +
<article>
 +
<li style="font-size: 15px;"> Evaluation</li>
 +
<ul>
 +
<li style="font-size: 15px;"> Plasmid extraction of pSB1C3-nodB-His and pUPD-nodB-His via Mini-prep-kit and sequencing</li>
 +
</ul>
 +
<li style="font-size: 15px;"> Cloning T7-<i>cod</i> in pSB1C3</li>
 +
<ul>
 +
<li style="font-size: 15px;"> Digesting pUPD-T7-cod and pSB1C3 with XbaI and PstI</li>
 +
<li style="font-size: 15px;"> Dephosphorylating the backbone pSB1C3</li>
 +
<li style="font-size: 15px;"> PCR clean-up</li>
 +
<li style="font-size: 15px;"> Ligation with T4 Ligase</li>
 +
</ul>
 +
<li style="font-size: 15px;"> Cloning <i>cod</i> in pSB1C3</li>
 +
<ul>
 +
<li style="font-size: 15px;"> Digesting pSB1C3 with XbaI and PstI</li>
 +
<li style="font-size: 15px;"> Digesting pUPD-T7-cod with PstI</li>
 +
<li style="font-size: 15px;"> Dephosphorylating the backbone pSB1C3</li>
 +
<li style="font-size: 15px;"> PCR clean-up</li>
 +
<li style="font-size: 15px;"> Ligation with T4 Ligase</li>
 +
</ul>
 +
<li style="font-size: 15px;"> Transformation and evaluation</li>
 +
<ul>
 +
<li style="font-size: 15px;"> Transforming pSB1C3-T7-cod and pSB1C3-cod into Top10 via heat-shock</li>
 +
<li style="font-size: 15px;"> cPCR of pSB1C3-T7-cod and pSB1C3-cod</li>
 +
<li style="font-size: 15px;"> Gelelectrophoresis</li>
 +
<li style="font-size: 15px;"> Over-night cultures of pSB1C3-T7-cod and pSB1C3-cod</li>
 +
<li style="font-size: 15px;"> Plasmid extraction of pSB1C3-cod via Mini-prep-kit and sequencing</li>
 +
</ul>
 +
</article>
 +
</div>
 +
</div>
 +
<div class="labnotebox">
 +
<div class="labnote-title">
 +
<h3 style="font-size: 24px;"> Hydrogels </h3>
 +
</div>
 +
<div class="labnote-content">
 +
<p><b>Superior experiment:</b> trying to reproduce papers' hydrogels</p>
 +
<p><b>Procedure:</b></p>
 +
<article>
 +
<li style="font-size: 15px;"> hydrogel with beta-GP</li>
 +
<ul>
 +
<li style="font-size: 15px;"> Hydrogels were produced as in [doi: 10.3390/ijms151017765]</li>
 +
<li style="font-size: 15px;"> No solid gel could be archieved, but after autoclaving it showed more stability, but was dropped to to its expensiveness</li>
 +
<li style="font-size: 15px;"> Chitosan 1,8% in 0,2M acetic acid, cooled at 4°C for 20min</li>
 +
<li style="font-size: 15px;"> beta-glycerol-phosphate disodium salt 50% w/v  was added dropwise, ratio 9:1 - Chitosan:beta-G.P.</li>
 +
<li style="font-size: 15px;"> Stirred for 20min and poured</li>
 +
<ul>
 +
<li style="font-size: 15px;"> No solid gel</li>
 +
</ul>
 +
<li style="font-size: 15px;"> hydrogel basic with less beta-GP</li>
 +
<li style="font-size: 15px;"> 2% chitosan and 1% acetic acid + 8% beta-GP. was placed at 39° C for 15h</li>
 +
<ul>
 +
<li style="font-size: 15px;"> no changes, still not solid</li>
 +
</ul>
 +
<li style="font-size: 15px;"> Using glutaraldehyde</li>
 +
<li style="font-size: 15px;"> 1% chitosan + 1% acetic acid + 1% glutaraldehyde</li>
 +
<li style="font-size: 15px;"> 1% chitosan + 1% acetic acid + 3% glutaraldehyde</li>
 +
<li style="font-size: 15px;"> 1% chitosan + 1% acetic acid + 5% glutaraldehyde</li>
 +
<li style="font-size: 15px;"> 2% chitosan + 1% acetic acid + 10% glutaraldehyde</li>
 +
<ul>
 +
<li style="font-size: 15px;"> no solid gel</li>
 +
</ul>
 +
<li style="font-size: 15px;"> placed at 55°C for 12 and 24 h</li>
 +
<ul>
 +
<li style="font-size: 15px;"> still not solid</li>
 +
</ul>
 +
<li style="font-size: 15px;"> determine and pH-level</li>
 +
<li style="font-size: 15px;"> 0,2 M chitosan - pH: 4,7</li>
 +
</ul>
 +
</article>
 +
</div>
 +
</div>
 +
<div class="labnotebox">
 +
<div class="labnote-title">
 +
<h3 style="font-size: 24px;"> Chemistry </h3>
 +
</div>
 +
<div class="labnote-content">
 +
<p><b>Superior experiment:</b> Preperation of N-Succinic-Chitosan concentration 3</p>
 +
<p><b>Procedure:</b></p>
 +
<article>
 +
<li style="font-size: 15px;"> Put Succinic Anhydride and Chitosan in acetic acid in a three necked flask</li>
 +
<li style="font-size: 15px;"> Centrifugate concentration 1 at 5000 rpm</li>
 +
</ul>
 +
</article>
 +
</div>
 +
</div>
 +
<div class="labnotebox">
 +
<div class="labnote-title">
 +
<h3 style="font-size: 24px;"> Technics </h3>
 +
</div>
 +
<div class="labnote-content">
 +
<p><b>Superior experiment:</b> Building a DIHM</p>
 +
<p><b>Procedure:</b></p>
 +
<article>
 +
<li style="font-size: 15px;"> Repairing 3D printer. Continuing with software and setup design.</li>
 
</ul>
 
</ul>
 
</article>
 
</article>
Line 1,189: Line 1,811:
 
             <div class="labnotebox">
 
             <div class="labnotebox">
 
<div class="labnote-date">
 
<div class="labnote-date">
<h3> 2017-09-25  -  2017-10-01 </h3>
+
<h3 style="font-size: 24px;"> 2017-09-25  -  2017-10-01 </h3>
 
</div>
 
</div>
 
</div>
 
</div>
 
<div class="labnotebox">
 
<div class="labnotebox">
 
<div class="labnote-title">
 
<div class="labnote-title">
<h3> Chitinase A1 </h3>
+
<h3 style="font-size: 24px;"> Chitinase A1 </h3>
 
</div>
 
</div>
 
<div class="labnote-content">
 
<div class="labnote-content">
Line 1,200: Line 1,822:
 
<p><b>Procedure:</b></p>
 
<p><b>Procedure:</b></p>
 
<article>
 
<article>
<li> Mutagenese PCR</li>
+
<li style="font-size: 15px;"> Mutagenese PCR</li>
 
<ul>
 
<ul>
<li> PCR with primers for mutagenesis PCR</li>
+
<li style="font-size: 15px;"> PCR with primers for mutagenesis PCR</li>
<li> Phosphorylation of mutagenesis PCR batch</li>
+
<li style="font-size: 15px;"> Phosphorylation of mutagenesis PCR batch</li>
<li> Ligation with T4 Ligase</li>
+
<li style="font-size: 15px;"> Ligation with T4 Ligase</li>
<li> DPN1 digestion</li>
+
<li style="font-size: 15px;"> DPN1 digestion</li>
 
</ul>
 
</ul>
<li> Transformation and evaluation</li>
+
<li style="font-size: 15px;"> Transformation and evaluation</li>
 
<ul>
 
<ul>
<li> Transforming pSB1C3-Anderson-chiA into Top10 via heat-shock</li>
+
<li style="font-size: 15px;"> Transforming pSB1C3-Anderson-chiA into Top10 via heat-shock</li>
<li> ColonyPCR of pSB1C3-Anderson-chiA</li>
+
<li style="font-size: 15px;"> ColonyPCR of pSB1C3-Anderson-chiA</li>
<li> Gelelectrophoresis</li>
+
<li style="font-size: 15px;"> Gelelectrophoresis</li>
<li> Over-night culture of pSB1C3-Anderson-chiA</li>
+
<li style="font-size: 15px;"> Over-night culture of pSB1C3-Anderson-chiA</li>
<li> Plasmid extraction via Mini-prep-kit and sequencing</li>
+
<li style="font-size: 15px;"> Plasmid extraction via Mini-prep-kit and sequencing</li>
 
</ul>
 
</ul>
<li> The mutation still remains in the construct</li>
+
<li style="font-size: 15px;"> The mutation still remains in the construct</li>
 
</ul>
 
</ul>
 
</article>
 
</article>
Line 1,222: Line 1,844:
 
<div class="labnotebox">
 
<div class="labnotebox">
 
<div class="labnote-title">
 
<div class="labnote-title">
<h3> Chitin Synthase </h3>
+
<h3 style="font-size: 24px;"> Chitin Synthase </h3>
 
</div>
 
</div>
 
<div class="labnote-content">
 
<div class="labnote-content">
Line 1,228: Line 1,850:
 
<p><b>Procedure:</b></p>
 
<p><b>Procedure:</b></p>
 
<article>
 
<article>
<li> Preparation</li>
+
<li style="font-size: 15px;"> Preparation</li>
 
<ul>
 
<ul>
<li> Disruption of cells via high pressure</li>
+
<li style="font-size: 15px;"> Disruption of cells via high pressure</li>
<li> ultracentrifuge to separate cell components</li>
+
<li style="font-size: 15px;"> ultracentrifuge to separate cell components</li>
 
</ul>
 
</ul>
<li> Purification</li>
+
<li style="font-size: 15px;"> Purification</li>
 
<ul>
 
<ul>
<li> Purification via ÄKTA</li>
+
<li style="font-size: 15px;"> Purification via ÄKTA</li>
 
</ul>
 
</ul>
<li> Verification</li>
+
<li style="font-size: 15px;"> Verification</li>
 
<ul>
 
<ul>
<li> A SDS-PAGE of the fractions was performed</li>
+
<li style="font-size: 15px;"> A SDS-PAGE of the fractions was performed</li>
 +
</ul>
 +
</article>
 +
</div>
 +
</div>
 +
<div class="labnotebox">
 +
<div class="labnote-title">
 +
<h3 style="font-size: 24px;"> Chitin Deacetylases </h3>
 +
</div>
 +
<div class="labnote-content">
 +
<p><b>Superior experiment:</b> Detection of NodB via SDS-Page</p>
 +
<p><b>Procedure:</b></p>
 +
<article>
 +
<li style="font-size: 15px;"> Transformation</li>
 +
<ul>
 +
<li style="font-size: 15px;"> Transforming pUPD-T7-cod and pUPD-T7-nodB-His into BL21 via heat-shock</li>
 +
</ul>
 +
<li style="font-size: 15px;"> Over-night cultures of pUPD-T7-nodB-His, pUPD-T7-cod and empty BL21 cells</li>
 +
<li style="font-size: 15px;"> Growing a main culture</li>
 +
<ul>
 +
<li style="font-size: 15px;"> Induction with IPTG at OD=0.6</li>
 +
<ul>
 +
<li style="font-size: 15px;"> Taking sample1 before induction</li>
 +
<li style="font-size: 15px;"> Taking sample2 three hours after induction</li>
 +
<li style="font-size: 15px;"> Taking sample3 six hours after induction</li>
 +
<li style="font-size: 15px;"> Taking sample4 the next day</li>
 +
</ul>
 +
<li style="font-size: 15px;"> Store samples at -20 degree Celsius</li>
 +
</ul>
 +
<li style="font-size: 15px;"> A SDS-Page was performed</li>
 +
<li style="font-size: 15px;"> Expression of pUPD-nodB-His by 16 °C and 37°C</li>
 +
<li style="font-size: 15px;"> Sequencing</li>
 +
<ul>
 +
<li style="font-size: 15px;"> Plasmid extraction of pUPD-cod via Mini-prep-kit and sequencing</li>
 +
</ul>
 +
</article>
 +
</div>
 +
</div>
 +
<div class="labnotebox">
 +
<div class="labnote-title">
 +
<h3 style="font-size: 24px;"> Hydrogels </h3>
 +
</div>
 +
<div class="labnote-content">
 +
<p><b>Superior experiment:</b> gelantine as chross-linking agent</p>
 +
<p><b>Procedure:</b></p>
 +
<article>
 +
<li style="font-size: 15px;"> Chitosan-Gelantine</li>
 +
<ul>
 +
<li style="font-size: 15px;"> 2%Chitosan - 0,5 % acetic acid - 2% Gelantine:</li>
 +
<li style="font-size: 15px;"> 2%Chitosan - 1 % acetic acid - 2% Gelantine:</li>
 +
<li style="font-size: 15px;"> 3%Chitosan - 0,5 % acetic acid - 2% Gelantine:</li>
 +
<li style="font-size: 15px;"> 3%Chitosan - 0,5 % acetic acid - 3% Gelantine:</li>
 +
</ul>
 +
<li style="font-size: 15px;"> DAB-Gel #2</li>
 +
<ul>
 +
<li style="font-size: 15px;"> redone experiments DAB-Gel</li>
 +
<li style="font-size: 15px;"> same results</li>
 +
</ul>
 +
<li style="font-size: 15px;"> centrifugation of chitosan solution</li>
 +
<ul>
 +
<li style="font-size: 15px;"> 2%chitosan + 1% acetic acid</li>
 +
<li style="font-size: 15px;"> 5000 rpm for 20 min</li>
 +
<li style="font-size: 15px;"> no supernatent, visually didnt change anything</li>
 +
</ul>
 +
</article>
 +
</div>
 +
</div>
 +
<div class="labnotebox">
 +
<div class="labnote-title">
 +
<h3 style="font-size: 24px;"> Chemistry </h3>
 +
</div>
 +
<div class="labnote-content">
 +
<p><b>Superior experiment:</b> Preperation of N-Succinic-Chitosan concentration 4</p>
 +
<p><b>Procedure:</b></p>
 +
<article>
 +
<li style="font-size: 15px;"> Put Succinic Anhydride and Chitosan in acetic acid in a three necked flask</li>
 +
<li style="font-size: 15px;"> Consultaion of Prof. Schoenherr</li>
 +
</ul>
 +
</article>
 +
</div>
 +
</div>
 +
<div class="labnotebox">
 +
<div class="labnote-title">
 +
<h3 style="font-size: 24px;"> Technics </h3>
 +
</div>
 +
<div class="labnote-content">
 +
<p><b>Superior experiment:</b> Building a DIHM</p>
 +
<p><b>Procedure:</b></p>
 +
<article>
 +
<li style="font-size: 15px;"> 3D printer is working again. Bearings are excluded due to their degrees of freedom. Idea about replacing the pinhole with a glassfiber comes up, glassfiber is ordered. Discussion about changing the light source start due to the lack of light intensity.</li>
 
</ul>
 
</ul>
 
</article>
 
</article>
Line 1,246: Line 1,957:
 
             <div class="labnotebox">
 
             <div class="labnotebox">
 
<div class="labnote-date">
 
<div class="labnote-date">
<h3> 2017-10-02  -  2017-10-08 </h3>
+
<h3 style="font-size: 24px;"> 2017-10-02  -  2017-10-08 </h3>
 
</div>
 
</div>
 
</div>
 
</div>
 
<div class="labnotebox">
 
<div class="labnotebox">
 
<div class="labnote-title">
 
<div class="labnote-title">
<h3> Chitinase A1 </h3>
+
<h3 style="font-size: 24px;"> Chitinase A1 </h3>
 
</div>
 
</div>
 
<div class="labnote-content">
 
<div class="labnote-content">
Line 1,257: Line 1,968:
 
<p><b>Procedure:</b></p>
 
<p><b>Procedure:</b></p>
 
<article>
 
<article>
<li> Mutagenese PCR</li>
+
<li style="font-size: 15px;"> Mutagenese PCR</li>
 
<ul>
 
<ul>
<li> PCR with primers for mutagenesis PCR</li>
+
<li style="font-size: 15px;"> PCR with primers for mutagenesis PCR</li>
<li> Ligation with T4 Ligase</li>
+
<li style="font-size: 15px;"> Ligation with T4 Ligase</li>
<li> DPN1 digestion</li>
+
<li style="font-size: 15px;"> DPN1 digestion</li>
 
</ul>
 
</ul>
<li> Transformation and evaluation</li>
+
<li style="font-size: 15px;"> Transformation and evaluation</li>
 
<ul>
 
<ul>
<li> Transforming pSB1C3-Anderson-chiA into Top10 via heat-shock</li>
+
<li style="font-size: 15px;"> Transforming pSB1C3-Anderson-chiA into Top10 via heat-shock</li>
<li> ColonyPCR of pSB1C3-Anderson-chiA</li>
+
<li style="font-size: 15px;"> ColonyPCR of pSB1C3-Anderson-chiA</li>
<li> Gelelectrophoresis</li>
+
<li style="font-size: 15px;"> Gelelectrophoresis</li>
<li> Overnightculture of pSB1C3-Anderson-chiA</li>
+
<li style="font-size: 15px;"> Overnightculture of pSB1C3-Anderson-chiA</li>
<li> Plasmid extraction via Mini-prep-kit and sequencing</li>
+
<li style="font-size: 15px;"> Plasmid extraction via Mini-prep-kit and sequencing</li>
 
</ul>
 
</ul>
<li> The mutation still remains in the construct</li>
+
<li style="font-size: 15px;"> The mutation still remains in the construct</li>
 
</ul>
 
</ul>
 
</article>
 
</article>
Line 1,278: Line 1,989:
 
<div class="labnotebox">
 
<div class="labnotebox">
 
<div class="labnote-title">
 
<div class="labnote-title">
<h3> Chitin Synthase </h3>
+
<h3 style="font-size: 24px;"> Chitin Synthase </h3>
 
</div>
 
</div>
 
<div class="labnote-content">
 
<div class="labnote-content">
Line 1,284: Line 1,995:
 
<p><b>Procedure:</b></p>
 
<p><b>Procedure:</b></p>
 
<article>
 
<article>
<li> Verification</li>
+
<li style="font-size: 15px;"> Verification</li>
 
<ul>
 
<ul>
<li> Buffer exchange via PD10 columns</li>
+
<li style="font-size: 15px;"> Buffer exchange via PD10 columns</li>
<li> UPDTM Glycosyltransferase Assay from Promega</li>
+
<li style="font-size: 15px;"> UPDTM Glycosyltransferase Assay from Promega</li>
 
</ul>
 
</ul>
<li> Cloning nodC into pSB1C3</li>
+
<li style="font-size: 15px;"> Cloning nodC into pSB1C3</li>
 
<ul>
 
<ul>
<li> Digesting pUPD-Anderson-nodC with Xba1 and Pst1</li>
+
<li style="font-size: 15px;"> Digesting pUPD-Anderson-nodC with XbaI and PstI</li>
<li> Digesting pSB1C3 with Xba1 and Pst1</li>
+
<li style="font-size: 15px;"> Digesting pSB1C3 with XbaI and PstI</li>
<li> Dephosphorylating the backbone pSB1C3</li>
+
<li style="font-size: 15px;"> Dephosphorylating the backbone pSB1C3</li>
<li> Ligation with T4 Ligase</li>
+
<li style="font-size: 15px;"> Ligation with T4 Ligase</li>
 
</ul>
 
</ul>
<li> Cloning nodC into pSB1C3-AraC</li>
+
<li style="font-size: 15px;"> Cloning nodC into pSB1C3-AraC</li>
 
<ul>
 
<ul>
<li> Digesting pUPD-Anderson-nodC with Nhe1 and Pst1</li>
+
<li style="font-size: 15px;"> Digesting pUPD-Anderson-nodC with NheI and PstI</li>
<li> Digesting pSB1C3-AraC with Spe1 and Pst1</li>
+
<li style="font-size: 15px;"> Digesting pSB1C3-AraC with SpeI and PstI</li>
<li> Dephosphorylating the backbone pSB1C3-AraC</li>
+
<li style="font-size: 15px;"> Dephosphorylating the backbone pSB1C3-AraC</li>
<li> Ligation with T4 Ligase</li>
+
<li style="font-size: 15px;"> Ligation with T4 Ligase</li>
 
</ul>
 
</ul>
<li> Transformation and evaluation</li>
+
<li style="font-size: 15px;"> Transformation and evaluation</li>
 
<ul>
 
<ul>
<li> Transforming pSB1C3-Anderson-nodC and pSB1C3-AraC-nodC into Top10 via heat-shock</li>
+
<li style="font-size: 15px;"> Transforming pSB1C3-Anderson-nodC and pSB1C3-AraC-nodC into Top10 via heat-shock</li>
<li> Over-night cultures of pSB1C3-Anderson-nodC and pSB1C3-AraC-nodC</li>
+
<li style="font-size: 15px;"> Over-night cultures of pSB1C3-Anderson-nodC and pSB1C3-AraC-nodC</li>
<li> Plasmid extraction via Mini-prep-kit and sequencing</li>
+
<li style="font-size: 15px;"> Plasmid extraction via Mini-prep-kit and sequencing</li>
 +
</ul>
 +
</article>
 +
</div>
 +
</div>
 +
<div class="labnotebox">
 +
<div class="labnote-title">
 +
<h3 style="font-size: 24px;"> Chitin Deacetylases </h3>
 +
</div>
 +
<div class="labnote-content">
 +
<p><b>Superior experiment:</b> SDS-Page, Transformation and evaluation</p>
 +
<p><b>Procedure:</b></p>
 +
<article>
 +
<li style="font-size: 15px;"> Glycerol stocks</li>
 +
<ul>
 +
<li style="font-size: 15px;"> Glycerol stocks of pSB1C3-cod were made</li>
 +
</ul>
 +
<li style="font-size: 15px;"> Transformation</li>
 +
<ul>
 +
<li style="font-size: 15px;"> Transforming pUPD-T7-cod into Top10 and pUPD-T7-nodB-His into BL21 via heat-shock</li>
 +
</ul>
 +
<li style="font-size: 15px;"> Over-night cultures of pUPD-T7-nodB-His, pUPD-T7-cod and empty BL21 cells</li>
 +
<li style="font-size: 15px;"> Growing a main culture</li>
 +
<ul>
 +
<li style="font-size: 15px;"> Induction with IPTG at OD=0.6</li>
 +
<ul>
 +
<li style="font-size: 15px;"> Taking sample1 before induction</li>
 +
<li style="font-size: 15px;"> Taking sample2 three hours after induction</li>
 +
<li style="font-size: 15px;"> Taking sample3 six hours after induction</li>
 +
<li style="font-size: 15px;"> Taking sample4 the next day</li>
 +
</ul>
 +
<li style="font-size: 15px;"> Store samples at -20 degree Celsius</li>
 +
</ul>
 +
<li style="font-size: 15px;"> A SDS-Page was performed</li>
 +
<li style="font-size: 15px;"> Restriction</li>
 +
<ul>
 +
<li style="font-size: 15px;"> Digesting pUPD-T7-nodB-His with NheI-Hf</li>
 +
<li style="font-size: 15px;"> Gel-filtration</li>
 +
<li style="font-size: 15px;"> Ligation with T4 ligase</li>
 +
</ul>
 +
<li style="font-size: 15px;"> Transformation and evaluation</li>
 +
<ul>
 +
<li style="font-size: 15px;"> Transforming pUPD-T7-nodB-His into Top10 and BL21 via heat-shock</li>
 +
<li style="font-size: 15px;"> Plasmid extraction of pUPD-T7-nodB-His and pUPD-T7-nodB-His (dig. with NheI-Hf) via Mini-prep-kit and sequencing</li>
 +
</ul>
 +
<li style="font-size: 15px;"> Over-night cultures of pUPD-T7-nodB-His, pUPD-T7-nodB-His (dig. with NheI-Hf) and empty BL21 cells</li>
 +
<li style="font-size: 15px;"> Growing a main culture</li>
 +
<ul>
 +
<li style="font-size: 15px;"> Induction with IPTG at OD=0.6</li>
 +
<ul>
 +
<li style="font-size: 15px;"> Taking sample1 before induction</li>
 +
<li style="font-size: 15px;"> Taking sample2 three hours after induction</li>
 +
<li style="font-size: 15px;"> Taking sample3 six hours after induction</li>
 +
<li style="font-size: 15px;"> Taking sample4 the next day</li>
 +
</ul>
 +
<li style="font-size: 15px;"> Store samples at -20 degree Celsius</li>
 +
</ul>
 +
<li style="font-size: 15px;"> A SDS-Page was performed</li>
 +
</ul>
 +
</article>
 +
</div>
 +
</div>
 +
<div class="labnotebox">
 +
<div class="labnote-title">
 +
<h3 style="font-size: 24px;"> Hydrogels </h3>
 +
</div>
 +
<div class="labnote-content">
 +
<p><b>Superior experiment:</b> Switching back to agar/agarose</p>
 +
<p><b>Procedure:</b></p>
 +
<article>
 +
<li style="font-size: 15px;"> Testing of different gels</li>
 +
<ul>
 +
<li style="font-size: 15px;"> 1%Chitosan - 1 % acetic acid - 1% Gelantine: good</li>
 +
<li style="font-size: 15px;"> 1,5%Chitosan - 0,5 % acetic acid - 2% Agar:</li>
 +
<li style="font-size: 15px;"> 0,5%Chitosan - 0,5 % acetic acid - 2% Agar:</li>
 +
<li style="font-size: 15px;"> 2%Chitosan - 0,5 % acetic acid - 1% Agar:</li>
 +
<li style="font-size: 15px;"> 2%Chitosan - 0,5 % acetic acid - 2% Agar:</li>
 +
<li style="font-size: 15px;"> 2%Chitosan - 0,5 % acetic acid - 3% Agar:</li>
 +
<li style="font-size: 15px;"> 1%Chitosan - 0,5 % acetic acid - 1% Agar:</li>
 +
<li style="font-size: 15px;"> 1,5%Chitosan - 0,5 % acetic acid - 2% Agarose: good</li>
 +
<li style="font-size: 15px;"> 0,5%Chitosan - 0,5 % acetic acid - 2% Agarose: too hard</li>
 +
<li style="font-size: 15px;"> 1%Chitosan - 1 % acetic acid - 1% Agarose: solid</li>
 +
<li style="font-size: 15px;"> 1%Chitosan - 1 % acetic acid - 2% Agarose: solid</li>
 +
<li style="font-size: 15px;"> 1%Chitosan - 1 % acetic acid - 3% Agarose: not solid</li>
 +
<li style="font-size: 15px;"> 2%Chitosan - 1 % acetic acid - 1% Agarose: solid</li>
 +
<li style="font-size: 15px;"> 2%Chitosan - 1 % acetic acid - 2% Agarose: not solid</li>
 +
<li style="font-size: 15px;"> 2%Chitosan - 1 % acetic acid - 3% Agarose: not solid</li>
 +
</ul>
 +
<li style="font-size: 15px;"> Chitosan-Agarose Hydrogel</li>
 +
<ul>
 +
<li style="font-size: 15px;"> Dissolving of agarose in water,</li>
 +
<li style="font-size: 15px;"> Simultaneously dissolving of chitosan in 1% acetic acid and stirring.</li>
 +
<li style="font-size: 15px;"> When chitosan is dissolved, mixing of both solutions.</li>
 +
<li style="font-size: 15px;"> Chitosan 1%, Acetic acid 1%, Agarose 1%</li>
 +
<li style="font-size: 15px;"> Chitosan 1%, Acetic acid 1%, Agarose 1%</li>
 +
</ul>
 +
</article>
 +
</div>
 +
</div>
 +
<div class="labnotebox">
 +
<div class="labnote-title">
 +
<h3 style="font-size: 24px;"> Technics </h3>
 +
</div>
 +
<div class="labnote-content">
 +
<p><b>Superior experiment:</b> Building a DIHM</p>
 +
<p><b>Procedure:</b></p>
 +
<article>
 +
<li style="font-size: 15px;"> Changed the light source to smartphone LED and LEDs in general. Both deliver enough intensity for the cam and the two micrometres scaled bar becomes visible. Working on a clever manipulator continues. Software make further progress; first pictures are processed.</li>
 +
</ul>
 +
</article>
 +
</div>
 +
</div>
 +
<div class="labnotebox">
 +
<div class="labnote-title">
 +
<h3 style="font-size: 24px;"> Chemistry </h3>
 +
</div>
 +
<div class="labnote-content">
 +
<p><b>Superior experiment:</b> Spin Coating and modification of the films</p>
 +
<p><b>Procedure:</b></p>
 +
<article>
 +
<li style="font-size: 15px;"> Spin Coat the hydrogels on microscope sildes</li>
 +
<li style="font-size: 15px;"> Modificate the surface with either DMSO and succinic anhydride or Aceton and succinic anhydride</li>
 
</ul>
 
</ul>
 
</article>
 
</article>
Line 1,314: Line 2,146:
 
             <div class="labnotebox">
 
             <div class="labnotebox">
 
<div class="labnote-date">
 
<div class="labnote-date">
<h3> 2017-10-09  -  2017-10-15 </h3>
+
<h3 style="font-size: 24px;"> 2017-10-09  -  2017-10-15 </h3>
 
</div>
 
</div>
 
</div>
 
</div>
 
<div class="labnotebox">
 
<div class="labnotebox">
 
<div class="labnote-title">
 
<div class="labnote-title">
<h3> Chitin Synthase </h3>
+
<h3 style="font-size: 24px;"> Chitin Synthase </h3>
 
</div>
 
</div>
 
<div class="labnote-content">
 
<div class="labnote-content">
Line 1,325: Line 2,157:
 
<p><b>Procedure:</b></p>
 
<p><b>Procedure:</b></p>
 
<article>
 
<article>
<li> Assay</li>
+
<li style="font-size: 15px;"> Assay</li>
 
<ul>
 
<ul>
<li> Repetition of UDPTM Glycosyltransferase Assay twice</li>
+
<li style="font-size: 15px;"> Repetition of UDPTM Glycosyltransferase Assay twice</li>
 +
</ul>
 +
</article>
 +
</div>
 +
</div>
 +
<div class="labnotebox">
 +
<div class="labnote-title">
 +
<h3 style="font-size: 24px;"> Chitin Deacetylases </h3>
 +
</div>
 +
<div class="labnote-content">
 +
<p><b>Superior experiment:</b> Purification</p>
 +
<p><b>Procedure:</b></p>
 +
<article>
 +
<li style="font-size: 15px;"> pUPD-NodB-His via Äkta pure</li>
 +
<ul>
 +
<li style="font-size: 15px;"> Over-night cultures of pUPD-T7-nodB-His</li>
 +
<li style="font-size: 15px;"> Growing a main culture</li>
 +
<li style="font-size: 15px;"> Induction with IPTG at OD=0.6</li>
 +
<li style="font-size: 15px;"> Buffer exchange via PD10 coloumns</li>
 +
</ul>
 +
<li style="font-size: 15px;"> A SDS-Page was performed</li>
 +
<ul>
 +
<li style="font-size: 15px;">  A band is visible by a size of 23kDa, accordingly NodB is present</li>
 +
</ul>
 +
</article>
 +
</div>
 +
</div>
 +
<div class="labnotebox">
 +
<div class="labnote-title">
 +
<h3 style="font-size: 24px;"> Hydrogels </h3>
 +
</div>
 +
<div class="labnote-content">
 +
<p><b>Superior experiment:</b> Quercetin as cheap crosslinker</p>
 +
<p><b>Procedure:</b></p>
 +
<article>
 +
<li style="font-size: 15px;"> Gel cintaining quercetin</li>
 +
<ul>
 +
<li style="font-size: 15px;"> 2% Chitosan solved with 0,5% acetic acid</li>
 +
<li style="font-size: 15px;"> beta-glycerol-phosphate disodium salt was added dropwise (0,1g/mL)</li>
 +
<li style="font-size: 15px;"> quercetin 200mg/mL</li>
 +
<li style="font-size: 15px;"> DMSO was added 0,15%/0,2%/0,5%/1%, mixed into the solution</li>
 +
<li style="font-size: 15px;"> not any of the gels were solid enough</li>
 +
</ul>
 +
</article>
 +
</div>
 +
</div>
 +
<div class="labnotebox">
 +
<div class="labnote-title">
 +
<h3 style="font-size: 24px;"> Technics </h3>
 +
</div>
 +
<div class="labnote-content">
 +
<p><b>Superior experiment:</b> Building a DIHM</p>
 +
<p><b>Procedure:</b></p>
 +
<article>
 +
<li style="font-size: 15px;"> A Fresnel lens in the DVD pickup eluded the team with a possible hologram. Expanding the laser diode from the pick-up and trying to couple its light into a glassfiber was unsatisfying due to low transmission. First idea of own micromanipulator is printed, needs improvement. Software is able to fully process holograms. 3D output will be included.</li>
 +
</ul>
 +
</article>
 +
</div>
 +
</div>
 +
<div class="labnotebox">
 +
<div class="labnote-title">
 +
<h3 style="font-size: 24px;"> Chemistry </h3>
 +
</div>
 +
<div class="labnote-content">
 +
<p><b>Superior experiment:</b> Coupling of the peptide (ala-ala-phe-7amc) to the hydrogel layers and prove the concept</p>
 +
<p><b>Procedure:</b></p>
 +
<article>
 +
<li style="font-size: 15px;"> Putting the microscope sildes in a EDC/NHS solution</li>
 +
<li style="font-size: 15px;"> Put it afterwards in the peptide solution</li>
 +
<li style="font-size: 15px;"> Verfication of the concept in protease solution</li>
 
</ul>
 
</ul>
 
</article>
 
</article>
Line 1,334: Line 2,235:
 
             <div class="labnotebox">
 
             <div class="labnotebox">
 
<div class="labnote-date">
 
<div class="labnote-date">
<h3> 2017-10-16  -  2017-10-22 </h3>
+
<h3 style="font-size: 24px;"> 2017-10-16  -  2017-10-22 </h3>
 
</div>
 
</div>
 
</div>
 
</div>
 
<div class="labnotebox">
 
<div class="labnotebox">
 
<div class="labnote-title">
 
<div class="labnote-title">
<h3> Chitin Synthase </h3>
+
<h3 style="font-size: 24px;"> Chitin Synthase </h3>
 
</div>
 
</div>
 
<div class="labnote-content">
 
<div class="labnote-content">
Line 1,345: Line 2,246:
 
<p><b>Procedure:</b></p>
 
<p><b>Procedure:</b></p>
 
<article>
 
<article>
<li> Verification</li>
+
<li style="font-size: 15px;"> Verification</li>
 
<ul>
 
<ul>
<li> Repetition of UDPTM Glycosyltransferase Assay</li>
+
<li style="font-size: 15px;"> Repetition of UDPTM Glycosyltransferase Assay</li>
<li> A thin-layer-chromatography for verification of chitin</li>
+
<li style="font-size: 15px;"> A thin-layer-chromatography for verification of chitin</li>
 +
</ul>
 +
</article>
 +
</div>
 +
</div>
 +
<div class="labnotebox">
 +
<div class="labnote-title">
 +
<h3 style="font-size: 24px;"> Chitin Deacetylases </h3>
 +
</div>
 +
<div class="labnote-content">
 +
<p><b>Superior experiment:</b> Acetic Acid Assay</p>
 +
<p><b>Procedure:</b></p>
 +
<article>
 +
<li style="font-size: 15px;"> A SDS-Page was performed</li>
 +
<li style="font-size: 15px;"> Enzyme reaction</li>
 +
<ul>
 +
<li style="font-size: 15px;"> Enzyme reaction with 1mM chitin pentamer, 2,5µM NodB and NH4HCO3</li>
 +
</ul>
 +
<li style="font-size: 15px;"> Acetic Acid Assay from Megazym</li>
 +
<ul>
 +
<li style="font-size: 15px;"> The assay was performed two times with 4 replicates</li>
 +
</ul>
 +
</article>
 +
</div>
 +
</div>
 +
<div class="labnotebox">
 +
<div class="labnote-title">
 +
<h3 style="font-size: 24px;"> Hydrogels </h3>
 +
</div>
 +
<div class="labnote-content">
 +
<p><b>Superior experiment:</b> Swelling chitosan hydrogel testing</p>
 +
<p><b>Procedure:</b></p>
 +
<article>
 +
<li style="font-size: 15px;"> Chitosan hydrogel solidified in alginate-quercetin</li>
 +
<ul>
 +
<li style="font-size: 15px;"> different incubation times were tested;</li>
 +
<li style="font-size: 15px;"> after 12 h: the gel was not solid</li>
 +
<li style="font-size: 15px;"> after 18 h: the gel didn't had the required solidarity</li>
 +
<li style="font-size: 15px;"> as well as chitosan 1g/2g/3g</li>
 +
</ul>
 +
<li style="font-size: 15px;"> The most promising gel:</li>
 +
<ul>
 +
<li style="font-size: 15px;"> 2%chitosan</li>
 +
<li style="font-size: 15px;"> 100 % dH2O</li>
 +
<li style="font-size: 15px;"> 6h stirring</li>
 +
<li style="font-size: 15px;"> 0,5 % acetic acid</li>
 +
<li style="font-size: 15px;"> 12h stirring</li>
 +
<li style="font-size: 15px;"> 12h rest at 4degree Celsius</li>
 +
<li style="font-size: 15px;"> prepare alginate 2% + quercetin (in dmso) at 1%</li>
 +
<li style="font-size: 15px;"> pour Chitosan onto frozen Alginate/Quercetin</li>
 +
<li style="font-size: 15px;"> add more Alginate/Quercetin</li>
 +
<li style="font-size: 15px;"> rest at 37°C for 24h</li>
 +
<li style="font-size: 15px;"> it was placed in water and the thicknes was measured as well as the weight</li>
 +
<li style="font-size: 15px;"> after 12 hours: swelling +200%</li>
 +
<li style="font-size: 15px;"> after 24 hours: swelling +600%</li>
 +
</ul>
 +
<li style="font-size: 15px;"> gel produced for spin-coating (see. chemistry subproject)</li>
 +
</ul>
 +
</article>
 +
</div>
 +
</div>
 +
<div class="labnotebox">
 +
<div class="labnote-title">
 +
<h3 style="font-size: 24px;"> Chemistry </h3>
 +
</div>
 +
<div class="labnote-content">
 +
<p><b>Superior experiment:</b> Making dilution series and test some more hydrogel films with protease</p>
 +
<p><b>Procedure:</b></p>
 +
<article>
 +
<li style="font-size: 15px;"> Different concentrations of peptide and protease to check detection limit</li>
 +
<li style="font-size: 15px;"> Put finished films in protease solution</li>
 +
</ul>
 +
</article>
 +
</div>
 +
</div>
 +
<div class="labnotebox">
 +
<div class="labnote-title">
 +
<h3 style="font-size: 24px;"> Technics </h3>
 +
</div>
 +
<div class="labnote-content">
 +
<p><b>Superior experiment:</b> Building a DIHM</p>
 +
<p><b>Procedure:</b></p>
 +
<article>
 +
<li style="font-size: 15px;"> 3D printer crashed again. Another workgroup allows to use theirs. Trying to repair our own. Further work on the setup and the software. More pictures acquired with different smartphones and LEDs.</li>
 +
</ul>
 +
</article>
 +
</div>
 +
</div>
 +
            <div class="labnotebox">
 +
<div class="labnote-date">
 +
<h3 style="font-size: 24px;"> 2017-10-23  -  2017-10-29 </h3>
 +
</div>
 +
</div>
 +
<div class="labnotebox">
 +
<div class="labnote-title">
 +
<h3 style="font-size: 24px;"> Chitin Synthase </h3>
 +
</div>
 +
<div class="labnote-content">
 +
<p><b>Superior experiment:</b> Verificate the functionality of NodC</p>
 +
<p><b>Procedure:</b></p>
 +
<article>
 +
<li style="font-size: 15px;"> Assay</li>
 +
<ul>
 +
<li style="font-size: 15px;"> Repetition of UDPTM Glycosyltransferase Assay</li>
 +
</ul>
 +
</article>
 +
</div>
 +
</div>
 +
<div class="labnotebox">
 +
<div class="labnote-title">
 +
<h3 style="font-size: 24px;"> Chitin Deacetylases </h3>
 +
</div>
 +
<div class="labnote-content">
 +
<p><b>Superior experiment:</b> Acetic Acid Assay and thin-layer chromatographie</p>
 +
<p><b>Procedure:</b></p>
 +
<article>
 +
<li style="font-size: 15px;"> Acetic Acid Assay from Megazym</li>
 +
<ul>
 +
<li style="font-size: 15px;"> The assay was performed</li>
 +
</ul>
 +
<li style="font-size: 15px;"> A thin-layer chromatographie was performed</li>
 +
</ul>
 +
</article>
 +
</div>
 +
</div>
 +
<div class="labnotebox">
 +
<div class="labnote-title">
 +
<h3 style="font-size: 24px;"> Hydrogels </h3>
 +
</div>
 +
<div class="labnote-content">
 +
<p><b>Superior experiment:</b> reproducing our most promising hydrogels</p>
 +
<p><b>Procedure:</b></p>
 +
<article>
 +
<li style="font-size: 15px;"> Reproduce</li>
 +
<ul>
 +
<li style="font-size: 15px;"> we had redone our best hydrogel and produced them in a larger scale</li>
 +
</ul>
 +
</article>
 +
</div>
 +
</div>
 +
<div class="labnotebox">
 +
<div class="labnote-title">
 +
<h3 style="font-size: 24px;"> General labwork </h3>
 +
</div>
 +
<div class="labnote-content">
 +
<p><b>Superior experiment:</b> DNA submission</p>
 +
<p><b>Procedure:</b></p>
 +
<article>
 +
<li style="font-size: 15px;"> Using the DNA submission kit</li>
 +
<ul>
 +
<li style="font-size: 15px;"> Dispense each 10ul (25ng/ul) of every part in pSB1C3 into a well</li>
 +
<li style="font-size: 15px;"> Dry down the plate in a lab laminar flow hood (over night)</li>
 +
<li style="font-size: 15px;"> Label and ship the DNA</li>
 +
</ul>
 +
</article>
 +
</div>
 +
</div>
 +
<div class="labnotebox">
 +
<div class="labnote-title">
 +
<h3 style="font-size: 24px;"> Chemistry </h3>
 +
</div>
 +
<div class="labnote-content">
 +
<p><b>Superior experiment:</b> The first realistic prototype</p>
 +
<p><b>Procedure:</b></p>
 +
<article>
 +
<li style="font-size: 15px;"> Repeat the dilution series</li>
 +
<li style="font-size: 15px;"> Put Succinic Anhydride and Chitosan in acetic acid in a three necked flask</li>
 +
<li style="font-size: 15px;"> Add EDC/NHS soluion</li>
 +
<li style="font-size: 15px;"> Add peptide</li>
 +
<li style="font-size: 15px;"> Spin coat the hydrogel and test with protease</li>
 +
<li style="font-size: 15px;"> Different concentrations of peptide and protease to check detection limit.</li>
 +
<li style="font-size: 15px;"> Put finished films in protease solution.</li>
 
</ul>
 
</ul>
 
</article>
 
</article>
Line 1,354: Line 2,426:
 
</div>
 
</div>
  
<!-- insert labnotes.html -->
+
<!-- at Issy END insert labnotes.html -->
 +
</div>
 
<p>
 
<p>
 
</p>
 
</p>
Line 1,361: Line 2,434:
  
 
<!-- Footer -->
 
<!-- Footer -->
  <section id="footer">
+
</body>
<div class="container">
+
</html>
<ul class="copyright">
+
{{TU_Darmstadt/footerG}}
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
+
<html>
</ul>
+
<body>
</div>
+
  </section>
+
 
+
 
</div>
 
</div>
 
</body>
 
</body>
 
</html>
 
</html>

Latest revision as of 21:18, 1 November 2017

MainPage

Notebook

2017-04-03 - 2017-04-09

Technics

Superior experiment: Building a DIHM

Procedure:

  • First team meeting. Getting to know each other. First discussion about probable projects.
  • 2017-04-10 - 2017-04-16

    Technics

    Superior experiment: Building a DIHM

    Procedure:

  • Further discussion about possible projects and time management. More research is necessary.
  • 2017-04-17 - 2017-04-23

    Technics

    Superior experiment: Building a DIHM

    Procedure:

  • Discussions lead to the decision for a microscope. For type and functionality research is planned.
  • 2017-04-24 - 2017-04-30

    General Labwork

    Superior experiment: Ordering sequences

    Procedure:

  • Ordering via IDT
    • nodC, nodB, puc and chiA

    Technics

    Superior experiment: Building a DIHM

    Procedure:

  • Discussion on type of microscope. High resolution wanted with minimum cost. More research is necessary.
  • 2017-05-01 - 2017-05-07

    General Labwork

    Superior experiment: Cloning via GoldenBraid assembly

    Procedure:

  • GoldenBraid assembly
    • Cloning nodC, nodB, puc and chiA into the pUPD vector

    Technics

    Superior experiment: Building a DIHM

    Procedure:

  • Decision for a holographic microscope. More research about the exact details and what is needed.
  • 2017-05-08 - 2017-05-14

    Technics

    Superior experiment: Building a DIHM

    Procedure:

  • Ongoing research
  • 2017-05-15 - 2017-05-21

    Technics

    Superior experiment: Building a DIHM

    Procedure:

  • First parts like the DVD Pickup are ordered. Ongoing research.
  • 2017-05-22 - 2017-05-28

    Technics

    Superior experiment: Building a DIHM

    Procedure:

  • Pinhole was sponsored by "Applied semiconductor optics". Ongoing research about detection system and DVD pickup control.
  • 2017-05-29 - 2017-06-04

    Chitinase A1

    Superior experiment: Cloning chiA into pSB1C3

    Procedure:

  • Cloning chiA into pSB1C3
    • Digesting pUPD-Anderson-chiA and pSB1C3 with XbaI and PstI
    • Dephosphorylating the backbone pSB1C3
    • Ligation with T4 Ligase

    Chitin Synthase

    Superior experiment: Cloning nodC into pSB1K3

    Procedure:

  • Cloning nodC into pSB1K3
    • Digesting pUPD-Anderson-nodC and pSB1K3 with XbaI and PstI
    • Dephosphorylating the backbone pSB1K3
    • Ligation with T4 Ligase
  • Transformation and evaluation
    • Transforming pSB1K3-Anderson-nodC into Top10
    • Over-night cultures of pSB1K3-Anderson-nodC
    • Plasmid extraction via Mini-prep-kit

    Chitin Deacetylases

    Superior experiment: Cloning nodB into pSB1K3, transformation into Top10, evaluation

    Procedure:

  • Cloning nodB into pSB1K3
    • Digesting pUPD-Anderson-nodB and pSB1K3 with XbaI and PstI
    • Dephosphorylating the backbone pSB1K3
    • Ligation with T4 Ligase
  • Transformation and evaluation
    • Transforming pSB1K3-Anderson-nodB and pUPD-Anderson-puc into Top10 via heat-shock
    • ColonyPCR of pSB1K3-Anderson-nodB and pUPD-Anderson-puc

    Technics

    Superior experiment: Building a DIHM

    Procedure:

  • Research about possible software starts as well as about micromanipulators. Furthermore continuing research of the last week.
  • 2017-06-05 - 2017-06-11

    Chitinase A1

    Superior experiment: Cloning AraC-chiA into pSB1C3, transformation into Top10, evaluation

    Procedure:

  • Cloning chiA into pSB1C3-AraC
    • Digesting pUPD-Anderson-chiA with NheI and PstI, pSB1C3-AraC with SpeI and PstI
    • Dephosphorylating the backbone pSB1C3-AraC
    • Ligation with T4 Ligase
  • Transformation and evaluation
    • Transforming pSB1C3-Anderson-chiA and pSB1C3-AraC-chiA into Top10 via heat-shock
    • ColonyPCR of pSB1C3-Anderson-chiA and pSB1C3-AraC-chiA
    • Gelelectrophoresis
    • Over-night cultures of pSB1C3-Anderson-chiA and pSB1C3-AraC-chiA
    • Plasmid extraction via Mini-prep-kit and sequencing

    Chitin Synthase

    Superior experiment: Cloning nodC into pSB1C3 and pSB1C3-AraC

    Procedure:

  • Cloning nodC into pSB1C3-Anderson and pSB1C3-AraC
    • Digesting pUPD-Anderson-nodC and pSB1C3 with XbaI and PstI
    • Dephosphorylating the backbone pSB1K3
    • Ligation with T4 Ligase
  • Transformation and evaluation
    • Transforming pSB1K3-Anderson-nodC into Top10
    • ColonyPCR
    • Gelelectrophoresis
    • Over-night cultures of pSB1C3-Anderson-nodC and pSB1C3-AraC-nodC
    • Plasmid extraction via Mini-prep-kit

    Chitin Deacetylases

    Superior experiment: Evaluation of transformation, retransformation

    Procedure:

  • Evaluation
    • Gelelectrophoresis of colonyPCR product
    • Repeating the colonyPCR of pSB1C3-Anderson-nodB and pUPD-Anderson-puc
  • Retransformation
    • Retransformation of pSB1C3-Anderson-nodB and pUPD-Anderson-puc into Top10
  • Sequencing
    • Over-night cultures of pSB1C3-Anderson-nodB
    • Plasmid extraction via Mini-prep-kit and sequencing
      • No insert was found

    Technics

    Superior experiment: Building a DIHM

    Procedure:

  • Continuing research of last weeks. First ideas of DVD Pickup control and micromanipulators are acquired.
  • 2017-06-12 - 2017-06-18

    Chitinase A1

    Superior experiment: Cloning chiA into pSB1C3

    Procedure:

  • Cloning pSB1C3-Anderson-chiA
    • Digesting pUPD-Anderson-chiA and pSB1C3 with XbaI and PstI
    • Dephosphorylating the backbone pSB1C3
    • Ligation with T4 Ligase
  • Transformation
    • Transforming pSB1C3-Anderson-chiA into Top10 via heat-shock

    Chitin Synthase

    Superior experiment: Sequencing of pSB1C3-Anderson-nodC and pSB1C3-AraC-nodC

    Procedure:

    • Over-night cultures of pSB1C3-Anderson-nodC and pSB1C3-AraC-nodC
    • Plasmid extraction via Mini-prep-kit and sequencing
  • Glycerol stocks of pSB1C3-Anderson-nodC
    • Glycerol stocks were made of positive pSB1C3-Anderson-nodC colonies
  • Glycerol stocks of pSB1C3-AraC-nodC
    • Glycerol stocks were made of positive pSB1C3-AraC-nodC colonies

    Chitin Deacetylases

    Superior experiment: Cloning nodB in pSB1C3, transformation into Top10

    Procedure:

  • Cloning nodB into pSB1K3
    • Digesting pUPD-Anderson-nodB and pSB1C3 with XbaI and PstI
    • Dephosphorylating the backbone pSB1C3
    • PCR clean-up to
    • Ligation with T4 Ligase
  • Transformation and evaluation
    • Transforming pSB1C3-Anderson-nodB into Top10 via heat-shock
      • No colony was successful
    • Cloning nodB into pSB1K3
    • Digesting pUPD-Anderson-nodB and pSB1C3 with XbaI and PstI
    • Dephosphorylating the backbone pSB1C3
    • PCR clean-up to
    • Ligation with T4 Ligase
  • Transformation and evaluation
    • Transforming pSB1C3-Anderson-nodB into Top10 via heat-shock

    Technics

    Superior experiment: Building a DIHM

    Procedure:

  • Start working with the 3D printer. Ongoing research.
  • 2017-06-19 - 2017-06-25

    Chitinase A1

    Superior experiment: Evaluation of transformation

    Procedure:

  • Evaluation
    • ColonyPCR of pSB1C3-Anderson-chiA and pSB1C3-AraC-chiA
    • Gelelectrophoresis
    • Over-night cultures of pSB1C3-Anderson-chiA and pSB1C3-AraC-chiA
    • Plasmid extraction via Mini-prep-kit and sequencing

    Chitin Deacetylases

    Superior experiment: Evaluation of transformation, GoldenBraid assembly and DNA-preparation

    Procedure:

  • Evaluation
    • Several colonyPCRs were done
    • Several gelelectrophoresis
      • They showed that the colonyPCRs did not work properly
    • GoldenBrain assembly
    • Cloning Anderson-puc in pUPD
  • Transformation
    • Transforming the pUPD-Anderson-puc into Top10 via heat-shock
  • Over-night cultures of pSB1C3-Anderson-nodB and pSB1K3-Anderson-nodB
  • DNA-preparation
    • Plasmid extraction of pSB1C3-Anderson-nodB and pSB1K3-Anderson-nodB via Mini-prep Kit

    Technics

    Superior experiment: Building a DIHM

    Procedure:

  • 3D printer crashed and needs repair. Ongoing research.
  • 2017-06-26 - 2017-07-02

    Chitinase A1

    Superior experiment: Gaining more of the construct pSB1C3-AraC-chiA

    Procedure:

  • Retransformation and evaluation
    • Retransforming pSB1C3-AraC-chiA into Top10 via heat-shock
    • ColonyPCR of pSB1C3-Anderson-chiA and pSB1C3-AraC-chiA
    • Gelelectrophoresis
    • Over-night cultures
    • Plasmid extraction via Mini-prep-kit
  • Detection of a point mutation in pSB1C3-Anderson-ChiA
  • Chitin Deacetylases

    Superior experiment: Sequencing and cloning nodB in pSB1C3 without promotor

    Procedure:

  • DNA-preparation
    • Plasmid extraction of pUPD-Anderson-puc via Mini-prep Kit and sequencing
  • Cloning
    • Digesting pUPD-Anderson-nodB with PstI
    • PCR clean-up
    • Digesting pUPD-Anderson-nodB with PstI again
    • Ligation of nodB and pSB1C3 with T4 Ligase

    Technics

    Superior experiment: Building a DIHM

    Procedure:

  • Still fixing 3D printer. Ongoing research.
  • 2017-07-03 - 2017-07-09

    Chitinase A1

    Superior experiment: Transformation of pSB1C3-AraC-chiA into BL21

    Procedure:

  • Transformation and evaluation
    • Transforming pSB1C3-AraC-chiA into BL21 via heat-shock
    • ColonyPCR of pSB1C3-AraC-chiA
    • Gelelectrophoresis

    Chitin Synthase

    Superior experiment: Cloning nodC into pSb1K3, pSB1C3 and pSB1C3-AraC, transformation in Top10

    Procedure:

  • Cloning nodC into pSB1K3
    • Digesting pUPD-Anderson-nodC with XbaI and PstI
    • Digesting pSB1K3 with XbaI and PstI
    • Gelelectrophoresis and gelextraction
    • Ligation with T4 Ligase
  • Cloning nodC into pSB1C3
    • Digesting pUPD-Anderson-nodC with XbaI and PstI
    • Digesting pSB1C3 with XbaI and PstI
    • Gelelectrophoresis and gelextraction
    • Ligation with T4 Ligase
  • Cloning nodC into pSB1C3-AraC
    • Digesting pUPD-Anderson-nodC with XbaI and PstI
    • Digesting pSb1C3-AraC with SpeI and PstI
    • Gelelectrophoresis and gelextraction
    • Ligation with T4 Ligase
  • Transformation
    • Transforming pSB1K3-Anderson-nodC, pSB1C3-Anderson-nodC and pSB1C3-AraC-nodC into Top10 via heat-shock

    Chitin Deacetylases

    Superior experiment: Transformation pSB1C3-nodB, evaluation and cloning puc into pSB1C3 and pSB1K3 without promotor

    Procedure:

  • Transformation
    • Transforming the pSB1C3-nodB into Top10 via heat-shock
  • Evaluation
    • ColonyPCR of pSB1C3-nodB
    • Over-night cultures of pSB1C3-nodB
    • Plasmid extraction of pSB1C3-nodB via Mini-prep-kit and sequencing
  • Cloning CDApuc into pSB1C3 and pSB1K3 with and without Anderson-promotor
  • Transformation
    • Transforming the pSB1C3-CDApuc, pSB1K3-puc, pSB1C3-Anderson-puc and pSB1K3-Anderson-puc into Top10 via heat-shock
  • Over-night cultures of pSB1C3-puc, pSB1K3-puc, pSB1C3-Anderson-puc and pSB1K3-Anderson-puc
  • DNA-preparation
    • Plasmid extraction of pSB1C3-puc and pSB1K3-puc via Mini-prep Kit
  • Gelelectrophoresis of pSB1C3-puc and pSB1K3-puc
  • Transformation (repeat)
    • Transforming the pSB1C3-nodB into Top10 via heat-shock

    Technics

    Superior experiment: Building a DIHM

    Procedure:

  • Learning about CAD and working on manipulators. Continuing last week?s work.
  • 2017-07-10 - 2017-07-16

    Chitinase A1

    Superior experiment: Detection of Chitinase A1 via SDS-Page

    Procedure:

  • Over-night cultures of pSB1C3-AraC-chiA and empty BL21 cells
  • Growing a main culture
    • Induction with arabinose at OD=0.6
      • Taking sample1 before induction
      • Taking sample2 three hours after induction
      • Taking sample3 24 hours after induction
    • Store samples at -20 degree Celsius

    Chitin Synthase

    Superior experiment: Evaluation

    Procedure:

  • Evaluation of transformations
    • colonyPCR of pSB1C3-Anderson-nodC and pSB1C3-AraC-nodC
    • Gelelectrophoresis
    • Over-night cultures of pSB1C3-Anderson-nodC, pSB1C3-AraC-nodC and empty BL21
    • Plasmid extraction via Mini-prep-kit and sequencing

    Chitin Deacetylases

    Superior experiment: Cloning nodB in pSB1K3

    Procedure:

  • Cloning nodB in pSB1K3
    • Digesting pSB1C3-nodB and pSB1K3 with XbaI and PstI
    • Dephosphorylating the backbone pSB1K3
    • Ligation with T4 Ligase
  • Transformation
    • Transforming the pSB1K3-nodB into Top10

    Technics

    Superior experiment: Building a DIHM

    Procedure:

  • Continuing last week's work
  • 2017-07-17 - 2017-07-23

    Chitinase A1

    Superior experiment: Detection of Chitinase A1 via SDS-Page

    Procedure:

  • Over-night cultures of pSB1C3-AraC-chiA and empty BL21 cells
  • Growing a main culture
    • Induction with arabinose at OD=0.6
      • Taking sample1 before induction
      • Taking sample2 three hours after induction
      • Taking sample3 24 hours after induction
    • Store samples at -20 degree Celsius
  • SDS-Page
    • A SDS-Page was performed
  • Transformation and evaluation
    • Transforming pSB1C3-AraC-chiA into Top10 via heat-shock
    • ColonyPCR of pSB1C3-AraC-chiA
    • Gelelectrophoresis

    Chitin Synthase

    Superior experiment: Detection of Chitin-Synthase NodC via SDS-Page

    Procedure:

  • Over-night cultures of pSB1C3-Anderson-nodC and pSB1C3-AraC-nodC
  • Growing a main culture
  • Chitin Deacetylases

    Superior experiment: Evaluation

    Procedure:

  • Evaluation
    • ColonyPCR of pSB1K3-Anderson-nodB
    • Plasmid extraction of pSB1C3-Anderson-puc, pSB1K3-Anderson-puc and pSB1C3-puc via Mini-prep Kit
    • Restriction digestion and gelelectrophoresis of pSB1C3-Anderson-puc, pSB1K3-Anderson-puc and pSB1C3-puc

    Technics

    Superior experiment: Building a DIHM

    Procedure:

  • Continuing last week's work
  • 2017-07-24 - 2017-07-30

    Chitinase A1

    Superior experiment: Transformation in BL21, detection of Chitinase A1 via SDS-Page

    Procedure:

  • Transformation and evaluation
    • Transforming pSB1C3-AraC-chiA into BL21 via heat-shock
    • ColonyPCR of pSB1C3-AraC-chiA
    • Gelelectrophoresis
    • Over-night cultures of pSB1C3-AraC-chiA and empty BL21 cells
  • Growing a main culture
    • Induction with arabinose at OD=0.6
      • Taking sample1 before induction
      • Taking sample2 three hours after induction
      • Taking sample3 24 hours after induction
    • Store samples at -20 degree Celsius
  • A SDS-Page was performed
    • It showed the expected band at 46,5 kDa

    Chitin Synthase

    Superior experiment: Transformation in BL21, detection of Chitin synthase via SDS-Page

    Procedure:

  • Transforming pSB1C3-Anderson-nodC and pSB1C3-AraC-nodC into BL21 via heat-shock
  • Over-night cultures of pSB1C3-Anderson-nodC, pSB1C3-AraC-nodC and empty BL21 cells
  • Growing a main culture
    • Induction with arabinose at OD=0.6
      • Taking sample1 before induction
      • Taking sample2 three hours after induction
      • Taking sample3 six hours after induction
      • Taking sample4 the next day
    • Store samples at -20 degree Celsius
  • A SDS-Page was performed
  • Technics

    Superior experiment: Building a DIHM

    Procedure:

  • 3D printer is fixed. Deciding on a raspberry pie cam for detecting the hologram. First control for DVD pick up is build, but breaks down after several tests. DIYouware PCB board is investigated. Collaboration with iGEM Team York. We send them one of our pickups.
  • Chitin Deacetylases

    Superior experiment: Evaluation of ColonyPCR of pSB1K3-Anderson-nodB and detection of Chitin Deacetylase NodB via SDS-Page

    Procedure:

  • After consultation with an expert the CDApuc was deemed incompatible with the project
  • Evaluation
    • Plasmid extraction via Mini-prep kit and sequencing,
  • Glycerol stocks
    • Glycerol stocks of pSB1K3-Anderson-nodB were made
  • Over-night cultures of pSB1C3-Anderson-nodB, pSB1C3-Anderson-nodB and empty Top10
  • Growing a main culture
    • No induction needed as the Anderson-promotor is constitutive
    • Taking sample1 at OD=0.6
    • Taking sample2 three hours later
    • Taking sample3 six hours later
    • Taking sample4 24 hours later
    • Store samples at -20 degree Celsius

    2017-07-31 - 2017-08-06

    Chitinase A1

    Superior experiment: Cloning chiA into pSB1C3-Anderson in order to delete the point mutation

    Procedure:

  • Cloning chiA into pSB1C3
    • Digesting pUPD-Anderson-chiA and pSB1C3 with XbaI and PstI
    • Dephosphorylating the backbone pSB1C3
    • Ligation with T4 Ligase
  • Transformation
    • Transforming pSB1C3-Anderson-chiA into Top10 via heat-shock

    Chitin Synthase

    Superior experiment: Detection of Chitin synthase NodC via SDS-Page

    Procedure:

  • Over-night cultures of pSB1C3-Anderson-nodC and pSB1C3-AraC-nodC
  • Growing a main culture
  • Chitin Deacetylases

    Superior experiment: Detection of Chitin Deacetylase NodB via SDS-Page

    Procedure:

  • A SDS-Page was performed
  • Technics

    Superior experiment: Building a DIHM

    Procedure:

  • Pi Cam is ordered. Learning PCB boards. Printing parts for adjustment of pinhole and DVD pickup. Ongoing research about software.
  • 2017-08-07 - 2017-08-13

    Chitinase A1

    Superior experiment: Evaluation of transformation

    Procedure:

  • Evaluation of transformation
    • ColonyPCR of pSB1C3-Anderson-chiA
    • Gelelectrophoresis
    • Over-night cultures of pSB1C3-Anderson-chiA
    • Plasmid extraction via Mini-prep-kit and sequencing
  • The mutation still remains in the construct
  • Chitin Synthase

    Superior experiment: Transformation in BL21, detection of Chitin-Synthase via SDS-Page

    Procedure:

  • Transformation
    • Transforming pSB1C3-Anderson-nodC and pSB1C3-AraC-nodC into BL21 via heat-shock
  • Over-night cultures of pSB1C3-Anderson-nodC, pSB1C3-AraC-nodC and empty BL21 cells
  • Growing a main culture
    • Induction with arabinose at OD=0.6
      • Taking sample1 before induction
      • Taking sample2 three hours after induction
      • Taking sample3 six hours after induction
      • Taking sample4 the next day
    • Store samples at -20 degree Celsius
  • A SDS-Page was performed
  • Chitin Deacetylases

    Superior experiment: Detection of Chitin Deacetylase NodB via SDS-Page and transformation into BL21

    Procedure:

  • A SDS-Page was performed
  • Transformation
    • Transforming pUPD-nodB into BL21 cells
      • The pUPD vector does contain the T7-promotor sequence, which was not used before
        • pUPD-T7-nodB is used for detection because the T7-promotor is inducible with IPTG

    Technics

    Superior experiment: Building a DIHM

    Procedure:

  • First try of acquiring holograms. Probably intensity to low, further improvement necessary.
  • 2017-08-14 - 2017-08-20

    Chitinase A1

    Superior experiment: Cloning chiA into pSB1C3-Anderson in order to delete the point mutation

    Procedure:

  • Cloning Anderson-chiA into pSB1C3
    • Digesting pUPD-Anderson-chiA and pSB1C3 with Xba1 and Pst1
    • Dephosphorylating the backbone pSB1C3
    • Ligation with T4 Ligase
  • Transformation and evaluation
    • Transforming pSB1C3-Anderson-chiA into Top10 via heat-shock
    • ColonyPCR of pSB1C3-Anderson-chiA
    • Gelelectrophoresis
    • Over-night cultures of pSB1C3-Anderson-chiA
    • Plasmid extraction via Mini-prep-kit and sequencing
  • The mutation still remains in the construct
  • Chitin Synthase

    Superior experiment: Detection of Chitin synthase via SDS-Page

    Procedure:

  • Over-night cultures of pSB1C3-Anderson-nodC, pSB1C3-AraC-nodC and empty BL21 cells
  • Growing a main culture
    • Induction with arabinose at OD=0.6
      • Taking sample1 before induction
      • Taking sample2 three hours after induction
      • Taking sample3 six hours after induction
      • Taking sample4 the next day
    • Store samples at -20 degree Celsius
  • A SDS-Page was performed but showed no satisfactory results
  • Transforming pSB1C3-Anderson-nodC and pSB1C3-AraC-nodC into BL21 via heat-shock
  • Chitin Deacetylases

    Superior experiment: Detection of Chitin Deacetylase NodB via SDS-Page

    Procedure:

  • Over-night cultures of pUPD-T7-nodB and empty BL21 cells
  • Growing a main cultur
    • Induction with IPTG at OD=0.6
      • Taking sample1 before induction
      • Taking sample2 three hours later
      • Taking sample3 six hours later
      • Taking sample4 24 hours later
    • Store samples at -20 degree Celsius
  • A SDS-Page was performed and repeated
    • It showed the expected band at 23 kDa

    Technics

    Superior experiment: Building a DIHM

    Procedure:

  • Implementing an self-made millimetre sized pinhole to increase intensity. Pictures were taken. Holopy is chosen as suitable software.
  • 2017-08-21 - 2017-08-27

    Chitinase A1

    Superior experiment: Cloning chiA into pSB1C3-Anderson, transformation in Top10

    Procedure:

  • Cloning Anderson-chiA into pSB1C3
    • Digesting pUPD-Anderson-chiA and pSB1C3 with Xba1 and Pst1
    • Dephosphorylating the backbone pSB1C3
    • Ligation with T4 Ligase
  • Transformation and evaluation
    • Transforming pSB1C3-Anderson-chiA into Top10 via heat-shock
    • ColonyPCR of pSB1C3-Anderson-chiA
    • Gelelektrophoresis

    Chitin Synthase

    Superior experiment: Detection of Chitin synthase via SDS-Page

    Procedure:

  • Over-night cultures of pSB1C3-Anderson-nodC, pSB1C3-AraC-nodC and BL21 cells
  • Growing a main culture
    • Induction with arabinose at OD=0.6
      • Taking sample1 before induction
      • Taking sample2 three hours after induction
      • Take sample3 six hours after induction
      • Take sample4 the next day
    • Store samples at -20 degree Celsius
  • A SDS-Page was performed
  • Determinating the best medium
    • Media tested: LB, TB and SOC
    • Over-night cultures of pSB1C3-Anderson-nodC and pSB1C3-AraC-nodC

    Technics

    Superior experiment: Building a DIHM

    Procedure:

  • ordering PCB boards and all parts necessary for it. Further work on micromanipulators, learning about flexing bearings. Research about the full functionality of the holopy software is carried out. York do not want to use DVD pickup due to safety reasons.
  • 2017-08-28 - 2017-09-03

    Chitinase A1

    Superior experiment: Cloning chiA into pSB1C3-Anderson, transformation into Top10, evaluation and sequencing

    Procedure:

  • Cloning pSB1C3-Anderson-chiA
    • Digesting pUPD-Anderson-chiA and pSB1C3 with Xba1 and Pst1
    • Gelelektrophoresis and gelextraction
    • Ligation with T4 Ligase
  • Transformation and evaluation
    • Transforming pSB1C3-Anderson-chiA into Top10
    • ColonyPCR
    • Gelelectrophoresis
    • Over-night cultures of pSB1C3-Anderson-chiA
    • Plasmid extraction via Mini-prep-kit and sequencing
  • The mutation still remains in the construct
  • Chitin Synthase

    Superior experiment: Cell-growth test and SDS-Page

    Procedure:

  • Determinating the best medium
    • Media tested: LB, TB and SOC
    • Over-night cultures of pSB1C3-Anderson-nodC and pSB1C3-AraC-nodC
    • tracing cell-growth over 48 hours
  • Over-night cultures of pSB1C3-Anderson-nodC, pSB1C3-AraC-nodC and empty BL21 cells
  • Growing a main culture
    • Induction with arabinose at OD=0.6
      • Taking sample1 before induction
      • Taking sample2 three hours after induction
      • Taking sample3 six hours after induction
      • Taking sample4 the next day
    • Store samples at -20 degree Celsius
  • A SDS-Page was performed
  • Technics

    Superior experiment: Building a DIHM

    Procedure:

  • First flexible bearing manipulators are printed and tested. Discussion about what to see on the first images. Ongoing work with the software.
  • 2017-09-04 - 2017-09-10

    Chitin Synthase

    Superior experiment: SDS-Page and mutagenesis PCR

    Procedure:

  • A SDS-Page was performed
  • Mutagenesis PCR for the purpose of purification
    • Site-directed-mutagenesis: His-Tag to pSB1C3-Anderson-nodC and pSB1C3-AraC-nodC

    Chitin Deacetylases

    Superior experiment: Cloning via GoldenBraid assembly, transformation and evaluation

    Procedure:

  • GoldenBraid assembly
    • Cloning cod into pUPD
  • Transformation and evaluation
    • Transforming pUPD-T7-cod into Top10 via heat-shock
    • Over-night cultures of pUPD-T7-cod
    • Plasmid extraction via Mini-prep-kit and sequencing

    Hydrogels

    Superior experiment: How to solve chitosan and first tries to produce a dressing

    Procedure:

  • Chitosan solved with acetic acid
    • Different chitosan/acetic acid concentration were tested
    • in 100 % Milli-Q H2O
    • 1%Chitosan - 0,5 % acetic acid
    • 1%Chitosan - 1 % acetic acid
    • 1%Chitosan - 1,5 % acetic acid
    • 1%Chitosan - 2 % acetic acid
    • 1,5%Chitosan - 0,5 % acetic acid
    • 1,5%Chitosan - 1 % acetic acid
    • 1,5%Chitosan - 1,5 % acetic acid
    • 1,5%Chitosan - 2 % acetic acid
    • 2%Chitosan - 0,5 % acetic acid
    • 2%Chitosan - 1 % acetic acid
    • 2%Chitosan - 1,5 % acetic acid
    • 2%Chitosan - 2 % acetic acid
    • 3%Chitosan - 0,5 % acetic acid
    • 3%Chitosan - 1 % acetic acid
      • It is possible to solve chitosan, but it needs time and mechanical stirring, the more acid the visose the solution gets
    • Chitosan-Agarose Hydrogels
    • Chitosan 1%, Acetic acid 1%, Agarose 1%
    • Chitosan 1%, Acetic acid 1%, Agarose 2%
    • Chitosan 1%, Acetic acid 1%, Agarose 3%
    • Chitosan 2%, Acetic acid 1%, Agarose 1%
    • Chitosan 2%, Acetic acid 1%, Agarose 2%
    • Chitosan 2%, Acetic acid 1%, Agarose 3%
  • Chitosan was dissolved in water and 1% acetic acid, then agarose is added and heated.
    • Chitosan is slighlty soluble.
  • New approach:
    • first Agarose was dissolved in water by heating. Then acetic acid and chitosan were added -> better results, better soluble
    • Chitosan 1%, Acetic acid 1%, Agarose 1%
    • Chitosan 1%, Acetic acid 1%, Agarose 3%
      • With 1%: promising
    • Chitosan-Agar Hydrogels
    • Chitosan 1%, Acetic acid 1%, Agar 1%
    • Chitosan 1%, Acetic acid 1%, Agar 2%
    • Chitosan 1%, Acetic acid 1%, Agar 3%

    Technics

    Superior experiment: Building a DIHM

    Procedure:

  • Further work on bearings and software.
  • 2017-09-11 - 2017-09-17

    Chitin Synthase

    Superior experiment: Mutagenesis PCR, SDS-Page, retransformation of Site-directed mutagenesis products into BL21

    Procedure:

  • Mutagenesis PCR
    • Phosphorylation of mutagenesis PCR batch
    • Ligation with T4 Ligase
    • DPNI digestion
    • Gelelectrophoresis
  • Transformation into Top10 and evaluation
    • Transforming pSB1C3-Anderson-nodC-His and pSB1C3-AraC-nodC-His into Top10 via heat-shock
    • ColonyPCR
    • Gelelectrophoresis
    • Over-night cultures of pSB1C3-Anderson-nodC-His and pSB1C3-AraC-nodC-His
    • Plasmid extraction via Mini-prep-kit
  • Transformation and evaluation
    • Transforming pSB1C3-Anderson-nodC-His and pSB1C3-AraC-nodC-His into BL21 via heat-shock
    • colonyPCR of pSB1C3-Anderson-nodC-His and pSB1C3-AraC-nodC-His
    • Gelelectrophoresis
    • Over-night cultures of pSB1C3-Anderson-nodC-His and pSB1C3-AraC-nodC-His
    • Plasmid extraction via Mini-prep-kit and sequencing

    Chitin Deacetylases

    Superior experiment: Mutagenesis PCR, transformation and evaluation

    Procedure:

  • Mutagenese PCR
    • PCR with His-tag primers for mutagenesis PCR
    • Phosphorylation of mutagenesis PCR batch
    • Ligation with T4 Ligase
    • DPN1 digestion
  • Transformation and evaluation
    • Transforming pSB1C3-NodB-His and pUPD-NodB-His into Top10 via heat-shock
    • ColonyPCR of
    • Gelelectrophoresis
  • Mutagenese PCR (repeat)
    • PCR with His-tag primers for mutagenesis PCR
    • Phosphorylation of mutagenesis PCR batch
    • Ligation with T4 Ligase
    • DPNI digestion
  • Transformation
    • Transforming pSB1C3-NodB-His and pUPD-NodB-His into Top10 via heat-shock

    Hydrogels

    Superior experiment: Testing of different gels

    Procedure:

  • DAB Gel
    • Hydroxyethylcellulose 2,5
    • Glycerol 10%
    • Milli-Q H2O 87,5%
    • no swelling
      • Hydroxyethylcellulose was not "Hydroxyethylcellulose 10000", but with a lower viscosity, so the gel did not form a stable gel
    • Order of mixing was determed;
    • 1) 2% Chitosan, than 97,5% Milli-Q water, than 0,5% acetic acid
    • 2) 2% Chitosan, than 50% Milli-Q water, than 0,5% acetic acid, than 47,5% Milli-Q water
    • 3) 2% Chitosan, than 0,5% acetic acid, than 98% Milli-Q water
    • 4) 97,5% Milli-Q water mixed with 0,5% acetic acid, than 2% Chitosan
  • Chitosan-Agarose Hydrogels
    • With new approach: first dissolving of agarose, then adding chitosan and acetic acid.
    • Chitosan 1%, Acetic acid 1%, Agarose 1%
    • Chitosan 1%, Acetic acid 1%, Agarose 2%
    • Chitosan 1%, Acetic acid 1%, Agarose 3%
    • Chitosan 2%, Acetic acid 1%, Agarose 1%
    • Chitosan 2%, Acetic acid 1%, Agarose 2%
    • Chitosan 2%, Acetic acid 1%, Agarose 3%
  • Chitosan-Gelatine Hydrogels
    • Different concentration of gelatine were dissolved in water
    • 1 % Acetic acid and 1% chitosan were added
    • Chitosan 1%, Acetic acid 1%, Gelatine 1%
    • Chitosan 1%, Acetic acid 1%, Gelatine 2%
    • Chitosan 1%, Acetic acid 1%, Gelatine 3%

    Chemistry

    Superior experiment: Preperation of N-Succinic-Chitosan concentration 1 and 2

    Procedure:

  • Put Succinic Anhydride and Chitosan in acetic acid in a three necked flask
  • Technics

    Superior experiment: Building a DIHM

    Procedure:

  • 3D printer crashed again. Continuing with software and setup design.
  • 2017-09-18 - 2017-09-24

    Chitin Synthase

    Superior experiment: Preparation of SDS-Page

    Procedure:

  • Over-night cultures of pSB1C3-Anderson-nodC and pSB1C3-AraC-nodC
  • Growing a main culture
  • Chitin Deacetylases

    Superior experiment: Cloning T7-cod and cod in pSB1C3

    Procedure:

  • Evaluation
    • Plasmid extraction of pSB1C3-nodB-His and pUPD-nodB-His via Mini-prep-kit and sequencing
  • Cloning T7-cod in pSB1C3
    • Digesting pUPD-T7-cod and pSB1C3 with XbaI and PstI
    • Dephosphorylating the backbone pSB1C3
    • PCR clean-up
    • Ligation with T4 Ligase
  • Cloning cod in pSB1C3
    • Digesting pSB1C3 with XbaI and PstI
    • Digesting pUPD-T7-cod with PstI
    • Dephosphorylating the backbone pSB1C3
    • PCR clean-up
    • Ligation with T4 Ligase
  • Transformation and evaluation
    • Transforming pSB1C3-T7-cod and pSB1C3-cod into Top10 via heat-shock
    • cPCR of pSB1C3-T7-cod and pSB1C3-cod
    • Gelelectrophoresis
    • Over-night cultures of pSB1C3-T7-cod and pSB1C3-cod
    • Plasmid extraction of pSB1C3-cod via Mini-prep-kit and sequencing

    Hydrogels

    Superior experiment: trying to reproduce papers' hydrogels

    Procedure:

  • hydrogel with beta-GP
    • Hydrogels were produced as in [doi: 10.3390/ijms151017765]
    • No solid gel could be archieved, but after autoclaving it showed more stability, but was dropped to to its expensiveness
    • Chitosan 1,8% in 0,2M acetic acid, cooled at 4°C for 20min
    • beta-glycerol-phosphate disodium salt 50% w/v was added dropwise, ratio 9:1 - Chitosan:beta-G.P.
    • Stirred for 20min and poured
      • No solid gel
    • hydrogel basic with less beta-GP
    • 2% chitosan and 1% acetic acid + 8% beta-GP. was placed at 39° C for 15h
      • no changes, still not solid
    • Using glutaraldehyde
    • 1% chitosan + 1% acetic acid + 1% glutaraldehyde
    • 1% chitosan + 1% acetic acid + 3% glutaraldehyde
    • 1% chitosan + 1% acetic acid + 5% glutaraldehyde
    • 2% chitosan + 1% acetic acid + 10% glutaraldehyde
      • no solid gel
    • placed at 55°C for 12 and 24 h
      • still not solid
    • determine and pH-level
    • 0,2 M chitosan - pH: 4,7

    Chemistry

    Superior experiment: Preperation of N-Succinic-Chitosan concentration 3

    Procedure:

  • Put Succinic Anhydride and Chitosan in acetic acid in a three necked flask
  • Centrifugate concentration 1 at 5000 rpm
  • Technics

    Superior experiment: Building a DIHM

    Procedure:

  • Repairing 3D printer. Continuing with software and setup design.
  • 2017-09-25 - 2017-10-01

    Chitinase A1

    Superior experiment: Mutagenesis PCR, transformation and evaluation via sequencing

    Procedure:

  • Mutagenese PCR
    • PCR with primers for mutagenesis PCR
    • Phosphorylation of mutagenesis PCR batch
    • Ligation with T4 Ligase
    • DPN1 digestion
  • Transformation and evaluation
    • Transforming pSB1C3-Anderson-chiA into Top10 via heat-shock
    • ColonyPCR of pSB1C3-Anderson-chiA
    • Gelelectrophoresis
    • Over-night culture of pSB1C3-Anderson-chiA
    • Plasmid extraction via Mini-prep-kit and sequencing
  • The mutation still remains in the construct
  • Chitin Synthase

    Superior experiment: Protein purification

    Procedure:

  • Preparation
    • Disruption of cells via high pressure
    • ultracentrifuge to separate cell components
  • Purification
    • Purification via ÄKTA
  • Verification
    • A SDS-PAGE of the fractions was performed

    Chitin Deacetylases

    Superior experiment: Detection of NodB via SDS-Page

    Procedure:

  • Transformation
    • Transforming pUPD-T7-cod and pUPD-T7-nodB-His into BL21 via heat-shock
  • Over-night cultures of pUPD-T7-nodB-His, pUPD-T7-cod and empty BL21 cells
  • Growing a main culture
    • Induction with IPTG at OD=0.6
      • Taking sample1 before induction
      • Taking sample2 three hours after induction
      • Taking sample3 six hours after induction
      • Taking sample4 the next day
    • Store samples at -20 degree Celsius
  • A SDS-Page was performed
  • Expression of pUPD-nodB-His by 16 °C and 37°C
  • Sequencing
    • Plasmid extraction of pUPD-cod via Mini-prep-kit and sequencing

    Hydrogels

    Superior experiment: gelantine as chross-linking agent

    Procedure:

  • Chitosan-Gelantine
    • 2%Chitosan - 0,5 % acetic acid - 2% Gelantine:
    • 2%Chitosan - 1 % acetic acid - 2% Gelantine:
    • 3%Chitosan - 0,5 % acetic acid - 2% Gelantine:
    • 3%Chitosan - 0,5 % acetic acid - 3% Gelantine:
  • DAB-Gel #2
    • redone experiments DAB-Gel
    • same results
  • centrifugation of chitosan solution
    • 2%chitosan + 1% acetic acid
    • 5000 rpm for 20 min
    • no supernatent, visually didnt change anything

    Chemistry

    Superior experiment: Preperation of N-Succinic-Chitosan concentration 4

    Procedure:

  • Put Succinic Anhydride and Chitosan in acetic acid in a three necked flask
  • Consultaion of Prof. Schoenherr
  • Technics

    Superior experiment: Building a DIHM

    Procedure:

  • 3D printer is working again. Bearings are excluded due to their degrees of freedom. Idea about replacing the pinhole with a glassfiber comes up, glassfiber is ordered. Discussion about changing the light source start due to the lack of light intensity.
  • 2017-10-02 - 2017-10-08

    Chitinase A1

    Superior experiment: Mutagenesis PCR, transformation and evaluation via sequencing

    Procedure:

  • Mutagenese PCR
    • PCR with primers for mutagenesis PCR
    • Ligation with T4 Ligase
    • DPN1 digestion
  • Transformation and evaluation
    • Transforming pSB1C3-Anderson-chiA into Top10 via heat-shock
    • ColonyPCR of pSB1C3-Anderson-chiA
    • Gelelectrophoresis
    • Overnightculture of pSB1C3-Anderson-chiA
    • Plasmid extraction via Mini-prep-kit and sequencing
  • The mutation still remains in the construct
  • Chitin Synthase

    Superior experiment: Verificate the functionality of NodC

    Procedure:

  • Verification
    • Buffer exchange via PD10 columns
    • UPDTM Glycosyltransferase Assay from Promega
  • Cloning nodC into pSB1C3
    • Digesting pUPD-Anderson-nodC with XbaI and PstI
    • Digesting pSB1C3 with XbaI and PstI
    • Dephosphorylating the backbone pSB1C3
    • Ligation with T4 Ligase
  • Cloning nodC into pSB1C3-AraC
    • Digesting pUPD-Anderson-nodC with NheI and PstI
    • Digesting pSB1C3-AraC with SpeI and PstI
    • Dephosphorylating the backbone pSB1C3-AraC
    • Ligation with T4 Ligase
  • Transformation and evaluation
    • Transforming pSB1C3-Anderson-nodC and pSB1C3-AraC-nodC into Top10 via heat-shock
    • Over-night cultures of pSB1C3-Anderson-nodC and pSB1C3-AraC-nodC
    • Plasmid extraction via Mini-prep-kit and sequencing

    Chitin Deacetylases

    Superior experiment: SDS-Page, Transformation and evaluation

    Procedure:

  • Glycerol stocks
    • Glycerol stocks of pSB1C3-cod were made
  • Transformation
    • Transforming pUPD-T7-cod into Top10 and pUPD-T7-nodB-His into BL21 via heat-shock
  • Over-night cultures of pUPD-T7-nodB-His, pUPD-T7-cod and empty BL21 cells
  • Growing a main culture
    • Induction with IPTG at OD=0.6
      • Taking sample1 before induction
      • Taking sample2 three hours after induction
      • Taking sample3 six hours after induction
      • Taking sample4 the next day
    • Store samples at -20 degree Celsius
  • A SDS-Page was performed
  • Restriction
    • Digesting pUPD-T7-nodB-His with NheI-Hf
    • Gel-filtration
    • Ligation with T4 ligase
  • Transformation and evaluation
    • Transforming pUPD-T7-nodB-His into Top10 and BL21 via heat-shock
    • Plasmid extraction of pUPD-T7-nodB-His and pUPD-T7-nodB-His (dig. with NheI-Hf) via Mini-prep-kit and sequencing
  • Over-night cultures of pUPD-T7-nodB-His, pUPD-T7-nodB-His (dig. with NheI-Hf) and empty BL21 cells
  • Growing a main culture
    • Induction with IPTG at OD=0.6
      • Taking sample1 before induction
      • Taking sample2 three hours after induction
      • Taking sample3 six hours after induction
      • Taking sample4 the next day
    • Store samples at -20 degree Celsius
  • A SDS-Page was performed
  • Hydrogels

    Superior experiment: Switching back to agar/agarose

    Procedure:

  • Testing of different gels
    • 1%Chitosan - 1 % acetic acid - 1% Gelantine: good
    • 1,5%Chitosan - 0,5 % acetic acid - 2% Agar:
    • 0,5%Chitosan - 0,5 % acetic acid - 2% Agar:
    • 2%Chitosan - 0,5 % acetic acid - 1% Agar:
    • 2%Chitosan - 0,5 % acetic acid - 2% Agar:
    • 2%Chitosan - 0,5 % acetic acid - 3% Agar:
    • 1%Chitosan - 0,5 % acetic acid - 1% Agar:
    • 1,5%Chitosan - 0,5 % acetic acid - 2% Agarose: good
    • 0,5%Chitosan - 0,5 % acetic acid - 2% Agarose: too hard
    • 1%Chitosan - 1 % acetic acid - 1% Agarose: solid
    • 1%Chitosan - 1 % acetic acid - 2% Agarose: solid
    • 1%Chitosan - 1 % acetic acid - 3% Agarose: not solid
    • 2%Chitosan - 1 % acetic acid - 1% Agarose: solid
    • 2%Chitosan - 1 % acetic acid - 2% Agarose: not solid
    • 2%Chitosan - 1 % acetic acid - 3% Agarose: not solid
  • Chitosan-Agarose Hydrogel
    • Dissolving of agarose in water,
    • Simultaneously dissolving of chitosan in 1% acetic acid and stirring.
    • When chitosan is dissolved, mixing of both solutions.
    • Chitosan 1%, Acetic acid 1%, Agarose 1%
    • Chitosan 1%, Acetic acid 1%, Agarose 1%

    Technics

    Superior experiment: Building a DIHM

    Procedure:

  • Changed the light source to smartphone LED and LEDs in general. Both deliver enough intensity for the cam and the two micrometres scaled bar becomes visible. Working on a clever manipulator continues. Software make further progress; first pictures are processed.
  • Chemistry

    Superior experiment: Spin Coating and modification of the films

    Procedure:

  • Spin Coat the hydrogels on microscope sildes
  • Modificate the surface with either DMSO and succinic anhydride or Aceton and succinic anhydride
  • 2017-10-09 - 2017-10-15

    Chitin Synthase

    Superior experiment: Verificate the functionality of NodC

    Procedure:

  • Assay
    • Repetition of UDPTM Glycosyltransferase Assay twice

    Chitin Deacetylases

    Superior experiment: Purification

    Procedure:

  • pUPD-NodB-His via Äkta pure
    • Over-night cultures of pUPD-T7-nodB-His
    • Growing a main culture
    • Induction with IPTG at OD=0.6
    • Buffer exchange via PD10 coloumns
  • A SDS-Page was performed
    • A band is visible by a size of 23kDa, accordingly NodB is present

    Hydrogels

    Superior experiment: Quercetin as cheap crosslinker

    Procedure:

  • Gel cintaining quercetin
    • 2% Chitosan solved with 0,5% acetic acid
    • beta-glycerol-phosphate disodium salt was added dropwise (0,1g/mL)
    • quercetin 200mg/mL
    • DMSO was added 0,15%/0,2%/0,5%/1%, mixed into the solution
    • not any of the gels were solid enough

    Technics

    Superior experiment: Building a DIHM

    Procedure:

  • A Fresnel lens in the DVD pickup eluded the team with a possible hologram. Expanding the laser diode from the pick-up and trying to couple its light into a glassfiber was unsatisfying due to low transmission. First idea of own micromanipulator is printed, needs improvement. Software is able to fully process holograms. 3D output will be included.
  • Chemistry

    Superior experiment: Coupling of the peptide (ala-ala-phe-7amc) to the hydrogel layers and prove the concept

    Procedure:

  • Putting the microscope sildes in a EDC/NHS solution
  • Put it afterwards in the peptide solution
  • Verfication of the concept in protease solution
  • 2017-10-16 - 2017-10-22

    Chitin Synthase

    Superior experiment: Verificate the functionality of NodC

    Procedure:

  • Verification
    • Repetition of UDPTM Glycosyltransferase Assay
    • A thin-layer-chromatography for verification of chitin

    Chitin Deacetylases

    Superior experiment: Acetic Acid Assay

    Procedure:

  • A SDS-Page was performed
  • Enzyme reaction
    • Enzyme reaction with 1mM chitin pentamer, 2,5µM NodB and NH4HCO3
  • Acetic Acid Assay from Megazym
    • The assay was performed two times with 4 replicates

    Hydrogels

    Superior experiment: Swelling chitosan hydrogel testing

    Procedure:

  • Chitosan hydrogel solidified in alginate-quercetin
    • different incubation times were tested;
    • after 12 h: the gel was not solid
    • after 18 h: the gel didn't had the required solidarity
    • as well as chitosan 1g/2g/3g
  • The most promising gel:
    • 2%chitosan
    • 100 % dH2O
    • 6h stirring
    • 0,5 % acetic acid
    • 12h stirring
    • 12h rest at 4degree Celsius
    • prepare alginate 2% + quercetin (in dmso) at 1%
    • pour Chitosan onto frozen Alginate/Quercetin
    • add more Alginate/Quercetin
    • rest at 37°C for 24h
    • it was placed in water and the thicknes was measured as well as the weight
    • after 12 hours: swelling +200%
    • after 24 hours: swelling +600%
  • gel produced for spin-coating (see. chemistry subproject)
  • Chemistry

    Superior experiment: Making dilution series and test some more hydrogel films with protease

    Procedure:

  • Different concentrations of peptide and protease to check detection limit
  • Put finished films in protease solution
  • Technics

    Superior experiment: Building a DIHM

    Procedure:

  • 3D printer crashed again. Another workgroup allows to use theirs. Trying to repair our own. Further work on the setup and the software. More pictures acquired with different smartphones and LEDs.
  • 2017-10-23 - 2017-10-29

    Chitin Synthase

    Superior experiment: Verificate the functionality of NodC

    Procedure:

  • Assay
    • Repetition of UDPTM Glycosyltransferase Assay

    Chitin Deacetylases

    Superior experiment: Acetic Acid Assay and thin-layer chromatographie

    Procedure:

  • Acetic Acid Assay from Megazym
    • The assay was performed
  • A thin-layer chromatographie was performed
  • Hydrogels

    Superior experiment: reproducing our most promising hydrogels

    Procedure:

  • Reproduce
    • we had redone our best hydrogel and produced them in a larger scale

    General labwork

    Superior experiment: DNA submission

    Procedure:

  • Using the DNA submission kit
    • Dispense each 10ul (25ng/ul) of every part in pSB1C3 into a well
    • Dry down the plate in a lab laminar flow hood (over night)
    • Label and ship the DNA

    Chemistry

    Superior experiment: The first realistic prototype

    Procedure:

  • Repeat the dilution series
  • Put Succinic Anhydride and Chitosan in acetic acid in a three necked flask
  • Add EDC/NHS soluion
  • Add peptide
  • Spin coat the hydrogel and test with protease
  • Different concentrations of peptide and protease to check detection limit.
  • Put finished films in protease solution.