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

 
(42 intermediate revisions by 4 users not shown)
Line 16: Line 16:
  
 
<style>
 
<style>
 +
 +
                .backtop {
 +
                    background: url(http://www.w3cschool.cc/wp-content/themes/w3cschool.cc/assets/img/backtotop.png) no-repeat center center;
 +
                    bottom: 20px;
 +
                    cursor: pointer;
 +
                    display: none;
 +
                    height: 70px;
 +
                    position: fixed;
 +
                    right: 20px;
 +
                    text-indent: -9999px;
 +
                    width: 70px;
 +
                    z-index: 100;
 +
                }
 +
  
 
.cbp_tmtimeline {
 
.cbp_tmtimeline {
margin: 30px 0 0 0;
+
  margin: 30px 0 0 0;
padding: 0;
+
  padding: 0;
list-style: none;
+
  list-style: none;
position: relative;
+
  position: relative;
 
}  
 
}  
  
 
/* The line */
 
/* The line */
 
.cbp_tmtimeline:before {
 
.cbp_tmtimeline:before {
content: '';
+
  content: '';
position: absolute;
+
  position: absolute;
top: 0;
+
  top: 0;
bottom: 0;
+
  bottom: 0;
width: 10px;
+
  width: 10px;
background: #afdcf8;
+
  background: #afdcf8;
left: 20%;
+
  left: 20%;
margin-left: -10px;
+
  margin-left: -10px;
 
}
 
}
  
 
.cbp_tmtimeline > li {
 
.cbp_tmtimeline > li {
position: relative;
+
  position: relative;
 
}
 
}
  
Line 44: Line 58:
 
/* The date/time */
 
/* The date/time */
 
.cbp_tmtimeline > li .cbp_tmtime {
 
.cbp_tmtimeline > li .cbp_tmtime {
display: block;
+
  display: block;
width: 25%;
+
  width: 25%;
padding-right: 100px;
+
  padding-right: 100px;
position: absolute;
+
  position: absolute;
 
}
 
}
  
 
.cbp_tmtimeline > li .cbp_tmtime span {
 
.cbp_tmtimeline > li .cbp_tmtime span {
display: block;
+
  display: block;
text-align: right;
+
  text-align: right;
 
       line-height:1.3em;
 
       line-height:1.3em;
 
}
 
}
  
 
.cbp_tmtimeline > li .cbp_tmtime span:first-child {
 
.cbp_tmtimeline > li .cbp_tmtime span:first-child {
font-size: 0.9em;
+
  font-size: 0.9em;
color: #bdd0db;
+
  color: #bdd0db;
 
}
 
}
  
 
.cbp_tmtimeline > li .cbp_tmtime span:last-child {
 
.cbp_tmtimeline > li .cbp_tmtime span:last-child {
font-size: 2.9em;
+
  font-size: 2.9em;
color: #3594cb;
+
  color: #3594cb;
 
}
 
}
  
 
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
 
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
color: #6cbfee;
+
  color: #6cbfee;
 
}
 
}
  
 
/* Right content */
 
/* Right content */
 
.cbp_tmtimeline > li .cbp_tmlabel {
 
.cbp_tmtimeline > li .cbp_tmlabel {
margin: 0 0 15px 25%;
+
  margin: 0 0 15px 25%;
background: #3594cb;
+
  background: #3594cb;
color: #fff;
+
  color: #fff;
padding: 2em;
+
  padding: 2em;
font-size: 1.2em;
+
  font-size: 1.2em;
font-weight: 300;
+
  font-weight: 300;
line-height: 1.4em;
+
  line-height: 1.4em;
position: relative;
+
  position: relative;
border-radius: 5px;
+
  border-radius: 5px;
 
}
 
}
  
 
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
 
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
background: #6cbfee;
+
  background: #6cbfee;
 
}
 
}
  
 
.cbp_tmtimeline > li .cbp_tmlabel h2 {  
 
.cbp_tmtimeline > li .cbp_tmlabel h2 {  
margin-top: 0px;
+
  margin-top: 0px;
padding: 0 0 10px 0;
+
  padding: 0 0 10px 0;
border-bottom: 1px solid rgba(255,255,255,0.4);
+
  border-bottom: 1px solid rgba(255,255,255,0.4);
 
}
 
}
  
 
/* The triangle */
 
