Team:WHU-China/Notebook/Daytoday

From 2011.igem.org

(Difference between revisions)
 
(180 intermediate revisions not shown)
Line 1: Line 1:
-
<!DOCTYPE html>
+
<html>
-
<html lang="en">
+
<head>
<head>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
-
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
+
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
-
<script>
+
<script type="text/javascript" src="http://gettopup.com/releases/latest/top_up-min.js"></script>
-
$(function()  
+
<link rel="stylesheet" type="text/css" href="https://2011.igem.org/Team:WHU-China/jqueryuicss?action=raw&ctype=text/css"/>
 +
<link rel="stylesheet" type="text/css" href="https://2011.igem.org/Team:WHU-China/theme?action=raw&ctype=text/css"/>
 +
<script type="text/javascript" src="https://2011.igem.org/Team:WHU-China/calendarjs?action=raw&ctype=text/js"></script>
 +
<script type="text/javascript">
 +
 
 +
 
 +
$(document).ready(function()
{
{
-
$("#accordion").accordion({
+
var Sys = {}; 
-
event: "click hoverintent"
+
        var ua = navigator.userAgent.toLowerCase()
-
});
+
        var s; 
-
});
+
        (s = ua.match(/msie ([\d.]+)/)) ? Sys.ie = s[1] : 
-
+
        (s = ua.match(/firefox\/([\d.]+)/)) ? Sys.firefox = s[1] :
-
var cfg = ($.hoverintent = {
+
        (s = ua.match(/chrome\/([\d.]+)/)) ? Sys.chrome = s[1] : 
-
sensitivity: 7,
+
        (s = ua.match(/opera.([\d.]+)/)) ? Sys.opera = s[1] : 
-
interval: 100
+
        (s = ua.match(/version\/([\d.]+).*safari/)) ? Sys.safari = s[1] : 0;
-
});
+
  if (Sys.chrome)     
 +
{
 +
  var a1=3500;
 +
  var a2=document.body.clientHeight;
 +
  document.getElementById("bottom").style.top=(a2+a1).toString()+'px';
 +
  document.getElementById("contact").style.top=(a2+a1+80).toString()+'px';}
 +
else{
 +
  var a1=3615;
 +
  var a2=document.body.clientHeight;
 +
  document.getElementById("bottom").style.top=(a2+a1).toString()+'px';
 +
  document.getElementById("contact").style.top=(a2+a1+80).toString()+'px';}
 +
 
 +
 
 +
 
 +
});
 +
 
 +
 +
 
-
$.event.special.hoverintent = {
 
-
setup: function() {
 
-
$( this ).bind( "mouseover", jQuery.event.special.hoverintent.handler );
 
-
},
 
-
teardown: function() {
 
-
$( this ).unbind( "mouseover", jQuery.event.special.hoverintent.handler );
 
-
},
 
-
handler: function( event ) {
 
-
event.type = "hoverintent";
 
-
var self = this,
 
-
args = arguments,
 
-
target = $( event.target ),
 
-
cX, cY, pX, pY;
 
-
 
-
function track( event ) {
 
-
cX = event.pageX;
 
-
cY = event.pageY;
 
-
};
 
-
pX = event.pageX;
 
-
pY = event.pageY;
 
-
function clear() {
 
-
target
 
-
.unbind( "mousemove", track )
 
-
.unbind( "mouseout", arguments.callee );
 
-
clearTimeout( timeout );
 
-
}
 
-
function handler() {
 
-
if ( ( Math.abs( pX - cX ) + Math.abs( pY - cY ) ) < cfg.sensitivity ) {
 
-
clear();
 
-
jQuery.event.handle.apply( self, args );
 
-
} else {
 
-
pX = cX;
 
-
pY = cY;
 
-
timeout = setTimeout( handler, cfg.interval );
 
-
}
 
-
}
 
-
var timeout = setTimeout( handler, cfg.interval );
 
-
target.mousemove( track ).mouseout( clear );
 
-
return true;
 
-
}
 
-
};
 
</script>
</script>
 +
<style type='text/css'>
 +
 +
 +
#countdown
 +
{
 +
display:none;
 +
}
 +
#visit
 +
{
 +
display:none;
 +
}
 +
#contact
 +
{position:absolute;
 +
z-index:1;
 +
left:0px;}
 +
#all
 +
{
 +
position:relative;
 +
font-size:16px;
 +
left:3%;
 +
width:94%;
 +
top:-50px;
 +
}
 +
 +
#bottom
 +
{
 +
position:absolute;
 +
z-index:1;
 +
 +
}
 +
.fc {
 +
direction: ltr;
 +
text-align: left;
 +
}
 +
 +
.fc table {
 +
border-collapse: collapse;
 +
border-spacing: 0;
 +
}
 +
 +
html .fc,
 +
.fc table {
 +
font-size: 1em;
 +
}
 +
 +
.fc td,
 +
.fc th {
 +
padding: 0;
 +
vertical-align: top;
 +
}
 +
 +
 +
 +
/* Header
 +
------------------------------------------------------------------------*/
 +
 +
.fc-header td {
 +
white-space: nowrap;
 +
}
 +
 +
.fc-header-left {
 +
width: 25%;
 +
text-align: left;
 +
}
 +
 +
.fc-header-center {
 +
text-align: center;
 +
}
 +
 +
.fc-header-right {
 +
width: 25%;
 +
text-align: right;
 +
}
 +
 +
.fc-header-title {
 +
display: inline-block;
 +
vertical-align: top;
 +
}
 +
 +
.fc-header-title h2 {
 +
margin-top: 0;
 +
white-space: nowrap;
 +
}
 +
 +
.fc .fc-header-space {
 +
padding-left: 10px;
 +
}
 +
 +
.fc-header .fc-button {
 +
margin-bottom: 1em;
 +
vertical-align: top;
 +
}
 +
 +
/* buttons edges butting together */
 +
 +
.fc-header .fc-button {
 +
margin-right: -1px;
 +
}
 +
 +
.fc-header .fc-corner-right {
 +
margin-right: 1px; /* back to normal */
 +
}
 +
 +
.fc-header .ui-corner-right {
 +
margin-right: 0; /* back to normal */
 +
}
 +
 +
/* button layering (for border precedence) */
 +
 +
.fc-header .fc-state-hover,
 +
.fc-header .ui-state-hover {
 +
z-index: 2;
 +
}
 +
 +
.fc-header .fc-state-down {
 +
z-index: 3;
 +
}
 +
 +
.fc-header .fc-state-active,
 +
.fc-header .ui-state-active {
 +
z-index: 4;
 +
}
 +
 +
 +
 +
/* Content
 +
------------------------------------------------------------------------*/
 +
 +
.fc-content {
 +
clear: both;
 +
}
 +
 +
.fc-view {
 +
width: 100%; /* needed for view switching (when view is absolute) */
 +
overflow: hidden;
 +
}
 +
 +
 +
 +
/* Cell Styles
 +
------------------------------------------------------------------------*/
 +
 +
.fc-widget-header,    /* <th>, usually */
 +
.fc-widget-content {  /* <td>, usually */
 +
border: 1px solid #ccc;
 +
}
 +
 +
.fc-state-highlight { /* <td> today cell */ /* TODO: add .fc-today to <th> */
 +
background: #ffc;
 +
}
 +
 +
.fc-cell-overlay { /* semi-transparent rectangle while dragging */
 +
background: #9cf;
 +
opacity: .2;
 +
filter: alpha(opacity=20); /* for IE */
 +
}
 +
 +
 +
 +
/* Buttons
 +
------------------------------------------------------------------------*/
 +
 +
.fc-button {
 +
position: relative;
 +
display: inline-block;
 +
cursor: pointer;
 +
}
 +
 +
.fc-state-default { /* non-theme */
 +
border-style: solid;
 +
border-width: 1px 0;
 +
}
 +
 +
.fc-button-inner {
 +
position: relative;
 +
float: left;
 +
overflow: hidden;
 +
}
 +
 +
.fc-state-default .fc-button-inner { /* non-theme */
 +
border-style: solid;
 +
border-width: 0 1px;
 +
}
 +
 +
.fc-button-content {
 +
position: relative;
 +
float: left;
 +
height: 1.9em;
 +
line-height: 1.9em;
 +
padding: 0 .6em;
 +
white-space: nowrap;
 +
}
 +
 +
/* icon (for jquery ui) */
 +
 +
.fc-button-content .fc-icon-wrap {
 +
position: relative;
 +
float: left;
 +
top: 50%;
 +
}
 +
 +
.fc-button-content .ui-icon {
 +
position: relative;
 +
float: left;
 +
margin-top: -50%;
 +
*margin-top: 0;
 +
*top: -50%;
 +
}
 +
 +
/* gloss effect */
 +
 +
.fc-state-default .fc-button-effect {
 +
position: absolute;
 +
top: 50%;
 +
left: 0;
 +
}
 +
 +
.fc-state-default .fc-button-effect span {
 +
position: absolute;
 +
top: -100px;
 +
left: 0;
 +
width: 500px;
 +
height: 100px;
 +
border-width: 100px 0 0 1px;
 +
border-style: solid;
 +
border-color: #fff;
 +
background: #444;
 +
opacity: .09;
 +
filter: alpha(opacity=9);
 +
}
 +
 +
