Difference between revisions of "Team:BNU-China/Judging"

 
(42 intermediate revisions by 6 users not shown)
Line 15: Line 15:
 
     <script type="text/javascript" src="https://2017.igem.org/Template:BNU-China/Javascript/final?action=raw&ctype=text/javascript"></script>
 
     <script type="text/javascript" src="https://2017.igem.org/Template:BNU-China/Javascript/final?action=raw&ctype=text/javascript"></script>
 
     <script type="text/javascript" src="https://2017.igem.org/Template:BNU-China/Javascript/index?action=raw&ctype=text/javascript"></script>
 
     <script type="text/javascript" src="https://2017.igem.org/Template:BNU-China/Javascript/index?action=raw&ctype=text/javascript"></script>
<style>#content{background-color:rgb(247,237,183);}</style>
+
    <script type="text/javascript">
 +
    $(document).ready(function(){
 +
      $(".w_Judge>div").click(function(){
 +
        $(".w_Judge>div").removeAttr("id");
 +
        $(this).attr("id","selected");
 +
        var h=$(this).find("img").data("h");
 +
        var p=$(this).find("img").data("p");
 +
        $(".w_JudgeH").html(h);
 +
        $(".w_JudgeP").html(p);
 +
    });});
 +
 
 +
    </script>
 +
<style>
 +
  #content{background-color:rgb(247,237,183);}
 +
  #w_text>h2{
 +
    text-align: center;
 +
    margin-top: 1em;
 +
  }
 +
  .w_Judge{
 +
  position: relative;
 +
  width: 70%;
 +
  left: 15%;
 +
  margin:10% 0px 0px 0px;
 +
  padding: 0px;
 +
    text-align: center;
 +
  }
 +
  .w_Judge>div{
 +
  position: relative;
 +
  width: 30%;
 +
  margin:5px 0px 0px 0px;
 +
  padding: 0px;
 +
    border: 0px;
 +
    cursor:pointer;
 +
    text-decoration: none;
 +
  }
 +
  .w_Judge span{
 +
  display: inline-block;
 +
  }
 +
  .w_JudgeP{
 +
  list-style:disc;
 +
        width:90%;
 +
        left:5%;
 +
  }
 +
  .w_Judge div{
 +
    display: inline-block;
 +
  }
 +
  .w_Judge>div img{
 +
  width: 100%;
 +
  }
 +
 
 +
  .w_Judge>div::before,
 +
  .w_Judge>div::after {
 +
  position: absolute;
 +
  top: 0;
 +
  left: 0;
 +
  width: 100%;
 +
  height: 1px;
 +
  background: rgb(224,64,28);
 +
  content: '';
 +
  opacity: 0.2;
 +
  -webkit-transition: opacity 0.3s, height 0.3s;
 +
  -moz-transition: opacity 0.3s, height 0.3s;
 +
  transition: opacity 0.3s, height 0.3s;
 +
  }
 +
 
 +
  .w_Judge>div::after {
 +
  top: 100%;
 +
  opacity: 0;
 +
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
 +
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
 +
  transition: transform 0.3s, opacity 0.3s;
 +
  -webkit-transform: translateY(-10px);
 +
  -moz-transform: translateY(-10px);
 +
  transform: translateY(-10px);
 +
  }
 +
 
 +
  .w_Judge>div span:first-child {
 +
  z-index: 2;
 +
  display: block;
 +
  font-weight: 300;
 +
  }
 +
 
 +
  .w_Judge>div span:last-child {
 +
  z-index: 1;
 +
  display: block;
 +
  padding: 8px 0 0 0;
 +
  color: rgb(39,47,48);
 +
  text-shadow: none;
 +
  text-transform: none;
 +
  font-style: italic;
 +
  font-size: 2em;
 +
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
 +
  opacity: 0;
 +
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
 +
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
 +
  transition: transform 0.3s, opacity 0.3s;
 +
  -webkit-transform: translateY(-100%);
 +
  -moz-transform: translateY(-100%);
 +
  transform: translateY(-100%);
 +
  }
 +
  @media screen and (max-width:767px){
 +
    .w_Judge>div span:last-child {
 +
      font-size: 1.5em;
 +
    }
 +
  }
 +
  .w_Judge>div:hover::before,
 +
  #selected:before{
 +
  height: 6px;
 +
  }
 +
 
 +
  .w_Judge>div:hover::before,
 +
  .w_Judge>div:hover::after,
 +
  #selected:before,#selected:after{
 +
  opacity: 1;
 +
  -webkit-transform: translateY(0px);
 +
  -moz-transform: translateY(0px);
 +
  transform: translateY(0px);
 +
  }
 +
 
 +
  .w_Judge>div:hover span:last-child,
 +
  #selected span:last-child{
 +
  opacity: 1;
 +
  -webkit-transform: translateY(0%);
 +
  -moz-transform: translateY(0%);
 +
  transform: translateY(0%);
 +
  }
 +