/* The triangle */
 
.cbp_tmtimeline > li .cbp_tmlabel:after {
 
.cbp_tmtimeline > li .cbp_tmlabel:after {
right: 100%;
+
  right: 100%;
border: solid transparent;
+
  border: solid transparent;
content: " ";
+
  content: " ";
height: 0;
+
  height: 0;
width: 0;
+
  width: 0;
position: absolute;
+
  position: absolute;
pointer-events: none;
+
  pointer-events: none;
border-right-color: #3594cb;
+
  border-right-color: #3594cb;
border-width: 10px;
+
  border-width: 10px;
top: 10px;
+
  top: 10px;
 
}
 
}
  
 
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
 
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
border-right-color: #6cbfee;
+
  border-right-color: #6cbfee;
 
}
 
}
  
 
/* The icons */
 
/* The icons */
 
.cbp_tmtimeline > li .cbp_tmicon {
 
.cbp_tmtimeline > li .cbp_tmicon {
width: 40px;
+
  width: 40px;
height: 40px;
+
  height: 40px;
font-family: 'ecoico';
+
  font-family: 'ecoico';
speak: none;
+
  speak: none;
font-style: normal;
+
  font-style: normal;
font-weight: normal;
+
  font-weight: normal;
font-variant: normal;
+
  font-variant: normal;
text-transform: none;
+
  text-transform: none;
font-size: 1.4em;
+
  font-size: 1.4em;
line-height: 40px;
+
  line-height: 40px;
-webkit-font-smoothing: antialiased;
+
  -webkit-font-smoothing: antialiased;
position: absolute;
+
  position: absolute;
color: #fff;
+
  color: #fff;
background: #46a4da;
+
  background: #46a4da;
border-radius: 50%;
+
  border-radius: 50%;
box-shadow: 0 0 0 8px #afdcf8;
+
  box-shadow: 0 0 0 8px #afdcf8;
text-align: center;
+
  text-align: center;
left: 20%;
+
  left: 20%;
top: 0;
+
  top: 0;
margin: 0 0 0 -25px;
+
  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 */
 
/* Example Media Queries */
 
@media screen and (max-width: 65.375em) {
 
@media screen and (max-width: 65.375em) {
  
.cbp_tmtimeline > li .cbp_tmtime span:last-child {
+
  .cbp_tmtimeline > li .cbp_tmtime span:last-child {
font-size: 1.5em;
+
    font-size: 1.5em;
}
+
  }
 
}
 
}
  
 
@media screen and (max-width: 47.2em) {
 
@media screen and (max-width: 47.2em) {
.cbp_tmtimeline:before {
+
  .cbp_tmtimeline:before {
display: none;
+
    display: none;
}
+
  }
  
.cbp_tmtimeline > li .cbp_tmtime {
+
  .cbp_tmtimeline > li .cbp_tmtime {
width: 100%;
+
    width: 100%;
position: relative;
+
    position: relative;
padding: 0 0 20px 0;
+
    padding: 0 0 20px 0;
}
+
  }
  
.cbp_tmtimeline > li .cbp_tmtime span {
+
  .cbp_tmtimeline > li .cbp_tmtime span {
text-align: left;
+
    text-align: left;
}
+
  }
  
.cbp_tmtimeline > li .cbp_tmlabel {
+
  .cbp_tmtimeline > li .cbp_tmlabel {
margin: 0 0 30px 0;
+
    margin: 0 0 30px 0;
padding: 1em;
+
    padding: 1em;
font-weight: 400;
+
    font-weight: 400;
font-size: 95%;
+
    font-size: 95%;
}
+
  }
  
.cbp_tmtimeline > li .cbp_tmlabel:after {
+
  .cbp_tmtimeline > li .cbp_tmlabel:after {
right: auto;
+
    right: auto;
left: 20px;
+
    left: 20px;
border-right-color: transparent;
+
    border-right-color: transparent;
border-bottom-color: #3594cb;
+
    border-bottom-color: #3594cb;
top: -20px;
+
    top: -20px;
}
+
  }
  
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
+
  .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
border-right-color: transparent;
+
    border-right-color: transparent;
border-bottom-color: #6cbfee;
+
    border-bottom-color: #6cbfee;
}
+
  }
  
.cbp_tmtimeline > li .cbp_tmicon {
+
  .cbp_tmtimeline > li .cbp_tmicon {
position: relative;
+
    position: relative;
float: right;
+
    float: right;
left: auto;
+
    left: auto;
margin: -55px 5px 0 0px;
+
    margin: -55px 5px 0 0px;
}
+
  }  
 
}
 
}
  
