Difference between revisions of "Team:SKLBC-DGSYZX/Collaborations"

(Prototype team page)
 
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{SKLBC-DGSYZX}}
 
 
<html>
 
<html>
 +
<head>
 +
<title>Home</title>
 +
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 +
        <meta charset="utf-8">
 +
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
 +
        <title>Home</title>
 +
        <link rel="shortcut icon" href="http://snapsvg.io/assets/favicon.ico?v=1">
 +
        <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width">
 +
        <script type="text/javascript" async="" src="./Snap.svg - Home_files/ga.js"></script><script src="http://use.edgefonts.net/source-sans-pro:n2,i2,n3,i3,n4,i4,n6,i6,n7,i7,n9,i9:all.js"></script>
 +
        <link rel="stylesheet" href="http://120.25.1.181:8080/www/gdsyzx/sklbc-gdsyzx/css/master.css">
 +
        <script src="./Snap.svg - Home_files/snap.svg-min.js"></script>
 +
        <script type="text/javascript">
 +
    var _gaq = _gaq || [];
 +
    _gaq.push(['_setAccount', 'UA-44948757-1']);
 +
    _gaq.push(['_trackPageview']);
  
<h2> Collaborations</h2>
+
    (function() {
 +
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
 +
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
 +
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
 +
    })();
 +
   
 +
    function trackOutboundLink(link, category, action) {
 +
        try {
 +
        _gaq.push(['_trackEvent', category , action]);
 +
        } catch(err){}
 +
       
 +
        setTimeout(function() {
 +
        document.location.href = link.href;
 +
        }, 100);
 +
    }
 +
</script>
 +
<meta name="viewport" content="width=device-width, initial-scale=1">
 +
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 +
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 +
<a href="http://120.25.1.181:8080/www/gdsyzx/sklbc-gdsyzx/index.html"></a></p>
 +
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
 +
<link href="http://120.25.1.181:8080/www/gdsyzx/sklbc-gdsyzx/css/bootstrap.css" rel='stylesheet' type='text/css' />
 +
<link rel="stylesheet" type="text/css" href="http://120.25.1.181:8080/www/gdsyzx/sklbc-gdsyzx/css/wiki.css">
 +
<link href="http://120.25.1.181:8080/www/gdsyzx/sklbc-gdsyzx/css/teamwiki.css" rel='stylesheet' type='text/css' />
 +
<link href="http://120.25.1.181:8080/www/gdsyzx/sklbc-gdsyzx/css/ionicons.css" rel='stylesheet' type='text/css' />
 +
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
 +
<!-- Custom Theme files -->
 +
<link href="http://120.25.1.181:8080/www/gdsyzx/sklbc-gdsyzx/css/style.css" rel='stylesheet' type='text/css' />
 +
<!-- Custom Theme files -->
 +
<!--webfont-->
 +
<link href='http://fonts.useso.com/css?family=Quicksand:300,400,700' rel='stylesheet' type='text/css'>
 +
<link href='http://fonts.useso.com/css?family=Exo+2:100,200,300,400,500,600,700,800,900' rel='stylesheet' type='text/css'>
 +
<script type="text/javascript" src="http://120.25.1.181:8080/www/gdsyzx/sklbc-gdsyzx/js/jquery-1.11.1.min.js"></script>
 +
<script type="text/javascript" src="http://120.25.1.181:8080/www/gdsyzx/sklbc-gdsyzx/js/jquery.min.js"></script>
 +
<script type="text/javascript">
 +
    $(document).ready(function(){
 +
        $("#goToTop").hide()//隐藏go to top按钮
 +
        $(function(){
 +
            $(window).scroll(function(){
 +
                if($(this).scrollTop()>1){//当window的scrolltop距离大于1时,go to top按钮淡出,反之淡入
 +
                    $("#goToTop").fadeIn();
 +
                } else {
 +
                    $("#goToTop").fadeOut();
 +
                }
 +
            });
 +
        });
 +
   
  
<p>
+
        // 给go to top按钮一个点击事件
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.
+
        $("#goToTop a").click(function(){
</p>
+
            $("html,body").animate({scrollTop:0},800);//点击go to top按钮时,以800的速度回到顶部,这里的800可以根据你的需求修改
 +
            return false;
 +
        });
 +
    });
 +
    </script>
 +
