|
|
Line 1: |
Line 1: |
| <html lang="en"> | | <html lang="en"> |
− |
| |
| <head> | | <head> |
| <meta charset="utf-8"> | | <meta charset="utf-8"> |
− | <meta http-equiv="X-UA-Compatible" content="IE=edge">
| + | <title>Members</title> |
− | | + | |
− | <title>Human Practices</title> | + | |
| <link href="https://2018.igem.org/wiki/index.php?title=Template:NEFU_China/CSS-menu&action=raw&ctype=text/css" rel="stylesheet" type="text/css"> | | <link href="https://2018.igem.org/wiki/index.php?title=Template:NEFU_China/CSS-menu&action=raw&ctype=text/css" rel="stylesheet" type="text/css"> |
− | <link href="https://2018.igem.org/wiki/index.php?title=Template:NEFU_China/CSS-humanpractices&action=raw&ctype=text/css" rel="stylesheet" type="text/css"> | + | <link href="https://2018.igem.org/wiki/index.php?title=Template:NEFU_China/CSS-members-content&action=raw&ctype=text/css" rel="stylesheet" type="text/css"> |
| + | <link href="https://2018.igem.org/wiki/index.php?title=Template:NEFU_China/CSS-advisors-content&action=raw&ctype=text/css" rel="stylesheet" type="text/css"> |
| + | <link href="https://2018.igem.org/wiki/index.php?title=Template:NEFU_China/CSS-body-members&action=raw&ctype=text/css" rel="stylesheet" type="text/css"> |
| + | <style> |
| | | |
− | <style>
| |
− |
| |
| #top_title, #sideMenu{ | | #top_title, #sideMenu{ |
| display: none; | | display: none; |
Line 21: |
Line 19: |
| margin-left: 0px; | | margin-left: 0px; |
| } | | } |
− | #foot-title h3 {
| + | .first-class h1 { |
− | font-size:18px!important;
| + | font-size: 36px; |
− | }
| + | |
− | #social-content {
| + | |
− | margin-top: -4px;
| + | |
− | padding-top: 50px;
| + | |
− | padding-left: 150px;
| + | |
− | padding-right:150px;
| + | |
− | font-family:"Open Sans" !important;
| + | |
− | font-size:20px;
| + | |
− | color: Black !important;
| + | |
− | font-weight: 300 !important;
| + | |
− | line-height: 30px !important;
| + | |
− | box-shadow:inset 0px 15px 15px -15px #000;
| + | |
− | }
| + | |
− | #social-content h1 {
| + | |
− | font-size:45px; | + | |
− | }
| + | |
− | #social-content p {
| + | |
− | padding-top: 20px;
| + | |
− | text-align:justify;
| + | |
− | text-justify:inter-ideograph;
| + | |
− | font-size: 20px!important;
| + | |
− | }
| + | |
− | #social-content ol {
| + | |
− | margin: 0.3em 0px 0px 2.2em!important;
| + | |
− | padding: 0px;
| + | |
− | text-align:justify;
| + | |
− | text-justify:inter-ideograph;
| + | |
− | }
| + | |
− | #social-content td {
| + | |
− | width: 50%;
| + | |
− | vertical-align: top!important;
| + | |
− | background-color: white;
| + | |
− | }
| + | |
− | #foot-title h3 {
| + | |
− | font-size:18px!important;
| + | |
| } | | } |
| #menu li ul li:hover ul{ | | #menu li ul li:hover ul{ |
Line 151: |
Line 114: |
| z-index: -2; | | z-index: -2; |
| position: absolute; | | position: absolute; |
− | margin-top: 0px!important; | + | margin-top: 36px!important; |
| } | | } |
− | #foot-title h3{
| + | .first-class h1 { |
− | font-size: 18px!important;
| + | color: blue!important; |
| + | font-size: 65px; |
| + | height: 70px; |
| } | | } |
− | #table1,#table2,#table3,#table4,#table5,#table6,#table7 {background-color: transparent!important;}
| |
| | | |
− | #table1 tr {
| + | .members-content p { |
− | background-color: transparent!important; | + | line-height: 26px!important; |
− | }
| + | color: white; |
− | | + | font-size: 26px!important; |
− | #table1 td {
| + | |
− | vertical-align: top; | + | |
− | }
| + | |
− | #table2 td {
| + | |
− | vertical-align: top; | + | |
− | }
| + | |
− | #table3 td {
| + | |
− | vertical-align: top;
| + | |
− | }
| + | |
− | #table4 td {
| + | |
− | vertical-align: top;
| + | |
− | }
| + | |
− | #table5 td {
| + | |
− | vertical-align: top;
| + | |
− | }
| + | |
− | #table6 td {
| + | |
− | vertical-align: top;
| + | |
− | }
| + | |
− | #table7 td {
| + | |
− | vertical-align: top;
| + | |
| } | | } |
| </style> | | </style> |
− | </head>
| |
| | | |
| + | |
| + | </head> |
| <body> | | <body> |
| <!--menu--> | | <!--menu--> |
Line 262: |
Line 207: |
| </li> | | </li> |
| </div> | | </div> |
− | <div id="lead"> | + | <div class="layer-bottom"> |
− | <div id="lead-content">
| + | |
− | <h1>Human Practice</h1>
| + | <canvas id="canvas" style="background:#000000"></canvas> |
− | <h2>introduction.</h2>
| + | |
− | </div>
| + | <script type="text/javascript"> |
− | </div>
| + | |
− |
| + | window.onload = function(){ |
− | <div id="about" style="box-shadow: inset 0px 15px 15px -15px green;">
| + | var canvas = document.getElementById("canvas"); |
− | <div class="container">
| + | var context =canvas.getContext("2d"); |
− | <div class="row">
| + | var W = window.innerWidth; |
− | <div class="col-md-4">
| + | var H = 1500; |
− | <h2 class="heading">Human Practice</h2>
| + | //var H = window.innerHeight*1.5; |
− | </div>
| + | canvas.width = W; |
− | <div class="col-md-8">
| + | canvas.height = H; |
− |
| + | var fontSize = 20; |
− | </div>
| + | var colunms = Math.floor(W /fontSize); |
− | </div>
| + | var drops = []; |
− | </div>
| + | for(var i=0;i<colunms;i++){ |
| + | drops.push(0); |
| + | } |
| + | |
| + | |
| + | var str1 = "ATCG"; |
| + | var str2 = "01"; |
| + | function draw(){ |
| + | context.fillStyle = "rgba(0,0,0,0.2)"; |
| + | context.fillRect(0,0,W,H); |
| + | context.font = "700 "+fontSize+"px 微软雅黑"; |
| + | context.fillStyle = "#003544"; |
| + | for(var i=0;i<colunms/2;i++){ |
| + | var index = Math.floor(Math.random() * str1.length); |
| + | var x = i*fontSize; |
| + | var y = drops[i] *fontSize; |
| + | context.fillText(str1[index],x,y); |
| + | if(y >= canvas.height){ |
| + | drops[i] = 0; |
| + | } |
| + | if(Math.random() > 0.99){ |
| + | drops[i] = 0; |
| + | } |
| + | drops[i]++; |
| + | } |
| + | for(var i=colunms/2;i<colunms;i++){ |
| + | var index = Math.floor(Math.random() * str2.length); |
| + | var x = i*fontSize; |
| + | var y = drops[i] *fontSize; |
| + | context.fillText(str2[index],x,y); |
| + | if(y >= canvas.height){ |
| + | drops[i] = 0; |
| + | } |
| + | if(Math.random() > 0.99){ |
| + | drops[i] = 0; |
| + | } |
| + | drops[i]++; |
| + | } |
| + | }; |
| + | |
| + | function randColor(){ |
| + | var r = Math.floor(Math.random() * 256); |
| + | var g = Math.floor(Math.random() * 256); |
| + | var b = Math.floor(Math.random() * 256); |
| + | return "rgb("+r+","+g+","+b+")"; |
| + | } |
| + | |
| + | draw(); |
| + | setInterval(draw,60); |
| + | }; |
| + | |
| + | </script> |
| + | |
| + | |
| + | |
| </div> | | </div> |
| <hr style="text-align: center;margin-left: 150px;margin-right: 150px;"> | | <hr style="text-align: center;margin-left: 150px;margin-right: 150px;"> |
| <div class="humanpractice-content"> | | <div class="humanpractice-content"> |
− | <h2 class="heading">SILVER MEDAL CRITERIA</h2> | + | <h2 class="heading">BRONZE</h2> |
| <div class="container"> | | <div class="container"> |
| <div class="row"> | | <div class="row"> |
Line 294: |
Line 293: |
| <h3>Brief</h3> | | <h3>Brief</h3> |
| <p> | | <p> |
− | In our case, we used biological knowledge to build an encryption system with strong confidentiality. we also take into account the public response to our case, so take measures to let the public really accept our case. In order to ensure that our system is in line with the actual application, we interviewed the experts of the National Secrecy Bureau of Heilongjiang Province in China and conducted a questionnaire survey on potential users. In addition, in order to let the public truly accept our system, we made a mini game. | + | 1.The Team NEFU_China has registered the 2018 iGEM with great enthusiasm.<br> |
| + | 2.We have created a wiki webpage of our team with clear attribution of each aspect of our project. <br> |
| + | 3.We have successfully added new and high quality experimental characterization data to an existing BioBrick BBA_K1829002.<br> |
| </p> | | </p> |
− | <a href="https://2018.igem.org/Team:NEFU_China/Silver#title1">View more</a> | + | <a href="https://2018.igem.org/Team:NEFU_China/Human_Practices">View more</a> |
| </div> | | </div> |
| | | |
Line 306: |
Line 307: |
| <hr style="margin-left: 150px;margin-right: 150px;"> | | <hr style="margin-left: 150px;margin-right: 150px;"> |
| <div class="humanpractice-content"> | | <div class="humanpractice-content"> |
− | <h2 class="heading">GOLD MEDAL CRITERIA</h2> | + | <h2 class="heading">SLIVER</h2> |
| <div class="container"> | | <div class="container"> |
| <div class="row"> | | <div class="row"> |
Line 317: |
Line 318: |
| <h3>Brief</h3> | | <h3>Brief</h3> |
| <p> | | <p> |
− | By communicating with professor Yuhua Li, we chose α-type yeast. α-type yeast can naturally produce α-factor, which can be recognized by a-type yeast to induce the pFig2c promoter. Besides, professor Chunbo Teng suggested that we can use introns that can be spliced out during mRNA maturation to further encrypt our information. Through communication with experts in the National Secrecy Bureau, we learned that if our system can be used in the encryption industry, we must limit the equipment and personnel access scopes to ensure that the entire encryption process is rigorous enough. Also through the players' self-report, we used computer programming to improve our password book to achieve the effect of word segmentation. | + | 1.We have created BBa_K2542000, BBa_K2542007 and BBa_K2542008 that work well in our project. These BioBricks have been documented in the Registry entry.<br> |
| + | 2.We have helped the UESTC-China team to examine their BioBricks. For more details, see our Collaboration part.<br> |
| + | 3.We propagated our project to the public, especially to the students, to enhance their awareness of our own information security in the human practices. We have attached a summary of the public perceptions of the importance of information security. Please check the human practice page in our wiki.<br> |
| </p> | | </p> |
− | <a href="https://2018.igem.org/Team:NEFU_China/Gold_integrated#title1">View more</a> | + | <a href="https://2018.igem.org/Team:NEFU_China/Silver">View more</a> |
| </div> | | </div> |
| | | |
Line 329: |
Line 332: |
| </div> | | </div> |
| <hr style="margin-left: 150px;margin-right: 150px;"> | | <hr style="margin-left: 150px;margin-right: 150px;"> |
− | <br> | + | <div class="humanpractice-content"> |
− | <br> | + | <h2 class="heading">GOLD</h2> |
| + | <div class="container"> |
| + | <div class="row"> |
| + | <div class="humanpractice shadow-large"> |
| + | <div class="humanpractice-image"> |
| + | <img src="https://static.igem.org/mediawiki/2018/9/93/T--NEFU_China--silver.png" style="width:300px;height:300px;"/> |
| + | </div> |
| + | |
| + | <div class="humanpractice-info"> |
| + | <h3>Brief</h3> |
| + | <p> |
| + | 1.We expanded our human practices by performing a questionnaire on information security and presenting the concepts of our project in several elementary schools in Harbin, Heilongjiang Province. We also collected advice on how to protect our information assets.<br> |
| + | 2.We have successfully improved the performance of existing BioBricks BBa_K775004 to adapt our system. We have successfully created BBa_K2542014.<br> |
| + | 3.We first established a competitive model of two yeasts under the competitive relationship conditions in the medium. After a period of time, yeast alpha secreted factors, breaking the competitive relationship . We can compare factor α to a gun, killing type a yeast, thus establishing a gun battle model.<br> |
| + | </p> |
| + | <a href="https://2018.igem.org/Team:NEFU_China/Gold_integrated">View more</a> |
| + | </div> |
| + | |
| + | </div> |
| + | |
| + | </div> |
| + | </div> |
| + | </div> |
| + | <div class="content" > |
| + | <img alt="ourteam" src="https://static.igem.org/mediawiki/2018/9/9f/T--NEFU_China--group-photo.jpg" style="width:100%"> |
| + | |
| + | <div class="members" style="margin-top:100px;box-shadow:inset 0px 15px 15px -15px green;"> |
| + | <article class="first-class"> |
| + | <h1>Attributions</h1> |
| + | <div class="members-content"> |
| + | <p> |
| + | We also thank the following instructors from Northeast Forestry University for supporting our project and providing constructive suggestions:<br><br> |
| + | Yuhua Li Professor, College of Life Science<br> |
| + | Jingying Wang Professor, College of Life Science<br> |
| + | Chunbo Teng Professor, College of Life Science<br> |
| + | Shengnan Zhu Lecturer, College of Life Science<br> |
| + | Ralf Müller-Xing Professor, College of Life Science<br> |
| + | Yang Zhang Professor, College of Life Science<br> |
| + | Fenghui Qi Professor, College of Life Science<br><br> |
| + | |
| + | NEFU_China 2018 team is particularly grateful to the following institutions for funding our iGEM project:<br> |
| + | The National Natural Science Fund |
| + | Northeast Forestry University<br> |
| + | College of Science, Northeast Forestry University<br><br> |
| | | |
− |
| |
− | </body>
| |
| | | |
| + | We would like to thank the faculty of the Discipline of Developmental Biology for letting us use their laboratory space, granting the access to laboratory equipment and providing guidance throughout our project.<br><br> |
| + | |
| + | We would like to thank our six instructors sincerely, for helping us improve our project and guiding us to do better in the final presentation. Thanks for all the time and efforts they have spent in our competition.<br><br> |
| + | |
| + | We would like to thank Heilongjiang State Secrecy Bureau for giving us suggestions about our case and showing us some past cases of confidentiality.<br><br> |
| + | |
| + | We appreciate the help from previous iGEMers for sharing their experience of the iGEM and giving us useful suggestions. <br><br> |
| + | |
| + | </p> |
| + | </div> |
| + | </article> |
| + | <br> |
| + | <br> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | |
| + | |
| + | </div> |
| + | |
| + | </body> |
| </html> | | </html> |