Team:Tsinghua-A/Notebook

From 2011.igem.org

(Difference between revisions)
 
(32 intermediate revisions not shown)
Line 1: Line 1:
{{:Team:Tsinghua-A/template/killbanner}}
{{:Team:Tsinghua-A/template/killbanner}}
-
 
-
<!--ģ[ģ-http://BestMoban.Com],Ҫģhttp://BestMoban.Com-->
 
-
<!--DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"-->
 
-
 
<html xmlns="http://www.w3.org/1999/xhtml">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<head>
-
<!-----ywgiyrryyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy---->
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
 +
<title>JavaScript Slideshow - TinySlideshow</title>
 +
<link rel="stylesheet" href="http://bioinfo.au.tsinghua.edu.cn/member/IGEM/thu_style.css" />
<style>
<style>
 +
body {
body {
margin: 0;
margin: 0;
Line 22: Line 21:
padding:0;
padding:0;
//background: #F7F7F7 url("https://static.igem.org/mediawiki/2011/e/e2/Thua-back.jpg") repeat-x left top;
//background: #F7F7F7 url("https://static.igem.org/mediawiki/2011/e/e2/Thua-back.jpg") repeat-x left top;
 +
}
 +
 +
/*p type*/
 +
p.slide1
 +
{
 +
font-family: Arial;
 +
font-weight:bold;
 +
color:#291527;
 +
font-size:150%;
 +
display:inline;
 +
}
 +
p.blank
 +
{
 +
font-family: Arial;
 +
font-weight:bold;
 +
color:#8a4e51;
 +
font-size:220%;
 +
display:inline;
 +
}
 +
p.slide2
 +
{
 +
font-family: Calibri;
 +
font-weight:bold;
 +
color:#0e574f;
 +
font-size:150%;
 +
display:inline;
 +
}
 +
p.July{
 +
line-height:2;
 +
font-family:"Arial",Georgia,Serif;
 +
font-weight:bold;
 +
color:#800000;
 +
font-size:130%;
 +
text-indent:2em;
 +
display:inline;
 +
}
 +
p.jul{
 +
line-height:2;
 +
font-family:"Arial",Georgia,Serif;
 +
color:#800000;
 +
font-size:110%;
 +
font-weight:normal;
 +
text-indent:2em;
 +
display:inline;
 +
}
 +
p.Augu{
 +
line-height:2;
 +
font-family:"Arial",Georgia,Serif;
 +
font-weight:bold;
 +
color:#b84700;
 +
font-size:130%;
 +
text-indent:2em;
 +
display:inline;
 +
}
 +
p.aug{
 +
line-height:2;
 +
font-family:"Arial",Georgia,Serif;
 +
color:#b84700;
 +
font-size:110%;
 +
font-weight:normal;
 +
text-indent:2em;
 +
display:inline;
 +
}
 +
p.Sep{
 +
line-height:2;
 +
font-family:"Arial",Georgia,Serif;
 +
font-weight:bold;
 +
color:#333366;
 +
font-size:130%;
 +
text-indent:2em;
 +
display:inline;
 +
}
 +
p.sept{
 +
line-height:2;
 +
font-family:"Arial",Georgia,Serif;
 +
color:#333366;
 +
font-size:110%;
 +
font-weight:normal;
 +
text-indent:2em;
 +
display:inline;
 +
}
 +
p.Octo{
 +
line-height:2;
 +
font-family:"Arial",Georgia,Serif;
 +
font-weight:bold;
 +
color:#672674;
 +
font-size:130%;
 +
text-indent:2em;
 +
display:inline;
 +
}
 +
p.oct{
 +
line-height:2;
 +
font-family:"Arial",Georgia,Serif;
 +
color:#672674;
 +
font-size:110%;
 +
font-weight:normal;
 +
text-indent:2em;
 +
display:inline;
}
}
Line 48: Line 145:
#menu a {
#menu a {
display: block;
display: block;
-
width: 155px;
+
width: 133px;
height: 33px;
height: 33px;
padding-top: 16px;
padding-top: 16px;
Line 73: Line 170:
padding-left: 0;
padding-left: 0;
}
}
 +
h1 {
 +
font-family:"arial",Georgia,Serif;
 +
color:#548dd4;
 +
font-weight:bold;
 +
font-size:220%;
 +
padding:0;
 +
border:none;
 +
margin:0;
 +
}
 +
</style>
</style>
-
<!-----ywgiyrryyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy---->
+
<SCRIPT language=javascript1.2>
-
<meta name="keywords" content="" />
+
function showmonth(sid)
-
<meta name="description" content="" />
+
{
-
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
+
whichEl = eval("month" + sid);
-
<title>Republic  by Free CSS Templates</title>
+
if (whichEl.style.display == "none")
-
<!--link href="style.css" rel="stylesheet" type="text/css" media="screen" />
+
{
-
<!--11111111111111111111111111111111111111111111111111111111111111-->
+
eval("month" + sid + ".style.display=\"\";");
 +
}
 +
else
 +
{
 +
eval("month" + sid + ".style.display=\"none\";");
 +
}
 +
}
 +
 
 +
function showday(sid)
 +
{
 +
whichEl = eval("day" + sid);
 +
if (whichEl.style.display == "none")
 +
{
 +
eval("day" + sid + ".style.display=\"\";");
 +
}
 +
else
 +
{
 +
eval("day" + sid + ".style.display=\"none\";");
 +
}
 +
}
 +
 
 +
function Collapse()
 +
{
 +
eval("month7.style.display=\"none\";");
 +
eval("month8.style.display=\"none\";");
 +
eval("month9.style.display=\"none\";");
 +
eval("day714.style.display=\"none\";");
 +
eval("day715.style.display=\"none\";");
 +
eval("day716.style.display=\"none\";");
 +
eval("day717.style.display=\"none\";");
 +
eval("day718.style.display=\"none\";");
 +
eval("day719.style.display=\"none\";");
 +
eval("day720.style.display=\"none\";");
 +
eval("day721.style.display=\"none\";");
 +
eval("day722.style.display=\"none\";");
 +
eval("day724.style.display=\"none\";");
 +
eval("day725.style.display=\"none\";");
 +
eval("day727.style.display=\"none\";");
 +
eval("day728.style.display=\"none\";");
 +
eval("day729.style.display=\"none\";");
 +
eval("day801.style.display=\"none\";");
 +
eval("day802.style.display=\"none\";");
 +
eval("day803.style.display=\"none\";");
 +
eval("day804.style.display=\"none\";");
 +
eval("day808.style.display=\"none\";");
 +
eval("day809.style.display=\"none\";");
 +
eval("day810.style.display=\"none\";");
 +
eval("day811.style.display=\"none\";");
 +
eval("day812.style.display=\"none\";");
 +
eval("day820.style.display=\"none\";");
 +
eval("day821.style.display=\"none\";");
 +
eval("day827.style.display=\"none\";");
 +
eval("day828.style.display=\"none\";");
 +
eval("day903.style.display=\"none\";");
 +
eval("day904.style.display=\"none\";");
 +
eval("day905.style.display=\"none\";");
 +
eval("day906.style.display=\"none\";");
 +
eval("day907.style.display=\"none\";");
 +
eval("day908.style.display=\"none\";");
 +
eval("day909.style.display=\"none\";");
 +
eval("day910.style.display=\"none\";");
 +
eval("day911.style.display=\"none\";");
 +
eval("day913.style.display=\"none\";");
 +
eval("day914.style.display=\"none\";");
 +
eval("day915.style.display=\"none\";");
 +
eval("day916.style.display=\"none\";");
 +
eval("day917.style.display=\"none\";");
 +
eval("day918.style.display=\"none\";");
 +
eval("day919.style.display=\"none\";");
 +
eval("day920.style.display=\"none\";");
 +
eval("day921.style.display=\"none\";");
 +
eval("day922.style.display=\"none\";");
 +
eval("day923.style.display=\"none\";");
 +
eval("day924.style.display=\"none\";");
 +
eval("day925.style.display=\"none\";");
 +
eval("day927.style.display=\"none\";");
 +
eval("day928.style.display=\"none\";");
 +
eval("day929.style.display=\"none\";");
 +
}
 +
 
 +
function Expand()
 +
{
 +
eval("month7.style.display=\"\";");
 +
eval("month8.style.display=\"\";");
 +
eval("month9.style.display=\"\";");
 +
eval("day714.style.display=\"\";");
 +
eval("day715.style.display=\"\";");
 +
eval("day716.style.display=\"\";");
 +
eval("day717.style.display=\"\";");
 +
eval("day718.style.display=\"\";");
 +
eval("day719.style.display=\"\";");
 +
eval("day720.style.display=\"\";");
 +
eval("day721.style.display=\"\";");
 +
eval("day722.style.display=\"\";");
 +
eval("day724.style.display=\"\";");
 +
eval("day725.style.display=\"\";");
 +
eval("day727.style.display=\"\";");
 +
eval("day728.style.display=\"\";");
 +
eval("day729.style.display=\"\";");
 +
eval("day801.style.display=\"\";");
 +
eval("day802.style.display=\"\";");
 +
eval("day803.style.display=\"\";");
 +
eval("day804.style.display=\"\";");
 +
eval("day808.style.display=\"\";");
 +
eval("day809.style.display=\"\";");
 +
eval("day810.style.display=\"\";");
 +
eval("day811.style.display=\"\";");
 +
eval("day812.style.display=\"\";");
 +
eval("day820.style.display=\"\";");
 +
eval("day821.style.display=\"\";");
 +
eval("day827.style.display=\"\";");
 +
eval("day828.style.display=\"\";");
 +
eval("day903.style.display=\"\";");
 +
eval("day904.style.display=\"\";");
 +
eval("day905.style.display=\"\";");
 +
eval("day906.style.display=\"\";");
 +
eval("day907.style.display=\"\";");
 +
eval("day908.style.display=\"\";");
 +
eval("day909.style.display=\"\";");
 +
eval("day910.style.display=\"\";");
 +
eval("day911.style.display=\"\";");
 +
eval("day913.style.display=\"\";");
 +
eval("day914.style.display=\"\";");
 +
eval("day915.style.display=\"\";");
 +
eval("day916.style.display=\"\";");
 +
eval("day917.style.display=\"\";");
 +
eval("day918.style.display=\"\";");
 +
eval("day919.style.display=\"\";");
 +
eval("day920.style.display=\"\";");
 +
eval("day921.style.display=\"\";");
 +
eval("day922.style.display=\"\";");
 +
eval("day923.style.display=\"\";");
 +
eval("day924.style.display=\"\";");
 +
eval("day925.style.display=\"\";");
 +
eval("day927.style.display=\"\";");
 +
eval("day928.style.display=\"\";");
 +
eval("day929.style.display=\"\";");
 +
}
 +
