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

(Prototype team page)
 
Line 1: Line 1:
{{CCU_Taiwan}}
+
{{CCU_Taiwan/css}}
 +
 
 
<html>
 
<html>
  
 +
<head>
  
 +
<meta name="viewport" content="width=device-width, initial-scale=1">
 +
<script type="text/javascript" src="https://2018.igem.org/Template:CCU_Taiwan/Javascript/ScrollIndicator?
 +
action=raw&ctype=text/javascript"></script>
 +
<script type="text/javascript" src="https://2018.igem.org/Template:CCU_Taiwan/Javascript/Scrolling_Parallax?
 +
action=raw&ctype=text/javascript"></script>
 +
<link rel="stylesheet"
 +
  href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
 +
<script type="text/javascript" src="https://2018.igem.org/Template:CCU_Taiwan/Javascript/skrollr?
 +
action=raw&ctype=text/javascript"></script>
 +
<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","#842b00")
 +
  });
  
<div class="clear"></div>
+
$("#home1").hover(function(){
 +
$("#home_img").css('display', 'block');
 +
$("#home_img").animate({ opacity: 0 }, 0);
 +
$("#home_img").stop(true,false,true).animate({opacity: 1,left:'25vw'},800, 'swing')
 +
$("#home_word").stop(true,false,true).delay(750).fadeIn(700)
 +
},function(){
 +
$("#home_img").stop(true,false,true).css("display","none").css("left","40vw");
 +
$("#home_word").fadeOut(0)
 +
});
  
 +
});
  
<div class="column full_size">
+
$(window).scroll(function() {
<h1>Collaborations</h1>
+
    var wintop = $(window).scrollTop(), docheight =
  
<p>
+
    $(document).height(), winheight = $(window).height();
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.
+
    var scrolled = (wintop/(docheight-winheight))*100;
</p>
+
  
<h3>Silver Medal Criterion #2</h3>
+
    $('.scroll-line').css('height', (scrolled*0.5 + '%'));
<p>
+
});
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.  
+
</p>
+
var s = skrollr.init({
</div>
+
render: function(data) {
 +
  //Log the current scroll position.
 +
  $('#info').text(data.curTop);
 +
}
 +
});;
 +
 +
</script>
  
<div class="column two_thirds_size">
+
</head>
  
<h4> Which other teams can we work with? </h4>
+
<body>
<p>  
+
  <header>
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.
+
        <nav class="navbar navbar-default navbar-inverse navbar-fixed-top">
</p>
+
            <div class="container">
 +
                <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>
  
<p>
+
                    <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><hr>
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.
+
                        <ul class="sub" id="sub_home" style="cursor:default;">
</p>
+
                            <li class="list" id="home1"><a href="https://2018.igem.org/Team:CCU_Taiwan/Team">Team</a></li>
 +
<li class="list" id="home2"><a href="https://2018.igem.org/Team:CCU_Taiwan/Attributions">Attributions</a></li>
 +
<li class="list" id="home2"><a href="https://2018.igem.org/Team:CCU_Taiwan/Medal">Medal</a></li>
 +
<li class="list" id="home3"><a href="https://2018.igem.org/Team:CCU_Taiwan/Judge">For Judge</a></li>
 +
<hr>
 +
<div id="home_img">
 +
<img src="https://static.igem.org/mediawiki/2018/5/57/T--CCU_Taiwan--home.png"></img>
 +
</div>
 +
<div id="home_word">
 +
<a>There's a home for us, always.</a>
 +
</div>
 +
                        </ul>
 +
                    </li>
 +
                    <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><hr>
 +
<ul class="sub" id="sub_project" style="cursor:default;">
 +
    <li class="list" id="project1"><a href="https://2018.igem.org/Team:CCU_Taiwan/Description">Description</a></li>
 +
<li class="list" id="project2"><a href="https://2018.igem.org/Team:CCU_Taiwan/Design">Design</a></li>
 +
<li class="list" id="project3"><a href="https://2018.igem.org/Team:CCU_Taiwan/Results">Results</a></li>
 +
<li class="list" id="project6"><a href="https://2018.igem.org/Team:CCU_Taiwan/Demonstrate">Demonstration</a></li>
 +
<li class="list" id="project5"><a href="https://2018.igem.org/Team:CCU_Taiwan/InterLab ">InterLab</a></li>
 +
<hr>
 +
</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><hr>
 +
                        <ul class="sub" id="sub_parts" style="cursor:default;">
 +
    <li class="list" id="parts1"><a href="https://2018.igem.org/Team:CCU_Taiwan/Parts">Overview</a></li>
 +
<li class="list" id="parts2"><a href="https://2018.igem.org/Team:CCU_Taiwan/Basic_Part">Basic Part</a></li>
 +
<li class="list" id="parts3"><a href="https://2018.igem.org/Team:CCU_Taiwan/Composite_Part">Composite Part</a></li>
 +
<li class="list" id="parts4"><a href="https://2018.igem.org/Team:CCU_Taiwan/Improve">Improved Part</a></li>
 +