Line 209: Line 208:
 
<html>
 
<html>
 
<body>
 
<body>
 +
        <a class="backtop" href="javascript:void" style="display: none;"></a>
  
 
      
 
      
Line 215: Line 215:
 
<br>
 
<br>
 
<br>
 
<br>
 +
<br>
 +
    <p id="heading">Human practice</p>
 +
    <p id="brief" style="font-size:30px;color:#fff;margin-top:10px;"> On the way to make a better world.</p>
 +
    </div></br>
  
    <p id="heading"><small>Human practice</small></p>
 
    </div></br>
 
<br>
 
 
</br>
 
</br>
 
</div>
 
</div>
Line 225: Line 226:
  
 
<ul class="cbp_tmtimeline" style="margin: 4em 3em 0 9em;">
 
<ul class="cbp_tmtimeline" style="margin: 4em 3em 0 9em;">
<li>
+
  <li>
<time class="cbp_tmtime" datetime="2013-04-10 18:30"><span><h3>Get Started Synthetic Biology </h3></span></time>
+
    <time class="cbp_tmtime" datetime="2013-04-10 18:30"><span>Meetup with Head-quarters from iGEM</span></time>
<div class="cbp_tmicon cbp_tmicon-phone"></div>
+
    <div class="cbp_tmicon cbp_tmicon-phone"></div>
<div class="cbp_tmlabel">
+
    <div class="cbp_tmlabel">
+
     
<p><strong>1.The Festival exhibit of College of Life Sciences SZU</strong><br>
+
      <p><strong>Get motivated from IGEM Headquartes</strong><br>On May 19th, SZU-iGEM took part in the meeting with iGEM Headquarters along with Southern University of Science and Technology of China and Xiamen University. In the meeting we raised the questions regarding to team communications worldwide and giving some suggestion related to  the judging part. The words and experience Mr Randy Rettberg shared about the reason he set up iGEM did give us great motivations to create a better world.</p>
 +
    </div>
 +
  </li>
 +
  <li>
 +
    <div class="cbp_tmlabel" style="width:517.2px;">
 +
        <img src="https://static.igem.org/mediawiki/2015/4/44/SZU_China_RD_1.png" >
 +
    </div>
 +
  </li>
 +
  <li>
 +
    <div class="cbp_tmlabel" style="width:517.2px;">
 +
        <img src="https://static.igem.org/mediawiki/2015/f/f9/SZU_China_RD_2.jpg" >
 +
    </div>
 +
  </li>
 +
  <li>
 +
    <div class="cbp_tmlabel" style="width:517.2px;">
 +
        <img src="https://static.igem.org/mediawiki/2015/f/f0/SZU_China_RD_3.jpg" >
 +
    </div>
 +
  </li>
 +
  <li>
 +
    <time class="cbp_tmtime" datetime="2013-04-10 18:30"><span>Get Started Synthetic Biology</span></time>
 +
    <div class="cbp_tmicon cbp_tmicon-phone"></div>
 +
    <div class="cbp_tmlabel">
 +
     
 +
      <p><strong>The Festival exhibit of College of Life Sciences of SZU</strong><br>
 
Biological graduates are once considered to be one of the groups with lowest employment rate and biology has since been left out in many students’ mind. However, synthetic biology open a window for the university student to look deeper into the fantastic aspect that various biological parts can be synthesized like a computer. The Festival exhibit the last year and this year project of our team attached with the synthetic biological information. Surprisingly it receive some praise. Some literal students even the exchange students grew strong interest in our project and would like to join us in the lab. </p>
 
