Difference between revisions of "Team:NYU Abu Dhabi/Science Sketch"

 
(32 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
<!DOCTYPE html>
 
<!DOCTYPE html>
<html>
+
<html>https://2018.igem.org/
  
  
Line 31: Line 31:
 
#sideMenu, #top_title, .patrollink  {display:none;}
 
#sideMenu, #top_title, .patrollink  {display:none;}
 
#content { margin-left:0px; margin-top:-7px; padding:0px; width:100%;}
 
#content { margin-left:0px; margin-top:-7px; padding:0px; width:100%;}
body {background-color:white;
+
/* body {background-color:white;
width: 960px;
+
width: 960px; */
 
    /* width: 80%; */
 
    /* width: 80%; */
      margin: auto;}
+
      /* margin: auto;} */
 
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
 
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
.judges-will-not-evaluate { border: 4px solid #e4dede; padding: 2% !important; width: 92%!important;}
+
 
 
/**************************************************************************************************************************************************************************************************/
 
/**************************************************************************************************************************************************************************************************/
 
/* MENU */
 
/* MENU */
Line 140: Line 140:
 
}
 
}
 
/*Styling Buttons*/
 
/*Styling Buttons*/
  .fa {
+
.fa {
    font-size: 20px;
+
font-size: 20px;
    padding:17px;
+
padding:17px;
    width: 54px;
+
width: 54px;
    text-align: center;
+
text-align: center;
    text-decoration: none;
+
text-decoration: none;
    /* margin: 5px 2px; */
+
/* margin: 5px 2px; */
    border-radius: 50%;
+
border-radius: 50%;
  }
+
}
  .fa:hover {
+
.fa:hover {
      opacity: 0.7;
+
opacity: 0.7;
  }
+
}
  .fa-facebook {
+
.fa-facebook {
    background: #7E5BD3;
+
background: #7E5BD3;
    color: white;
+
color: white;
  }
+
}
  .fa-twitter {
+
.fa-twitter {
    background: #7E5BD3;
+
background: #7E5BD3;
    color: white;
+
color: white;
  }
+
}
  .fa-google {
+
.fa-google {
    background: #7E5BD3;
+
background: #7E5BD3;
    color: white;
+
color: white;
  }
+
}
  .fa-youtube {
+
.fa-youtube {
    background: #7E5BD3;
+
background: #7E5BD3;
    color: white;
+
color: white;
  }
+
}
  .fa-instagram {
+
.fa-instagram {
    background: #7E5BD3;
+
background: #7E5BD3;
    color: white;
+
color: white;
  }
+
}
  /* end of styling buttons */
+
/* end of styling buttons */
 
/* Styling the footer */
 
/* Styling the footer */
  .footer>.container-fluid {
+
.footer>.container-fluid {
      padding: 10px 10px;
+
padding: 10px 10px;
  }
+
}
  .footer>.container-fluid>.row {
+
.footer>.container-fluid>.row {
      display: flex;
+
display: flex;
  }
+
}
  .footer-section {
+
.footer-section {
      text-align: center !important;
+
text-align: center !important;
      /* padding: 0px 25px; */
+
/* padding: 0px 25px; */
      display: flex;
+
display: flex;
 
flex-wrap: wrap;
 
flex-wrap: wrap;
      flex-direction: row;
+
flex-direction: row;
      align-items: center;
+
align-items: center;
      align-content: center;
+
align-content: center;
      justify-content: center;
+
justify-content: center;
  font-family: 'IBM Plex Sans', sans-serif;
+
font-family: 'IBM Plex Sans', sans-serif;
  }
+
}
  .footer-text {
+
.footer-text {
      text-align: center !important;
+
text-align: center !important;
  font-family: 'IBM Plex Sans', sans-serif;
+
font-family: 'IBM Plex Sans', sans-serif;
  }
+
}
  .footer-logo {
+
.footer-logo {
      width: 80%;
+
width: 80%;
  padding-right: 10px;
+
padding-right: 10px;
      display: inline-block;
+
display: inline-block;
  }
+
}
  .footer-logo2 {
+
.footer-logo2 {
      width: 100%;
+
width: 100%;
  padding-right: 15px;
+
padding-right: 15px;
      display: inline-block;
+
display: inline-block;
  }
+
}
  .footer {
+
.footer {
      /* background-color: #F5F5F5; */
+
font-family: 'IBM Plex Sans', sans-serif;
  font-family: 'IBM Plex Sans', sans-serif;
+
 
width:100%;
 
width:100%;
  }
+
}
 
/*end of styling the footer */
 
/*end of styling the footer */
 
/*mobile menu bar styling*/
 
/*mobile menu bar styling*/
Line 505: Line 504:
 
h3 {
 
h3 {
 
font-family: 'IBM Plex Sans', serif;
 
font-family: 'IBM Plex Sans', serif;
color: #101F40;
+
color: white;
   font-size: 19px;
+
   font-size: 15px;
   text-align: left;
+
   /* text-align: left; */
 
   /* margin-right: 90px;
 
   /* margin-right: 90px;
 
   margin-left: 90px; */
 
   margin-left: 90px; */
Line 529: Line 528:
 
}
 
}
 
body {
 
body {
 +
/* background-image: url("https://static.igem.org/mediawiki/2018/d/df/T--NYU_Abu_Dhabi--Homepage.png"); */
 
     background-size: cover;
 
     background-size: cover;
background-repeat: repeat;
+
background-repeat: no-repeat;
 
}
 
}
 
div{
 
div{
Line 640: Line 640:
 
button:focus {outline:0;}
 
button:focus {outline:0;}
  
 +
html, body {
 +
  height: 100%;
 +
  margin: 0;
 +
}
 +
.content {
 +
  min-height: 100%;
 +
}
 +
.content-inside {
 +
  padding: 20px;
 +
  padding-bottom: 50px;
 +
}
 +
.footer {
 +
  height: 150px;
 +
min-height: 150px;
 +
  margin-top: -50px;
 +
background-color: #0085B6;
 +
flex-wrap: wrap;
 +
bottom: 0;
 +
}
 +
.footer .columns {
 +
    float: left;
 +
    width: 65%;
 +
    position: relative;
 +
    padding-top: 15px;
 +
}
 +
/* .footer .columns1 {
 +
    float: left;
 +
    width: 20%;
 +
    position: relative;
 +
    padding-top: 25px;
 +
} */
 +
.footer .columns2 {
 +
    float: left;
 +
    width: 35%;
 +
/* height: 100%; */
 +
    position: relative;
 +
text-align: center;
 +
margin-top: 25px;
 +
 +
}
 +
 +
#globalWrapper {
 +
    position: relative;
 +
    font-size: 127%;
 +
    width: 100%;
 +
    margin: 0;
 +
    padding: 0;
 +
}
 
</style>
 
</style>
  
<!-- ADDING PRELIMINARY DESCRIPTION -->
+
<div class="bg"></div>
  
<br> <br>
+
<body>
 +
<div class="content">
 +
    <div class="content-inside">
 
<h6><b>Science Sketch Collaboration</b></h6>
 
<h6><b>Science Sketch Collaboration</b></h6>
  
Line 652: Line 702:
 
<h2>The aim of the science sketches is to make a collaborative educational playlist with videos from teams all over the world, about their projects and/or the scientific principle behind their project. This playlist will be made public, so that any iGEM team can use it in their outreach activities, thus enabling all teams to spread the knowledge of synthetic biology to their communities.</h2>
 
<h2>The aim of the science sketches is to make a collaborative educational playlist with videos from teams all over the world, about their projects and/or the scientific principle behind their project. This playlist will be made public, so that any iGEM team can use it in their outreach activities, thus enabling all teams to spread the knowledge of synthetic biology to their communities.</h2>
 
<h2>We have also created a detailed description of <a href="https://static.igem.org/mediawiki/2018/5/58/T--NYU_Abu_Dhabi--Sketch_Guide.pdf" target="_blank"> how to make a science sketch </a> to help other teams in creating their science sketches. </h2>
 
<h2>We have also created a detailed description of <a href="https://static.igem.org/mediawiki/2018/5/58/T--NYU_Abu_Dhabi--Sketch_Guide.pdf" target="_blank"> how to make a science sketch </a> to help other teams in creating their science sketches. </h2>
<br><br>
+
<br>
  
 
<div class="section-block">
 
<div class="section-block">
Line 664: Line 714:
 
     </div>
 
     </div>
 
</center>
 
</center>
 
 
<br>
 
<br>
 
     <div id="iGEM" class="tabcontent">
 
     <div id="iGEM" class="tabcontent">
Line 715: Line 764:
 
         <button class="tablinks5" onclick="openTab(event, 'ICT-Mumbai')">ICT-Mumbai</button>
 
         <button class="tablinks5" onclick="openTab(event, 'ICT-Mumbai')">ICT-Mumbai</button>
  
 +
<br>
 
     </div>
 
     </div>
 
</center>
 
</center>
Line 727: Line 777:
 
     <source src="https://static.igem.org/mediawiki/2018/4/43/T--NYU_Abu_Dhabi--Science_Sketch_REC_Chennai.mp4">
 
     <source src="https://static.igem.org/mediawiki/2018/4/43/T--NYU_Abu_Dhabi--Science_Sketch_REC_Chennai.mp4">
 
   </video>
 
   </video>
 +
<br><br><br>
 
</center>
 
</center>
  
Line 738: Line 789:
 
   <video width="660" height="450" controls>
 
   <video width="660" height="450" controls>
 
     <source src="https://static.igem.org/mediawiki/2018/0/0c/T--NYU_Abu_Dhabi--Science_Sketch_CPU_CHINA.mp4">
 
     <source src="https://static.igem.org/mediawiki/2018/0/0c/T--NYU_Abu_Dhabi--Science_Sketch_CPU_CHINA.mp4">
 +
<br><br><br>
 
   </video>
 
   </video>
 
</center>
 
</center>
 +
<br><br><br>
 
         </article>
 
         </article>
 
     </div>
 
     </div>
Line 749: Line 802:
 
     <source src="https://static.igem.org/mediawiki/2018/3/3b/T--NYU_Abu_Dhabi--Science_Sketch_Uppsala.mp4">
 
     <source src="https://static.igem.org/mediawiki/2018/3/3b/T--NYU_Abu_Dhabi--Science_Sketch_Uppsala.mp4">
 
   </video>
 
   </video>
 +
<br><br><br>
 
</center>
 
</center>
 
         </article>
 
         </article>
Line 759: Line 813:
 
     <source src="https://static.igem.org/mediawiki/2018/2/28/T--NYU_Abu_Dhabi--Science_Sketch_Tec-Chihuahua.mp4">
 
     <source src="https://static.igem.org/mediawiki/2018/2/28/T--NYU_Abu_Dhabi--Science_Sketch_Tec-Chihuahua.mp4">
 
   </video>
 
   </video>
 +
<br><br><br>
 
</center>
 
</center>
 
         </article>
 
         </article>
Line 769: Line 824:
 
     <source src="https://static.igem.org/mediawiki/2018/e/e3/T--NYU_Abu_Dhabi--Science_Sketch_ICT-Mumbai.mp4">
 
     <source src="https://static.igem.org/mediawiki/2018/e/e3/T--NYU_Abu_Dhabi--Science_Sketch_ICT-Mumbai.mp4">
 
   </video>
 
   </video>
 +
<br><br><br>
 
</center>
 
</center>
 
         </article>
 
         </article>
    </div>
 
  
 +
</div>
 +
</div>
 
</div>
 
</div>
  
 +
<footer class="footer">
 +
<div class="columns2">
 +
<a href="https://2018.igem.org/Team:NYU_Abu_Dhabi" target="_blank"><img src="https://static.igem.org/mediawiki/2018/d/d9/T--NYU_Abu_Dhabi--PathoGene2.png" alt="sponsor" width="200" margin-left="60px" ></a>
 +
<br>
 +
<a href="mailto:nyuad.igem@nyu.edu" target="_blank"><span class="fa fa-google"></span></a>
 +
<a href="https://www.facebook.com/iGEMNYUAD/" target="_blank"><span class="fa fa-facebook"></span></a>
 +
<a href="https://www.twitter.com/igemnyuad/" target="_blank"><span class="fa fa-twitter"></span></a>
 +
<a href="https://www.instagram.com/igem_nyuad/" target="_blank"><span class="fa fa-instagram"></span></a>
  
 +
</div>
 +
<div class="columns">
 +
<h3>Sponsors:</h3>
 +
<a href="https://worldwide.promega.com/" target="_blank"><img src="https://static.igem.org/mediawiki/2018/2/23/T--NYU_Abu_Dhabi--Promega.jpeg" alt="sponsor" width="90"></a>
 +
<a href="http://www.appslink-me.com/" target="_blank"><img src="https://static.igem.org/mediawiki/2018/f/f6/T--NYU_Abu_Dhabi--Appslink2.png" alt="sponsor" width="90"></a>
 +
<a href="https://eu.idtdna.com/pages" target="_blank"><img src="https://static.igem.org/mediawiki/2018/1/17/T--NYU_Abu_Dhabi--IDT.png" alt="sponsor" width="90"></a>
 +
<a href="https://www.mathworks.com/" target="_blank"><img src="https://static.igem.org/mediawiki/2018/7/7f/T--NYU_Abu_Dhabi--Mathworks.png" alt="sponsor" width="90"></a>
 +
<a href="http://www.snapgene.com/" target="_blank"><img src="https://static.igem.org/mediawiki/2018/5/59/T--NYU_Abu_Dhabi--snapgene.png" alt="sponsor" width="90"></a>
 +
<a href="https://www.geneious.com/" target="_blank"><img src="https://static.igem.org/mediawiki/2018/0/06/T--NYU_Abu_Dhabi--Geneious.png" alt="sponsor" width="90"></a>
 +
<a href="https://www.jenabioscience.com/" target="_blank"><img src="https://static.igem.org/mediawiki/2018/7/7a/T--NYU_Abu_Dhabi--JenaBioscience.png" alt="sponsor" width="90"></a>
 +
 +
</div>
 +
</footer>
 +
</body>
  
 
<script>
 
<script>
Line 795: Line 874:
 
     </script>
 
     </script>
  
 
 
</body>
 
  
  
Line 857: Line 933:
 
   </button>
 
   </button>
  
  <div class="collapse navbar-collapse" id="navbarSupportedContent">
+
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav mr-auto">
+
<ul class="navbar-nav mr-auto">
  
      <li class="nav-item" >
+
<li class="nav-item" >
        <a  class="nav-link"  href="https://2018.igem.org/Team:NYU_Abu_Dhabi">Home<span class="sr-only"></span></a>
+
<a  class="nav-link"  href="https://2018.igem.org/Team:NYU_Abu_Dhabi">Home<span class="sr-only"></span></a>
      </li>
+
</li>
  
      <li  class="nav-item dropdown">
+
<li  class="nav-item dropdown">
        <a  class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+
<a  class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
          People
+
People
        </a>
+
</a>
        <div class="dropdown-menu" aria-labelledby="navbarDropdown">
+
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
          <a  class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Team">Team</a>
+
<a  class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Team">Team</a>
          <a  class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Attributions">Attributions</a>
+
<a  class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Attributions">Attributions</a>
          <a  class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Sponsors">Sponsors</a>
+
<a  class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Sponsors">Sponsors</a>
          <a  class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/About_Us">About Us</a>
+
<a  class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/About_Us">About Us</a>
        </div>
+
</div>
      </li>
+
</li>
  
  
      <li class="nav-item dropdown">
+
<li class="nav-item dropdown">
        <a  class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+
<a  class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
          Project
+
Project
        </a>
+
</a>
        <div class="dropdown-menu" aria-labelledby="navbarDropdown">
+
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
          <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Description">Description</a>
+
<a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Description">Description</a>
          <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Design">Design</a>
+
<a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Hardware">Design</a>
          <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Demonstration">Demonstration</a>
+
<a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Demonstrate">Demonstration</a>
          <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Results">Results</a>
+
<a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Results">Results</a>
          <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Parts">Parts</a>
+
<a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Parts">Parts</a>
          <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Safety">Safety</a>
+
<a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Safety">Safety</a>
          <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Interlab">Interlab</a>
+
<a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/InterLab">Interlab</a>
 +
<a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Model">Modelling</a>
 
<a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Medal_Requirments">Medal Requirements</a>
 
<a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Medal_Requirments">Medal Requirements</a>
        </div>
+
</div>
      </li>
+
</li>
  
  <li class="nav-item dropdown">
+
<li class="nav-item dropdown">
        <a  class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+
<a  class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
          Lab notebooks
+
Lab notebooks
        </a>
+
</a>
        <div class="dropdown-menu" aria-labelledby="navbarDropdown">
+
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
          <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Biology">Biology</a>
+
<a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Biology">Biology</a>
          <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Ideation">Ideation</a>
+
<a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Ideation">Ideation</a>
          <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Engineering">Engineering</a>
+
<a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Engineering">Engineering</a>
  
        </div>
+
</div>
      </li>
+
</li>
  
  <li class="nav-item dropdown">
+
<li class="nav-item dropdown">
        <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
          Human practices
+
Human practices
        </a>
+
</a>
        <div class="dropdown-menu" aria-labelledby="navbarDropdown">
+
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
          <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Engagement">Education and Public Engagement</a>
+
<a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Public_Engagement">Education and Public Engagement</a>
          <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/HP/Gold_Integrated">Integrated Human Practices</a>
+
<a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Human_Practices">Integrated Human Practices</a>
 
<a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Home_Outreach">Home Country Outreach</a>
 
<a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Home_Outreach">Home Country Outreach</a>
 
<a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Social_Media">Social Media</a>
 
<a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Social_Media">Social Media</a>
        </div>
+
</div>
      </li>
+
</li>
  
      <li class="nav-item">
+
<li class="nav-item dropdown">
        <a  class="nav-link" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Entrepreurship">Entrepreneurship</a>
+
<a  class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
      </li>
+
Collaborations
 
+
</a>
      <li class="nav-item dropdown">
+
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
        <a  class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
+
<a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Science_Sketch">Science Sketch</a>
          Collaborations
+
<a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Virtual_Conference">Virtual Conference</a>
        </a>
+
<div class="dropdown-divider"></div>
        <div class="dropdown-menu" aria-labelledby="navbarDropdown">
+
<a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Collaborations">Other Collaborations</a>
          <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Science_Sketch">Science Sketch</a>
+
          <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Virtual_Conference">Virtual Conference</a>
+
          <div class="dropdown-divider"></div>
+
          <a class="dropdown-item" href="https://2018.igem.org/Team:NYU_Abu_Dhabi/Other_Collaborations">Other Collaborations</a>
+
 
+
        </div>
+
      </li>
+
    </ul>
+
  
 +
</div>
 +
</li>
 +
</ul>
 
   </div>
 
   </div>
 
   </nav>
 
   </nav>
  
<!-- Footer Begins -->
 
<footer class="footer">
 
<div style="margin-top:100px;" class="footer">
 
<div class="row">
 
<div class="col-lg-8 col-sm-5 col-xm-5 col-md-6 footer-section" style="
 
    min-width: 200px;
 
">
 
<h3 class="footer-text">
 
                  <a href="https://worldwide.promega.com/" target="_blank"><img src="https://static.igem.org/mediawiki/2018/f/ff/T--NYU_Abu_Dhabi--Promega.png" alt="sponsor" width="90"></a>
 
                  <a href="http://www.appslink-me.com/" target="_blank"><img src="https://static.igem.org/mediawiki/2018/5/5a/T--NYU_Abu_Dhabi--Appslink.png" alt="sponsor" width="90"></a>
 
                  <a href="https://eu.idtdna.com/pages" target="_blank"><img src="https://static.igem.org/mediawiki/2018/1/17/T--NYU_Abu_Dhabi--IDT.png" alt="sponsor" width="90"></a>
 
                  <a href="https://www.mathworks.com/" target="_blank"><img src="https://static.igem.org/mediawiki/2018/6/65/T--NYU_Abu_Dhabi--Mathworks.jpeg" alt="sponsor" width="90"></a>
 
<a href="http://www.snapgene.com/" target="_blank"><img src="https://static.igem.org/mediawiki/2018/5/59/T--NYU_Abu_Dhabi--snapgene.png" alt="sponsor" width="90"></a>
 
<a href="https://www.geneious.com/" target="_blank"><img src="https://static.igem.org/mediawiki/2018/0/06/T--NYU_Abu_Dhabi--Geneious.png" alt="sponsor" width="90"></a>
 
  <!-- <a href="https://nyuad.nyu.edu/en/" target="_blank"><img src="https://static.igem.org/mediawiki/2018/7/7b/T--NYU_Abu_Dhabi--NYUADlogo.png" alt="sponsor" width="90"></a> -->
 
            </h3>
 
  </div>
 
 
              <div class="col-lg-4 col-sm-5 col-xm-5 col-md-6 footer-section" style="
 
    display: block;
 
    min-width: 200px;">
 
    <h3 class="footer-text">
 
                  <a href="mailto:nyuad.igem@nyu.edu" target="_blank"><span class="fa fa-google"></span></a>
 
                  <a href="https://www.facebook.com/iGEMNYUAD/" target="_blank"><span class="fa fa-facebook"></span></a>
 
                  <a href="https://www.twitter.com/igemnyuad/" target="_blank"><span class="fa fa-twitter"></span></a>
 
                  <a href="https://www.instagram.com/igem_nyuad/" target="_blank"><span class="fa fa-instagram"></span></a>
 
                </h3>
 
  </div>
 
 
          </div>
 
</div>
 
</footer>
 
 
<!-- Footer Ends -->
 
 
</body>
 
</body>
  

Latest revision as of 10:28, 13 October 2018

<!DOCTYPE html> https://2018.igem.org/

Science Sketch Collaboration

We have initiated a collaboration request to ALL iGEM teams. We invite them to join us in showcasing the wonderment of iGEM and synthetic biology by creating a science sketch of their team’s project or any major techniques/principles that their project is using.

Through the series of 1-3-minute sketches, we hope to promote public awareness of the iGEM competition as well as to show how synthetic biology can be utilized to solve problems facing mankind in an innovative manner!

The aim of the science sketches is to make a collaborative educational playlist with videos from teams all over the world, about their projects and/or the scientific principle behind their project. This playlist will be made public, so that any iGEM team can use it in their outreach activities, thus enabling all teams to spread the knowledge of synthetic biology to their communities.

We have also created a detailed description of how to make a science sketch to help other teams in creating their science sketches.



Several iGEM teams have participated in our science sketch collaboration, including Team REC Chennai, Team ICT-Mumbai from India, Team CPU from China, and Team Uppsala from Sweden.


















sponsor

Sponsors:

sponsor sponsor sponsor sponsor sponsor sponsor sponsor