Team:Tsinghua-A/Notebook

From 2011.igem.org

(Difference between revisions)
 
(14 intermediate revisions not shown)
Line 6: Line 6:
<link rel="stylesheet" href="http://bioinfo.au.tsinghua.edu.cn/member/IGEM/thu_style.css" />
<link rel="stylesheet" href="http://bioinfo.au.tsinghua.edu.cn/member/IGEM/thu_style.css" />
<style>
<style>
-
 
-
 
body {
body {
Line 23: 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 49: 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 74: 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>
 +
<SCRIPT language=javascript1.2>
 +
function showmonth(sid)
 +
{
 +
whichEl = eval("month" + sid);
 +
if (whichEl.style.display == "none")
 +
{
 +
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>
-
<p align="CENTER"><img src="https://static.igem.org/mediawiki/2011/6/6c/THU_banner_not.jpg" alt="" width="960"/></p>
+
<div style="position:fixed;right:0px;bottom: 0px;display:inline"><a href="#back-top">
 +
<img src="https://static.igem.org/mediawiki/2011/5/52/Back-top.png" width="60px" height="60px"></a></div>
 +
<div style="position:fixed;right:80px;bottom: 0px;display:inline"><a href="https://2011.igem.org/Team:Tsinghua-A/Homepage">
 +
<img src="https://static.igem.org/mediawiki/2011/8/82/Back-home.png" width="60px" height="60px"></a></div>
 +
<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 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>
Line 103: Line 358:
<META NAME="CHANGED" CONTENT="20111004;1582000">
<META NAME="CHANGED" CONTENT="20111004;1582000">
</HEAD>
</HEAD>
-
<BODY LANG="zh-CN" BGCOLOR="#ffffff" DIR="LTR">
+
<br>
-
<P><FONT FACE="Arial, sans-serif"><FONT SIZE=5 STYLE="font-size: 20pt"><SPAN LANG="en-US">Notebook
+
<P ALIGN=CENTER>
-
Section</SPAN></FONT></FONT></P>
+
<table>
-
<P ALIGN=CENTER><BR><BR>
+
<tr>
-
</P>
+
<td onclick ="Collapse()" style="cursor: hand"><P class="slide1">Collapse All<br></P></td>
-
<P ALIGN=LEFT STYLE="margin-left: 1.02cm"><FONT COLOR="#800000"><FONT FACE="Times New Roman, serif"><FONT SIZE=3><SPAN LANG="en-US"><FONT FACE="Arial, sans-serif"><SPAN LANG="en-US">07.14.</SPAN></FONT></SPAN></FONT></FONT></FONT></P>
+
<td><P class="blank">|<br></P></td>
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Times New Roman, serif"><FONT SIZE=3><SPAN LANG="en-US"><FONT FACE="Arial, sans-serif"><SPAN LANG="en-US">Disturbed
+
<td onclick ="Expand()" style="cursor: hand"><P class="slide2">Expand All<br></P></td>
-
but happy</SPAN></FONT></SPAN></FONT></FONT></FONT></P>
+
</tr>
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Times New Roman, serif"><FONT SIZE=3><SPAN LANG="en-US"><FONT FACE="Arial, sans-serif"><SPAN LANG="en-US">Today,
+
</table>
-
the summer semester ends and the biological experiment comes. As we
+
<br>
-
are green-</SPAN></FONT></SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Times New Roman, serif"><FONT SIZE=3><SPAN LANG="en-US"><FONT FACE="Arial, sans-serif"><SPAN LANG="en-US">hands
+
-
in the field of biology, everyone feels very disturbed. Doctor Chen
+
-
encourages us to cheer </SPAN></FONT></SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Times New Roman, serif"><FONT SIZE=3><SPAN LANG="en-US"><FONT FACE="Arial, sans-serif"><SPAN LANG="en-US">up
+
-
and teaches us how to transform. After one and a half hour, we
+
-
finally get it. We successfully </SPAN></FONT></SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Times New Roman, serif"><FONT SIZE=3><SPAN LANG="en-US"><FONT FACE="Arial, sans-serif"><SPAN LANG="en-US">finish
+
-
the transformation of B0034!</SPAN></FONT></SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.02cm"><FONT COLOR="#800000"><FONT FACE="Times New Roman, serif"><FONT SIZE=3><SPAN LANG="en-US"><FONT FACE="Arial, sans-serif"><SPAN LANG="en-US">07.15.</SPAN></FONT></SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Sad
+
-
but expecting</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Today,
+
-
we continue to do cell transformation. We get our medium of B0034
+
-
from incubator. </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Unfortunately,
+
-
we find that there is nothing in the medium. I am very sad, but our
+
-
captain </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">encourages
+
-
us to try again. We manage to do it with the rest B0034 in the kit.
+
-
After one hour, the  </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">assignment
+
-
today is completed. We wish that our effort wouldn&rsquo;t be in
+
-
vain.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.02cm"><FONT COLOR="#800000"><FONT FACE="Times New Roman, serif"><FONT SIZE=3><SPAN LANG="en-US"><FONT FACE="Arial, sans-serif"><SPAN LANG="en-US">07.16.</SPAN></FONT></SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Excited</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">We
+
-
get it! The transformation of B0034 proves to be a success. Everyone
+
-
here is excited and </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">ready
+
-
to finish the transformation of C0079,  B0015,  R0079,  J23116 and
+
-
J37034.At the same </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">time,
+
-
we contact Doctor Chen and tell him the exciting news. He
+
-
congratulates us and promise to </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">teach
+
-
us the procedure of shaking bacteria.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.02cm"><FONT COLOR="#800000"><FONT FACE="Times New Roman, serif"><FONT SIZE=3><SPAN LANG="en-US"><FONT FACE="Arial, sans-serif"><SPAN LANG="en-US">07.17.</SPAN></FONT></SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Stirring</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Today,
+
-
we learn how to pick the right colonies that we need and the protocol
+
-
of shaking </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">bacteria.
+
-
After some practice, we learn the point of this step, and quickly
+
-
finish our work </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">(including
+
-
B0034, C0079, B0015, R0079, J23116 and J37034) today.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.02cm"><FONT COLOR="#800000"><FONT FACE="Times New Roman, serif"><FONT SIZE=3><SPAN LANG="en-US"><FONT FACE="Arial, sans-serif"><SPAN LANG="en-US">07.18.</SPAN></FONT></SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Damn
+
-
difficult!</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Today,
+
-
Doctor Chen teaches us the protocol of plasmid extraction. Compared
+
-
with the </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">experiments
+
-
we have done before, plasmid extraction is really a big problem. To
+
-
finish plasmid </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">extraction,
+
-
there are eleven steps that we have to do. The work takes us more
+
-
than one and a </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">half
+
-
hours. With the help of Doctor Chen, we finally finish the extraction
+
-
of </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">B0034,C0079,B0015,R0079,J23116
+
-
and J37034.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.02cm"><FONT COLOR="#800000"><FONT FACE="Times New Roman, serif"><FONT SIZE=3><SPAN LANG="en-US"><FONT FACE="Arial, sans-serif"><SPAN LANG="en-US">07.19.</SPAN></FONT></SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">That&rsquo;s
+
-
easy!</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"> 
+
-
<FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Today,
+
-
we finish the transformation of K145270,R0062,P0440 and E0420.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.02cm"><FONT COLOR="#800000"><FONT FACE="Times New Roman, serif"><FONT SIZE=3><SPAN LANG="en-US"><FONT FACE="Arial, sans-serif"><SPAN LANG="en-US">07.20.</SPAN></FONT></SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">In
+
-
low spirit</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Unluckily,
+
-
we find that there is nothing in the medium of P0440 and R0062, but
+
-
the </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">transformation
+
-
of K145270 and E0420 proves to be a success. We have a discussion
+
-
about the </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">protocol
+
-
of transformation. After 10 minutes, we doubt that the failure of the
+
-
transformation </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">results
+
-
in the incorrect operating of DH5. Then we carefully do the
+
-
transformation of P0440 and </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">R0062.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.02cm"><FONT COLOR="#800000"><FONT FACE="Times New Roman, serif"><FONT SIZE=3><SPAN LANG="en-US"><FONT FACE="Arial, sans-serif"><SPAN LANG="en-US">07.21.</SPAN></FONT></SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Happy</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">The
+
-
effort we took yesterday is not in vain. We successfully complete the
+
-
transformation of </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">P0440
+
-
and R0062. Then we begin to pick the right colonies from the medium.
+
-
After that, we put </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">all
+
-
the tubes into the shaker and start to shake the bacteria.07.22</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Not
+
-
easy</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">It
+
-
is an awful day today, because we have to do the plasmid extraction
+
-
of K145270, R0062,  </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">P0440
+
-
and E0420. Without the help of Doctor Chen, the steps of plasmid
+
-
extraction are too hard </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">for
+
-
us to complete them without any mistakes. We waste many centrifuge
+
-
tubes and pipet tips.  </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">However,
+
-
we finally made it.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.02cm"><FONT COLOR="#800000"><FONT FACE="Times New Roman, serif"><FONT SIZE=3><SPAN LANG="en-US"><FONT FACE="Arial, sans-serif"><SPAN LANG="en-US">07.24.</SPAN></FONT></SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Lazy</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">After
+
-
our weekends, we come back to our lab. The task today is to finish
+
-
the transformation </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">of
+
-
R0040, K081016.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.02cm"><FONT COLOR="#800000"><FONT FACE="Times New Roman, serif"><FONT SIZE=3><SPAN LANG="en-US"><FONT FACE="Arial, sans-serif"><SPAN LANG="en-US">07.25.</SPAN></FONT></SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Lazy
+
-
again</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Today,
+
-
we complete the transformation of I0500, K081009, E0430.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.02cm"><FONT COLOR="#800000"><FONT FACE="Times New Roman, serif"><FONT SIZE=3><SPAN LANG="en-US"><FONT FACE="Arial, sans-serif"><SPAN LANG="en-US">07.27.</SPAN></FONT></SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Get
+
-
confused</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Today,
+
-
we are surprised to find that the transformation of I0500 fails. We
+
-
try to find the </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">reason.
+
-
After about 15 minutes, we don&rsquo;t find any mistakes in our
+
-
procedure. As a result, we </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">contact
+
-
Doctor Chen. He promises us that he will come tomorrow.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.02cm"><FONT COLOR="#800000"><FONT FACE="Times New Roman, serif"><FONT SIZE=3><SPAN LANG="en-US"><FONT FACE="Arial, sans-serif"><SPAN LANG="en-US">07.28.</SPAN></FONT></SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Rewarding
+
-
</SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Today,
+
-
we have a discussion about the failure of the transformation. Doctor
+
-
Chen supposes </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">that
+
-
there is some problem with the Kan medium. So he writes down the
+
-
medium formula and </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">asks
+
-
us to make up some Kan mediums. With his help, we learn the method to
+
-
use the electronic </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">balance.
+
-
Finally we use our new Kan mediums to do the transformation of I0500.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.02cm"><FONT COLOR="#800000"><FONT FACE="Times New Roman, serif"><FONT SIZE=3><SPAN LANG="en-US"><FONT FACE="Arial, sans-serif"><SPAN LANG="en-US">07.29.</SPAN></FONT></SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Damn!</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">We
+
-
are very disappointed when we take out our mediums. The
+
-
transformation fails again.  </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Then
+
-
we decide to find some information from the Internet. Maybe other
+
-
IGEM teams face the </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#800000"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">same
+
-
problem.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><BR><BR>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.02cm"><FONT COLOR="#b84700"><FONT FACE="Times New Roman, serif"><FONT SIZE=3><SPAN LANG="en-US"><FONT FACE="Arial, sans-serif"><SPAN LANG="en-US">08.01.</SPAN></FONT></SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#b84700"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Terrible
+
-
day</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#b84700"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">After
+
-
our weekend,we exchange our findings that searched from the
+
-
Internet.We are very </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#b84700"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">angry
+
-
when we find that the plasmid doesn&rsquo;t work.Then,we tell the
+
-
message to Doctor Chen and </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#b84700"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">begin
+
-
to find another plasmid to replace I0500.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.02cm"><FONT COLOR="#b84700"><FONT FACE="Times New Roman, serif"><FONT SIZE=3><SPAN LANG="en-US"><FONT FACE="Arial, sans-serif"><SPAN LANG="en-US">08.02.</SPAN></FONT></SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#b84700"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">We
+
-
make it!</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#b84700"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Everyone
+
-
works hard to find the new plasmid. Where there's a will, there's a
+
-
way. We </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#b84700"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">successfully
+
-
outcrop a new plasmid named I13453 which proves to be a workable
+
-
plasmid.  </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#b84700"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Then
+
-
we quickly complete the transformation of it.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.02cm"><FONT COLOR="#b84700"><FONT FACE="Times New Roman, serif"><FONT SIZE=3><SPAN LANG="en-US"><FONT FACE="Arial, sans-serif"><SPAN LANG="en-US">08.03.</SPAN></FONT></SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#b84700"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Nope,
+
-
it's Chuck Testa!</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#b84700"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">We
+
-
succeed to do the transformation of I13453.And then we pick the right
+
-
colonies from the </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#b84700"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">medium
+
-
(including K081009,E0430 and I13453), and put the tubes into shaker.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.02cm"><FONT COLOR="#b84700"><FONT FACE="Times New Roman, serif"><FONT SIZE=3><SPAN LANG="en-US"><FONT FACE="Arial, sans-serif"><SPAN LANG="en-US">08.04.</SPAN></FONT></SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#b84700"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Another
+
-
easy day. Today, our task is to finish the plasmid extraction of
+
-
K081009, E0430 and I13453. After the </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#b84700"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">practice
+
-
we have done before, we find that it is not too difficult to make it.
+
-
We only spend one </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#b84700"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">hour
+
-
extracting the plasmid.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.02cm"><FONT COLOR="#b84700"><FONT FACE="Times New Roman, serif"><FONT SIZE=3><SPAN LANG="en-US"><FONT FACE="Arial, sans-serif"><SPAN LANG="en-US">08.08.</SPAN></FONT></SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#b84700"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">New
+
-
protocol</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#b84700"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Today,
+
-
Ms. Yang teaches us the protocol of agarose gel electrophoresis.
+
-
Compared with </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#b84700"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">plasmid
+
-
extraction, electrophoresis is easier. But we need to make the gel
+
-
and grasp the method </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#b84700"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">to
+
-
use microwave oven.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.02cm"><FONT COLOR="#b84700"><FONT FACE="Times New Roman, serif"><FONT SIZE=3><SPAN LANG="en-US"><FONT FACE="Arial, sans-serif"><SPAN LANG="en-US">08.09.</SPAN></FONT></SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#b84700"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">A
+
-
blue day.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#b84700"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Today,
+
-
we do the agarose gel electrophoresis of B0034, C0079, B0015, R0079,
+
-
J23116 and </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#b84700"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">J37034.
+
-
Unfortunately, we find that our plasmid extraction of C0079, R0079
+
-
and J23116 fails. It </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#b84700"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">proves
+
-
that our chosen colonies are not target bacteria colonies. Therefore,
+
-
we take out our </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#b84700"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">medium
+
-
and repick the other colonies and put the tubes into shaker.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.02cm"><FONT COLOR="#b84700"> </FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.02cm"><FONT COLOR="#b84700"><FONT FACE="Times New Roman, serif"><FONT SIZE=3><SPAN LANG="en-US"><FONT FACE="Arial, sans-serif"><SPAN LANG="en-US">08.10.</SPAN></FONT></SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#b84700"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">As
+
-
usual.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#b84700"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Today,
+
-
we complete the plasmid extraction of C0079, R0079, J23116.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.02cm"><FONT COLOR="#b84700"><FONT FACE="Times New Roman, serif"><FONT SIZE=3><SPAN LANG="en-US"><FONT FACE="Arial, sans-serif"><SPAN LANG="en-US">08.11.</SPAN></FONT></SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#b84700"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">More
+
-
than exciting!</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#b84700"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">The
+
-
plasmid extraction is successful. We observe the plasmid in the
+
-
agarose gel  </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#b84700"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">(including
+
-
C0079, R0079, J23116). And then we do the agarose gel electrophoresis
+
-
of K145270,  </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#b84700"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">R0062,
+
-
P0440 and E0420. We find that we have to redo the plasmid extraction
+
-
of K145270,  </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#b84700"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">R0062.
+
-
Therefore, we take out our medium and repick the other colonies and
+
-
put the tubes into </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#b84700"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">shaker.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.02cm"><FONT COLOR="#b84700"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">08.12.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#b84700"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Just
+
-
a day.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#b84700"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Today,
+
-
we complete the plasmid extraction of K145270 and R0062.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.02cm"><FONT COLOR="#b84700"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">08.20.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#b84700"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Blissful!</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#b84700"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">The
+
-
plasmid extraction is successful. We observe the plasmid in the
+
-
agarose gel  </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#b84700"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">(including
+
-
C0079, R0079, J23116).But the plasmid strips are very strange. So we
+
-
do the </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#b84700"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">electrophoresis
+
-
of C0079, R0079, J23116, K081009, E0430 and I13453.We find that we
+
-
have to </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#b84700"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">redo
+
-
the plasmid extraction of K081009,C0079. Therefore, we take out our
+
-
medium and repick </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#b84700"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">the
+
-
other colonies and put the tubes into shaker.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.02cm"><FONT COLOR="#b84700"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">08.21.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#b84700"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Nothing
+
-
special.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#b84700"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Today,
+
-
we complete the plasmid extraction of K081009,C0079.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.02cm"><FONT COLOR="#b84700"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">08.27.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#b84700"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">cheerful</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#b84700"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">The
+
-
plasmid extraction is successful. All the plasmid we need have
+
-
already </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#b84700"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">been
+
-
extracted. Then Ms. Yang shows us the method of digestion. At first,
+
-
we learn the use of </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#b84700"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Bio
+
-
Photometer. And then we need calculate the mole of the target
+
-
plasmid. At last, we put the </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#b84700"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">solution
+
-
to target plasmid, corresponding digestion enzyme, double distilled
+
-
water and BSA into a </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#b84700"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">tube
+
-
(including B0034, C0079, B0015).</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.02cm"><FONT COLOR="#b84700"><FONT FACE="Times New Roman, serif"><FONT SIZE=3><SPAN LANG="en-US"><FONT FACE="Arial, sans-serif"><SPAN LANG="en-US">08.28</SPAN></FONT></SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#b84700"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">.A
+
-
tragedy</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#b84700"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Unfortunately,
+
-
we find that our digestion fails after the agarose gel
+
-
electrophoresis. So we </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#b84700"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">have
+
-
to redo the digestion. Luckily, we make it and get our first
+
-
gene--------B0034,C0079,B0015.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.02cm"><FONT COLOR="#333366"><FONT FACE="Times New Roman, serif"><FONT SIZE=3><SPAN LANG="en-US"><FONT FACE="Arial, sans-serif"><SPAN LANG="en-US">09.03.</SPAN></FONT></SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Ongoing</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Today,
+
-
we do the digestion of R0079, J23116, J37034.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.02cm"><FONT COLOR="#333366"><FONT FACE="Times New Roman, serif"><FONT SIZE=3><SPAN LANG="en-US"><FONT FACE="Arial, sans-serif"><SPAN LANG="en-US">09.04.</SPAN></FONT></SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Ongoing</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Today,
+
-
we do the digestion of K145270, R0062, P0440 and E0420.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.02cm"><FONT COLOR="#333366"><FONT FACE="Times New Roman, serif"><FONT SIZE=3><SPAN LANG="en-US"><FONT FACE="Arial, sans-serif"><SPAN LANG="en-US">09.05.</SPAN></FONT></SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Ongoing</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Today,
+
-
we do the digestion of K081009, E0430 and I13453.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.02cm"><FONT COLOR="#333366"><FONT FACE="Times New Roman, serif"><FONT SIZE=3><SPAN LANG="en-US"><FONT FACE="Arial, sans-serif"><SPAN LANG="en-US">09.06.</SPAN></FONT></SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Something
+
-
new</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Today,
+
-
Ms. Yang shows the protocol of connection. Like digestion, the
+
-
procedure of </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">connection
+
-
is not hard. But it takes 16 hours. So we do the connection of
+
-
K081009,E0430.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.02cm"><FONT COLOR="#333366"><FONT FACE="Times New Roman, serif"><FONT SIZE=3><SPAN LANG="en-US"><FONT FACE="Arial, sans-serif"><SPAN LANG="en-US">09.07.</SPAN></FONT></SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">A
+
-
hope</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">We
+
-
do the transformation of our new plasmid, KE.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.02cm"><FONT COLOR="#333366"><FONT FACE="Times New Roman, serif"><FONT SIZE=3><SPAN LANG="en-US"><FONT FACE="Arial, sans-serif"><SPAN LANG="en-US">09.08.</SPAN></FONT></SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">If
+
-
we do right?</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">We
+
-
pick the right colonies from the medium, and put the tubes into
+
-
shaker.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.02cm"><FONT COLOR="#333366"><FONT FACE="Times New Roman, serif"><FONT SIZE=3><SPAN LANG="en-US"><FONT FACE="Arial, sans-serif"><SPAN LANG="en-US">09.09.</SPAN></FONT></SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Desperate</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Today,
+
-
we complete the plasmid extraction of KE. Unfortunately, we find that
+
-
our connection </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">fails
+
-
after the agarose gel electrophoresis. Then we redo the
+
-
transformation of KE.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.02cm"><FONT COLOR="#333366"><FONT FACE="Times New Roman, serif"><FONT SIZE=3><SPAN LANG="en-US"><FONT FACE="Arial, sans-serif"><SPAN LANG="en-US">09.10.</SPAN></FONT></SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Fighting</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">We
+
-
pick the right colonies from the medium, and put the tubes into
+
-
shaker.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.02cm"><FONT COLOR="#333366"><FONT FACE="Times New Roman, serif"><FONT SIZE=3><SPAN LANG="en-US"><FONT FACE="Arial, sans-serif"><SPAN LANG="en-US">09.11.</SPAN></FONT></SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Still
+
-
fighting</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">We
+
-
complete the plasmid extraction of KE. Ya-da! Our connection success!
+
-
We got our first </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">part,
+
-
KE!</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.02cm"><FONT COLOR="#333366"><FONT FACE="Times New Roman, serif"><FONT SIZE=3><SPAN LANG="en-US"><FONT FACE="Arial, sans-serif"><SPAN LANG="en-US">09.13.</SPAN></FONT></SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Still
+
-
fighting</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">We
+
-
do the connection of R0040 and K081016, R0062 and P0440, R0062 and
+
-
E0420.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.02cm"><FONT COLOR="#333366"><FONT FACE="Times New Roman, serif"><FONT SIZE=3><SPAN LANG="en-US"><FONT FACE="Arial, sans-serif"><SPAN LANG="en-US">09.14.
+
-
</SPAN></FONT></SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Still
+
-
fighting</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">We
+
-
do the transformation of our new plasmid-------RK, RP, RE.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.02cm"><FONT COLOR="#333366"><FONT FACE="Times New Roman, serif"><FONT SIZE=3><SPAN LANG="en-US"><FONT FACE="Arial, sans-serif"><SPAN LANG="en-US">09.15.</SPAN></FONT></SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Still
+
-
fighting</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">We
+
-
pick the right colonies from the medium, and put the tubes into
+
-
shaker.09.16.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Still
+
-
fighting</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">We
+
-
complete the plasmid extraction of RK, RP, RE. The connection of RP
+
-
and RE success! We </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">got
+
-
our next two parts-------RP and RE! However, the connection of RK
+
-
fails. We have to do it </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">again
+
-
.But we believe that our project will be finished soon!</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.02cm"><FONT COLOR="#333366"><FONT FACE="Times New Roman, serif"><FONT SIZE=3><SPAN LANG="en-US"><FONT FACE="Arial, sans-serif"><SPAN LANG="en-US">09.17.</SPAN></FONT></SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">No
+
-
much time left.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">We
+
-
do the connection of B0015 and C0079, R0079 and J37034.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.02cm"><FONT COLOR="#333366"><FONT FACE="Times New Roman, serif"><FONT SIZE=3><SPAN LANG="en-US"><FONT FACE="Arial, sans-serif"><SPAN LANG="en-US">09.18.</SPAN></FONT></SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Speed
+
-
up</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">We
+
-
do the transformation of our new plasmid-------CB, RJ.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.02cm"><FONT COLOR="#333366"><FONT FACE="Times New Roman, serif"><FONT SIZE=3><SPAN LANG="en-US"><FONT FACE="Arial, sans-serif"><SPAN LANG="en-US">09.19.</SPAN></FONT></SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">As
+
-
usual</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">We
+
-
pick the right colonies from the medium, and put the tubes into
+
-
shaker (including RK).</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.02cm"><FONT COLOR="#333366"><FONT FACE="Times New Roman, serif"><FONT SIZE=3><SPAN LANG="en-US"><FONT FACE="Arial, sans-serif"><SPAN LANG="en-US">09.20.</SPAN></FONT></SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Sprinting</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">We
+
-
complete the plasmid extraction of CB, RJ, RK. Ya-da! The connection
+
-
of JC and RK </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">success!
+
-
We got our next two parts------- CB and RK. But the connection of RJ
+
-
is not successful.  </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Thus,
+
-
we decide to use a plasmid of GFP instead of J37034.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.02cm"><FONT COLOR="#333366"><FONT FACE="Times New Roman, serif"><FONT SIZE=3><SPAN LANG="en-US"><FONT FACE="Arial, sans-serif"><SPAN LANG="en-US">09.21.</SPAN></FONT></SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Sprinting</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">We
+
-
find a new plasmid that can replace the part JC, so we use it instead
+
-
of our new part JC </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">and
+
-
we name it &ldquo;K&rdquo;. We do the transformation of &ldquo;K&rdquo;
+
-
and GFP. At the same time, we do the </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">digestion
+
-
of RK, RP, I13453, RP, RE, K145270, R0079. After the digestion, we do
+
-
the connection of </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">IKE,
+
-
RPRE, KRP.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.02cm"><FONT COLOR="#333366"><FONT FACE="Times New Roman, serif"><FONT SIZE=3><SPAN LANG="en-US"><FONT FACE="Arial, sans-serif"><SPAN LANG="en-US">09.22.</SPAN></FONT></SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Sprinting</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">We
+
-
pick the right colonies from the medium, and put the tubes into
+
-
shaker. And we do the </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">transformation
+
-
of our new plasmid-------IKE, RPRE, KRP.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.02cm"><FONT COLOR="#333366"><FONT FACE="Times New Roman, serif"><FONT SIZE=3><SPAN LANG="en-US"><FONT FACE="Arial, sans-serif"><SPAN LANG="en-US">09.23.</SPAN></FONT></SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Sprinting</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">We
+
-
pick the right colonies from the medium, and put the tubes into
+
-
shaker. We complete </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">the
+
-
plasmid extraction of &ldquo;K&rdquo; and GFP. We do the digestion of
+
-
&ldquo;K&rdquo; and GFP. After that, we do the </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">connection
+
-
of &ldquo;K&rdquo; and CB, R0079 and GFP.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.02cm"><FONT COLOR="#333366"><FONT FACE="Times New Roman, serif"><FONT SIZE=3><SPAN LANG="en-US"><FONT FACE="Arial, sans-serif"><SPAN LANG="en-US">09.24.</SPAN></FONT></SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Sprinting</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">We
+
-
complete the plasmid extraction of IKE, RPRE, KRP, we get our new
+
-
parts-------IKE,RPRE </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">and
+
-
KRP. Then, we do the digestion of IKE, RPRE, KRP. After that, we do
+
-
the connection of RKIKE,  </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">KRPRE.
+
-
At last, we do the transformation of our new plasmid-------KCB,RG.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.02cm"><FONT COLOR="#333366"><FONT FACE="Times New Roman, serif"><FONT SIZE=3><SPAN LANG="en-US"><FONT FACE="Arial, sans-serif"><SPAN LANG="en-US">09.25.</SPAN></FONT></SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Sprinting</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"> 
+
-
<FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">We do
+
-
the transformation of our new plasmid-------RKIKE, KRPRE. After that,
+
-
we pick the </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">right
+
-
colonies from the medium, and put the tubes into shaker (including
+
-
KCB and RG).09.26.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Sprinting</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">We
+
-
pick the right colonies from the medium, and put the tubes into
+
-
shaker (including RKIKE,  </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">KRPRE).
+
-
Then, we do the plasmid extraction of KCB and RG. Fortunately, we
+
-
succeed. We get our </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">new
+
-
parts-------KCB and RG. We do the digestion of KCB, RG. After that,
+
-
we do the connection of  </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">KCB
+
-
and RG.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.02cm"><FONT COLOR="#333366"><FONT FACE="Times New Roman, serif"><FONT SIZE=3><SPAN LANG="en-US"><FONT FACE="Arial, sans-serif"><SPAN LANG="en-US">09.27.</SPAN></FONT></SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Sprinting</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">We
+
-
complete the plasmid extraction of RKIKE, KRPRE. we get our new
+
-
parts-------RKIKE, </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">KRPRE.
+
-
We do the transformation of our new plasmid-------KCBRG.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.02cm"><FONT COLOR="#333366"><FONT FACE="Times New Roman, serif"><FONT SIZE=3><SPAN LANG="en-US"><FONT FACE="Arial, sans-serif"><SPAN LANG="en-US">09.28.</SPAN></FONT></SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Sprinting</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">We
+
-
pick the right colonies from the medium, and put the tubes into
+
-
shaker (including KCBRG </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">only).</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.02cm"><FONT COLOR="#333366"><FONT FACE="Times New Roman, serif"><FONT SIZE=3><SPAN LANG="en-US"><FONT FACE="Arial, sans-serif"><SPAN LANG="en-US">09.29.</SPAN></FONT></SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">Yeah,
+
-
we make it!</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">We
+
-
complete the plasmid extraction of KCBRG, we get our new
+
-
parts-------KCBRG. Till now, </SPAN></FONT></FONT></FONT>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><FONT COLOR="#333366"><FONT FACE="Arial, sans-serif"><FONT SIZE=3><SPAN LANG="en-US">our
+
-
project has been completed. We are so excited that we have a big
+
-
dinner in the evening.</SPAN></FONT></FONT></FONT></P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><BR><BR>
+
-
</P>
+
-
<P ALIGN=LEFT STYLE="margin-left: 1.82cm"><BR><BR>
+
</P>
</P>
 +
<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>
<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>
<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>

Latest revision as of 15:47, 28 October 2011

JavaScript Slideshow - TinySlideshow



Collapse All

|

Expand All



July


August


September