Biological graduates are once considered to be one of the groups with lowest employment rate and biology has since been left out in many students’ mind. However, synthetic biology open a window for the university student to look deeper into the fantastic aspect that various biological parts can be synthesized like a computer. The Festival exhibit the last year and this year project of our team attached with the synthetic biological information. Surprisingly it receive some praise. Some literal students even the exchange students grew strong interest in our project and would like to join us in the lab. </p>
</div>
+
    </div>
</li>
+
  </li>
<li>
+
  <li>
+
    <div class="cbp_tmlabel" style="width:517.2px;">
<div class="cbp_tmlabel">
+
        <img src="https://static.igem.org/mediawiki/2015/e/e2/SZU_China_WHJ_1.jpg" >
+
    </div>
<img src="https://static.igem.org/mediawiki/2015/e/e2/SZU_China_WHJ_1.jpg">
+
  </li>
</div>
+
  <li>
</li>
+
    <div class="cbp_tmlabel" style="width:517.2px;">
<li>
+
      <img src="https://static.igem.org/mediawiki/2015/1/1e/SZU_China_HP111.jpg">
+
    </div>
<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>
+
  <li>
</div>
+
    <div class="cbp_tmlabel" style="width:517.2px;">
</li>
+
      <img src="https://static.igem.org/mediawiki/2015/0/08/WHJ_2.jpg">
<li>
+
    </div>
<time class="cbp_tmtime" datetime="2013-04-15 13:15"><span>June 30th-</span> <span> June 30th</span></time>
+
  </li>
<div class="cbp_tmicon cbp_tmicon-phone"></div>
+
  <li>
<div class="cbp_tmlabel">
+
    <div class="cbp_tmlabel" style="width:517.2px;">
                <p>Improved the original BioBrick TERT (BBa_K1722001). </p>
+
      <img src="https://static.igem.org/mediawiki/2015/f/fe/SZU_China_WHJ_4.jpg">
</div>
+
    </div>
</li>
+
  </li>
<li>
+
  <li>
+
    <div class="cbp_tmicon cbp_tmicon-phone"></div>
<div class="cbp_tmlabel">
+
    <div class="cbp_tmlabel">
<p>In order to increase the expression of the system,we remoulded the system in three palsmid.</p>
+
                <p><strong>The Juvenile Biology Maker in Primary School</strong><br>
</div>
+
Asking an adult a question,you may receive a certain answer but asking a primary school student you will receive even more questions. Primary school is where the curiosity and interest fosters. On Sept 11th, we extended our footprint to primary school to talk to those little scientists who has affinity for nature and science. In the meetup, we demonstrated how our system works as well as the related knowledge about bladder cancer. After the lecture, students came to us with lots of questions about our project and cancer. With laugh and passion, the idea spread in every corner of the room and the love for science passed down to the new generation. After that we decided to be their biological mentor and give them lectures once a month. It can never be more pleasant to be the one to sow the seed and make a little difference.
</li>
+
<li>
+
+
<div class="cbp_tmlabel">
+
<p>We greeted Tito Jankowski visiting SZU-iGEM,who is the world's first bio hackerspaces BioCurious founder.</p>
+
</div>
+
</li>
+
<li>
+
+
<div class="cbp_tmlabel">
+
<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>
+
</li>
+
<li>
+
<time class="cbp_tmtime" datetime="2013-04-16 21:30"><span>July 28th-</span> <span>July 28th</span></time>
+
<div class="cbp_tmicon cbp_tmicon-earth"></div>
+
<div class="cbp_tmlabel">
+
<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>
+
</li>
+
<li>
+
+
<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>
+
+
<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>
 
</p>
</div>
+
    </div>
</li>
+
  <li>
<li>
+
    <div class="cbp_tmlabel" style="width:517.2px;">
<time class="cbp_tmtime" datetime="2013-04-16 21:30"><span>August 23th-</span> <span>August 23th</span></time>
+
      <img src="https://static.igem.org/mediawiki/2015/9/9b/SZU_China_PM_1.jpg">