#safe-operation {
 +
    list-style: disc;
 +
    position: relative;
 +
    left: 6%;
 +
    width: 90%;
 +
}
 +
#safe-operation>li>p {
 +
    width: 100%;
 +
    font-size: 16.58px !important;
 +
    font-family: "Times New Roman" !important;
 +
    text-align: justify !important;
 +
}
 +
 
 +
</style>
 
</head>
 
</head>
  
Line 47: Line 186:
 
             <ul id="w_menu">
 
             <ul id="w_menu">
 
                 <li id="w_menu1"><a class="w_a" href="https://2017.igem.org/Team:BNU-China/Judging">Judging Criteria</a>
 
                 <li id="w_menu1"><a class="w_a" href="https://2017.igem.org/Team:BNU-China/Judging">Judging Criteria</a>
                        <ul>
 
                                <li><p data-id="#title1">Bronze</p></li>
 
                                <li><p data-id="#title2">Silver</p></li>
 
                                <li><p data-id="#title3">Gold</p></li>
 
                        </ul>
 
 
                 </li>
 
                 </li>
 
                 <li id="w_menu2"><a class="w_a" href="https://2017.igem.org/Team:BNU-China/Parts">Parts</a></li>
 
                 <li id="w_menu2"><a class="w_a" href="https://2017.igem.org/Team:BNU-China/Parts">Parts</a></li>
Line 58: Line 192:
 
             </ul>
 
             </ul>
 
         </div>
 
         </div>
<!--底栏-->
+
 
 +
    </div>
 +
</body>
 
<div id="w_text">
 
<div id="w_text">
 +
    <h1>Judge Criteria</h1>
 +
    <div class="w_Judge">
 +
      <div id="selected"><span><img src="https://static.igem.org/mediawiki/2017/c/c3/T--BNU-China--BNUGold.png" alt="Sorry, the image is not spupported by your browser." data-h='Gold' data-p='
 +
          <li>Major feedback from the integrated<a href="https://2017.igem.org/Team:BNU-China/HP/Gold_Integrated"> human practice</a> work helped us better shaped the design and execution our project.</li>
 +
          <li>We improved the function of the part <a href="http://parts.igem.org/Part:BBa_K1763000">BBa_K1763000</a>, and made a <a href="http://parts.igem.org/Part:BBa_K2220028">new part</a>.</li>
 +
          <li>Thanks to the brilliant work our <a href="https://2017.igem.org/Team:BNU-China/Model">modeling</a> group did, vital modification and improvement were made to the design of our project.</li>
 +
          <li>The <a href="https://2017.igem.org/Team:BNU-China/Demonstrate ">concept</a> of our project has been proven to function as designed.</li>
 +
      '></span><span>Gold</span></div>
 +
      <div><span><img src="https://static.igem.org/mediawiki/2017/b/b6/T--BNU-China--BNUSliver.png" alt="Sorry, the image is not spupported by your browser." data-h='Silver' data-p='
 +
          <li>All of our <a href="http://parts.igem.org/cgi/partsdb/pgroup.cgi?pgroup=iGEM2017&group=BNU-China">key biobricks</a> are validated and sent to the iGEM Registry.</li>
 +
          <li>We’ve enjoyed the <a href="https://2017.igem.org/Team:BNU-China/Collaborations">collaboration</a> with FAFU-China.</li>
 +
          <li>We reached out to our local communities and investigated the value of our work in our <a href="https://2017.igem.org/Team:BNU-China/HP/Silver">human practice</a> work.</li>
 +
      '></span><span>Silver</span></div>
 +
      <div><span><img src="https://static.igem.org/mediawiki/2017/3/3a/T--BNU-China--BNUBronze.png" alt="Sorry, the image is not spupported by your browser." data-h='Bronze' data-p='
 +
          <li>We’ve had a wonderful time with iGEM, see you at the Giant Jamboree!</li>
 +
          <li>Created a Team Wiki, which you are currently on!</li>
 +
          <li>A tremendous thank you to all our team members who have <a href="https://2017.igem.org/Team:BNU-China/Attributions">contributed</a> to our project.</li>
 +
          <li>Here are our submitted <a href="https://2017.igem.org/Safety/Final_Safety_Form?team_id=2220">safety form</a> and <a href="https://igem.org/2017_Judging_Form?id=2220">judging form</a>.</li>
 +
          <li>Click <a href="https://2017.igem.org/Team:BNU-China/Parts">here</a>  to know more about our newly registered parts,which have been submitted to the iGEM Registry.</li>
 +
          <li>We’ve added a blue chromoprotein, amilCP (<a href="http://parts.igem.org/Part:BBa_K592009">BBa_K592009</a>)to the end of the honeybee silk protein (<a href="http://parts.igem.org/Part:BBa_K1763000">BBa_K1763000</a>), click <a href="http://parts.igem.org/Part:BBa_K2220028">here</a> to find out more on our new part.</li>
 +
          <li>We’re looking forward to see you all at our poster and presentation at the Giant Jamboree!</li>
 +
      '></span><span>Bronze</span></div>
 +
    </div>
 +
    <h2 class="w_JudgeH">Gold</h2>
 +
    <ul class="w_JudgeP">
 +
        <li>Major feedbacks from the integrated<a href="https://2017.igem.org/Team:BNU-China/HP/Gold_Integrated"> human practice</a> work helped us better the design and execution of our project.</li>
 +
        <li>We improved the function of the part <a href="http://parts.igem.org/Part:BBa_K1763000">BBa_K1763000</a>, and made a <a href="http://parts.igem.org/Part:BBa_K2220028">new part</a>.</li>
 +
        <li>Thanks to the brilliant work our <a href="https://2017.igem.org/Team:BNU-China/Model">modeling</a> group did, vital modification and improvement were made to the design of our project.</li>
 +
        <li>The <a href="https://2017.igem.org/Team:BNU-China/Demonstrate ">concept</a> of our project has been proven to function as designed.</li>
 +
    </ul>
 +
 +
