Difference between revisions of "Team:Rice/Medal"

 
(18 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
<head>
 
<head>
 
         <meta name="viewport" content="width=device-width, initial-scale=1">
 
         <meta name="viewport" content="width=device-width, initial-scale=1">
 +
<style>
  
    <style>       
+
* {
        * {
+
 
             box-sizing: border-box;
 
             box-sizing: border-box;
 
         }
 
         }
Line 14: Line 14:
 
         #home_logo, #sideMenu { display:none; }
 
         #home_logo, #sideMenu { display:none; }
 
    #sideMenu, #top_title, .patrollink  {display:none;}
 
    #sideMenu, #top_title, .patrollink  {display:none;}
         #content {  margin-left:-7px; margin-top:-7px; padding:0px; width:100%;}
+
         #content {  margin-left:0px; margin-top:-7px; padding:0px; width:100%;}
  
 
         #topbox{
 
         #topbox{
             height:40vh;
+
             height:50vh;
 
             width:100%;
 
             width:100%;
 
             background-image: url(https://static.igem.org/mediawiki/2019/1/10/T--Rice--Medalsss.svg);
 
             background-image: url(https://static.igem.org/mediawiki/2019/1/10/T--Rice--Medalsss.svg);
Line 27: Line 27:
 
         }
 
         }
 
         #topbox h1{
 
         #topbox h1{
             font-size: 80px;
+
             font-size: 70px;
 
             color: white !important;
 
             color: white !important;
 
             text-align: center;
 
             text-align: center;
Line 36: Line 36:
 
             font-family: comfortaa;
 
             font-family: comfortaa;
 
         }
 
         }
         #content {
+
         #container {
 
         left: 0px;
 
         left: 0px;
 
         height: 100%;
 
         height: 100%;
 
         padding: 0px;
 
         padding: 0px;
         width: 100%;
+
         width: 80%;
         margin-top: 0px;
+
         margin-top: 4%;
         margin-left: 0px;
+
         margin-left: 10%;
 
         margin-bottom: 0px;
 
         margin-bottom: 0px;
 
         background-color: #fff!important;
 
         background-color: #fff!important;
 
         }
 
         }
         body {
+
          
            margin: 0;
+
 
            background-color: #fff!important;
+
p {
            width: 100%;
+
        color:#000000!important;
        }
+
font-family: raleway!important;
 +
font-size: 20px!important;
 +
                padding: 0px!important;
 +
                margin-left:5%!important;
 +
                margin-right:5%!important;
 +
                margin-top:0px!important;
 +
       
 +
    }
 +
h1{
 +
color:#000000 !important;
 +
font-family: comfortaa !important;
 +
font-size: 70px!important;
 +
                text-align:center;
 +
                color: #fff!important;
 +
                padding:40px!important;
 +
 
 +
}
 +
h2{
 +
color:#000000!important;
 +
font-family: comfortaa !important;
 +
font-size: 50px!important;
 +
                text-align:center;
 +
                padding: 10px!important;
 +
                margin-top:0px!important;
 +
    }
 +
body {
 +
        margin: 0;
 +
        background-color: #fff!important;
 +
    }
 +
 
 
@media screen and (max-width: 481px){
 
@media screen and (max-width: 481px){
  
Line 56: Line 85:
 
font-size: 40px!important;
 
font-size: 40px!important;
 
}
 
}
 +
p {
 +
        color:#000000!important;
 +
font-family: raleway!important;
 +
font-size: 10px!important;
 +
                padding: 20px!important;
 +
                margin-top:0px!important;
 +
       
 +
    }
 +
 +
#topbox{
 +
            height:25vh;
 +
            margin-top: 0px;
 +
}
 +
}
 +
 +
}
 +
 +
button[data-balloon] {
 +
    overflow: visible;
 +
    background-color: white !important;
 +
    border-color: white !important;
 +
    border-width: 0px !important;
 +
  }
 +
 
 +
[data-balloon] {
 +
  position: relative;
 +
}
 +
[data-balloon]:before,
 +