</SCRIPT>
 +
 
</head>
</head>
<body>
<body>
-
<div id="wrapper">
+
<div style="position:fixed;right:0px;bottom: 0px;display:inline"><a href="#back-top">
-
  <div id="header">
+
<img src="https://static.igem.org/mediawiki/2011/5/52/Back-top.png" width="60px" height="60px"></a></div>
-
<div id="logo">
+
<div style="position:fixed;right:80px;bottom: 0px;display:inline"><a href="https://2011.igem.org/Team:Tsinghua-A/Homepage">
-
<h1>logo  </a></h1>
+
<img src="https://static.igem.org/mediawiki/2011/8/82/Back-home.png" width="60px" height="60px"></a></div>
-
<p>&nbsp;</p>
+
<p align="CENTER" id="back-top"><img src="https://static.igem.org/mediawiki/2011/6/6c/THU_banner_not.jpg" alt="" width="960"/></p>
-
</div>
+
-
</div>
+
-
<!-- end #header -->
+
<div id="menu">
<div id="menu">
<ul>
<ul>
-
<li><a href="https://2011.igem.org/Team:Tsinghua-A/Team">Team</a></li>
+
<li ><a href="https://2011.igem.org/Team:Tsinghua-A/Homepage">Home</a></li>
-
<li><a href="https://2011.igem.org/Team:Tsinghua-A/Project">Project</a></li>
+
<li ><a href="https://2011.igem.org/Team:Tsinghua-A/Team">Team</a></li>
-
<li><a href="https://2011.igem.org/Team:Tsinghua-A/safety">Safety</a></li>
+
<li ><a href="https://2011.igem.org/Team:Tsinghua-A/Project">Project</a></li>
-
<li><a href="https://2011.igem.org/Team:Tsinghua-A/Modeling">Modeling</a></li>
+
<li ><a href="https://2011.igem.org/Team:Tsinghua-A/Modeling">Modeling</a></li>
-
<li ><a href="https://2011.igem.org/Team:Tsinghua-A/Parts">Parts</a></li>
+
<li ><a href="https://2011.igem.org/Team:Tsinghua-A/Wetlab">Wetlab</a></li>
 +
<li><a href="https://2011.igem.org/Team:Tsinghua-A/Safety">Safety</a></li>
<li class="current_page_item"><a href="https://2011.igem.org/Team:Tsinghua-A/Notebook">Notebook</a></li>
<li class="current_page_item"><a href="https://2011.igem.org/Team:Tsinghua-A/Notebook">Notebook</a></li>
</ul>
</ul>
</div>
</div>
-
<p>&nbsp;</p>
 
-
<!-- end #menu -->
 
-
<div id="page">
+
<br>
-
<div id="page-bgtop">
+
<!--end of enu--------------------------------------------><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-
<div id="page-bgbtm"><span class="title"><a href="https://2011.igem.org/Team:Tsinghua-A"><span class="meta">
+
<HTML>
-
<img src="https://static.igem.org/mediawiki/2011/c/c6/Thua_bann.jpg" alt="" width="960" height="328" /></span></a></span>
+
<HEAD>
-
<div id="content">
+
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=gb2312">
-
<div class="post">
+
<TITLE></TITLE>
-
<h2 class="title">Welcome to ECHO,Tsinghua-A </a></h2>
+
<META NAME="GENERATOR" CONTENT="OpenOffice.org 3.2  (Win32)">
-
<p></p>
+
<META NAME="AUTHOR" CONTENT="Sl Y">
-
+
<META NAME="CREATED" CONTENT="20110930;20563600">
-
<p>notebook</p>
+
<META NAME="CHANGEDBY" CONTENT="Sl Y">
-
</div>
+
<META NAME="CHANGED" CONTENT="20111004;1582000">
-
  </div>
+
</HEAD>
-
</div>
+
<br>
-
<!-- end #content -->
+
<P ALIGN=CENTER>
-
<!-- end #sidebar -->
+
<table>
-
<div style="clear: both;">&nbsp;</div>
+
<tr>
-
</div>
+
<td onclick ="Collapse()" style="cursor: hand"><P class="slide1">Collapse All<br></P></td>
-
</div>
+
<td><P class="blank">|<br></P></td>
-
</div>
+
<td onclick ="Expand()" style="cursor: hand"><P class="slide2">Expand All<br></P></td>
-
<!-- end #page -->
+
</tr>
-
</div>
+
</table>
-
<!-- end #footer -->
+
<br>
-
</body>
+
</P>
-
</html>
+
<table>
 +
 
 +
<tr onclick ="showmonth(7)" style="cursor: hand">
 +
<td><h1>July</h1></td>
 +
<hr width="100%" size=4 color=gray>
 +
</tr>
 +
<tr>
 +
<td style="display: none" id='month7'>
 +