/* button states (determines colors)  */
 +
 +
.fc-state-default,
 +
.fc-state-default .fc-button-inner {
 +
border-style: solid;
 +
border-color: #ccc #bbb #aaa;
 +
background: #F3F3F3;
 +
color: #000;
 +
}
 +
 +
.fc-state-hover,
 +
.fc-state-hover .fc-button-inner {
 +
border-color: #999;
 +
}
 +
 +
.fc-state-down,
 +
.fc-state-down .fc-button-inner {
 +
border-color: #555;
 +
background: #777;
 +
}
 +
 +
.fc-state-active,
 +
.fc-state-active .fc-button-inner {
 +
border-color: #555;
 +
background: #777;
 +
color: #fff;
 +
}
 +
 +
.fc-state-disabled,
 +
.fc-state-disabled .fc-button-inner {
 +
color: #999;
 +
border-color: #ddd;
 +
}
 +
 +
.fc-state-disabled {
 +
cursor: default;
 +
}
 +
 +
.fc-state-disabled .fc-button-effect {
 +
display: none;
 +
}
 +
 +
 +
 +
/* Global Event Styles
 +
------------------------------------------------------------------------*/
 +
 +
.fc-event {
 +
border-style: solid;
 +
border-width: 0;
 +
font-size: .85em;
 +
cursor: default;
 +
}
 +
 +
a.fc-event,
 +
.fc-event-draggable {
 +
cursor: pointer;
 +
}
 +
 +
a.fc-event {
 +
text-decoration: none;
 +
}
 +
 +
.fc-rtl .fc-event {
 +
text-align: right;
 +
}
 +
 +
.fc-event-skin {
 +
border-color: #36c;    /* default BORDER color */
 +
background-color: #36c; /* default BACKGROUND color */
 +
color: #fff;            /* default TEXT color */
 +
}
 +
 +
.fc-event-inner {
 +
position: relative;
 +
width: 100%;
 +
height: 100%;
 +
border-style: solid;
 +
border-width: 0;
 +
overflow: hidden;
 +
}
 +
 +
.fc-event-time,
 +
.fc-event-title {
 +
padding: 0 1px;
 +
}
 +
 +
.fc .ui-resizable-handle { /*** TODO: don't use ui-resizable anymore, change class ***/
 +
display: block;
 +
position: absolute;
 +
z-index: 99999;
 +
overflow: hidden; /* hacky spaces (IE6/7) */
 +
font-size: 300%;  /* */
 +
line-height: 50%; /* */
 +
}
 +
 +
 +
 +
/* Horizontal Events
 +
------------------------------------------------------------------------*/
 +
 +
.fc-event-hori {
 +
border-width: 1px 0;
 +
margin-bottom: 1px;
 +
}
 +
 +
/* resizable */
 +
 +
.fc-event-hori .ui-resizable-e {
 +
top: 0          !important; /* importants override pre jquery ui 1.7 styles */
 +
right: -3px      !important;
 +
width: 7px      !important;
 +
height: 100%    !important;
 +
cursor: e-resize;
 +
}
 +
 +
.fc-event-hori .ui-resizable-w {
 +
top: 0          !important;
 +
left: -3px      !important;
 +
width: 7px      !important;
 +
height: 100%    !important;
 +
cursor: w-resize;
 +
}
 +
 +
.fc-event-hori .ui-resizable-handle {
 +
_padding-bottom: 14px; /* IE6 had 0 height */
 +
}
 +
 +
 +
 +
/* Fake Rounded Corners (for buttons and events)
 +
------------------------------------------------------------*/
 +
 +
.fc-corner-left {
 +
margin-left: 1px;
 +
}
 +
 +
.fc-corner-left .fc-button-inner,
 +
.fc-corner-left .fc-event-inner {
 +
margin-left: -1px;
 +
}
 +
 +
.fc-corner-right {
 +
margin-right: 1px;
 +
}
 +
 +
.fc-corner-right .fc-button-inner,
 +
.fc-corner-right .fc-event-inner {
 +
margin-right: -1px;
 +
}
 +
 +
.fc-corner-top {
 +
margin-top: 1px;
 +
}
 +
 +
.fc-corner-top .fc-event-inner {
 +
margin-top: -1px;
 +
}
 +
 +
.fc-corner-bottom {
 +
margin-bottom: 1px;
 +
}
 +
 +
.fc-corner-bottom .fc-event-inner {
 +
margin-bottom: -1px;
 +
}
 +
 +
 +
 +
/* Fake Rounded Corners SPECIFICALLY FOR EVENTS
 +
-----------------------------------------------------------------*/
 +
 +
.fc-corner-left .fc-event-inner {
 +
border-left-width: 1px;
 +
}
 +
 +
.fc-corner-right .fc-event-inner {
 +
border-right-width: 1px;
 +
}
 +
 +
.fc-corner-top .fc-event-inner {
 +
border-top-width: 1px;
 +
}
 +
 +
.fc-corner-bottom .fc-event-inner {
 +
border-bottom-width: 1px;
 +
}
 +
 +
 +
 +
/* Reusable Separate-border Table
 +
------------------------------------------------------------*/
 +
 +
table.fc-border-separate {
 +
border-collapse: separate;
 +
}
 +
 +
.fc-border-separate th,
 +
.fc-border-separate td {
 +
border-width: 1px 0 0 1px;
 +
}
 +
 +
.fc-border-separate th.fc-last,
 +
.fc-border-separate td.fc-last {
 +
border-right-width: 1px;
 +
}
 +
 +
.fc-border-separate tr.fc-last th,
 +
.fc-border-separate tr.fc-last td {
 +
border-bottom-width: 1px;
 +
}
 +
 +
.fc-border-separate tbody tr.fc-first td,
 +
.fc-border-separate tbody tr.fc-first th {
 +
border-top-width: 0;
 +
}
 +
 +
 +
 +
/* Month View, Basic Week View, Basic Day View
 +
------------------------------------------------------------------------*/
 +
 +
.fc-grid th {
 +
text-align: center;
 +
}
 +
 +
.fc-grid .fc-day-number {
 +
float: right;
 +
padding: 0 2px;
 +
}
 +
 +
.fc-grid .fc-other-month .fc-day-number {
 +
opacity: 0.3;
 +
filter: alpha(opacity=30); /* for IE */
 +
/* opacity with small font can sometimes look too faded
 +
  might want to set the 'color' property instead
 +
  making day-numbers bold also fixes the problem */
 +
}
 +
 +
.fc-grid .fc-day-content {
 +
clear: both;
 +
padding: 2px 2px 1px; /* distance between events and day edges */
 +
}
 +
 +
/* event styles */
 +
 +
.fc-grid .fc-event-time {
 +
font-weight: bold;
 +
}
 +
 +
/* right-to-left */
 +
 +
.fc-rtl .fc-grid .fc-day-number {
 +
float: left;
 +
}
 +
 +
.fc-rtl .fc-grid .fc-event-time {
 +
float: right;
 +
}
 +
 +
 +
 +
/* Agenda Week View, Agenda Day View
 +
------------------------------------------------------------------------*/
 +
 +
.fc-agenda table {
 +
border-collapse: separate;
 +
}
 +
 +
.fc-agenda-days th {
 +
text-align: center;
 +
}
 +
 +
.fc-agenda .fc-agenda-axis {
 +
width: 50px;
 +
padding: 0 4px;
 +
vertical-align: middle;
 +
text-align: right;
 +
white-space: nowrap;
 +
font-weight: normal;
 +
}
 +
 +
.fc-agenda .fc-day-content {
 +
padding: 2px 2px 1px;
 +
}
 +
 +
/* make axis border take precedence */
 +
 +
.fc-agenda-days .fc-agenda-axis {
 +
border-right-width: 1px;
 +
}
 +
 +
.fc-agenda-days .fc-col0 {
 +
border-left-width: 0;
 +
}
 +
 +
/* all-day area */
 +
 +
.fc-agenda-allday th {
 +
border-width: 0 1px;
 +
}
 +
 +
.fc-agenda-allday .fc-day-content {
 +
min-height: 34px; /* TODO: doesnt work well in quirksmode */
 +
_height: 34px;
 +
}
 +
 +
/* divider (between all-day and slots) */
 +
 +
.fc-agenda-divider-inner {
 +
height: 2px;
 +
overflow: hidden;
 +
}
 +
 +
.fc-widget-header .fc-agenda-divider-inner {
 +
background: #eee;
 +
}
 +
 +
/* slot rows */
 +
 +
.fc-agenda-slots th {
 +
border-width: 1px 1px 0;
 +
}
 +
 +
.fc-agenda-slots td {
 +
border-width: 1px 0 0;
 +
background: none;
 +
}
 +
 +
.fc-agenda-slots td div {
 +
height: 20px;
 +
}
 +
 +
.fc-agenda-slots tr.fc-slot0 th,
 +
.fc-agenda-slots tr.fc-slot0 td {
 +
border-top-width: 0;
 +
}
 +
 +
.fc-agenda-slots tr.fc-minor th,
 +
.fc-agenda-slots tr.fc-minor td {
 +
border-top-style: dotted;
 +
}
 +
 +