<!------ Light Box ------>
 +
<link rel="stylesheet" href="http://120.25.1.181:8080/www/gdsyzx/sklbc-gdsyzx/css/swipebox.css">
 +
<script src="http://120.25.1.181:8080/www/gdsyzx/sklbc-gdsyzx/js/jquery.swipebox.min.js"></script>
 +
    <script type="text/javascript">
 +
jQuery(function($) {
 +
$(".swipebox").swipebox();
 +
});
 +
</script>
 +
<!------ Eng Light Box ------>  
 +
<!-- Prettify -->
 +
<link href="http://120.25.1.181:8080/www/gdsyzx/sklbc-gdsyzx/css/owl.carousel.css" rel="stylesheet">
 +
<script src="http://120.25.1.181:8080/www/gdsyzx/sklbc-gdsyzx/js/owl.carousel.js"></script>
 +
<script>
 +
$(document).ready(function() {
 +
$("#owl-demo3").owlCarousel({
 +
items : 4,
 +
lazyLoad : true,
 +
autoPlay : true,
 +
navigation: false,
 +
pagination: false,
 +
});
 +
});
 +
</script>
 +
<!----- //End-Share-instantly-slider---->
 +
<!----font-Awesome----->
 +
<link rel="stylesheet" href="http://120.25.1.181:8080/www/gdsyzx/sklbc-gdsyzx/fonts/css/font-awesome.min.css">
 +
<!----font-Awesome----->
 +
</head>
  
<div class="highlightBox">
+
<body style="background-color:white">
 +
<header id="header" style="height: inherit;">
 +
    <div class="wrap">
 +
        <a href="./Snap.svg - Home_files/Snap.svg - Home.html" class="logo">
 +
            <img src="http://120.25.1.181:8080/www/gdsyzx/sklbc-gdsyzx/images/synn.jpg" alt="">
 +
            <span class="header">Synsketch</span>
 +
        </a>
 +
        <nav>
 +
           
 +
            <a href="https://2015.igem.org/Team:SKLBC-DGSYZX" class=" selected">Home</a>
 +
           
 +
            <a href="https://2015.igem.org/Team:SKLBC-DGSYZX/Project" class="">Project</a>
 +
           
 +
            <a href="https://2015.igem.org/Team:SKLBC-DGSYZX/Notebook" class="">Notebook</a>
 +
           
 +
            <a href="https://2015.igem.org/Team:SKLBC-DGSYZX/Attributions" class="">Attributions</a>
 +
           
 +
            <a href="https://2015.igem.org/Team:SKLBC-DGSYZX/Collaborations" class="">Collaborations</a>
 +
           
 +
            <a href="https://2015.igem.org/Team:SKLBC-DGSYZX/Pratices" class="">Human Pratices</a>
 +
           
 +
            <a href="https://2015.igem.org/Team:SKLBC-DGSYZX/Parts" class="">Parts</a>
 +
           
 +
            <a href="https://2015.igem.org/Team:SKLBC-DGSYZX/Safety" class="">Safety</a>
 +
           
 +
            <a href="https://2015.igem.org/Team:SKLBC-DGSYZX/Software" class="">Software</a>
 +
           
 +
            <a href="https://2015.igem.org/Team:SKLBC-DGSYZX/Entrepreneurship" class="">Entrepreneurship</a>
 +
           
 +
            <a href="https://2015.igem.org/Team:SKLBC-DGSYZX/Team" class="">Team</a>
 +
           
 +
            <a href="https://2015.igem.org/Team:SKLBC-DGSYZX/Medals" class="">Medals and Prizes</a>
 +
           
 +
            <a href="https://2015.igem.org/Team:SKLBC-DGSYZX/Design" class="">Design</a>
 +
           
 +
         
 +
        </nav>
 +
    </div>
 +
