Difference between revisions of "Team:IIT Kanpur"

 
(376 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{IIT_Kanpur}}
+
{{Template:IIT_Kanpur}}
 +
 
 +
<!-------------------------->
 
<html>
 
<html>
 +
<head>
 +
<meta name="viewport" content="width=device-width, initial-scale=1">
 +
<style>
 +
#overlay {
 +
    position: fixed;
 +
    display: none;
 +
    width: 100%;
 +
    height: 100%;
 +
    top: 0;
 +
    left: 0;
 +
    right: 0;
 +
    bottom: 0;
 +
    background-color: rgba(255,255,255,1);
 +
    z-index: 2;
 +
    cursor: pointer;
 +
}
  
 +
#text{
 +
    position: absolute;
 +
    top: 20%;
 +
    left: 50%;
 +
    font-size: 50px;
 +
    color: black;
 +
    align: right;
 +
    transform: translate(-50%,-50%);
 +
    -ms-transform: translate(-50%,-50%);
 +
}
 +
</style>
 +
</head>
 +
<body>
  
 +
<div id="overlay" onclick="off()">
 +
<div id="text">Won SILVER @ iGEM 2018</div>
 +
  <img src="https://static.igem.org/mediawiki/2018/f/fa/T--IIT_Kanpur--Banner.png" style="width:30vw;margin:15vw 35vw">
 +
</div>
  
 +
<script>
 +
window.onload = function on() {
 +
    document.getElementById("overlay").style.display = "block";
 +
}
  
<div class="column full_size" >
+
function off() {
<h1 align ="center"> Welcome to iGEM IIT Kanpur</h1>
+
    document.getElementById("overlay").style.display = "none";
<p>
+
}
<img style="width:1080px; height:320px; position :relative; left =270px;" src="https://static.igem.org/mediawiki/2018/b/b6/T--IIT_Kanpur--logo.png">
+
</script>
<h1 align="center">Our Project </h1>
+
   
<p>Water is essential to life. Amount of fresh water on earth is limited and its quality is under constant pressure due to our activities. More than 80% of sewage in developing countries is being discharged untreated, which goes on to pollute rivers, lakes and oceans. With about 2 billion people worldwide who don’t even have access to clean drinking water there is growing need for solutions to tackle this global concern.
+
</body>
One of the major chemical wastes discharged in sewage and as industrial effluents are detergents. This year we plan to provide a reliable and robust solution to this problem by focusing on the molecule called SDS(sodium dodecyl sulfate) which is an anionic biodegradable surfactant and is the major component of detergents used around the world.
+
</html>  
Our project is concerned with developing a synthetic pathway in E.coli for extracellular expression of enzyme alkyl-sulfatse originally found in bacteria Pseudomonas aeruginosa to degrade SDS into commercially viable carbon-based by-products like 1-dodecanol.
+
As part of our project, we will also develop a bio-sensor for easy detection and quantification of SDS and further precisely quantify and characterize the by-products obtained as a result of SDS degradation.                                                                  </p>
+
</p>
+
  
  
+
<!------------------------------->
</div>  
+
  
  
<div class="column full_size" >
+
<html>
 +
<head>
  
<h3>Before you start</h3>
+
   
<p> Please read the following pages:</p>
+
<ul>
+
<li> <a href="https://2018.igem.org/Competition">Competition Hub</a> </li>
+
<li> <a href="https://2018.igem.org/Competition/Deliverables/Wiki">Wiki Requirements page</a></li>
+
<li> <a href="https://2018.igem.org/Resources/Template_Documentation">Template documentation</a></li>
+
</ul>
+
</div>
+
  
 +
<!-- THIS IS WHERE THE HTML BEGINS -->
  
<div class="clear extra_space"></div>
 
<div class="line_divider"></div>
 
<div class="clear extra_space"></div>
 
  
 +
<style>
  
 +
body {
 +
background: url('https://static.igem.org/mediawiki/2018/1/10/T--IIT_Kanpur--BackgroundMain.jpg') no-reapeat fixed center;
 +
}
  