<table>
 +
 
 +
<table>
 +
<tr onclick ="showday(714)" style="cursor: hand">
 +
<td><P class="July">14th, Jul<br></P></td>
 +
</tr><tr><td style="display: none" id="day714">
 +
<P class="jul">Today, the summer semester ends and the biological experiment comes. As we
 +
are green-hands in the field of biology, everyone feels very disturbed. Doctor Chen
 +
encourages us to cheer up and teaches us how to transform. After one and a half hour, we
 +
finally get it. We successfully finish the transformation of B0034!<br><br></P>
 +
</td></tr></table>
 +
 
 +
<table>
 +
<tr onclick ="showday(715)" style="cursor: hand">
 +
<td><P class="July">15th, Jul<br></P></td>
 +
</tr><tr><td style="display: none" id="day715">
 +
<P class="jul">Today, we continue to do cell transformation. We get our medium of B0034 from incubator.
 +
Unfortunately, we find that there is nothing in the medium. I am very sad, but our captain
 +
encourages us to try again. We manage to do it with the rest B0034 in the kit. After one hour, the
 +
assignment today is completed. We wish that our effort wouldn't be in vain.<br><br></p>
 +
</td></tr></table>
 +
 
 +
<table>
 +
<tr onclick ="showday(716)" style="cursor: hand">
 +
<td><P class="July">16th, Jul<br></P></td>
 +
</tr><tr><td style="display: none" id="day716">
 +
<P class="jul">The transformation of B0034 proves to be a success. Everyone here is excited and
 +
ready to finish the transformation of C0079, B0015, R0079, J23116 and J37034.At the same
 +
time, we contact Doctor Chen and tell him the exciting news. He congratulates us and promise to
 +
teach us the procedure of shaking bacteria.<br><br></p>
 +
</td></tr></table>
 +
 
 +
<table>
 +
<tr onclick ="showday(717)" style="cursor: hand">
 +
<td><P class="July">17th, Jul<br></P></td>
 +
</tr><tr><td style="display: none" id="day717">
 +
<P class="jul">Today, we learn how to pick the right colonies that we need and the protocol of shaking
 +
bacteria. After some practice, we learn the point of this step, and quickly finish our work
 +
(including B0034, C0079, B0015, R0079, J23116 and J37034) today.<br><br></p>
 +
</td></tr></table>
 +
 
 +
<table>
 +
<tr onclick ="showday(718)" style="cursor: hand">
 +
<td><P class="July">18th, Jul<br></P></td>
 +
</tr><tr><td style="display: none" id="day718">
 +
<P class="jul">Doctor Chen teaches us the protocol of plasmid extraction. Compared with the
 +
experiments we have done before, plasmid extraction is really a big problem. To finish plasmid
 +
extraction, there are eleven steps that we have to do. The work takes us more than one and a
 +
half hours. With the help of Doctor Chen, we finally finish the extraction of
 +
B0034,C0079,B0015,R0079,J23116 and J37034.<br><br></P>
 +
</td></tr></table>
 +
 
 +
<table>
 +
<tr onclick ="showday(719)" style="cursor: hand">
 +
<td><P class="July">19th, Jul<br></P></td>
 +
</tr><tr><td style="display: none" id="day719">
 +
<P class="jul">We finish the transformation of K145270,R0062,P0440 and E0420.<br><br></p>
 +
</td></tr></table>
 +
 
 +
<table>
 +
<tr onclick ="showday(720)" style="cursor: hand">
 +
<td><P class="July">20th, Jul<br></P></td>
 +
</tr><tr><td style="display: none" id="day720">
 +
<P class="jul">Unluckily, we find that there is nothing in the medium of P0440 and R0062, but the
 +
transformation of K145270 and E0420 proves to be a success. We have a discussion about the
 +
protocol of transformation. After 10 minutes, we doubt that the failure of the transformation
 +
results in the incorrect operating of DH5. Then we carefully do the transformation of P0440 and
 +
R0062.<br><br></p>
 +
</td></tr></table>
 +
 
 +
<table>
 +
<tr onclick ="showday(721)" style="cursor: hand">
 +
<td><P class="July">21st, Jul<br></P></td>
 +
</tr><tr><td style="display: none" id="day721">
 +
<P class="jul">The effort we took yesterday is not in vain. We successfully complete the transformation of
 +
P0440 and R0062. Then we begin to pick the right colonies from the medium. After that, we put
 +
all the tubes into the shaker and start to shake the bacteria.<br><br></p>
 +
</td></tr></table>
 +
 
 +
<table>
 +
<tr onclick ="showday(722)" style="cursor: hand">
 +
<td><P class="July">22nd, Jul<br></P></td>
 +
</tr><tr><td style="display: none" id="day722">
 +
<P class="jul">It is an awful day today, because we have to do the plasmid extraction of K145270, R0062,
 +
P0440 and E0420. Without the help of Doctor Chen, the steps of plasmid extraction are too hard
 +
for us to complete them without any mistakes. We waste many centrifuge tubes and pipet tips.
 +
However, we finally made it.<br><br></p>
 +
</td></tr></table>
 +
 
 +
<table>
 +
<tr onclick ="showday(724)" style="cursor: hand">
 +
<td><P class="July">24th, Jul<br></P></td>
 +
