Difference between revisions of "Team:HebrewU/Attributions"

 
(39 intermediate revisions by the same user not shown)
Line 7: Line 7:
 
<!--- Own CSS --->
 
<!--- Own CSS --->
 
<link rel="stylesheet" href="https://2018.igem.org/Template:HebrewU/CSS?action=raw&ctype=text/css">
 
<link rel="stylesheet" href="https://2018.igem.org/Template:HebrewU/CSS?action=raw&ctype=text/css">
 
<!--- Jquery script - ****** remove when uploading to wiki ********** --->
 
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
 
  
 
<!--- Main Menu script --->
 
<!--- Main Menu script --->
Line 27: Line 24:
 
     #content { padding:0px; width:100%; margin-top:-12px; margin-left:0px;}
 
     #content { padding:0px; width:100%; margin-top:-12px; margin-left:0px;}
 
     #body {background-color:#EDEADC; }
 
     #body {background-color:#EDEADC; }
     #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
+
     #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent p { margin-bottom: 0px; }
 
 
 
 
 
     .w3-container {
 
     .w3-container {
Line 52: Line 49:
  
 
.ulogo { display:none; }
 
.ulogo { display:none; }
 +
 +
.container_KEGG {
 +
 +
display:none;
 +
 
}
 
}
  
 
+
.container_KEGG img {
body {
+
display:none;
background-color:teal;
+
}
 
 
 
}
 
}
 +
 +
  
 
.w3-container li {
 
.w3-container li {
Line 67: Line 71:
 
}
 
}
  
.w3-container h5 {
+
.w3-container p {
 
padding-left:60px;
 
padding-left:60px;
 
font-size:130%;
 
font-size:130%;
Line 73: Line 77:
 
 
 
}
 
}
 +
 +
#HQ_page p {
 +
    font-family: Tahoma, Geneva, sans-serif;
 +
    font-size: 14px;
 +
    text-align: justify;
 +
    color: white;
 +
}
 +
 +
a{
 +
 +
color:white;
 +
}
 +
 +
a:visited{
 +
    color: white;
 +
}
 +
 +
 +
.container_KEGG {
 +
 +
    position: relative;
 +
    width: 100%;
 +
    max-width: 850px;
 +
margin: 0 auto;
 +
 +
}
 +
 +
.container_KEGG img {
 +
    height: auto;
 +
}
 +
 +
.btn_KEGG1 {
 +
    position: absolute;
 +
    top: 12.5%;
 +
    left: 7%;
 +
    transform: translate(-50%, -50%);
 +
    -ms-transform: translate(-50%, -50%);
 +
    background-color:#607d8b;
 +
    color: white;
 +
    font-size: 18px;
 +
    padding: 8px 8px;
 +
    border: none;
 +
    cursor: pointer;
 +
    border-radius: 5px;
 +
    text-align: center;
 +
}
 +
 +
.btn_KEGG1:hover {
 +
    background-color: #FEFE2E;
 +
    color: black;
 +
}
 +
 +
 +
.btn_KEGG2 {
 +
    position: absolute;
 +
    top: 25%;
 +
    left: 7%;
 +
    transform: translate(-50%, -50%);
 +
    -ms-transform: translate(-50%, -50%);
 +
    background-color:#607d8b;
 +
    color: white;
 +
    font-size: 18px;
 +
    padding: 8px 8px;
 +
    border: none;
 +
    cursor: pointer;
 +
    border-radius: 5px;
 +
    text-align: center;
 +
}
 +
 +
.btn_KEGG2:hover {
 +
    background-color: #D801D8;
 +
    color: white;
 +
}
 +
 +
.btn_KEGG3 {
 +
    position: absolute;
 +
    top: 37.5%;
 +
    left: 7%;
 +
    transform: translate(-50%, -50%);
 +
    -ms-transform: translate(-50%, -50%);
 +
    background-color:#607d8b;
 +
    color: white;
 +
    font-size: 18px;
 +
    padding: 8px 8px;
 +
    border: none;
 +
    cursor: pointer;
 +
    border-radius: 5px;
 +
    text-align: center;
 +
}
 +
 +
.btn_KEGG3:hover {
 +
    background-color: #F9383B;
 +
    color: white;
 +
}
 +
 +
 +
.btn_KEGG4 {
 +
    position: absolute;
 +
    top: 50%;
 +
    left: 7%;
 +
    transform: translate(-50%, -50%);
 +
    -ms-transform: translate(-50%, -50%);
 +
    background-color:#607d8b;
 +
    color: white;
 +
    font-size: 18px;
 +
    padding: 8px 8px;
 +
    border: none;
 +
    cursor: pointer;
 +
    border-radius: 5px;
 +
    text-align: center;
 +
}
 +
 +
.btn_KEGG4:hover {
 +
    background-color: #0FFE0F;
 +
    color: black;
 +
}
 +
 +
 +
.btn_KEGG5 {
 +
    position: absolute;
 +
    top: 62.5%;
 +
    left: 7%;
 +
    transform: translate(-50%, -50%);
 +
    -ms-transform: translate(-50%, -50%);
 +
    background-color:#607d8b;
 +
    color: white;
 +
    font-size: 18px;
 +
    padding: 8px 8px;
 +
    border: none;
 +
    cursor: pointer;
 +
    border-radius: 5px;
 +
    text-align: center;
 +
}
 +
 +
.btn_KEGG5:hover {
 +
    background-color: #6D00D9;
 +
    color: white;
 +
}
 +
 +
 +
.btn_KEGG6 {
 +
    position: absolute;
 +
    top: 75%;
 +
    left: 7%;
 +
    transform: translate(-50%, -50%);
 +
    -ms-transform: translate(-50%, -50%);
 +
    background-color:#607d8b;
 +
    color: white;
 +
    font-size: 18px;
 +
    padding: 2px 2px;
 +
    border: none;
 +
    cursor: pointer;
 +
    border-radius: 5px;
 +
    text-align: center;
 +
}
 +
 +
.btn_KEGG6:hover {
 +
    background-color: #9EFEFD;
 +
    color: black;
 +
}
 +
 +
.btn_KEGG7 {
 +
    position: absolute;
 +
    top: 12.5%;
 +
    left: 90%;
 +
    transform: translate(-50%, -50%);
 +
    -ms-transform: translate(-50%, -50%);
 +
    background-color:#607d8b;
 +
    color: white;
 +
    font-size: 18px;
 +
    padding: 8px 8px;
 +
    border: none;
 +
    cursor: pointer;
 +
    border-radius: 5px;
 +
    text-align: center;
 +
}
 +
 +