<div class="column full_size" >
 
<h3> Styling your wiki </h3>
 
<p>You may style this page as you like or you can simply leave the style as it is. You can easily keep the styling and edit the content of these default wiki pages with your project information and completely fulfill the requirement to document your project.</p>
 
<p>While you may not win Best Wiki with this styling, your team is still eligible for all other awards. This default wiki meets the requirements, it improves navigability and ease of use for visitors, and you should not feel it is necessary to style beyond what has been provided.</p>
 
  
</div>
+
/* Slideshow container */
 +
.slideshow-container {
  
 +
  margin: auto;
 +
  position: relative;
 +
 
 +
}
  
 +
/* Hide the images by default */
 +
.mySlides {
 +
    display: none;
 +
}
  
 +
/* Next & previous buttons */
 +
.prev, .next {
 +
  cursor: pointer;
 +
  position: absolute;
 +
  top: 50%;
 +
  margin-top: -22px;
 +
  width: auto;
 +
 
 +
  padding: 16px;
 +
  color: #CCCCCC;
 +
  font-weight: bold;
 +
  font-size: 30px;
 +
  transition: 0.6s ease;
 +
  border-radius: 0 3px 3px 0;
 +
}
  
<div class="clear extra_space"></div>
+
/* Position the "next button" to the right */
 +
.next {
 +
  right: 0;
 +
  border-radius: 3px 0 0 3px;
 +
}
  
 +
/* On hover, add a black background color with a little bit see-through */
 +
.prev:hover, .next:hover {
 +
  background-color: rgba(83,77,77,0.80);
 +
}
  
 +
/* Caption text */
 +
.text {
 +
  color: #00000;
 +
  font-size: 40px;
 +
  padding: 8px 12px;
 +
  position: absolute;
 +
  bottom: 8px;
 +
  width: 100%;
 +
  text-align: center;
 +
}
  
<div class="column third_size" >
+
/* Number text (1/3 etc) */
 +
.numbertext {
 +
  color: #FFFFFF;
 +
  font-size: 4px;
 +
  padding: 8px 12px;
 +
  position: absolute;
 +
  top: 0;
 +
}
  
<h3> Uploading pictures and files </h3>
+
/* The dots/bullets/indicators */
<p> You must upload any pictures and files to the iGEM 2018 server. Remember to keep all your pictures and files within your team's namespace or at least include your team's name in the file name. </p>
+
.dot {
 +
  cursor: pointer;
 +
  height: 25px;
 +
  width: 25px;
 +
  margin: 0 2px;
 +
  background-color: #bbb;
 +
  border-radius: 50%;
 +
  display: inline-block;
 +
  transition: background-color 1.5s ease;
 +
}
  
 +
.active, .dot:hover {
 +
  background-color: #717171;
 +
}
  
