Difference between revisions of "Team:UNILA LatAm"

Line 5: Line 5:
  
  
<div class="column full_size" >  
+
<html lang="en">
<h1> NDAIKUAI MBA'EPA AJAPOTA KO'APE! </h1>
+
<head>
<table>
+
<style>
<tr>
+
.sidebaritem {
<th> Header 1 </th> <th> Header 2 </th>
+
  color:#9BD7D1 !important;
</tr>
+
  font-family: "Lexend Deca", sans-serif;
<tr>
+
  font-size: 25px;
<td> Content A 1 </td> <td> Content B 1 </td>
+
}
</tr>
+
.sidebaritem:hover {
<tr>
+
  color: #2C7AAC !important;
<td> Content A 2 </td> <td> Content B 2 </td>
+
  text-decoration:none !important;
</tr>
+
}
</table>
+
.sidebar {
<p>Your team has been approved and you are ready to start the iGEM season! </p>
+
  list-style: none !important;
 +
}
 +
.nav-link {font-size: 125% !important;}
 +
.dropdown-item {font-size: 120% !important;}
 +
#section03 {
 +
  left: 48%;
 +
  width: 4%;
 +
  position: fixed;
 +
  text-align: center;
 +
  top: 85%;
 +
  z-index: 1;
 +
  cursor:pointer;
 +
  -webkit-animation: 9s ease 0s normal forwards 1 fadein;
 +
          animation: 9s ease 0s normal forwards 1 fadein;
 +
}
  
<img src="https://www.google.com/search?q=translate&sxsrf=ALeKk01km3zNAZVz7eb9EAkfluAjDpVyHg:1629124049998&source=lnms&tbm=isch&sa=X&ved=2ahUKEwiT4K2C4LXyAhURLLkGHYgWCcMQ_AUoAXoECAEQAw&biw=1536&bih=722&dpr=1.25#imgrc=zlQAOkKgaCrl5M">
+
@keyframes fadein{
 +
    0% { opacity:0; z-index: -2;}
 +
    56% { opacity:0;}
 +
    70% {z-index: 1;}
 +
    100% { opacity:1; }
 +
}
  
</div>
+
@-webkit-keyframes fadein{
 +
    0% { opacity:0; z-index: -2;}
 +
    56% { opacity:0;}
 +
    70% {z-index: 1;}
 +
    100% { opacity:1; }
 +
}
 +
header {
 +
  position: relative;
 +
  background-color: black;
 +
  width: 100%;
 +
  overflow: hidden;
 +
}
 +
.headervideo {
 +
  position: fixed;
 +
  top: 0%;
 +
  left: 0%;
 +
  width: 100%;
 +
  object-fit: fill;
 +
  margin-top: 5%!important;
 +
}
 +
#HPvidSC {
 +
  opacity: 0;
 +
}
 +
.sections {margin-top: 4%}
 +
.maincontent {
 +
  padding-top: 2px;
 +
  z-index:1;
 +
}
  
 +
@media (pointer: coarse) and (hover: none) {white
 +
  header {
 +
    background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
 +
  }
 +
  header video {
 +
    display: none;
 +
  }
 +
}
  
<div class="column full_size" >
+
.eachSection {
 +
  transition: all 0.4s ease;
 +
-webkit-transition: all 0.4s ease;
 +
-moz-transition: all 0.4s ease;
 +
-ms-transition: all 0.4s ease;
 +
-o-transition: all 0.4s ease;
 +
}
 +
.SectionImg {
 +
  position: absolute;
 +
  left: 10%;
 +
}
 +
.ImgOverlay {
 +
  position:absolute;
 +
  left: 10%;
 +
  height: 100%;
 +
  width: 100%;
 +
  background-color: #000000;
 +
  opacity: 0.4;
 +
  z-index: 5;
 +
  transition: all 0.4s ease;
 +
-webkit-transition: all 0.4s ease;
 +
-moz-transition: all 0.4s ease;
 +
-ms-transition: all 0.4s ease;
 +
-o-transition: all 0.4s ease;
 +
}
 +
#SectionTeamA:hover #SectionTeamO {background-color: #F26627;}
 +
#SectionTeamA:hover #TextTeam {color: #FFFFFF;}
 +
#SectionProjectA:hover #SectionProjectO {background-color: #F26627;}
 +
#SectionProjectA:hover #TextProject {color: #FFFFFF;}
 +
#SectionPartsA:hover #SectionPartsO {background-color: #F26627;}
 +
