(42 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
{{IIT-Madras/NewHeader}} | {{IIT-Madras/NewHeader}} | ||
<html> | <html> | ||
− | + | <br> | |
<style> | <style> | ||
Line 35: | Line 35: | ||
+ | .grid{ | ||
+ | display: grid: | ||
+ | grid-template-areas: 1fr 1fr; | ||
+ | |||
+ | } | ||
.title_desktop { | .title_desktop { | ||
Line 135: | Line 140: | ||
@-webkit-keyframes fade { | @-webkit-keyframes fade { | ||
− | from {opacity: | + | from {opacity: 1} |
to {opacity: 1} | to {opacity: 1} | ||
} | } | ||
@keyframes fade { | @keyframes fade { | ||
− | from {opacity: | + | from {opacity: 1} |
to {opacity: 1} | to {opacity: 1} | ||
} | } | ||
Line 148: | Line 153: | ||
.text {font-size: 11px} | .text {font-size: 11px} | ||
} | } | ||
+ | |||
+ | |||
+ | .buttons{ | ||
+ | display: grid; | ||
+ | grid-template-columns: 1fr 1fr 1fr; | ||
+ | } | ||
+ | |||
+ | |||
+ | @media only screen and (max-width: 600px) { | ||
+ | .buttons{ | ||
+ | grid-template-columns: 1fr; | ||
+ | } | ||
+ | |||
+ | |||
</style> | </style> | ||
Line 155: | Line 174: | ||
<div class="slideshow-container"> | <div class="slideshow-container"> | ||
+ | <div class="mySlides fade"> | ||
+ | |||
+ | <img src="https://static.igem.org/mediawiki/2018/c/cc/T--IIT-Madras--logomain.png" style="width:100%; background-color: black;"> | ||
+ | |||
+ | </div> | ||
<div class="mySlides fade"> | <div class="mySlides fade"> | ||
− | + | <img src="https://static.igem.org/mediawiki/2018/2/21/T--IIT-Madras--hosts.png" style="width:100%; background-color: black;"> | |
</div> | </div> | ||
Line 165: | Line 189: | ||
<div class="mySlides fade"> | <div class="mySlides fade"> | ||
− | + | <img src="https://static.igem.org/mediawiki/2018/e/ec/T--IIT-Madras--tools.png" style="width:100%; background-color: black;"> | |
</div> | </div> | ||
Line 171: | Line 195: | ||
<div class="mySlides fade"> | <div class="mySlides fade"> | ||
− | + | <img src="https://static.igem.org/mediawiki/2018/c/c2/T--IIT-Madras--cultures.png" style="width:100%; background-color: black;"> | |
</div> | </div> | ||
+ | |||
+ | <div class="mySlides fade"> | ||
+ | |||
+ | <img src="https://static.igem.org/mediawiki/2018/c/cc/T--IIT-Madras--logomain.png" style="width:100%; background-color: black;"> | ||
</div> | </div> | ||
− | |||
− | <div style="text-align:center"> | + | </div> |
+ | |||
+ | <div style="text-align:center; display: none;"> | ||
<span class="dot"></span> | <span class="dot"></span> | ||
<span class="dot"></span> | <span class="dot"></span> | ||
<span class="dot"></span> | <span class="dot"></span> | ||
+ | <span class="dot"></span> | ||
+ | <span class="dot"></span> | ||
</div> | </div> | ||
+ | |||
+ | |||
+ | <div class="buttons" style="background-color: black;"> | ||
+ | <div> | ||
+ | <a href="https://2018.igem.org/Team:IIT-Madras/Description"><img src="https://static.igem.org/mediawiki/2018/b/b2/T--IIT-Madras--adp.png" style="width:100%;" target="_blank"></a> | ||
+ | </div> | ||
+ | |||
+ | <div> | ||
+ | <a href="https://2018.igem.org/Team:IIT-Madras/Software"><img src="https://static.igem.org/mediawiki/2018/3/31/T--IIT-Madras--cdxlogo.png" style="width:100%;" target="_blank"></a> | ||
+ | </div> | ||
+ | <div> | ||
+ | |||
+ | <a href="https://2018.igem.org/Team:IIT-Madras/TheLanguageProject"> <img src="https://static.igem.org/mediawiki/2018/e/e2/T--IIT-Madras--langprojlogo2.png" style="width:100%;" target="_blank"></a> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | <p style="font-size: 5.5mm;"> | ||
+ | <center> | ||
+ | We are proud to present three projects for iGEM 2018. <br> | ||
+ | |||
+ | Our wetlab project, <b>ADaPtat1on</b>, involves expanding the toolbox for Acinetobacter baylyi ADP1 to make it easier to work with the chassis. <br> | ||
+ | |||
+ | We present our project from last year, <b>ChassiDex</b>, with an improved interface and more data and tools. ChassiDex is a software project. It is a database of information on chassis used in synthetic biology, along with CUTE and Comicsyns: tools to make working with a chassis easier. <br> | ||
+ | |||
+ | We have initiated <b>The Language Project</b>, a multilingual science communication project. We have created video content about synthetic biology in 8 Indian languages, and the initiative has quickly expanded to cover over 25 languages. <br> | ||
+ | |||
+ | <br><br> | ||
+ | Contact us: <br> | ||
+ | <a href="mailto:igem@smail.iitm.ac.in">Email</a><br> | ||
+ | <a href="https://www.facebook.com/igem.iitm/">Facebook</a><br> | ||
+ | <a href="https://www.twitter.com/igem_iitm">Twitter</a><br> | ||
+ | <a href="https://www.youtube.com/channel/UCSYv2GGrFXr4G4x6coUGKlg">YouTube</a><br> | ||
+ | <a href="https://in.linkedin.com/company/iit-madras-igem">LinkedIn</a><br> | ||
+ | <a href="https://medium.com/@igem_IITM">Medium</a><br> | ||
+ | <center> | ||
+ | Special Thanks to our sponsors.<br> | ||
+ | Office of International and Alumni Relations, IIT Madras.<br> | ||
+ | Integrated DNA Technologies<br> | ||
+ | </center> | ||
+ | </p> | ||
<script> | <script> | ||
Line 202: | Line 274: | ||
slides[slideIndex-1].style.display = "block"; | slides[slideIndex-1].style.display = "block"; | ||
dots[slideIndex-1].className += " active"; | dots[slideIndex-1].className += " active"; | ||
− | setTimeout(showSlides, | + | setTimeout(showSlides, 350); // Change image every 5 seconds |
} | } | ||
</script> | </script> |
Latest revision as of 04:00, 18 October 2018
Our wetlab project, ADaPtat1on, involves expanding the toolbox for Acinetobacter baylyi ADP1 to make it easier to work with the chassis.
We present our project from last year, ChassiDex, with an improved interface and more data and tools. ChassiDex is a software project. It is a database of information on chassis used in synthetic biology, along with CUTE and Comicsyns: tools to make working with a chassis easier.
We have initiated The Language Project, a multilingual science communication project. We have created video content about synthetic biology in 8 Indian languages, and the initiative has quickly expanded to cover over 25 languages.
Contact us:
YouTube
Medium
Office of International and Alumni Relations, IIT Madras.
Integrated DNA Technologies