<hr>
 +
                        </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><hr>
 +
                        <ul class="sub" id="sub_modeling" style="cursor:default;">
 +
                            <li class="list" id="model1"><a href="https://2018.igem.org/Team:CCU_Taiwan/Model">Overview</a></li>
 +
                            <li class="list" id="model2"><a href="https://2018.igem.org/Team:CCU_Taiwan/Enzyme">Enzyme Model</a></li>
 +
<li class="list" id="model3"><a href="https://2018.igem.org/Team:CCU_Taiwan/Lignin">Lignin Model</a></li>
 +
<li class="list" id="model4"><a href="https://2018.igem.org/Team:CCU_Taiwan/Tools">Tools</a></li>
 +
<hr>
 +
                        </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>Drylab</a><hr>
 +
                        <ul class="sub" id="sub_drylab" style="cursor:default;">
 +
                            <li class="list" id="drylab1"><a href="https://2018.igem.org/Team:CCU_Taiwan/Our_Plan">Overview</a></li>
 +
<li class="list" id="drylab2"><a href="https://2018.igem.org/Team:CCU_Taiwan/Engineering">Engineering</a></li>
 +
<li class="list" id="drylab3"><a href="https://2018.igem.org/Team:CCU_Taiwan/Safety">Safety</a></li>
 +
<hr>
 +
                        </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><hr>
 +
                        <ul class="sub" id="sub_human_practice" style="cursor:default;">
 +
                            <li class="list" id="human_practice1"><a href="https://2018.igem.org/Team:CCU_Taiwan/Human_Practices">Overview</a></li>
 +
<li class="list" id="human_practice2"><a href="https://2018.igem.org/Team:CCU_Taiwan/Engagement">Public</a></li>
 +
<li class="list" id="human_practice3"><a href="https://2018.igem.org/Team:CCU_Taiwan/Entrepreneurship">Entrepreneurship</a></li>
 +
<li class="list" id="human_practice4"><a href="https://2018.igem.org/Team:CCU_Taiwan/Intergrate">Intergrate</a></li>
 +
<hr>
 +
                        </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;">
 +
                            <li class="list" id="notebook1"><a href="https://2018.igem.org/Team:CCU_Taiwan/Notebook">Overview</a></li>
 +
<li class="list" id="notebook2"><a href="https://2018.igem.org/Team:CCU_Taiwan/Collaborations">Collaborations</a></li>
 +
<li class="list" id="notebook3"><a href="https://2018.igem.org/Team:CCU_Taiwan/Experiments">Experiments</a></li>
 +
<li class="list" id="notebook4"><a href="https://2018.igem.org/Team:CCU_Taiwan/DATABASE">DATABASE</a></li>
 +
<hr>
 +
                        </ul>
 +
                    </li>
 +
                </ul>
 +
            </div>
 +
        </nav>
 +
<!--<div class="scroll-line"></div>
 +
<div class="scroll-line-bg"></div>
 +
<div class="Quick-navigation">
 +
  <a href="#A" class="Quick-navigation-item">____Background</a>
 +
  <a href="#B" class="Quick-navigation-item">____Calibration 1</a>
 +
  <a href="#C" class="Quick-navigation-item">____Calibration 2</a>
 +
  <a href="#D" class="Quick-navigation-item">____Calibration 3</a>
 +
  <a href="#E" class="Quick-navigation-item">____Calibration 4</a>
 +
  <a href="#F" class="Quick-navigation-item">____Calibration 5</a>
 +
  <div class="Scroll-progress-indicator"></div>
 +
</div>-->
 +
    </header>
 +
<div class="background">
 +
<div class="bcg"></div>
 +
      <div class="content">
 +
<p class="first">Collaboration</p>
 +
<p class="second">Conference with other teams</p>
 +
<hr>
 +
<p class="second">Asia Pacific Conference &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2018/7/30~2018/8/2</p>
 +
<p class="description">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">Con-call with NYMU &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2018/7/16</p>
 +
<p class="description">We had a con-call with NYMU. Through this meeting, we discussed some difficult problems we met, and share some data we had.<br>We got lots of useful suggests from NYMU, including gel electrophoresis data, etc. Thanks for the meeting about InterLab, believe that both of us could grow up after this. </p>
 +
<br><br>
 +
<p class="second">NCKU Tainan iGEM Team &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2018/7/17</p>
 +
<p class="description">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">BIT &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2018/7/18</p>
 +
<p class="description">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>
  
 +
      </div>
 
</div>
 
</div>
 
+
</body>
 
+
 
+
<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>
+
 
+
  
 
</html>
 
</html>

Revision as of 07:47, 21 September 2018

Collaboration

Conference with other teams


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.



Con-call with NYMU       2018/7/16

We had a con-call with NYMU. Through this meeting, we discussed some difficult problems we met, and share some data we had.
We got lots of useful suggests from NYMU, including gel electrophoresis data, etc. Thanks for the meeting about InterLab, believe that both of us could grow up after this.



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       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.