#SectionPartsA:hover #TextParts {color: #FFFFFF;}
 +
#SectionSafetyA:hover #SectionSafetyO {background-color: #F26627;}
 +
#SectionSafetyA:hover #TextSafety {color: #FFFFFF;}
 +
#SectionHumanA:hover #SectionHumanO {background-color: #F26627;}
 +
#SectionHumanA:hover #TextHuman {color: #FFFFFF;}
  
<h3>Before you start</h3>
+
.SectionText {
<p> Please read the following pages:</p>
+
  z-index: 6;
<ul>
+
  font-family: "Oswald", sans-serif !important;
<li> <a href="https://2021.igem.org/Competition">Competition Hub</a> </li>
+
  font-size: 6vw;
<li> <a href="https://2021.igem.org/Competition/Deliverables/Wiki">Wiki Requirements page</a></li>
+
  position: absolute;
<li> <a href="https://2021.igem.org/Resources/Template_Documentation">Template documentation</a></li>
+
  padding:0px;
</ul>
+
  color: #FFFFFF;
</div>
+
}
 +
.abstractText {
 +
  font-family: 'Lexend Deca', sans-serif !important;
 +
  font-size: 16px !important;
 +
}
 +
.abstractBox {
 +
  max-width: 80%;
 +
  position: relative;
 +
  left: 10%;
 +
}
 +
.counter {
 +
  max-width: 90%;
 +
  position: relative;
 +
  right: -13%;
 +
}
 +
</style>
 +
<script>
 +
$(function () {
 +
$("#section03").click(function() {
 +
    console.log("Clicked!");
 +
    $('html,body').animate({
 +
        scrollTop: $("#maincontent").offset().top},
 +
        'slow');
 +
});
 +
});
 +
</script>
 +
<script>
 +
(function ($) {
 +
  $(document).ready(function(){
 +
// hide .bigBoyNavBar first
 +
$(".bigBoyNavBar").hide();
 +
// fade in .navbar
 +
$(function () {
 +
$(window).scroll(function () {
 +
            // set distance user needs to scroll before we fadeIn bigBoyNavBar
 +
if ($(window).scrollTop() > 250) {
 +
$('.bigBoyNavBar').fadeIn(750);
 +
} //else {
 +
// $('.bigBoyNavBar').fadeOut(250);
 +
//}
 +
});
 +
        setTimeout(function() {$('.bigBoyNavBar').fadeIn(750);}, 6000);
 +
});
 +
});
 +
  }(jQuery));
 +
</script>
 +
<script>
 +
window.addEventListener("resize", sectionResize);
 +
$(document).ready(function() {sectionResize()});
 +
setTimeout(function() {sectionResize()}, 500);
 +
 
 +
function sectionResize () {
 +
  var wWidth = window.innerWidth;
 +
  var sWidth = 0.8;
 +
  var s4Width = sWidth / 4;
 +
  $(".SectionImg").css("width", sWidth * wWidth);
 +
  $(".SectionImg").css("height", s4Width * wWidth);
 +
  $(".SectionImg").css("border-radius", 75 / 1368 * wWidth + "px");
 +
 
 +
  $(".ImgOverlay").css("width", sWidth * wWidth);
 +
  $(".ImgOverlay").css("height", s4Width * wWidth);
 +
  $(".ImgOverlay").css("border-radius", 75 / 1368 * wWidth + "px");
 +
  $(".eachSection").css("height", s4Width * wWidth);
 +
  $(".eachSection").css("border-radius", 75 / 1368 * wWidth + "px");
  
 +
  var TextTeam = document.getElementById('TextTeam');
 +
  var TextTeamW = $(TextTeam).css("width");
 +
  $("#TextTeam").css("left",  0.5 * (wWidth - parseInt(TextTeamW,10)));
 +
  $("#TextTeam").css("line-height", s4Width * wWidth + "px");
 +
 
 +
  var TextProject = document.getElementById('TextProject');
 +
  var TextProjectW = $(TextProject).css("width");
 +
  $("#TextProject").css("left",  0.5 * (wWidth - parseInt(TextProjectW,10)));
 +
  $("#TextProject").css("line-height", s4Width * wWidth + "px");
  
<div class="clear extra_space"></div>
+
  var TextParts = document.getElementById('TextParts');
<div class="line_divider"></div>
+
  var TextPartsW = $(TextParts).css("width");
<div class="clear extra_space"></div>
+
  $("#TextParts").css("left",  0.5 * (wWidth - parseInt(TextPartsW,10)));
 +
  $("#TextParts").css("line-height", s4Width * wWidth + "px");
  
 +
  var TextSafety = document.getElementById('TextSafety');
 +
  var TextSafetyW = $(TextSafety).css("width");
 +
  $("#TextSafety").css("left",  0.5 * (wWidth - parseInt(TextSafetyW,10)));
 +
  $("#TextSafety").css("line-height", s4Width * wWidth + "px");
  
 +
  var TextHuman = document.getElementById('TextHuman');
 +
  var TextHumanW = $(TextHuman).css("width");
 +
  $("#TextHuman").css("left",  0.5 * (wWidth - parseInt(TextHumanW,10)));
 +
  $("#TextHuman").css("line-height", s4Width * wWidth + "px");
  
<div class="column full_size" >
+
  var wHeight = window.innerHeight;
<h3> Styling your wiki </h3>
+
  console.log("Window height is: ",wHeight);
<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>
+
  console.log("Window width is: ",wWidth);
<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>
+
  if (wWidth > 2 * wHeight) {
 +
    $("header").css("height", "100vh");
 +
    $(".headervideo").css("top", "-10vw");
 +
  } else if (wWidth > 1.5 * wHeight) {
 +
    $("header").css("height", "100vh");
 +
    $(".headervideo").css("top", "-4.5vw");
 +
  } else {
 +
    $("header").css("height", (900/16) + "vw");
 +
    $(".headervideo").css("top", "-3vw");
 +
  }
 +
}
 +