<div class="cbp_tmicon cbp_tmicon-earth"></div>
+
    </div>
<div class="cbp_tmlabel">
+
  </li>
<p>The GFP gene transfection test was successful, and it proved that THE BLADDER CANCER SNIPER SYSTERM was functional.</p>
+
  <li>
</div>
+
    <div class="cbp_tmlabel" style="width:517.2px;">
</li>
+
      <img src="https://static.igem.org/mediawiki/2015/b/b8/SZU_China_PM_2.jpg">
<li>
+
    </div>
<time class="cbp_tmtime" datetime="2013-04-16 21:30"><span>August 26th-</span> <span> September 10th</span></time>
+
  </li>
<div class="cbp_tmicon cbp_tmicon-earth"></div>
+
  <li>
<div class="cbp_tmlabel">
+
    <div class="cbp_tmlabel" style="width:517.2px;">
<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)
+
      <img src="https://static.igem.org/mediawiki/2015/5/50/SZU_China_PM_3.jpg">
 
+
    </div>
 +
  </li>
 +
  <li>
 +
    <div class="cbp_tmlabel" style="width:517.2px;">
 +
      <img src="https://static.igem.org/mediawiki/2015/c/c7/SZU_China_PM_4.jpg">
 +
    </div>
 +
  </li>
 +
  <li>
 +
    <time class="cbp_tmtime" datetime="2013-04-16 21:30"><span>Go away,<br>Mr.Tumor</span></time>
 +
    <div class="cbp_tmicon cbp_tmicon-earth"></div>
 +
    <div class="cbp_tmlabel">
 +
      <p><strong>1.Learn from bladder caner professor Mr. Cai</strong><br>
 +
We’ve been thinking about what we can help in face of the deadly disease.
 +
Cancer is a ominous word for most Chinese people especially for the old generation that used to be conservative. On the other hand people find it helpless when they were diagnosed as cancer. Since then we not only conducted a survey on synthetic biology and bladder cancer but also interviewed professor Mr. Cai Zhiming who has abundant experience in terms of the therapy of bladder cancer to search the way out. Professor and also the director of Shenzhen Second People hospital told us that the effect of different therapies varies depends on patients’ body condition and also the psychological states. Sometimes the physical condition is largely influenced by the mental states. However most sufferers inclines to isolate themselves and thus fear of death grow day by day. It is proved as we tried to reach the patients but only receive refusal.
 
</p>
 
</p>
</div>
+
    </div>
</li>
+
  </li>
<li>
+
  <li>
<time class="cbp_tmtime" datetime="2013-04-16 21:30"><span>September 2th-</span> <span> September 13th</span></time>
+
    <div class="cbp_tmlabel" style="width:517.2px;">
<div class="cbp_tmicon cbp_tmicon-earth"></div>
+
      <img src="https://static.igem.org/mediawiki/2015/f/f5/SZU_China_CYZ.jpg">
<div class="cbp_tmlabel">
+
    </div>
<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>
+
  </li>
</div>
+
  <li>
</li>
+
    <div class="cbp_tmlabel" style="width:517.2px;">
<li>
+
      <img src="https://static.igem.org/mediawiki/2015/8/88/SZU_China_CYZ_1.jpg">
<time class="cbp_tmtime" datetime="2013-04-16 21:30"><span>September 3th-</span> <span> September 15th</span></time>
+
    </div>
<div class="cbp_tmicon cbp_tmicon-earth"></div>
+
  </li>
<div class="cbp_tmlabel">
+
  <li>
<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 class="cbp_tmicon cbp_tmicon-earth"></div>
</div>
+
    <div class="cbp_tmlabel">
</li>
+
      <p><strong>The significance psychotherapy for cancer patients</strong><br>
