Difference between revisions of "Team:CCU Taiwan/Collaborations"

(Prototype team page)
 
 
(40 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{CCU_Taiwan}}
+
{{CCU_Taiwan/css}}
 +
 
 
<html>
 
<html>
  
 +
<head>
  
 +
<meta name="viewport" content="width=device-width, initial-scale=1">
 +
<script>
 +
$(document).ready(function(){
 +
 +
$("#Home").hover(function(e){
 +
$("#sub_home").stop(true,false,true).slideToggle(300);
 +
  });
  
<div class="column full_size judges-will-not-evaluate">
+
$("#Project").hover(function(){
<h3>★  ALERT! </h3>
+
$("#sub_project").stop(true,false,true).slideToggle(300);
<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>
+
});
<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>
+
</div>
+
$("#Parts").hover(function(){
 +
$("#sub_parts").stop(true,false,true).slideToggle(300);
 +
});
 +
 +
$("#Modeling").hover(function(){
 +
$("#sub_modeling").stop(true,false,true).slideToggle(300);
 +
});
 +
 +
$("#Drylab").hover(function(){
 +
$("#sub_drylab").stop(true,false,true).slideToggle(300);
 +
});
 +
 +
$("#Human_Practice").hover(function(){
 +
$("#sub_human_practice").stop(true,false,true).slideToggle(300);
 +
});
 +
 +
$("#Notebook").hover(function(){
 +
$("#sub_notebook").stop(true,false,true).slideToggle(300);
 +
});
  
 +
$("#home_button").hover(function(){
 +
    $(this).css("background","black")
 +
},function(){
 +
    $(this).css("background","#31a97e")
 +
  });
 +
});
  
<div class="clear"></div>
+
// The function actually applying the offset
 +
function offsetAnchor() {
 +
  if (location.hash.length !== 0) {
 +
    window.scrollTo(window.scrollX, window.scrollY - 90);
 +
  }
 +
}
  
 +
// Captures click events of all <a> elements with href starting with #
 +
$(document).on('click', 'a[href^="#"]', function(event) {
 +
  // Click events are captured before hashchanges. Timeout
 +
  // causes offsetAnchor to be called after the page jump.
 +
  window.setTimeout(function() {
 +
    offsetAnchor();
 +
  }, 0);
 +
});
  
<div class="column full_size">
+
// Set the offset when entering page with hash present in the url
<h1>Collaborations</h1>
+
window.setTimeout(offsetAnchor, 0);
 +
 +
$(document).scroll(function () { // remove "$"
 +
    var y = $(this).scrollTop();       
 +
    if (y > 300) {
 +
        $('.indicator').fadeIn();
 +
    }
 +
    else {
 +
        $('.indicator').fadeOut();
 +
    }
 +
});
 +
 +
</script>
  
<p>
+
</head>
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.
+
</p>
+
  
<h3>Silver Medal Criterion #2</h3>
+
<body>
<p>
+
  <header>
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.  
+
        <nav>
</p>
+
            <div class="container">
</div>
+
                <ul class="front">
 +
 +
                    <div id="home_button" style="cursor:pointer;"  onclick="location.href=
 +
'https://2018.igem.org/Team:CCU_Taiwan';"> <img src="https://static.igem.org/mediawiki/2018/0/08/T--CCU_Taiwan--home_button.png"></img></div>
  
<div class="column two_thirds_size">
+
                    <li class="title" style="cursor:pointer;" id="Home"><img class="img_title" src="https://static.igem.org/mediawiki/2018/2/24/T--CCU_Taiwan--aboutus.png"></img><a>About Us</a>
 
+
                        <ul class="sub" id="sub_home" style="cursor:default;">
<h4> Which other teams can we work with? </h4>
+
                            <a href="https://2018.igem.org/Team:CCU_Taiwan/Team"><li class="list" id="home1">Team</li></a>
<p>  
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Attributions"><li class="list" id="home2">Attributions</li></a>
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.
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Medal"><li class="list" id="home3">Medals</li></a>
</p>
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Judge"><li class="list" id="home4">For Judges</li></a>
 