[data-balloon]:after {
 +
  filter: alpha(opacity=0);
 +
  -khtml-opacity: 0;
 +
  -moz-opacity: 0;
 +
  opacity: 0;
 +
  pointer-events: none;
 +
  -webkit-transition: all 0.18s ease-out 0.18s;
 +
  transition: all 0.18s ease-out 0.18s;
 +
  bottom: 100%;
 +
  left: 50%;
 +
  position: absolute;
 +
  z-index: 10;
 +
  -webkit-transform: translate(-50%, 10px);
 +
  -ms-transform: translate(-50%, 10px);
 +
  transform: translate(-50%, 10px);
 +
  -webkit-transform-origin: top;
 +
  -ms-transform-origin: top;
 +
  transform-origin: top;
 +
}
 +
[data-balloon]:after {
 +
  background: rgba(17, 17, 17, 0.9);
 +
  border-radius: 4px;
 +
  color: #fff;
 +
  content: attr(data-balloon);
 +
  font-size: 12px;
 +
  padding: .5em 1em;
 +
  white-space: nowrap;
 +
  margin-bottom: 11px;
 +
}
 +
[data-balloon]:before {
 +
  background-size: 100% auto;
 +
  height: 6px;
 +
  width: 18px;
 +
  content: "";
 +
  margin-bottom: 5px;
 +
}
 +
[data-balloon]:hover:before,
 +
[data-balloon][data-balloon-visible]:before,
 +
[data-balloon]:hover:after,
 +
[data-balloon][data-balloon-visible]:after {
 +
 +
  filter: alpha(opacity=100);
 +
  -khtml-opacity: 1;
 +
  -moz-opacity: 1;
 +
  opacity: 1;
 +
  pointer-events: auto;
 +
  -webkit-transform: translate(-50%, 0);
 +
  -ms-transform: translate(-50%, 0);
 +
  transform: translate(-50%, 0);
 +
}
 +
 +
 +
}
 +
 +
[data-balloon-length]:after {
 +
  white-space: normal;
 +
}
 +
[data-balloon-length="small"]:after {
 +
  width: 80px;
 +
}
 +
[data-balloon-length="medium"]:after {
 +
  width: 150px;
 +
}
 +
[data-balloon-length="large"]:after {
 +
  width: 260px;
 +
}
 +
[data-balloon-length="xlarge"]:after {
 +
  width: 90vw;
 +
}
 +
 +
}
 +
[data-balloon-length="fit"]:after {
 +
  width: 100%;
 +
}
 +
 +
.foo img:last-child{display:none;  background-color: white !important; }
 +
.foo:hover img:first-child{display:none;  background-color: white !important; }
 +
.foo:hover img:last-child{display:inline-block;  background-color: white !important; }
 +
 +
figure:hover+span {
 +
bottom: -36px;
 +
opacity: 1;
 +
}
 +
 +
/* MEDAL CATEGORIES */
 +
 +
 +
.medal-img {
 +
max-width: 50%;
 +
margin-bottom: 20px;
 +
}
 +
 +
 +
     
 +
      div.center{
 +
    text-align: center!important;
 +
}
 +
 
 +
.container{
 +
  width: 80%;
 +
  margin-left: 10% !important;
 +
                        margin-top: 2% !important;
 +
                        padding-bottom: 50px;
 +
 +
  }
 +
 +
h1{
 +
color:#000000!important;
 +
font-family: 'Montserrat', sans-serif!important;
 +
font-size: 50px!important;
 +
                        line-height: 100%;
 +
}
 +
h2{
 +
color:#000000!important;
 +
font-family: 'Montserrat', sans-serif!important;
 +
font-size: 30px!important;
 +
                        line-height: 100%;
 +
}
 +
 +
              h3{
 +
color:#000000!important;
 +
font-family: 'Montserrat', sans-serif!important;
 +
font-size: 25px!important;
 +
                        line-height: 0%;
 +
                        padding-bottom: 25px;
 +
 +
}
 +
 +
 +
table.center{
 +
    margin-left:auto!important;
 +
    margin-right:auto!important;
 +
 +
  }
 +
  table.text{
 +
color:#000000!important;
 +
font-family: raleway!important;
 +
font-size: 16px!important;
 +
  }
 +
  .tableheader{
 +
color:#white!important;
 +
font-family: comfortaa!important;
 +
font-size: 22px!important;
 +
  }
 +
  
 
</style>
 
</style>
Line 62: Line 264:
  
 
<body>
 
<body>
 +
        <div id="topbox">
 +
            <h1></h1>
 +
        </div>
  
    <div id="topbox">
 
        <h1></h1>
 
    </div>
 
    <br />
 
  
 +
