JackieLiao (Talk | contribs) |
|||
(39 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
− | |||
− | |||
<style> | <style> | ||
#sideMenu | #sideMenu | ||
Line 16: | Line 14: | ||
#content { padding:0px; width:100%; margin-left:0%; margin-right:0%;} | #content { padding:0px; width:100%; margin-left:0%; margin-right:0%;} | ||
</style> | </style> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<!-- ////////////////////// START TOP HEADER /////////////////////// --> | <!-- ////////////////////// START TOP HEADER /////////////////////// --> | ||
<head> | <head> | ||
− | |||
− | |||
<style> | <style> | ||
body { | body { | ||
Line 32: | Line 22: | ||
.top { | .top { | ||
position: absolute; | position: absolute; | ||
− | top: - | + | top: -1%; |
− | left: | + | left: 0%; |
− | + | ||
width: 100%; | width: 100%; | ||
− | height: | + | box-sizing:border-box; |
+ | height: 115px; | ||
font-family: Corbel; | font-family: Corbel; | ||
− | overflow: visible; | + | overflow:visible; |
+ | z-index: +1; | ||
} | } | ||
.mid { | .mid { | ||
position: absolute; | position: absolute; | ||
− | left: | + | left: 5%; |
− | width: | + | width: 80%; |
height: 100%; | height: 100%; | ||
font-family: Corbel; | font-family: Corbel; | ||
− | |||
} | } | ||
.headline { | .headline { | ||
Line 55: | Line 45: | ||
} | } | ||
.header-subnav { | .header-subnav { | ||
− | background: # | + | background: #0D014D; |
width: 100%; | width: 100%; | ||
position: absolute; | position: absolute; | ||
text-align: center; | text-align: center; | ||
margin: 0 auto; | margin: 0 auto; | ||
− | top: | + | top: 115%; |
− | left: | + | left: 0%; |
font-family: Corbel; | font-family: Corbel; | ||
+ | z-index:-1; | ||
} | } | ||
.header-subnav li { | .header-subnav li { | ||
Line 94: | Line 85: | ||
.circle { | .circle { | ||
position:absolute; | position:absolute; | ||
− | left: | + | left: 85.5%; |
− | top: | + | top: 70%; |
width: 180px; | width: 180px; | ||
height: 180px; | height: 180px; | ||
− | background: # | + | background: #0D014D; |
-moz-border-radius: 90px; | -moz-border-radius: 90px; | ||
-webkit-border-radius: 90px; | -webkit-border-radius: 90px; | ||
Line 105: | Line 96: | ||
.left { | .left { | ||
position: fixed; | position: fixed; | ||
− | left: | + | left: 25px; |
− | top: | + | top: 230px; |
font-family: Corbel; | font-family: Corbel; | ||
background: rgba(250, 250, 250, 0.15); | background: rgba(250, 250, 250, 0.15); | ||
− | width: | + | width: 170px; |
z-index:+1; | z-index:+1; | ||
} | } | ||
Line 255: | Line 246: | ||
background-color: #FF8800; | background-color: #FF8800; | ||
height: 2px; | height: 2px; | ||
+ | } | ||
+ | .list li { | ||
+ | list-style:none; | ||
+ | background-image:url(https://static.igem.org/mediawiki/2016/b/ba/CGU_Taiwan--point.jpg); | ||
+ | background-repeat:no-repeat; | ||
+ | background-position:-10 5px; | ||
+ | padding-left:3%; | ||
+ | background-size:2.5%; | ||
+ | } | ||
+ | |||
+ | .end2 { | ||
+ | background-color:#0D014D; | ||
+ | position: absolute; | ||
+ | width: 100%; | ||
+ | height: 300%; | ||
+ | font-family: Corbel; | ||
+ | z-index:+1; | ||
+ | } | ||
+ | .sitemap { | ||
+ | background-color:#0D014D; | ||
+ | position: absolute; | ||
+ | width: 20%; | ||
+ | height: 40%; | ||
+ | font-family: Corbel; | ||
+ | } | ||
+ | .list1 li { | ||
+ | list-style:none; | ||
+ | background-image:url(https://static.igem.org/mediawiki/2016/5/58/CGU_Taiwan--sitemap.jpg); | ||
+ | background-repeat:no-repeat; | ||
+ | background-position:10px; | ||
+ | background-size:9%; | ||
+ | margin-bottom:-20%; | ||
+ | } | ||
+ | .list2 li { | ||
+ | list-style:none; | ||
+ | background-image:url(https://static.igem.org/mediawiki/2016/2/2f/CGU_Taiwan--sitemap2.jpg); | ||
+ | background-repeat:no-repeat; | ||
+ | background-position:6px; | ||
+ | background-size:7%; | ||
+ | margin-bottom:-10%; | ||
+ | } | ||
+ | .list3 li { | ||
+ | list-style:none; | ||
+ | background-image:url(https://static.igem.org/mediawiki/2016/3/31/CGU_Taiwan--sitemap3.jpg); | ||
+ | background-repeat:no-repeat; | ||
+ | background-position:5%; | ||
+ | background-size:2%; | ||
+ | margin-bottom:-10%; | ||
} | } | ||
</style> | </style> | ||
Line 276: | Line 315: | ||
+ | </script> | ||
+ | <script> | ||
+ | var slideIndex = 1; | ||
+ | showDivs(slideIndex); | ||
+ | |||
+ | function plusDivs(n) { | ||
+ | showDivs(slideIndex += n); | ||
+ | } | ||
+ | |||
+ | function currentDiv(n) { | ||
+ | showDivs(slideIndex = n); | ||
+ | } | ||
+ | |||
+ | function showDivs(n) { | ||
+ | var i; | ||
+ | var x = document.getElementsByClassName("mySlides"); | ||
+ | var dots = document.getElementsByClassName("demo"); | ||
+ | if (n > x.length) {slideIndex = 1} | ||
+ | if (n < 1) {slideIndex = x.length} | ||
+ | for (i = 0; i < x.length; i++) { | ||
+ | x[i].style.display = "none"; | ||
+ | } | ||
+ | for (i = 0; i < dots.length; i++) { | ||
+ | dots[i].className = dots[i].className.replace(" w3-border-red", ""); | ||
+ | } | ||
+ | x[slideIndex-1].style.display = "block"; | ||
+ | dots[slideIndex-1].className += " w3-border-red"; | ||
+ | } | ||
</script> | </script> | ||
<body> | <body> | ||
+ | <a name='anchor1'></a> | ||
<div class="top"> | <div class="top"> | ||
− | <img | + | <img style="margin-top:-2%;width:100%;height:140%;position:absolute;" src="https://static.igem.org/mediawiki/2016/0/0b/CGU_Taiwan--top.jpg"> |
− | + | </div> | |
− | + | ||
− | + | ||
</div> | </div> | ||
<header class="top"> | <header class="top"> | ||
− | |||
<ul class="header-subnav"> | <ul class="header-subnav"> | ||
<li><a href="https://2016.igem.org/Team:CGU_Taiwan">HOME</a></li> | <li><a href="https://2016.igem.org/Team:CGU_Taiwan">HOME</a></li> | ||
Line 299: | Line 364: | ||
<li><a href="https://2016.igem.org/Team:CGU_Taiwan/Parts">PARTS</a></li> | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Parts">PARTS</a></li> | ||
</ul> | </ul> | ||
+ | <div class="circle"><img style="position:absolute;z-index:+1;width:90%;height:95%;margin-left:3%;margin-top:2%;" src="https://static.igem.org/mediawiki/2016/8/8a/CGU_Taiwan--logo9.jpg"></div> | ||
</header> | </header> | ||
− | <div class="mid" style="top: | + | <div class="mid" style="margin-top:20%;"> |
− | < | + | <br> |
+ | <div style="font-size:60px;color:#6FB7B7;text-decoration:none;margin-left:12%;"> | ||
+ | Collaborations | ||
</div> | </div> | ||
− | + | <br><br><br><br> | |
− | < | + | <b style="color:#0D014D;font-size:28px;margin-left:12%;">HUST iGEM team on Oct 18, 2016</b> |
− | < | + | <br><br> |
− | < | + | <div style="color:black;font-size:18px;margin-left:12%;margin-right:4%;text-align:justify;text-decoration:none;"> |
− | < | + | We helped to fill in the questionnaire and made them find potential end-users of their product — Signal Filter. The link to the <a href="https://www.surveymonkey.com/r/JR9VYP5">questionnaire</a>. |
+ | </div> | ||
+ | <br><br> | ||
+ | <b style="color:#0D014D;font-size:28px;margin-left:12%;">Imperial iGEM team on Oct 14, 2106</b> | ||
+ | <br><br> | ||
+ | <div style="color:black;font-size:18px;margin-left:12%;margin-right:4%;text-align:justify;text-decoration:none;"> | ||
+ | We helped to searched for optimal growth conditions for microbial monocultures to provide an effective start-point to co-cultures. | ||
+ | </div> | ||
+ | <br> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/d/de/CGU_Taiwan--collerabtion1.jpg" style="width:35%;height:280%;margin-left:12%;padding:6px;border:2px black solid;border-radius:8px;"> | ||
+ | <br><br><br><br><br><br> | ||
+ | <b style="color:#0D014D;font-size:28px;margin-left:12%;">Virginia iGEM team on Oct 6, 2016</b> | ||
+ | <br><br> | ||
+ | <div style="color:black;font-size:18px;margin-left:12%;margin-right:4%;text-align:justify;text-decoration:none;"> | ||
+ | We helped to fill in the survey about the awareness and use of biocontainment. And then we have interacted with them about the project sharing through Skype. The link to the <a href="https://goo.gl/forms/kq7fDD9UprMsfJoJ3">survey</a>. | ||
+ | </div> | ||
+ | <br> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/5/55/CGU_Taiwan--collabortion2.jpg" style="width:35%;height:280%;margin-left:12%;padding:6px;border:2px black solid;border-radius:8px;"> | ||
+ | <br><br><br><br><br><br> | ||
+ | <b style="color:#0D014D;font-size:28px;margin-left:12%;">Paris-Saclay team on Sep 27, 2016</b> | ||
+ | <br><br> | ||
+ | <div style="color:black;font-size:18px;margin-left:12%;margin-right:4%;text-align:justify;text-decoration:none;"> | ||
+ | We helped to fill in a form on Responsible Research and Innovation (RRI), in order to let them to know how the RRI principles have been respected. The link to the form <a href="https://igem.typeform.com/to/Hom0l1">form</a>. | ||
+ | </div> | ||
+ | <br> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/6/69/CGU_Taiwan--collorabtion%281%29.jpg" style="width:180px;height:200px;margin-left:12%;padding:6px;border:2px black solid;border-radius:8px;"> | ||
+ | <br><br><br><br><br><br> | ||
+ | <b style="color:#0D014D;font-size:28px;margin-left:12%;">BGU iGEM team on Sep 6, 2016</b> | ||
+ | <br><br> | ||
+ | <div style="color:black;font-size:18px;margin-left:12%;margin-right:4%;text-align:justify;text-decoration:none;"> | ||
+ | We proposed some ideas like the improvement of image explicitness and humanitarian game speed on their dedicatedly-designed game in the aim of devising several approaches using synthetic biology tools for efficient plastic biodegradation using bacteria. The link to the <a href="http://bgu-plastikiller.netne.net/# ">game</a>. | ||
+ | </div> | ||
+ | <br><br> | ||
+ | <b style="color:#0D014D;font-size:28px;margin-left:12%;">Xiamen iGEM team on Aug 25, 2016</b> | ||
+ | <br><br> | ||
+ | <div style="color:black;font-size:18px;margin-left:12%;margin-right:4%;text-align:justify;text-decoration:none;"> | ||
+ | We collaborated on the Newsletter articles about Human Practice with Xiamen iGEM team. The electronic book can be seen at down. | ||
+ | </div> | ||
+ | <br> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/e/e7/CGU_Taiwan--collorabtion%283%29.jpg" style="width:180px;height:300px;margin-left:12%;padding:6px;border:2px black solid;border-radius:8px;"> | ||
+ | <br><br><br><br><br><br> | ||
+ | <b style="color:#0D014D;font-size:28px;margin-left:12%;">EPFL iGEM team on Aug 22, 2016</b> | ||
+ | <br><br> | ||
+ | <div style="color:black;font-size:18px;margin-left:12%;margin-right:4%;text-align:justify;text-decoration:none;"> | ||
+ | We turned out to be the targets of EPFL iGEM team’s reports during interviewers. They asked us several questions like “Can you describe your project in 30 seconds?” or “What is the first thing that pops into your mind when it comes to iGEM?” And what we answered can be seen at http://igem.today/ | ||
+ | </div> | ||
+ | <br> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/5/5c/CGU_Taiwan--collaboration3.jpg" style="width:50%;height:200%;margin-left:12%;padding:6px;border:2px black solid;border-radius:8px;"> | ||
+ | <br><br><br><br><br><br> | ||
+ | <b style="color:#0D014D;font-size:28px;margin-left:12%;">BIT iGEM team on Jul 27, 2016</b> | ||
+ | <br><br> | ||
+ | <div style="color:black;font-size:18px;margin-left:12%;margin-right:4%;text-align:justify;text-decoration:none;"> | ||
+ | We worked together to build up the iGEM_UNION with the members mainly iGEM teams from China. And we discussed about possibility of team collaboration and any iGEM issues via the Internet. | ||
+ | </div> | ||
+ | <br> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/f/f5/CGU_Taiwan--collorabtion%282%29.jpg" style="width:180px;height:200px;margin-left:12%;padding:6px;border:2px black solid;border-radius:8px;"> | ||
+ | <br><br><br><br><br><br> | ||
</div> | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | <div class=" | + | <div class="end2" style="margin-top:290%;"> |
− | < | + | <br> |
− | + | <ul class="list3" class="margin-left:1%;margin-top:2%;"> | |
− | < | + | <li><a href="#anchor1"><b style="color:white;font-size:28px;margin-left:7%;">TOP</a></li> |
− | <img | + | </ul> |
− | + | <br> | |
+ | <div class="sitemap" style="margin-left:5%;"> | ||
+ | <br> | ||
+ | <b style="color:white;font-size:28px;margin-top:5%;margin-left:4%;text-decoration:none;">SITE MAP</b><br> | ||
+ | <br><br> | ||
+ | <img style="background-color:#0D014D;margin-left:20%;border-radius:50%;border:6px solid white;padding:5px;width:40%;height:70%;position:absolute;margin-left:2%;" src="https://static.igem.org/mediawiki/2016/0/03/CGU_Taiwan--leishmania3.jpg"> | ||
</div> | </div> | ||
+ | <br> | ||
− | <div class=" | + | <div class="sitemap" style="margin-left:22%;margin-top:-1%;"> |
− | < | + | <ul class="list1" class="margin-left:5%;"> |
− | < | + | <li><a href="https://2016.igem.org/Team:CGU_Taiwan"><b style="color:white;font-size:18px;margin-left:20%;">HOME</li></a> |
− | < | + | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Achievements"><b style="color:white;font-size:18px;margin-left:20%;">ACHIEVEMENTS</li></a> |
− | < | + | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Interlab"><b style="color:white;font-size:18px;margin-left:20%;">INTERLAB</li></a> |
+ | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Safety"><b style="color:white;font-size:18px;margin-left:20%;">SAFETY</li></a> | ||
+ | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Parts"><b style="color:white;font-size:18px;margin-left:20%;">PARTS</li></a> | ||
+ | </ul> | ||
</div> | </div> | ||
− | <div class=" | + | <div class="sitemap" style="margin-left:40%;margin-top:-2%;"> |
− | < | + | <ul class="list1" class="margin-left:5%;"> |
− | < | + | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Description"><b style="color:white;font-size:18px;margin-left:20%;">PROJECT</li></a> |
− | < | + | <br><br> |
+ | <ul class="list2" class="margin-left:6%;margin-top:50%;"> | ||
+ | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Design"><b style="color:white;font-size:17px;margin-left:10%;">Design</li></a> | ||
+ | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Background"><b style="color:white;font-size:17px;margin-left:10%;">Background</li></a> | ||
+ | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Results"><b style="color:white;font-size:17px;margin-left:10%;">Results</li></a> | ||
+ | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Proof"><b style="color:white;font-size:17px;margin-left:10%;">Proof</li></a> | ||
+ | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Notebook"><b style="color:white;font-size:17px;margin-left:10%;">Notebook</li></a> | ||
+ | <br><br> | ||
+ | </ul> | ||
+ | </ul> | ||
</div> | </div> | ||
− | <div class=" | + | <div class="sitemap" style="margin-left:55%;margin-top:-3.5%;"> |
− | < | + | <ul class="list1" class="margin-left:5%;"> |
− | < | + | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Human_Practices"><b style="color:white;font-size:18px;margin-left:20%;">HUMAN PRACTICES</li></a> |
− | < | + | <br><br> |
− | < | + | <ul class="list2" class="margin-left:6%;margin-top:50%;"> |
+ | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Human_Practices_Survey"><b style="color:white;font-size:17px;margin-left:10%;">Survey</li></a> | ||
+ | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Human_Practices_Education"><b style="color:white;font-size:17px;margin-left:10%;">Education</li></a> | ||
+ | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Human_Practices_Communication"><b style="color:white;font-size:17px;margin-left:10%;">Communication</li></a> | ||
+ | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Entrepreneurship"><b style="color:white;font-size:17px;margin-left:10%;">Entrepreneurship</li></a> | ||
+ | </ul> | ||
+ | </ul> | ||
</div> | </div> | ||
− | <div class=" | + | <div class="sitemap" style="margin-left:75%;margin-top:-3.5%;"> |
− | < | + | <ul class="list1" class="margin-left:5%;"> |
− | < | + | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Software"><b style="color:white;font-size:18px;margin-left:20%;">MODELING</li></a> |
− | < | + | <br><br> |
− | < | + | <ul class="list2" class="margin-left:6%;"> |
− | < | + | <li><a href="http://163.25.92.36/igemcgu/igemwebhome.htm"><b style="color:white;font-size:17px;margin-left:10%;">McHug</li></a> |
+ | </ul> | ||
+ | </ul> | ||
+ | <ul class="list1" class="margin-left:1%;margin-top:-10%;"> | ||
+ | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Team"><b style="color:white;font-size:18px;margin-left:20%;">OUR TEAM</li></a> | ||
+ | <br><br> | ||
+ | <ul class="list2" class="margin-left:6%;margin-top:-5%;"> | ||
+ | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Collaborations"><b style="color:white;font-size:17px;margin-left:10%;">Collaborations</li></a> | ||
+ | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Attributions"><b style="color:white;font-size:17px;margin-left:10%;">Attributions</li></a> | ||
+ | <li><a href="https://2016.igem.org/Team:CGU_Taiwan/Team#anchor2"><b style="color:white;font-size:17px;margin-left:10%;">Sponsors</li></a> | ||
+ | </ul> | ||
+ | </ul> | ||
+ | </div> | ||
</div> | </div> | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 07:43, 2 December 2016
Collaborations
HUST iGEM team on Oct 18, 2016
We helped to fill in the questionnaire and made them find potential end-users of their product — Signal Filter. The link to the questionnaire.
Imperial iGEM team on Oct 14, 2106
We helped to searched for optimal growth conditions for microbial monocultures to provide an effective start-point to co-cultures.
Virginia iGEM team on Oct 6, 2016
We helped to fill in the survey about the awareness and use of biocontainment. And then we have interacted with them about the project sharing through Skype. The link to the survey.
Paris-Saclay team on Sep 27, 2016
We helped to fill in a form on Responsible Research and Innovation (RRI), in order to let them to know how the RRI principles have been respected. The link to the form form.
BGU iGEM team on Sep 6, 2016
We proposed some ideas like the improvement of image explicitness and humanitarian game speed on their dedicatedly-designed game in the aim of devising several approaches using synthetic biology tools for efficient plastic biodegradation using bacteria. The link to the game.
Xiamen iGEM team on Aug 25, 2016
We collaborated on the Newsletter articles about Human Practice with Xiamen iGEM team. The electronic book can be seen at down.
EPFL iGEM team on Aug 22, 2016
We turned out to be the targets of EPFL iGEM team’s reports during interviewers. They asked us several questions like “Can you describe your project in 30 seconds?” or “What is the first thing that pops into your mind when it comes to iGEM?” And what we answered can be seen at http://igem.today/
BIT iGEM team on Jul 27, 2016
We worked together to build up the iGEM_UNION with the members mainly iGEM teams from China. And we discussed about possibility of team collaboration and any iGEM issues via the Internet.