+
<a href="https://2018.igem.org/Team:CCU_Taiwan/Achievements"><li class="list" id="home5">Achievements</li></a>
<p>
+
                        </ul>
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.
+
                    </li>
</p>
+
                    <li class="title" style="cursor:pointer;" id="Project"><img class="img_title" src="https://static.igem.org/mediawiki/2018/6/6f/T--CCU_Taiwan--project.png"></img><a>Project</a>
 
+
<ul class="sub" id="sub_project" style="cursor:default;">
</div>
+
    <a href="https://2018.igem.org/Team:CCU_Taiwan/Description"><li class="list" id="project1">Description</li></a>
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/Applied_Design"><li class="list" id="project2">Design</li></a>
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/Results"><li class="list" id="project3">Results</li></a>
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/Demonstrate"><li class="list" id="project4">Demonstration</li></a>
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/InterLab"><li class="list" id="project5">InterLab</li></a>
 +
</ul>
 +
</li>
 +
                    <li class="title" style="cursor:pointer;" id="Parts"><img class="img_title" src="https://static.igem.org/mediawiki/2018/1/17/T--CCU_Taiwan--part.png"></img><a>Parts</a>
 +
                        <ul class="sub" id="sub_parts" style="cursor:default;">
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/Parts"><li class="list" id="parts1">Overview</li></a>
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/Basic_Part"><li class="list" id="parts1">Basic Part</li></a>
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/Composite_Part"><li class="list" id="parts2">Composite Part</li></a>
 +
                        </ul>
 +
                    </li>
 +
                    <li class="title" style="cursor:pointer;" id="Modeling"><img class="img_title" src="https://static.igem.org/mediawiki/2018/0/09/T--CCU_Taiwan--model.png"></img><a>Modeling</a>
 +
                        <ul class="sub" id="sub_modeling" style="cursor:default;">
 +
                            <a href="https://2018.igem.org/Team:CCU_Taiwan/Model"><li class="list" id="model1">Overview</li></a>
 +
                            <a href="https://2018.igem.org/Team:CCU_Taiwan/Binding"><li class="list" id="model2">Binding Model</li></a>
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/Polymer"><li class="list" id="model3">Polymer Model</li></a>
 +
                        </ul>
 +
                    </li>
 +
                    <li class="title" style="cursor:pointer;" id="Drylab"><img class="img_title" src="https://static.igem.org/mediawiki/2018/f/fc/T--CCU_Taiwan--Dry_lab.png"></img><a>Product</a>
 +
                        <ul class="sub" id="sub_drylab" style="cursor:default;">
 +
                            <a href="https://2018.igem.org/Team:CCU_Taiwan/Our_Plan"><li class="list" id="drylab1">Analysis</li></a>
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/Engineering"><li class="list" id="drylab2">Production Line</li></a>
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/Safety"><li class="list" id="drylab3">Safety</li></a>
 +
                        </ul>
 +
                    </li>
 +
    <li class="title" style="cursor:pointer;" id="Human_Practice"><img class="img_title" src="https://static.igem.org/mediawiki/2018/9/96/T--CCU_Taiwan--humanpractice.png"></img><a>HP</a>
 +
                        <ul class="sub" id="sub_human_practice" style="cursor:default;">
 +
                            <a href="https://2018.igem.org/Team:CCU_Taiwan/Human_Practices"><li class="list" id="human_practice1">Human Practice</li></a>
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/Public_Engagement"><li class="list" id="human_practice2">Public Engagement</li></a>
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/Entrepreneurship"><li class="list" id="human_practice3">Entrepreneurship</li></a>
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/engaging_experts"><li class="list" id="human_practice4">Engaging Experts</li></a>
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/Integrate"><li class="list" id="human_practice5">Integrated HP</li></a>
 +
                        </ul>
 +
                    </li>
 +
    <li class="title" style="cursor:pointer;" id="Notebook"><img class="img_title" src="https://static.igem.org/mediawiki/2018/c/c9/T--CCU_Taiwan--notebook.png"></img><a>Notebook</a>
 +
                        <ul class="sub" id="sub_notebook" style="cursor:default;">
 +
                            <a href="https://2018.igem.org/Team:CCU_Taiwan/Notebook"><li class="list" id="notebook1">Overview</li></a>
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/Collaborations"><li class="list" id="notebook2">Collaborations</li></a>
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/Protocols"><li class="list" id="notebook3">Protocols</li></a>
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/Experiments"><li class="list" id="notebook4">Experiments</li></a>
 +
