Difference between revisions of "Team:HebrewU"

m
Line 4: Line 4:
 
<meta charset="utf-8">
 
<meta charset="utf-8">
 
<meta name="viewport" content="width=device-width, initial-scale=1">
 
<meta name="viewport" content="width=device-width, initial-scale=1">
 +
 +
<script>
 +
    var timeout    = 500;
 +
    var closetimer = 0;
 +
    var ddmenuitem = 0;
 +
       
 +
    function ddmenu_open(){
 +
        ddmenu_canceltimer();
 +
          ddmenu_close();
 +
          ddmenuitem = $(this).find('ul').css('visibility', 'visible');
 +
    }
 +
       
 +
    function ddmenu_close(){
 +
        if(ddmenuitem) ddmenuitem.css('visibility', 'hidden');
 +
    }
 +
       
 +
    function ddmenu_timer(){
 +
        closetimer = window.setTimeout(ddmenu_close, timeout);
 +
    }
 +
       
 +
    function ddmenu_canceltimer(){ 
 +
        if(closetimer){ 
 +
            window.clearTimeout(closetimer);
 +
                closetimer = null;
 +
    }}
 +
       
 +
    $(document).ready(function(){ 
 +
        $('#ddmenu_hebrewu > li').bind('mouseover', ddmenu_open)
 +
        $('#ddmenu_hebrewu > li').bind('mouseout',  ddmenu_timer)
 +
    });
 +
       
 +
    document.onclick = ddmenu_close;
 +
</script>
 +
 +
 
<style>
 
<style>
  
.logo_2018, #content {display:inline;}
+
            #sideMenu, #top_title {display:none;}
.logo_2018, #firstHeading {display:none;}
+
            #sideMenu, #sideMenu *, #top_menu_inside, #top_menu_inside *{box-sizing: initial; -webkit-box-sizing: initial;}
 +
            #content { padding:0px; width:100%; margin-top:-7px; margin-left:0px;}
 +
            body {background-color:white; }
 +
            #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
  
{
+
#ddmenu_hebrewu {
     box-sizing: border-box;
+
     background:#262d2e;
 +
    margin: 0;
 +
    padding: 0;
 +
    height:35px;
 +
    font: 15px Calibri, Calibri;}
 +
   
 +
#ddmenu_hebrewu li {   
 +
    float: left;
 +
    list-style: none;
 +
    font: 20px Calibri, Calibri;}
 +
 +
#ddmenu_hebrewu li a { 
 +
    background:#262d2e;
 +
    display: block;
 +
    padding: 5px 20px;
 +
    text-decoration: none;
 +
    color: white;
 
}
 
}
 +
 +
 +
 +
#ddmenu_hebrewu li a:hover {   
 +
    background: #2c3635;
 +
}
 +
   
 +
#ddmenu_hebrewu li ul {
 +
    margin: 3px 0 0 10px;
 +
    padding: 0;
 +
    position: absolute;
 +
    visibility: hidden;
 +
}
 +
 +
#ddmenu_hebrewu li ul li { 
 +
    display:inline;
 +
}
 +
 +
#ddmenu_hebrewu li ul li a {
 +
    width: auto;   
 +
    background: none;
 +
    display: inline;
 +
    color: black;
 +
    font: 20px Calibri, Calibri;
 +
    padding: 2px 10px;
 +
}
 +
 +
#ddmenu_hebrewu li ul li a:hover { 
 +
    background: none;
 +
    color: #106375;
 +
    padding: 2px 10px;
 +
}
 +
 +
/* Homebutton 10% space */
 +
.huji_homebutton {
 +
    float: left;
 +
    width: 13%;
  
body {
 
  background-color: #fdfaf2;
 
  margin: 0;
 
 
}
 
}
  
Line 26: Line 114:
 
/* Left and right column */
 
/* Left and right column */
 
.columnhuji.side {
 
.columnhuji.side {
     width: 10%;
+
     width: 12%;
 +
 
 
}
 
}
  
 
/* Middle column */
 
/* Middle column */
 
.columnhuji.middle {
 
.columnhuji.middle {
     width: 80%;
+
     width: 70%;
 
     background-color:#edeadc;
 
     background-color:#edeadc;
 
     padding: 10px;
 
     padding: 10px;
Line 105: Line 194:
 
     width: 60%;
 
     width: 60%;
 
text-align: center;
 
text-align: center;
}
 
.navbarhuji {
 
    overflow: hidden;
 
    background-color: #262d2e;
 
    font-family: Arial, Helvetica, sans-serif;
 
 
}
 
}
  
.navbarhuji a {
+
</style>
    float: left;
+
<body>
    font-size: 16px;
+
    color: white;
+
    text-align: center;
+
    padding: 14px 16px;
+
    text-decoration: none;
+
}
+
  
.dropdownhuji {
+
<ul id="ddmenu_hebrewu">
     overflow: hidden;
+
     float: left;
+
    <div class="huji_homebutton" >
 +
     <li><a href="#">HebrewU</a></li>
 +
     </div>
 
      
 
      
}
+
    <li><a href="#">Project</a>
 
+
        <ul>