<div id= "container">
 +
<table class = "center text" align = "center">
  
<div id="content">
 
  
  
  
 +
<!-- Bronze medal requirements (displaying all 4) -->
 +
<tr>
 +
<th rowspan="2" style="width:20%;background-color:#FFFFFF">
 +
 +
 +
  <h3>
 +
      <font color="#CD7F32">Bronze</font>
 +
  </h3>
 +
  <br>
 +
  <img src="https://static.igem.org/mediawiki/2017/c/c8/Bronze_igem_rice_medal.png" class="medal-img">
 +
 +
 +
  </th>
 +
 +
  <th colspan="2" style="width:20%; background-color: #CD7F32">Register and Attend</th>
 +
<th colspan="2" style="width:20%; background-color: #CD7F32">Deliverables</th>
 +
    <th colspan="2" style="width:20%; background-color: #CD7F32">Attributions</th>
 +
    <th colspan="2" style="width:20%; background-color: #CD7F32">Inspiration and Description</th>
 +
    <th colspan="2" style="width:20%; background-color: #CD7F32">Characterization</th>
 +
 +
</tr>
 +
<tr>
 +
    <td colspan="2" style="width:20%">Register for iGEM, have a great summer, and attend the Giant Jamboree.</td>
 +
    <td colspan="2" style="width:20%"><div class="para">Our project has been documented on our <a href = "https://2019.igem.org/Team:Rice">wiki</a> and we look forward to presenting our team poster and presentation at the Giant Jamboree. Our <a href = "https://igem.org/2019_Judging_Form?team=Rice">judging</a> form has been submitted. Our <a href = "https://2019.igem.org/Team:Rice/Parts">parts pages</a> are completed.</div></td>
 +
    <td colspan="2" style="width:20%"><div class="para">Please refer to our <a href='https://2019.igem.org/Team:Rice/Attributions'>attributions</a>, where we list the contributions of those who have made Rice iGEM possible.</div></td>
 +
<td colspan="2" style="width:20%"><div class="para">Visit our <a href="https://2019.igem.org/Team:Rice/Description">Project Description</a> page to see how and why we chose our iGEM project, and how we achieved our goals.</div></td>
 +
    <td colspan="2"style="width:20%"><div class="para">We added quantitative experimental characterization data to the following parts: <a href="http://parts.igem.org/Part:BBa_K115001">BBa_K115001</a>, <a href="http://parts.igem.org/Part:BBa_K115003">BBa_K115003</a>, <a href="http://parts.igem.org/Part:BBa_K115017">BBa_K115017</a>. </div></td>
 +
  </tr>
 +
 +
 +
<!-- Silver medal requirements (displaying all 4) -->
 +
 +
<tr>
 +
 +
<th rowspan="2" style="background-color:#FFFFFF">
 +
  <h3>
 +
      <font color="#C0C0C0">Silver</font>
 +
  </h3>
 +
  <br>
 +
  <img src="https://static.igem.org/mediawiki/2017/9/98/Rice_igem_silver_medal.png" class="medal-img">
 +
</th>
 +
    <th colspan="3" style="width:33.3333%; background-color:#C0C0C0">Validated Part / Contribution</th>
 +
    <th colspan="3" style="width:33.3333%; background-color:#C0C0C0">Collaboration</th>
 +
    <th colspan="3" style="width:33.3333%; background-color:#C0C0C0">Human Practices</th>
 +
</tr> 
 +
 +
<tr>
 +
    <td colspan="3" style="width:33.3333%"><div class="para">We created new RNA thermometers and characterized these basic parts on their respective Part Main Pages. The parts we submitted on the Judging Form are <a href="http://parts.igem.org/Part:BBa_K3247000">BBa_K3247000</a>, <a href="http://parts.igem.org/Part:BBa_K3247001">BBa_K3247001</a>, <a href="http://parts.igem.org/Part:BBa_K3247003">BBa_K3247003</a>.</div></td>
 +
    <td colspan="3" style="width:33.3333%"><div class="para">We both contributed and benefited from <a href="https://2019.igem.org/Team:Rice/Collaborations">collaborations</a> with local and international iGEM teams.</div></td>
 +
    <td colspan="3" style="width:33.3333%"><div class="para">We <a href="https://2019.igem.org/Team:Rice/Public_Engagement">engaged and educated</a> others about our specific project and wider issues in synthetic biology.</div></td>
 +
</tr>
 +
 +
 +
<!-- Gold medal requirements (displaying 2 out of 4) -->
 +
 +
  <tr>
 +
<th rowspan="2" style="background-color:#FFFFFF">
 +
<h3>
 +
  <font color="#F4C900">Gold</font>
 +
</h3>
 +
<br>
 +
<img src="https://static.igem.org/mediawiki/2017/a/a5/Rice_igem_gold_medal.png" class="medal-img">
 +
 +
</th>
 +
    <th colspan="3" style="width:33%; background-color:#FFD700">Integrated Human Practices</th>
 +
    <th colspan="3" style="width:33%; background-color:#FFD700">Improve a Previous Part or Project</th>
 +
    <th colspan="3" style="width:33%; background-color:#FFD700">Model Your Project</th>
 +
 +
 +
  </tr>
 +
  <tr>
 +
 +
<td colspan="3" style="width:33%"><div class="para">We engaged with experts and the community; <a href="https://2019.igem.org/Team:Rice/Public_Engagement">educated</a> others about synthetic biology and our project; and investigated our project’s economic, agricultural, and environmental impacts in an <a href="https://2019.igem.org/Team:Rice/ImpactReport">Impact Report</a>. These efforts along with our <a href="https://2019.igem.org/Team:Rice/Meta_Analysis"> Meta-analysis</a> can be seen <a href="https://2019.igem.org/Team:Rice/Human_Practices">here</a>.</div></td>
 +
 +
<td colspan="3" style="width:33%"><div class="para">We have created a new RNA thermometer, <a href="http://parts.igem.org/Part:BBa_K3247005">BBa_K3247005</a>, that is a functional improvement of an existing RNA thermometer, <a href="http://parts.igem.org/Part:BBa_K115002">BBa_K115002</a> and we performed RNA <a href="https://2019.igem.org/Team:Rice/Experiments">thermometer fluorescence time course measurements</a> to <a href="https://2019.igem.org/Team:Rice/Results#RNA">demonstrate</a> this improvement.</div></td>
 +
 +
 +
<td colspan="3" style="width:33%"><div class="para">Our project’s RNA thermometer design was based on insight we gained from <a href="https://2019.igem.org/Team:Rice/Model">modeling</a>, in which the software NuPack was used to design RNA thermometers by finding optimal candidates using a genetic algorithm.</div></td>
 +
 +
 +
  </tr>
 
</div>
 
</div>
  
 +
 +
 +
</table>
  
 
</body>
 
</body>
 
</html>
 
</html>
 
 
{{Rice/footer}}
 
{{Rice/footer}}

Latest revision as of 21:38, 20 October 2019

Bronze


Register and Attend Deliverables Attributions Inspiration and Description Characterization
Register for iGEM, have a great summer, and attend the Giant Jamboree.
Our project has been documented on our wiki and we look forward to presenting our team poster and presentation at the Giant Jamboree. Our judging form has been submitted. Our parts pages are completed.
Please refer to our attributions, where we list the contributions of those who have made Rice iGEM possible.
Visit our Project Description page to see how and why we chose our iGEM project, and how we achieved our goals.
We added quantitative experimental characterization data to the following parts: BBa_K115001, BBa_K115003, BBa_K115017.

Silver


Validated Part / Contribution Collaboration Human Practices
We created new RNA thermometers and characterized these basic parts on their respective Part Main Pages. The parts we submitted on the Judging Form are BBa_K3247000, BBa_K3247001, BBa_K3247003.
We both contributed and benefited from collaborations with local and international iGEM teams.
We engaged and educated others about our specific project and wider issues in synthetic biology.

Gold


Integrated Human Practices Improve a Previous Part or Project Model Your Project
We engaged with experts and the community; educated others about synthetic biology and our project; and investigated our project’s economic, agricultural, and environmental impacts in an Impact Report. These efforts along with our Meta-analysis can be seen here.
We have created a new RNA thermometer, BBa_K3247005, that is a functional improvement of an existing RNA thermometer, BBa_K115002 and we performed RNA thermometer fluorescence time course measurements to demonstrate this improvement.
Our project’s RNA thermometer design was based on insight we gained from modeling, in which the software NuPack was used to design RNA thermometers by finding optimal candidates using a genetic algorithm.