<li>
+
Referring to the group psychotherapy which originally means a form of psychotherapy in which one or more therapists treat a small group of clients together as a group now include any helping process that takes place in a group, including support groups, skills training groups and psycho-education groups. We realized that some principles group psychotherapy shares may help those cancer patients. For example, the recognition of shared experiences and feelings among group members and that these may be widespread or universal human concerns, serves to remove a group member's sense of isolation, validate their experiences, and raise self-esteem. Studies also indicates clear evidence for the effectiveness of group psychotherapy for depression: a meta-analysis of 48 studies showed an overall effect size of 1.03, which is clinically highly significant. But the reality is hospital in China rarely apply this form of therapy to help those patients. Another reason is because cancer patients usually refuse to talk about cancer even themselves were deceived by their family concerning the fact would depress the suffers.
<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>
 
</p>
</div>
+
</div>
</li>
+
  </li>
<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_tmicon cbp_tmicon-earth"></div>
+
    <div class="cbp_tmlabel">
<div class="cbp_tmlabel">
+
      <p><strong>3.Mr Tumor,Go Away From Them!</strong><br>
<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.
+
Having learned the overview, we came up with the idea to set up the platform similar to group psychotherapy for cancer sufferers to communicate with each other. The trial to obtain approval from hospital was turned down as usual for several weeks. In this case,we tried to reach the Cancer Mutual Aid Association and gladly both sides agreed to help. On Sept 12th SZU-iGEM teams and cancer sufferers gathered in Bijiashan Park ready for the meetup. Team members joined the sufferers to do the exercise which believed to be beneficial for keeping a calm mind prior to the meetup. The communication started later with a 67-year-old woman who was diagnosed as mammary cancer 11 years ago telling her encouraging story about how she got out of depression and keep exercising for all these years. A 47-year-old attorney Ms Wei told the participants that she tried all means to treat the cancer but at last realized the psychotherapy is the most effective one. The intense situation in family and stress from work would only worsen one’s health. Now her wish is to live longer than her parents and witness her son get married. For another 69-year-old woman Ms Xiao, she’s far more optimistic than anyone else even carrying cancer. She organized a model team in which the members are all mammary cancer sufferers and performed all over the country. We were all deeply touched by her spirit and most significantly we witness the young cancer sufferers sobbing from laughing when hearing the story. There’s nothing powerful than an positive mind and tender than people’s care. The communication gave us a new angle to look at life as well as to introspect ourselves. For the patients we passed the hope of life and resolve the isolation and fear inside their heart. Now we’ve built the long term cooperative relationship with Shenzhen Cancer patient Mutual Aid Association to organize more interactive activities for cancer sufferers.</p>
 
+
    </div>
 +
  </li>
 +
  <li>
 +
    <div class="cbp_tmlabel" style="width:517.2px;">
 +
      <img src="https://static.igem.org/mediawiki/2015/7/77/SZU_China_BJS_1.jpg">
 +
    </div>
 +
  </li>
 +
  <li>
 +
    <div class="cbp_tmlabel" style="width:517.2px;">
 +
      <img src="https://static.igem.org/mediawiki/2015/d/dc/SZU_China_BJS_2.jpg">
 +
    </div>
 +
  </li>
 +
  <li>
 +
    <div class="cbp_tmlabel" style="width:517.2px;">
 +
      <img src="https://static.igem.org/mediawiki/2015/5/51/SZU_China_BJS_3.jpg">
 +
    </div>
 +
  </li>
 +
  <li>
 +
    <div class="cbp_tmlabel" style="width:517.2px;">
 +
      <img src="https://static.igem.org/mediawiki/2015/2/2c/SZU_China_BJS_4.png">
 +
    </div>
 +
  </li>
 +
  <li>
 +
    <div class="cbp_tmlabel" style="width:517.2px;">
 +
      <img src="https://static.igem.org/mediawiki/2015/b/be/SZU_China_BJS_5.jpg">
 +
    </div>
 +
  </li>
 +
  <li>
 +
    <div class="cbp_tmlabel" style="width:517.2px;">
 +
      <img src="https://static.igem.org/mediawiki/2015/2/2a/SZU_China_BC_6.png">
 +
    </div>
 +
  </li>
 +
  <li>
 +
    <time class="cbp_tmtime" datetime="2013-04-10 18:30"><span>CCIC</span></time>
 +
    <div class="cbp_tmicon cbp_tmicon-earth"></div>
 +
    <div class="cbp_tmlabel">
 +
      <p><strong>Conference of China IGEMers Committee</strong><br>Realizing the significance of team communications, SZU-iGEM this year joined the China iGEMer's Meetup in Peking University where we shared our project with other 30 teams all over China.It is in the communication that we are able to find out the flaws and raise the better way out. During the tea break we caught the chance to learn from other teams hearing their advices so as to further improve our project and experiment. Thanks for other teams'suggestions and we are thankful for the people who have given us favor and feedbacks.We are on the way to make a better world.
 
