Difference between revisions of "Team:SZU China/Practices"

Line 1: Line 1:
{{Template:SZU_China/Playground/style}}
 
{{Template:SZU_China/Playground/menu}}
 
 
<html>
 
<html>
 
<head>
 
<head>
 +
<link rel="stylesheet" type="text/css"  href="https://2015.igem.org/Template:SZU_China/Playground/bootstrap/CSS?action=raw&ctype=text/css" />
  
<link href="https://2015.igem.org/Template:SZU_China/Playground/Humanpractice/CSS?action=raw&ctype=text/css" rel="stylesheet">
+
 
 +
 
 +
<!-- Latest compiled and minified JavaScript -->
 +
<script src="https://2015.igem.org/Template:SZU_China/bootstrap/Javascript?action=raw&ctype=text/javascript"></script>
 +
 
 +
 
 +
<!--custom css file-->
 +
<link href="https://2015.igem.org/Template:SZU_China/Playground/custom/CSS?action=raw&ctype=text/css" rel="stylesheet">
  
 
<link href="https://2015.igem.org/Template:SZU_China/Playground/title/CSS?action=raw&ctype=text/css" rel="stylesheet">
 
<link href="https://2015.igem.org/Template:SZU_China/Playground/title/CSS?action=raw&ctype=text/css" rel="stylesheet">
 +
 +
 +
<style>
 +
 +
.cbp_tmtimeline {
 +
margin: 30px 0 0 0;
 +
padding: 0;
 +
list-style: none;
 +
position: relative;
 +
}
 +
 +
/* The line */
 +
.cbp_tmtimeline:before {
 +
content: '';
 +
position: absolute;
 +
top: 0;
 +
bottom: 0;
 +
width: 10px;
 +
background: #afdcf8;
 +
left: 20%;
 +
margin-left: -10px;
 +
}
 +
 +
.cbp_tmtimeline > li {
 +
position: relative;
 +
}
 +
 +
 +
 +
/* The date/time */
 +
.cbp_tmtimeline > li .cbp_tmtime {
 +
display: block;
 +
width: 25%;
 +
padding-right: 100px;
 +
position: absolute;
 +
}
 +
 +
.cbp_tmtimeline > li .cbp_tmtime span {
 +
display: block;
 +
text-align: right;
 +
      line-height:0.8em;
 +
}
 +
 +
.cbp_tmtimeline > li .cbp_tmtime span:first-child {
 +
font-size: 0.9em;
 +
color: #bdd0db;
 +
}
 +
 +
.cbp_tmtimeline > li .cbp_tmtime span:last-child {
 +
font-size: 2.9em;
 +
color: #3594cb;
 +
}
 +
 +
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
 +
color: #6cbfee;
 +
}
 +
 +
/* Right content */
 +
.cbp_tmtimeline > li .cbp_tmlabel {
 +
margin: 0 0 15px 25%;
 +
background: #3594cb;
 +
color: #fff;
 +
padding: 2em;
 +
font-size: 1.2em;
 +
font-weight: 300;
 +
line-height: 1.4;
 +
position: relative;
 +
border-radius: 5px;
 +
}
 +
 +
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
 +
background: #6cbfee;
 +
}
 +
 +
.cbp_tmtimeline > li .cbp_tmlabel h2 {
 +
margin-top: 0px;
 +
padding: 0 0 10px 0;
 +
border-bottom: 1px solid rgba(255,255,255,0.4);
 +
}
 +
 +
/* The triangle */
 +
.cbp_tmtimeline > li .cbp_tmlabel:after {
 +
right: 100%;
 +
border: solid transparent;
 +
content: " ";
 +
height: 0;
 +
width: 0;
 +
position: absolute;
 +
pointer-events: none;
 +
border-right-color: #3594cb;
 +
border-width: 10px;
 +
top: 10px;
 +
}
 +
 +
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
 +
border-right-color: #6cbfee;
 +
}
 +
 +
/* The icons */
 +
