Difference between revisions of "Team:Pasteur Paris/GiantJamboree"

Line 28: Line 28:
 
}
 
}
  
</style>
+
.mySlides {display:none;}
 +
.img{
 +
    position:relative;
 +
    max-width:980px;margin:auto;
 +
}
 +
 
 +
 
 +
 
 +
.bouton-left{
 +
    border:none;
 +
    display:inline-block;
 +
    padding:8px 16px;
 +
    vertical-align:middle;
 +
    overflow:hidden;
 +
    text-decoration:none;
 +
    color:white;
 +
    background-color:black;
 +
    text-align:center;
 +
    cursor:pointer;
 +
    white-space:nowrap;
 +
    position:absolute;
 +
    top:50%;
 +
    left:0%;
 +
    transform:translate(0%,-50%);
 +
    -ms-transform:translate(-0%,-50%);
 +
}
 +
 
 +
.bouton-right{
 +
    border:none;
 +
    display:inline-block;
 +
    padding:8px 16px;
 +
    vertical-align:middle;
 +
    overflow:hidden;
 +
    text-decoration:none;
 +
    color:white;
 +
    background-color:black;
 +
    text-align:center;
 +
    cursor:pointer;
 +
    white-space:nowrap;
 +
    position:absolute;
 +
    top:50%;
 +
    right:0%;
 +
    transform:translate(0%,-50%);
 +
    -ms-transform:translate(0%,-50%);
 +
}
 +
</style>
 +
<script>
 +
var slideIndex = 1;
 +
showDivs(slideIndex);
 +
 
 +
function plusDivs(n) {
 +
  showDivs(slideIndex += n);
 +
}
 +
 
 +
function showDivs(n) {
 +
  var i;
 +
  var x = document.getElementsByClassName("mySlides");
 +
  if (n > x.length) {slideIndex = 1}   
 +
  if (n < 1) {slideIndex = x.length}
 +
  for (i = 0; i < x.length; i++) {
 +
    x[i].style.display = "none"; 
 +
  }
 +
  x[slideIndex-1].style.display = "block"; 
 +
}
 +
</script>
 +
<body>
 +
 
  
 
<div id="bannerchanged">
 
<div id="bannerchanged">
Line 65: Line 131:
 
<p>We were nominated for Best <a href="https://2018.igem.org/Team:Pasteur_Paris/Applied_Design"style="font-weight: bold ; color:#85196a;"target="_blank">Product Design</a> in the Overgrad category.</p>
 
<p>We were nominated for Best <a href="https://2018.igem.org/Team:Pasteur_Paris/Applied_Design"style="font-weight: bold ; color:#85196a;"target="_blank">Product Design</a> in the Overgrad category.</p>
 
</div>
 
</div>
 +
 +
            <div class="block two-third">
 +
                <div class="img">
 +
                      <img class="mySlides" src="https://static.igem.org/mediawiki/2018/9/94/T--Pasteur_Paris--GiantJamboree_1.jpg" style="width:100%; display: block;">
 +
                      <img class="mySlides" src="https://static.igem.org/mediawiki/2018/e/ea/T--Pasteur_Paris--GiantJamboree_2.jpg" style="width:100%">
 +
                      <img class="mySlides" src="https://static.igem.org/mediawiki/2018/9/90/T--Pasteur_Paris--GiantJamboree_3.jpg" style="width:100%">
 +
                    <button class="bouton-left" onclick="plusDivs(-1)">&#10094;</button>
 +
                    <button class="bouton-right" onclick="plusDivs(1)">&#10095;</button>
 +
                </div>
 +
                <div class="legend"><b>Figure 2: </b>Some pictures of us</div>
 +
            </div>
  
 
</div>
 
</div>
 
</html>
 
</html>

Revision as of 15:47, 10 November 2018

""

Our experience at the 2018 Giant Jamboree

Medal

At the end of October 2018, our team attended the 2018 Giant Jamboree of the iGEM competition in Boston. We presented our project with a presentation, a poster and our 3D printed model. We have been astonished and filled with joy by both juries and iGEMers reactions to NeuronArch as they showed great interest for it and were very impressed by our work!

Award

We were nominated for Best Product Design in the Overgrad category.

Figure 2: Some pictures of us