</tr><tr><td style="display: none" id="day724">
 +
<P class="jul">After our weekends, we come back to our lab. The task today is to finish the transformation
 +
of R0040, K081016.<br><br></P>
 +
</td></tr></table>
 +
 
 +
<table>
 +
<tr onclick ="showday(725)" style="cursor: hand">
 +
<td><P class="July">25th, Jul<br></P></td>
 +
</tr><tr><td style="display: none" id="day725">
 +
<P class="jul">Today, we complete the transformation of I0500, K081009, E0430.<br><br></p>
 +
</td></tr></table>
 +
 
 +
<table>
 +
<tr onclick ="showday(727)" style="cursor: hand">
 +
<td><P class="July">27th, Jul<br></P></td>
 +
</tr><tr><td style="display: none" id="day727">
 +
<P class="jul">We are puzzled to find that the transformation of I0500 fails. We try to find the
 +
reason. After about 15 minutes, we don¡¯t find any mistakes in our procedure. As a result, we
 +
contact Doctor Chen. He promises us that he will come tomorrow.<br><br></p>
 +
</td></tr></table>
 +
 
 +
<table>
 +
<tr onclick ="showday(728)" style="cursor: hand">
 +
<td><P class="July">28th, Jul<br></P></td>
 +
</tr><tr><td style="display: none" id="day728">
 +
<P class="jul">Today, we have a discussion about the failure of the transformation. Doctor Chen supposes
 +
that there is some problem with the Kan medium. So he writes down the medium formula and
 +
asks us to make up some Kan mediums. With his help, we learn the method to use the electronic
 +
balance. Finally we use our new Kan mediums to do the transformation of I0500.<br><br></p>
 +
</td></tr></table>
 +
 
 +
<table>
 +
<tr onclick ="showday(729)" style="cursor: hand">
 +
<td><P class="July">29th, Jul<br></P></td>
 +
</tr><tr><td style="display: none" id="day729">
 +
<P class="jul">We are very disappointed when we take out our mediums. The transformation fails again.
 +
Then we decide to find some information from the Internet. Maybe other IGEM teams face the
 +
same problem.<br><br></p>
 +
</td></tr></table>
 +
 
 +
</table>
 +
</td>
 +
</tr>
 +
</table>
 +
 
 +
<table>
 +
<tr onclick ="showmonth(8)" style="cursor: hand">
 +
<td><h1>August</h1></td>
 +
</tr>
 +
<hr width="100%" size=4 color=gray>
 +
<tr>
 +
<td style="display: none" id='month8'>
 +
<table>
 +
 
 +
<table>
 +
<tr onclick ="showday(801)" style="cursor: hand">
 +
<td><P class="Augu">1st, Aug<br></P></td>
 +
</tr><tr><td style="display: none" id="day801">
 +
<P class="aug">After our weekend,we exchange our findings that searched from the Internet.We are very
 +
angry when we find that the plasmid doesn¡¯t work.Then,we tell the message to Doctor Chen and
 +
begin to find another plasmid to replace I0500.<br><br></P>
 +
</td></tr></table>
 +
<table>
 +
<tr onclick ="showday(802)" style="cursor: hand">
 +
<td><P class="Augu">2nd, Aug<br></P></td>
 +
</tr><tr><td style="display: none" id="day802">
 +
<P class="aug">Everyone works hard to find the new plasmid. Where there's a will, there's a way. We
 +
successfully outcrop a new plasmid named I13453 which proves to be a workable plasmid.
 +
Then we quickly complete the transformation of it.<br><br></p>
 +
</td></tr></table>
 +
<table>
 +
<tr onclick ="showday(803)" style="cursor: hand">
 +
<td><P class="Augu">3rd, Aug<br></P></td>
 +
</tr><tr><td style="display: none" id="day803">
 +
<P class="aug">We succeed in doing the transformation of I13453.And then we pick the right colonies from the medium (including K081009,E0430 and I13453), and put the tubes into shaker.<br><br></p>
 +
</td></tr></table>
 +
<table>
 +
<tr onclick ="showday(804)" style="cursor: hand">
 +
<td><P class="Augu">4th, Aug<br></P></td>
 +
</tr><tr><td style="display: none" id="day804">
 +
<P class="aug">Today, our task is to finish the plasmid extraction of K081009, E0430 and I13453. After the practice we have done before, we find that it is not too difficult to make it. We only spend one
 +
hour extracting the plasmid.<br><br></p>
 +
</td></tr></table>
 +
<table>
 +
<tr onclick ="showday(808)" style="cursor: hand">
 +
<td><P class="Augu">8th, Aug<br></P></td>
 +
</tr><tr><td style="display: none" id="day808">
 +
<P class="aug">Ms. Yang teaches us the protocol of agarose gel electrophoresis. Compared with
 +
plasmid extraction, electrophoresis is easier. But we need to make the gel and grasp the method
 +
to use microwave oven.<br><br></P>
 +
</td></tr></table>
 +
<table>
 +
<tr onclick ="showday(809)" style="cursor: hand">
 +
<td><P class="Augu">9th, Aug<br></P></td>
 +
</tr><tr><td style="display: none" id="day809">
 +
