(Created page with "<html> <link href='https://fonts.googleapis.com/css?family=Boogaloo' rel='stylesheet'> <script> // When the user scrolls down 20px from the top of the document, show the butto...") |
|||
(43 intermediate revisions by 6 users not shown) | |||
Line 787: | Line 787: | ||
table tbody tr { | table tbody tr { | ||
− | border: solid | + | border: solid 0.5px #061772; |
border-left: 0; | border-left: 0; | ||
border-right: 0; | border-right: 0; | ||
Line 797: | Line 797: | ||
#tablebg{ | #tablebg{ | ||
− | background-color : rgba( | + | background-color : rgba(166, 178, 244,0.8); |
} | } | ||
#tablebg1{ | #tablebg1{ | ||
− | background-color : rgba( | + | background-color : rgba(122, 137, 221,0.8); |
+ | } | ||
+ | .pfont{ | ||
+ | font-family: 'Boogaloo'; | ||
} | } | ||
.tr2{ | .tr2{ | ||
Line 831: | Line 834: | ||
table.alt tbody tr td { | table.alt tbody tr td { | ||
− | border: solid 0.5px rgba(144, 144, 144, 0. | + | border: solid 0.5px rgba(144, 144, 144, 0.5); |
border-left-width: 0; | border-left-width: 0; | ||
border-top-width: 0; | border-top-width: 0; | ||
Line 1,100: | Line 1,103: | ||
#banner { | #banner { | ||
− | background: url("https://static.igem.org/mediawiki/2017/ | + | background: url("https://static.igem.org/mediawiki/2017/8/8d/T--IIT_DELHI--banner_index.jpg") ; |
background-position: center; | background-position: center; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
− | background-size: | + | background-size: cover ; |
color: #ffffff; | color: #ffffff; | ||
padding: 27.5em 0em 1em; | padding: 27.5em 0em 1em; | ||
text-align: center; | text-align: center; | ||
+ | padding-bottom: 150px; | ||
} | } | ||
Line 1,331: | Line 1,335: | ||
} | } | ||
+ | .dropbtn2 { | ||
+ | font-size: 16px; | ||
+ | border: none; | ||
+ | outline: none; | ||
+ | color: white; | ||
+ | padding: 15px 16px; | ||
+ | background-color: #000; | ||
+ | z-index: 101; | ||
+ | } | ||
.navbar a:hover, .dropdown:hover .dropbtn { | .navbar a:hover, .dropdown:hover .dropbtn { | ||
background-color: red; | background-color: red; | ||
Line 1,547: | Line 1,560: | ||
<div class = "navbar "> | <div class = "navbar "> | ||
− | <button class=" | + | <button class="dropbtn2"><a href="https://2017.igem.org/Team:IIT_Delhi">iGEM IIT Delhi</a></button> |
<div class = "right_menu"> | <div class = "right_menu"> | ||
<div class="dropdown"> | <div class="dropdown"> | ||
Line 1,554: | Line 1,567: | ||
</button> | </button> | ||
<div class="dropdown-content"> | <div class="dropdown-content"> | ||
− | <a href="/Team:IIT_Delhi/Description"> | + | <a href="/Team:IIT_Delhi/Description">Overview</a> |
− | <a href="/Team:IIT_Delhi/ | + | <a href="/Team:IIT_Delhi/Design">Squarewave Generator</a> |
− | <a href="/Team:IIT_Delhi/ | + | <a href="/Team:IIT_Delhi/InterLab">Interlab</a> |
</div> | </div> | ||
</div> | </div> | ||
<div class="dropdown"> | <div class="dropdown"> | ||
+ | <button class="dropbtn">Results | ||
+ | <i class="fa fa-caret-down"></i> | ||
+ | </button> | ||
+ | <div class="dropdown-content"> | ||
+ | <a href="/Team:IIT_Delhi/Circuit_Design">Circuit design and construction</a> | ||
+ | <a href="/Team:IIT_Delhi/Microfluidics">Microfluidics and Fluorescence</a> | ||
+ | <a href="/Team:IIT_Delhi/Photobleaching">Photobleaching</a> | ||
+ | <a href="/Team:IIT_Delhi/Promoter">Promoter strength</a> | ||
+ | <a href="/Team:IIT_Delhi/Oscillations">Oscillations</a> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="dropdown"> | ||
<button class="dropbtn">Parts | <button class="dropbtn">Parts | ||
<i class="fa fa-caret-down"></i> | <i class="fa fa-caret-down"></i> | ||
Line 1,569: | Line 1,596: | ||
<a href="/Team:IIT_Delhi/Improved_Part">Improved Parts</a> | <a href="/Team:IIT_Delhi/Improved_Part">Improved Parts</a> | ||
<a href="/Team:IIT_Delhi/Part_Collection">Part Collection</a> | <a href="/Team:IIT_Delhi/Part_Collection">Part Collection</a> | ||
+ | |||
</div> | </div> | ||
</div> | </div> | ||
+ | |||
<div class="dropdown"> | <div class="dropdown"> | ||
<button class="dropbtn">Modeling | <button class="dropbtn">Modeling | ||
Line 1,577: | Line 1,606: | ||
<div class="dropdown-content-big"> | <div class="dropdown-content-big"> | ||
<a href="/Team:IIT_Delhi/Model">Overview</a> | <a href="/Team:IIT_Delhi/Model">Overview</a> | ||
− | <a href="/Team:IIT_Delhi/ | + | <a href="/Team:IIT_Delhi/Write_Model">Writing a Model</a> |
+ | <a href="/Team:IIT_Delhi/Deterministic_Model">Deterministic Model </a> | ||
+ | <a href="/Team:IIT_Delhi/Stochastic_Model">Stochastic Model</a> | ||
+ | <a href="/Team:IIT_Delhi/Bifurcation">Bifurcation and Squareness</a> | ||
+ | <a href="/Team:IIT_Delhi/Resources">Resource sharing</a> | ||
</div> | </div> | ||
</div> | </div> | ||
Line 1,589: | Line 1,622: | ||
<a href="/Team:IIT_Delhi/Engagement">Public Engagement</a> | <a href="/Team:IIT_Delhi/Engagement">Public Engagement</a> | ||
<a href="/Team:IIT_Delhi/Collaborations">Collaborations</a> | <a href="/Team:IIT_Delhi/Collaborations">Collaborations</a> | ||
+ | <a href="/Team:IIT_Delhi/Safety">Safety</a> | ||
</div> | </div> | ||
</div> | </div> | ||
+ | |||
+ | <div class="dropdown"> | ||
+ | <button class="dropbtn">Collaborations | ||
+ | <i class="fa fa-caret-down"></i> | ||
+ | </button> | ||
+ | <div class="dropdown-content"> | ||
+ | <a href="/Team:IIT_Delhi/Collaborations">Overview</a> | ||
+ | <a href="/Team:IIT_Delhi/GMM_legislation">GMM Legislation</a> | ||
+ | <a href="/Team:IIT_Delhi/berlin">iGEM Berlin</a> | ||
+ | <a href="/Team:IIT_Delhi/mohali">Mentoring IISER Mohali</a> | ||
+ | <a href="/Team:IIT_Delhi/glasgow">iGEM Glasgow</a> | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
<div class="dropdown"> | <div class="dropdown"> | ||
<button class="dropbtn">Notebook | <button class="dropbtn">Notebook | ||
Line 1,617: | Line 1,665: | ||
</div> | </div> | ||
− | |||
− | |||
<!-- Banner --> | <!-- Banner --> | ||
Line 1,634: | Line 1,680: | ||
− | <h2 class="h2font"> | + | <h2 class="h2font">Medal Criteria</h2> |
<p> | <p> | ||
Line 1,643: | Line 1,689: | ||
| | ||
</p> | </p> | ||
− | <h2 id="pfont"> | + | <h2 id="pfont"> Ticking the right boxes at the right time !!</h2> |
</header> | </header> | ||
− | + | ||
+ | <h2 class ="pfont">Bronze medal criteria:</h2> | ||
+ | |||
<section > | <section > | ||
<div class="backbody2"> | <div class="backbody2"> | ||
Line 1,659: | Line 1,707: | ||
<tbody> | <tbody> | ||
<tr> | <tr> | ||
− | <td id ="tablebg1"> | + | <td id ="tablebg1"><img src="https://static.igem.org/mediawiki/2017/2/21/T--IIT_Delhi--tick1.jpg" width="30px" height="30px"/></td> |
− | <td id ="tablebg1"> | + | <td id ="tablebg1">1)</td> |
− | <td id ="tablebg1"> | + | <td id ="tablebg1">Register and attend</td> |
− | <td id ="tablebg1"> | + | <td id ="tablebg1" align="left"><ul><li>Having registered for iGEM 2017 we are all set to rock at the Giant Jamboree.</ul></td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td id ="tablebg"> | + | <td id ="tablebg" style ="vertical-align:top;"><img src="https://static.igem.org/mediawiki/2017/2/21/T--IIT_Delhi--tick1.jpg" width="30px" height="30px"/></td> |
− | <td id ="tablebg"> | + | <td id ="tablebg" style ="vertical-align:top;">2)</td> |
− | <td id ="tablebg"></td> | + | <td id ="tablebg" style ="vertical-align:top;">Deliverables</td> |
− | <td id ="tablebg"></td> | + | <td id ="tablebg" align="left"><ul style="float:left;"><li> Team Wiki <li> Project attribution <li> Team poster <li> Team presentation</ul><ul style="float:left;"> <li> Safety forms <li >Judging form <li> Registry part pages <li> Sample submission</ul></td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td id ="tablebg1"> | + | <td id ="tablebg1"><img src="https://static.igem.org/mediawiki/2017/2/21/T--IIT_Delhi--tick1.jpg" width="30px" height="30px"/></td> |
− | <td id ="tablebg1"> | + | <td id ="tablebg1">3) |
</td> | </td> | ||
− | <td id ="tablebg1"></td> | + | <td id ="tablebg1">Attribution</td> |
− | <td id ="tablebg1"></td> | + | <td id ="tablebg1" align="left"><ul><li>Stated the support of project advisor , professors, PhD researchers, Lab support, fund raising health and advice, wiki support, sponsors, Institute support and iGEM foundation.</li></td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td id ="tablebg"> | + | <td id ="tablebg"><img src="https://static.igem.org/mediawiki/2017/2/21/T--IIT_Delhi--tick1.jpg" width="30px" height="30px"/></td> |
− | + | <td id ="tablebg">4)</td> | |
− | <td id ="tablebg"></td> | + | <td id ="tablebg">Characterization / Contribution</td> |
− | <td id ="tablebg"></td | + | <td id ="tablebg" align="left"><ul><li>Participated in the Interlab Measurement Study. </li> |
− | + | ||
− | + | ||
− | <td id =" | + | |
− | + | ||
</td> | </td> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</tr> | </tr> | ||
+ | |||
</tbody> | </tbody> | ||
Line 1,728: | Line 1,742: | ||
</section> | </section> | ||
− | + | <h2 class ="pfont">Silver medal criteria:</h2> | |
− | + | ||
<section > | <section > | ||
Line 1,744: | Line 1,757: | ||
<tbody> | <tbody> | ||
<tr> | <tr> | ||
− | <td id ="tablebg1"> | + | <td id ="tablebg1"><img src="https://static.igem.org/mediawiki/2017/2/21/T--IIT_Delhi--tick1.jpg" width="30px" height="30px"/></td> |
− | <td id ="tablebg1"> | + | <td id ="tablebg1">1)</td> |
− | <td id ="tablebg1"> | + | <td id ="tablebg1">Validated Part / Validated Contribution</td> |
− | <td id ="tablebg1"> | + | <td id ="tablebg1" align="left"><ul><li> BBa_K2525006- pPhlF +RBS |
+ | +GFP+Terminator | ||
+ | <li> BBa_K2525008- pSrpR+RBS | ||
+ | +GFP+Terminator | ||
+ | <li> BBa_K2525015- pSrpR | ||
+ | <li> BBa_K2525016- pPhlF</ul></td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td id ="tablebg"> | + | <td id ="tablebg"><img src="https://static.igem.org/mediawiki/2017/2/21/T--IIT_Delhi--tick1.jpg" width="30px" height="30px"/></td> |
− | <td id ="tablebg"> | + | <td id ="tablebg">2)</td> |
− | <td id ="tablebg"></td> | + | <td id ="tablebg">Collaboration</td> |
− | <td id ="tablebg"></td> | + | <td id ="tablebg" align="left"><ul><li>Collaborated with iGEM Manchester , iGEM Berlin, iGEM IISER Mohali, iGEM Glasgow.</ul></td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td id ="tablebg1"> | + | <td id ="tablebg1"><img src="https://static.igem.org/mediawiki/2017/2/21/T--IIT_Delhi--tick1.jpg" width="30px" height="30px"/></td> |
− | <td id ="tablebg1"> | + | <td id ="tablebg1">3) |
</td> | </td> | ||
− | <td id ="tablebg1"></td> | + | <td id ="tablebg1">Human Practices</td> |
− | <td id ="tablebg1" | + | <td id ="tablebg1" align="left"><ul><li>Public Engagement, Education, Integrated, Safety done extensively</ul></td> |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</tr> | </tr> | ||
+ | |||
</tbody> | </tbody> | ||
Line 1,815: | Line 1,790: | ||
− | + | <h2 class ="pfont">Gold medal criteria:</h2> | |
− | + | ||
− | + | ||
<section > | <section > | ||
<div class="backbody2"> | <div class="backbody2"> | ||
Line 1,831: | Line 1,804: | ||
<tbody> | <tbody> | ||
<tr> | <tr> | ||
− | <td id ="tablebg1"> | + | <td id ="tablebg1"><img src="https://static.igem.org/mediawiki/2017/2/21/T--IIT_Delhi--tick1.jpg" width="30px" height="30px"/></td> |
− | <td id ="tablebg1"> | + | <td id ="tablebg1">1)</td> |
− | <td id ="tablebg1"> | + | <td id ="tablebg1">Integrated Human Practices</td> |
− | <td id ="tablebg1"> | + | <td id ="tablebg1" align="left"><ul><li>Investigated issues of design and |
+ | execution of project by interacting with | ||
+ | professors and PhD scholars.</ul></td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td id ="tablebg"> | + | <td id ="tablebg"><img src="https://static.igem.org/mediawiki/2017/2/21/T--IIT_Delhi--tick1.jpg" width="30px" height="30px"/></td> |
− | <td id ="tablebg"> | + | <td id ="tablebg">2)</td> |
− | <td id ="tablebg"></td> | + | <td id ="tablebg">Improve a previous part or project</td> |
− | <td id ="tablebg"></td> | + | <td id ="tablebg" align="left"><ul><li> BBa_E0040 – GFP - Characterized rate |
+ | of photo bleaching. | ||
+ | <li> BBa_K1725020- pSrpR – Characterized | ||
+ | maximal transcription rate with respect | ||
+ | to commonly known promoters. | ||
+ | <li> BBa_K1725000 - pPhlF – Characterized | ||
+ | maximal transcription rate with respect | ||
+ | to commonly known promoters.</ul></td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td id ="tablebg1"> | + | <td id ="tablebg1"><img src="https://static.igem.org/mediawiki/2017/2/21/T--IIT_Delhi--tick1.jpg" width="30px" height="30px"/></td> |
− | <td id ="tablebg1"> | + | <td id ="tablebg1">3) |
</td> | </td> | ||
− | <td id ="tablebg1"></td> | + | <td id ="tablebg1">Model your project</td> |
− | <td id ="tablebg1"></td> | + | <td id ="tablebg1" align="left"><ul><li>Done extensively.</ul></td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
− | <td id ="tablebg"> | + | <td id ="tablebg"><img src="https://static.igem.org/mediawiki/2017/2/21/T--IIT_Delhi--tick1.jpg" width="30px" height="30px"/></td> |
− | + | <td id ="tablebg">4)</td> | |
− | + | <td id ="tablebg">Demonstrate your work</td> | |
− | + | <td id ="tablebg" align="left"><ul><li>Prototype developed and | |
− | + | demonstrated extensively.</ul></td> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | <td id ="tablebg"> | + | |
− | <td id ="tablebg"> | + | |
− | <td id ="tablebg" | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</tr> | </tr> | ||
+ | |||
</tbody> | </tbody> | ||
Line 1,899: | Line 1,845: | ||
</div> | </div> | ||
</section> | </section> | ||
+ | |||
Latest revision as of 22:22, 1 November 2017
Medal Criteria
Ticking the right boxes at the right time !!
Bronze medal criteria:
1) | Register and attend |
|
|
2) | Deliverables |
|
|
3) | Attribution |
|
|
4) | Characterization / Contribution |
|
Silver medal criteria:
1) | Validated Part / Validated Contribution |
|
|
2) | Collaboration |
|
|
3) | Human Practices |
|
Gold medal criteria:
1) | Integrated Human Practices |
|
|
2) | Improve a previous part or project |
|
|
3) | Model your project |
|
|
4) | Demonstrate your work |
|