.btn_KEGG7:hover {
 +
    background-color: #99FF99;
 +
    color: black;
 +
}
 +
 +
 +
.btn_KEGG8 {
 +
    position: absolute;
 +
    top: 25%;
 +
    left: 90%;
 +
    transform: translate(-50%, -50%);
 +
    -ms-transform: translate(-50%, -50%);
 +
    background-color:#607d8b;
 +
    color: white;
 +
    font-size: 18px;
 +
    padding: 8px 8px;
 +
    border: none;
 +
    cursor: pointer;
 +
    border-radius: 5px;
 +
    text-align: center;
 +
}
 +
 +
.btn_KEGG8:hover {
 +
    background-color: #B7B00A;
 +
    color: white;
 +
}
 +
 +
.btn_KEGG9 {
 +
    position: absolute;
 +
    top: 37.5%;
 +
    left: 90%;
 +
    transform: translate(-50%, -50%);
 +
    -ms-transform: translate(-50%, -50%);
 +
    background-color:#607d8b;
 +
    color: white;
 +
    font-size: 18px;
 +
    padding: 8px 8px;
 +
    border: none;
 +
    cursor: pointer;
 +
    border-radius: 5px;
 +
    text-align: center;
 +
}
 +
 +
.btn_KEGG9:hover {
 +
    background-color: #188CFD;
 +
    color: white;
 +
}
 +
 +
 +
.btn_KEGG10 {
 +
    position: absolute;
 +
    top: 50%;
 +
    left: 90%;
 +
    transform: translate(-50%, -50%);
 +
    -ms-transform: translate(-50%, -50%);
 +
    background-color:#607d8b;
 +
    color: white;
 +
    font-size: 18px;
 +
    padding: 8px 8px;
 +
    border: none;
 +
    cursor: pointer;
 +
    border-radius: 5px;
 +
    text-align: center;
 +
}
 +
 +
.btn_KEGG10:hover {
 +
    background-color: #256B0C;
 +
    color: white;
 +
}
 +
 +
 +
.btn_KEGG11 {
 +
    position: absolute;
 +
    top: 62.5%;
 +
    left: 90%;
 +
    transform: translate(-50%, -50%);
 +
    -ms-transform: translate(-50%, -50%);
 +
    background-color:#607d8b;
 +
    color: white;
 +
    font-size: 18px;
 +
    padding: 8px 8px;
 +
    border: none;
 +
    cursor: pointer;
 +
    border-radius: 5px;
 +
    text-align: center;
 +
}
 +
 +
.btn_KEGG11:hover {
 +
    background-color: #FE8208;
 +
    color: white;
 +
}
 +
 +
 +
.btn_KEGG12 {
 +
    position: absolute;
 +
    top: 75%;
 +
    left: 90%;
 +
    transform: translate(-50%, -50%);
 +
    -ms-transform: translate(-50%, -50%);
 +
    background-color:#607d8b;
 +
    color: white;
 +
    font-size: 18px;
 +
    padding: 2px 2px;
 +
    border: none;
 +
    cursor: pointer;
 +
    border-radius: 5px;
 +
    text-align: center;
 +
}
 +
 +
.btn_KEGG12:hover {
 +
    background-color: #00664C;
 +
    color: white;
 +
}
 +
 +
.btn_KEGG13 {
 +
   
 +
    background-color:white;
 +
    color: black;
 +
    font-size: 18px;
 +
    padding: 4px 4px;
 +
    border: none;
 +
    cursor: pointer;
 +
    border-radius: 5px;
 +
    text-align: center;
 +
}
 +
 +
.btn_KEGG13:hover {
 +
    background-color: black;
 +
    color: white;
 +
}
 +
 +
#myBtn_up {
 +
  display: none;
 +
  position: fixed;
 +
  bottom: 20px;
 +
  right: 30px;
 +
  z-index: 99;
 +
}
 +
 +
#myBtn_up:hover {
 +
opacity:0.7;
 +
}
 +
  
 
</style>
 
</style>
Line 78: Line 402:
  
 
<body>
 
<body>
<div class="w3-dark-grey">
+
<div class="w3-blue-gray">
 
<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 89: Line 413:
 
      
 
      
 
         <a href="https://2018.igem.org/Team:HebrewU">
 
         <a href="https://2018.igem.org/Team:HebrewU">
                 <img src="https://static.igem.org/mediawiki/2018/d/d3/T--Hebrewu--huji_boiling_logo.png" width="60" height="60" style="margin-left:-27px;">
+
                 <img class="ulogo w3-animate" src="https://static.igem.org/mediawiki/2018/d/d3/T--Hebrewu--huji_boiling_logo.png" width="60" height="60" style="margin-left:-27px;">
 
                 </a>
 
                 </a>
 
   </div>  
 
   </div>  
Line 97: Line 421:
 
             <li><a href="https://2018.igem.org/Team:HebrewU/Description">Description</a></li>
 
             <li><a href="https://2018.igem.org/Team:HebrewU/Description">Description</a></li>
 
             <li><a href="https://2018.igem.org/Team:HebrewU/Model">Model</a></li>
 
             <li><a href="https://2018.igem.org/Team:HebrewU/Model">Model</a></li>
             <li><a href="https://2018.igem.org/Team:HebrewU/Results">Results</a></li>
+
             <li><a href="https://2018.igem.org/Team:HebrewU/Demonstrate">Results</a></li>
 
             <li><a href="https://2018.igem.org/Team:HebrewU/Parts">Parts</a></li>
 
             <li><a href="https://2018.igem.org/Team:HebrewU/Parts">Parts</a></li>
             <li><a href="https://2018.igem.org/Team:HebrewU/Motivation">Moolti</a></li>
+
             <li><a href="https://2018.igem.org/Team:HebrewU/Software">Moolti</a></li>
  
 
         </ul>         
 
         </ul>         
Line 128: Line 452:
 
         <ul>
 
         <ul>
 
             <li><a href="https://2018.igem.org/Team:HebrewU/Team">Members</a></li>
 
             <li><a href="https://2018.igem.org/Team:HebrewU/Team">Members</a></li>
             <li><a href="https://2018.igem.org/Team:HebrewU/Attributionss">Attributions</a></li>
+
             <li><a href="https://2018.igem.org/Team:HebrewU/Attributions">Attributions</a></li>
 
             <li><a href="https://2018.igem.org/Team:HebrewU/Collaborations">Collaborations</a></li>
 
             <li><a href="https://2018.igem.org/Team:HebrewU/Collaborations">Collaborations</a></li>
 
             <li><a href="https://2018.igem.org/Team:HebrewU/Photo_Gallery">Photo Gallery</a></li>
 
             <li><a href="https://2018.igem.org/Team:HebrewU/Photo_Gallery">Photo Gallery</a></li>
