(Created page with "{{NTHU_Formosa}} {{NTHU_Formosa/NavBar}}") |
|||
Line 1: | Line 1: | ||
{{NTHU_Formosa}} {{NTHU_Formosa/NavBar}} | {{NTHU_Formosa}} {{NTHU_Formosa/NavBar}} | ||
+ | <html> | ||
+ | |||
+ | <head> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:NTHU_Formosa/Lato&action=raw&ctype=text/css" /> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:NTHU_Formosa/CSS&action=raw&ctype=text/css"> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:NTHU_Formosa/CSS2&action=raw&ctype=text/css"> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:NTHU_Formosa/initial&action=raw&ctype=text/css"> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:NTHU_Formosa/wordcss0&action=raw&ctype=text/css"> | ||
+ | |||
+ | <link rel="stylesheet" type="text/css" href="https://2018.igem.org/wiki/index.php?title=Template:NTHU_Formosa/wordcss&action=raw&ctype=text/css"> | ||
+ | |||
+ | <style> | ||
+ | /* unvisited link */ | ||
+ | |||
+ | a { | ||
+ | color: #0645AD; | ||
+ | } | ||
+ | |||
+ | /* visited link */ | ||
+ | |||
+ | a:visited { | ||
+ | color: green; | ||
+ | } | ||
+ | |||
+ | /* mouse over link */ | ||
+ | |||
+ | a:hover { | ||
+ | color: hotpink; | ||
+ | cursor: pointer; | ||
+ | } | ||
+ | |||
+ | /* selected link */ | ||
+ | |||
+ | a:active { | ||
+ | color: blue; | ||
+ | } | ||
+ | </style> | ||
+ | </head> | ||
+ | |||
+ | |||
+ | |||
+ | <br> | ||
+ | <br> | ||
+ | <br> | ||
+ | <div class="w3-container w3-padding-64 w3-center"> | ||
+ | <div class="w3-content" style="font-family: " Microsoft YaHei ",Helvetica,sans-serif;"> | ||
+ | |||
+ | <h2 class="w3-center" style="font-size:60px; font-family:Quicksand;"><b>Medal</b></h2> | ||
+ | |||
+ | <p class="w3-justify" style="font-size:25px; font-family:Quicksand;"> | ||
+ | <br><font color="##FF0000"><b>✓</b></font> Verified four of the constructs of our Biowatcher system that | ||
+ | expressed correctly | ||
+ | <br><font color="#FF0000"><b>✓</b></font> Established a non-invasive real-time cell reporter system | ||
+ | <br><font color="#FF0000"><b>✓</b></font> Established a practical system that is sensitive with rapid | ||
+ | response</p> | ||
+ | |||
+ | <br><br> | ||
+ | <p class="w3-justify" style="font-size:25px; font-family:Quicksand;"> | ||
+ | <br><font color="#CC6600"><b>Bronze: Registration and Attendance, Competition | ||
+ | Deliverables, Attribution, Contribution</b></font> | ||
+ | <br><font color="#AAAAAA"><b>Silver: Validated Part/ Validated Contribution, Collaboration, | ||
+ | Human Practices</b></font> | ||
+ | <br><font color="#FFFF00"><b>Gold: Integrated Human Practice, Model Your Project</b></font> | ||
+ | <font color="#FFFF00"><b></b></font> | ||
+ | </p> | ||
+ | <br> | ||
+ | <br> | ||
+ | |||
+ | <p class="w3-justify" style="font-size:35px; font-family:Quicksand;"> | ||
+ | |||
+ | |||
+ | <img class="w3-round-large" src="https://static.igem.org/mediawiki/2018/3/39/T--NTHU_Formosa--GOLD.png" align=center style="width:20%;margin-right:5px" ;> | ||
+ | <b>Gold Medal</b> | ||
+ | <br><br><br> | ||
+ | |||
+ | <img class="w3-round-large" src="https://static.igem.org/mediawiki/2018/c/c0/T--NTHU_Formosa--Diagnostics1.png" align=center style="width:20%;margin-right:5px" ;> | ||
+ | <b>Best Diagnostics Project nomination</b> | ||
+ | |||
+ | <br><br><br> | ||
+ | |||
+ | |||
+ | <img class="w3-round-large" src="https://static.igem.org/mediawiki/2018/9/9b/T--NTHU_Formosa--speech.png" align=center style="width:20%;margin-right:5px" ;> | ||
+ | |||
+ | <b>Best Presentation nomination</b> | ||
+ | </p> | ||
+ | <p class="w3-justify"> | ||
+ | |||
+ | </p> | ||
+ | <br> | ||
+ | <br> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <!-- Trigger/Open The Modal --> | ||
+ | <!-- <a id="myLink"><u>Open Modal</u></a> --> | ||
+ | |||
+ | <!-- The Modal Box--> | ||
+ | <div id="myModal" class="modal"> | ||
+ | <!-- Modal content --> | ||
+ | <div class="modal-content"> | ||
+ | <span class="close">×</span> | ||
+ | <p>Description text in the box. Image can also be included</p> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <!-- Modal script, DO NOT MODIFY!!! --> | ||
+ | <script> | ||
+ | // Get the modal | ||
+ | var modal = document.getElementById('myModal'); | ||
+ | // Get the hyperlink | ||
+ | var link = document.getElementById("myLink"); | ||
+ | // // When the user clicks the hyperlink, open the modal | ||
+ | link.onclick = function() { | ||
+ | modal.style.display = "block"; | ||
+ | } | ||
+ | // Get the <span> element that closes the modal | ||
+ | var span = document.getElementsByClassName("close")[0]; | ||
+ | // When the user clicks on <span> (x), close the modal | ||
+ | span.onclick = function() { | ||
+ | modal.style.display = "none"; | ||
+ | } | ||
+ | |||
+ | // When the user clicks anywhere outside of the modal, close it | ||
+ | window.onclick = function(event) { | ||
+ | if (event.target == modal) { | ||
+ | modal.style.display = "none"; | ||
+ | } | ||
+ | } | ||
+ | </script> | ||
+ | |||
+ | </html> |
Latest revision as of 08:28, 9 November 2018
Medal
✓ Verified four of the constructs of our Biowatcher system that
expressed correctly
✓ Established a non-invasive real-time cell reporter system
✓ Established a practical system that is sensitive with rapid
response
Bronze: Registration and Attendance, Competition
Deliverables, Attribution, Contribution
Silver: Validated Part/ Validated Contribution, Collaboration,
Human Practices
Gold: Integrated Human Practice, Model Your Project
Gold Medal
Best Diagnostics Project nomination
Best Presentation nomination