Margaret.lie (Talk | contribs) |
|||
Line 1: | Line 1: | ||
{{Rice}} | {{Rice}} | ||
<html> | <html> | ||
+ | <head> | ||
+ | <style> | ||
+ | h1 { | ||
+ | font-family: "Abadi MT Condensed Extra Bold", Helvetica, Arial; | ||
+ | font-size: 30px; | ||
+ | font-style: normal; | ||
+ | font-variant: normal; | ||
+ | font-weight: bold; | ||
+ | line-height: 26.4px; | ||
+ | } | ||
− | + | h3 { | |
− | + | font-family: "DIN Alternate", Helvetica, Arial; | |
+ | font-size: 18pt; | ||
+ | font-style: normal; | ||
+ | font-color: white; | ||
+ | font-variant: normal; | ||
+ | font-weight: bold; | ||
+ | line-height: 20.4px; | ||
+ | } | ||
+ | h2 { | ||
+ | font-family: "DIN Alternate", Helvetica, Arial; | ||
+ | font-size: 18px; | ||
+ | font-style: normal; | ||
+ | font-color: black; | ||
+ | font-variant: normal; | ||
+ | font-weight: bold; | ||
+ | line-height: 20.4px; | ||
+ | background-color: #f2f2f2; | ||
+ | padding: 5px 15px 5px 15px; | ||
+ | } | ||
+ | p { | ||
+ | font-family: Helvetica, Arial, sans-serif; | ||
+ | font-size: 11px; | ||
+ | font-style: normal; | ||
+ | color: #fff; | ||
+ | font-variant: normal; | ||
+ | font-weight: normal; | ||
+ | line-height: 20px; | ||
+ | <!-- padding: 5px 15px 5px 15px; --> | ||
− | < | + | } |
+ | .pagediv { | ||
+ | padding-left: 20%; | ||
+ | padding-right: 20%; | ||
+ | /* height:100vh; */ | ||
+ | text-align: center; | ||
+ | } | ||
+ | .fixed_flyer { | ||
+ | background-color: #551A8B; | ||
+ | padding:20px; | ||
+ | padding-top:60px; | ||
+ | text-align:center; | ||
+ | height:100px; | ||
+ | line-height:100px | ||
+ | } | ||
+ | table{ | ||
+ | color:white; | ||
+ | background-color:black; | ||
+ | } | ||
+ | a{ | ||
+ | color:#9975b9; | ||
+ | } | ||
+ | </style> | ||
+ | <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> | ||
+ | </head> | ||
+ | |||
+ | <div class="pagediv"> | ||
+ | <p>Regardless of the topic, iGEM projects often create or adapt computational tools to move the project forward. Because they are born out of a direct practical need, these software tools (or new computational methods) can be surprisingly useful for other teams. Without necessarily being big or complex, they can make the crucial difference to a project's success. This award tries to find and honor such "nuggets" of computational work.</p> | ||
+ | |||
+ | <br> | ||
+ | <h3> Inspiration </h3> | ||
<p> | <p> | ||
Here are a few examples from previous teams: | Here are a few examples from previous teams: | ||
Line 15: | Line 82: | ||
<li><a href="https://2014.igem.org/Team:Aachen/Project/Measurement_Device#Software">Aachen 2014</a></li> | <li><a href="https://2014.igem.org/Team:Aachen/Project/Measurement_Device#Software">Aachen 2014</a></li> | ||
</ul> | </ul> | ||
− | + | <video width="400" controls> | |
+ | <source src="https://static.igem.org/mediawiki/2016/b/b1/IGEM_Software_Demonstration.mp4" type="video/mp4"> | ||
+ | Your browser does not support the video tag. | ||
+ | </video> | ||
</div> | </div> | ||
</html> | </html> |
Revision as of 00:33, 19 October 2016