Line 151: Line 475:
 
             <a href="https://2018.igem.org/Team:HebrewU/Description"><button class="b_huji_small_subnav">Description</button></a>
 
             <a href="https://2018.igem.org/Team:HebrewU/Description"><button class="b_huji_small_subnav">Description</button></a>
 
             <a href="https://2018.igem.org/Team:HebrewU/Model"><button class="b_huji_small_subnav">Model</button></a>
 
             <a href="https://2018.igem.org/Team:HebrewU/Model"><button class="b_huji_small_subnav">Model</button></a>
             <a href="https://2018.igem.org/Team:HebrewU/Results"><button class="b_huji_small_subnav">Results</button></a>
+
             <a href="https://2018.igem.org/Team:HebrewU/Demonstrate"><button class="b_huji_small_subnav">Results</button></a>
 
             <a href="https://2018.igem.org/Team:HebrewU/Parts"><button class="b_huji_small_subnav">Parts</button></a>
 
             <a href="https://2018.igem.org/Team:HebrewU/Parts"><button class="b_huji_small_subnav">Parts</button></a>
 
             <a href="https://2018.igem.org/Team:HebrewU/Software"><button class="b_huji_small_subnav">Moolti</button></a>
 
             <a href="https://2018.igem.org/Team:HebrewU/Software"><button class="b_huji_small_subnav">Moolti</button></a>
Line 181: Line 505:
 
         <div class="huji_small_navbar_panel">
 
         <div class="huji_small_navbar_panel">
 
             <a href="https://2018.igem.org/Team:HebrewU/Members"><button class="b_huji_small_subnav">Members</button></a>
 
             <a href="https://2018.igem.org/Team:HebrewU/Members"><button class="b_huji_small_subnav">Members</button></a>
             <a href="https://2018.igem.org/Team:HebrewU/Attributionsn"><button class="b_huji_small_subnav">Attributions</button></a>
+
             <a href="https://2018.igem.org/Team:HebrewU/Attributions"><button class="b_huji_small_subnav">Attributions</button></a>
 
             <a href="https://2018.igem.org/Team:HebrewU/Collaborations"><button class="b_huji_small_subnav">Collaborations</button></a>
 
             <a href="https://2018.igem.org/Team:HebrewU/Collaborations"><button class="b_huji_small_subnav">Collaborations</button></a>
 
             <a href="https://2018.igem.org/Team:HebrewU/Photo_Gallery"><button class="b_huji_small_subnav">Photo Gallery</button></a>
 
             <a href="https://2018.igem.org/Team:HebrewU/Photo_Gallery"><button class="b_huji_small_subnav">Photo Gallery</button></a>
Line 222: Line 546:
  
 
<!-- Header -->
 
<!-- Header -->
<header class="w3-container w3-dark-grey w3-center" style="padding-bottom:60px">
+
<header class="w3-container" style="padding-bottom:60px;font-size:20px;">
  <h1 class="w3-margin w3-jumbo">Project Attribution</h1>
+
 
  <h5 class="w3" style="padding-left:10%;padding-right:10%">We are the first iGEM team in Hebrew University's history. One year ago, when we had only thought of joining iGEM, the students and administrators of our university had not even heard of the conference. But as the word spread and momentum had been building with our committed team-members, the entirety of our project was being built from the bottom up. Before even finding a PI, our small group of 2nd and 3rd year undergrad students had begun developing research ideas, recruiting new-members, searching for funding and establishing the parameters of what it would take to actually compete at iGEM.<br />
+
<div class="w3-center w3-animate-bottom">
   </h5>
+
<img src="https://static.igem.org/mediawiki/2018/2/20/T--hebrewu--attribution_HL.png" width="60%">
   <h5 class="w3" style="padding-left:10%;padding-right:10%">We've made mistakes along the way, perhaps many. As the first iGEM team to have been established at our university, we met challenges that, we hope, will be stream-lined for future teams at Hebrew U. </h5>
+
<br />           
 +
         
 +
          <p style="padding-left:10%;padding-right:10%;font-size:20px;">We are the first iGEM team in Hebrew University's history. One year ago, when we had only thought of joining iGEM, the students and administrators of our university had not even heard of the conference. But as the word spread and momentum had been building with our committed team-members, the entirety of our project was being built from the bottom up. Before even finding a PI, our small group of 2nd and 3rd year undergrad students had begun developing research ideas, recruiting new-members, searching for funding and establishing the parameters of what it would take to actually compete at iGEM.<br /><br />
 +
  As we didn't have a prior i-GEM infrastructure in the University, we've built the project from scratch. We faced many challenges and made mistakes along the way - which will hopefully help guide future teams in HebrewU.  </p>
 +
   <br />
 +
   <div class="container_KEGG">
 +
(Click on the topics to see which student took part in the process) <br /><br />
 +
 
 +
    <div style="text-align:center">
 +
  <img id="myImage1" src="https://static.igem.org/mediawiki/2018/5/53/T--Hebrewu--KEGG_12.png" alt="Snow" style="width:100%">
 +
<button class="btn_KEGG1" onClick="document.getElementById('myImage1').src='https://static.igem.org/mediawiki/2018/1/19/T--Hebrewu--KEGG_13.png' "> DRY LAB
 +
</button>
 
    
 
    
   <img src="https://static.igem.org/mediawiki/2018/b/b1/T--hebrewu--huji_KEGG.svg" width="70%"> <br />
+
<button class="btn_KEGG2" onClick="document.getElementById('myImage1').src='https://static.igem.org/mediawiki/2018/0/0e/T--Hebrewu--KEGG_11.png'"> BIOBRICKS
 +
</button>
 +
    
 +
<button class="btn_KEGG3" onClick="document.getElementById('myImage1').src='https://static.igem.org/mediawiki/2018/3/33/T--Hebrewu--KEGG_1.png'">ETHICS
 +
</button>
 +
 
 +
<button class="btn_KEGG4" onClick="document.getElementById('myImage1').src='https://static.igem.org/mediawiki/2018/9/93/T--Hebrewu--KEGG_8.png'">MOOLTI
 +
</button>
 +
 
 +
<button class="btn_KEGG5" onClick="document.getElementById('myImage1').src='https://static.igem.org/mediawiki/2018/b/b0/T--Hebrewu--KEGG_7.png'">WIKI
 +
</button>
 +
 
 +