<P class="aug">Today, we do the agarose gel electrophoresis of B0034, C0079, B0015, R0079, J23116 and
 +
J37034. Unfortunately, we find that our plasmid extraction of C0079, R0079 and J23116 fails. It
 +
proves that our chosen colonies are not target bacteria colonies. Therefore, we take out our
 +
medium and repick the other colonies and put the tubes into shaker.<br><br></p>
 +
</td></tr></table>
 +
<table>
 +
<tr onclick ="showday(810)" style="cursor: hand">
 +
<td><P class="Augu">10th, Aug<br></P></td>
 +
</tr><tr><td style="display: none" id="day810">
 +
<P class="aug">We complete the plasmid extraction of C0079, R0079, J23116.<br><br></p>
 +
</td></tr></table>
 +
<table>
 +
<tr onclick ="showday(811)" style="cursor: hand">
 +
<td><P class="Augu">11th, Aug<br></P></td>
 +
</tr><tr><td style="display: none" id="day811">
 +
<P class="aug">The plasmid extraction is successful. We observe the plasmid in the agarose gel
 +
(including C0079, R0079, J23116). And then we do the agarose gel electrophoresis of K145270,
 +
R0062, P0440 and E0420. We find that we have to redo the plasmid extraction of K145270,
 +
R0062. Therefore, we take out our medium and repick the other colonies and put the tubes into
 +
shaker.<br><br></p>
 +
</td></tr></table>
 +
<table>
 +
<tr onclick ="showday(812)" style="cursor: hand">
 +
<td><P class="Augu">12th, Aug<br></P></td>
 +
</tr><tr><td style="display: none" id="day812">
 +
<P class="aug">We complete the plasmid extraction of K145270 and R0062.<br><br></p>
 +
</td></tr></table>
 +
<table>
 +
<tr onclick ="showday(820)" style="cursor: hand">
 +
<td><P class="Augu">20th, Aug<br></P></td>
 +
</tr><tr><td style="display: none" id="day820">
 +
<P class="aug">The plasmid extraction is successful. We observe the plasmid in the agarose gel
 +
(including C0079, R0079, J23116).But the plasmid strips are very strange. So we do the
 +
electrophoresis of C0079, R0079, J23116, K081009, E0430 and I13453.We find that we have to
 +
redo the plasmid extraction of K081009,C0079. Therefore, we take out our medium and repick
 +
the other colonies and put the tubes into shaker.<br><br></P>
 +
</td></tr></table>
 +
<table>
 +
<tr onclick ="showday(821)" style="cursor: hand">
 +
<td><P class="Augu">21st, Aug<br></P></td>
 +
</tr><tr><td style="display: none" id="day821">
 +
<P class="aug">We complete the plasmid extraction of K081009,C0079.<br><br></p>
 +
</td></tr></table>
 +
<table>
 +
<tr onclick ="showday(827)" style="cursor: hand">
 +
<td><P class="Augu">27th, Aug<br></P></td>
 +
</tr><tr><td style="display: none" id="day827">
 +
<P class="aug">The plasmid extraction is successful. All the plasmid we need have already
 +
been extracted. Then Ms. Yang shows us the method of digestion. At first, we learn the use of
 +
Bio Photometer. And then we need calculate the mole of the target plasmid. At last, we put the
 +
solution to target plasmid, corresponding digestion enzyme, double distilled water and BSA into a
 +
tube (including B0034, C0079, B0015).<br><br></p>
 +
</td></tr></table>
 +
<table>
 +
<tr onclick ="showday(828)" style="cursor: hand">
 +
<td><P class="Augu">28th, Aug<br></P></td>
 +
</tr><tr><td style="display: none" id="day828">
 +
<P class="aug">What a tragedy! We find that our digestion fails after the agarose gel electrophoresis. So we have to redo the digestion. Luckily, we make it and get our first gene--------B0034,C0079,B0015.<br><br></p>
 +
</td></tr></table>
 +
 
 +
</table>
 +
</td>
 +
</tr>
 +
</table>
 +
 
 +
<table>
 +
<tr onclick ="showmonth(9)" style="cursor: hand">
 +
<td><h1>September</h1></td>
 +
</tr>
 +
<hr width="100%" size=4 color=gray>
 +
<tr>
 +
<td style="display: none" id='month9'>
 +
<table>
 +
 
 +
<table>
 +
<tr onclick ="showday(903)" style="cursor: hand">
 +
<td><P class="Sep">3nd, Sept<br></P></td>
 +
</tr><tr><td style="display: none" id="day903">
 +
<P class="sept">Begin the digestion of R0079, J23116, J37034.<br><br></P>
 +
</td></tr></table>
 +
<table>
 +
<tr onclick ="showday(904)" style="cursor: hand">
 +
<td><P class="Sep">4th, Sept<br></P></td>
 +
</tr><tr><td style="display: none" id="day904">
 +
<P class="sept">Begin the digestion of K145270, R0062, P0440 and E0420.<br><br></p>
 +
</td></tr></table>
 +
<table>
 +
<tr onclick ="showday(905)" style="cursor: hand">
 +
<td><P class="Sep">5th, Sept<br></P></td>
 +
</tr><tr><td style="display: none" id="day905">
 +
<P class="sept">Begin the digestion of K081009, E0430 and I13453.<br><br></p>
 +
