Difference between revisions of "Team:NKU CHINA/Collaborations"

(Prototype team page)
 
 
(27 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{NKU_CHINA}}
+
{{Template:NKU_CHINA/header}}
 
<html>
 
<html>
 +
<head>
 +
<style type="text/css">
 +
    .footer-w3ls ul.social-icons1 li a {
 +
        margin-right:2px!important;
 +
        padding:0px !important;
 +
        margin-left: 0px !important;
 +
    }
 +
.fullscreenvideo {
 +
    position: absolute;
 +
    top: 70%;
 +
    left: 50%;
 +
    min-width: 100%;
 +
    min-height: 100%;
 +
    width: auto;
 +
    height: auto;
 +
    z-index: -100;
 +
    -webkit-transform: translateX(-50%) translateY(-50%);
 +
    transform: translateX(-50%) translateY(-50%);
 +
    -webkit-transition: 1s opacity;
 +
    transition: 1s opacity;
 +
}
 +
.videocontainer{
 +
    position: fixed;
 +
    width: 100%;
 +
    height: 130%;
 +
    overflow: hidden;
 +
    z-index: -100;
 +
    top: -25%;
 +
text-align: center;
 +
}
 +
.videocontainer:before{
 +
    content: "";
 +
    position: absolute;
 +
    width: 100%;
 +
    height: 100%;
 +
    display: block;
 +
    z-index: -10;
 +
    top: 0;
 +
    left: 0; 
 +
}
 +
    .col_h2 {
 +
        margin-top: 25px;
 +
        font-family: myTitle3;
 +
        font-size:35px;
 +
    }
 +
    .col_content {
 +
        font-size: 21px !important;
 +
        line-height: 34px !important;
 +
        color: white;
 +
        text-align: justify;
 +
    }
 +
    .huibiao img {
 +
    width: 200px;
 +
    height: auto;
 +
    }
 +
.huibiao img:hover {
 +
-webkit-transition: all 0.5s;
 +
-o-transition: all 0.5s;
 +
transition: all 0.5s;
 +
-webkit-transform: scale(1.3);
 +
    -ms-transform: scale(1.3);
 +
        transform: scale(1.3);
 +
}
 +
#loading {
 +
  width: 100%;
 +
  height: 100%;
 +
  background: black;
 +
  position: fixed;
 +
top:0;
 +
left:0;
 +
z-index:10000;
 +
}
 +
#loading_p {
 +
    position: fixed;
 +
    top: 0;
 +
    left: 0;
 +
    width: 100%;
 +
    height: 100%;
 +
    z-index:99999;
 +
}
  
 +
.loader-ring {
 +
  position: fixed;
 +
  top: 50%;
 +
  left: 50%;
 +
  margin: -120px 0 0 -120px;
 +
  width: 240px;
 +
  height: 240px;
 +
  z-index:10000;
 +
}
  
 +
.loader-ring-light {
 +
  width: 240px;
 +
  height: 240px;
 +
  -moz-border-radius: 240px;
 +
  -webkit-border-radius: 240px;
 +
  border-radius: 240px;
 +
  -moz-box-shadow: 0 4px 0 #00abf2 inset;
 +
  -webkit-box-shadow: 0 4px 0 #00abf2 inset;
 +
  box-shadow: 0 4px 0 #00abf2 inset;
 +
  animation: rotate-360 2s linear infinite;
 +
}
  