<!--底栏-->
 
     <div style="background-color:#F7EDB7;text-align:center;">
 
     <div style="background-color:#F7EDB7;text-align:center;">
 
     <p style="text-align: center;color: #e5b051;padding-top: 5px;margin-top:75px;">Copyright © 2017 <a href="https://2017.igem.org/Team:BNU-China" style="color: #9E2B20;text-decoration: none;opacity:0.8;">BNU-China</a>&nbsp;All rights reserved.</p>
 
     <p style="text-align: center;color: #e5b051;padding-top: 5px;margin-top:75px;">Copyright © 2017 <a href="https://2017.igem.org/Team:BNU-China" style="color: #9E2B20;text-decoration: none;opacity:0.8;">BNU-China</a>&nbsp;All rights reserved.</p>
Line 66: Line 234:
 
     </div>
 
     </div>
 
</div>
 
</div>
    </div>
 
</body>
 
 
<div id="w_text">
 
    <h1>Judge Criteria</h1>
 
    <h2 id="title1">Bronze:</h2>
 
    <p>
 
        We’ve had a wonderful time with iGEM, see you at the Giant Jamboree!
 
        Created a Team Wiki, which you are currently on!
 
        Thank you to all those who has contributed to our project.
 
        Click here to view our submitted safety form and judging form.
 
        Click here to know more about our newly registered parts,which have been submitted to the iGEM Registry.
 
        We’ve added a blue chromoprotein and amilCP to the end of BBa_K1763000, click here to find out more on our new part.
 
        We’re looking forward to see you all at our poster and presentation at the Giant Jamboree!
 
    </p>
 
    <h2 id="title2">Silver:</h2>
 
    <p>
 
        All of our key biobricks are validated and sent to the iGEM Registry:BBa_Kxxx…(这里要和gold#2里面的part不同)
 
        We’ve enjoyed the collaboration(链接到collaboration) within iGEM community.
 
        We reached out to our local communities and investigated the value of our work in our human practice(链接到human practice) work.
 
    </p>
 
    <h2 id="title3">Gold:</h2>
 
    <p>
 
        Major feedback from the integrated human practice(超链接到integrated) work helped us better shaped the design and execution our project.
 
        We improved the function of the part BBa_K1763000
 
        Thanks to the brilliant work our modeling group did, vital modification and improvement were made to the design of our project.
 
        The concept of our project has been proven to function as designed.
 
    </p>
 
</div>
 
 
 
  
 
</html>
 
</html>

Latest revision as of 14:47, 1 November 2017

BNU-China

Judge Criteria

Sorry, the image is not spupported by your browser.Gold
Sorry, the image is not spupported by your browser.Silver
Sorry, the image is not spupported by your browser.Bronze

Gold

  • Major feedbacks from the integrated human practice work helped us better the design and execution of our project.
  • We improved the function of the part BBa_K1763000, and made a new part.
  • Thanks to the brilliant work our modeling group did, vital modification and improvement were made to the design of our project.
  • The concept of our project has been proven to function as designed.

Copyright © 2017 BNU-China All rights reserved.

If you like this page, you can contact us: bnu_igem@163.com