.fc-agenda-slots tr.fc-minor th.ui-widget-header {
 +
*border-top-style: solid; /* doesn't work with background in IE6/7 */
 +
}
 +
 +
 +
 +
/* Vertical Events
 +
------------------------------------------------------------------------*/
 +
 +
.fc-event-vert {
 +
border-width: 0 1px;
 +
}
 +
 +
.fc-event-vert .fc-event-head,
 +
.fc-event-vert .fc-event-content {
 +
position: relative;
 +
z-index: 2;
 +
width: 100%;
 +
overflow: hidden;
 +
}
 +
 +
.fc-event-vert .fc-event-time {
 +
white-space: nowrap;
 +
font-size: 10px;
 +
}
 +
 +
.fc-event-vert .fc-event-bg { /* makes the event lighter w/ a semi-transparent overlay  */
 +
position: absolute;
 +
z-index: 1;
 +
top: 0;
 +
left: 0;
 +
width: 100%;
 +
height: 100%;
 +
background: #fff;
 +
opacity: .3;
 +
filter: alpha(opacity=30);
 +
}
 +
 +
.fc .ui-draggable-dragging .fc-event-bg, /* TODO: something nicer like .fc-opacity */
 +
.fc-select-helper .fc-event-bg {
 +
display: none\9; /* for IE6/7/8. nested opacity filters while dragging don't work */
 +
}
 +
 +
/* resizable */
 +
 +
.fc-event-vert .ui-resizable-s {
 +
bottom: 0        !important; /* importants override pre jquery ui 1.7 styles */
 +
width: 100%      !important;
 +
height: 8px      !important;
 +
overflow: hidden !important;
 +
line-height: 8px !important;
 +
font-size: 11px  !important;
 +
font-family: monospace;
 +
text-align: center;
 +
cursor: s-resize;
 +
}
 +
 +
.fc-agenda .ui-resizable-resizing { /* TODO: better selector */
 +
_overflow: hidden;
 +
}
 +
 +
 +
 +
#accordion p
 +
{ margin:6px;}
 +
#accordion
 +
{
 +
position:relative;
 +
left:20px;
 +
width:960px;
 +
top:-36px;
 +
}
-
<style type="text/css">
 
#choose
#choose
{
{
position:relative;
position:relative;
width:1000px;
width:1000px;
-
height:680px;
+
height:630px;
}
}
-
#accordion div
+
#calendar
-
{background-color:yellow; top:-10px;}
+
-
#accordion
+
{
{
position:absolute;
position:absolute;
-
top:20px;
+
text-align:center;
 +
font-size:14px;
 +
width:680px;
 +
top:15px;
left:20px;
left:20px;
-
height:640px;
+
z-index:12;
-
width:650px;
+
text-align: center;
 +
font-size: 14px;
 +
font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
 +
float:right;
 +
height:580px;
}
}
#date
#date
{
{
position:absolute;
position:absolute;
-
top:20px;
+
top:9px;
-
left:680px;
+
right:15px;
-
height:320px;
+
height:365px;
-
width:260px;
+
width:285px;
-
background:blue;
+
}
}
#pic
#pic
{
{
position:absolute;
position:absolute;
-
top:350px;
+
top:365px;
-
left:680px;
+
right:15px;
-
height:320px;
+
height:200px;
-
width:260px;
+
width:285px;
-
background:red;
+
}
}
</style>
</style>
Line 102: Line 731:
<div id="choose">
<div id="choose">
 +
<div id="calendar">
 +
</div>
 +
 +
<div id="date">
 +
<img src="/wiki/images/e/e5/Whu-jz.png" height="365" width="285"/>
 +
<span  style="position:absolute;left:28px;top:30px;z-index:2;width:234px;font-size:13.2px;"  id="ta"></span>
 +
</div>
 +
<div id="pic">
 +
<img src="/wiki/images/0/02/Whu-Progress.jpg" height="200" width="285">
 +
</div>
 +
</div>
 +
 +
<div id="all">
-
<div id="accordion">
 
-
<h3><a href="#">Monday</a></h3>
 
-
<div>
 
<p>
<p>
-
Mauris mauris ante, blandit et, ultrices a, suscipit eget, quam. Integer
+
<span style="font-weight:bolder">4/14~4/15</span>, preparing materials: such as DH5α, pDsRed -Express Vector, amp, kana, TB, 0.85%NaCl, 0.1MCaCl2, 0.1MMg2+</br>
-
ut neque. Vivamus nisi metus, molestie vel, gravida in, condimentum sit
+
                <span style="font-weight:bolder">4/24</span>, successfully obtained pDsRed-Express Vector plasmid</br>
-
amet, nunc. Nam a nibh. Donec suscipit eros. Nam mi. Proin viverra leo ut
+
                <span style="font-weight:bolder">4/26~4/29</span>, transform pDsRed-Express Vector plasmid into DH5αcompetent cell in order to test our experiment skills</br>
-
odio. Curabitur malesuada. Vestibulum a velit eu ante scelerisque vulputate.
+
                <span style="font-weight:bolder">5/1~5/10</span>, vocation
</p>
</p>
-
</div>
+
-
<h3><a href="#">Tuesday</a></h3>
+
-
<div>
+
<p>
<p>
-
Sed non urna. Donec et ante. Phasellus eu ligula. Vestibulum sit amet
+
<span style="font-weight:bolder">5/11~5/26</span>, use enzyme SpelⅠto digest pDsRed-Express Vector plasmid</br>
-
purus. Vivamus hendrerit, dolor at aliquet laoreet, mauris turpis porttitor
+
                <span style="font-weight:bolder">5/27</span>, use XbalⅠto digest pDsRed-Express Vector plasmid</br>
-
velit, faucibus interdum tellus libero ac justo. Vivamus non quam. In
+
                <span style="font-weight:bolder">5/28</span>, use EcoRⅠto digrst pDsRed-Express Vector plasmid</br>
-
suscipit faucibus urna.
+
                <span style="font-weight:bolder">5/29~6/1</span>, use Pst1 and EcoRⅠto digest pDsRed-Express Vector</br>
 +
                <span style="font-weight:bolder">6/2~6/15</span>, produce the competent cell, use T4 ligase to join DNA fragments, and conduct the transformation..During those days, we modified the procedures of competent cell production and successfully boomed the results of transformation to 10^7 </br>
 +
                <span style="font-weight:bolder">6/16~7/7</span>, too busy with the school stuff
 +
 
</p>
</p>
-
</div>
+
-
<h3><a href="#">Wednesday</a></h3>
+
-
<div>
+
<p>
<p>
-
Nam enim risus, molestie et, porta ac, aliquam ac, risus. Quisque lobortis.
+
<span style="font-weight:bolder">7/8~7/9</span>, pick up the procedures of transformation after the break. At the meantime, use PstI and EcoRI to digest the pDsRed-Express Vector, conduct the gel extraction and join the DNA fragments overnight</br>
-
Phasellus pellentesque purus in massa. Aenean in pede. Phasellus ac libero
+
                <span style="font-weight:bolder">7/10</span>, transform the products of ligation</br>
-
ac tellus pellentesque semper. Sed ac felis. Sed commodo, magna quis
+
                <span style="font-weight:bolder">7/11</span>, tranform the plasmid of pSB1A3, pSB1C3 and biobrick 15NI, 6AI</br>
-
lacinia ornare, quam ante aliquam nisi, eu iaculis leo purus venenatis dui.
+
                <span style="font-weight:bolder">7/12</span>, re-transform pSB1C3, biobricks 15NI, 6AI</br>
 +
                <span style="font-weight:bolder">7/13</span>, extract the plasmid of 15NI, 6AI, use EcoRI and SpeI to digest the 15NI plasmid, use EcoRI and XbalI to digest the plasmid of 6AI</br>
 +
                <span style="font-weight:bolder">7/14</span>, re-transform the pSB1A3 and the biobricks of 15NI 6AI due to the mistakenly omitting steps of culturing E. Coli with these plasmids</br>
 +
 
</p>
</p>
-
</div>
+
                <p>
-
<h3><a href="#">Thursday</a></h3>
+
<span style="font-weight:bolder">7/15~7/17</span>, transform the plasmids of 23LⅠ,6HⅢ,17PⅠ,2KⅠ,16MⅣ,2MⅠ, 13JⅡ,20FⅠ,8HⅡ,14HⅠ,14KⅠ,20KⅠ,4AⅠ,6IⅠ,14JⅠ,12AⅠ,4MⅠ,2IⅠ,4OⅠ
-
<div>
+
At the meantime, digest the 4AⅠ, 4OⅠ, 4MⅠ with EcoRI and SpelⅠ, 23LⅠ with EcoRI and XbalⅠ, then conducting ligation
 +
digest the 6HⅢ and 17PⅠwith EcoRⅠ and SpelⅠ, with an unexpected 3-band result, owing to the higher than normal plasmid concentration.</br>
 +
<span style="font-weight:bolder">7/18</span>, transform the biobricks of 8HⅡ,14KⅠ,20 KⅠ, 6IⅠ, 12AⅠ, gaining the ligation products of 23LⅠ-4AⅠ,23LⅠ- 4OⅠ,23LⅠ- 4MⅠ23LⅠ-6HⅢ, re-digest 6HⅢ with EcoRⅠ and SpelⅠ.</br>
 +