</td></tr></table>
 +
<table>
 +
<tr onclick ="showday(906)" style="cursor: hand">
 +
<td><P class="Sep">6th, Sept<br></P></td>
 +
</tr><tr><td style="display: none" id="day906">
 +
<P class="sept">Today, Ms. Yang shows the protocol of connection. Like digestion, the procedure of
 +
connection is not hard. But it takes 16 hours. So we do the connection of K081009,E0430.<br><br></p>
 +
</td></tr></table>
 +
<table>
 +
<tr onclick ="showday(907)" style="cursor: hand">
 +
<td><P class="Sep">7th, Sept<br></P></td>
 +
</tr><tr><td style="display: none" id="day907">
 +
<P class="sept">We do the transformation of our new plasmid, KE.<br><br></P>
 +
</td></tr></table>
 +
<table>
 +
<tr onclick ="showday(908)" style="cursor: hand">
 +
<td><P class="Sep">8th, Sept<br></P></td>
 +
</tr><tr><td style="display: none" id="day908">
 +
<P class="sept">We pick the right colonies from the medium, and put the tubes into shaker.<br><br></p>
 +
</td></tr></table>
 +
<table>
 +
<tr onclick ="showday(909)" style="cursor: hand">
 +
<td><P class="Sep">9th, Sept<br></P></td>
 +
</tr><tr><td style="display: none" id="day909">
 +
<P class="sept">Today, we complete the plasmid extraction of KE. Unfortunately, we find that our connection fails after the agarose gel electrophoresis. Then we redo the transformation of KE.<br><br></p>
 +
</td></tr></table>
 +
<table>
 +
<tr onclick ="showday(910)" style="cursor: hand">
 +
<td><P class="Sep">10th, Sept<br></P></td>
 +
</tr><tr><td style="display: none" id="day910">
 +
<P class="sept">We pick the right colonies from the medium, and put the tubes into shaker.<br><br></p>
 +
</td></tr></table>
 +
<table>
 +
<tr onclick ="showday(911)" style="cursor: hand">
 +
<td><P class="Sep">11th, Sept<br></P></td>
 +
</tr><tr><td style="display: none" id="day911">
 +
<P class="sept">We complete the plasmid extraction of KE. Ya-da! Our connection success! We got our first
 +
part, KE!<br><br></p>
 +
</td></tr></table>
 +
<table>
 +
<tr onclick ="showday(913)" style="cursor: hand">
 +
<td><P class="Sep">13th, Sept<br></P></td>
 +
</tr><tr><td style="display: none" id="day913">
 +
<P class="sept">We do the connection of R0040 and K081016, R0062 and P0440, R0062 and E0420.<br><br></P>
 +
</td></tr></table>
 +
<table>
 +
<tr onclick ="showday(914)" style="cursor: hand">
 +
<td><P class="Sep">14th, Sept<br></P></td>
 +
</tr><tr><td style="display: none" id="day914">
 +
<P class="sept">We do the transformation of our new plasmid-------RK, RP, RE.<br><br></p>
 +
</td></tr></table>
 +
<table>
 +
<tr onclick ="showday(915)" style="cursor: hand">
 +
<td><P class="Sep">15th, Sept<br></P></td>
 +
</tr><tr><td style="display: none" id="day915">
 +
<P class="sept">We pick the right colonies from the medium, and put the tubes into shaker.<br><br></p>
 +
</td></tr></table>
 +
<table>
 +
<tr onclick ="showday(916)" style="cursor: hand">
 +
<td><P class="Sep">16th, Sept<br></P></td>
 +
</tr><tr><td style="display: none" id="day916">
 +
<P class="sept">We complete the plasmid extraction of RK, RP, RE. The connection of RP and RE success! We
 +
got our next two parts-------RP and RE! However, the connection of RK fails. We have to do it
 +
again .But we believe that our project will be finished soon!<br><br></p>
 +
</td></tr></table>
 +
<table>
 +
<tr onclick ="showday(917)" style="cursor: hand">
 +
<td><P class="Sep">17th, Sept<br></P></td>
 +
</tr><tr><td style="display: none" id="day917">
 +
<P class="sept">We do the connection of B0015 and C0079, R0079 and J37034.<br><br></p>
 +
</td></tr></table>
 +
<table>
 +
<tr onclick ="showday(918)" style="cursor: hand">
 +
<td><P class="Sep">18th, Sept<br></P></td>
 +
</tr><tr><td style="display: none" id="day918">
 +
<P class="sept">We do the transformation of our new plasmid-------CB, RJ.<br><br></p>
 +
</td></tr></table>
 +
<table>
 +
<tr onclick ="showday(919)" style="cursor: hand">
 +
<td><P class="Sep">19th, Sept<br></P></td>
 +
</tr><tr><td style="display: none" id="day919">
 +
<P class="sept">We pick the right colonies from the medium, and put the tubes into shaker (including RK).<br><br></P>
 +
</td></tr></table>
 +
<table>
 +
<tr onclick ="showday(920)" style="cursor: hand">
 +
<td><P class="Sep">20th, Sept<br></P></td>
 +
</tr><tr><td style="display: none" id="day920">
 +
<P class="sept">We complete the plasmid extraction of CB, RJ, RK. Ya-da! The connection of JC and RK
 +