<div class="column full_size judges-will-not-evaluate">
+
.loader-ring-track {
<h3>★  ALERT! </h3>
+
  position: absolute;
<p>This page is used by the judges to evaluate your team for the <a href="https://2018.igem.org/Judging/Medals">medal criterion</a> or <a href="https://2018.igem.org/Judging/Awards"> award listed below</a>. </p>
+
  top: 0;
<p> Delete this box in order to be evaluated for this medal criterion and/or award. See more information at <a href="https://2018.igem.org/Judging/Pages_for_Awards"> Instructions for Pages for awards</a>.</p>
+
  left: 0;
</div>
+
  width: 240px;
 +
  height: 240px;
 +
  -moz-border-radius: 240px;
 +
  -webkit-border-radius: 240px;
 +
  border-radius: 240px;
 +
  -moz-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3) inset;
 +
  -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3) inset;
 +
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3) inset;
 +
}
  
 
+
@keyframes rotate-360 {
<div class="clear"></div>
+
  from {
 
+
    -moz-transform: rotate(0);
 
+
    -ms-transform: rotate(0);
<div class="column full_size">
+
    -webkit-transform: rotate(0);
<h1>Collaborations</h1>
+
    -o-transform: rotate(0);
 
+
    transform: rotate(0);
<p>
+
  }
Sharing and collaboration are core values of iGEM. We encourage you to reach out and work with other teams on difficult problems that you can more easily solve together.
+
  to {
</p>
+
    -moz-transform: rotate(360deg);
 
+
    -ms-transform: rotate(360deg);
<h3>Silver Medal Criterion #2</h3>
+
    -webkit-transform: rotate(360deg);
<p>
+
    -o-transform: rotate(360deg);
Complete this page if you intend to compete for the silver medal criterion #2 on collaboration. Please see the <a href="https://2018.igem.org/Judging/Medals">2018 Medals Page</a> for more information.  
+
    transform: rotate(360deg);
</p>
+
  }
 +
}
 +
</style>
 +
<script type="text/javascript">
 +
$(function(){
 +
var bgVideo=document.getElementById("colbg");
 +
bgVideo.addEventListener('canplaythrough',function(){     
 +
              $('#loading').css("display","none");
 +
              $('.loader-ring').css("display","none");
 +
              $('#loading_p').css("display","none");});
 +
});
 +
</script>
 +
</head>
 +
<body>
 +
<div id="loading"></div>
 +
<div id="loading_p">
 +
<p style="color: white;font-family:myTitle3;font-size:30px;position:relative;top:47%;left:46%">Loading...</p>
 
</div>
 
</div>
  
<div class="column two_thirds_size">
+
  <div class="loader-ring">
 
+
  <div class="loader-ring-light"></div>
<h4> Which other teams can we work with? </h4>
+
  <div class="loader-ring-track"></div>
<p>
+
You can work with any other team in the competition, including software, hardware, high school and other tracks. You can also work with non-iGEM research groups, but they do not count towards the iGEM team collaboration silver medal criterion.
+
</p>
+
 
+
<p>
+
In order to meet the silver medal criteria on helping another team, you must complete this page and detail the nature of your collaboration with another iGEM team.
+
</p>
+
 
+
</div>
+
 
+
 
+
 
+
<div class="column third_size">
+
<p>
+
Here are some suggestions for projects you could work on with other teams:
+
</p>
+
 
+
<ul>
+
<li> Improve the function of another team's BioBrick Part or Device</li>
+
<li> Characterize another team's part </li>
+
<li> Debug a construct </li>
+
<li> Model or simulate another team's system </li>
+
<li> Test another team's software</li>
+
<li> Help build and test another team's hardware project</li>
+
<li> Mentor a high-school team</li>
+
</ul>
+
 
</div>
 