<span style="font-weight:bolder">7/19</span>, transform the biobricks of 16MⅣ,20FⅠ,14HⅠ,14JⅠ,13JⅡ, use gal extract to gain the product.</br>
 +
<span style="font-weight:bolder">7/20</span>, use the EcoRⅠand SpelⅠto digest 4AⅠ, 4OⅠ, 4MⅠ,use EcoRⅠand XbalⅠto digest 23L,in the meantime we use enzyme digest to test our product 4AⅠ, 4OⅠ, 4MⅠ,20 KⅠ, 6IⅠ, 12AⅠ,gain our ligation product 23LⅠ- 4MⅠ,23LⅠ-6HⅢ
 +
 
 +
</p>
 +
<p>
<p>
-
Cras dictum. Pellentesque habitant morbi tristique senectus et netus
+
<span style="font-weight:bolder">7/21</span>, complete the ligation of 23LⅠ-4AⅠ,23LⅠ- 4OⅠ,23LⅠ- 4MⅠ,23LⅠ- 14KⅠ</br>
-
et malesuada fames ac turpis egestas. Vestibulum ante ipsum primis in
+
<span style="font-weight:bolder">7/22</span>, transform the biobricks of 6A and 15N,complete the ligation of 20 FⅠ-2MⅠ,13JⅡ-2M.</br>
-
faucibus orci luctus et ultrices posuere cubilia Curae; Aenean lacinia
+
<span style="font-weight:bolder">7/23~7/28</span>, Focused on the ligation of biobricks . Till 7/28 we have successfully ligate the  23LⅠ- 4MⅠ,23LⅠ- 4OⅠ,23LⅠ-14KⅠ,20FⅠ-2MⅠ,13JⅡ-2MⅠ,23LⅠ-14JⅠ,23LⅠ-6HⅢ,4AⅠ-23LⅠ-2MⅠ,20 FⅠ-2MⅠ-23LⅠ,and 17PⅠ-23LⅠ</br>
-
mauris vel est.
+
<span style="font-weight:bolder">7/29</span>, ligated the 14JⅠ-23LⅠ-2MⅠ,4OⅠ-23LⅠ-2IⅠ,14HⅠ-2MⅠ
 +
 
</p>
</p>
 +
<p>
<p>
-
Suspendisse eu nisl. Nullam ut libero. Integer dignissim consequat lectus.
+
<span style="font-weight:bolder">7/30</span>, ligated 8HⅡ-2MⅠ,4AⅠ-23LⅠ-2MⅠ-20KⅠ,15NⅠ-23LⅠ-6HⅢ,2KⅠ-16MⅣ,15NⅠ-23LⅠ-17PⅠ,2MⅠ-13JⅡ-2MⅠ-20 FⅠ-23LⅠ</br>
-
Class aptent taciti sociosqu ad litora torquent per conubia nostra, per
+
<span style="font-weight:bolder">7/31</span>, ligate 2MⅠ-23LⅠ- 4MⅠ,4OⅠ-23LⅠ-2IⅠ- 6IⅠ,14JⅠ-23LⅠ-2MⅠ- 6IⅠ</br>
-
inceptos himenaeos.
+
<span style="font-weight:bolder">8/1~8/2</span>, ligate RLS5+6(2KⅠ-16MⅣ-2MⅠ-13JⅡ-2MⅠ-20 FⅠ-23LⅠ) RLS1+6(2KⅠ-16MⅣ-2MⅠ-13JⅡ-2MⅠ-20 FⅠ-23LⅠ)</br>
 +
<span style="font-weight:bolder">8/3</span>, the ligation of 4AⅠ-23LⅠ-2MⅠ-20KⅠ,8HⅡ-2MⅠfailed,but we successfully gained the  4OⅠ-23LⅠ-2IⅠ- 6IⅠ,2MⅠ-23LⅠ- 4MⅠ,ligated the 2MⅠ-23LⅠ- 4MⅠ-12AⅠ
 +
 
</p>
</p>
-
</div>
+
-
<h3><a href="#">Friday</a></h3>
+
-
<div>
+
<p>
<p>
-
Cras dictum. Pellentesque habitant morbi tristique senectus et netus
+
<span style="font-weight:bolder">8/4~8/5</span>, re-ligated the 23LⅠ-6HⅢ,17PⅠ-23LⅠ,4AⅠ-23LⅠ-2MⅠ-20KⅠ,test RLS1+6(2KⅠ-16MⅣ-2MⅠ-13JⅡ-2MⅠ-20 FⅠ-23LⅠ),transformed new biobricks 19CⅣ,15OⅣ,19IⅣ,6JⅢ,6LⅢ,6NⅢ,16EⅠ,8LⅡ,12LⅠ,20ⅠⅠ,6NⅠ</br>
-
et malesuada fames ac turpis egestas. Vestibulum ante ipsum primis in
+
<span style="font-weight:bolder">8/6</span>, re-ligated 14JⅠ-23LⅠ-2MⅠ- 6IⅠ,ligated 14HⅠ-2MⅠ,6JⅢ-23LⅠ,6LⅢ-23LⅠ,15NⅠ- RLS1+6,19CⅣ-23LⅠ,15OⅣ-23LⅠ,19IⅣ-23LⅠ,23LⅠ-14KⅠ,10EⅣ-23LⅠ,15MⅣ-23LⅠ,17AⅣ-23LⅠ</br>
-
faucibus orci luctus et ultrices posuere cubilia Curae; Aenean lacinia
+
<span style="font-weight:bolder">8/7~8/10</span>, ligated14JⅠ-23LⅠ-2MⅠ-6IⅠ,2MⅠ-14HⅠ-2MⅠ,6JⅢ-23LⅠ,6LⅢ-23LⅠ,15NⅠ-RLS1+6,19CⅣ-23LⅠ,15OⅣ-23LⅠ,19IⅣ-23LⅠ,15MⅣ-23LⅠ,17AⅣ-23LⅠ</br>
-
mauris vel est.
+
<span style="font-weight:bolder">8/11~8/12</span>, ligated 8HⅡ-2MⅠ-14HⅠ-2MⅠ,2MⅠ-19CⅣ-23LⅠ,2MⅠ-15MⅣ-23LⅠ,2MⅠ-15OⅣ-23LⅠ,use enzyme to verify the 6JⅢ-23LⅠ,6LⅢ-23LⅠ,17AⅣ-23LⅠ</br>
 +
<span style="font-weight:bolder">8/13~8/14</span>, re-ligate 2MⅠ-19CⅣ-23LⅠ,2MⅠ-15MⅣ-23LⅠ,2MⅠ-15OⅣ-23LⅠ,ligate 2MⅠ-17AⅣ-23LⅠ,2MⅠ-6JⅢ-23LⅠ,2MⅠ-6LⅢ-23LⅠ</br>
 +
<span style="font-weight:bolder">8/15</span>, re-ligate 8HⅡ-2MⅠ-14HⅠ-2MⅠ,14JⅠ-23LⅠ-2MⅠ-6IⅠ,23LⅠ-14KⅠ,use PCR to amplify the 2MⅠ-19CⅣ-23LⅠ,2MⅠ-15MⅣ-23LⅠ,2MⅠ-15OⅣ-23LⅠ,2MⅠ-17AⅣ-23LⅠ
 +
 
</p>
</p>
 +
<p>
<p>
-
Suspendisse eu nisl. Nullam ut libero. Integer dignissim consequat lectus.
+
<span style="font-weight:bolder">8/16</span>, ligate 16EⅠ-2MⅠ-6LⅢ-23LⅠ,16EⅠ-15OⅣ,16EⅠ-17AⅣ,16EⅠ-19CⅣ,16EⅠ-15MⅣ</br>
-
Class aptent taciti sociosqu ad litora torquent per conubia nostra, per
+
<span style="font-weight:bolder">8/17~8/18</span>, ligate 4EⅠ-23LⅠ,RLS1+6-16EⅠ-15OⅣ,RLS1+6-16EⅠ-6LⅢ,RLS1+6-16EⅠ-17AⅣ,RLS1+6-16EⅠ-19CⅣ,RLS1+6-19CⅣ,16MⅣ-2KⅠ</br>
-
inceptos himenaeos.
+
<span style="font-weight:bolder">8/19~8/20</span>, ligate 8HⅡ-2MⅠ-14HⅠ-2MⅠ-23LⅠ-14KⅠ,14JⅠ-23LⅠ-2MⅠ-6IⅠ-4AⅠ-23LⅠ-2MⅠ-20KⅠ,15NⅠ-RLS,16EⅠ-2MⅠ-19CⅣ-23LⅠ- pSB1C3, 16MⅣ- RLS6</br>
 +
<span style="font-weight:bolder">8/21~8/22</span>, re-ligate 4OⅠ-23LⅠ-2IⅠ- 6IⅠ,14JⅠ-23LⅠ-2MⅠ-6IⅠ,23LⅠ-14KⅠ,8HⅡ-2MⅠ-14HⅠ-2MⅠ,16EⅠ-2MⅠ-19CⅣ-23LⅠ- pSB1C3,16MⅣ- RLS6</br>
 +
<span style="font-weight:bolder">8/23</span>, ligate 14JⅠ-23LⅠ-2MⅠ-6IⅠ-4AⅠ-23LⅠ-2MⅠ-20KⅠ,4OⅠ-23LⅠ-2IⅠ- 6IⅠ,8HⅡ-2MⅠ-14HⅠ-2MⅠ-23LⅠ-14KⅠ,16EⅠ-2MⅠ-19CⅣ-23LⅠ-pSB1C3,16EⅠ-15MⅣ, 16EⅠ-15OⅣ, 16EⅠ-17AⅣ, 16EⅠ-6LⅢ</br>
 +
<span style="font-weight:bolder">8/24~8/25</span>, 16EⅠ-15MⅣ-pSB1C3, 16EⅠ-15OⅣ-pSB1C3, 16EⅠ-17AⅣ-pSB1C3, 16EⅠ-6LⅢ-pSB1C3,16EⅠ-2MⅠ-19CⅣ-23LⅠ-pSB1C3, RLS-18OⅠ, RLS-18MⅠ, RLS-2GⅡ,k360123-k360126
 +
 
</p>
</p>
-
</div>
+
-
<h3><a href="#">Saturday</a></h3>
+
-
<div>
+
<p>
<p>
-
Cras dictum. Pellentesque habitant morbi tristique senectus et netus
+
<span style="font-weight:bolder">8/26</span>, extract plasmid: 009-13,009-3. Enzyme digest 009-13,009- 3. Result shows that it is not cut completely .PCR 20 + 2 positive control.Transformation: 2 M-13 J-2 M-20 F, PSB, 2 K-16 MIV, CHL1-CHL3 (DH5 α and TrpR defects strains)</br>
-
et malesuada fames ac turpis egestas. Vestibulum ante ipsum primis in
+
<span style="font-weight:bolder">8/27</span>, extract plasmid: 8H, 2M-14 H-2M. enzyme digest 009-3, 8H, 2 M-14 H-2 M. Ligate 009-2-3.Identification of the transformation of PCR 8.26 ligation results. Cut CHL1 religate CHL1-CHL3, CHL1-CHL4.Enzyme cut PCB, 23 L, RLS1.Transformation: CHL1-CHL3 (DH5 α and TrpR defects plant), CHL1-CHL4 (DH5 α and TrpR defects plant), 009-2-3, controls.</br>
-
faucibus orci luctus et ultrices posuere cubilia Curae; Aenean lacinia
+
<span style="font-weight:bolder">8/28</span>, repeat 27th enzymes digest,ligated 009-2-3. Transformation: 18 M-RLS1, 18 O-RLS1, 2 G Ⅱ-RLS1, PSB-23 L, 009-2-3, CHL1-CHL3 (TrpR defects plant), CHL1-CHL4 (TrpR defects strains) controls. Reserve  RLSF-2, PSB-1.</br>
-
mauris vel est.
+
<span style="font-weight:bolder">8/29</span>, PCR 2 M-19 C, Enzyme cut 2 M -14 H-2 M, 14 K; transform 118,122,2M-18F,009-5,009-13,control.</br>
 +
<span style="font-weight:bolder">8/30</span>, extract plasmid 18 O I, 18 M I, 2 G II-RLS1 and PSB-23 L /11 tube. PCR 2 M-18 F, and identified positive cloning, the result is positive.Enzyme cut 009-2-3, 009-1-6, 2 M-14 H-2 M. Cloning-5, 009 PCR positive. Ligate 14 K-23 L, 2 M-14 H-2 M-8 H.Transformation: 18 M-RLS-2-23 L, 18 M-RLS-3-23 L, 18 M-RLS-5-23 L, 18 M-RLS-6-23 L, 2 G-RLS-23 L-1, 2 G-RLS-23 L-4 and 16 E-PCB-23 L-4, 2 M-14 H-2 M-8 H, 14 K-23 L, controls.Reserve: 009-2-3-(4), 009-2-3-6, PCB-17, PCB-23 L-5, 2 G-RLS1-6, PCB-23 L-4, 18 M-RLS1-2, PCB-23 L-6, 2 G-RLS1-4.</br>
 +
<span style="font-weight:bolder">8/31</span>, PCR screening 18 O-RLS, 18 M- RLS RLS, 2 GII-RLS, PSB-23 L. PCR 2 M-15 M-23 L.Extract plasmid 009-5. enzyme cut 009-5 . ligated 14 H-2 M.Transformation: Plasmid 118, Plasmid 122, 14 H</br>
 +
<span style="font-weight:bolder">9/1</span>, extract plasmid 18 O, 18 M- RLS RLS, 2 GII-RLS, PSB-23 L. PCR 2 M-15 M-23 L,. PCR 2 M-17 A-23 L, 2 M-15 O-23 L, 2 M-15 M-23 L, 2 M-18 F. Enzyme cut and identificaty.Extract plasmid 009-13 (1-6), 009-14 (1-6), identify of the result of enzyme cut , ligate.Reserve: 009-14-1, 009-14-5, 009-14-6, 2 M-18 F-(1), 2 M-18 F-(2).Transformation: 009-13, 14 H-2 M, CHL1-3 (TrpR defects plant), controls.
</p>
</p>
 +
<p>
<p>
-
Suspendisse eu nisl. Nullam ut libero. Integer dignissim consequat lectus.
+
<span style="font-weight:bolder">9/2</span>, enzyme cut 2 G-RLS, 18 O-RLS, ligate 23L; PCB-23 L, ligate 16E.Transformation: CHL1-4 (TrpR defects plant), 118, 122,, and the Plasmid Plasmid PCB-23 L, 18 O-RLS1-23 L, controls.</br>
-
Class aptent taciti sociosqu ad litora torquent per conubia nostra, per
+
<span style="font-weight:bolder">9/3</span>, enzyme cut 2 G-RLS, 2 M-13 J, 18 O-RLS, 2 M-20 F, 2 M-13 J-23 L, 2 K-16 M, 16 M IV, 2 M-18 F. Extract plasmid 009-3.Transformation: Plasmid 118, 122, 009-Plasmid 2-3-4, 009-2-3-6, 009-5-10, controls.
-
inceptos himenaeos.
+
 
</p>
</p>
-
</div>
+
-
<h3><a href="#">Sunday</a></h3>
+
-
<div>
+
<p>
<p>
-
Cras dictum. Pellentesque habitant morbi tristique senectus et netus
+
<span style="font-weight:bolder">9/4</span>, extract plasmid 2 M-14 H-2 M, 14 H-2 M, enzyme cut ligation.extract plasmid PCB, 16 E, 2 M-13 J, 2 K, 2 M, 2 M-20 F, RLS, 2 M-17 A-23 L, 2 M-15 M-23 L, 2 M-19 C-23 L, 2 M-15 O-23 L, 2 K-16 M, RLS1-6. Enzyme cut identification.</br>
-
et malesuada fames ac turpis egestas. Vestibulum ante ipsum primis in
+
<span style="font-weight:bolder">9/5</span>, enzyme digeat14 H, 18 O-RLS-23 L, PCB-23 L, electrophoresis, recycle.Transformation: CHL1-3 (TrpR defects plant), CHL1-4 (TrpR defects plant), 16 M Ⅳ, 20 F, 14 H, 17 A,19I、19C、15O、15M、control。</br>
-
faucibus orci luctus et ultrices posuere cubilia Curae; Aenean lacinia
+
<span style="font-weight:bolder">9/6</span>, extract plasmid 2 M-14 H-2 M, and ligate.Enzyme 2 M-13 J. Extract plasmid 20 F I.
-
mauris vel est.
+
Transformation: 14 H-2 M, controls.</br>
 +
<span style="font-weight:bolder">9/7</span>, enzyme cut 2 M I. Extract plasmid 2 M-15 O, 2 M-15 M, 2 M-19 C, 2 M-19 I, 2 M-13 J,2 M-17 , electrophoresis, enzyme cut identification. Extract plasmid 009-14. Transformation: Plasmid 118, pLPCB, Plasmid 118 & pLPCB co-transformation, 2 M since connection, 2 M-13 J Ⅱ, controls.Colonies PCR identification of 18 F.</br>
 +
<span style="font-weight:bolder">9/8</span>, ligate 2 K-13 J. Enzyme cut 009-14, ligate 14 K-23 L, 2 M-14 H-2 M.
 +
Transformation: pLPCB, 2 M. Ligate 16 M Ⅳ, 2 M-15 O, 2 M-13 J, 2 M-15 M, 2 M-17 A, 2 M-19 C, 2 M-19 I, 14 K-23 L, 2 M-14 H, controls.</br>
 +
<span style="font-weight:bolder">9/9</span>, extract plasmid 009-14, 8 H, RFP. Ligate 2 K-20 F.
 +
Transformation: 2 K-13 J, 2 K , 14 H-2 M, 14 K-23 L, 009-13, controls.</br>
 +
<span style="font-weight:bolder">9/10</span>, enzyme cut 2 K- 20 F, 2 K, PCR detection.
 +
Enzyme cut 2 M , 8 H, 15 M, 099-2-3, ligation.</br>
 +
<span style="font-weight:bolder">9/11</span>, extract plasmid15tubes, Enzyme cut identification. PCR 2M-13J, identification.
 +
enzyme cut14K-23L、8H、009-5.
 +
transformation:pLPCB、controls.  </br>
 +