<a href="https://2018.igem.org/Team:CCU_Taiwan/Materials"><li class="list" id="notebook5">Materials</li></a>
 +
                        </ul>
 +
                    </li>
 +
                </ul>
 +
            </div>
 +
        </nav>
  
 +
    </header>
  
 +
<div class="indicator">
  
<div class="column third_size">
+
<div class="pointerNotebook" id="1"><a href="#ca1">NYMU-Taipei team</a></div>
<p>
+
<div class="pointerNotebook" id="2"><a href="#ca2">Asia Pacific Conference</a></div>
Here are some suggestions for projects you could work on with other teams:
+
<div class="pointerNotebook" id="3"><a href="#ca3">NCKU iGEM team</a></div>
</p>
+
<div class="pointerNotebook" id="4"><a href="#ca4">BIT iGEM team</a></div>
 +
<div class="pointerNotebook" id="5"><a href="#ca5">MINGDAO iGEM team</a></div>
  
<ul>
+
</div>
<li> Improve the function of another team's BioBrick Part or Device</li>
+
<div class="backgroundNotebook">
<li> Characterize another team's part </li>
+
<div class="photoCollaborations"><h1 class="bigtitle">COLLABORATIONS<h1></div>
<li> Debug a construct </li>
+
      <div class="content">
<li> Model or simulate another team's system </li>
+
<br><br><br>
<li> Test another team's software</li>
+
<p class="first" id="ca1">Collaboration with NYMU-Taipei team <br>(National Yang-Ming University)</p><br>
<li> Help build and test another team's hardware project</li>
+
<div id="cb1" class="polaroid">
<li> Mentor a high-school team</li>
+
                  <img src="https://static.igem.org/mediawiki/2018/5/54/T--CCU_Taiwan--NYMU.jpg" style="width:45%">
</ul>
+
  <img src="https://static.igem.org/mediawiki/2018/6/61/T--CCU_Taiwan--JOE_nymu1.jpg" style="width:45%">
 +
                  <div class="container">
 +
                    <p></p>
 +
                  </div>
 +
                </div>
 +
<p class="description">&emsp;&emsp; When we were doing our interlab measurement, we were not able to transform the plasmid into our competent cell DH5α. After doing the transformation four times without a successful result, we started debugging and also searched for assistance.<br><br>&emsp;&emsp; We are thankful for the NYMU-Taipei team, who gave us a hand after we told them our dilemma. They reviewed our lab notes to help us debug. Furthermore, we met each other online to discuss the problem together.<br><br>&emsp;&emsp; Also, as a backup plan, we borrowed from them <I>E. coli</I> which they had successfully transformed with plasmids for the interlab.<br>Plates from NYMU<br></p><br>
 +
<p class="description">&emsp;&emsp; With their timely help, we were able to conduct the following experiment including the conversion between absorbance of cells to absorbance of a known concentration of beads. Without their help, we merely could complete the measurement of the silica beads and we would not have been able to calibrate against a known concentration of fluorescent molecule to reduce the variability in measurements between labs.<br><br></p>
 +
<a href="https://2018.igem.org/Team:NYMU-Taipei/Collaborations" style="font-size:25px; color:red;">Collaboration page of NYMU-Taipei</a><br><br>
 +
<div id="cb2" class="polaroid">
 +
                  <img src="https://static.igem.org/mediawiki/2018/e/e2/T--CCU_Taiwan--JOE_NYMU01.png" style="width:100%">
 +
  <img src="https://static.igem.org/mediawiki/2018/c/cd/T--CCU_Taiwan--JOE_NYMU02.png" style="width:100%">
 +
  <img src="https://static.igem.org/mediawiki/2018/9/9c/T--CCU_Taiwan--JOE_NYMU03.png" style="width:100%">
 +
  <img src="https://static.igem.org/mediawiki/2018/7/73/T--CCU_Taiwan--JOE_NYMU04.png" style="width:100%">
 +
                  <div class="container">
 +
                    <p></p>
 +
                  </div>
 +