.dropdownhuji .dropbtnhuji {
+
            <li><a href="#">Motivation</a></li>
    font-size: 16px;   
+
            <li><a href="#">Description</a></li>
    border: none;
+
            <li><a href="#">Results</a></li>
    outline: none;
+
            <li><a href="#">BioBricks</a></li>
    color: white;
+
        </ul>
    padding: 14px 16px;
+
               
     background-color: inherit;
+
     </li>
     font-family: inherit;
+
     <li><a href="#">Team</a>
     margin: 0;
+
        <ul>
 +
            <li><a href="#">Members</a></li>
 +
            <li><a href="#">Attribiutions</a></li>
 +
            <li><a href="#">Sponsors</a></li>
 +
            <li><a href="#">Photo Gallery</a></li>
 +
        </ul>
 +
     </li>
 
      
 
      
}
+
    <li><a href="#">Human Practice</a>
 +
        <ul>
 +
            <li><a href="#">Citizen Survey</a></li>
 +
            <li><a href="#">Expert Interviews</a></li>
 +
            <li><a href="#">Community</a></li>
 +
            <li><a href="#">Industry</a></li>
 +
        </ul>
 +
    </li>
 +
   
 +
        <li><a href="#">Our Lab</a>
 +
        <ul>
 +
            <li><a href="#">Protocols</a></li>
 +
            <li><a href="#">Notebooks</a></li>
 +
            <li><a href="#">Inter-lab</a></li>
 +
            <li><a href="#">Safety</a></li>
 +
            <li><a href="#">Media Criteria</a></li>
  
.navbarhuji a:hover, .dropdownhuji:hover .dropbtnhuji {
+
        </ul>
     background-color: #2F5240;
+
     </li>
 
      
 
      
}
 
  
.dropdown-contenthuji {
+
</ul>      
     display: none;
+
    position: absolute;
+
    background-color: #f4f5eb;
+
    min-width: 160px;
+
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
+
    z-index: 1;
+
  
}
+
<div><br><br><div>
  
.dropdown-contenthuji a {
 
    color: black;
 
    padding: 12px 16px;
 
    text-decoration: none;
 
    display: inline;
 
    text-align: left;
 
}
 
 
.dropdown-contenthuji a:hover {
 
    background-color: #ddd;
 
}
 
 
.dropdownhuji:hover .dropdown-contenthuji {
 
    display: block;
 
}
 
}
 
</style>
 
<body>
 
 
<div class="navbarhuji">
 
  <a href="#home">Home</a>
 
  <div class="dropdownhuji">
 
    <button class="dropbtnhuji">Project
 
      <i class="fa fa-caret-down"></i>
 
    </button>
 
    <div class="dropdown-contenthuji">
 
      <a href="#">Motivation</a>
 
      <a href="#">Description</a>
 
      <a href="#">Results</a>
 
      <a href="#">BioBricks</a>
 
    </div>
 
    </div>
 
    <div class="dropdownhuji">
 
  <button class="dropbtnhuji">Team
 
      <i class="fa fa-caret-down"></i>
 
    </button>
 
    <div class="dropdown-contenthuji">
 
      <a href="#">Members</a>
 
      <a href="#">Attributions</a>
 
      <a href="#">Sponsors</a>
 
      <a href="#">Photo gallery</a>
 
      </div>
 
      </div>
 
    <div class="dropdownhuji">
 
  <button class="dropbtnhuji">Human Practice
 
      <i class="fa fa-caret-down"></i>
 
    </button>
 
    <div class="dropdown-contenthuji">
 
      <a href="#">Members</a>
 
      <a href="#">Attributions</a>
 
      <a href="#">Sponsors</a>
 
      <a href="#">Photo gallery</a>
 
      </div>
 
      </div>
 
        <div class="dropdownhuji">
 
  <button class="dropbtnhuji">Our Lab
 
      <i class="fa fa-caret-down"></i>
 
    </button>
 
    <div class="dropdown-contenthuji">
 
      <a href="#">Protocols</a>
 
      <a href="#">Notebooks</a>
 
      <a href="#">Inter-Lab</a>
 
      <a href="#">Safety</a>
 
      <a href="#">Medal Criteria</a>
 
      </div>
 
      </div>
 
      <a href="#home">Achivements</a>
 
</div>
 
  
 
<div class="rowhuji">
 
<div class="rowhuji">

Revision as of 18:51, 25 July 2018

HebrewU HujiGEM 2018



Our Project


TCDD is counted among the most toxic pollutants known to man. Lethal in very small doses, it can cause an array of symptoms from skin lesions to cancer and even severe birth defects. This extremely stable compound is a byproduct of industrial processes as well as conventional warfare, polluting sites for decades after initial exposure. As of yet, there is no economically viable solution to the problem of TCDD pollution. TCDD creates serious health and environmental concerns around the globe. TCDD is entirely synthetic, and as such, we believe the solution must be engineered by humans as well.

After studying the partial degradation pathways that exist for TCDD in several organisms, we identified a small number of enzymes capable of breaking down the toxin, its byproducts, and other molecules from the same family of toxic chemicals (dioxins). We are combining these enzymes into a single organism to create a novel metabolic pathway that will degrade TCDD into harmless metabolites. We are proposing an affordable, ecological, and versatile solution to TCDD pollution which can be implemented throughout the world. through synthetic biology, we are engineering organisms that can remediate TCDD affected areas in a manner that is both eco-friendly, and economically sound.

We hope this research will help detoxify our planet, creating a safer and cleaner environment for everyone.


For collaboration find us at: