Difference between revisions of "Team:HebrewU"

Line 17: Line 17:
 
<link rel="stylesheet" href="https://2018.igem.org/Template:HebrewU/w3?action=raw&ctype=text/css">
 
<link rel="stylesheet" href="https://2018.igem.org/Template:HebrewU/w3?action=raw&ctype=text/css">
  
<!--- Bootstrap Css --->
 
  <script src="https://2018.igem.org/Template:HebrewU/boot?action=raw&ctype=text/javascript"></script>
 
  <link rel="stylesheet" href="https://2018.igem.org/Template:HebrewU/strap?action=raw&ctype=text/css">
 
 
 
 
<style>
 
<style>
 
/* Disable I-GEM defult properties for blank page */
 
/* Disable I-GEM defult properties for blank page */
Line 44: Line 40:
 
     }
 
     }
  
 
+
@media (max-width: 1000px) {  
 
+
@media (max-width: 1000px) {  
+
 
     .fixed {
 
     .fixed {
 
     display: none;
 
     display: none;
Line 55: Line 49:
  
  
body {
+
/* index Buttons style */
background-color:teal;
+
button {
+
}
+
 
+
.w3-container li {
+
padding-left:60px;
+
font-size:130%;
+
line-height:30px;
+
+
}
+
 
+
.w3-container h5 {
+
padding-left:60px;
+
font-size:130%;
+
line-height:25px;
+
+
}
+
 
+
 
+
.huji_card {
+
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8);
+
  max-width: 300px;
+
  margin: 10px;
+
  text-align:center;
+
  font: 16px Calibri, Calibri;
+
  background-color:#FCFBF8;
+
  display: inline-block;
+
  box-sizing:border-box ;
+
  float:left;
+
}
+
 
+
.huji_cardtitle {
+
  color: grey;
+
  font: 18px Calibri, Calibri;
+
 
+
}
+
 
+
stats_button {
+
 
   border: none;
 
   border: none;
   outline: 0;
+
   border-radius: 2px;
   display: inline-block;
+
   padding: 12px 18px;
 +
  font-size: 16px;
 +
  text-transform: uppercase;
 +
  cursor: pointer;
 
   color: white;
 
   color: white;
   background-color: black;
+
   box-shadow: 0 0 4px #999;
  text-align: center;
+
   outline: none;
  cursor: pointer;
+
  width: 40%;
+
  font: 20px Calibri, Calibri;
+
  padding-left:0px;
+
  opacity:0.9;
+
   float:left;  
+
 
+
 
}
 
}
  
.linkdin_button {
 
  text-decoration: none;
 
  margin: -1em;
 
  display:inline-block;
 
  z-index: -1;
 
  
 +
.ripple {
 +
  background-position: center;
 +
  transition: background 0.8s;
 +
  border-radius: 50%;
 
    
 
    
 
 
}
 
}
  
.huji_stat_title {
+
.ripple:hover {
  width: 290px;
+
  background: #47a7f5 radial-gradient(circle, transparent 1%, #47a7f5 1%) center/15000%;
      color: white;
+
      font: 16px Calibri, Calibri;
+
      background-color: black;
+
  text-align:left;
+
  padding-left:2px;
+
  opacity:0.9;
+
  padding:5px;
+
 
+
 
}
 
}
 
+
.ripple:active {
 
+
  background-color: white;
.huji_stat_job {
+
  background-size: 100%;
  width: 290px;
+
  transition: background 0s;
      color: white;
+
      font: 16px Calibri, Calibri;
+
      background-color: black;
+
  text-align: center;
+
  padding-left:2px;
+
  opacity:0.8;
+
  padding:5px;
+
 
+
 
}
 
}
  
.huji_stat_content {
+
@media (max-width: 1000px) {
  width: 280px;
+
    .fixed {
      color: black;
+
    display: none;
      background-color: #FCFBF8;
+
    }
  border-color:black;
+
  font: 16px Calibri, Calibri;
+
  text-align:left;
+
  opacity:0.9;
+
  
 +
.ulogo { display:none; }
 
}
 
}
  
  
.dropup {
+
@media (max-width: 1000px) {  
+
    img {
  float:left;
+
        display: block;
  width: 400px;
+
    }
 
}
 
}
  
stats_button:hover, a:hover {
 
  opacity: 0.7;
 
}
 
  
.flip-box {
 
  width: 300px;
 
  height: 200px;
 
  perspective: 1000px;
 
  margin-top:-10px;
 
}
 
  
.flip-box-inner {
+
.arrow_on_img {
  position: relative;
+
    position: absolute;
  width: 100%;
+
width:10%;
  height: 100%;
+
    top: 90%;
  text-align: center;
+
    left: 50%;
  transition: transform 0.8s;
+
    transform: translate(-50%, -50%);
  transform-style: preserve-3d;
+
animation-name: flash;
}
+
animation-duration: 1s;
 +
animation-timing-function: linear;
 +
animation-iteration-count: infinite;
  
.flip-box:hover .flip-box-inner {
+
/* Chrome 4+, Safari 4+, Opera 15+ */
  transform: rotateY(180deg);
+
-webkit-animation-name: flash;
}
+
-webkit-animation-duration: 1s;
 +
-webkit-animation-timing-function: linear;
 +
-webkit-animation-iteration-count: infinite;
  
.flip-box-front, .flip-box-back {
+
/* Firefox 5+ */
  position: absolute;
+
-moz-animation-name: flash;
  width: 100%;
+
-moz-animation-duration: 1s;
  height: 100%;
+
-moz-animation-timing-function: linear;
  backface-visibility: hidden;
+
-moz-animation-iteration-count: infinite
 
}
 
}
  
.flip-box-front {
+
@keyframes flash {
  background-color: #bbb;
+
0% { opacity: 1.0 }
  color: black;
+
50% { opacity: 0.5 }
 +
100% { opacity: 1.0 }
 
}
 
}
  
.flip-box-back {
+
/* Chrome 4+, Safari 4+, Opera 15+ */
  background-color: #555;
+
@-webkit-keyframes flash {
  color: white;
+
0% { opacity: 1.0 }
  transform: rotateY(180deg);
+
50% { opacity: 0.5 }
 +
100% { opacity: 1.0 }
 
}
 
}
  
    .w3_third_left {
+
/* Firefox 5+ */
padding-left:5%;
+
@-moz-keyframes flash {
}
+
0% { opacity: 1.0 }
+
50% { opacity: 0.5 }
.w3_third_right {
+
100% { opacity: 1.0 }
+
padding-left:5%;
+
float:right;
+
}
+
 
+
 
+
@media (max-width: 1000px) {
+
    .w3_third_left .w3_third_right {
+
display: block;
+
    margin-left:auto;
+
    margin-right: auto;
+
    width: 50%;
+
padding:none;
+
+
}
+
+
 
+
 
}
 
}
  
 
+
.highlights_huji p{
 
+
text-align:justify;
@media (max-width: 1000px) {
+
    .fixed {
+
    display: none;
+
    }
+
 
+
.ulogo { display:none; }
+
 
}
 
}
  
.social_huji img {
+
.abstract_huji {
padding:5px;
+
width:80%;
 +
padding-left:10%;
 +
text-align:center;
 
}
 
}
  
Line 245: Line 153:
  
  
 +
<body>
  
 
<body>
 
<div class="w3-dark-grey">
 
 
<ul id="ddmenu_hebrewu">
 
<ul id="ddmenu_hebrewu">
 
             <li style="float:left;margin-top:12px;padding-left:15px;"><br />Hebrew</li>
 
             <li style="float:left;margin-top:12px;padding-left:15px;"><br />Hebrew</li>
Line 281: Line 187:
 
             <li><a href="https://2018.igem.org/Team:HebrewU/Safety">Safety</a></li>
 
             <li><a href="https://2018.igem.org/Team:HebrewU/Safety">Safety</a></li>
 
             <li><a href="https://2018.igem.org/Team:HebrewU/Protocols">Protocols</a></li>
 
             <li><a href="https://2018.igem.org/Team:HebrewU/Protocols">Protocols</a></li>
 +
 
         </ul>
 
         </ul>
 
          
 
          
Line 388: Line 295:
 
     </script>
 
     </script>
  
+
 
 +
 
 +
 
 +
 
 +
<div class="huji_container">
 +
  <img src="https://static.igem.org/mediawiki/2018/thumb/b/bb/T--Hebrewu--draft_pic.png/800px-T--Hebrewu--draft_pic.png" alt="Snow" style="width:100%;">
 +
  <div class="centered"><div class="arrow_on_img"><a href="#huji_hughlights">down down</a></div></div>
 
</div>
 
</div>
 +
  
 
<!--- Up button --->
 
<!--- Up button --->
Line 397: Line 311:
  
 
<!--- Page content start --->
 
<!--- Page content start --->
<div class="w3">
+
<div class="columnhuji middle">
<br />
+
<!--- Abstract --->
<h2 class="w3-center w3-white w3-animate-fading"> Students </h2>
+
<h2 id="huji_hughlights" class="ahuji">The Catalysis of Dioxin Degradation </h2>
    <div class="w3-row">
+
<p class="abstract_huji">
<!---------------------- Alon start---------------------------->
+
Dioxins, a family of chemical compounds, pose a serious threat to humans, animals, and the environment. Classified as persistent environmental pollutants, these compounds move up the food chain via bioaccumulation; consequently, they are found in very harmful concentrations by the time the reach humans. Our team has set out to engineer a metabolic pathway for the complete degradation of dioxins, and detoxification of chlorinated compounds. <br /> <br />The pathway would involve the uptake of these pollutants and their subsequent breakdown into molecules that would enter organisms’ native metabolism. We are testing the pathway in S. cerevisiae, and have prepared expression vectors and means to engineer a multitude of plants. By deploying such pathways directly into endemic plants, our solution can be tailored to specific regions. Furthermore, because we can efficiently control plant reproduction, we can responsibly implement synthetic biology to solve this issue in a non-invasive and ecological manner.</p>
      <div class="w3-third w3-animate-left" style="padding-left:100px;">
+
              <div class="huji_card">
+
              <p>
+
            <div class="flip-box">
+
<div class="flip-box-inner">
+
    <div class="flip-box-front">
+
      <img src="https://static.igem.org/mediawiki/2018/f/f6/T--Hebrewu--Alon_front.jpeg" width="300" height="300">
+
    </div>
+
      <div class="flip-box-back">
+
<img src="https://static.igem.org/mediawiki/2018/8/88/T--Hebrewu--Alon_back.jpeg" width="300" height="300">
+
      </div>
+
  </div>
+
</div>
+
               
+
  <br /><br /><br /><br /><br />
+
             
+
              </p>
+
              <h1>Alon Barshap</h1>
+
              <p class="huji_stat_job">Team Captain</p>
+
              <p>Just a year ago Alon was only a student with a dream. He wanted HerbewU to take part in an international synthetic biology competition called iGEM. <br /><br /> Nobody around him had heard of it, but he wouldn’t give up. He pushed the University, students, and advisors until we had a team and initial funding.
+
              Since things got moving, he took over as team captain and had led us to where we are today. <br/>
+
              </p>
+
               
+
                    <div class="dropup">
+
                  <stats_button type="stats_button" data-toggle="dropdown"><b>STATS</b><img style="margin-bottom:8px;padding-left:10px;" src="https://static.igem.org/mediawiki/2018/a/a5/T--Hebrewu--bar_chart.png" width="20" height="20">
+
  
                            </stats_button>
 
<a href="https://www.linkedin.com/in/alon-barshap-310273136/"> <img src="index/linkedin-logo.png" width="20" height="20">
 
</a>
 
                           
 
                <ul class="dropdown-menu">
 
                      <li class="huji_stat_title">  <span class="glyphicon glyphicon-education"></span> <b> Degree: </b></li>
 
                      <li class="huji_stat_content">Plant science and Biotechnology</</li>
 
                      <li class="huji_stat_title"> <span class="glyphicon glyphicon-star"></span> <b>Special skills:</b></li>
 
                  <li class="huji_stat_content">Endless drive and optimism </li>
 
                <li class="huji_stat_content">Literary Research Expert </li>
 
                <li class="huji_stat_title"><span class="glyphicon glyphicon-bed"></span> <b>Things that keep him up at night:</b>   </li>
 
                  <li class="huji_stat_content">Unfinished to do lists</li>
 
                  <li class="huji_stat_content">Meetings with CEOs and Faculty </li>
 
                  <li class="huji_stat_content">How do mermaids breath under water? </li>
 
                </ul>
 
               
 
                  </div>
 
              </div>
 
          </div>
 
  <!---------------------- Alon End ---------------------------->
 
     
 
  <!---------------------- Badash start---------------------------->
 
        <div class="w3-animate-right" style="float:right;padding-right:100px;">
 
              <div class="huji_card">
 
              <p>
 
            <div class="flip-box">
 
<div class="flip-box-inner">
 
    <div class="flip-box-front">
 
      <img src="https://static.igem.org/mediawiki/2018/a/a9/T--Hebrewu--Badash_front.jpeg" width="300" height="300">
 
    </div>
 
      <div class="flip-box-back">
 
<img src="https://static.igem.org/mediawiki/2018/1/13/T--Hebrewu--Badash_back.jpeg" width="300" height="300">
 
      </div>
 
  </div>
 
</div>
 
               
 
  <br /><br /><br /><br /><br />
 
             
 
              </p>
 
              <h1>Lior Badash</h1>
 
              <p class="huji_stat_job">Team Captain</p>
 
              <p>Lior was the second person to join the journey from library meetings to Boston. He played a huge role in getting our team off the ground and creating the infrastructure for our team to flourish.<br /> <br /> As team captain he has he has brought out the best in our team members. Even as he was running the team, he found ways to organize awesome projects like the livestream and lab safety poetry contest. <br/></p>
 
               
 
                      <div class="dropup">
 
                  <stats_button type="stats_button" data-toggle="dropdown"><b>STATS</b><img style="margin-bottom:8px;padding-left:10px;" src="https://static.igem.org/mediawiki/2018/a/a5/T--Hebrewu--bar_chart.png" width="20" height="20">
 
  
                            </stats_button>
+
<!-- Team Container -->
<a href="https://www.linkedin.com/in/alon-barshap-310273136/"> <img src="index/linkedin-logo.png" width="20" height="20">
+
<div class="w3-container w3-padding-64 w3-center">
</a>
+
<h2 id="huji_hughlights" class="ahuji">Highlights: </h2>
 
+
<div class="w3-row"><br>
                <ul class="dropdown-menu">
+
                      <li class="huji_stat_title">  <span class="glyphicon glyphicon-education"></span> <b> Degree: </b></li>
+
                      <li class="huji_stat_content">Agroecology and Biotechnology</</li>
+
                      <li class="huji_stat_title"> <span class="glyphicon glyphicon-star"></span> <b>Special skills:</b></li>
+
                  <li class="huji_stat_content">Tech Spec Expert </li>
+
                  <li class="huji_stat_content">Can go 37 hours without sleep </li>
+
                <li class="huji_stat_title"><span class="glyphicon glyphicon-bed"></span> <b>Things that keep him up at night:</b>   </li>
+
                  <li class="huji_stat_content">Creating to do lists</li>
+
                  <li class="huji_stat_content"> 3D Printing for our community project </li>
+
                  <li class="huji_stat_content">Will fungi unseat humans as the most intelligent lifeform on earth? </li>
+
                </ul>
+
               
+
                  </div>
+
              </div>
+
          </div>
+
  <!---------------------- Badash End ---------------------------->
+
  
 +
<div class="w3-third">
 +
  <button class="ripple"><img src="https://static.igem.org/mediawiki/2018/3/3c/T--Hebrewu--highlight_OS.png" width="150px" height="150px"></button>
 +
  <p style="text-align:justify"> We made an open source platform, where local researchers can take our synthetic pathway and conduct a research themselves, inserting it to local plants and other flora as well as improving it for us all.</p>
 
</div>
 
</div>
<div class="w3-row">
 
  <!---------------------- Eliya start---------------------------->
 
      <div class="w3-third w3-animate-left" style="padding-left:100px;">
 
              <div class="huji_card">
 
              <p>
 
            <div class="flip-box">
 
<div class="flip-box-inner">
 
    <div class="flip-box-front">
 
      <img src="https://static.igem.org/mediawiki/2018/3/39/T--Hebrewu--Eliya_front.jpeg" width="300" height="300">
 
    </div>
 
      <div class="flip-box-back">
 
<img src="https://static.igem.org/mediawiki/2018/b/b7/T--Hebrewu--Eliya_back.jpeg" width="300" height="300">
 
      </div>
 
  </div>
 
</div>
 
               
 
  <br /><br /><br /><br /><br />
 
             
 
              </p>
 
              <h1>Eliya Milshtein</h1>
 
              <p class="huji_stat_job">Head of PR and Community Outreach</p>
 
    <p>From participation in her first iGEM meeting, Eliya has played a dominant role in the group throughout all stages of its development. Overseeing the PR and fundraising has been no small task, and Eliya has handled it with resilience and grace.<br /><br /> Additionally, Eliya headed up our Inter-lab team, securing our bronze medal. Always bringing outside the box thinking to the table, she has continuously pushed out team forward.<br/></p>
 
               
 
                    <div class="dropup">
 
                  <stats_button type="stats_button" data-toggle="dropdown"><b>STATS</b><img style="margin-bottom:8px;padding-left:10px;" src="https://static.igem.org/mediawiki/2018/a/a5/T--Hebrewu--bar_chart.png" width="20" height="20">
 
  
                            </stats_button>
 
<a href=" "> <img src="index/linkedin-logo.png" width="20" height="20">
 
</a>
 
  
                <ul class="dropdown-menu">
+
<div class="w3-third">
                      <li class="huji_stat_title"> <span class="glyphicon glyphicon-education"></span> <b> Degree: </b></li>
+
<button class="ripple"><img src="https://static.igem.org/mediawiki/2018/c/c0/T--Hebrewu--highlight_Moolti.png" width="150px" height="150px"></button>  
                      <li class="huji_stat_content">Biochemistry and Biotechnology</</li>
+
  <p style="text-align:justify;padding-left:10%;width:80%;">Our <b>M</b>ultiple <b>O</b>rganism <b>O</b>ptimization <b>L</b>ab <b>T</b>ool for <b>i</b>GEM Allows biologists to optimize codon usage for multiple organisms simultaneously.
                      <li class="huji_stat_title"> <span class="glyphicon glyphicon-star"></span> <b>Special skills:</b></li>
+
</p>
                  <li class="huji_stat_content">Pro Level Pipetting </li>
+
 
  <li class="huji_stat_content">Blackbelt in video editing </li>
+
<br /><br />
  <li class="huji_stat_content">Blackbelt in PowerPoint </li>
+
                      <li class="huji_stat_title"><span class="glyphicon glyphicon-bed"></span><b>Things that keep her up at night:</b></li>
+
  <li class="huji_stat_content">Emails that need replies</li>
+
  <li class="huji_stat_content">I-GEM team budget </li>
+
  <li class="huji_stat_content">If a cells has GFP, but no one is there to to measure it, does it really fluoresce? </li>
+
                </ul>
+
               
+
                  </div>  
+
              </div>
+
          </div>
+
  <!---------------------- Eliya End ---------------------------->  
+
  
  <!---------------------- Amichai start---------------------------->
+
</div>
        <div class="w3" style="float:right;padding-right:100px;">
+
              <div class="huji_card">
+
              <p>
+
            <div class="flip-box">
+
<div class="flip-box-inner">
+
    <div class="flip-box-front">
+
      <img src="https://static.igem.org/mediawiki/2018/4/48/T--Hebrewu--Amichai_front.jpeg" width="300" height="300">
+
    </div>
+
      <div class="flip-box-back">
+
<img src="https://static.igem.org/mediawiki/2018/2/22/T--Hebrewu--Amichai_back.jpeg" width="300" height="300">
+
      </div>
+
  </div>
+
</div>
+
               
+
  <br /><br /><br /><br /><br />
+
             
+
              </p>
+
              <h1>Amichai BK</h1>
+
              <p class="huji_stat_job">Student Research Leader</p>
+
              <p>From our first brainstorming session, Amichai was pushing for a project in Bioremediation. Through perseverance and flexibility his ideas evolved into our current project on TCDD. <br /><br /> Since we started wet work, he has spent most of his time in the lab; both overseeing all of the lab task and leading all efforts to do with the yeast. Though he has contributed to other aspects of the project, its hard to get him out of his lab coat, and away from the microbes.<br/> </p>
+
               
+
                    <div class="dropup">
+
                  <stats_button type="stats_button" data-toggle="dropdown"><b>STATS</b><img style="margin-bottom:8px;padding-left:10px;" src="https://static.igem.org/mediawiki/2018/a/a5/T--Hebrewu--bar_chart.png" width="20" height="20">
+
  
                            </stats_button>
+
<div class="w3-third">
<a href="https://www.linkedin.com/in/alon-barshap-310273136/"> <img src="index/linkedin-logo.png" width="20" height="20">
+
    <button class="ripple"><img src="https://static.igem.org/mediawiki/2018/5/57/T--Hebrewu--highlight_gibson.png" width="150px" height="150px"></button>  
</a>
+
  <p style="text-align:justify">We created 40 bp oligos that can be used as primers for all BioBrick parts. When amplified, these “GBs” can be used for Gibson Assembly which can save time and resources.</p>
 
+
                <ul class="dropdown-menu">
+
                      <li class="huji_stat_title"> <span class="glyphicon glyphicon-education"></span> <b> Degree: </b></li>
+
                      <li class="huji_stat_content">Agroecology and Biotechnology</</li>
+
                      <li class="huji_stat_title"> <span class="glyphicon glyphicon-star"></span> <b>Special skills:</b></li>
+
                  <li class="huji_stat_content">Yeast Whisperer </li>
+
  <li class="huji_stat_content">Excel Wizard </li>
+
                <li class="huji_stat_title"><span class="glyphicon glyphicon-bed"></span> <b>Things that keep him up at night:</b></li>
+
                  <li class="huji_stat_content">Mislabled tubes</li>
+
  <li class="huji_stat_content">Did I leave samples in the PCR cycler? </li>
+
      <li class="huji_stat_content">How many enzymes does it take to  skrew in a light bulb? </li>
+
                </ul>
+
               
+
                  </div>
+
              </div>
+
          </div>
+
  <!---------------------- Amichai End ---------------------------->
+
 
</div>
 
</div>
<div class="w3-row">
 
 
  <!---------------------- LIor S Start---------------------------->
 
      <div class="w3-third" style="padding-left:100px;">
 
              <div class="huji_card">
 
              <p>
 
            <div class="flip-box">
 
<div class="flip-box-inner">
 
    <div class="flip-box-front">
 
      <img src="https://static.igem.org/mediawiki/2018/d/d4/T--Hebrewu--Lee_front.jpeg" width="300" height="300">
 
    </div>
 
      <div class="flip-box-back">
 
<img src="https://static.igem.org/mediawiki/2018/e/ef/T--Hebrewu--Lee_back.jpeg" width="300" height="300">
 
      </div>
 
  </div>
 
</div>
 
               
 
  <br /><br /><br /><br /><br />
 
             
 
              </p>
 
              <h1>Lior Shachar</h1>
 
              <p class="huji_stat_job">Research Liason</p>
 
                <p>Lior joined the team in January, and hit the ground running. Lior is our go to guy for information on any subject relating to the research. He has founded and kept corrispondence with leading researchers around the world to help push our lab work forward.<br /><br /> Lior has also interviewed predominant resarchers about TCDD and genetic engineering in the framework of our livestreams and human practices projects.<br/></p>
 
               
 
                    <div class="dropup">
 
                  <stats_button type="stats_button" data-toggle="dropdown"><b>STATS</b><img style="margin-bottom:8px;padding-left:10px;" src="https://static.igem.org/mediawiki/2018/a/a5/T--Hebrewu--bar_chart.png" width="20" height="20">
 
 
                            </stats_button>
 
<a href="https://www.linkedin.com/in/alon-barshap-310273136/"> <img src="index/linkedin-logo.png" width="20" height="20">
 
</a>
 
 
                <ul class="dropdown-menu">
 
                      <li class="huji_stat_title">  <span class="glyphicon glyphicon-education"></span> <b> Degree: </b></li>
 
                      <li class="huji_stat_content">Agroecology and Biotechnology</</li>
 
                      <li class="huji_stat_title"> <span class="glyphicon glyphicon-star"></span> <b>Special skills:</b></li>
 
                  <li class="huji_stat_content">24 hour turnaround on ANY question </li>
 
  <li class="huji_stat_content">Fantastic Phraseologist </li>
 
                <li class="huji_stat_title"><span class="glyphicon glyphicon-bed"></span> <b>Things that keep him up at night:</b></li>
 
  <li class="huji_stat_content">Gloabal GMO Regulations </li>
 
  <li class="huji_stat_content">Should I host my own late night TV show? </li>
 
                </ul>
 
               
 
                  </div>
 
              </div>
 
          </div>
 
  <!---------------------- Lior S End ---------------------------->
 
 
  <!---------------------- Aliza start---------------------------->
 
        <div class="w3" style="float:right;padding-right:100px;">
 
              <div class="huji_card">
 
              <p>
 
            <div class="flip-box">
 
<div class="flip-box-inner">
 
    <div class="flip-box-front">
 
      <img src="https://static.igem.org/mediawiki/2018/a/a7/T--Hebrewu--Aliza_front.jpeg" width="300" height="300">
 
    </div>
 
      <div class="flip-box-back">
 
<img src="https://static.igem.org/mediawiki/2018/4/42/T--Hebrewu--Aliza_back.jpeg" width="300" height="300">
 
      </div>
 
  </div>
 
</div>
 
               
 
  <br /><br /><br /><br /><br />
 
             
 
              </p>
 
              <h1>Aliza Fedorenko</h1>
 
              <p class="huji_stat_job">Plant Engineer</p>
 
    <p>Aliza has contiuously played a key role both in the lab, and outside of it. She ruled over the lab as the safety tzar- making sure we all made it to Boston in one peice.<br /> <br /> Additionally, She headed our Arabidopsis engineering team, and helped bring our project closer to real world applications. When shes not in the lab growing plants, Aliza is designing graphics for everything including our poster and wiki. </p>
 
               
 
                    <div class="dropup">
 
                  <stats_button type="stats_button" data-toggle="dropdown"><b>STATS</b><img style="margin-bottom:8px;padding-left:10px;" src="https://static.igem.org/mediawiki/2018/a/a5/T--Hebrewu--bar_chart.png" width="20" height="20">
 
 
                            </stats_button>
 
<a href="https://www.linkedin.com/in/aliza-fedorenko-1a4b99171/"> <img src="index/linkedin-logo.png" width="20" height="20">
 
</a>
 
 
                <ul class="dropdown-menu">
 
                      <li class="huji_stat_title">  <span class="glyphicon glyphicon-education"></span> <b> Degree: </b></li>
 
                      <li class="huji_stat_content">Agroecology and Biotechnology</</li>
 
                      <li class="huji_stat_title"> <span class="glyphicon glyphicon-star"></span> <b>Special skills:</b></li>
 
                  <li class="huji_stat_content">Green thumb </li>
 
  <li class="huji_stat_content">Graphics Guru </li>
 
                      <li class="huji_stat_title"><span class="glyphicon glyphicon-bed"></span><b>Things that keep her up at night:</b></li>
 
  <li class="huji_stat_content">Everything</li>
 
  <li class="huji_stat_content">Growth cell humidity levels </li>
 
  <li class="huji_stat_content">Should I buy a chem hood for my kitchen? </li>
 
                </ul>
 
               
 
                  </div>
 
              </div>
 
          </div>
 
  <!---------------------- Aliza End ---------------------------->
 
 
 
 
  
 
</div>
 
</div>
<div class="w3-row">
+
</div>
 
+
    <!---------------------- Hagit start---------------------------->
+
      <div class="w3-third" style="padding-left:100px;">
+
              <div class="huji_card">
+
              <p>
+
            <div class="flip-box">
+
<div class="flip-box-inner">
+
    <div class="flip-box-front">
+
      <img src="https://static.igem.org/mediawiki/2018/3/30/T--Hebrewu--Hagit_front.jpeg" width="300" height="300">
+
    </div>
+
      <div class="flip-box-back">
+
<img src="TBA" width="300" height="300">
+
      </div>
+
  </div>
+
</div>
+
               
+
  <br /><br /><br /><br /><br />
+
             
+
              </p>
+
              <h1>Hagit Shoyhet-Smoilovsky</h1>
+
              <p class="huji_stat_job">Chemical Analyst</p>
+
    <p>Hagit was with us from the start. She helped shape our ideas and, through thorough research strongly influenced the pathway. From the moment we stepped into the lab, she clocked ceaseless hours in the lab helping move the research along.<br /> <br />Hagit lead our chemical analysis team working closely with experts from Hebrew U's Soil science Department.</p>
+
               
+
                    <div class="dropup">
+
                  <stats_button type="stats_button" data-toggle="dropdown"><b>STATS</b><img style="margin-bottom:8px;padding-left:10px;" src="https://static.igem.org/mediawiki/2018/a/a5/T--Hebrewu--bar_chart.png" width="20" height="20">
+
  
                            </stats_button>
+
<div>
<a href="https://www.linkedin.com/in/hagit-shoyhet-292652121/"> <img src="index/linkedin-logo.png" width="20" height="20">
+
<!-- Second Grid -->
</a>
+
<div class="w3-row-padding w3-light-grey w3-padding-64 w3-container">
 
+
  <div class="w3-content">
                <ul class="dropdown-menu">
+
<img src="BreakingTCDD.png" width="100%">
                      <li class="huji_stat_title">  <span class="glyphicon glyphicon-education"></span> <b> Degree: </b></li>
+
                      <li class="huji_stat_content">biochemistry and food science</</li>
+
                      <li class="huji_stat_title"> <span class="glyphicon glyphicon-star"></span> <b>Special skills:</b></li>
+
                  <li class="huji_stat_content">Protocol Powerhouse</li>
+
  <li class="huji_stat_content">British Accent</li>
+
                      <li class="huji_stat_title"><span class="glyphicon glyphicon-bed"></span><b>Things that keep her up at night:</b></li>
+
  <li class="huji_stat_content">TCDD melting temperatures</li>
+
  <li class="huji_stat_content">Unfilled lab orders</li>
+
  <li class="huji_stat_content">Why can't life be as stable as TCDD?</li>
+
                </ul>
+
               
+
                  </div>
+
              </div>
+
          </div>  
+
  <!---------------------- Hagit End ---------------------------->
+
 
+
 
+
    <!---------------------- Lea start---------------------------->
+
        <div class="w3" style="float:right;padding-right:100px;">
+
              <div class="huji_card">
+
              <p>
+
            <div class="flip-box">
+
<div class="flip-box-inner">
+
    <div class="flip-box-front">
+
      <img src="https://static.igem.org/mediawiki/2018/f/fd/T--Hebrewu--Lea_front.jpeg" width="300" height="300">
+
    </div>
+
      <div class="flip-box-back">
+
<img src=" " width="300" height="300">
+
      </div>
+
  </div>
+
</div>
+
               
+
  <br /><br /><br /><br /><br />
+
             
+
              </p>
+
              <h1>Lea Cohen-Tannoudji</h1>
+
              <p class="huji_stat_job">Computational Biologist</p>
+
    <p>Lea joined our team from a far. Despite the difficulties of being on a different campus, in a different city, she played an integral part of our team. <br /> <br /> Coming from a separate faculty, she brought with her a radically different skill set and point of view. She expanded our capabilities and brought MOOLTi, our codon optimizing software to life.</p>
+
               
+
                    <div class="dropup">
+
                  <stats_button type="stats_button" data-toggle="dropdown"><b>STATS</b><img style="margin-bottom:8px;padding-left:10px;" src="https://static.igem.org/mediawiki/2018/a/a5/T--Hebrewu--bar_chart.png" width="20" height="20">
+
 
+
                            </stats_button>
+
<a href="https://www.linkedin.com/in/lea-tannoudji-49b74a171/"> <img src="index/linkedin-logo.png" width="20" height="20">
+
</a>
+
                           
+
                <ul class="dropdown-menu">
+
                      <li class="huji_stat_title">  <span class="glyphicon glyphicon-education"></span> <b> Degree: </b></li>
+
                      <li class="huji_stat_content">Agroecology and Biotechnology</</li>
+
                      <li class="huji_stat_title"> <span class="glyphicon glyphicon-star"></span> <b>Special skills:</b></li>
+
                  <li class="huji_stat_content">Can optimize and code, and any codon</li>
+
  <li class="huji_stat_content">Snake charmer (specifically python)</li>
+
                      <li class="huji_stat_title"><span class="glyphicon glyphicon-bed"></span><b>Things that keep her up at night:</b></li>
+
  <li class="huji_stat_content">Unsequenced genomes</li>
+
  <li class="huji_stat_content">Salsa dancing</li>
+
  <li class="huji_stat_content">Can I use insecticide to debug my code?
+
</li>
+
                </ul>
+
               
+
                  </div>
+
              </div>
+
          </div>
+
  <!---------------------- Lea End ---------------------------->  
+
 
   </div>
 
   </div>
 
+
</div>
  <h2 class="w3-white w3-center"> Mentors </h2>  
+
</div>
  
<div class="w3-row">
 
<!---------------------- Assaf start---------------------------->
 
      <div class="w3-third w3_third_left">
 
              <div class="huji_card">
 
              <p>
 
            <div class="flip-box">
 
<div class="flip-box-inner">
 
    <div class="flip-box-front">
 
      <img src="WikiSquares/WikiSquares-7.jpg" width="300" height="300">
 
    </div>
 
      <div class="flip-box-back">
 
<img src="WikiSquares/WikiSquares-12.jpg" width="300" height="300">
 
      </div>
 
  </div>
 
</div>
 
               
 
  <br /><br /><br /><br /><br />
 
             
 
              </p>
 
              <h1>Dr. Assaf Mosquna</h1>
 
              <p class="huji_stat_job">Head Mentor</p>
 
               
 
                  </div>
 
              </div>
 
  <!---------------------- Assaf End ---------------------------->
 
          </div>
 
<div class="w3-row">
 
 
 
    <!---------------------- Berta start---------------------------->
 
        <div class="w3 w3_third_right">
 
              <div class="huji_card">
 
              <p>
 
            <div class="flip-box">
 
<div class="flip-box-inner">
 
    <div class="flip-box-front">
 
      <img src="WikiSquares/WikiSquares-7.jpg" width="300" height="300">
 
    </div>
 
      <div class="flip-box-back">
 
<img src="WikiSquares/WikiSquares-12.jpg" width="300" height="300">
 
      </div>
 
  </div>
 
</div>
 
               
 
  <br /><br /><br /><br /><br />
 
             
 
              </p>
 
              <h1>Prof. Berta Levavi-Sivan</h1>
 
              <p class="huji_stat_job">Head Menotr</p>
 
               
 
                  </div>
 
          </div>
 
  <!---------------------- Berta End ---------------------------->
 
          </div>
 
<div class="w3-row">
 
    <!---------------------- Masha start---------------------------->
 
      <div class="w3-third w3_third_left">
 
              <div class="huji_card">
 
              <p>
 
            <div class="flip-box">
 
<div class="flip-box-inner">
 
    <div class="flip-box-front">
 
      <img src="WikiSquares/WikiSquares-7.jpg" width="300" height="300">
 
    </div>
 
      <div class="flip-box-back">
 
<img src="WikiSquares/WikiSquares-12.jpg" width="300" height="300">
 
      </div>
 
  </div>
 
</div>
 
               
 
  <br /><br /><br /><br /><br />
 
             
 
              </p>
 
              <h1>Prof. Masha Niv</h1>
 
              <p class="huji_stat_job">Head Menotr</p>
 
               
 
                  </div>
 
          </div>
 
  <!---------------------- Masha End ---------------------------->
 
          </div>
 
<div class="w3-row">   
 
      <!---------------------- Shai start---------------------------->
 
        <div class="w3 w3_third_right">
 
              <div class="huji_card">
 
              <p>
 
            <div class="flip-box">
 
<div class="flip-box-inner">
 
    <div class="flip-box-front">
 
      <img src="WikiSquares/WikiSquares-7.jpg" width="300" height="300">
 
    </div>
 
      <div class="flip-box-back">
 
<img src="WikiSquares/WikiSquares-12.jpg" width="300" height="300">
 
      </div>
 
  </div>
 
</div>
 
               
 
  <br /><br /><br /><br /><br />
 
             
 
              </p>
 
              <h1>Shai Ducin</h1>
 
              <p class="huji_stat_job">Advisor</p>
 
               
 
                  </div>
 
          </div>
 
  <!---------------------- Shai End ---------------------------->
 
        </div>
 
<div class="w3-row">
 
      <!---------------------- Oded start---------------------------->
 
      <div class="w3-third w3_third_left">
 
              <div class="huji_card">
 
              <p>
 
            <div class="flip-box">
 
<div class="flip-box-inner">
 
    <div class="flip-box-front">
 
      <img src="WikiSquares/WikiSquares-7.jpg" width="300" height="300">
 
    </div>
 
      <div class="flip-box-back">
 
<img src="WikiSquares/WikiSquares-12.jpg" width="300" height="300">
 
      </div>
 
  </div>
 
</div>
 
               
 
  <br /><br /><br /><br /><br />
 
             
 
              </p>
 
              <h1>Oded Pri-Tal</h1>
 
              <p class="huji_stat_job">Lab Instructor</p>
 
               
 
                  </div>
 
          </div>
 
  <!---------------------- Oded End ---------------------------->
 
            </div>
 
<div class="w3-row">
 
        <!---------------------- Gil start---------------------------->
 
        <div class="w3 w3_third_right">
 
              <div class="huji_card">
 
              <p>
 
            <div class="flip-box">
 
<div class="flip-box-inner">
 
    <div class="flip-box-front">
 
      <img src="WikiSquares/WikiSquares-7.jpg" width="300" height="300">
 
    </div>
 
      <div class="flip-box-back">
 
<img src="WikiSquares/WikiSquares-12.jpg" width="300" height="300">
 
      </div>
 
  </div>
 
</div>
 
               
 
  <br /><br /><br /><br /><br />
 
             
 
              </p>
 
              <h1>Gil Zimran</h1>
 
              <p class="huji_stat_job">Lab Instructor</p>
 
               
 
                  </div>
 
          </div>
 
  <!---------------------- Gil End ---------------------------->
 
              </div>
 
<div class="w3-row">
 
        <!---------------------- Noam start---------------------------->
 
      <div class="w3-third w3_third_left">
 
              <div class="huji_card">
 
              <p>
 
            <div class="flip-box">
 
<div class="flip-box-inner">
 
    <div class="flip-box-front">
 
      <img src="WikiSquares/WikiSquares-7.jpg" width="300" height="300">
 
    </div>
 
      <div class="flip-box-back">
 
<img src="WikiSquares/WikiSquares-12.jpg" width="300" height="300">
 
      </div>
 
  </div>
 
</div>
 
               
 
  <br /><br /><br /><br /><br />
 
             
 
              </p>
 
              <h1>Noam Kirshenbaum</h1>
 
              <p class="huji_stat_job">Product Analysis</p>
 
               
 
                  </div>
 
          </div>
 
  <!---------------------- Noam End ---------------------------->
 
 
 
 
    </div>   
 
  
  </div>
+
<!------------ Smooth scrool script ------------->
   
+
   
+
    <!------------ Smooth scrool script ------------->
+
 
<script>
 
<script>
 
// Select all links with hashes
 
// Select all links with hashes
Line 1,014: Line 396:
  
 
</script>
 
</script>
 +
 +
 +
</div>
  
 
</body>
 
</body>
 
</html>
 
</html>

Revision as of 22:07, 9 October 2018

HebrewU HujiGEM 2018

The Catalysis of Dioxin Degradation

Dioxins, a family of chemical compounds, pose a serious threat to humans, animals, and the environment. Classified as persistent environmental pollutants, these compounds move up the food chain via bioaccumulation; consequently, they are found in very harmful concentrations by the time the reach humans. Our team has set out to engineer a metabolic pathway for the complete degradation of dioxins, and detoxification of chlorinated compounds.

The pathway would involve the uptake of these pollutants and their subsequent breakdown into molecules that would enter organisms’ native metabolism. We are testing the pathway in S. cerevisiae, and have prepared expression vectors and means to engineer a multitude of plants. By deploying such pathways directly into endemic plants, our solution can be tailored to specific regions. Furthermore, because we can efficiently control plant reproduction, we can responsibly implement synthetic biology to solve this issue in a non-invasive and ecological manner.

Highlights:


We made an open source platform, where local researchers can take our synthetic pathway and conduct a research themselves, inserting it to local plants and other flora as well as improving it for us all.

Our Multiple Organism Optimization Lab Tool for iGEM Allows biologists to optimize codon usage for multiple organisms simultaneously.



We created 40 bp oligos that can be used as primers for all BioBrick parts. When amplified, these “GBs” can be used for Gibson Assembly which can save time and resources.