<span style="font-weight:bolder">9/12</span>, enzyme cut2M I、8H. extract plasmid009-13、15M-23L, enzyme cutligate14H-2M. </br>
 +
<span style="font-weight:bolder">9/13</span>, enzyme cut13J, phosphorylation2M、2K;enzyme cut18F. detectionCHL1-3、CHL1-4. ligate2Mself-ligate、2Kself-ligate、2K-13J、2K-16M、18F-2K-17A、2K-15M. colony PCR 15M-23L. enzyme cut009-2、009-3、009-4.
 +
Colony PCR identification transformation products.
 +
Blue Light Sensor test.
 +
 
 +
 
</p>
</p>
 +
<p>
<p>
-
Suspendisse eu nisl. Nullam ut libero. Integer dignissim consequat lectus.
+
<span style="font-weight:bolder">9/14</span>, enzyme cut009-2、009-3、009-4、17A IV, recycle, ligate009-2+C、009-3+C、009-4+C、009-2-3+009-4、009-2-3self-ligate.</br> 
-
Class aptent taciti sociosqu ad litora torquent per conubia nostra, per
+
ligate2K、2M, enzyme cut detection. </br>
-
inceptos himenaeos.
+
Colony PCR identification transformation products. </br>
 +
transformation:009-2、009-3、009-4、009-2-3、009-2-3-4、2M-14H-2M、009-13、2M-17A-right、2M-17A-left、18F-2K-17A、2Kself-ligate、2Mself-ligate、16MⅣ、controls. </br>
 +
<span style="font-weight:bolder">9/15</span>, enzyme cut2M-13J、2K-20F、17A. ligate2M-13J-2K-20F、18F-2K-15O、GRE+118、2K-15O、2K-20F、13J-20F.</br>
 +
enzyme cut14H-2M, 2M-14H-2M, colony PCR. ligate009-2-3+009-4. </br>
 +
Blue Light Sensor test. </br>
 +
<span style="font-weight:bolder">9/16</span>, extract plasmid 009 2-3-4, 009,-13, 14 H, enzyme cut and identify. Colonies PCR. Ligate 4 O-23 L-2 I + 6 I.</br>
 +
Transformation: pJT122, GRE-118, 18 F-2 M-15 O, 2 M-17 A-right, 2 M-17 A-left, 2 M-13 J-2 M-20 F, 009-2, 009-3, 009-4, 15 M-23 L, 009-5, 14 H-2 M, controls.
 +
 
 +
 
</p>
</p>
-
</div>
+
 +
<p>
 +
<span style="font-weight:bolder">9/17</span>, enzyme 2 K-cut 20 F, 2 M-15 O, 18 F-2 M-15 O, 13 J-20 F, 18 F-2 M-15 O.</br>
 +
Mention plasmid 009-2-3-4, enzyme cut detection. Connection GRE--118, 009-2-3-4.</br>
 +
Colonies PCR product identification transformation.</br>
 +
PCR 2 M-18 F, PCR Plasmid 122.009 2-3-4 </br>
 +
<span style="font-weight:bolder">9/18</span>,  PCR detection 18 F-15 O. Enzyme cut 16 M IV.</br>
 +
<span style="font-weight:bolder">9/19</span>,  link 2 K-16 M, 2 M-13 J-20 F, 18 F-15 O.6 I, 23 enzyme cut L, 009-2, 009-3, 009-4.</br>
 +
PCR 2 M-18 F.Transformation: 18 F-2 M-15 O, 2 M-16 M Ⅳ, 13 J-20 K, Plasmid 122, controls</br>
 +
<span style="font-weight:bolder">9/20</span>, extract plasmid: 2 M-18 F,and122.Colonies PCR product identification .PCR 2 M-18 F, PCR Plasmid 122.</br>
 +
<span style="font-weight:bolder">9/21</span>, PCR 18 F-15 O. Enzyme cut 15 O 14 H, 6 I, 23 L, 2 M.Colonies PCR identification .</br>
 +
PCR 2 M-18 F, PCR Plasmid 122.</br>
 +
<span style="font-weight:bolder">9/22</span>, extract plasmid 4 O-23 L-2 I, enzyme cut 4 O-23 L-2 I, 2 M, 6 I. PCR 18 O-23 L. Ligate 14 H + 2 M.
 +
 +
</p>
 +
 +
<p>
 +
<span style="font-weight:bolder">9/23</span>,  PCR JT112 , Cph8, 2 M-18 F. Cut CHL1 and CHL3. ligate CHL1-3.14 H, 6 I, 2 M, 4 O-23 L-2 I, 14 H-2 M.</br>
 +
<span style="font-weight:bolder">9/24</span>, PCR Cph8. Enzyme cut 2 M -15 O and 18 F, ligation. </br>
 +
<span style="font-weight:bolder">9/25</span>, PCR Cph8 , ligation18 F-15 O, enzyme cut 16 E, K30012 , J61002.</br>
 +
<span style="font-weight:bolder">9/26</span>, enzyme cut 2 M , 15 O-2 M.</br>
 +
<span style="font-weight:bolder">9/27</span>, PCR Cph8. PCR identify 16 E-13 J-20 F, 12 G, ligate 18 F-15 O-CHL1-4 (device of blue light sensor)</br>
 +
<span style="font-weight:bolder">9/28</span>, enzyme cut 2 M -18 F. Enzyme cut 12 G, CHL3. PCR 122.</br>
 +
<span style="font-weight:bolder">9/29</span>, G, enzyme cut 12 18 F. PCR Cph8.</br>
 +
 +
 +
</p>
 +
</div>
</div>
-
<div id="date">
+
 
-
JS日历控件
+
 
 +
<div style="height:50px"></div>
 +
 
 +
 
 +
<div id="bottom">
 +
<image src="/wiki/images/5/58/Whu-backgroundbottom.png"/>
</div>
</div>
-
<div id="pic">
+
<div id="contact">
-
其他
+
<a href="https://2011.igem.org/wiki/index.php?title=Team:WHU-China/Notebook/Daytoday&action=edit"><img class="whucontact" style="position:relative;left:636px;top:38px;z-index:10;" src="/wiki/images/2/2a/Whu-Home_r1_c1.png"/></a>
 +
<a href="Mailto:gubrian890512@gmail.com"><img class="whucontact" style="position:relative;left:660px;top:38px;z-index:10;" src="/wiki/images/9/97/Whu-Home_r1_c3.png"/></a>
 +
<a href="https://igem.org/Main_Page"><img class="whucontact" style="position:relative;left:676px;top:38px;z-index:10;" src="/wiki/images/0/03/Whu-Home_r1_c5.png"/></a>
 +
<img id="bb" src="/wiki/images/3/3c/Whu-build.jpg"/>
</div>
</div>
-
</div>
 
-
 
-
 
</div>
</div>
</body>
</body>
</html>
</html>
{{WHUcss}}
{{WHUcss}}

Latest revision as of 14:34, 26 October 2011

4/14~4/15, preparing materials: such as DH5α, pDsRed -Express Vector, amp, kana, TB, 0.85%NaCl, 0.1MCaCl2, 0.1MMg2+
4/24, successfully obtained pDsRed-Express Vector plasmid
4/26~4/29, transform pDsRed-Express Vector plasmid into DH5αcompetent cell in order to test our experiment skills
5/1~5/10, vocation

5/11~5/26, use enzyme SpelⅠto digest pDsRed-Express Vector plasmid
5/27, use XbalⅠto digest pDsRed-Express Vector plasmid
5/28, use EcoRⅠto digrst pDsRed-Express Vector plasmid
5/29~6/1, use Pst1 and EcoRⅠto digest pDsRed-Express Vector
6/2~6/15, produce the competent cell, use T4 ligase to join DNA fragments, and conduct the transformation..During those days, we modified the procedures of competent cell production and successfully boomed the results of transformation to 10^7
6/16~7/7, too busy with the school stuff

7/8~7/9, pick up the procedures of transformation after the break. At the meantime, use PstI and EcoRI to digest the pDsRed-Express Vector, conduct the gel extraction and join the DNA fragments overnight
7/10, transform the products of ligation
7/11, tranform the plasmid of pSB1A3, pSB1C3 and biobrick 15NI, 6AI
7/12, re-transform pSB1C3, biobricks 15NI, 6AI
7/13, extract the plasmid of 15NI, 6AI, use EcoRI and SpeI to digest the 15NI plasmid, use EcoRI and XbalI to digest the plasmid of 6AI
7/14, re-transform the pSB1A3 and the biobricks of 15NI 6AI due to the mistakenly omitting steps of culturing E. Coli with these plasmids