</div>
 +
  <div class="videocontainer">
 +
        <div class="fullscreenvideo" >
 +
        <video id="colbg" autoplay="autoplay" muted="muted" loop="loop">
 +
          <source src="https://static.igem.org/mediawiki/2018/f/fb/T--NKU_CHINA--BGofother.mp4" type="video/mp4">
 +
        </video>
 +
        </div>
 +
  </div>
 +
    <main>
 +
      <h1 style="font-family: myTitle;color: white;font-size: 80px;text-align: center;margin-top:20px;padding-bottom: 0px;padding-top:0px;margin-bottom:10px;">Collaborations</h1>
 +
        <div class="container">
 +
            <div class="row">
 +
                <div class="col-xs-12">
 +
                    <h2 class="col_h2" style="color: #FFD600;">1. Cooperate with Team TUST_China About Experiments</h2>
 +
                </div>
 +
            </div>
 +
        </div>
 +
        <div class="container">
 +
            <div class="row">
 +
                <div class="col-xs-12">
 +
                    <p class="col_content">Team <a href="https://2018.igem.org/Team:TUST_China/Collaborations" style="color:yellow;">TUST_China</a> offered us their constructive detecting chassis to test the minimal inhibitory concentration (MIC), in different labs. They can get more information about this detecting chassis tolerance through this testing that the detecting chassis can work at a T<sub>c</sub> concentration of 0 to 200 &#181;g/mL. And this collaboration would help them better to improve their detecting chassis in the project. The result is presented below:</p>
 +
                </div>
 +
            </div>
 +
        </div>
 +
        <div class="container">
 +
            <div class="row">
 +
                <div class="col-xs-12">
 +
                    <h4 style="text-align: center;color: white;">Table 1  MIC of Detecting Part</h4>
 +
                </div>
 +
                <div class="col-xs-12">
 +
                    <img src="https://static.igem.org/mediawiki/2018/b/b0/T--NKU_CHINA--tiankeda.png" class="img-responsive center-block" style="border-radius: 6px;">
 +
                </div>
 +
            </div>
 +
        </div>
 +
        <div class="container">
 +
            <div class="row">
 +
                <div class="col-xs-12">
 +
                    <h2 class="col_h2" style="color: #FFD600;">2. Cooperate with Team UESTC -Software About Wiki</h2>
 +
                </div>
 +
            </div>
 +
        </div>
 +
        <div class="container">
 +
            <div class="row">
 +
                <div class="col-xs-12">
 +
                    <p class="col_content">In the wiki exchange group in China, we had the honor to get acquainted with the team of University of Electronic Science and Technology (UESTC-Software) and we provided some useful helps for them to build their wiki pages and they shared their experiences with us. At their invitation, we used the database established by their team to query the wiki page design of previous teams and some other statistics useful to us. Finally, we gave them some appropriate suggestions on how to improve the database.</p>
 +
                </div>
 +
                <div class="col-xs-5">
 +
                    <a href="https://2018.igem.org/Team:NKU_CHINA/Collaborations" class="huibiao"><img src="https://static.igem.org/mediawiki/2018/c/ca/T--NKU_CHINA--DuiHui.png" style="margin-top: 30px;float:right;"></a>
 +
                </div>
 +
                <div class="col-xs-2">
 +
                <img src="https://static.igem.org/mediawiki/2018/5/55/T--NKU_CHINA--handshake.gif" class="img-responsive" style="margin-top: 30px;">
 +
                </div>
 +
                <div class="col-xs-5">
 +
                    <a href="https://2018.igem.org/Team:UESTC-Software/Collaborations" class="huibiao"><img src="https://static.igem.org/mediawiki/2018/6/69/T--NKU_CHINA--panda.png"></a>
 +
                </div>
 +
            </div>
 +
        </div>
 +
        <div class="container">
 +
            <div class="row">
 +
                <div class="col-xs-12">
 +
                    <h2 class="col_h2" style="color: #FFD600;">3. Cooperate with Team Peking About Modeling</h2>
 +
                </div>
 +
            </div>
 +
        </div>
 +
        <div class="container">
 +
            <div class="row">
 +
                <div class="col-xs-12">
 +
                    <p class="col_content">iGEM team Peking comes from Peking University. We discussed our projects during the joint conference we held in Nankai University. And they provided us with many valuable suggestions in mathematical modeling during the 5th Conference of the China iGEMer Community (CCiC). We keep a long-term communication with Peking since then and has benefitted from them a lot.</p>
 +
                </div>
 +
            </div>
 +
        </div>
 +
        <div class="container">
 +
            <div class="row">
 +
                <div class="col-xs-12">
 +
                    <h2 class="col_h2" style="color: #FFD600;">4. Publicize Synthetic Biology with Team TUST_CHINA and Team Tianjin</h2>
 +
                </div>
 +
            </div>
 +
        </div>
 +
        <div class="container">
 +
            <div class="row">
 +
                <div class="col-xs-12">
 +
                    <p class="col_content">After meticulous preparation, NKU-CHINA held a science popularization activity for senior high school students together with team TUST_CHINA and team <a href="https://2018.igem.org/Team:Tianjin/Collaborations" style="color:yellow;">Tianjin</a>. We went to Tianjin No. 13 Middle School to publicize the knowledge of synthetic biology, meanwhile, to understand the current situation of education about biology in middle schools.</p>
 +
                    <p class="col_content">This is a very meaningful publicity; students are very interested in what we introduced. Many of them heard these for the first time and can't wait to participate in the competition. We gave some guidance to them and tried our best to help their school build up an iGEM team.</p>
 +
                    <p class="col_content">As one of our contributions to the promotion of synthetic biology, we decided to make this popularization of science as an annual event.</p>
 +
                </div>
 +
            </div>
 +
        </div>
 +
        <div class="container">
 +
            <div class="row">
 +
                <div class="col-xs-12">
 +
                    <h2 class="col_h2" style="color: #FFD600;">5. Cooperate with Team OUC-China</h2>
 +
                </div>
 +
            </div>
 +
        </div>
 +
        <div class="container">
 +
            <div class="row">
 +
                <div class="col-xs-12">
 +
                    <p class="col_content">When attending the CCiC conference, we met OUC-China fortunately and collaborate with them in public education and science popularization.</p>
 +
                    <p class="col_content">OUC-China provided a science brochure about synthetic biology we used when we promoted synthetic biology in Tianjin’s Middle Schools. The popularization of science was as important as the innovation of science and technology. It was the wings of innovation and development. We took synthetic biology as the foothold of science popularization and participated in the popularization of science together, which greatly improved the depth and breadth of science popularization and strengthened the inheritance of synthetic biology. This is an innovative cooperation.</p>
 +
                </div>
 +
            </div>
 +
        </div>
 +
        <div class="container">
 +
            <div class="row">
 +
                <div class="col-xs-12">
 +
                    <h2 class="col_h2" style="color: #FFD600;">6. iGEM League Conference in Beijing-Tianjin Region</h2>
 +
                </div>
 +
            </div>
 +
        </div>
 +
        <div class="container">
 +
            <div class="row">
 +
                <div class="col-xs-12">
 +
                    <p class="col_content">On September 16<sup>th</sup>, NKU-CHINA participated in the iGEM league conference in Beijing-Tianjin region. We communicated our experiments and cooperated with other teams. In addition, we invited teachers from the Institute of Biophysics to guide the work of various iGEM teams, who are expert in modeling.</p>
 +
                    <p class="col_content">After our discussion, we decided to form a league to hold such a meaningful activity annually. Furthermore, we would do our best to apply for National Science Popularization Day with the help of the league.</p>
 +
                </div>
 +
            </div>
 +
        </div>
 +
        <div class="container">
 +
            <div class="row">
 +
                <div class="col-xs-12">
 +
                    <h2 class="col_h2" style="color: #FFD600;">7. The iGEM University Joint Conference in Nankai University</h2>
 +
                </div>
 +
            </div>
 +
        </div>
 +
        <div class="container">
 +
            <div class="row">
 +
                <div class="col-xs-12">
 +
                    <p class="col_content">On July 6<sup>th</sup>, we held <a href="http://sky.nankai.edu.cn/2018/0713/c7806a109364/page.htm" style="color:yellow;">the iGEM University Joint Conference in Nankai University</a>. This event aimed to promote communication and cooperation between nine universities iGEM teams, and at the same time carry out science popularization to show the charm and essence of iGEM. This was the first time that NKU-CHINA successfully conceived and held this large-scale collaboration activity. Each team introduced their experiments and look for teams that can cooperate according to our needs, the exchange atmosphere was warm and reflected a good collision of thoughts.</p>
 +
                    <p class="col_content">What’s more, to show the charm and essence of iGEM, and at the same time to better promote iGEM and synthetic biology among college students so that more people can focus on synthetic biology and participate in iGEM, each team introduced their experiments and preliminary work about synthetic biology on the basis of a common theme. After the report, the teams also answered the audience’s questions one by one in front of their own exhibition boards, expanding the public's understanding of synthetic biology.</p>
 +
                </div>
 +
            </div>
 +
        </div>             
 +
    </main>
  
 +