success! We got our next two parts------- CB and RK. But the connection of RJ is not successful.
 +
Thus, we decide to use a plasmid of GFP instead of J37034.<br><br></p>
 +
</td></tr></table>
 +
<table>
 +
<tr onclick ="showday(921)" style="cursor: hand">
 +
<td><P class="Sep">21st, Sept<br></P></td>
 +
</tr><tr><td style="display: none" id="day921">
 +
<P class="sept">We find a new plasmid that can replace the part JC, so we use it instead of our new part JC
 +
and we name it ¡°K¡±. We do the transformation of ¡°K¡± and GFP. At the same time, we do the
 +
digestion of RK, RP, I13453, RP, RE, K145270, R0079. After the digestion, we do the connection of
 +
IKE, RPRE, KRP.<br><br></p>
 +
</td></tr></table>
 +
<table>
 +
<tr onclick ="showday(922)" style="cursor: hand">
 +
<td><P class="Sep">22nd, Sept<br></P></td>
 +
</tr><tr><td style="display: none" id="day922">
 +
<P class="sept">We pick the right colonies from the medium, and put the tubes into shaker. And we do the
 +
transformation of our new plasmid-------IKE, RPRE, KRP.<br><br></p>
 +
</td></tr></table>
 +
<table>
 +
<tr onclick ="showday(923)" style="cursor: hand">
 +
<td><P class="Sep">23nd, Sept<br></P></td>
 +
</tr><tr><td style="display: none" id="day923">
 +
<P class="sept">We pick the right colonies from the medium, and put the tubes into shaker. We complete
 +
the plasmid extraction of ¡°K¡± and GFP. We do the digestion of ¡°K¡± and GFP. After that, we do the
 +
connection of ¡°K¡± and CB, R0079 and GFP.<br><br></p>
 +
</td></tr></table>
 +
<table>
 +
<tr onclick ="showday(924)" style="cursor: hand">
 +
<td><P class="Sep">24th, Sept<br></P></td>
 +
</tr><tr><td style="display: none" id="day924">
 +
<P class="sept">We complete the plasmid extraction of IKE, RPRE, KRP, we get our new parts-------IKE,RPRE
 +
and KRP. Then, we do the digestion of IKE, RPRE, KRP. After that, we do the connection of RKIKE,
 +
KRPRE. At last, we do the transformation of our new plasmid-------KCB,RG.<br><br></P>
 +
</td></tr></table>
 +
<table>
 +
<tr onclick ="showday(925)" style="cursor: hand">
 +
<td><P class="Sep">25th, Sept<br></P></td>
 +
</tr><tr><td style="display: none" id="day925">
 +
<P class="sept">We do the transformation of our new plasmid-------RKIKE, KRPRE. After that, we pick the
 +
right colonies from the medium, and put the tubes into shaker (including KCB and RG).09.26.
 +
Sprinting
 +
We pick the right colonies from the medium, and put the tubes into shaker (including RKIKE,
 +
KRPRE). Then, we do the plasmid extraction of KCB and RG. Fortunately, we succeed. We get our
 +
new parts-------KCB and RG. We do the digestion of KCB, RG. After that, we do the connection of
 +
KCB and RG.<br><br></p>
 +
</td></tr></table>
 +
<table>
 +
<tr onclick ="showday(927)" style="cursor: hand">
 +
<td><P class="Sep">27th, Sept<br></P></td>
 +
</tr><tr><td style="display: none" id="day927">
 +
<P class="sept">We complete the plasmid extraction of RKIKE, KRPRE. we get our new parts-------RKIKE,
 +
KRPRE. We do the transformation of our new plasmid-------KCBRG.<br><br></p>
 +
</td></tr></table>
 +
<table>
 +
<tr onclick ="showday(928)" style="cursor: hand">
 +
<td><P class="Sep">28th, Sept<br></P></td>
 +
</tr><tr><td style="display: none" id="day928">
 +
<P class="sept">We pick the right colonies from the medium, and put the tubes into shaker (including KCBRG only).<br><br></p>
 +
</td></tr></table>
 +
<table>
 +
<tr onclick ="showday(929)" style="cursor: hand">
 +
<td><P class="Sep">29th, Sept<br></P></td>
 +
</tr><tr><td style="display: none" id="day929">
 +
<P class="sept">We complete the plasmid extraction of KCBRG, we get our new parts-------KCBRG. Till now,
 +
our project has been completed. We are so excited that we have a big dinner in the evening.<br><br></p>
 +
</td></tr></table>
 +
</table>
 +
</td>
 +
</tr>
 +
</table>
 +
 
 +
<br><br><br><br>
 +
<p align="CENTER"><a href="https://2011.igem.org/Team:Tsinghua-A"><img src="https://static.igem.org/mediawiki/2011/9/92/Killbanner_header.jpg" alt="" width="960"/><a href="https://2011.igem.org"><img src="https://static.igem.org/mediawiki/igem.org/2/29/Killbanner_header2.jpg" alt="" width="960"/></p>
 +
 
 +
</BODY>
 +
</HTML>

Latest revision as of 15:47, 28 October 2011

JavaScript Slideshow - TinySlideshow



Collapse All

|

Expand All



July


August


September