</div>
 +
<p class="second">Data of InterLab collabration with NYMU-Taipei iGEM team</p>
 +
<iframe src="https://static.igem.org/mediawiki/2018/6/64/T--CCU_Taiwan--interlab--Labnote.pdf"  height="600"  width="800" style="margin-left:25vw;"></iframe>
 +
<br><br>
 +
<p class="first">Conferences</p><br>
 +
<p class="second"  id="ca2">Asia Pacific Conference</p><p class="description">2018/7/30~2018/8/2</p>
 +
<div id="cb3" class="polaroid">
 +
                  <img src="https://static.igem.org/mediawiki/2018/5/50/T--CCU_Taiwan--JOE_%E4%BA%9E%E5%A4%AA.jpg" style="width:45%">
 +
  <img src="https://static.igem.org/mediawiki/2018/7/78/T--CCU_Taiwan--JOE_HP_05.jpg" style="width:45%">
 +
                  <div class="container">
 +
                    <p></p>
 +
                  </div>
 +
        </div>
 +
<br>
 +
<p class="description">&emsp;&emsp; 21 teams from the Asian region gathered together to hold an exchange meeting at Chung-Hsing University. Through these four days, all of teams showed their progress and research, hoping to find the possibility of cooperation from each other.</p>
 +
<br><br>
 +
<p class="second" id="ca3">NCKU Tainan iGEM Team </p><p class="description">2018/7/17</p>
 +
<div id="cb4" class="polaroid">
 +
                  <img src="https://static.igem.org/mediawiki/2018/3/3f/T--CCU_Taiwan--JOE_ncku2.jpg" style="width:45%">
 +
  <img src="https://static.igem.org/mediawiki/2018/9/93/T--CCU_Taiwan--JOE_ncku.jpg" style="width:45%">
 +
                  <div class="container">
 +
                    <p></p>
 +
                  </div>
 +
        </div>
 +
<br>
 +
<p class="description">&emsp;&emsp; This time we went to Tainan came for NCKU Tainan iGEM Team. In addition to having a certain understanding of each other's topics, more relevant questions were raised for their respective topics.<br>After this exchange, we know more about the shortcomings of our topic and the various problems we haven’t thought of yet, such as the design of the gene, improved part idea, design on the production line, and future ideas, etc. Made us have further thoughts on the topic.</p>
 +
<br><br>
 +
<p class="second" id="ca4">BIT iGEM Team</p><p class="description">2018/7/18</p>
 +
<div id="cb5" class="polaroid">
 +
                  <img src="https://static.igem.org/mediawiki/2018/4/41/T--CCU_Taiwan--JOE_BIT2.jpg" style="width:45%">
 +
  <img src="https://static.igem.org/mediawiki/2018/6/63/T--CCU_Taiwan--JOE_BIT.jpg" style="width:45%">
 +
                  <div class="container">
 +
                    <p></p>
 +
                  </div>
 +
        </div>
 +
<br>
 +
<p class="description">&emsp;&emsp; Although we selected different spices which made us can’t have a deeper discussion, BIT still supplied many thoughts that we had never thought before. Not only asking some limitations but also asking question about enzyme activity of our experiment. In the end of this meeting, they raised suggestions to our following research. Thanks for BIT, we learned a lot at this meeting.</p><br>
 +
<p class="second" id="ca5">MINGDAO iGEM team</p><p class="description">2018/8/18 & 2018/9/4 :</p>
 +
<div id="cb6" class="polaroid">
 +
                  <img src="https://static.igem.org/mediawiki/2018/a/ac/T--CCU_Taiwan--JOE_MINGDAO.jpg" style="width:45%">
 +
  <img src="https://static.igem.org/mediawiki/2018/b/ba/T--CCU_Taiwan--JOE_MINGDAO2.jpg" style="width:45%">
 +
                  <div class="container">
 +
                    <p></p>
 +
                  </div>
 +
        </div>
 +