.cbp_tmtimeline > li .cbp_tmicon {
 +
width: 40px;
 +
height: 40px;
 +
font-family: 'ecoico';
 +
speak: none;
 +
font-style: normal;
 +
font-weight: normal;
 +
font-variant: normal;
 +
text-transform: none;
 +
font-size: 1.4em;
 +
line-height: 40px;
 +
-webkit-font-smoothing: antialiased;
 +
position: absolute;
 +
color: #fff;
 +
background: #46a4da;
 +
border-radius: 50%;
 +
box-shadow: 0 0 0 8px #afdcf8;
 +
text-align: center;
 +
left: 20%;
 +
top: 0;
 +
margin: 0 0 0 -25px;
 +
}
 +
 +
.cbp_tmicon-phone:before {
 +
content: "\e000";
 +
}
 +
 +
.cbp_tmicon-screen:before {
 +
content: "\e001";
 +
}
 +
 +
.cbp_tmicon-mail:before {
 +
content: "\e002";
 +
}
 +
 +
.cbp_tmicon-earth:before {
 +
content: "\e003";
 +
}
 +
 +
/* Example Media Queries */
 +
@media screen and (max-width: 65.375em) {
 +
 +
.cbp_tmtimeline > li .cbp_tmtime span:last-child {
 +
font-size: 1.5em;
 +
}
 +
}
 +
 +
@media screen and (max-width: 47.2em) {
 +
.cbp_tmtimeline:before {
 +
display: none;
 +
}
 +
 +
.cbp_tmtimeline > li .cbp_tmtime {
 +
width: 100%;
 +
position: relative;
 +
padding: 0 0 20px 0;
 +
}
 +
 +
.cbp_tmtimeline > li .cbp_tmtime span {
 +
text-align: left;
 +
}
 +
 +
.cbp_tmtimeline > li .cbp_tmlabel {
 +
margin: 0 0 30px 0;
 +
padding: 1em;
 +
font-weight: 400;
 +
font-size: 95%;
 +
}
 +
 +
.cbp_tmtimeline > li .cbp_tmlabel:after {
 +
right: auto;
 +
left: 20px;
 +
border-right-color: transparent;
 +
border-bottom-color: #3594cb;
 +
top: -20px;
 +
}
 +
 +
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
 +
border-right-color: transparent;
 +
border-bottom-color: #6cbfee;
 +
}
 +
 +
.cbp_tmtimeline > li .cbp_tmicon {
 +
position: relative;
 +
float: right;
 +
left: auto;
 +
margin: -55px 5px 0 0px;
 +
}
 +
}
 +
 +
</style>
 
</head>
 
</head>
 
</html>
 
</html>
 +
{{Template:SZU_China/Playground/menu}}
 +
 
<html>
 
<html>
 +
<body>
  
 
 
 
    <body data-spy="scroll" data-target=".navbar" data-offset="50">
 
 
      
 
      
 
<div class="text-title">
 
<div class="text-title">
 
  <div class="texts">
 
  <div class="texts">
        <p id="heading">Human practice</p>
+
<br>
        <p id="brief">Combine Biological Unnatural Amino Acid(UAA)Orthogonal
+
<br>
            <br>genectical system with logic "AND" gate gene circuit
+
 
            <br>to detect bladder cancer cells precisely</p>
+
    <p id="heading"><small>Notebook</small></p>
     </div>
+
     </div></br>
 +
<br>
 +
</br>
 
</div>
 
</div>
     
 
  
        <div id="boody" data-spy="scroll" data-target=".navbar" data-offset="50">
+
 
            <nav class="navbar navbar-default" data-spy="affix" data-offset-top="319">
+
 
                <div class="navbar-header">
+
<ul class="cbp_tmtimeline" style="margin: 4em 3em 0 9em;">
                    <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
+
<li>
                        <span class="icon-bar"></span>
+
<time class="cbp_tmtime" datetime="2013-04-10 18:30"><span>April 2nd -</span> <span> April 23rd</span></time>
                        <span class="icon-bar"></span>