</p>
 
</p>
</div>
+
    </div>
</li>
+
  </li>
+
  <li>
 +
    <div class="cbp_tmlabel" style="width:517.2px;">
 +
      <img src="https://static.igem.org/mediawiki/2015/9/96/SZU_China_BJ_1.jpg">
 +
    </div>
 +
  </li>
 +
  <li>
 +
    <div class="cbp_tmlabel" style="width:517.2px;">
 +
      <img src="https://static.igem.org/mediawiki/2015/a/a1/SZU_China_CCIC_1.jpg">
 +
    </div>
 +
  </li>
 +
  <li>
 +
    <div class="cbp_tmlabel" style="width:517.2px;">
 +
      <img src="https://static.igem.org/mediawiki/2015/e/ef/SZU_China_CCIC_2.jpg">
 +
    </div>
 +
  </li>
 +
  <li>
 +
    <div class="cbp_tmlabel" style="width:517.2px;">
 +
      <img src="https://static.igem.org/mediawiki/2015/7/7e/SZU_China_CCIC_3.jpg">
 +
    </div>
 +
  </li>
 +
  <li>
 +
    <time class="cbp_tmtime" datetime="2013-04-10 18:30"><span>It will be continued...</span></time>
 +
    <div class="cbp_tmicon cbp_tmicon-earth"></div>
 +
    <div class="cbp_tmlabel">
 +
      <p><strong>It will be continued...</strong><br>             
 +
        Human practice actually give us a chance to step out of the lab and fulfill our responsibilities for the society and an instant to introspect our lives. It is a start but keeping it move on would be the true human practice for all of us.
 +
    </div>
 +
  </li>
 
</ul>
 
</ul>
 +
  <script>
 +
            var h = $(window).height();
 +
           
 +
            $(window).scroll(function () {
 +
                            if($(window).scrollTop()>=h*1.5) {
 +
                            $(".backtop").fadeIn();
 +
                            }else {
 +
                            $(".backtop").fadeOut();
 +
                            }
 +
                            });
 +
                            $(".backtop").click(function(event){   
 +
                                                $('html,body').animate({scrollTop:0}, 500);
 +
                                                return false;
 +
                                                });
 +
            </script>
  
 
<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>
 +
{{Template:SZU_China/Playground/footer}}

Latest revision as of 00:51, 19 September 2015




Human practice