<p class="description">&emsp;&emsp; In September, we held a debate contest with Ming-Dao, arguing that "synthetic biology is better for environmental improvement than harm" and invited comments. In this debate, we choose to take turns to be both positive and negative. In addition to making the preparations more comprehensive, it also helps both of us understood the environmental ethic issue. Both of us agreed that synthetic biology could improve plants in certain extreme climates, but if used in the wrong place, synthetic biology will degenerate into merchants controlling the commodities of farmers in the arid regions, and even biochemical weapon. Thanks to Mingdao for providing venues that give us an opportunity to engage in a debate on synthetic biology.</p><br><br>
 +
      </div>
 
</div>
 
</div>
 +
</body>
 +
<footer class="footer">
 +
            <a href="http://huitong.com.tw">
 +
              <img  id="BSlogo" src="https://static.igem.org/mediawiki/2018/0/07/T--CCU_Taiwan--CCUP1.png" align="bottom">
 +
            </a>
  
 +
            <a href="https://www.facebook.com/ccuigemteam/?ref=br_rs">
 +
            <img  id="CCUTEAMlogo" src="https://static.igem.org/mediawiki/2018/e/e3/T--CCU_Taiwan--CCUP2.png" align="bottom">
 +
            </a>
  
 +
            <a href="http://ewww.ccu.edu.tw/">
 +
            <img  id="CCUlogo" src="https://static.igem.org/mediawiki/2018/8/89/T--CCU_Taiwan--CCUP3.png" align="bottom">
 +
            </a>
 +
</footer>
 
</html>
 
</html>

Latest revision as of 08:52, 1 December 2018

COLLABORATIONS




Collaboration with NYMU-Taipei team
(National Yang-Ming University)


   When we were doing our interlab measurement, we were not able to transform the plasmid into our competent cell DH5α. After doing the transformation four times without a successful result, we started debugging and also searched for assistance.

   We are thankful for the NYMU-Taipei team, who gave us a hand after we told them our dilemma. They reviewed our lab notes to help us debug. Furthermore, we met each other online to discuss the problem together.

   Also, as a backup plan, we borrowed from them E. coli which they had successfully transformed with plasmids for the interlab.
Plates from NYMU


   With their timely help, we were able to conduct the following experiment including the conversion between absorbance of cells to absorbance of a known concentration of beads. Without their help, we merely could complete the measurement of the silica beads and we would not have been able to calibrate against a known concentration of fluorescent molecule to reduce the variability in measurements between labs.

Collaboration page of NYMU-Taipei

Data of InterLab collabration with NYMU-Taipei iGEM team



Conferences


Asia Pacific Conference

2018/7/30~2018/8/2


   21 teams from the Asian region gathered together to hold an exchange meeting at Chung-Hsing University. Through these four days, all of teams showed their progress and research, hoping to find the possibility of cooperation from each other.



NCKU Tainan iGEM Team

2018/7/17


   This time we went to Tainan came for NCKU Tainan iGEM Team. In addition to having a certain understanding of each other's topics, more relevant questions were raised for their respective topics.
After this exchange, we know more about the shortcomings of our topic and the various problems we haven’t thought of yet, such as the design of the gene, improved part idea, design on the production line, and future ideas, etc. Made us have further thoughts on the topic.



BIT iGEM Team

2018/7/18


   Although we selected different spices which made us can’t have a deeper discussion, BIT still supplied many thoughts that we had never thought before. Not only asking some limitations but also asking question about enzyme activity of our experiment. In the end of this meeting, they raised suggestions to our following research. Thanks for BIT, we learned a lot at this meeting.


MINGDAO iGEM team

2018/8/18 & 2018/9/4 :

   In September, we held a debate contest with Ming-Dao, arguing that "synthetic biology is better for environmental improvement than harm" and invited comments. In this debate, we choose to take turns to be both positive and negative. In addition to making the preparations more comprehensive, it also helps both of us understood the environmental ethic issue. Both of us agreed that synthetic biology could improve plants in certain extreme climates, but if used in the wrong place, synthetic biology will degenerate into merchants controlling the commodities of farmers in the arid regions, and even biochemical weapon. Thanks to Mingdao for providing venues that give us an opportunity to engage in a debate on synthetic biology.