+
<div class="cbp_tmicon cbp_tmicon-phone"></div>
                        <span class="icon-bar"></span>
+
<div class="cbp_tmlabel">
                    </button>
+
                 </div>
+
<p>To discuss the decision of team project: CANCER SNIPER BLADDER</p>
               
+
</div>
                <div>
+
</li>
                    <div id= "center_bar" class="collapse navbar-collapse" id="myNavbar">
+
<li>
                            <ul class="nav navbar-nav">
+
<time class="cbp_tmtime" datetime="2013-04-11T12:04"><span>April 28th -</span> <span> June 20th</span></time>
                                <li><a href="#section1">2011 &nbsp;&nbsp;&nbsp;&nbsp;></a>
+
<div class="cbp_tmicon cbp_tmicon-screen"></div>
                                </li>
+
<div class="cbp_tmlabel">
                                <li><a href="#section2">2012 &nbsp;&nbsp;&nbsp;&nbsp;></a>
+
                                </li>
+
<p>Finished the project system in shuttle vector</p>
                                <li><a href="#section3">2013 &nbsp;&nbsp;&nbsp;&nbsp;></a>
+
</div>
                                </li>
+
</li>
                                <li><a href="#section41">2014 &nbsp;&nbsp;&nbsp;&nbsp;></a>
+
<li>
                                </li>
+
<time class="cbp_tmtime" datetime="2013-04-13 05:36"><span>June 26th-</span> <span> June 26th</span></time>
                                <li><a href="#section42">2015 &nbsp;&nbsp;&nbsp;</a>
+
<div class="cbp_tmicon cbp_tmicon-mail"></div>
                                </li>
+
<div class="cbp_tmlabel">
                                </li>
+
<p>Transfected the two plasmid system in 5637 and T24 bladder cancer cells,and got a good result in Rluc(with amber mutation). Moreover,we got the control experiments data in human bladder fiber epithelial normal cells(HFC).</p>
                            </ul>
+
</div>
                        </div>
+
</li>
                </div>
+
<li>
   
+
<time class="cbp_tmtime" datetime="2013-04-15 13:15"><span>June 30th-</span> <span> June 30th</span></time>
            </nav>
+
<div class="cbp_tmicon cbp_tmicon-phone"></div>
            <div id="section1" class="container-fluid">
+
<div class="cbp_tmlabel">
                <h1>Section 1</h1>
+
                 <p>Improved the original BioBrick TERT (BBa_K1722001). </p>
               
+
</div>
                <p>Try to scroll this section and look at the navigation bar while scrolling! Try ection and look at the navigation bar while scrolling! Try ection and look at the navigation bar while scrolling! Try ection and look at the navigion and look at the navigation bar while scrolling! Try ection and look at the navigation bar while scrolling! Try ection and look at the navigation bar while scrolling! Try ection and look at the navigation bar while scrolling! Try ection and look at the navigation bar while scrolling! Try to scroll this section and look at the navigation bar while scrolling!</p>
+
</li>
                <p>Try to scroll this section and look at the nato scroll this section and look at the nato scroll this section and look at the nato scroll this section and look at the nato scroll this section and look at the nato scroll this sectioscroll this section and look at the nato scroll this section and look at the nato scroll this sectioscroll this section and look at the nato scroll this section and look at the nato scroll this sectioscroll this section and look at the nato scroll this section and look at the nato scroll this section and look at the navigation bar while scrolling! Try to scroll this section and look at the navigation bar while scrolling!</p>
+
<li>
            </div>
+
<time class="cbp_tmtime" datetime="2013-04-16 21:30"><span>July 10th-</span> <span>July 25th</span></time>
            <div id="section2" class="container-fluid">
+
<div class="cbp_tmicon cbp_tmicon-earth"></div>
                <h1>Section 2</h1>
+
<div class="cbp_tmlabel">
               
+
<p>In order to increase the expression of the system,we remoulded the system in three palsmid.</p>
                <p>Try to scroll this section and look at the navigation bar while scrolling! Try to scroll this section and look at the navigation bar while scrolling!</p>