On the way to make a better world.



  • Get motivated from IGEM Headquartes
    On May 19th, SZU-iGEM took part in the meeting with iGEM Headquarters along with Southern University of Science and Technology of China and Xiamen University. In the meeting we raised the questions regarding to team communications worldwide and giving some suggestion related to the judging part. The words and experience Mr Randy Rettberg shared about the reason he set up iGEM did give us great motivations to create a better world.

  • The Festival exhibit of College of Life Sciences of SZU
    Biological graduates are once considered to be one of the groups with lowest employment rate and biology has since been left out in many students’ mind. However, synthetic biology open a window for the university student to look deeper into the fantastic aspect that various biological parts can be synthesized like a computer. The Festival exhibit the last year and this year project of our team attached with the synthetic biological information. Surprisingly it receive some praise. Some literal students even the exchange students grew strong interest in our project and would like to join us in the lab.

  • The Juvenile Biology Maker in Primary School
    Asking an adult a question,you may receive a certain answer but asking a primary school student you will receive even more questions. Primary school is where the curiosity and interest fosters. On Sept 11th, we extended our footprint to primary school to talk to those little scientists who has affinity for nature and science. In the meetup, we demonstrated how our system works as well as the related knowledge about bladder cancer. After the lecture, students came to us with lots of questions about our project and cancer. With laugh and passion, the idea spread in every corner of the room and the love for science passed down to the new generation. After that we decided to be their biological mentor and give them lectures once a month. It can never be more pleasant to be the one to sow the seed and make a little difference.

  • 1.Learn from bladder caner professor Mr. Cai
    We’ve been thinking about what we can help in face of the deadly disease. Cancer is a ominous word for most Chinese people especially for the old generation that used to be conservative. On the other hand people find it helpless when they were diagnosed as cancer. Since then we not only conducted a survey on synthetic biology and bladder cancer but also interviewed professor Mr. Cai Zhiming who has abundant experience in terms of the therapy of bladder cancer to search the way out. Professor and also the director of Shenzhen Second People hospital told us that the effect of different therapies varies depends on patients’ body condition and also the psychological states. Sometimes the physical condition is largely influenced by the mental states. However most sufferers inclines to isolate themselves and thus fear of death grow day by day. It is proved as we tried to reach the patients but only receive refusal.

  • The significance psychotherapy for cancer patients
    Referring to the group psychotherapy which originally means a form of psychotherapy in which one or more therapists treat a small group of clients together as a group now include any helping process that takes place in a group, including support groups, skills training groups and psycho-education groups. We realized that some principles group psychotherapy shares may help those cancer patients. For example, the recognition of shared experiences and feelings among group members and that these may be widespread or universal human concerns, serves to remove a group member's sense of isolation, validate their experiences, and raise self-esteem. Studies also indicates clear evidence for the effectiveness of group psychotherapy for depression: a meta-analysis of 48 studies showed an overall effect size of 1.03, which is clinically highly significant. But the reality is hospital in China rarely apply this form of therapy to help those patients. Another reason is because cancer patients usually refuse to talk about cancer even themselves were deceived by their family concerning the fact would depress the suffers.

  • 3.Mr Tumor,Go Away From Them!
    Having learned the overview, we came up with the idea to set up the platform similar to group psychotherapy for cancer sufferers to communicate with each other. The trial to obtain approval from hospital was turned down as usual for several weeks. In this case,we tried to reach the Cancer Mutual Aid Association and gladly both sides agreed to help. On Sept 12th SZU-iGEM teams and cancer sufferers gathered in Bijiashan Park ready for the meetup. Team members joined the sufferers to do the exercise which believed to be beneficial for keeping a calm mind prior to the meetup. The communication started later with a 67-year-old woman who was diagnosed as mammary cancer 11 years ago telling her encouraging story about how she got out of depression and keep exercising for all these years. A 47-year-old attorney Ms Wei told the participants that she tried all means to treat the cancer but at last realized the psychotherapy is the most effective one. The intense situation in family and stress from work would only worsen one’s health. Now her wish is to live longer than her parents and witness her son get married. For another 69-year-old woman Ms Xiao, she’s far more optimistic than anyone else even carrying cancer. She organized a model team in which the members are all mammary cancer sufferers and performed all over the country. We were all deeply touched by her spirit and most significantly we witness the young cancer sufferers sobbing from laughing when hearing the story. There’s nothing powerful than an positive mind and tender than people’s care. The communication gave us a new angle to look at life as well as to introspect ourselves. For the patients we passed the hope of life and resolve the isolation and fear inside their heart. Now we’ve built the long term cooperative relationship with Shenzhen Cancer patient Mutual Aid Association to organize more interactive activities for cancer sufferers.

  • Conference of China IGEMers Committee
    Realizing the significance of team communications, SZU-iGEM this year joined the China iGEMer's Meetup in Peking University where we shared our project with other 30 teams all over China.It is in the communication that we are able to find out the flaws and raise the better way out. During the tea break we caught the chance to learn from other teams hearing their advices so as to further improve our project and experiment. Thanks for other teams'suggestions and we are thankful for the people who have given us favor and feedbacks.We are on the way to make a better world.

  • It will be continued...
    Human practice actually give us a chance to step out of the lab and fulfill our responsibilities for the society and an instant to introspect our lives. It is a start but keeping it move on would be the true human practice for all of us.