Francischlin (Talk | contribs) |
|||
(8 intermediate revisions by 2 users not shown) | |||
Line 29: | Line 29: | ||
background: white; | background: white; | ||
width: 100vw; | width: 100vw; | ||
− | height: | + | height: 50px; |
} | } | ||
− | . | + | .line{ |
+ | position: relative; | ||
+ | left: 10vw; | ||
+ | top: 10vmax; | ||
+ | } | ||
+ | |||
+ | p { | ||
+ | text-align: justify; | ||
+ | font-size: 1.3em !important; | ||
+ | font-family: Arial, sans-serif; | ||
+ | margin: 10px 0 0; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | @font-face { | ||
+ | font-family: neo_latina; | ||
+ | src: url(https://static.igem.org/mediawiki/2017/4/46/Neo-latina-demo-FFP.ttf); | ||
+ | } | ||
+ | |||
+ | .subtitle>h6{ | ||
+ | font-family: neo_latina; | ||
+ | font-size: 2.6em; | ||
+ | position: relative; | ||
+ | left: 25px; | ||
+ | margin-top: 50px; | ||
+ | margin-bottom: 10px; | ||
+ | } | ||
+ | |||
+ | .subtitle>h5{ | ||
+ | font-family: neo_latina; | ||
+ | font-size: 1.3em; | ||
+ | position: relative; | ||
+ | left: 50px; | ||
+ | margin-top: -10px; | ||
+ | margin-bottom: 10px; | ||
+ | } | ||
+ | |||
+ | .labnote_content{ | ||
margin: 10vh 10vw 0vh; | margin: 10vh 10vw 0vh; | ||
} | } | ||
+ | /*----------------------------------------------------------------------------*/ | ||
+ | |||
+ | .note1, .note2, .note3{ | ||
+ | border-width: 2px; | ||
+ | border-style: solid; | ||
+ | border-color: #85CFEA; | ||
+ | position: relative; | ||
+ | margin-top: 0px; | ||
+ | margin-bottom: 100px; | ||
+ | } | ||
+ | |||
+ | .show, .show2, .show3{ | ||
+ | margin: 1vw 2vw; | ||
+ | } | ||
+ | |||
+ | .hide, .hide2, .hide3 { | ||
+ | display: none; | ||
+ | margin: 1vw 2vw; | ||
+ | } | ||
+ | |||
+ | .show_pic, .hide_pic, .show2_pic, .hide2_pic, .show3_pic, .hide3_pic { | ||
+ | cursor: pointer; | ||
+ | width: 100px; | ||
+ | -webkit-transition: all 0.5s; | ||
+ | -moz-transition: all 0.5s; | ||
+ | -o-transition: all 0.5s; | ||
+ | -ms-transition: all 0.5s; | ||
+ | transition: all 0.5s; | ||
+ | } | ||
+ | |||
+ | .show_pic:hover, .hide_pic:hover, .show2_pic:hover, .hide2_pic:hover, .show3_pic:hover, .hide3_pic:hover{ | ||
+ | width: 130px; | ||
+ | } | ||
+ | |||
+ | .show>ol>li, .show2>ol>li, .show3>ol>li{ | ||
+ | font-size: 1.2em; | ||
+ | position: relative; | ||
+ | left: 20px; | ||
+ | } | ||
+ | |||
+ | .hide>h1, .hide2>h1, .hide3>h1 { | ||
+ | margin: 1vh 0 10px 0; | ||
+ | } | ||
+ | |||
+ | .hide>ul>li, .hide2>ul>li, .hide3>ul>li{ | ||
+ | font-size: 1.2em; | ||
+ | position: relative; | ||
+ | left: 70px; | ||
+ | } | ||
+ | |||
+ | .hide>img, .hide2>img, .hide3>img{ | ||
+ | margin-bottom: 50px; | ||
+ | } | ||
+ | |||
+ | .hide>p, .hide2>p, .hide3>p{ | ||
+ | position: relative; | ||
+ | width: 70vw; | ||
+ | left: 5vw; | ||
+ | } | ||
/*----------------------------------------------------------------------------*/ | /*----------------------------------------------------------------------------*/ | ||
Line 45: | Line 142: | ||
<!-----------------------------------------------------------------------------> | <!-----------------------------------------------------------------------------> | ||
<script> | <script> | ||
+ | $(document).ready(function(){ | ||
+ | $(".show_pic").click(function(){ | ||
+ | $(".hide").show(500); | ||
+ | $(".show").hide(); | ||
+ | }); | ||
+ | }); | ||
+ | |||
+ | $(document).ready(function(){ | ||
+ | $(".hide_pic").click(function(){ | ||
+ | $(".hide").hide(); | ||
+ | $(".show").show(500); | ||
+ | }); | ||
+ | }); | ||
+ | |||
+ | $(document).ready(function(){ | ||
+ | $(".show2_pic").click(function(){ | ||
+ | $(".hide2").show(500); | ||
+ | $(".show2").hide(); | ||
+ | }); | ||
+ | }); | ||
+ | |||
+ | $(document).ready(function(){ | ||
+ | $(".hide2_pic").click(function(){ | ||
+ | $(".hide2").hide(); | ||
+ | $(".show2").show(500); | ||
+ | }); | ||
+ | }); | ||
+ | |||
+ | $(document).ready(function(){ | ||
+ | $(".show3_pic").click(function(){ | ||
+ | $(".hide3").show(500); | ||
+ | $(".show3").hide(); | ||
+ | }); | ||
+ | }); | ||
+ | |||
+ | $(document).ready(function(){ | ||
+ | $(".hide3_pic").click(function(){ | ||
+ | $(".hide3").hide(); | ||
+ | $(".show3").show(500); | ||
+ | }); | ||
+ | }); | ||
</script> | </script> | ||
Line 50: | Line 188: | ||
</head> | </head> | ||
+ | |||
<body> | <body> | ||
<div class="labnote_head"><img src="https://static.igem.org/mediawiki/2017/d/d5/Labnote_head.png" width="100%"> </div> | <div class="labnote_head"><img src="https://static.igem.org/mediawiki/2017/d/d5/Labnote_head.png" width="100%"> </div> | ||
− | |||
<div class="labnote_content"> | <div class="labnote_content"> | ||
+ | <!-----------------------------------------------------------------------------> | ||
+ | <div class="subtitle"> | ||
+ | <h6>Dry Lab</h6> | ||
+ | </div> | ||
+ | <div class="note1"> | ||
+ | <div class="show"> | ||
+ | <div><img class="show_pic" src="https://static.igem.org/mediawiki/2017/4/4f/Ptp_hide.png" style="display:block; margin:auto;"></div> | ||
+ | </div> | ||
+ | <div class="hide"> | ||
+ | <h1>Week 3.13~3.19</h1> | ||
+ | <p>Searching for more information about antifungal diseases</p> | ||
+ | <p>Searching for useful databases: CAMP, PhyAMP</p> | ||
+ | <h1>Week 3.20~3.26</h1> | ||
+ | <p>Started building relationship between host, pathogen, disease and peptides | ||
+ | </p> | ||
+ | <h1>Week 3.27~4.2</h1> | ||
+ | <p>View more bioformatic tools: BLAST, COBLAT, CD search</p> | ||
+ | <h1>Week 4.3~4.9</h1> | ||
+ | <p>Searching for more information or paper about fungal diseases</p> | ||
+ | <p>Web crawler of Phi-base, Phytopath,PhytAMP,CAMP</p> | ||
+ | <h1>Week 4.10~4.16</h1> | ||
+ | <p>Started building our own database, the building method was established | ||
+ | </p> | ||
+ | <h1>Week 4.17~4.23</h1> | ||
+ | <p>With the idea of BLAST, COBALT, CDsearch, began to group up different kinds of peptides</p> | ||
+ | <h1>Week 5.1~5.6</h1> | ||
+ | <p>Finished grouping up of peptides in new database</p> | ||
+ | <p>Started on studying the Scoring Card Methods (SCM)</p> | ||
+ | <h1>Week 5.15~5.21</h1> | ||
+ | <p>Had a meeting with Prof. HO, HSING-YING to learn more about</p> | ||
+ | <p>SCM and confirm previous concept.</p> | ||
+ | <p>Debug of program and database</p> | ||
+ | <h1>Week 5.22~5.28</h1> | ||
+ | <p>Web crawler of Uniport</p> | ||
+ | <p>Successfully established our primary SCM</p> | ||
+ | <h1>Week 6.25~7.1</h1> | ||
+ | <p>Ask government agencies for disease information</p> | ||
+ | <p>Disease information searching on the Internet</p> | ||
+ | <h1>Week 7.2~7.8</h1> | ||
+ | <p>Web crawler of weather information of Central Weather Bureau</p> | ||
+ | <h1>Week 7.9~7.15</h1> | ||
+ | <p>Arrange the information of weather</p> | ||
+ | <p>Arrange the information of diseases</p> | ||
+ | <p>Started organizing the website of Parabase</p> | ||
+ | <h1>Week 7.16~7.22</h1> | ||
+ | <p>Combining and analyzing data of diseases and weather condition</p> | ||
+ | <h1>Week 7.23~7.29</h1> | ||
+ | <p>Combining and analyzing data of diseases and weather condition</p> | ||
+ | <h1>Week 7.30~8.5</h1> | ||
+ | <p>Paused for the 5th iGEM Asia-Pacific Conference</p> | ||
+ | <p>Start to discuss the whole concept and the key vision of project and wiki pages</p> | ||
+ | <h1>Week 8.6~8.12</h1> | ||
+ | <p>Started to build the model of IoT forecast system</p> | ||
+ | <h1>Week 8.13~8.19</h1> | ||
+ | <p>Building the model of IoT forecast system with CNN</p> | ||
+ | <h1>Week 8.20~8.26</h1> | ||
+ | <p>IoT forecast system model adjust</p> | ||
+ | <p>Database data updated and utilized</p> | ||
+ | <h1>Week 8.27~9.2</h1> | ||
+ | <p>Tried to use other method to build and utilize the model (composite combination model)</p> | ||
+ | <p>Primary test for Parabase on server</p> | ||
+ | <h1>Week 9.3~9.9</h1> | ||
+ | <p>Tried to use other methods to build and utilize the model (composite combination model)</p> | ||
+ | <h1>Week 9.10~9.16</h1> | ||
+ | <p>Started to link to IoTtalk, testing sensors</p> | ||
+ | <h1>Week 9.17~9.23</h1> | ||
+ | <p>Ran the whole process and debug of IoT forecast system</p> | ||
+ | <h1>Week 9.24~9.30</h1> | ||
+ | <p>Started beautifying the website of Parabase</p> | ||
+ | <h1>Week 10.01~10.07</h1> | ||
+ | <p>Parabase online</p> | ||
+ | <p>Working more and harder on wiki pages</p> | ||
+ | <p>Still debug and utilize the whole system, including SCM model, Parabase and Iot forecast system</p> | ||
+ | <h1>Wiki Freeze</h1> | ||
+ | <div><img class="hide_pic" src="https://static.igem.org/mediawiki/2017/c/cb/Ptp_show.png" style="display:block; margin:auto;"></div> | ||
+ | </div> | ||
+ | </div> | ||
− | + | <!-----------------------------------------------------------------------------> | |
+ | <div class="subtitle"> | ||
+ | <h6>Wet Lab</h6> | ||
+ | </div> | ||
+ | <div class="note2"> | ||
+ | <div class="show2"> | ||
+ | <div><img class="show2_pic" src="https://static.igem.org/mediawiki/2017/4/4f/Ptp_hide.png" style="display:block; margin:auto;"></div> | ||
+ | </div> | ||
+ | <div class="hide2"> | ||
+ | <h1>Week 6.18~6.24</h1> | ||
+ | <p>Received and resuspended gBlock Sa-AFP1 basic part</p> | ||
+ | <p>Received and resuspended gBlock Sa-AFP2 basic part</p> | ||
+ | <p>Received and resuspended gBlock Rs-AFP2 basic part</p> | ||
+ | <p>Received and resuspended gBlock MiAMP1 basic part</p> | ||
+ | <p>Received and resuspended gBlock LaLTP basic part</p> | ||
+ | <p>gBlock amplification of Sa-AFP1 basic part (Pfu PCR)</p> | ||
+ | <p>gBlock amplification of Sa-AFP2 basic part (Pfu PCR)</p> | ||
+ | <p>gBlock amplification of Rs-AFP2 basic part (Pfu PCR)</p> | ||
+ | <p>gBlock amplification of MiAMP1 basic part (Pfu PCR)</p> | ||
+ | <p>gBlock amplification of LaLTP basic part (Pfu PCR)</p> | ||
+ | <p>Electrophoresis of PCR product</p> | ||
+ | <p>Digestion of PCR product</p> | ||
+ | <p>Ligation of digestion product</p> | ||
+ | <p>Transformation of Sa-AFP1 basic part ligation product</p> | ||
+ | <p>Transformation of Sa-AFP2 basic part ligation product</p> | ||
+ | <p>Transformation of Rs-AFP2 basic part ligation product</p> | ||
+ | <p>Transformation of MiAMP1 basic part ligation product</p> | ||
+ | <p>Transformation of LaLTP basic part ligation product</p> | ||
+ | <h1>Week 6.25~7.1</h1> | ||
+ | <p>Sequencing of MiAMP1- psB1A3 plasmid</p> | ||
+ | <p>Sequencing of Sa-AFP1- psB1A3 plasmid</p> | ||
+ | <p>Sequencing of Sa-AFP2- psB1A3 plasmid</p> | ||
+ | <p>Sequencing of Rs-AFP2- psB1A3 plasmid</p> | ||
+ | <p>Electrophoresis (check the biobrick from IGEM kit)</p> | ||
+ | <ul> | ||
+ | <li>K1763424</li> | ||
+ | <li>K808003</li> | ||
+ | <li>K1763440</li> | ||
+ | <li>K1763438</li> | ||
+ | </ul> | ||
+ | <p>Successful transformation of iGEM kit K1763424 to <i>E. coil</i> DH5 α</p> | ||
+ | <p>Successful transformation of iGEM kit K808003 to <i>E. coil</i> DH5 α</p> | ||
+ | <p>Successful transformation of iGEM kit K1763440 to <i>E. coil</i> DH5 α</p> | ||
+ | <p>Successful transformation of iGEM kit K1763438 to <i>E. coil</i> DH5 α</p> | ||
+ | <h1>Week 7.2~7.8</h1> | ||
+ | <p>Cultivation of transformed <i>E. coil</i></p> | ||
+ | <p>Cultivation of <i>E. coil</i> Rosetta gami</p> | ||
+ | <h1>Week 7.9~7.15</h1> | ||
+ | <p>Sequencing of LaLTP - psB1A3 plasmid</p> | ||
+ | <p>Miniprep of pSB1A3 plasmid</p> | ||
+ | <p>Digestion of pSB1A3 plasmid</p> | ||
+ | <p>Electrophoresis for digestion</p> | ||
+ | <p>Cultivation of <i>E. coil</i> with pSB1A3 plasmid</p> | ||
+ | <p>Received and resuspended gBlock of predicted peptides</p> | ||
+ | <h1>Week 7.16~7.22</h1> | ||
+ | <p>Digestion of K808003 C<sup>r</sup> plasmid</p> | ||
+ | <p>Digestion of K848008 C<sup>r</sup> plasmid</p> | ||
+ | <p>Digestion of J23101+B0034 K<sup>r</sup> plasmid</p> | ||
+ | <p>Ligation of K808003 C<sup>r</sup> plasmid</p> | ||
+ | <p>Ligation of K848008 C<sup>r</sup> plasmid</p> | ||
+ | <p>Ligation of J23101+B0034 K<sup>r</sup> plasmid</p> | ||
+ | <p>Ligation of pSB1A3 plasmid</p> | ||
+ | <p>Start cloning of predicted peptides</p> | ||
+ | <p>gBlock amplification of predicted peptides</p> | ||
+ | <ul> | ||
+ | <li>Brevinin-1E (B-1E)</li> | ||
+ | <li>Pelophylaxin-4 (Pe-4)</li> | ||
+ | <li>1095.6 Da venom vasodilator peptide (1095.6)</li> | ||
+ | <li>Temporin-SN2 (T-SN2)</li> | ||
+ | </ul> | ||
+ | <p>PfuPCR of predicted peptides sequences</p> | ||
+ | <ul> | ||
+ | <li>Brevinin-1E (B-1E)</li> | ||
+ | <li>Pelophylaxin-4 (Pe-4)</li> | ||
+ | <li>1095.6 Da venom vasodilator peptide (1095.6)</li> | ||
+ | <li>Temporin-SN2 (T-SN2)</li> | ||
+ | </ul> | ||
+ | <p>Digestion of B-1E plasmid</p> | ||
+ | <p>Digestion of Pe-4 plasmid</p> | ||
+ | <p>Digestion of 1095.6 plasmid</p> | ||
+ | <p>Digestion of T-SN2 plasmid</p> | ||
+ | <p>Ligation of digestion product of B-1E</p> | ||
+ | <p>Ligation of digestion product of Pe-4</p> | ||
+ | <p>Ligation of digestion product of 1095.6</p> | ||
+ | <p>Ligation of digestion product of T-SN2</p> | ||
+ | <p>Ligation of digestion product of pSB1A3</p> | ||
+ | <h1>Week 7.23~7.29</h1> | ||
+ | <p>Transformation of B-1E ligation product</p> | ||
+ | <p>Transformation of Pe-4 ligation product</p> | ||
+ | <p>Transformation of 1095.6 ligation product</p> | ||
+ | <p>Transformation of T-SN2 ligation product</p> | ||
+ | <h1>Week 7.30~8.5</h1> | ||
+ | <p>Experiment paused for the 5<sup>th</sup> iGEM Asia-Pacific Conference</p> | ||
+ | <h1>Week 8.6~8.12</h1> | ||
+ | <p>Taq-PCR of <i>E.coil</i> with transformed gene B-1E</p> | ||
+ | <p>Taq-PCR of <i>E.coil</i> with transformed gene Pe-4</p> | ||
+ | <p>Cultivation of transformed <i>E.coil</i> with transformed gene B-1E</p> | ||
+ | <p>Cultivation of transformed <i>E.coil</i> with transformed gene Pe-4</p> | ||
+ | <p>Sonication <i>E.coil</i> Rosetta gami with pSB1A3</p> | ||
+ | <p>Transformation for both DH5 α & Rosatta-gami (RG)</p> | ||
+ | <ul> | ||
+ | <li>MiAMP1-psB1A3</li> | ||
+ | <li>Sa-AFP1- psB1A3</li> | ||
+ | <li>Sa-AFP2- psB1A3</li> | ||
+ | <li>Rs-AFP2- psB1A3</li> | ||
+ | <li>LaLTP-psB1A3</li> | ||
+ | </ul> | ||
+ | <p>Start cloning of predicted peptides</p> | ||
+ | <ul> | ||
+ | <li>M-C</li> | ||
+ | <li>C-1.4</li> | ||
+ | </ul> | ||
+ | <p>PfuPCR of predicted peptides sequences</p> | ||
+ | <ul> | ||
+ | <li>M-C</li> | ||
+ | <li>C-1.4</li> | ||
+ | </ul> | ||
+ | <p>Digestion of PCR product of M-C</p> | ||
+ | <p>Digestion of PCR product of C-1.4</p> | ||
+ | <p>Ligation of digestion product of M-C</p> | ||
+ | <p>Ligation of digestion product of C-1.4</p> | ||
+ | <p>Transformation of M-C ligation product</p> | ||
+ | <p>Transformation of C-1.4 ligation product</p> | ||
+ | <h1>Week 8.13~8.19</h1> | ||
+ | <p>Cultivation for more <i>E.coil</i> Rosatta-gami (RG)</p> | ||
+ | <p>Peptide tests for best efficiency produced by Rosatta-gami in different time</p> | ||
+ | <ul> | ||
+ | <li>MiAMP1-psB1A3</li> | ||
+ | <li>Sa-AFP1- psB1A3</li> | ||
+ | <li>Sa-AFP2- psB1A3</li> | ||
+ | <li>Rs-AFP2- psB1A3</li> | ||
+ | <li>LaLTP-psB1A3</li> | ||
+ | </ul> | ||
+ | <p>Miniprep of MiAMP1-psB1A3 plasmid</p> | ||
+ | <p>Miniprep of Sa-AFP1- psB1A3 plasmid</p> | ||
+ | <p>Miniprep of Sa-AFP2- psB1A3 plasmid</p> | ||
+ | <p>Miniprep of Rs-AFP2- psB1A3 plasmid</p> | ||
+ | <p>Miniprep of LaLTP-psB1A3 plasmid</p> | ||
+ | <p>Cultivation for testing logarithmic phase</p> | ||
+ | <ul> | ||
+ | <li>MiAMP1 psB1A3</li> | ||
+ | <li>Sa-AFP1 psB1A3</li> | ||
+ | <li>Sa-AFP2 psB1A3</li> | ||
+ | <li>Rs-AFP2 psB1A3</li> | ||
+ | <li>LaLTP psB1A3</li> | ||
+ | <li>Rosatta-gami with C<sup>r</sup> K<sup>r</sup></li> | ||
+ | </ul> | ||
+ | <p>SDS-PAGE of produced protein check</p> | ||
+ | <ul> | ||
+ | <li>MiAMP1 psB1A3 16HR</li> | ||
+ | <li>Sa-AFP1 psB1A3 16HR</li> | ||
+ | <li>Sa-AFP2 psB1A3 16HR</li> | ||
+ | <li>Rs-AFP2 psB1A3 16HR</li> | ||
+ | <li>LaLTP psB1A3 16HR</li> | ||
+ | <li>Rosatta-gami with C<sup>r</sup>K<sup>r</sup> 16HR</li> | ||
+ | </ul> | ||
+ | <p>Optical Density test for testing logarithmic phase</p> | ||
+ | <ul> | ||
+ | <li>MiAMP1 psB1A3 16HR 18HR 20HR 22HR</li> | ||
+ | <li>Sa-AFP1 psB1A3 16HR 18HR 20HR 22HR</li> | ||
+ | <li>Sa-AFP2 psB1A3 16HR 18HR 20HR 22HR</li> | ||
+ | <li>Rs-AFP2 psB1A3 16HR 18HR 20HR 22HR</li> | ||
+ | <li>LaLTP psB1A3 16HR 18HR 20HR 22HR</li> | ||
+ | </ul> | ||
+ | <p>Cultivation for more plasmid of M-C</p> | ||
+ | <p>Cultivation for more plasmid of C-1.4</p> | ||
+ | <p>Miniprep of M-C plasmid</p> | ||
+ | <p>Miniprep of C-1.4 plasmid</p> | ||
+ | <h1>Week 8.20~8.26</h1> | ||
+ | <p>TaqPCR of M-C plasmid</p> | ||
+ | <p>TaqPCR of C-1.4 plasmid</p> | ||
+ | <p>Digestion of PCR product of M-C</p> | ||
+ | <p>Digestion of PCR product of C-1.4</p> | ||
+ | <p>Sequencing of Pe-4- pSB1A3 plasmid</p> | ||
+ | <p>Sequencing of B-1E- pSB1A3 plasmid</p> | ||
+ | <p>Cultivation for testing OD value</p> | ||
+ | <ul> | ||
+ | <li>MiAMP1 psB1A3</li> | ||
+ | <li>Sa-AFP1 psB1A3</li> | ||
+ | <li>Sa-AFP2 psB1A3</li> | ||
+ | <li>Rs-AFP2 psB1A3</li> | ||
+ | <li>LaLTP psB1A3</li> | ||
+ | <li>Rosatta-gami with C<sup>r</sup>K<sup>r</sup></li> | ||
+ | </ul> | ||
+ | <p>Ligation of digestion product of M-C</p> | ||
+ | <p>Ligation of digestion product of C-1.4</p> | ||
+ | <p>Transformation of M-C ligation product</p> | ||
+ | <p>Transformation of C-1.4 ligation product</p> | ||
+ | <h1>Week 8.27~9.2</h1> | ||
+ | <p>SDS-PAGE of produced protein check</p> | ||
+ | <ul> | ||
+ | <li>MiAMP1 psB1A3 16HR</li> | ||
+ | <li>Sa-AFP1 psB1A3 16HR</li> | ||
+ | <li>Sa-AFP2 psB1A3 16HR</li> | ||
+ | <li>Rs-AFP2 psB1A3 16HR</li> | ||
+ | <li>LaLTP psB1A3 16HR</li> | ||
+ | <li>Rosatta-gami with C<sup>r</sup>K<sup>r</sup></li> | ||
+ | </ul> | ||
+ | <p>Cultivation for peptides</p> | ||
+ | <ul> | ||
+ | <li>MiAMP1 psB1A3</li> | ||
+ | <li>Sa-AFP1 psB1A3</li> | ||
+ | <li>Sa-AFP2 psB1A3</li> | ||
+ | <li>Rs-AFP2 psB1A3</li> | ||
+ | <li>LaLTP psB1A3</li> | ||
+ | <li>Rosatta-gami with C<sup>r</sup>K<sup>r</sup></li> | ||
+ | </ul> | ||
+ | <p>SDS-PAGE with urea added to make peptides refolded</p> | ||
+ | <ul> | ||
+ | <li>MiAMP1 psB1A3</li> | ||
+ | <li>Sa-AFP1 psB1A3</li> | ||
+ | <li>Sa-AFP2 psB1A3</li> | ||
+ | <li>Rs-AFP2 psB1A3</li> | ||
+ | <li>LaLTP psB1A3</li> | ||
+ | <li>psB1A3</li> | ||
+ | <li>Rosatta-gami (normal)</li> | ||
+ | </ul> | ||
+ | <h1>Week 9.3~9.9</h1> | ||
+ | <p>Cultivation for testing logarithmic phase (Rosatta-gami)</p> | ||
+ | <ul> | ||
+ | <li>MiAMP1 psB1A3</li> | ||
+ | <li>Sa-AFP1 psB1A3</li> | ||
+ | <li>LaLTP psB1A3</li> | ||
+ | <li>Pe-4 psB1A3</li> | ||
+ | <li>B-1E psB1A3</li> | ||
+ | </ul> | ||
+ | <p>Cultivation for plasmid</p> | ||
+ | <ul> | ||
+ | <li>M-C</li> | ||
+ | <li>C-1.4</li> | ||
+ | </ul> | ||
+ | <p>Miniprep for sequencing plasmid</p> | ||
+ | <ul> | ||
+ | <li>M-C</li> | ||
+ | <li>C-1.4</li> | ||
+ | </ul> | ||
+ | <h1>Week 9.10~9.16</h1> | ||
+ | <p>Sequencing of M-C plasmid sample</p> | ||
+ | <p>Repeat DNA experiments for validated peptides, MiAMP1, Sa-AFP1, Sa- AFP2, Rs-AFP2, LaLTP</p> | ||
+ | <p>Pfu-PCR for MiAMP1, Sa-AFP1, Sa-AFP2, Rs-AFP2, LaLTP Digestion for PCR product</p> | ||
+ | <p>Ligation for MiAMP1, Sa-AFP1, Sa-AFP2, Rs-AFP2, LaLTP plasmids</p> | ||
+ | <p>Transformation for ligation product</p> | ||
+ | <p>Sonication for peptide</p> | ||
+ | <ul> | ||
+ | <li>MiAMP1</li> | ||
+ | <li>LaLTP</li> | ||
+ | <li>Sa-AFP1</li> | ||
+ | <li>Sa-AFP2</li> | ||
+ | <li>Rs-AFP2</li> | ||
+ | <li>Pe-4</li> | ||
+ | <li>B-1E</li> | ||
+ | </ul> | ||
+ | <h1>Week 9.17~9.23</h1> | ||
+ | <p>SDS-PAGE with urea added to make peptides refolded</p> | ||
+ | <ul> | ||
+ | <li>MiAMP1</li> | ||
+ | <li>LaLTP</li> | ||
+ | <li>Sa-AFP1</li> | ||
+ | <li>Sa-AFP2</li> | ||
+ | <li>Rs-AFP2</li> | ||
+ | <li>Pe-4</li> | ||
+ | <li>B-1E</li> | ||
+ | </ul> | ||
+ | <h1>Week 9.24~9.30</h1> | ||
+ | <p>Miniprep of Rs-AFP2, LaLTP plasmid for sequencing</p> | ||
+ | <p>Transformation for more E.coil to produce more plasmid</p> | ||
+ | <h1>Wiki Freeze</h1> | ||
+ | <div><img class="hide2_pic" src="https://static.igem.org/mediawiki/2017/c/cb/Ptp_show.png" style="display:block; margin:auto;"></div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <!-----------------------------------------------------------------------------> | ||
+ | |||
+ | <div class="subtitle"> | ||
+ | <h6>Fungal Experiment</h6> | ||
+ | </div> | ||
+ | <div class="note3"> | ||
+ | <div class="show3"> | ||
+ | <div><img class="show3_pic" src="https://static.igem.org/mediawiki/2017/4/4f/Ptp_hide.png" style="display:block; margin:auto;"></div> | ||
+ | </div> | ||
+ | <div class="hide3"> | ||
+ | <h1>Week 4.24~4.30</h1> | ||
+ | <p>First visit to Dr. Tsai at Taiwan Agricultural Research Institute, Taichung | ||
+ | </p> | ||
+ | <p>First visit to Professor Lee, Department of Plant Pathology of National Chung Hsing University</p> | ||
+ | <p>Got some experimental fungi from Taiwan Agricultural Research Institute | ||
+ | </p> | ||
+ | <h1>Week 5.1~5.7</h1> | ||
+ | <p>Second visit to Dr. Tsai.</p> | ||
+ | <h1>Week 5.8~5.14</h1> | ||
+ | <p>Started wet lab fungal experiments design</p> | ||
+ | <p>Started fungi culture (plates from Dr. Tsai)</p> | ||
+ | <h1>Week 7.16~7.22</h1> | ||
+ | <p>Started wet lab fungal experiment training for more team members</p> | ||
+ | <p>Started training experiments</p> | ||
+ | <h1>Week 8.13~8.19</h1> | ||
+ | <p>Visit Professor Chia-Lin Chung, Department of Plant Pathology and Microbiology, National Taiwan University</p> | ||
+ | <h1>Week 8.27~9.2</h1> | ||
+ | <p>Experiments failed, debug and adjusted experiment methods and protocols | ||
+ | </p> | ||
+ | <h1>Week 9.3~9.9</h1> | ||
+ | <p>Visited Dr. Tsai again</p> | ||
+ | <h1>Week 9.10~9.16</h1> | ||
+ | <p>Adjusted and tested new method</p> | ||
+ | <h1>Week 9.17~9.23</h1> | ||
+ | <p>Inhibition zone test using NaN<sub>3</sub> against <i>Botrytis cinerea</i> (training)</p> | ||
+ | <p>Spore germination test using NaN<sub>3</sub> against <i>Botrytis cinerea</i> (training) | ||
+ | </p> | ||
+ | <p>Plant infection test of Botrytis cinerea</p> | ||
+ | <h1>Week 9.24~9.30</h1> | ||
+ | <p>Spore germination test using sonication product of Sa-AFP1 transformed <i>E. coli</i> liquid against <i>Botrytis cinerea</i></p> | ||
+ | <p>Spore germination test using sonication product of Sa-AFP2 transformed <i>E. coli</i> liquid against <i>Botrytis cinerea</i></p> | ||
+ | <p>Spore germination test using sonication product of Rs-AFP2 transformed <i>E. coli</i> liquid against <i>Botrytis cinerea</i></p> | ||
+ | <p>Plant infection test of <i>Botrytis cinerea</i></p> | ||
+ | <h1>Week 10.01~10.07</h1> | ||
+ | <p>Spore germination test using sonication product of Sa-AFP1 transformed <i>E. coli</i> liquid against <i>Botrytis cinerea</i></p> | ||
+ | <p>Spore germination test using sonication product of Sa-AFP1 transformed <i>E. coli</i> liquid against <i>Botrytis cinerea</i></p> | ||
+ | <p>Spore germination test using sonication product of Sa-AFP2 transformed <i>E. coli</i> liquid against <i>Botrytis cinerea</i></p> | ||
+ | <p>Spore germination test using sonication product of Rs-AFP2 transformed <i>E. coli</i> liquid against <i>Botrytis cinerea</i></p> | ||
+ | <p>Plant infection test of <i>Botrytis cinerea</i></p> | ||
+ | <h1>Week 10.08~10.14</h1> | ||
+ | <p>Inhibition zone test using Pe-4 pure peptide against <i>Botrytis | ||
+ | cinerea</i></p> | ||
+ | <p>Inhibition zone test using M-C pure peptide against <i>Botrytis | ||
+ | cinerea</i></p> | ||
+ | <p>Inhibition zone test using 1095.6 pure peptide against <i>Botrytis | ||
+ | cinerea</i></p> | ||
+ | <p>Inhibition zone test using T-SN2 pure peptide against <i>Botrytis | ||
+ | cinerea</i></p> | ||
+ | <p>Inhibition zone test using B-1E pure peptide against <i>Botrytis | ||
+ | cinerea</i></p> | ||
+ | <p>Inhibition zone test using C-1,4 pure peptide against <i>Botrytis | ||
+ | cinerea</i></p> | ||
+ | <p>Spore germination test using Pe-4 pure peptide against <i>Botrytis | ||
+ | cinerea</i></p> | ||
+ | <p>Spore germination test using M-C pure peptide against <i>Botrytis | ||
+ | cinerea</i></p> | ||
+ | <p>Spore germination test using 1095.6 pure peptide against <i>Botrytis | ||
+ | cinerea</i></p> | ||
+ | <p>Spore germination test using T-SN2 pure peptide against <i>Botrytis | ||
+ | cinerea</i></p> | ||
+ | <p>Spore germination test using B-1E pure peptide against <i>Botrytis | ||
+ | cinerea</i></p> | ||
+ | <p>Spore germination test using C-1,4 pure peptide against <i>Botrytis | ||
+ | cinerea</i></p> | ||
+ | <p>Plant infection test using Pe-4 pure peptide against <i>Botrytis | ||
+ | cinerea</i></p> | ||
+ | <p>Plant infection test using M-C pure peptide against <i>Botrytis | ||
+ | cinerea</i></p> | ||
+ | <p>Plant infection test using 1095.6 pure peptide against <i>Botrytis | ||
+ | cinerea</i></p> | ||
+ | <p>Plant infection test using T-SN2 pure peptide against <i>Botrytis | ||
+ | cinerea</i></p> | ||
+ | <p>Plant infection test using B-1E pure peptide against <i>Botrytis | ||
+ | cinerea</i></p> | ||
+ | <p>Plant infection test using C-1,4 pure peptide against <i>Botrytis | ||
+ | cinerea</i></p> | ||
+ | <p>Plant infection test using Pe-4 pure peptide against <i>Botrytis | ||
+ | cinerea</i></p> | ||
+ | <p>Plant infection test using M-C pure peptide against <i>Botrytis | ||
+ | cinerea</i></p> | ||
+ | <p>Plant infection test using 1095.6 pure peptide against <i>Botrytis | ||
+ | cinerea</i></p> | ||
+ | <p>Plant infection test using T-SN2 pure peptide against <i>Botrytis | ||
+ | cinerea</i></p> | ||
+ | <p>Plant infection test using B-1E pure peptide against <i>Botrytis | ||
+ | cinerea</i></p> | ||
+ | <p>Plant infection test using C-1,4 pure peptide against <i>Botrytis | ||
+ | cinerea</i></p> | ||
+ | <h1>Week 10.15~10.21</h1> | ||
+ | <p>Result double confirm of Inhibition zone test</p> | ||
+ | <ul> | ||
+ | <li>Pe-4</li> | ||
+ | <li>M-C</li> | ||
+ | <li>1095.6</li> | ||
+ | <li>T-SN2</li> | ||
+ | <li>B-1E</li> | ||
+ | <li>C-1,4</li> | ||
+ | </ul> | ||
+ | <p>Result double confirm of Spore germination test</p> | ||
+ | <ul> | ||
+ | <li>Pe-4</li> | ||
+ | <li>M-C</li> | ||
+ | <li>1095.6</li> | ||
+ | <li>T-SN2</li> | ||
+ | <li>B-1E</li> | ||
+ | <li>C-1,4</li> | ||
+ | </ul> | ||
+ | <p>Result double confirm of Plant infection test</p> | ||
+ | <ul> | ||
+ | <li>Pe-4</li> | ||
+ | <li>M-C</li> | ||
+ | <li>1095.6</li> | ||
+ | <li>T-SN2</li> | ||
+ | <li>B-1E</li> | ||
+ | <li>C-1,4</li> | ||
+ | </ul> | ||
+ | <h1>Week 10.21~10.28</h1> | ||
+ | <p>Result triple confirm of Inhibition zone test</p> | ||
+ | <ul> | ||
+ | <li>Pe-4</li> | ||
+ | <li>M-C</li> | ||
+ | <li>1095.6</li> | ||
+ | <li>T-SN2</li> | ||
+ | <li>B-1E</li> | ||
+ | <li>C-1,4</li> | ||
+ | </ul> | ||
+ | <p>Result triple confirm of Spore germination test</p> | ||
+ | <ul> | ||
+ | <li>Pe-4</li> | ||
+ | <li>M-C</li> | ||
+ | <li>1095.6</li> | ||
+ | <li>T-SN2</li> | ||
+ | <li>B-1E</li> | ||
+ | <li>C-1,4</li> | ||
+ | </ul> | ||
+ | <p>Result triple confirm of Plant infection test</p> | ||
+ | <ul> | ||
+ | <li>Pe-4</li> | ||
+ | <li>M-C</li> | ||
+ | <li>1095.6</li> | ||
+ | <li>T-SN2</li> | ||
+ | <li>B-1E</li> | ||
+ | <li>C-1,4</li> | ||
+ | </ul> | ||
+ | <h1>Week 10.29~11.04</h1> | ||
+ | <p>Spore germination test of validated peptides</p> | ||
+ | <p>Inhibition zone test of validated peptides</p> | ||
+ | <p>Result confirmed and checked</p> | ||
+ | <h1>Wiki Freeze</h1> | ||
+ | <div><img class="hide3_pic" src="https://static.igem.org/mediawiki/2017/c/cb/Ptp_show.png" style="display:block; margin:auto;"></div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <!-----------------------------------------------------------------------------> | ||
+ | |||
+ | </div> | ||
<div id="fut"></div> | <div id="fut"></div> | ||
</body> | </body> |
Latest revision as of 03:37, 2 November 2017
Dry Lab
Week 3.13~3.19
Searching for more information about antifungal diseases
Searching for useful databases: CAMP, PhyAMP
Week 3.20~3.26
Started building relationship between host, pathogen, disease and peptides
Week 3.27~4.2
View more bioformatic tools: BLAST, COBLAT, CD search
Week 4.3~4.9
Searching for more information or paper about fungal diseases
Web crawler of Phi-base, Phytopath,PhytAMP,CAMP
Week 4.10~4.16
Started building our own database, the building method was established
Week 4.17~4.23
With the idea of BLAST, COBALT, CDsearch, began to group up different kinds of peptides
Week 5.1~5.6
Finished grouping up of peptides in new database
Started on studying the Scoring Card Methods (SCM)
Week 5.15~5.21
Had a meeting with Prof. HO, HSING-YING to learn more about
SCM and confirm previous concept.
Debug of program and database
Week 5.22~5.28
Web crawler of Uniport
Successfully established our primary SCM
Week 6.25~7.1
Ask government agencies for disease information
Disease information searching on the Internet
Week 7.2~7.8
Web crawler of weather information of Central Weather Bureau
Week 7.9~7.15
Arrange the information of weather
Arrange the information of diseases
Started organizing the website of Parabase
Week 7.16~7.22
Combining and analyzing data of diseases and weather condition
Week 7.23~7.29
Combining and analyzing data of diseases and weather condition
Week 7.30~8.5
Paused for the 5th iGEM Asia-Pacific Conference
Start to discuss the whole concept and the key vision of project and wiki pages
Week 8.6~8.12
Started to build the model of IoT forecast system
Week 8.13~8.19
Building the model of IoT forecast system with CNN
Week 8.20~8.26
IoT forecast system model adjust
Database data updated and utilized
Week 8.27~9.2
Tried to use other method to build and utilize the model (composite combination model)
Primary test for Parabase on server
Week 9.3~9.9
Tried to use other methods to build and utilize the model (composite combination model)
Week 9.10~9.16
Started to link to IoTtalk, testing sensors
Week 9.17~9.23
Ran the whole process and debug of IoT forecast system
Week 9.24~9.30
Started beautifying the website of Parabase
Week 10.01~10.07
Parabase online
Working more and harder on wiki pages
Still debug and utilize the whole system, including SCM model, Parabase and Iot forecast system
Wiki Freeze
Wet Lab
Week 6.18~6.24
Received and resuspended gBlock Sa-AFP1 basic part
Received and resuspended gBlock Sa-AFP2 basic part
Received and resuspended gBlock Rs-AFP2 basic part
Received and resuspended gBlock MiAMP1 basic part
Received and resuspended gBlock LaLTP basic part
gBlock amplification of Sa-AFP1 basic part (Pfu PCR)
gBlock amplification of Sa-AFP2 basic part (Pfu PCR)
gBlock amplification of Rs-AFP2 basic part (Pfu PCR)
gBlock amplification of MiAMP1 basic part (Pfu PCR)
gBlock amplification of LaLTP basic part (Pfu PCR)
Electrophoresis of PCR product
Digestion of PCR product
Ligation of digestion product
Transformation of Sa-AFP1 basic part ligation product
Transformation of Sa-AFP2 basic part ligation product
Transformation of Rs-AFP2 basic part ligation product
Transformation of MiAMP1 basic part ligation product
Transformation of LaLTP basic part ligation product
Week 6.25~7.1
Sequencing of MiAMP1- psB1A3 plasmid
Sequencing of Sa-AFP1- psB1A3 plasmid
Sequencing of Sa-AFP2- psB1A3 plasmid
Sequencing of Rs-AFP2- psB1A3 plasmid
Electrophoresis (check the biobrick from IGEM kit)
- K1763424
- K808003
- K1763440
- K1763438
Successful transformation of iGEM kit K1763424 to E. coil DH5 α
Successful transformation of iGEM kit K808003 to E. coil DH5 α
Successful transformation of iGEM kit K1763440 to E. coil DH5 α
Successful transformation of iGEM kit K1763438 to E. coil DH5 α
Week 7.2~7.8
Cultivation of transformed E. coil
Cultivation of E. coil Rosetta gami
Week 7.9~7.15
Sequencing of LaLTP - psB1A3 plasmid
Miniprep of pSB1A3 plasmid
Digestion of pSB1A3 plasmid
Electrophoresis for digestion
Cultivation of E. coil with pSB1A3 plasmid
Received and resuspended gBlock of predicted peptides
Week 7.16~7.22
Digestion of K808003 Cr plasmid
Digestion of K848008 Cr plasmid
Digestion of J23101+B0034 Kr plasmid
Ligation of K808003 Cr plasmid
Ligation of K848008 Cr plasmid
Ligation of J23101+B0034 Kr plasmid
Ligation of pSB1A3 plasmid
Start cloning of predicted peptides
gBlock amplification of predicted peptides
- Brevinin-1E (B-1E)
- Pelophylaxin-4 (Pe-4)
- 1095.6 Da venom vasodilator peptide (1095.6)
- Temporin-SN2 (T-SN2)
PfuPCR of predicted peptides sequences
- Brevinin-1E (B-1E)
- Pelophylaxin-4 (Pe-4)
- 1095.6 Da venom vasodilator peptide (1095.6)
- Temporin-SN2 (T-SN2)
Digestion of B-1E plasmid
Digestion of Pe-4 plasmid
Digestion of 1095.6 plasmid
Digestion of T-SN2 plasmid
Ligation of digestion product of B-1E
Ligation of digestion product of Pe-4
Ligation of digestion product of 1095.6
Ligation of digestion product of T-SN2
Ligation of digestion product of pSB1A3
Week 7.23~7.29
Transformation of B-1E ligation product
Transformation of Pe-4 ligation product
Transformation of 1095.6 ligation product
Transformation of T-SN2 ligation product
Week 7.30~8.5
Experiment paused for the 5th iGEM Asia-Pacific Conference
Week 8.6~8.12
Taq-PCR of E.coil with transformed gene B-1E
Taq-PCR of E.coil with transformed gene Pe-4
Cultivation of transformed E.coil with transformed gene B-1E
Cultivation of transformed E.coil with transformed gene Pe-4
Sonication E.coil Rosetta gami with pSB1A3
Transformation for both DH5 α & Rosatta-gami (RG)
- MiAMP1-psB1A3
- Sa-AFP1- psB1A3
- Sa-AFP2- psB1A3
- Rs-AFP2- psB1A3
- LaLTP-psB1A3
Start cloning of predicted peptides
- M-C
- C-1.4
PfuPCR of predicted peptides sequences
- M-C
- C-1.4
Digestion of PCR product of M-C
Digestion of PCR product of C-1.4
Ligation of digestion product of M-C
Ligation of digestion product of C-1.4
Transformation of M-C ligation product
Transformation of C-1.4 ligation product
Week 8.13~8.19
Cultivation for more E.coil Rosatta-gami (RG)
Peptide tests for best efficiency produced by Rosatta-gami in different time
- MiAMP1-psB1A3
- Sa-AFP1- psB1A3
- Sa-AFP2- psB1A3
- Rs-AFP2- psB1A3
- LaLTP-psB1A3
Miniprep of MiAMP1-psB1A3 plasmid
Miniprep of Sa-AFP1- psB1A3 plasmid
Miniprep of Sa-AFP2- psB1A3 plasmid
Miniprep of Rs-AFP2- psB1A3 plasmid
Miniprep of LaLTP-psB1A3 plasmid
Cultivation for testing logarithmic phase
- MiAMP1 psB1A3
- Sa-AFP1 psB1A3
- Sa-AFP2 psB1A3
- Rs-AFP2 psB1A3
- LaLTP psB1A3
- Rosatta-gami with Cr Kr
SDS-PAGE of produced protein check
- MiAMP1 psB1A3 16HR
- Sa-AFP1 psB1A3 16HR
- Sa-AFP2 psB1A3 16HR
- Rs-AFP2 psB1A3 16HR
- LaLTP psB1A3 16HR
- Rosatta-gami with CrKr 16HR
Optical Density test for testing logarithmic phase
- MiAMP1 psB1A3 16HR 18HR 20HR 22HR
- Sa-AFP1 psB1A3 16HR 18HR 20HR 22HR
- Sa-AFP2 psB1A3 16HR 18HR 20HR 22HR
- Rs-AFP2 psB1A3 16HR 18HR 20HR 22HR
- LaLTP psB1A3 16HR 18HR 20HR 22HR
Cultivation for more plasmid of M-C
Cultivation for more plasmid of C-1.4
Miniprep of M-C plasmid
Miniprep of C-1.4 plasmid
Week 8.20~8.26
TaqPCR of M-C plasmid
TaqPCR of C-1.4 plasmid
Digestion of PCR product of M-C
Digestion of PCR product of C-1.4
Sequencing of Pe-4- pSB1A3 plasmid
Sequencing of B-1E- pSB1A3 plasmid
Cultivation for testing OD value
- MiAMP1 psB1A3
- Sa-AFP1 psB1A3
- Sa-AFP2 psB1A3
- Rs-AFP2 psB1A3
- LaLTP psB1A3
- Rosatta-gami with CrKr
Ligation of digestion product of M-C
Ligation of digestion product of C-1.4
Transformation of M-C ligation product
Transformation of C-1.4 ligation product
Week 8.27~9.2
SDS-PAGE of produced protein check
- MiAMP1 psB1A3 16HR
- Sa-AFP1 psB1A3 16HR
- Sa-AFP2 psB1A3 16HR
- Rs-AFP2 psB1A3 16HR
- LaLTP psB1A3 16HR
- Rosatta-gami with CrKr
Cultivation for peptides
- MiAMP1 psB1A3
- Sa-AFP1 psB1A3
- Sa-AFP2 psB1A3
- Rs-AFP2 psB1A3
- LaLTP psB1A3
- Rosatta-gami with CrKr
SDS-PAGE with urea added to make peptides refolded
- MiAMP1 psB1A3
- Sa-AFP1 psB1A3
- Sa-AFP2 psB1A3
- Rs-AFP2 psB1A3
- LaLTP psB1A3
- psB1A3
- Rosatta-gami (normal)
Week 9.3~9.9
Cultivation for testing logarithmic phase (Rosatta-gami)
- MiAMP1 psB1A3
- Sa-AFP1 psB1A3
- LaLTP psB1A3
- Pe-4 psB1A3
- B-1E psB1A3
Cultivation for plasmid
- M-C
- C-1.4
Miniprep for sequencing plasmid
- M-C
- C-1.4
Week 9.10~9.16
Sequencing of M-C plasmid sample
Repeat DNA experiments for validated peptides, MiAMP1, Sa-AFP1, Sa- AFP2, Rs-AFP2, LaLTP
Pfu-PCR for MiAMP1, Sa-AFP1, Sa-AFP2, Rs-AFP2, LaLTP Digestion for PCR product
Ligation for MiAMP1, Sa-AFP1, Sa-AFP2, Rs-AFP2, LaLTP plasmids
Transformation for ligation product
Sonication for peptide
- MiAMP1
- LaLTP
- Sa-AFP1
- Sa-AFP2
- Rs-AFP2
- Pe-4
- B-1E
Week 9.17~9.23
SDS-PAGE with urea added to make peptides refolded
- MiAMP1
- LaLTP
- Sa-AFP1
- Sa-AFP2
- Rs-AFP2
- Pe-4
- B-1E
Week 9.24~9.30
Miniprep of Rs-AFP2, LaLTP plasmid for sequencing
Transformation for more E.coil to produce more plasmid
Wiki Freeze
Fungal Experiment
Week 4.24~4.30
First visit to Dr. Tsai at Taiwan Agricultural Research Institute, Taichung
First visit to Professor Lee, Department of Plant Pathology of National Chung Hsing University
Got some experimental fungi from Taiwan Agricultural Research Institute
Week 5.1~5.7
Second visit to Dr. Tsai.
Week 5.8~5.14
Started wet lab fungal experiments design
Started fungi culture (plates from Dr. Tsai)
Week 7.16~7.22
Started wet lab fungal experiment training for more team members
Started training experiments
Week 8.13~8.19
Visit Professor Chia-Lin Chung, Department of Plant Pathology and Microbiology, National Taiwan University
Week 8.27~9.2
Experiments failed, debug and adjusted experiment methods and protocols
Week 9.3~9.9
Visited Dr. Tsai again
Week 9.10~9.16
Adjusted and tested new method
Week 9.17~9.23
Inhibition zone test using NaN3 against Botrytis cinerea (training)
Spore germination test using NaN3 against Botrytis cinerea (training)
Plant infection test of Botrytis cinerea
Week 9.24~9.30
Spore germination test using sonication product of Sa-AFP1 transformed E. coli liquid against Botrytis cinerea
Spore germination test using sonication product of Sa-AFP2 transformed E. coli liquid against Botrytis cinerea
Spore germination test using sonication product of Rs-AFP2 transformed E. coli liquid against Botrytis cinerea
Plant infection test of Botrytis cinerea
Week 10.01~10.07
Spore germination test using sonication product of Sa-AFP1 transformed E. coli liquid against Botrytis cinerea
Spore germination test using sonication product of Sa-AFP1 transformed E. coli liquid against Botrytis cinerea
Spore germination test using sonication product of Sa-AFP2 transformed E. coli liquid against Botrytis cinerea
Spore germination test using sonication product of Rs-AFP2 transformed E. coli liquid against Botrytis cinerea
Plant infection test of Botrytis cinerea
Week 10.08~10.14
Inhibition zone test using Pe-4 pure peptide against Botrytis cinerea
Inhibition zone test using M-C pure peptide against Botrytis cinerea
Inhibition zone test using 1095.6 pure peptide against Botrytis cinerea
Inhibition zone test using T-SN2 pure peptide against Botrytis cinerea
Inhibition zone test using B-1E pure peptide against Botrytis cinerea
Inhibition zone test using C-1,4 pure peptide against Botrytis cinerea
Spore germination test using Pe-4 pure peptide against Botrytis cinerea
Spore germination test using M-C pure peptide against Botrytis cinerea
Spore germination test using 1095.6 pure peptide against Botrytis cinerea
Spore germination test using T-SN2 pure peptide against Botrytis cinerea
Spore germination test using B-1E pure peptide against Botrytis cinerea
Spore germination test using C-1,4 pure peptide against Botrytis cinerea
Plant infection test using Pe-4 pure peptide against Botrytis cinerea
Plant infection test using M-C pure peptide against Botrytis cinerea
Plant infection test using 1095.6 pure peptide against Botrytis cinerea
Plant infection test using T-SN2 pure peptide against Botrytis cinerea
Plant infection test using B-1E pure peptide against Botrytis cinerea
Plant infection test using C-1,4 pure peptide against Botrytis cinerea
Plant infection test using Pe-4 pure peptide against Botrytis cinerea
Plant infection test using M-C pure peptide against Botrytis cinerea
Plant infection test using 1095.6 pure peptide against Botrytis cinerea
Plant infection test using T-SN2 pure peptide against Botrytis cinerea
Plant infection test using B-1E pure peptide against Botrytis cinerea
Plant infection test using C-1,4 pure peptide against Botrytis cinerea
Week 10.15~10.21
Result double confirm of Inhibition zone test
- Pe-4
- M-C
- 1095.6
- T-SN2
- B-1E
- C-1,4
Result double confirm of Spore germination test
- Pe-4
- M-C
- 1095.6
- T-SN2
- B-1E
- C-1,4
Result double confirm of Plant infection test
- Pe-4
- M-C
- 1095.6
- T-SN2
- B-1E
- C-1,4
Week 10.21~10.28
Result triple confirm of Inhibition zone test
- Pe-4
- M-C
- 1095.6
- T-SN2
- B-1E
- C-1,4
Result triple confirm of Spore germination test
- Pe-4
- M-C
- 1095.6
- T-SN2
- B-1E
- C-1,4
Result triple confirm of Plant infection test
- Pe-4
- M-C
- 1095.6
- T-SN2
- B-1E
- C-1,4
Week 10.29~11.04
Spore germination test of validated peptides
Inhibition zone test of validated peptides
Result confirmed and checked
Wiki Freeze