+
</div>
                <p>Try to scroll this section and look at the navigation bar while scrolling! Try to scroll this section and look at the navigation bar while scrolling!</p>
+
</li>
            </div>
+
<li>
            <div id="section3" class="container-fluid">
+
<time class="cbp_tmtime" datetime="2013-04-16 21:30"><span>July 12th-</span> <span>July 12th</span></time>
                <h1>Section 3</h1>
+
<div class="cbp_tmicon cbp_tmicon-earth"></div>
               
+
<div class="cbp_tmlabel">
                <p>Try to scroll this section and look at the navigation bar while scrolling! Try to scroll this section and look at the navigation bar while scrolling!</p>
+
<p>We greeted Tito Jankowski visiting SZU-iGEM,who is the world's first bio hackerspaces BioCurious founder.</p>
                <p>Try to scroll this section and look at the navigation bar while scrolling! Try to scroll this section and look at the navigation bar while scrolling!</p>
+
</div>
            </div>
+
</li>
            <div id="section41" class="container-fluid">
+
<li>
                <h1>Section 4 Submenu 1</h1>
+
<time class="cbp_tmtime" datetime="2013-04-16 21:30"><span>July 18th-</span> <span>July 18th</span></time>
               
+
<div class="cbp_tmicon cbp_tmicon-earth"></div>
                <p>Try to scroll this section and look at the navigation bar while scrolling! Try to scroll this section and look at the navigation bar while scrolling!</p>
+
<div class="cbp_tmlabel">
                <p>Try to scroll this section and look at the navigation bar while scrolling! Try to scroll this section and look at the navigation bar while scrolling!</p>
+
<p>Began to distribute questionnaires Online<a href:"http://www.sojump.com/jq/5569949.aspx">http://www.sojump.com/jq/5569949.aspx</a></p>
            </div>
+
</div>
            <div id="section42" class="container-fluid">
+
</li>
                <h1>Section 4 Submenu 2</h1>
+
<li>
               
+
<time class="cbp_tmtime" datetime="2013-04-16 21:30"><span>July 28th-</span> <span>July 28th</span></time>
                <p>Try to scroll this section and look at the navigation bar while scrolling! Try to scroll this section and look at the navigation bar while scrolling!</p>
+
<div class="cbp_tmicon cbp_tmicon-earth"></div>
                <p>Try to scroll this section and look at the navigation bar while scrolling! Try to scroll this section and look at the navigation bar while scrolling!</p>
+
<div class="cbp_tmlabel">
            </div>
+
<p>Transfected the three plasmid system in the T24  and 5637 bladder cancer cells,but its result was not so good.Therefore,we continued to use the two plasmid system. </p>
        </div>
+
</div>
        <div class="footer">
+
</li>
            <p>Team SZU-China</p>
+
<li>
        </div>
+
<time class="cbp_tmtime" datetime="2013-04-16 21:30"><span>July 30th-</span> <span>July 30th</span></time>
 +
<div class="cbp_tmicon cbp_tmicon-earth"></div>
 +
<div class="cbp_tmlabel">
 +
<p>Propaganda synthetic biology and iGEM to all students at the Cultural Festival of the Collage of Life Science.</p>
 +
</div>
 +
</li>
 +
<li>
 +
<time class="cbp_tmtime" datetime="2013-04-16 21:30"><span>August 7th-</span> <span>August 15th</span></time>
 +
<div class="cbp_tmicon cbp_tmicon-earth"></div>
 +
<div class="cbp_tmlabel">
 +
<p>Finished some BioBricks:shTERT+GFP Composite(BBa_K1722009), TERT part(BBa_K1722002), shTERT part(BBa_K1722001),hUPII part(BBa_K1722000) and Rlu part(BBa_K1722005).</p>
 +
</div>
 +
</li>
 +
<li>
 +
<time class="cbp_tmtime" datetime="2013-04-16 21:30"><span>August 16th-</span> <span>August 25th</span></time>
 +