<p>When you upload, set the "Destination Filename" to <b> T--YourOfficialTeamName--NameOfFile.jpg</b>. (If you don't do this, someone else might upload a different file with the same "Destination Filename", and your file would be erased!)</p>
+
/* Fading animation */
 +
.fade {
 +
  -webkit-animation-name: fade;
 +
  -webkit-animation-duration: 3s;
 +
  animation-name: fade;
 +
  animation-duration: 3s;
 +
}
  
<div class="button_link">
+
@-webkit-keyframes fade {
<a href="https://2018.igem.org/Special:Upload">
+
  from {opacity: .4}
UPLOAD FILES
+
  to {opacity: 1}
</a>
+
}
</div>
+
  
</div>
+
@keyframes fade {
 +
  from {opacity: .4}
 +
  to {opacity: 1}
 +
}
  
<div class="column third_size" >
+
.c_h {
<h3> Wiki template information </h3>
+
  z-index: 1000px;
<p>We have created these wiki template pages to help you get started and to help you think about how your team will be evaluated. You can find a list of all the pages tied to awards here at the <a href="https://2018.igem.org/Judging/Pages_for_Awards">Pages for awards</a> link. You must edit these pages to be evaluated for medals and awards, but ultimately the design, layout, style and all other elements of your team wiki is up to you!</p>
+
  align: center;
 +
  background: black linear-gradient(to bottom, black, #5c83e8 50%, #93aced) no-repeat 99% center;
 +
}
  
</div>
+
img.page {
 +
  display: block;
 +
  margin-left: auto;
 +
  margin-right: auto;
 +
}
  
 +
.collapsible {
 +
  background-color: #6078e0;
 +
  color: white;
 +
  cursor: pointer;
 +
  padding: 18px;
 +
  width: 100%;
 +
  border: none;
 +
  text-align: left;
 +
  outline: none;
 +
  font-size: 18px;
 +
}
  
 +
.active, .collapsible:hover {
 +
  background-color: #5465af;
 +
}
  
<div class="column third_size" >
+
.contentcollap {
<div class="highlight decoration_B_full">
+
  padding: 0 18px;
<h3> Editing your wiki </h3>
+
  max-height: 0;
<p>On this page you can document your project, introduce your team members, document your progress and share your iGEM experience with the rest of the world! </p>
+
  overflow: hidden;
<p>Use WikiTools - Edit in the black menu bar to edit this page</p>
+
  transition: max-height 0.2s ease-out;
 +
  background-color: #73cebd;
 +
}
  
<div class="button_link">
+
</style>
<a href="https://2018.igem.org/wiki/index.php?title=Team:IIT_Kanpur&action=edit">
+
EDIT PAGE
+
</a>
+
</div>
+
  
  
</div>
 
</div>
 
  
 +
  </head>
  
 +
  <body>
  
 +
<!-- Slideshow container -->
 +
<div class="slideshow-container">
  
 +
  <!-- Full-width images with number and caption text -->
 +
  <div class="mySlides fade",div style="text-align: center">
 +
    <img src="https://static.igem.org/mediawiki/2018/0/06/T--IIT_Kanpur--project_logo.png" style="width:98%;height:auto;background:black;">
 +
    <div class="text"></div>
 +
  </div>
 +
  <div class="mySlides fade">
  
<div class="clear extra_space"></div>
+
    <img src="https://static.igem.org/mediawiki/2018/2/2f/T--IIT_Kanpur--PAGE_1.png" style="width:100%;height:auto;">
<div class="line_divider"></div>
+
    <div class="text"><a href=""></a></div>
<div class="clear extra_space"></div>
+
  </div>
  
 +
  <div class="mySlides fade">
 +
    <img src="https://static.igem.org/mediawiki/2018/2/2d/T--IIT_Kanpur--PAGE_2.png" style="width:100%;height:auto;">
 +
    <div class="text"><a href=""></a></div>
 +
  </div>
  
 +
  <div class="mySlides fade">
 +
    <img src="https://static.igem.org/mediawiki/2018/5/51/T--IIT_Kanpur--page_3_f.png" style="width:100%;height:auto;">
 +
    <div class="text"></div>
 +
  </div>
  
<div class="column two_thirds_size" >
+
  <!-- Next and previous buttons -->
<h3>Tips</h3>
+
  <a class="prev" onclick="plusSlides(-1)">&#10094;</a>
<p>This wiki will be your team’s first interaction with the rest of the world, so here are a few tips to help you get started: </p>
+
  <a class="next" onclick="plusSlides(1)">&#10095;</a>
<ul>
+
<li>State your accomplishments! Tell people what you have achieved from the start. </li>
+
<li>Be clear about what you are doing and how you plan to do this.</li>
+
<li>You have a global audience! Consider the different backgrounds that your users come from.</li>
+
<li>Make sure information is easy to find; nothing should be more than 3 clicks away.  </li>
+
<li>Avoid using very small fonts and low contrast colors; information should be easy to read.  </li>
+
<li>Start documenting your project as early as possible; don’t leave anything to the last minute before the Wiki Freeze. For a complete list of deadlines visit the <a href="https://2018.igem.org/Calendar">iGEM 2018 calendar</a> </li>
+
<li>Have lots of fun! </li>
+
</ul>  
+
 
</div>
 
</div>
 +
<br>
  
 
+
<!-- The dots/circles -->
<div class="column third_size">
+
<div style="text-align:center">
<div class="highlight decoration_A_full">
+
  <span class="dot" onclick="currentSlide(1)"></span>  
<h3>Inspiration</h3>
+
  <span class="dot" onclick="currentSlide(2)"></span>  
<p> You can also view other team wikis for inspiration! Here are some examples:</p>
+
  <span class="dot" onclick="currentSlide(3)"></span>
<ul>
+
  <span class="dot" onclick="currentSlide(4)"></span>
<li> <a href="https://2014.igem.org/Team:SDU-Denmark/"> 2014 SDU Denmark </a> </li>
+
<li> <a href="https://2014.igem.org/Team:Aalto-Helsinki">2014 Aalto-Helsinki</a> </li>
+
<li> <a href="https://2014.igem.org/Team:LMU-Munich">2014 LMU-Munich</a> </li>
+
<li> <a href="https://2014.igem.org/Team:Michigan"> 2014 Michigan</a></li>
+
<li> <a href="https://2014.igem.org/Team:ITESM-Guadalajara">2014 ITESM-Guadalajara </a></li>
+
<li> <a href="https://2014.igem.org/Team:SCU-China"> 2014 SCU-China </a></li>
+
</ul>
+
 
</div>
 
</div>
 +
<button class="collapsible" style="text-align:center;text: 30px;">SEE OUR STORY!!</button>
 +
<div class ="c_h contentcollap" id='comic_holder'>
 +
<br><br>
 +
<img src="https://static.igem.org/mediawiki/2018/f/ff/T--IIT_Kanpur--Comic01.jpg" style="width:49vw;background:black;" class='page'><br><br>
 +
<img src="https://static.igem.org/mediawiki/2018/0/06/T--IIT_Kanpur--Comic02.jpg" style="width:49vw;background:black;" class='page'><br><br>
 +
<img src="https://static.igem.org/mediawiki/2018/5/58/T--IIT_Kanpur--Comic03.jpg" style="width:49vw;background:black;" class='page'><br><br>
 +
<a href='https://2018.igem.org/Team:IIT_Kanpur/Team'><img src="https://static.igem.org/mediawiki/2018/e/e8/T--IIT_Kanpur--Comic04.jpg" style="width:49vw;background:black;" class='page'><br><br></a>
 
</div>
 
</div>
 +
<script>
 +
var slideIndex = 1;
 +
showSlides(slideIndex);
 +
 +
// Next/previous controls
 +
function plusSlides(n) {
 +
  showSlides(slideIndex += n);
 +
}
 +
 +
function expandComics() {
 +
  document.getElementById('comic_holder').visibility=visible;
 +
}
 +
 +
// Thumbnail image controls
 +
function currentSlide(n) {
 +
  showSlides(slideIndex = n);
 +
}
 +
 +
function showSlides(n) {
 +
  var i;
 +
  var slides = document.getElementsByClassName("mySlides");
 +
  var dots = document.getElementsByClassName("dot");
 +
  if (n > slides.length) {slideIndex = 1}
 +
  if (n < 1) {slideIndex = slides.length}
 +
  for (i = 0; i < slides.length; i++) {
 +
      slides[i].style.display = "none";
 +
  }
 +
  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";
 +
}
 +
</script>
 +
 +
<script>
 +
var coll = document.getElementsByClassName("collapsible");
 +
var i;
  
 +
for (i = 0; i < coll.length; i++) {
 +
  coll[i].addEventListener("click", function() {
 +
    this.classList.toggle("active");
 +
    var content = this.nextElementSibling;
 +
    if (content.style.maxHeight){
 +
      content.style.maxHeight = null;
 +
    } else {
 +
      content.style.maxHeight = content.scrollHeight + "px";
 +
    }
 +
  });
 +
}
 +
</script>
  
 +
  </body>
  
  
 
</html>
 
</html>
 +
{{Template:IIT_Kanpur/Footer}}

Latest revision as of 09:34, 6 December 2018

Won SILVER @ iGEM 2018