<button class="btn_KEGG6" onClick="document.getElementById('myImage1').src='https://static.igem.org/mediawiki/2018/6/66/T--Hebrewu--KEGG_2.png'">EXPERT <br /> INTERVIEWS</button>
 +
 
 +
 
 +
<button class="btn_KEGG7" onClick="document.getElementById('myImage1').src='https://static.igem.org/mediawiki/2018/4/4f/T--Hebrewu--KEGG_3.png'">WET LAB
 +
</button>
 +
 
 +
<button class="btn_KEGG8" onClick="document.getElementById('myImage1').src='https://static.igem.org/mediawiki/2018/0/03/T--Hebrewu--KEGG_10.png'">PUBLIC <br /> ENGAGEMENT
 +
</button>
 +
 
 +
<button class="btn_KEGG9" onClick="document.getElementById('myImage1').src='https://static.igem.org/mediawiki/2018/b/bc/T--Hebrewu--KEGG_5.png'">COLLABORATION
 +
</button>
 +
 
 +
<button class="btn_KEGG10" onClick="document.getElementById('myImage1').src='https://static.igem.org/mediawiki/2018/f/f4/T--Hebrewu--KEGG_4.png'">POSTER
 +
</button>
 +
 
 +
<button class="btn_KEGG11" onClick="document.getElementById('myImage1').src='https://static.igem.org/mediawiki/2018/4/4e/T--Hebrewu--KEGG_6.png'">FUNDING
 +
</button>
 +
 
 +
<button class="btn_KEGG12" onClick="document.getElementById('myImage1').src='https://static.igem.org/mediawiki/2018/6/66/T--Hebrewu--KEGG_0.png'">REAL-WORLD <br />APPLICATION
 +
</button>
 +
</div>
 +
 
 +
<button class="btn_KEGG13" onClick="document.getElementById('myImage1').src='https://static.igem.org/mediawiki/2018/5/53/T--Hebrewu--KEGG_12.png' "> ENTIRE PATHWAY
 +
</button>
 +
<br /> <br />
 +
</div>
 
    
 
    
 
   <a href="#founding_main_toggle">
 
   <a href="#founding_main_toggle">
   <button class="w3-button w3-teal w3-padding-large w3-large w3-margin-top">Founding Members</button></a>
+
   <button class="w3-button" style="background-color:#ffc73b;color:black;">Founding Members</button></a>
 
   <a href="#mentors_main_toggle">
 
   <a href="#mentors_main_toggle">
   <button class="w3-button w3-teal w3-padding-large w3-large w3-margin-top">Mentors</button></a>
+
   <button class="w3-button" style="background-color:#ffc73b;color:black;">Mentors</button></a>
 
     <a href="#experts_main_toggle">
 
     <a href="#experts_main_toggle">
     <button class="w3-button w3-teal w3-padding-large w3-large w3-margin-top">Experts Support</button></a>
+
     <button class="w3-button" style="background-color:#ffc73b;color:black;">Expert Support</button></a>
 
   <a href="#Associated_main_toggle">
 
   <a href="#Associated_main_toggle">
   <button class="w3-button w3-teal w3-padding-large w3-large w3-margin-top">Associated Students</button> </a>
+
   <button class="w3-button" style="background-color:#ffc73b;color:black;">Associate Students</button> </a>
     <a href="#open_source_main_toggle">
+
     <a href="#Creative_main_toggle">
   <button class="w3-button w3-teal w3-padding-large w3-large w3-margin-top">Creative Guidness</button> </a>
+
   <button class="w3-button" style="background-color:#ffc73b;color:black;">Creative Guidance</button> </a>
       <a href="#open_source_main_toggle">
+
       <a href="#Sponsors_main_toggle">
   <button class="w3-button w3-teal w3-padding-large w3-large w3-margin-top">Sponsors</button> </a>
+
   <button class="w3-button" style="background-color:#ffc73b;color:black;">Sponsors</button> </a>
 +
  <a href="#Codes_main_toggle">
 +
  <button class="w3-button" style="background-color:#ffc73b;color:black;">Codes</button> </a>
 
</header>
 
</header>
  
Line 249: Line 623:
  
 
<!-- First Grid -->
 
<!-- First Grid -->
<div id="founding_main_toggle" class="w3-row-padding w3-padding-64 w3-dark-grey w3-container">
+
<div id="founding_main_toggle" class="w3-row-padding w3-blue-gray w3-container">
 
   <div class="w3-content">
 
   <div class="w3-content">
     <div class="w3-twothird">
+
     <div class="w3">
       <h1>Founding staff members</h1>
+
       <h1>Founding Staff Members</h1>
       <h5 class="w3-padding-32">Despite our team-members stubborn commitment to trailblazing this enterprise, we could not have accomplished an ounce of it without some key administrators and advisors from our school:
+
       <p style="font-family:Tahoma, Geneva, sans-serif;font-size:20px;">Despite our team-members stubborn commitment to trailblazing this enterprise, we could not have accomplished an ounce of it without some key administrators and advisors from our school:
  
Thank you,  
+
Thank you, <br /> <br />  
</h5>
+
Dr. Assaf Mosquna <br />  
      <li>Dr. Assaf Mosquna </li>
+
Prof. Masha Niv (V. Dean of the Agriculture Faculty)<br />  
      <li>Prof. Masha Niv (V. Dean of the Agriculture Faculty) </li>
+
Prof. Berta Sivan (V. Rector of the University)<br />  
<li> Prof. Berta Sivan (V. Rector of the University) </li>
+
Prof. Benny Chefetz (Dean of the Agriculture Faculty)<br />  
<li> Prof. Benny Chefetz (Dean of the Agriculture Faculty) </li>
+
Prof. Shai Morin (V. Dean of the Agriculture Faculty)<br />  
<li> Prof. Shai Morin (V. Dean of the Agriculture Faculty)</li>
+
Tatyana Grosfeld (Head of Student Union in the Agriculture Faculty)<br />  
<li> Tatyana Grosfeld (Head of Student Union in the Agriculture Faculty)<br />  
+
 
<br />
 
<br />
 +
 
for helping us obtain the means to build and complete our project.
 
for helping us obtain the means to build and complete our project.
  
Line 269: Line 643:
  
 
</div>
 
</div>
 
    <div class="w3-third w3-center" style="marging:none;"></div>
 
  </div>
 
 
</div>
 
</div>
  
 
<!-- Second Grid -->
 
<!-- Second Grid -->
<div id="mentors_main_toggle" class="w3-row-padding w3-dark-grey w3-padding-64 w3-container">
+
<div id="mentors_main_toggle" class="w3-row-padding w3-blue-gray w3-container">
 
   <div class="w3-content">
 
   <div class="w3-content">
     <div class="w3-third w3-center"></div>