<footer>
 +
<div class="container-fluid myFooter">
 +
<div class="row">
 +
<div class="col-xs-8 col-xs-push-1">
 +
<img src="https://static.igem.org/mediawiki/2018/0/0b/T--NKU_CHINA--duihui_final.png" style="height: 250px; width: auto;">
 +
</div>
 +
<div class="col-xs-4 footer-w3ls">
 +
<h3 style="color: white; font-size: 30px;">Contacts</h3>
 +
<ul class="social-icons1" style="margin:0 auto;padding-top:0;">
 +
<li><a href="https://www.facebook.com/iGEMNKU2018/"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
 +
<li><a href="https://twitter.com/iGEMNKU2018"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
 +
<li><a href="mailto:nkuigem2018@163.com"><i class="fa fa fa-envelope-o" aria-hidden="true"></i></a></li>
 +
    </ul>
 +
    <h3 style="color: white; font-size: 30px;">Address</h3>
 +
                <address style="color: white; font-size: 17px;">
 +
                    Nankai University</br>
 +
                    No.94 Weijin Road, Nankai District</br>
 +
                    Tianjin, P.R.China 300071</br>
 +
                </address>
 +
            </div>
 +
            <div class="col-xs-12">
 +
            <p class="Copyright" style="text-align: center; color: white;">Copyright © Team NKU_CHINA 2018</p>
 +
        </div>
 +
    </div>
 +
</footer>
  
 +
<a href="#0" class="cd-top">Top</a>
 +
</body>
 
</html>
 
</html>

Latest revision as of 17:55, 17 October 2018

Loading...

Collaborations

1. Cooperate with Team TUST_China About Experiments

Team TUST_China offered us their constructive detecting chassis to test the minimal inhibitory concentration (MIC), in different labs. They can get more information about this detecting chassis tolerance through this testing that the detecting chassis can work at a Tc concentration of 0 to 200 µg/mL. And this collaboration would help them better to improve their detecting chassis in the project. The result is presented below:

Table 1 MIC of Detecting Part

2. Cooperate with Team UESTC -Software About Wiki

In the wiki exchange group in China, we had the honor to get acquainted with the team of University of Electronic Science and Technology (UESTC-Software) and we provided some useful helps for them to build their wiki pages and they shared their experiences with us. At their invitation, we used the database established by their team to query the wiki page design of previous teams and some other statistics useful to us. Finally, we gave them some appropriate suggestions on how to improve the database.

3. Cooperate with Team Peking About Modeling

iGEM team Peking comes from Peking University. We discussed our projects during the joint conference we held in Nankai University. And they provided us with many valuable suggestions in mathematical modeling during the 5th Conference of the China iGEMer Community (CCiC). We keep a long-term communication with Peking since then and has benefitted from them a lot.

4. Publicize Synthetic Biology with Team TUST_CHINA and Team Tianjin

After meticulous preparation, NKU-CHINA held a science popularization activity for senior high school students together with team TUST_CHINA and team Tianjin. We went to Tianjin No. 13 Middle School to publicize the knowledge of synthetic biology, meanwhile, to understand the current situation of education about biology in middle schools.

This is a very meaningful publicity; students are very interested in what we introduced. Many of them heard these for the first time and can't wait to participate in the competition. We gave some guidance to them and tried our best to help their school build up an iGEM team.

As one of our contributions to the promotion of synthetic biology, we decided to make this popularization of science as an annual event.

5. Cooperate with Team OUC-China

When attending the CCiC conference, we met OUC-China fortunately and collaborate with them in public education and science popularization.

OUC-China provided a science brochure about synthetic biology we used when we promoted synthetic biology in Tianjin’s Middle Schools. The popularization of science was as important as the innovation of science and technology. It was the wings of innovation and development. We took synthetic biology as the foothold of science popularization and participated in the popularization of science together, which greatly improved the depth and breadth of science popularization and strengthened the inheritance of synthetic biology. This is an innovative cooperation.

6. iGEM League Conference in Beijing-Tianjin Region

On September 16th, NKU-CHINA participated in the iGEM league conference in Beijing-Tianjin region. We communicated our experiments and cooperated with other teams. In addition, we invited teachers from the Institute of Biophysics to guide the work of various iGEM teams, who are expert in modeling.

After our discussion, we decided to form a league to hold such a meaningful activity annually. Furthermore, we would do our best to apply for National Science Popularization Day with the help of the league.

7. The iGEM University Joint Conference in Nankai University

On July 6th, we held the iGEM University Joint Conference in Nankai University. This event aimed to promote communication and cooperation between nine universities iGEM teams, and at the same time carry out science popularization to show the charm and essence of iGEM. This was the first time that NKU-CHINA successfully conceived and held this large-scale collaboration activity. Each team introduced their experiments and look for teams that can cooperate according to our needs, the exchange atmosphere was warm and reflected a good collision of thoughts.

What’s more, to show the charm and essence of iGEM, and at the same time to better promote iGEM and synthetic biology among college students so that more people can focus on synthetic biology and participate in iGEM, each team introduced their experiments and preliminary work about synthetic biology on the basis of a common theme. After the report, the teams also answered the audience’s questions one by one in front of their own exhibition boards, expanding the public's understanding of synthetic biology.

Top