Difference between revisions of "Team:IIT-Madras"

 
(83 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{IIT-Madras}}
+
{{IIT-Madras/NewHeader}}
# Preliminary Team Project Description
+
<html>
*Acinetobacter baylyi* is a gram-negative, soil dwelling, non-pathogenic, naturally competant and nutritionally versatile organism, known especially for its ability to degrade aromatic compounds. However, only a few tools are available for gene manipulation in Synthetic Biology experiments. This year, we plan to expand this toolkit for *A. baylyi* ADP1 by making synthetic promoter library along with codon optimized fluorescent reporter proteins for *A. baylyi* to achieve better control over expression rates. Codon usage table was also created by us using the genomic data. This can potentially open up various new exciting synthetic biology opportunities with this interesting organism.
+
<br>
 +
<style>
 +
 
 +
body {
 +
font-family: title;
 +
}
 +
.header {
 +
 
 +
  padding: 30px;
 +
  text-align: center;
 +
 
 +
}
 +
 
 +
@font-face {
 +
    src: url(https://static.igem.org/mediawiki/2018/f/fa/T--IIT-Madras--cantarell.ttf);
 +
    font-family: title;
 +
  }
 +
@font-face {
 +
src: url(https://static.igem.org/mediawiki/2018/1/13/T--IIT-Madras--montserrat.otf);
 +
    font-family: subtitle;
 +
}
 +
.parallax {
 +
 
 +
    background-image: url('https://static.igem.org/mediawiki/2018/4/47/T--IIT-Madras--homepage.png');
 +
background-color: black;
 +
    background-attachment: scroll;
 +
    background-position: center;
 +
    background-repeat: no-repeat;
 +
    background-size: cover;
 +
min-height: 2000px;
 +
opacity: 0.9;
 +
}
 +
 
 +
 
 +
.grid{
 +
display: grid:
 +
grid-template-areas: 1fr 1fr;
 +
 
 +
}
 +
 
 +
.title_desktop  {
 +
 
 +
position: absolute;
 +
top:40%;left:50%;
 +
-ms-transform:translate(-50%,-50%);
 +
transform:translate(-50%,-50%);
 +
}
 +
 
 +
@media only screen and (max-width: 600px) {
 +
.grid {
 +
 
 +
        grid-template-columns: 100%;
 +
grid-template-areas:
 +
'g1'
 +
'g2';
 +
 +
 +
}
 +
.parallax {
 +
    background-image: url('https://static.igem.org/mediawiki/2018/4/47/T--IIT-Madras--homepage.png');
 +
 
 +
    background-attachment: scroll;
 +
 
 +
min-height: 100%;
 +
opacity: 0.9;
 +
}
 +
.sticky {
 +
display: none;
 +
}
 +
 
 +
.title_desktop  {
 +
 
 +
top:5%;left:50%;
 +
-ms-transform:translate(-50%,-50%);
 +
transform:translate(-50%,-50%);
 +
}
 +
 
 +
#navbar {
 +
display: none;
 +
}
 +
 
 +
}
 +
 
 +
 
 +
 
 +
.mySlides {display: none;}
 +
img {vertical-align: middle;}
 +
 
 +
/* Slideshow container */
 +
.slideshow-container {
 +
  max-width: 100%;
 +
  position: relative;
 +
  margin: auto;
 +
}
 +
 
 +
/* Caption text */
 +
.text {
 +
  color: #f2f2f2;
 +
  font-size: 15px;
 +
  padding: 8px 12px;
 +
  position: absolute;
 +
  bottom: 8px;
 +
  width: 100%;
 +
  text-align: center;
 +
}
 +
 
 +
/* Number text (1/3 etc) */
 +
.numbertext {
 +
  color: #f2f2f2;
 +
  font-size: 12px;
 +
  padding: 8px 12px;
 +
  position: absolute;
 +
  top: 0;
 +
}
 +
 
 +
/* The dots/bullets/indicators */
 +
.dot {
 +
  height: 15px;
 +
  width: 15px;
 +
  margin: 0 2px;
 +
  background-color: #bbb;
 +
  border-radius: 50%;
 +
  display: inline-block;
 +
  transition: background-color 0.6s ease;
 +
}
 +
 
 +
.active {
 +
  background-color: #717171;
 +
}
 +
 
 +
/* Fading animation */
 +
.fade {
 +
  -webkit-animation-name: fade;
 +
  -webkit-animation-duration: 1.5s;
 +
  animation-name: fade;
 +
  animation-duration: 1.5s;
 +
}
 +
 
 +
@-webkit-keyframes fade {
 +
  from {opacity: 1}
 +
  to {opacity: 1}
 +
}
 +
 
 +
@keyframes fade {
 +
  from {opacity: 1}
 +
  to {opacity: 1}
 +
}
 +
 
 +
/* On smaller screens, decrease text size */
 +
@media only screen and (max-width: 300px) {
 +
  .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>
 +
 
 +
 
 +
 
 +
 
 +
<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">
 +
 +
  <img src="https://static.igem.org/mediawiki/2018/2/21/T--IIT-Madras--hosts.png" style="width:100%; background-color: black;">
 +
 
 +
</div>
 +
 
 +
<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 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 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; display: none;">
 +
  <span class="dot"></span>
 +
  <span class="dot"></span>
 +
  <span class="dot"></span>
 +
<span class="dot"></span>
 +
<span class="dot"></span>
 +
</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>
 +
var slideIndex = 0;
 +
showSlides();
 +
 
 +
function showSlides() {
 +
    var i;
 +
    var slides = document.getElementsByClassName("mySlides");
 +
    var dots = document.getElementsByClassName("dot");
 +
    for (i = 0; i < slides.length; i++) {
 +
      slides[i].style.display = "none"; 
 +
    }
 +
    slideIndex++;
 +
    if (slideIndex > slides.length) {slideIndex = 1}   
 +
    for (i = 0; i < dots.length; i++) {
 +
        dots[i].className = dots[i].className.replace(" active", "");
 +
    }
 +
    slides[slideIndex-1].style.display = "block"; 
 +
    dots[slideIndex-1].className += " active";
 +
    setTimeout(showSlides, 350); // Change image every 5 seconds
 +
}
 +
</script>
 +
 
 +
 
 +
 
 +
 
 +
</html>

Latest revision as of 04:00, 18 October 2018

iGEM Collaborations Page


We are proud to present three projects for iGEM 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:
Email
Facebook
Twitter
YouTube
LinkedIn
Medium
Special Thanks to our sponsors.
Office of International and Alumni Relations, IIT Madras.
Integrated DNA Technologies