+
     <div class="w3 w3-center"></div>
  
 
     <div class="w3-twothird">
 
     <div class="w3-twothird">
 
       <h1>Mentors </h1>
 
       <h1>Mentors </h1>
       <h5 class="w3-padding-32">Aside from our beloved PI, Assaf Mosquna, whom graciously dedicated countless hours to helping us with every step along the way, we had found other mentors from within the administration and staff of our university that did not hesitate to offer their time, guidance and administrative help to our team. All of our mentors helped us shape our project into a tangible and realistic form. They made sure that our youthful imaginations had something to stand on. <br />
+
       <p style="font-family:Tahoma, Geneva, sans-serif;font-size:20px;">Aside from our beloved PI, Assaf Mosquna, whom graciously dedicated countless hours to helping us with every step along the way, we had found other mentors from within the administration and staff of our university that did not hesitate to offer their time, guidance and administrative help to our team. All of our mentors helped us shape our project into a tangible and realistic form. They made sure that our youthful imaginations had something to stand on. <br />
 
<br />
 
<br />
  
<li> Prof. Berta Sivan</li>
+
Prof. Berta Sivan<br />  
<li> Prof. Masha Niv</li>
+
Prof. Masha Niv<br />  
<li> Mr. Shai Ducin</li>
+
Mr. Shai Ducin<br />  
<li> Mr. Oded Pri-Tal </li>
+
Mr. Oded Pri-Tal <br />  
<li> Mr. Gil Zimran</li>
+
Mr. Gil Zimran<br />  
 +
 
 
  <br />
 
  <br />
 
   
 
   
Line 295: Line 667:
 
<br />
 
<br />
  
</h5>
+
</p>
 
     </div>
 
     </div>
 
      
 
      
Line 302: Line 674:
  
 
<!-- third Grid -->
 
<!-- third Grid -->
<div id="experts_main_toggle" class="w3-row-padding w3-padding-64 w3-dark-grey w3-container">
+
<div id="experts_main_toggle" class="w3-row-padding w3-blue-gray w3-container">
 
   <div class="w3-content">
 
   <div class="w3-content">
     <div class="w3-twothird">
+
     <div class="w3">
       <h1>Experts support</h1>
+
       <h1>Experts and General Support</h1>
       <h5 id="experts_toggle" class="w3-padding-32">Over the course of the year, several individuals stand out as having played a key role in the undertaking of some of our core projects. Without them, we could not have achieved the multi-dimensional operations and acts we had sought to achieve and are grateful to have met and worked with such professionals. <br />
+
       <p id="experts_toggle" style="font-family:Tahoma, Geneva, sans-serif;font-size:20px;">Over the course of the year, several individuals stand out as having played a key role in the undertaking of some of our core projects. Without them, we could not have achieved the multi-dimensional operations and acts we had sought to achieve and are grateful to have met and worked with such professionals. <br />
 
Thank you, <br /> <br />
 
Thank you, <br /> <br />
  
  
    <li>Prof. Ron Milo (Weizmann Institute of Science)</li>  
+
Prof. Ron Milo (Weizmann Institute of Science) <br />  
    <li>Prof. Boaz Yuval (The Hebrew University) </li>
+
Prof. Boaz Yuval (The Hebrew University) <br />  
    <li> Prof. Oded Shuseyov (The Hebrew University)</li>
+
Prof. Oded Shuseyov (The Hebrew University)<br />  
    <li> Ms. Hoan Xu </li>
+
Ms. Hoan Xu <br />  
    <li> Mr. Tomer Malchi</li>  
+
Mr. Tomer Malchi <br />  
 
     <br />
 
     <br />
 
     for their consultation and guidance throughout our project.  <br /> <br />
 
     for their consultation and guidance throughout our project.  <br /> <br />
 
 
 
 
<li> Dr. Yonatan Friedman (The Hebrew University) for giving us access for his lab equipment during our interlab work.</li>
+
Dr. Yonatan Friedman (The Hebrew University) for giving us access for his lab equipment during our interlab work.<br /> <br />  
 
 
 
 
<li>Dr.  Julius Ben Ari, Mr. Noam Kirshenbaum and Dr. Orit gal (The Hebrew University). for their help with our chemical analyses. </li>
+
Dr.  Julius Ben Ari, Mr. Noam Kirshenbaum and Dr. Orit gal (The Hebrew University). for their help with our chemical analyses. <br /> <br />  
 
 
 
 
<li> Dr. Dan Davidi (Weizmann Institute of Science) for advisement on our Codon Optimizer software. </li>  
+
Dr. Dan Davidi (Weizmann Institute of Science) for advisement on our Codon Optimizer software. <br /> <br />  
 
 
 
 
<li> Prof. Jonathan Gressel (Weizmann Institute of Science), for participating in our Livestream. </li>
+
Prof. Jonathan Gressel (Weizmann Institute of Science), for participating in our Livestream. <br /> <br />  
 
+
Dr. Yair Rezeck (Tel Hai Collegue) <br />  
<li> Dr. Yair Rezeck (Tel Hai Collegue) </li>
+
Sheikh Hasan Heidar <br />  
    <li> Sheikh Hasan Heidar </li>