</header>
 +
<br><br>
 +
<div class="header_bottom about">
 +
<div class="container">
 +
<h1 style="color:white">Collaborations</a></h1>
 +
</div>
 +
</div>
  
<h4> Which other teams can we work with? </h4>
 
<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 <a hreef="https://2015.igem.org/Judging/Awards#Medals">iGEM team collaboration gold medal criterion</a>.
 
</p>
 
  
<p>
+
<div class="about_box3 title" style="background-color:#ccffff" id="background">
In order to meet the gold medal criteria on helping another team, you must complete this page and detail the nature of your collaboration with another iGEM team.
+
  <h3 class="m_1"><span >Abstract</span></h3>
</p>
+
  <div class="container">
 +
      <div class="grid_3">
 +
        <p style="margin-top:30px;">As a first year joining the iGEM, we have insufficient experience about how to set up a team or what on earth does iGEM want us to do. So, we sought help from the experienced undergraduates since they have an edge over us on either biological knowledge or experience of iGEM competition. Luckily, We found assistance from TJU iGEM 2015 which has an assistance project for other teams this year by spreading the handbooks. Notably, we have accepted one in Chinese version from them, which then become a convenient and useful tool for us to get familiar with this competition. Information like the prolonged history, necessary knowledge about synthetic biology, requirements for medals and projects of other outstanding teams are all recorded in a single book. Therefore, we master the basic principles of experiment for synthetic biology and requirements of the competition in a fastest way.</p>
 +
        <img src="http://120.25.1.181:8080/www/gdsyzx/sklbc-gdsyzx/images/tjdx.jpg" style="display: block;margin-left: auto;margin-right: auto;margin-top: 40px;max-width: 850px;margin-bottom:40px" class="img-gdsy" alt=""/>
 +
      </div>
 +
      <div class="clearfix"> </div>
 +
  </div>
 
</div>
 
</div>
  
<p>
+
<div class="about_box3 title" style="background-color:#ff6699" id="background">
Here are some suggestions for projects you could work on with other teams:
+
  <h3 class="m_1"><span >Requirement of experiment</span></h3>
</p>
+
  <div class="container">
 
+
      <div class="grid_3">
<ul>
+
        <p style="margin-top:30px;">After communicating with the experiment teams, we find out that they need inspiration when choosing projects, information when starting on projects and tools when processing data and diagram. </p>
<li> Improve the function of another team's BioBrick Part or Device</li>
+
      </div>
<li> Characterize another team's part </li>
+
      <div class="clearfix"> </div>
<li> Debug a construct </li>
+
  </div>
<li> Model or simulating another team's system </li>
+
</div>
<li> Test another team's software</li>
+
<div class="about_box3 title" style="background-color:#66cccc" id="background">
<li> Help build and test another team's hardware project</li>
+
  <h3 class="m_1"><span >Offer of software</span></h3>
<li> Mentor a high-school team</li>
+
  <div class="container">
</ul>
+
      <div class="grid_3">
 
+
        <p style="margin-top:30px;">And then, we consider what software can do to help the experiment teams. After the brainstorming and we get the answer we want. The introduction of previous projects will kindle their inspiration of their projects and give them the chance to stand on the shoulders on their ancestors. The tags help to well classify all the information and save lots of time. And the synsketch will help them draw clear and standardized flow diagrams of experiment. IGEMers can use this tool to consummate their projects.</p>
 
+
      </div>
 
+
      <div class="clearfix"> </div>
 +
  </div>
 +
</div>
 +