7/15~7/17, transform the plasmids of 23LⅠ,6HⅢ,17PⅠ,2KⅠ,16MⅣ,2MⅠ, 13JⅡ,20FⅠ,8HⅡ,14HⅠ,14KⅠ,20KⅠ,4AⅠ,6IⅠ,14JⅠ,12AⅠ,4MⅠ,2IⅠ,4OⅠ At the meantime, digest the 4AⅠ, 4OⅠ, 4MⅠ with EcoRI and SpelⅠ, 23LⅠ with EcoRI and XbalⅠ, then conducting ligation digest the 6HⅢ and 17PⅠwith EcoRⅠ and SpelⅠ, with an unexpected 3-band result, owing to the higher than normal plasmid concentration.
7/18, transform the biobricks of 8HⅡ,14KⅠ,20 KⅠ, 6IⅠ, 12AⅠ, gaining the ligation products of 23LⅠ-4AⅠ,23LⅠ- 4OⅠ,23LⅠ- 4MⅠ23LⅠ-6HⅢ, re-digest 6HⅢ with EcoRⅠ and SpelⅠ.
7/19, transform the biobricks of 16MⅣ,20FⅠ,14HⅠ,14JⅠ,13JⅡ, use gal extract to gain the product.
7/20, use the EcoRⅠand SpelⅠto digest 4AⅠ, 4OⅠ, 4MⅠ,use EcoRⅠand XbalⅠto digest 23L,in the meantime we use enzyme digest to test our product 4AⅠ, 4OⅠ, 4MⅠ,20 KⅠ, 6IⅠ, 12AⅠ,gain our ligation product 23LⅠ- 4MⅠ,23LⅠ-6HⅢ

7/21, complete the ligation of 23LⅠ-4AⅠ,23LⅠ- 4OⅠ,23LⅠ- 4MⅠ,23LⅠ- 14KⅠ
7/22, transform the biobricks of 6A and 15N,complete the ligation of 20 FⅠ-2MⅠ,13JⅡ-2M.
7/23~7/28, Focused on the ligation of biobricks . Till 7/28 we have successfully ligate the 23LⅠ- 4MⅠ,23LⅠ- 4OⅠ,23LⅠ-14KⅠ,20FⅠ-2MⅠ,13JⅡ-2MⅠ,23LⅠ-14JⅠ,23LⅠ-6HⅢ,4AⅠ-23LⅠ-2MⅠ,20 FⅠ-2MⅠ-23LⅠ,and 17PⅠ-23LⅠ
7/29, ligated the 14JⅠ-23LⅠ-2MⅠ,4OⅠ-23LⅠ-2IⅠ,14HⅠ-2MⅠ

7/30, ligated 8HⅡ-2MⅠ,4AⅠ-23LⅠ-2MⅠ-20KⅠ,15NⅠ-23LⅠ-6HⅢ,2KⅠ-16MⅣ,15NⅠ-23LⅠ-17PⅠ,2MⅠ-13JⅡ-2MⅠ-20 FⅠ-23LⅠ
7/31, ligate 2MⅠ-23LⅠ- 4MⅠ,4OⅠ-23LⅠ-2IⅠ- 6IⅠ,14JⅠ-23LⅠ-2MⅠ- 6IⅠ
8/1~8/2, ligate RLS5+6(2KⅠ-16MⅣ-2MⅠ-13JⅡ-2MⅠ-20 FⅠ-23LⅠ) RLS1+6(2KⅠ-16MⅣ-2MⅠ-13JⅡ-2MⅠ-20 FⅠ-23LⅠ)
8/3, the ligation of 4AⅠ-23LⅠ-2MⅠ-20KⅠ,8HⅡ-2MⅠfailed,but we successfully gained the 4OⅠ-23LⅠ-2IⅠ- 6IⅠ,2MⅠ-23LⅠ- 4MⅠ,ligated the 2MⅠ-23LⅠ- 4MⅠ-12AⅠ

8/4~8/5, re-ligated the 23LⅠ-6HⅢ,17PⅠ-23LⅠ,4AⅠ-23LⅠ-2MⅠ-20KⅠ,test RLS1+6(2KⅠ-16MⅣ-2MⅠ-13JⅡ-2MⅠ-20 FⅠ-23LⅠ),transformed new biobricks 19CⅣ,15OⅣ,19IⅣ,6JⅢ,6LⅢ,6NⅢ,16EⅠ,8LⅡ,12LⅠ,20ⅠⅠ,6NⅠ
8/6, re-ligated 14JⅠ-23LⅠ-2MⅠ- 6IⅠ,ligated 14HⅠ-2MⅠ,6JⅢ-23LⅠ,6LⅢ-23LⅠ,15NⅠ- RLS1+6,19CⅣ-23LⅠ,15OⅣ-23LⅠ,19IⅣ-23LⅠ,23LⅠ-14KⅠ,10EⅣ-23LⅠ,15MⅣ-23LⅠ,17AⅣ-23LⅠ
8/7~8/10, ligated14JⅠ-23LⅠ-2MⅠ-6IⅠ,2MⅠ-14HⅠ-2MⅠ,6JⅢ-23LⅠ,6LⅢ-23LⅠ,15NⅠ-RLS1+6,19CⅣ-23LⅠ,15OⅣ-23LⅠ,19IⅣ-23LⅠ,15MⅣ-23LⅠ,17AⅣ-23LⅠ
8/11~8/12, ligated 8HⅡ-2MⅠ-14HⅠ-2MⅠ,2MⅠ-19CⅣ-23LⅠ,2MⅠ-15MⅣ-23LⅠ,2MⅠ-15OⅣ-23LⅠ,use enzyme to verify the 6JⅢ-23LⅠ,6LⅢ-23LⅠ,17AⅣ-23LⅠ
8/13~8/14, re-ligate 2MⅠ-19CⅣ-23LⅠ,2MⅠ-15MⅣ-23LⅠ,2MⅠ-15OⅣ-23LⅠ,ligate 2MⅠ-17AⅣ-23LⅠ,2MⅠ-6JⅢ-23LⅠ,2MⅠ-6LⅢ-23LⅠ
8/15, re-ligate 8HⅡ-2MⅠ-14HⅠ-2MⅠ,14JⅠ-23LⅠ-2MⅠ-6IⅠ,23LⅠ-14KⅠ,use PCR to amplify the 2MⅠ-19CⅣ-23LⅠ,2MⅠ-15MⅣ-23LⅠ,2MⅠ-15OⅣ-23LⅠ,2MⅠ-17AⅣ-23LⅠ

8/16, ligate 16EⅠ-2MⅠ-6LⅢ-23LⅠ,16EⅠ-15OⅣ,16EⅠ-17AⅣ,16EⅠ-19CⅣ,16EⅠ-15MⅣ
8/17~8/18, ligate 4EⅠ-23LⅠ,RLS1+6-16EⅠ-15OⅣ,RLS1+6-16EⅠ-6LⅢ,RLS1+6-16EⅠ-17AⅣ,RLS1+6-16EⅠ-19CⅣ,RLS1+6-19CⅣ,16MⅣ-2KⅠ
8/19~8/20, ligate 8HⅡ-2MⅠ-14HⅠ-2MⅠ-23LⅠ-14KⅠ,14JⅠ-23LⅠ-2MⅠ-6IⅠ-4AⅠ-23LⅠ-2MⅠ-20KⅠ,15NⅠ-RLS,16EⅠ-2MⅠ-19CⅣ-23LⅠ- pSB1C3, 16MⅣ- RLS6
8/21~8/22, re-ligate 4OⅠ-23LⅠ-2IⅠ- 6IⅠ,14JⅠ-23LⅠ-2MⅠ-6IⅠ,23LⅠ-14KⅠ,8HⅡ-2MⅠ-14HⅠ-2MⅠ,16EⅠ-2MⅠ-19CⅣ-23LⅠ- pSB1C3,16MⅣ- RLS6
8/23, ligate 14JⅠ-23LⅠ-2MⅠ-6IⅠ-4AⅠ-23LⅠ-2MⅠ-20KⅠ,4OⅠ-23LⅠ-2IⅠ- 6IⅠ,8HⅡ-2MⅠ-14HⅠ-2MⅠ-23LⅠ-14KⅠ,16EⅠ-2MⅠ-19CⅣ-23LⅠ-pSB1C3,16EⅠ-15MⅣ, 16EⅠ-15OⅣ, 16EⅠ-17AⅣ, 16EⅠ-6LⅢ
8/24~8/25, 16EⅠ-15MⅣ-pSB1C3, 16EⅠ-15OⅣ-pSB1C3, 16EⅠ-17AⅣ-pSB1C3, 16EⅠ-6LⅢ-pSB1C3,16EⅠ-2MⅠ-19CⅣ-23LⅠ-pSB1C3, RLS-18OⅠ, RLS-18MⅠ, RLS-2GⅡ,k360123-k360126