+
Prof. Eliezer Goldschmidt (The Hebrew University) <br />  
    <li> Prof. Eliezer Goldschmidt (The Hebrew University </li>
+
Dr Carmel Shalev (Haifa University)<br />  
    <li> Dr Carmel Shalev (Haifa University)
+
Ms. Siba Ismail <br /><br />  
    <li> Ms. Siba Ismail </li> <br />
+
 
      
 
      
 
     for meeting with us and providing religious and cultural insights regarding our Human Practices work.
 
     for meeting with us and providing religious and cultural insights regarding our Human Practices work.
 
<br / > <br / >
 
<br / > <br / >
<li> Asaf Magal and Shahar Frenkel, for translating an interview (from arabic). </li>
+
Asaf Magal and Shahar Frenkel, for translating an interview (from arabic).  
<br / >
+
<br / > <br / >
 
 
 
 
<li> Dr. Charles Bailey and Dr. Le Ke son, authors of "From Enemies to Partners" and Dr. Mai Trinh for their priceless consultations as experts on the TCDD tragedy in Vietnam. </li>
+
Dr. Charles Bailey and Dr. Le Ke son, authors of "From Enemies to Partners" and Dr. Mai Trinh for their priceless consultations as experts on the TCDD tragedy in Vietnam.  
 <br / >
+
 <br / > <br / >
 
      
 
      
<li> Eyal Shushan and Yuli Meroz, industrial designers from the Bezalel Academy of Art and Design, for helping design and execute our community projects. </li>
+
Eyal Shushan and Yuli Meroz, industrial designers from the Bezalel Academy of Art and Design, for helping design and execute our community projects.  
 <br / >
+
 <br / > <br / >
<li> Prof. Nir Friedman (The Hebrew University) for his gracious donations to our community projects. </li>  
+
Prof. Nir Friedman (The Hebrew University) from the Chromatin & RNA Gene Regulation Center of the I-CORE Program of the Planning and Budgeting Committee and The Israel Science Foundation, for their generous donation for our project.  
 <br / >
+
 <br / > <br / >
+
 
<li> Prof. Maya Schuldiner lab (Weizmann Institute) for providing us plasmids and yeast for our experiments. </li>  
+
Prof. Maya Schuldiner lab (Weizmann Institute) for providing us plasmids and yeast for our experiments.  
 <br / >
+
 <br / > <br / >
</h5>
+
   
 +
      Benny Kramer, Ilya Kramer and Guy Smoilov for their guidance with regard to programming the codon optimizer.     
 +
   
 +
</p>
  
 
<br />
 
<br />
Line 359: Line 733:
  
 
<!-- fourth Grid -->
 
<!-- fourth Grid -->
<div id="Associated_main_toggle" class="w3-row-padding w3-dark-grey w3-padding-64 w3-container">
+
<div id="Associated_main_toggle" class="w3-row-padding w3-blue-gray  w3-container">
 
   <div class="w3-content">
 
   <div class="w3-content">
 
     <div class="w3-third w3-center"></div>
 
     <div class="w3-third w3-center"></div>
  
 
     <div class="w3-twothird">
 
     <div class="w3-twothird">
       <h1>Associated Students </h1>
+
       <h1>Associate Students </h1>
       <h5 class="w3-padding-32"> Throughout our iGEM journey, several students from our university helped. These students supported us along the way and provided a helping hand for some of our key activities. We greatly appreciate their contribution to the project: <br /> <br />
+
       <p  style="font-family:Tahoma, Geneva, sans-serif;font-size:20px;"> Throughout our iGEM journey, several students from our university helped. These students supported us along the way and provided a helping hand for some of our key activities. We greatly appreciate their contribution to the project: <br /> <br />
 
        
 
        
       <li>Hasan Haidar, Plant science, Bachelor's degree, 3rd year.</li>
+
       Hasan Haidar - Assistance with the wiki and ethics project. <br />  
      <li> Sivan Samara, Environmental economics, Bachelor's degree, first year. </li>
+
      Sivan Samara - Assistance with PR. <br />  
      <li> Shai Eyal, Biochemistry and Food Science, Bachelor's degree, third year. </li>
+
        Shai Eyal - Assistance with PR and preliminary literary research. <br />  
      <li> Yaarit Shapira, agroecology & biotechnology, Bachelor's degree, second year. </li>
+
        Yaarit Shapira - Assistance with the ethics project. <br />  
      <li> Omri Vardi, Agroecology & Biotechnology, Bachelor's degree, second year.</li>
+
        Omri Vard - Assistance with preliminary literary research.<br />  
      <li> Dania Odeh, Computational Biology, Bachelor's degree, second year. </li>
+
        Dania Odeh - Assistance with preliminary software research. <br />  
      <li> Amit Cucuy, Plant science, Bachelor's degree, 2nd year.</li>
+
        Amit Cucuy - Assistance with literary research.
+
+
 
<br /><br />
 
<br /><br />
  
  
</h5>
+
</p>
 
     </div>
 
     </div>
 
      
 
      
Line 386: Line 758:
  
 
<!-- fifth Grid -->
 
<!-- fifth Grid -->
<div id="Creative" class="w3-row-padding w3-padding-64 w3-dark-grey w3-container">
+
<div id="Creative_main_toggle" class="w3-row-padding w3-blue-gray w3-container">
 
   <div class="w3-content">
 
   <div class="w3-content">
 
     <div class="w3-twothird">
 
     <div class="w3-twothird">
       <h1><span class="w3-padding-32">Creative proccesses</span> <span class="w3-padding-32">guidnace </span></h1>
+
       <h1><span >Creative Guidance </span></h1>
       <h5 class="w3-padding-32">Many of the operations we had performed throughout the year did not necessarily come to fruition. Nevertheless, many hours were poured into them by our team as well as several experts we had consulted with. We would like to acknowledge and thank those people for their contribution during the creative processes of our projects. <br />  
+
       <p  style="font-family:Tahoma, Geneva, sans-serif;font-size:20px;">Many of the operations we had performed throughout the year did not necessarily come to fruition. Nevertheless, many hours were poured into them by our team as well as several experts we had consulted with. We would like to acknowledge and thank those people for their contribution during the creative processes of our projects. <br />  
 
         <br />
 
         <br />
  
<li> Prof. Sarel Fleishman  (Weizmann Institute of Science)
+
Prof. Sarel Fleishman  (Weizmann Institute of Science)<br /> <br />  
    </li>
+
      
     <li> Dr. Antollena Di Pizio (The Hebrew University)  
+
    Dr. Antollena Di Pizio (The Hebrew University) <br /> <br />  
    </li>
+
      
     <li>Ms. Rosalie Lipsh  (Weizmann Institute of Science)<br /><br />
+
    Ms. Rosalie Lipsh  (Weizmann Institute of Science)<br /><br />
 
     on looking into the possibility of improving one of our enzymes using computational design.  
 
     on looking into the possibility of improving one of our enzymes using computational design.  
 
<br /> <br />
 
<br /> <br />
<li> Dr. Yair Mau and Dr. Nimrod Schwartz  (The Hebrew University) - making a plant uptake calculator. </li>
+
Dr. Yair Mau and Dr. Nimrod Schwartz  (The Hebrew University) - making a plant uptake calculator.
 
<br />
 
<br />
<li> Prof. Yakov Nahmias (The Hebrew University) - TCDD breakage from contaminated liver cells. </li> <br />
+
Prof. Yakov Nahmias (The Hebrew University) - TCDD breakage from contaminated liver cells. <br /><br />  
 
 
<li> Barak Dror (The Hebrew University) </li>
+
Barak Dror (The Hebrew University), <br />  
<li> Ms. Michal chomsky (Teva Pharmaceutical Industries Ltd) </li>
+
Ms. Michal chomsky (Teva Pharmaceutical Industries Ltd), <br />  
<li> Ms. Yael Givol-Barzilai </li>
+
Ms. Yael Givol-Barzilai, <br />  
<li> Dr. Orit gal – supporting our effort to generate industry sponsorship. </li>
+
Dr. Orit gal – supporting our effort to generate industry sponsorship, <br />  
<li> Ms. Naomi van Wijk and Dr. Shlomzion Shen, from Seevix, for giving us access to their patented  Spider-silk products.</li>
+
Ms. Naomi van Wijk and Dr. Shlomzion Shen, from Seevix, for giving us access to their patented  Spider-silk products,<br />  
<li> Maayan Tzuk-Peri (Coordinator External Relations, Agriculture Faculty) </li>
+
Maayan Tzuk-Peri (Coordinator External Relations, Agriculture Faculty) <br />  
       </h5>
+
       </p>
 
  </div> <br /> <br />
 
  </div> <br /> <br />
 
<br /> <br />  
 
<br /> <br />  
Line 422: Line 794:
  
 
<div id="industry_full" class="collapse" style="text-align: left">
 
<div id="industry_full" class="collapse" style="text-align: left">
<div class="w3-dark-grey w3-center" style="padding-left:10%;padding-right:10%">
+
<div class="w3-blue-gray w3-center" style="padding-left:10%;padding-right:10%">
  
 
Our team participated in several international conferences such as Biomed, Agrivest and a Synthetic Biology conference at the Weizmann Institute, in which we presented our project and had productive dialogues with many professionals about our ideas. We also visited the offices of several major corporations (Microsoft, Teva LTD., etc.) in order to receive their input on our implementation ideas as well. <br /> <br /> <br />
 
Our team participated in several international conferences such as Biomed, Agrivest and a Synthetic Biology conference at the Weizmann Institute, in which we presented our project and had productive dialogues with many professionals about our ideas. We also visited the offices of several major corporations (Microsoft, Teva LTD., etc.) in order to receive their input on our implementation ideas as well. <br /> <br /> <br />
Line 433: Line 805:
  
 
<!-- sixth Grid -->
 
<!-- sixth Grid -->
<div id="open_source_main_toggle" class="w3-row-padding w3-dark-grey w3-padding-64 w3-container">
+
<div id="Sponsors_main_toggle" class="w3-row-padding w3-blue-gray  w3-container">
 
   <div class="w3-content">
 
   <div class="w3-content">
 
     <div class="w3 w3-center"></div>
 
     <div class="w3 w3-center"></div>
Line 439: Line 811:
 
     <div class="w3">
 
     <div class="w3">
 
       <h1>Sponsors</h1>
 
       <h1>Sponsors</h1>
       <h5 class="w3-padding-32">
+
       <p  style="font-family:Tahoma, Geneva, sans-serif;font-size:20px;">
               <div style="float:left">
+
               <div style="text-align:center">
           <img src="https://static.igem.org/mediawiki/2018/2/2a/T--Hebrewu--IDT_icon.png"  height="50px">
+
           <a href ="https://eu.idtdna.com/pages"><img style="padding:8px;" src="https://static.igem.org/mediawiki/2018/2/2a/T--Hebrewu--IDT_icon.png"  height="80px"></a>
  <img src="https://static.igem.org/mediawiki/2018/4/4f/T--Hebrewu--ornat_logo.png" height="50px;">
+
  <a href ="http://www.ornat.co.il/"><img style="padding:8px;" src="https://static.igem.org/mediawiki/2018/4/4f/T--Hebrewu--ornat_logo.png" height="80px;"><br/>
           <img src="https://static.igem.org/mediawiki/2018/5/55/T--Hebrewu--Tivan_logo.png"  height="50">
+
           <a href ="http://www.tivanbiotech.co.il/"><img style="padding:8px;" src="https://static.igem.org/mediawiki/2018/5/55/T--Hebrewu--Tivan_logo.png"  height="80px">
 +
          <a href ="https://www.neb.com/"><img style="padding:8px;" src="https://static.igem.org/mediawiki/2018/1/1a/T--Hebrewu--NEB.png"  height="80px"><br/>
 +
          <a href ="http://icore-chromatin-rna.org/"><img style="padding:8px;" src="https://static.igem.org/mediawiki/2018/e/e6/T--Hebrewu--Icore.png"  height="100px"></a>
 +
          <a href ="http://icore-chromatin-rna.org/"><img style="padding:8px;" src="https://static.igem.org/mediawiki/2018/7/7e/T--Hebrewu--Icore-chromatin.png" height="100px"></a>
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 
           </div>
 
           </div>
       </h5>
+
         
 +
       </p>
 
     </div>
 
     </div>
 
   </div>
 
   </div>
 
</div>
 
</div>
 +
 +
 +
<!-- seventh Grid -->
 +
<div id="Codes_main_toggle" class="w3-row-padding w3-blue-gray  w3-container">
 +
  <div class="w3-content">
 +
 +
    <div class="w3">
 +
      <h1>Code that was used on our website</h1>
 +
      <div class="w3-blue-gray" style="padding-left:50px;padding-right:15%;font-size:20px;">
 +
 +
1. The Calendar used on our Notebook page is based on <a href="https://cal-heatmap.com/"> Cal-HeatMap</a>, which was developed by Wan Qi Chen, under the MIT License open source initiative. <br />
 +
 
 +
2. The TCDD invasion game is based on a tutorial from <a href="http://frozenlizardproductions.com/">"Frozen Lizard Productions".</a>
 +
</div>
 +
 +
    </div>
 +
  </div>
 +
  <br /><br /><br /><br />
 +
 +
</div>
 +
 +
<a onClick="topFunction()" id="myBtn_up" title="Go to top"><img src="https://static.igem.org/mediawiki/2018/1/1e/T--hebrewu--arrow_up.png" width="40px" /></a>
 +
 +
 +
<script>
 +
// When the user scrolls down 20px from the top of the document, show the button
 +
window.onscroll = function() {scrollFunction()};
 +
 +
function scrollFunction() {
 +
    if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
 +
        document.getElementById("myBtn_up").style.display = "block";
 +
    } else {
 +
        document.getElementById("myBtn_up").style.display = "none";
 +
    }
 +
}
 +
 +