setTimeout(function() {sectionResize();}, 50);
  
</div>
+
$(document).ready(function() {counter()});
 +
function counter () {
 +
  var now = Date.now() - 14400000;
 +
  var fullDaysSinceEpoch = Math.floor(now/8.64e7);
 +
  var secsToday = (now) - (24 * 60 * 60 * 1000 * fullDaysSinceEpoch);
 +
  var helToday = Math.round(((secsToday) / 1000) * 0.4);
 +
  if (helToday >= 1000) {
 +
    var helTodayThousands = Math.floor(helToday / 1000);
 +
    var helTodayTemp = helToday.toString();
 +
    var helTodayOnes = (helTodayTemp.slice(helTodayTemp.length - 3));
 +
    var counterText = helTodayThousands + "," + helTodayOnes;
 +
  } else {
 +
    var counterText = helToday;
 +
  }
 +
  setTimeout(function() {counter();}, 100);
 +
  document.getElementById("counterText").innerHTML = counterText;
 +
}
  
 +
$(document).ready(function() {HPvidSC()});
 +
function HPvidSC () {
 +
  var wWidth = window.innerWidth;
 +
  var wHeight = window.innerHeight;
 +
  if (wWidth < wHeight) {
 +
    $("#HPvidSC").css("opacity", "1");
 +
  }
 +
}
 +
</script>
 +
</head>
  
 +
<header>
 +
  <section id="section03" class="demo">
 +
 
 +
    <a><img src="https://www.solodev.com/assets/anchor/arrow-down.png" class="scrolldown"  onmouseover="this.src='https://static.igem.org/mediawiki/2019/c/c6/T--Lambert_GA--scrollArrowH2.png';" onmouseout="this.src='https://www.solodev.com/assets/anchor/arrow-down.png';"></a>
 +
  </section>
 +
  <video autoplay autobuffer muted playsinline class="headervideo" style="top: -74px">
 +
    <source src="https://static.igem.org/mediawiki/2019/7/7d/T--Lambert_GA--LabyrinthLogoAnimationBlack.mp4" type="video/mp4">
 +
  </video>
 +
  <img src="https://static.igem.org/mediawiki/2019/8/81/T--Lambert_GA--HPvidSC.png" class="headervideo" id="HPvidSC" style="top: -74px">
 +
 
 +
</header>
  
 
+
<div id = "maincontent" class="target"></div>
<div class="clear extra_space"></div>
+
<div class="bg-primary maincontent text-white" style="bottom:0px; background-color: #111111 !important;">
 
+
<div class="abstractBox">
 
+
<h2 class="orangeHeading2">OUR PROJECT</h2>
 
+
<p class="abstractText bodytext">
<div class="column third_size" >
+
Soil-transmitted helminthiasis infects 1.5 billion people globally. The prevalence and persistence of these parasitic worm infections stem from poor sanitation infrastructure and a lack of affordable diagnostic tools. LABYRINTH, a helminth detection system, implements low-cost hardware devices, biosensor toehold switches, and software analysis to diagnose helminthiasis. Using <i>Caenorhabditis elegans</i> as a model organism for infectious helminths, LABYRINTH isolates and lyses helminth eggs using a frugal filter and homogenizer. Biosensor cells detect <i>C. elegans</i> by targeting the F59G1.6 gene with an RNA toehold switch. If transcribed, the toehold switch activates GFP expression, indicating the presence of helminth eggs in the sample. The FluoroCents app quantifies fluorescence and maps this data onto a cloud-based service, enabling health organizations to efficiently allocate targeted anthelmintic medications. LABYRINTH has the potential to improve the quality of life for over a billion people worldwide by illuminating the chronic nature of helminthiasis and increasing the affordability of diagnostics.
 
+
</p>
<h3> Uploading pictures and files </h3>
+
<p> You must upload any pictures and files to the iGEM 2021 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>
+
 
+
 
+
<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>
+
 
+
<div class="button_link">
+
<a href="https://2021.igem.org/Special:Upload">
+
UPLOAD FILES
+
</a>
+
 
</div>
 
</div>
 
+
<br>
 +
<div style="max-width: 90%">
 +
<center>
 +
<p class="bodytext counter" style="font-size: 2.5vw !important"><span style="color:#F26627;" id="counterText"></span> people have contracted helminthiasis today alone.</p>
 +
</center>
 
</div>
 
</div>
  
<div class="column third_size" >
 
<h3> Wiki template information </h3>
 
<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://2021.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>
 
  
</div>
 
  
 +
<div class="sections">
  
 +
<a id="SectionTeamA" href="https://2019.igem.org/Team:Lambert_GA/Team"><div class="eachSection">
 +
        <img class="SectionImg" src="https://static.igem.org/mediawiki/2019/7/72/T--Lambert_GA--HPTeamPicTemp.jpeg">
 +
        <div class="ImgOverlay" id="SectionTeamO"></div>
 +
        <h1 class="SectionText" id="TextTeam">T E A M</h1>
 +
</div></a><br><br>
 +
<a id="SectionProjectA" href="https://2019.igem.org/Team:Lambert_GA/Description"><div class="eachSection">
 +
        <img class="SectionImg" src="https://static.igem.org/mediawiki/2019/8/8c/T--Lambert_GA--HPprojectPic.jpeg">
 +
        <div class="ImgOverlay" id="SectionProjectO"></div>
 +
        <h1 class="SectionText" id="TextProject">P R O J E C T</h1>
 +
</div></a><br><br>
 +
<a id="SectionPartsA" href="https://2019.igem.org/Team:Lambert_GA/Parts"><div class="eachSection">
 +
        <img class="SectionImg" src="https://static.igem.org/mediawiki/2019/1/18/T--Lambert_GA--HPpartsPic.jpeg">
 +
        <div class="ImgOverlay" id="SectionPartsO"></div>
 +
        <h1 class="SectionText" id="TextParts">P A R T S</h1>
 +
</div></a><br><br>
 +
<!--
 +
<a id="SectionSafetyA" href="https://2019.igem.org/Team:Lambert_GA/Safety"><div class="eachSection">
 +
        <img class="SectionImg" src="https://static.igem.org/mediawiki/2019/5/5d/T--Lambert_GA--HPsafetyPic2.png">
 +
        <div class="ImgOverlay" id="SectionSafetyO"></div>
 +
        <h1 class="SectionText" id="TextSafety">S A F E T Y</h1>
 +
</div></a><br><br>
 +
-->
 +
<a id="SectionHumanA" href="https://2019.igem.org/Team:Lambert_GA/Human_Practices"><div class="eachSection">
 +
        <img class="SectionImg" src="https://static.igem.org/mediawiki/2019/7/7e/T--Lambert_GA--HPhpPic5.jpeg">
 +
        <div class="ImgOverlay" id="SectionHumanO"></div>
 +
        <h1 class="SectionText" id="TextHuman">H U M A N<span style="opacity:0;">___</span>P R A C T I C E S</h1>
 +
</div></a><br><br>
  
<div class="column third_size" >
 
<div class="highlight decoration_B_full">
 
<h3> Editing your wiki </h3>
 
<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>
 
<p>Use WikiTools - Edit in the black menu bar to edit this page</p>
 
  
<div class="button_link">
 
<a href="https://2021.igem.org/wiki/index.php?title=Team:UNILA_LatAm&action=edit">
 
EDIT PAGE
 
</a>
 
 
</div>
 
</div>
  
 +
<center>
 +
<br>
 +
<h2 class="orangeHeading2">Medal</h2>
 +