<div class="about_box3 title" style="background-color:#ccffff">
 +
  <h3 class="m_1"><span>Collaboration with the experiment teams</span></h3>
 +
  <div class="container">
 +
      <div class="grid_3">
 +
        <ol>
 +
        <p style="margin-top:30px;">So, we establish a close connection with the experiment teams.</p>
 +
        <p>This summer, we have nice collaborations with teams like <a href="https://2015.igem.org/Team:SCUT-China">SCUT-China</a>, <a href="https://2015.igem.org/Team:SYSY-China">SYSU-China</a>, <a href="https://2015.igem.org/Team:SKLBC-China/Team">SKLBC-China</a>. And we really appreciate the help and communications among teams.</p>
 +
        <br>
 +
        <li class="promble">Meet-up    2015 July 14th</li>
 +
        <p>At that day, the members of three software teamsincluding SKLBC-China, SYSU-Software as well as our team, SKLBC-GDSYZX and three laboratory teamsincluding SCUT, SCUT-China and SYSU-China, gathered together in the lab of SCUT. We discussed and exchanged thoughts about the relationship and interaction between the software and experiment of synthetic biology. At this meet-up, we also showed our projects with each other, after which we got lots of useful advice and knew experience in iGEM from the three laboratory teams’ members.</p>
 +
        <img src="http://120.25.1.181:8080/www/gdsyzx/sklbc-gdsyzx/images/meet-up.png" style="display: block;margin-left: auto;margin-right: auto;margin-top: 40px;max-width: 850px;margin-bottom:40px" class="img-gdsy" alt=""/>
 +
        <li class="promble">Experiment train    2015 August 7th- 9th</li>
 +
        <p>Our project is about an online panel app, with which the scientists and non-scientists can easily design their gene circuits in the same model. As a new high school team, we do not have solid knowledge about synthetic biology. Even though we can acquire a concept about synthetic biology by self-learning, we still need an intuitional sense about how the molecules interact in the experiment operations. During August 7th- 9th, we had a three-day experiment train and got a better understanding of synthetic biology from team SCUT-China. With the help of experiment, we believe we can make a greater User Experience in our project.</p>
 +
        <img src="http://120.25.1.181:8080/www/gdsyzx/sklbc-gdsyzx/images/experiment train.png" style="display: block;margin-left: auto;margin-right: auto;margin-top: 40px;max-width: 850px;margin-bottom:40px" class="img-gdsy" alt=""/>
 +
        <li class="promble">Gene circuit library</li>
 +
        <p>In order to help the iGEMers create more amazing circuits easily, SCUT-China suggested us to added remarkable designs of iGEMs’ teams to build up a gene circuit library, during which we can test our app and gain some novel idea with the library. However, gathering the gene circuits is a hard work for us, because we have to read the projects of previous iGEMs’ teams and we lack experience of designing gene circuits. Therefore, members of SCUT-China finished reading the projects and used the panel app to complete the construction of gene circuits library, after which they gave us a feedback to help us improve our panel app.</p>
 +
        <li class="promble">Course design</li>
 +
        <p>It is a collar work for us to design the course by ourselves so SCUT-team offers to help us collect the information about synthetic biology and simplify the knowledge point. Actually, it’s a brilliant idea which helps us learn synthetic biology easily and save time at the same time.</p>
 +
      </div>
 +
      <div class="clearfix"> </div>
 +
  </div>
 +
</div>
 +
<div class="about_box3 title" style="background-color:#ff6699" id="syn">
 +
  <h3 class="m_1"><span>Collaboration with other software teams</span></h3>
 +
  <div class="container">
 +
      <div class="grid_3 syn">
 +
      <p style="margin-top:30px;">We also cooperate with other software teams. We create a cooperative function with SKLBC-China team. By scanning the QR code, we can view the biobricks that have been stored up in the wechat ID through the project WeiGem 2.0 of SKLBC-China. The function not only links wechat and personal computer, but also connects the two high school teams.</p>
 +
        <img src="http://120.25.1.181:8080/www/gdsyzx/sklbc-gdsyzx/images/ost1.jpg" style="display: block;margin-left: auto;margin-right: auto;margin-top: 40px;max-width: 850px;margin-bottom:40px" class="img-gdsy" alt=""/>
 +
        <img src="http://120.25.1.181:8080/www/gdsyzx/sklbc-gdsyzx/images/ost2.jpg" style="display: block;margin-left: auto;margin-right: auto;margin-top: 40px;max-width: 850px;margin-bottom:40px" class="img-gdsy" alt=""/>
 +
      </div>
 +
      <div class="clearfix"> </div>
 +
  </div>
 +