// When the user clicks on the button, scroll to the top of the document
 +
function topFunction() {
 +
    document.body.scrollTop = 0;
 +
    document.documentElement.scrollTop = 0;
 +
}
 +
</script>
  
  

Latest revision as of 16:19, 11 November 2018

HebrewU HujiGEM 2018




We are the first iGEM team in Hebrew University's history. One year ago, when we had only thought of joining iGEM, the students and administrators of our university had not even heard of the conference. But as the word spread and momentum had been building with our committed team-members, the entirety of our project was being built from the bottom up. Before even finding a PI, our small group of 2nd and 3rd year undergrad students had begun developing research ideas, recruiting new-members, searching for funding and establishing the parameters of what it would take to actually compete at iGEM.

As we didn't have a prior i-GEM infrastructure in the University, we've built the project from scratch. We faced many challenges and made mistakes along the way - which will hopefully help guide future teams in HebrewU.


(Click on the topics to see which student took part in the process)

Snow


Founding Staff Members

Despite our team-members stubborn commitment to trailblazing this enterprise, we could not have accomplished an ounce of it without some key administrators and advisors from our school: Thank you,

Dr. Assaf Mosquna
Prof. Masha Niv (V. Dean of the Agriculture Faculty)
Prof. Berta Sivan (V. Rector of the University)
Prof. Benny Chefetz (Dean of the Agriculture Faculty)
Prof. Shai Morin (V. Dean of the Agriculture Faculty)
Tatyana Grosfeld (Head of Student Union in the Agriculture Faculty)