<img src="https://static.igem.org/mediawiki/igem.org/4/4b/2018_igem_gold_medal.svg" style="width: 500px;">
 +
<h4 class="orangeHeading2">Awards</h4>
 +
<p style="text-align: center" class="bodytext">
 +
Best Poster
 +
</p>
 +
<div class="orangeHeading2">Nominations</div>
 +
<p style="text-align: center" class="bodytext">
 +
<br>
 +
Best Wiki
 +
<br>
 +
Best Public Education and Engagement
 +
<br>
 +
Best Integrated Human Practices
 +
<br>
 +
Best Model
 +
<br>
 +
Best Presentation
 +
<br><br>
 +
</p>
 +
</center>
  
 +
<div class="footer" style="background-color:#111111">
 +
<center>
 +
<a href="https://www.facebook.com/groups/198318606966726/" target="_blank"><i class="fa fa-facebook" id="flogo"></i></a>
 +
<a href="https://twitter.com/lamberths_igem?lang=en" target="_blank"><i class="fa fa-twitter" id="tlogo"></i></a>
 +
<a href="https://www.instagram.com/lambertigem/" target="_blank"><i class="fa fa-instagram" id="ilogo"></i></a>
 +
<a href="https://www.youtube.com/channel/UCjtWdnQjuJ8uNH8aKN_JZ8Q/videos" target="_blank"><i class="fa fa-youtube-play" id="ylogo"></i></i></a>
 +
</center>
 
</div>
 
</div>
 
</div>
 
</div>
 
 
 
 
 
<div class="clear extra_space"></div>
 
<div class="line_divider"></div>
 
<div class="clear extra_space"></div>
 
 
 
 
<div class="column two_thirds_size" >
 
<h3>Tips</h3>
 
<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>
 
<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://2021.igem.org/Calendar">iGEM 2021 calendar</a> </li>
 
<li>Have lots of fun! </li>
 
</ul>
 
</div>
 
 
 
<div class="column third_size">
 
<div class="highlight decoration_A_full">
 
<h3>Inspiration</h3>
 
<p> You can also view other team wikis for inspiration! Here are some examples:</p>
 
<ul>
 
<li> <a href="https://2019.igem.org/Team:Vilnius-Lithuania"> 2019 Vilnius Lithuania</a> </li>
 
<li> <a href="https://2019.igem.org/Team:NUS_Singapore">2019 NUS Singapore</a> </li>
 
<li> <a href="https://2019.igem.org/Team:Lambert_GA">2019 Lambert GA</a> </li>
 
<li> <a href="https://2020.igem.org/Team:Waterloo"> 2020 Waterloo</a></li>
 
<li> <a href="https://2020.igem.org/Team:TUDelft">2020 TUDelft</a></li>
 
<li> <a href="https://2020.igem.org/Team:XMU-China"> 2020 XMU China </a></li>
 
<li> <a href="https://2020.igem.org/Team:TAS_Taipei"> 2020 TAS Taipei </a></li>
 
</ul>
 
</div>
 
</div>
 
 
  
  
  
 
</html>
 
</html>

Revision as of 15:23, 16 August 2021

iGEM UNILA_LatAm

BioPank is a project developed by

the Syn Fronteras team



Contact

synfronteras@gmail.com

Follow us!

77777777777777777777

OUR PROJECT

Soil-transmitted helminthiasis infects 1.5 billion people globally. The prevalence and persistence of these parasitic worm infections stem from poor sanitation infrastructure and a lack of affordable diagnostic tools. LABYRINTH, a helminth detection system, implements low-cost hardware devices, biosensor toehold switches, and software analysis to diagnose helminthiasis. Using Caenorhabditis elegans as a model organism for infectious helminths, LABYRINTH isolates and lyses helminth eggs using a frugal filter and homogenizer. Biosensor cells detect C. elegans by targeting the F59G1.6 gene with an RNA toehold switch. If transcribed, the toehold switch activates GFP expression, indicating the presence of helminth eggs in the sample. The FluoroCents app quantifies fluorescence and maps this data onto a cloud-based service, enabling health organizations to efficiently allocate targeted anthelmintic medications. LABYRINTH has the potential to improve the quality of life for over a billion people worldwide by illuminating the chronic nature of helminthiasis and increasing the affordability of diagnostics.


people have contracted helminthiasis today alone.


Medal

Awards

Best Poster

Nominations


Best Wiki
Best Public Education and Engagement
Best Integrated Human Practices
Best Model
Best Presentation