(Created page with "{{:Team:UChile_Biotec/css}} <html> </html>") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
<html> | <html> | ||
+ | <style> | ||
+ | .mySlides {display:none;} | ||
+ | .w3-btn,.w3-button{border:none;display:inline-block;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap} | ||
+ | .w3-btn:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)} | ||
+ | .w3-btn,.w3-button{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none} | ||
+ | .w3-disabled,.w3-btn:disabled,.w3-button:disabled{cursor:not-allowed;opacity:0.3}.w3-disabled *,:disabled *{pointer-events:none} | ||
+ | .w3-button:hover{color:#000!important;background-color:#ccc!important} | ||
+ | .w3-display-left{position:absolute;top:50%;left:0%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)} | ||
+ | .w3-display-right{position:absolute;top:50%;right:0%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)} | ||
+ | .w3-display-container:hover .w3-display-hover{display:block}.w3-display-container:hover span.w3-display-hover{display:inline-block}.w3-display-hover{display:none} | ||
+ | .w3-display-position{position:absolute} | ||
+ | .w3-tooltip,.w3-display-container{position:relative}.w3-tooltip .w3-text{display:none}.w3-tooltip:hover .w3-text{display:inline-block} | ||
+ | .w3-black,.w3-hover-black:hover{color:#fff!important;background-color:#000!important} | ||
+ | </style> | ||
+ | <body> | ||
+ | |||
+ | <h3 style="font-size:300%;">MEETINGS</h3> | ||
+ | <br> | ||
+ | <h1 style="font-size:150%;">Sharing our projects with other Latin American iGEM teams</h1> | ||
+ | <div class="column full_size"> | ||
+ | <p>It was an enriching experience to get to sit down and talk with different iGEM teams in different instances for talking about our projects sharing tips and questions from interlab to human practice, generating meeting with very useful feedbacks in a bidirectional way. This not only contribute to our project, but also to helped us have a notion of the problems that they had as science students in their countries and how they approach those problems. The video conferences were made with mostly Mexican teams: TEC Chihuahua, TEC-CEM and the Latin American meet-up organized by the last mentioned. | ||
+ | </p> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | <div class="column full_size"> | ||
+ | <div class="w3-content w3-display-container"> | ||
+ | <img class="mySlides" src="https://static.igem.org/mediawiki/2018/2/22/T--UChile_Biotec--Pactices34.jpg" style="width:100%"> | ||
+ | <img class="mySlides" src="https://static.igem.org/mediawiki/2018/1/15/T--UChile_Biotec--Pactices35.jpg" style="width:100%"> | ||
+ | <img class="mySlides" src="https://static.igem.org/mediawiki/2018/9/96/T--UChile_Biotec--Pactices36.jpg" style="width:100%"> | ||
+ | <img class="mySlides" src="https://static.igem.org/mediawiki/2018/6/6a/T--UChile_Biotec--Pactices37.jpg" style="width:100%"> | ||
+ | |||
+ | <button class="w3-button w3-black w3-display-left" onclick="plusDivs(-1)">❮</button> | ||
+ | <button class="w3-button w3-black w3-display-right" onclick="plusDivs(1)">❯</button> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | <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> | ||
+ | |||
+ | <center><img src="https://static.igem.org/mediawiki/2018/f/fb/T--UChile_Biotec--breaker.png" style="width:100%;" id=""/></center> | ||
+ | |||
+ | <h3 style="font-size:300%;">iGEM LATAM</h3> | ||
+ | |||
+ | <div class="column full_size"> | ||
+ | <p>In other ocassion we had the opportunity to interact with latin-american teams, as we were working on the iGEM LATAM magazine for this year. We invite everyone to see this craft, that takes around the situation of these teams in the different latin-american enviroment of work. | ||
+ | </p> | ||
+ | <br> | ||
+ | <br> | ||
+ | |||
+ | <center><a href="https://2018.igem.org/Team:UChile_Biotec/LATAM"><img src="https://static.igem.org/mediawiki/2018/d/d2/T--UChile_Biotec--LATAM--Revista-LATAM-portada.png" style="width:60%;" id="elem"/></a></center> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | </body> | ||
</html> | </html> |
Latest revision as of 00:01, 18 October 2018
MEETINGS
Sharing our projects with other Latin American iGEM teams
It was an enriching experience to get to sit down and talk with different iGEM teams in different instances for talking about our projects sharing tips and questions from interlab to human practice, generating meeting with very useful feedbacks in a bidirectional way. This not only contribute to our project, but also to helped us have a notion of the problems that they had as science students in their countries and how they approach those problems. The video conferences were made with mostly Mexican teams: TEC Chihuahua, TEC-CEM and the Latin American meet-up organized by the last mentioned.