for helping us obtain the means to build and complete our project.

Mentors

Aside from our beloved PI, Assaf Mosquna, whom graciously dedicated countless hours to helping us with every step along the way, we had found other mentors from within the administration and staff of our university that did not hesitate to offer their time, guidance and administrative help to our team. All of our mentors helped us shape our project into a tangible and realistic form. They made sure that our youthful imaginations had something to stand on.

Prof. Berta Sivan
Prof. Masha Niv
Mr. Shai Ducin
Mr. Oded Pri-Tal
Mr. Gil Zimran

We'd also like to thank Almog Angel (iGEM Tel-Hai 2016) and Ricarina Rabinovitz (iGEM Technion 2014) for their indispensable advice and guidance in the beginning of our journey.

Experts and General Support

Over the course of the year, several individuals stand out as having played a key role in the undertaking of some of our core projects. Without them, we could not have achieved the multi-dimensional operations and acts we had sought to achieve and are grateful to have met and worked with such professionals.
Thank you,

Prof. Ron Milo (Weizmann Institute of Science)
Prof. Boaz Yuval (The Hebrew University)
Prof. Oded Shuseyov (The Hebrew University)
Ms. Hoan Xu
Mr. Tomer Malchi

for their consultation and guidance throughout our project.

  Dr. Yonatan Friedman (The Hebrew University) for giving us access for his lab equipment during our interlab work.

  Dr. Julius Ben Ari, Mr. Noam Kirshenbaum and Dr. Orit gal (The Hebrew University). for their help with our chemical analyses.

  Dr. Dan Davidi (Weizmann Institute of Science) for advisement on our Codon Optimizer software.

  Prof. Jonathan Gressel (Weizmann Institute of Science), for participating in our Livestream.

Dr. Yair Rezeck (Tel Hai Collegue)
Sheikh Hasan Heidar
Prof. Eliezer Goldschmidt (The Hebrew University)
Dr Carmel Shalev (Haifa University)
Ms. Siba Ismail

for meeting with us and providing religious and cultural insights regarding our Human Practices work.

Asaf Magal and Shahar Frenkel, for translating an interview (from arabic).
 
Dr. Charles Bailey and Dr. Le Ke son, authors of "From Enemies to Partners" and Dr. Mai Trinh for their priceless consultations as experts on the TCDD tragedy in Vietnam.  
 
Eyal Shushan and Yuli Meroz, industrial designers from the Bezalel Academy of Art and Design, for helping design and execute our community projects.  
 
Prof. Nir Friedman (The Hebrew University) from the Chromatin & RNA Gene Regulation Center of the I-CORE Program of the Planning and Budgeting Committee and The Israel Science Foundation, for their generous donation for our project.  
 
Prof. Maya Schuldiner lab (Weizmann Institute) for providing us plasmids and yeast for our experiments.  
 
Benny Kramer, Ilya Kramer and Guy Smoilov for their guidance with regard to programming the codon optimizer.


Associate Students

Throughout our iGEM journey, several students from our university helped. These students supported us along the way and provided a helping hand for some of our key activities. We greatly appreciate their contribution to the project:

Hasan Haidar - Assistance with the wiki and ethics project.
Sivan Samara - Assistance with PR.
Shai Eyal - Assistance with PR and preliminary literary research.
Yaarit Shapira - Assistance with the ethics project.
Omri Vard - Assistance with preliminary literary research.
Dania Odeh - Assistance with preliminary software research.
Amit Cucuy - Assistance with literary research.

Creative Guidance

Many of the operations we had performed throughout the year did not necessarily come to fruition. Nevertheless, many hours were poured into them by our team as well as several experts we had consulted with. We would like to acknowledge and thank those people for their contribution during the creative processes of our projects.

Prof. Sarel Fleishman (Weizmann Institute of Science)

Dr. Antollena Di Pizio (The Hebrew University)

Ms. Rosalie Lipsh (Weizmann Institute of Science)

on looking into the possibility of improving one of our enzymes using computational design.

Dr. Yair Mau and Dr. Nimrod Schwartz (The Hebrew University) - making a plant uptake calculator.
Prof. Yakov Nahmias (The Hebrew University) - TCDD breakage from contaminated liver cells.

Barak Dror (The Hebrew University),
Ms. Michal chomsky (Teva Pharmaceutical Industries Ltd),
Ms. Yael Givol-Barzilai,
Dr. Orit gal – supporting our effort to generate industry sponsorship,
Ms. Naomi van Wijk and Dr. Shlomzion Shen, from Seevix, for giving us access to their patented Spider-silk products,
Maayan Tzuk-Peri (Coordinator External Relations, Agriculture Faculty)





Our team participated in several international conferences such as Biomed, Agrivest and a Synthetic Biology conference at the Weizmann Institute, in which we presented our project and had productive dialogues with many professionals about our ideas. We also visited the offices of several major corporations (Microsoft, Teva LTD., etc.) in order to receive their input on our implementation ideas as well.


In speaking with these business leaders - some of which have actually brought GMO's to market, and others with a deep understanding of Agro-tech product development - we came to understand that a solution such as ours has the potential to reach the market, but that, if it did, the product would not necessarily reach the regions of the world that need it the most. For this reason, our team dropped the idea of creating a business model, and instead adopted an open-source model so that our solution would not be restricted from any particular country or region.

Sponsors

Code that was used on our website

1. The Calendar used on our Notebook page is based on Cal-HeatMap, which was developed by Wan Qi Chen, under the MIT License open source initiative.
2. The TCDD invasion game is based on a tutorial from "Frozen Lizard Productions".