</div>
 +
<div class="footer">
 +
  <div>
 +
        <div class="copy">
 +
            <p>Copyright &copy; 2015 SKLBC-GDSYZX.  All rights reserved.</p>
 +
      </div>
 +
  </div>
 
</div>
 
</div>
 +
<div id="goToTop"><a href="#">top</a></div>
 +
</body>
 
</html>
 
</html>

Latest revision as of 16:01, 18 September 2015

Home Home



Collaborations

Abstract

As a first year joining the iGEM, we have insufficient experience about how to set up a team or what on earth does iGEM want us to do. So, we sought help from the experienced undergraduates since they have an edge over us on either biological knowledge or experience of iGEM competition. Luckily, We found assistance from TJU iGEM 2015 which has an assistance project for other teams this year by spreading the handbooks. Notably, we have accepted one in Chinese version from them, which then become a convenient and useful tool for us to get familiar with this competition. Information like the prolonged history, necessary knowledge about synthetic biology, requirements for medals and projects of other outstanding teams are all recorded in a single book. Therefore, we master the basic principles of experiment for synthetic biology and requirements of the competition in a fastest way.

Requirement of experiment

After communicating with the experiment teams, we find out that they need inspiration when choosing projects, information when starting on projects and tools when processing data and diagram.

Offer of software

And then, we consider what software can do to help the experiment teams. After the brainstorming and we get the answer we want. The introduction of previous projects will kindle their inspiration of their projects and give them the chance to stand on the shoulders on their ancestors. The tags help to well classify all the information and save lots of time. And the synsketch will help them draw clear and standardized flow diagrams of experiment. IGEMers can use this tool to consummate their projects.

Collaboration with the experiment teams

    So, we establish a close connection with the experiment teams.

    This summer, we have nice collaborations with teams like SCUT-China, SYSU-China, SKLBC-China. And we really appreciate the help and communications among teams.


  1. Meet-up 2015 July 14th
  2. At that day, the members of three software teamsincluding SKLBC-China, SYSU-Software as well as our team, SKLBC-GDSYZX and three laboratory teamsincluding SCUT, SCUT-China and SYSU-China, gathered together in the lab of SCUT. We discussed and exchanged thoughts about the relationship and interaction between the software and experiment of synthetic biology. At this meet-up, we also showed our projects with each other, after which we got lots of useful advice and knew experience in iGEM from the three laboratory teams’ members.

  3. Experiment train 2015 August 7th- 9th
  4. Our project is about an online panel app, with which the scientists and non-scientists can easily design their gene circuits in the same model. As a new high school team, we do not have solid knowledge about synthetic biology. Even though we can acquire a concept about synthetic biology by self-learning, we still need an intuitional sense about how the molecules interact in the experiment operations. During August 7th- 9th, we had a three-day experiment train and got a better understanding of synthetic biology from team SCUT-China. With the help of experiment, we believe we can make a greater User Experience in our project.

  5. Gene circuit library
  6. In order to help the iGEMers create more amazing circuits easily, SCUT-China suggested us to added remarkable designs of iGEMs’ teams to build up a gene circuit library, during which we can test our app and gain some novel idea with the library. However, gathering the gene circuits is a hard work for us, because we have to read the projects of previous iGEMs’ teams and we lack experience of designing gene circuits. Therefore, members of SCUT-China finished reading the projects and used the panel app to complete the construction of gene circuits library, after which they gave us a feedback to help us improve our panel app.

  7. Course design
  8. It is a collar work for us to design the course by ourselves so SCUT-team offers to help us collect the information about synthetic biology and simplify the knowledge point. Actually, it’s a brilliant idea which helps us learn synthetic biology easily and save time at the same time.

Collaboration with other software teams

We also cooperate with other software teams. We create a cooperative function with SKLBC-China team. By scanning the QR code, we can view the biobricks that have been stored up in the wechat ID through the project WeiGem 2.0 of SKLBC-China. The function not only links wechat and personal computer, but also connects the two high school teams.