<div class="cbp_tmicon cbp_tmicon-earth"></div>
 +
<div class="cbp_tmlabel">
 +
<p>Added GFP(with amber mutation) to the two plasmid system, and transfected the system in 5637 and T24 bladder cancer cells.</p>
 +
</div>
 +
</li>
 +
<li>
 +
<time class="cbp_tmtime" datetime="2013-04-16 21:30"><span>August 18th-</span> <span> August 26th</span></time>
 +
<div class="cbp_tmicon cbp_tmicon-earth"></div>
 +
<div class="cbp_tmlabel">
 +
<p>Finished some BioBricks:SV40(en) part(BBa_K1722006), SV40+Rlu Composite(BBa_K1722013), tRNA part(BBa_K1722004), SV40(en)+Rlu Composite(BBa_K1722012)</p>
 +
</div>
 +
</li>
 +
<li>
 +
<time class="cbp_tmtime" datetime="2013-04-16 21:30"><span>August 19th-</span> <span>August 19th </span></time>
 +
<div class="cbp_tmicon cbp_tmicon-earth"></div>
 +
<div class="cbp_tmlabel">
 +
<p>LZU-iGEM and SZU-iGEM made a whole day of cooperative communication.
 +
 
 +
</p>
 +
</div>
 +
</li>
 +
<li>
 +
<time class="cbp_tmtime" datetime="2013-04-16 21:30"><span>August 23th-</span> <span>August 23th</span></time>
 +
<div class="cbp_tmicon cbp_tmicon-earth"></div>
 +
<div class="cbp_tmlabel">
 +
<p>The GFP gene transfection test was successful, and it proved that THE BLADDER CANCER SNIPER SYSTERM was functional.</p>
 +
</div>
 +
</li>
 +
<li>
 +
<time class="cbp_tmtime" datetime="2013-04-16 21:30"><span>August 26th-</span> <span> September 10th</span></time>
 +
<div class="cbp_tmicon cbp_tmicon-earth"></div>
 +
<div class="cbp_tmlabel">
 +
<p>Finished the rest of BioBricks:ShTERT+tRNA Composite(BBa_K1722011),hTERT+tRNA Composite(BBa_K1722010),AckRS part(BBa_K1722003),hUPll+AckRS Composite(BBa_K1722007)
 +
 
 +
</p>
 +
</div>
 +
</li>
 +
<li>
 +
<time class="cbp_tmtime" datetime="2013-04-16 21:30"><span>September 2th-</span> <span> September 13th</span></time>
 +
<div class="cbp_tmicon cbp_tmicon-earth"></div>
 +
<div class="cbp_tmlabel">
 +
<p>Finished the rest of BioBricks:hUPll+AckRS Composite(BBa_K1722007),AckRS part(BBa_K1722003),ShTERT+tRNA Composite(BBa_K1722011),hTERT+tRNA Composite(BBa_K1722010) </p>
 +
</div>
 +
</li>
 +
<li>
 +
<time class="cbp_tmtime" datetime="2013-04-16 21:30"><span>September 3th-</span> <span> September 15th</span></time>
 +
<div class="cbp_tmicon cbp_tmicon-earth"></div>
 +
<div class="cbp_tmlabel">
 +
<p>Finished collecting BioBricks data, and edited in the wiki.<a href=" https://2015.igem.org/Team:SZU_China/Parts">https://2015.igem.org/Team:SZU_China/Parts</a></p>
 +
</div>
 +
</li>
 +
<li>
 +
<time class="cbp_tmtime" datetime="2013-04-16 21:30"><span>September 5th-</span> <span>September 5th </span></time>
 +
<div class="cbp_tmicon cbp_tmicon-earth"></div>
 +
<div class="cbp_tmlabel">
 +
<p>we visited the Shenzhen Cancer Rehabilitation Association,and made a thorough understanding about specific situation of cancer patients.</p>
 +
</div>
 +
</li>
 +
<li>
 +
<time class="cbp_tmtime" datetime="2013-04-16 21:30"><span>September 8th-</span> <span> September 15th</span></time>
 +