8/26, extract plasmid: 009-13,009-3. Enzyme digest 009-13,009- 3. Result shows that it is not cut completely .PCR 20 + 2 positive control.Transformation: 2 M-13 J-2 M-20 F, PSB, 2 K-16 MIV, CHL1-CHL3 (DH5 α and TrpR defects strains)
8/27, extract plasmid: 8H, 2M-14 H-2M. enzyme digest 009-3, 8H, 2 M-14 H-2 M. Ligate 009-2-3.Identification of the transformation of PCR 8.26 ligation results. Cut CHL1 religate CHL1-CHL3, CHL1-CHL4.Enzyme cut PCB, 23 L, RLS1.Transformation: CHL1-CHL3 (DH5 α and TrpR defects plant), CHL1-CHL4 (DH5 α and TrpR defects plant), 009-2-3, controls.
8/28, repeat 27th enzymes digest,ligated 009-2-3. Transformation: 18 M-RLS1, 18 O-RLS1, 2 G Ⅱ-RLS1, PSB-23 L, 009-2-3, CHL1-CHL3 (TrpR defects plant), CHL1-CHL4 (TrpR defects strains) controls. Reserve RLSF-2, PSB-1.
8/29, PCR 2 M-19 C, Enzyme cut 2 M -14 H-2 M, 14 K; transform 118,122,2M-18F,009-5,009-13,control.
8/30, extract plasmid 18 O I, 18 M I, 2 G II-RLS1 and PSB-23 L /11 tube. PCR 2 M-18 F, and identified positive cloning, the result is positive.Enzyme cut 009-2-3, 009-1-6, 2 M-14 H-2 M. Cloning-5, 009 PCR positive. Ligate 14 K-23 L, 2 M-14 H-2 M-8 H.Transformation: 18 M-RLS-2-23 L, 18 M-RLS-3-23 L, 18 M-RLS-5-23 L, 18 M-RLS-6-23 L, 2 G-RLS-23 L-1, 2 G-RLS-23 L-4 and 16 E-PCB-23 L-4, 2 M-14 H-2 M-8 H, 14 K-23 L, controls.Reserve: 009-2-3-(4), 009-2-3-6, PCB-17, PCB-23 L-5, 2 G-RLS1-6, PCB-23 L-4, 18 M-RLS1-2, PCB-23 L-6, 2 G-RLS1-4.
8/31, PCR screening 18 O-RLS, 18 M- RLS RLS, 2 GII-RLS, PSB-23 L. PCR 2 M-15 M-23 L.Extract plasmid 009-5. enzyme cut 009-5 . ligated 14 H-2 M.Transformation: Plasmid 118, Plasmid 122, 14 H
9/1, extract plasmid 18 O, 18 M- RLS RLS, 2 GII-RLS, PSB-23 L. PCR 2 M-15 M-23 L,. PCR 2 M-17 A-23 L, 2 M-15 O-23 L, 2 M-15 M-23 L, 2 M-18 F. Enzyme cut and identificaty.Extract plasmid 009-13 (1-6), 009-14 (1-6), identify of the result of enzyme cut , ligate.Reserve: 009-14-1, 009-14-5, 009-14-6, 2 M-18 F-(1), 2 M-18 F-(2).Transformation: 009-13, 14 H-2 M, CHL1-3 (TrpR defects plant), controls.

9/2, enzyme cut 2 G-RLS, 18 O-RLS, ligate 23L; PCB-23 L, ligate 16E.Transformation: CHL1-4 (TrpR defects plant), 118, 122,, and the Plasmid Plasmid PCB-23 L, 18 O-RLS1-23 L, controls.
9/3, enzyme cut 2 G-RLS, 2 M-13 J, 18 O-RLS, 2 M-20 F, 2 M-13 J-23 L, 2 K-16 M, 16 M IV, 2 M-18 F. Extract plasmid 009-3.Transformation: Plasmid 118, 122, 009-Plasmid 2-3-4, 009-2-3-6, 009-5-10, controls.

9/4, extract plasmid 2 M-14 H-2 M, 14 H-2 M, enzyme cut ligation.extract plasmid PCB, 16 E, 2 M-13 J, 2 K, 2 M, 2 M-20 F, RLS, 2 M-17 A-23 L, 2 M-15 M-23 L, 2 M-19 C-23 L, 2 M-15 O-23 L, 2 K-16 M, RLS1-6. Enzyme cut identification.
9/5, enzyme digeat14 H, 18 O-RLS-23 L, PCB-23 L, electrophoresis, recycle.Transformation: CHL1-3 (TrpR defects plant), CHL1-4 (TrpR defects plant), 16 M Ⅳ, 20 F, 14 H, 17 A,19I、19C、15O、15M、control。
9/6, extract plasmid 2 M-14 H-2 M, and ligate.Enzyme 2 M-13 J. Extract plasmid 20 F I. Transformation: 14 H-2 M, controls.
9/7, enzyme cut 2 M I. Extract plasmid 2 M-15 O, 2 M-15 M, 2 M-19 C, 2 M-19 I, 2 M-13 J,2 M-17 , electrophoresis, enzyme cut identification. Extract plasmid 009-14. Transformation: Plasmid 118, pLPCB, Plasmid 118 & pLPCB co-transformation, 2 M since connection, 2 M-13 J Ⅱ, controls.Colonies PCR identification of 18 F.
9/8, ligate 2 K-13 J. Enzyme cut 009-14, ligate 14 K-23 L, 2 M-14 H-2 M. Transformation: pLPCB, 2 M. Ligate 16 M Ⅳ, 2 M-15 O, 2 M-13 J, 2 M-15 M, 2 M-17 A, 2 M-19 C, 2 M-19 I, 14 K-23 L, 2 M-14 H, controls.
9/9, extract plasmid 009-14, 8 H, RFP. Ligate 2 K-20 F. Transformation: 2 K-13 J, 2 K , 14 H-2 M, 14 K-23 L, 009-13, controls.
9/10, enzyme cut 2 K- 20 F, 2 K, PCR detection. Enzyme cut 2 M , 8 H, 15 M, 099-2-3, ligation.
9/11, extract plasmid15tubes, Enzyme cut identification. PCR 2M-13J, identification. enzyme cut14K-23L、8H、009-5. transformation:pLPCB、controls.
9/12, enzyme cut2M I、8H. extract plasmid009-13、15M-23L, enzyme cutligate14H-2M.
9/13, enzyme cut13J, phosphorylation2M、2K;enzyme cut18F. detectionCHL1-3、CHL1-4. ligate2Mself-ligate、2Kself-ligate、2K-13J、2K-16M、18F-2K-17A、2K-15M. colony PCR 15M-23L. enzyme cut009-2、009-3、009-4. Colony PCR identification transformation products. Blue Light Sensor test.

9/14, enzyme cut009-2、009-3、009-4、17A IV, recycle, ligate009-2+C、009-3+C、009-4+C、009-2-3+009-4、009-2-3self-ligate.
ligate2K、2M, enzyme cut detection.
Colony PCR identification transformation products.
transformation:009-2、009-3、009-4、009-2-3、009-2-3-4、2M-14H-2M、009-13、2M-17A-right、2M-17A-left、18F-2K-17A、2Kself-ligate、2Mself-ligate、16MⅣ、controls.
9/15, enzyme cut2M-13J、2K-20F、17A. ligate2M-13J-2K-20F、18F-2K-15O、GRE+118、2K-15O、2K-20F、13J-20F.
enzyme cut14H-2M, 2M-14H-2M, colony PCR. ligate009-2-3+009-4.
Blue Light Sensor test.
9/16, extract plasmid 009 2-3-4, 009,-13, 14 H, enzyme cut and identify. Colonies PCR. Ligate 4 O-23 L-2 I + 6 I.
Transformation: pJT122, GRE-118, 18 F-2 M-15 O, 2 M-17 A-right, 2 M-17 A-left, 2 M-13 J-2 M-20 F, 009-2, 009-3, 009-4, 15 M-23 L, 009-5, 14 H-2 M, controls.

9/17, enzyme 2 K-cut 20 F, 2 M-15 O, 18 F-2 M-15 O, 13 J-20 F, 18 F-2 M-15 O.
Mention plasmid 009-2-3-4, enzyme cut detection. Connection GRE--118, 009-2-3-4.
Colonies PCR product identification transformation.
PCR 2 M-18 F, PCR Plasmid 122.009 2-3-4
9/18, PCR detection 18 F-15 O. Enzyme cut 16 M IV.
9/19, link 2 K-16 M, 2 M-13 J-20 F, 18 F-15 O.6 I, 23 enzyme cut L, 009-2, 009-3, 009-4.
PCR 2 M-18 F.Transformation: 18 F-2 M-15 O, 2 M-16 M Ⅳ, 13 J-20 K, Plasmid 122, controls
9/20, extract plasmid: 2 M-18 F,and122.Colonies PCR product identification .PCR 2 M-18 F, PCR Plasmid 122.
9/21, PCR 18 F-15 O. Enzyme cut 15 O 14 H, 6 I, 23 L, 2 M.Colonies PCR identification .
PCR 2 M-18 F, PCR Plasmid 122.
9/22, extract plasmid 4 O-23 L-2 I, enzyme cut 4 O-23 L-2 I, 2 M, 6 I. PCR 18 O-23 L. Ligate 14 H + 2 M.

9/23, PCR JT112 , Cph8, 2 M-18 F. Cut CHL1 and CHL3. ligate CHL1-3.14 H, 6 I, 2 M, 4 O-23 L-2 I, 14 H-2 M.
9/24, PCR Cph8. Enzyme cut 2 M -15 O and 18 F, ligation.
9/25, PCR Cph8 , ligation18 F-15 O, enzyme cut 16 E, K30012 , J61002.
9/26, enzyme cut 2 M , 15 O-2 M.
9/27, PCR Cph8. PCR identify 16 E-13 J-20 F, 12 G, ligate 18 F-15 O-CHL1-4 (device of blue light sensor)
9/28, enzyme cut 2 M -18 F. Enzyme cut 12 G, CHL3. PCR 122.
9/29, G, enzyme cut 12 18 F. PCR Cph8.

Count Down

days

hours

minutes

seconds

Visitor

Retrieved from "http://2011.igem.org/Team:WHU-China/Notebook/Daytoday"