<div class="cbp_tmicon cbp_tmicon-earth"></div>
 +
<div class="cbp_tmlabel">
 +
<p>In order to prove the system's function and specificity, we made second GFP transfection test.The result indicated the system has a good function and specificity.
 +
 
 +
</p>
 +
</div>
 +
</li>
 +
<li>
 +
<time class="cbp_tmtime" datetime="2013-04-16 21:30"><span>September 11th-</span> <span>September 11th  </span></time>
 +
<div class="cbp_tmicon cbp_tmicon-earth"></div>
 +
<div class="cbp_tmlabel">
 +
<p>According to our experience, we convened cancer patients,and made a cancer patients communication,Which purpose is to give patients confidence and improve the difficult situation of group's treatment in china.
 +
 
 +
</p>
 +
</div>
 +
</li>
 +
 +
</ul>
  
 
<script src="https://2015.igem.org/Template:SZU_China/bootstrap/Javascript?action=raw&ctype=text/javascript"></script>
 
<script src="https://2015.igem.org/Template:SZU_China/bootstrap/Javascript?action=raw&ctype=text/javascript"></script>
 
</body>
 
</body>
 
</html>
 
</html>

Revision as of 07:25, 18 September 2015



Notebook




  • To discuss the decision of team project: CANCER SNIPER BLADDER

  • Finished the project system in shuttle vector

  • Transfected the two plasmid system in 5637 and T24 bladder cancer cells,and got a good result in Rluc(with amber mutation). Moreover,we got the control experiments data in human bladder fiber epithelial normal cells(HFC).

  • Improved the original BioBrick TERT (BBa_K1722001).

  • In order to increase the expression of the system,we remoulded the system in three palsmid.

  • We greeted Tito Jankowski visiting SZU-iGEM,who is the world's first bio hackerspaces BioCurious founder.

  • Began to distribute questionnaires Onlinehttp://www.sojump.com/jq/5569949.aspx

  • Transfected the three plasmid system in the T24 and 5637 bladder cancer cells,but its result was not so good.Therefore,we continued to use the two plasmid system.

  • Propaganda synthetic biology and iGEM to all students at the Cultural Festival of the Collage of Life Science.

  • Finished some BioBricks:shTERT+GFP Composite(BBa_K1722009), TERT part(BBa_K1722002), shTERT part(BBa_K1722001),hUPII part(BBa_K1722000) and Rlu part(BBa_K1722005).

  • Added GFP(with amber mutation) to the two plasmid system, and transfected the system in 5637 and T24 bladder cancer cells.

  • Finished some BioBricks:SV40(en) part(BBa_K1722006), SV40+Rlu Composite(BBa_K1722013), tRNA part(BBa_K1722004), SV40(en)+Rlu Composite(BBa_K1722012)

  • LZU-iGEM and SZU-iGEM made a whole day of cooperative communication.

  • The GFP gene transfection test was successful, and it proved that THE BLADDER CANCER SNIPER SYSTERM was functional.

  • Finished the rest of BioBricks:ShTERT+tRNA Composite(BBa_K1722011),hTERT+tRNA Composite(BBa_K1722010),AckRS part(BBa_K1722003),hUPll+AckRS Composite(BBa_K1722007)

  • Finished the rest of BioBricks:hUPll+AckRS Composite(BBa_K1722007),AckRS part(BBa_K1722003),ShTERT+tRNA Composite(BBa_K1722011),hTERT+tRNA Composite(BBa_K1722010)

  • Finished collecting BioBricks data, and edited in the wiki.https://2015.igem.org/Team:SZU_China/Parts

  • we visited the Shenzhen Cancer Rehabilitation Association,and made a thorough understanding about specific situation of cancer patients.

  • In order to prove the system's function and specificity, we made second GFP transfection test.The result indicated the system has a good function and specificity.

  • According to our experience, we convened cancer patients,and made a cancer patients communication,Which purpose is to give patients confidence and improve the difficult situation of group's treatment in china.