Difference between revisions of "Team:SCAU-China/Human Practices"

(Prototype team page)
 
 
(36 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{SCAU-China}}
+
 
 
<html>
 
<html>
  
<div class="column full_size judges-will-not-evaluate">
 
<h3>★  ALERT! </h3>
 
<p>This page is used by the judges to evaluate your team for the <a href="https://2018.igem.org/Judging/Medals">medal criterion</a> or <a href="https://2018.igem.org/Judging/Awards"> award listed below</a>. </p>
 
<p> Delete this box in order to be evaluated for this medal criterion and/or award. See more information at <a href="https://2018.igem.org/Judging/Pages_for_Awards"> Instructions for Pages for awards</a>.</p>
 
</div>
 
  
 +
<style type="text/css">
 +
* {
 +
box-sizing: border-box;
 +
}
  
<div class="clear"></div>
+
a {
 +
text-decoration: none;
 +
}
  
 +
ul,
 +
ol {
 +
list-style: none;
 +
}
  
 +
body {
 +
width:100%;
 +
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 +
font-size: 14px;
 +
line-height: 1.42857143;
 +
color: #333;
 +
min-width: 768px;
 +
}
  
<div class="column full_size">
+
.navbar-default {
 +
background-color: #EEE;
 +
border-color: #e7e7e7;
 +
top: 16px;
 +
border-width: 0 0 1px;
 +
position: fixed;
 +
right: 0;
 +
left: 0;
 +
z-index: 1030;
 +
min-height: 50px;
 +
margin-bottom: 20px;
 +
border: 1px solid transparent;
 +
min-width: 768px;
 +
}
  
<h1>Human Practices</h1>
+
.container {
<p>
+
padding-right: 15px;
At iGEM we believe societal considerations should be upfront and integrated throughout the design and execution of synthetic biology projects. “Human Practices” refers to iGEM teams’ efforts to actively consider how the world affects their work and the work affects the world. Through your Human Practices activities, your team should demonstrate how you have thought carefully and creatively about whether your project is responsible and good for the world. We invite you to explore issues relating (but not limited) to the ethics, safety, security, and sustainability of your project, and to show how this exploration feeds back into your project purpose, design and execution.
+
padding-left: 15px;
</p>
+
margin-right: auto;
 +
margin-left: auto;
 +
}
  
 +
@media screen and (min-width: 768px) {
 +
.container {
 +
width: 750px;
 +
}
 +
}
  
 +
@media screen and (min-width: 992px) {
 +
.container {
 +
width: 970px;
 +
}
 +
}
  
<p>For more information, please see the <a href="https://2018.igem.org/Human_Practices">Human Practices Hub</a>. There you will find:</p>
+
@media screen and (min-width: 1200px) {
+
.container {
<ul>
+
width: 1170px;
<li> an <a href="https://2018.igem.org/Human_Practices/Introduction">introduction</a> to Human Practices at iGEM </li>
+
}
<li>tips on <a href="https://2018.igem.org/Human_Practices/How_to_Succeed">how to succeed</a> including explanations of judging criteria and advice about how to conduct and document your Human Practices work</li>
+
}
<li>descriptions of <a href="https://2018.igem.org/Human_Practices/Examples">exemplary work</a> to inspire you</li>
+
<li>links to helpful <a href="https://2018.igem.org/Human_Practices/Resources">resources</a></li>
+
<li>And more! </li>
+
</ul>
+
+
  
 +
.navbar-header {
 +
float: left;
 +
}
  
 +
.navbar-brand {
 +
color: #777;
 +
float: left;
 +
height: 50px;
 +
padding: 15px 15px;
 +
font-size: 18px;
 +
line-height: 20px;
 +
}
  
 +
.navbar>ul>li {
 +
float: left;
 +
}
  
<p>On this page, your team should document all of your Human Practices work and activities. You should write about the Human Practices topics you considered in your project, document any activities you conducted to explore these topics (such as engaging with experts and stakeholders), describe why you took a particular approach (including referencing any work you built upon), and explain if and how you integrated takeaways from your Human Practices work back into your project purpose, design and/or execution. </p>
+
.nav>li {
+
position: relative;
<p>If your team has gone above and beyond in work related to safety, then you should document this work on your Safety wiki page and provide a description and link on this page. If your team has developed education and public engagement efforts that go beyond a focus on your particular project, and for which would like to nominate your team for the Best Education and Public Engagement Special Prize, you should document this work on your Education and Education wiki page and provide a description and link here. </p>
+
display: block;
</div>
+
margin-right: 10px;
+
}
<div class="clear"></div>
+
 
 +
.nav>li>a {
 +
color: #777;
 +
position: relative;
 +
display: block;
 +
padding: 8px 15px;
 +
cursor: pointer;
 +
}
 +
 
 +
.nav>li>a:hover {
 +
color: #333;
 +
}
 +
 
 +
.caret {
 +
display: inline-block;
 +
width: 0;
 +
height: 0;
 +
margin-left: 2px;
 +
vertical-align: middle;
 +
border-top: 4px solid #777;
 +
border-right: 4px solid transparent;
 +
border-left: 4px solid transparent;
 +
position: absolute;
 +
top: 18px;
 +
right: 1px;
 +
}
 +
 
 +
.nav>li>a:hover+span {
 +
border-top: 4px solid #333;
 +
}
 +
 
 +
.nav>li .dropdown-menu {
 +
margin-top: 0;
 +
border-top-left-radius: 0;
 +
border-top-right-radius: 0;
 +
position: absolute;
 +
top: 35px;
 +
left: 0;
 +
z-index: 1000;
 +
float: left;
 +
min-width: 160px;
 +
padding: 5px 0;
 +
margin: 2px 0 0;
 +
font-size: 14px;
 +
text-align: left;
 +
list-style: none;
 +
background-color: #fff;
 +
-webkit-background-clip: padding-box;
 +
background-clip: padding-box;
 +
border: 1px solid #ccc;
 +
border: 1px solid rgba(0, 0, 0, .15);
 +
border-radius: 4px;
 +
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
 +
box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
 +
display: none;
 +
}
 +
 
 +
.dropdown-menu>li {
 +
display: list-item;
 +
}
 +
 
 +
.dropdown-menu>li>a {
 +
display: block;
 +
padding: 3px 20px;
 +
clear: both;
 +
font-weight: normal;
 +
line-height: 1.42857143;
 +
color: #333;
 +
white-space: nowrap;
 +
}
 +
.dropdown-menu>li>a:hover {
 +
background-color: #eee;
 +
}
 +
@font-face{
 +
font-family:'pinghei';
 +
src:url('https://static.igem.org/mediawiki/2018/5/5d/T--SCAU-China--pinghei.ttf') format('truetype'); /*导入字体文件*/
 +
}
 +
 
 +
body{
 +
margin:0px;
 +
width:1300px;
 +
height:100%;
 +
 
 +
}
 +
 
 +
#head1{
 +
position: relative;
 +
top:-120px;
 +
width: 100%;
 +
height:100%;
 +
 
 +
}
 +
.navbar-fixed-top {
 +
top: 20px;
 +
border-width: 0 0 1px;
 +
}
 +
#Title{
 +
width: 400px;
 +
position: relative;
 +
left: 40%;
 +
margin-top: -38%;
 +
font-family: 'pinghei';
 +
font-size: 50px;
 +
color: white;
 +
}
 +
#Title1{
 +
 
 +
position: relative;
 +
width: 400px;
 +
left: 37%;
 +
margin-top: -1%;
 +
font-family: 'pinghei';
 +
font-size: 40px;
 +
color: white;
 +
}
 +
#Title2{
 +
position: relative;
 +
width: 400px;
 +
left: 39%;
 +
margin-top: -1%;
 +
font-family: 'pinghei';
 +
font-size: 40px;
 +
color: white;
 +
}
 +
 
 +
#img1{
 +
position: relative;
 +
float: right;
 +
margin-top:20%;
 +
width: 60%;
 +
height:60%;
 +
}
 +
#d1-t{
 +
position: relative; width: 600px;/*一定要限制字的宽度 否则滚动条会出问题*/
 +
margin-top:35%;
 +
font-family: 'pinghei';
 +
font-size: 60px;
 +
color: black;
 +
left: 13%;
 +
}
 +
#d1-t1{
 +
position: relative; width: 600px;
 +
margin-top:2%;
 +
font-family: 'pinghei';
 +
font-size: 25px;
 +
color: black;
 +
left:5%;
 +
}
 +
#d1-t2{
 +
position: relative; width: 600px;
 +
margin-top:0%;
 +
font-family: 'pinghei';
 +
font-size: 25px;
 +
color: black;
 +
left: 5%;
 +
}
 +
 
 +
#img2{
 +
position: relative;
 +
 
 +
margin-top:0%;
 +
width: 100%;
 +
height:100%;
 +
}
 +
/*按钮*/
 +
#d2-t2{
 +
position: relative; width: 130px;
 +
 
 +
margin-top:0%;
 +
margin-left: auto;
 +
margin-right: auto;
 +
left: 0px;
 +
}
 +
#ha{
 +
 
 +
width: 150px;
 +
height: 65px;
 +
 
 +
margin-top: 20px;
 +
font-family:微软雅黑,宋体,Arial,Helvetica,Verdana,sans-serif;
 +
font-size:16px;
 +
color: white;
 +
 
 +
top: 20px;
 +
position: absolute;
 +
text-decoration:none; /*超链接无下划线*/
 +
border-style:solid;
 +
border-width:2px;
 +
border-bottom-color:white ;
 +
border-left-color:white ;/*设置左边框颜色为黑色*/
 +
border-right-color:white ;/*设置右边框颜色为黑色*/
 +
border-top-color:white ;
 +
border-radius: 5px;
 +
 
 +
text-align:center;
 +
line-height:60px;
 +
 
 +
-webkit-transition:all linear 0.30s;
 +
-moz-transition:all linear 0.30s;
 +
transition:all linear 0.30s;
 +
}
 +
#d2-t2 a:hover { background:white;color: #1BBC9B; }
 +
#d2-t{
 +
position: relative;
 +
margin-top:-23%;
 +
font-family: Arial,Helvetica,sans-serif,SimSun;
 +
font-size: 60px;
 +
color: white;
 +
margin-left: auto;
 +
margin-right: auto;
 +
text-align: center;
 +
}
 +
#d2-t1{
 +
position: relative;
 +
margin-top:2%;
 +
font-family: Arial,Helvetica,sans-serif,SimSun;;
 +
font-size: 50px;
 +
color: white;
 +
margin-left: auto;
 +
margin-right: auto;
 +
text-align: center;
 +
}
 +
 
 +
 
 +
 
 +
 
 +
#content {
 +
width: 101%;
 +
padding: 15px;
 +
border: none;
 +
color: black;
 +
margin-left: 20px;
 +
margin-right: auto;
 +
background-color: #ffffff;
 +
position: relative;
 +
}
 +
#content {
 +
position: relative;
 +
width: 101%;
 +
margin: 0 auto;
 +
padding: 5px 5px 5px 5px;
 +
background: white;
 +
color: black;
 +
border-left: 1px solid #444444;
 +
border-right: 1px solid #444444;
 +
line-height: 1.5em;
 +
z-index: 2;
 +
}
 +
 
 +
#d2 {
 +
height: 600px;
 +
}
 +
body {
 +
background-color:white;
 +
 
 +
    margin: 0px;
 +
    width: 100%;
 +
    height: 100%;
 +
 
 +
}
 +
#top_title{
 +
display:none;
 +
}
 +
</style>
 +
 
 +
 
 +
<div class="Tan MingYang"></div>
 +
<div class="Li JiaDong"></div>
 +
<div class="Huang XinLing"></div>
 +
<div class="Fan ZhongZhao"></div>
  
+
<div class="navbar-default">
<div class="column full_size">
+
<div class="container">
<div class="highlight decoration_background">
+
<div class="navbar-header">
<p>The iGEM judges will review this page to assess whether you have met the Silver and/or Gold medal requirements based on the Integrated Human Practices criteria listed below. If you nominate your team for the <a href="https://2018.igem.org/Judging/Awards">Best Integrated Human Practices Special Prize</a> by filling out the corresponding field in the <a href="https://2018.igem.org/Judging/Judging_Form">judging form</a>, the judges will also review this page to consider your team for that prize.
+
<a href="https://2018.igem.org/Team:SCAU-China" class="navbar-brand">SCAU-2018</a>
</p>
+
</div>
+
 
</div>
 
</div>
 +
<div class="navbar">
 +
<ul style="float: left;" class="nav">
 +
<li class="dropdown">
 +
<a href="javascript:void(0)">TEAM</a>
 +
<span class="caret"></span>
 +
<ul class='dropdown-menu'>
 +
<li>
 +
<a href="https://2018.igem.org/Team:SCAU-China/Members">Members</a>
 +
</li>
 +
<li>
 +
<a href="https://2018.igem.org/Team:SCAU-China/Attributions">Attributions</a>
 +
</li>
  
<div class="clear extra_space"></div>
+
</ul>
 +
</li>
 +
<li class="dropdown">
 +
<a href="javascript:void(0)">PROJECT</a>
 +
<span class="caret"></span>
 +
<ul class='dropdown-menu'>
 +
<li><a href="https://2018.igem.org/Team:SCAU-China/ProjectOverview">Overview</a></li>
 +
<li><a href="https://2018.igem.org/Team:SCAU-China/Background">Background</a></li>
 +
<li><a href="https://2018.igem.org/Team:SCAU-China/Design">Design</a></li>
 +
<li><a href="https://2018.igem.org/Team:SCAU-China/SRK">Synergistic Recombination Kit</a></li>
 +
<li><a href="https://2018.igem.org/Team:SCAU-China/MM">Mathematical Model of Biological Intrinsic Regulation System</a></li>
 +
<li><a href="https://2018.igem.org/Team:SCAU-China/Type">Type II CRISPR/Cas 9 Kit</a></li>
 +
<li><a href="https://2018.igem.org/Team:SCAU-China/MOM">Method for Optimizing Microbial Cell Culture</a></li>
 +
<li><a href="https://2018.igem.org/Team:SCAU-China/Outlook">Outlook</a></li>
 +
<li><a href="https://2018.igem.org/Team:SCAU-China/Demonstrate">Demonstrate</a></li>
  
 +
</ul>
 +
</li>
 +
<li class="dropdown">
 +
<a href="javascript:void(0)">LAB WORK</a>
 +
<span class="caret"></span>
 +
<ul class='dropdown-menu'>
 +
<li><a href="https://2018.igem.org/Team:SCAU-China/Experiments">Experiments</a></li>
 +
<li><a href="https://2018.igem.org/Team:SCAU-China/Parts">Parts</a></li>
 +
<li><a href="https://2018.igem.org/Team:SCAU-China/Improve">Improve</a></li>
 +
<li><a href="https://2018.igem.org/Team:SCAU-China/InterLab">Interlab</a></li>
 +
<li><a href="https://2018.igem.org/Team:SCAU-China/Measurement">Measurement</a></li>
 +
</ul>
 +
</li>
  
 +
<li class="dropdown">
 +
<a href="javascript:void(0)">MODEL</a>
 +
<span class="caret"></span>
 +
<ul class='dropdown-menu'>
 +
<li><a href="https://2018.igem.org/Team:SCAU-China/Model">Overview</a></li>
 +
<li><a href="https://2018.igem.org/Team:SCAU-China/Model/HAWNA">HAWNA</a></li>
 +
<li><a href="https://2018.igem.org/Team:SCAU-China/Model/PPIBoost">PPIBoost</a></li>
 +
<li><a href="https://2018.igem.org/Team:SCAU-China/Model/CultrueCondition">Cultrue Condition</a></li>
 +
</ul>
 +
</li>
  
<div class="column full_size">
+
</ul>
+
<ul style="float: right;" class="nav">
<h3>Silver Medal Criterion #3</h3>
+
<li class="dropdown">
<p>Convince the judges you have thought carefully and creatively about whether your work is responsible and good for the world. Document how you have investigated these issues and engaged with your relevant communities, why you chose this approach, and what you have learned. Please note that surveys will not fulfill this criteria unless you follow scientifically valid methods. </p>
+
<a href="javascript:void(0)">SAFETY</a>
 +
<span class="caret"></span>
 +
<ul class='dropdown-menu'>
 +
<li><a href="https://2018.igem.org/Team:SCAU-China/Safety">Safety</a></li>
 +
</ul>
 +
</li>
 +
<li class="dropdown">
 +
<a href="javascript:void(0)">HUMAN PRACTICES</a>
 +
<span class="caret"></span>
 +
<ul class='dropdown-menu'>
 +
<li><a href="https://2018.igem.org/Team:SCAU-China/Human_Practices">Overview</a></li>
 +
<li><a href="https://2018.igem.org/Team:SCAU-China/silver">Silver</a></li>
 +
<li><a href="https://2018.igem.org/Team:SCAU-China/Integrated">Integrated</a></li>
 +
<li><a href="https://2018.igem.org/Team:SCAU-China/Public_Engagement">Public Engagement & Education</a></li>
 +
<li><a href="https://2018.igem.org/Team:SCAU-China/Collaborations">Collaborations</a></li>
  
 +
</ul>
 +
</li>
 +
</ul>
 +
</div>
 +
</div>
 +
</div>
  
<h3>Gold Medal Criterion #1</h3>
+
<div id="d2">
<p>Expand on your silver medal activity by demonstrating how you have integrated the investigated issues into the purpose, design and/or execution of your project. Document how your project has changed based upon your human practices work.
+
<img src="https://static.igem.org/mediawiki/2018/d/d9/T--SCAU-CHINA--overview4.jpg" id="img2">
</p>
+
 
 +
<div id="d2-t">Silver </div>
 +
 
 +
 
 +
<div id="d2-t2">
 +
<a id="ha" href="https://2018.igem.org/Team:SCAU-China/silver">Learn more</a>
 +
</div>
 
</div>
 
</div>
  
  
  
<div class="clear extra_space"></div>
+
<div id="d2">
 +
<img src="https://static.igem.org/mediawiki/2018/5/55/T--SCAU-CHINA--overview2.jpg" id="img2">
 +
<div id="d2-t">Integrated </div>
  
  
  
<div class="column full_size">
+
<div id="d2-t2">
<h3>Best Integrated Human Practices Special Prize</h3>
+
<a id="ha" href="https://2018.igem.org/Team:SCAU-China/Integrated">Learn more</a>
 +
</div>
 +
</div>
  
<p>To compete for the Best Integrated Human Practices prize, please describe your work on this page and also fill out the description on the judging form. </p>
+
<div id="d2">
 +
<img src="https://static.igem.org/mediawiki/2018/9/91/T--SCAU-CHINA--overview3.jpg" id="img2">
 +
<div id="d2-t"></div>
 +
<div id="d2-t1">Public Engagement & Education</div>
  
<p>How does your project affect society and how does society influence the direction of your project? How might ethical considerations and stakeholder input guide your project purpose and design and the experiments you conduct in the lab? How does this feedback enter into the process of your work all through the iGEM competition? Document a thoughtful and creative approach to exploring these questions and how your project evolved in the process to compete for this award!</p>
+
<div id="d2-t2">
<p>You must also delete the message box on the top of this page to be eligible for this prize.</p>
+
<a id="ha" href="https://2018.igem.org/Team:SCAU-China/Engagement">Learn more</a>
 +
</div>
 +
</div>
  
 +
<div id="d2">
 +
<img src="https://static.igem.org/mediawiki/2018/e/e7/T--SCAU-CHINA--overview1.jpg" id="img2">
 +
<div id="d2-t">Collaborations </div>
 +
 +
<div id="d2-t2">
 +
<a id="ha" href="https://2018.igem.org/Team:SCAU-China/Collaborations">Learn more</a>
 
</div>
 
</div>
 +
</div>
 +
 +
 +
<script>
 +
var dropdownBoxs = document.getElementsByClassName('dropdown');
 +
var dropdownMenus = document.getElementsByClassName('dropdown-menu');
 +
for (let i = 0 ; i < dropdownBoxs.length ; i ++) {
 +
// console.log(dropdownBoxs[i]);
 +
// console.log(dropdownMenus[i]);
 +
dropdownBoxs[i].index = i;
 +
dropdownBoxs[i].onclick = function () {
 +
var styles = document.defaultView.getComputedStyle(dropdownMenus[i]) || dropdownMenus[i].currentStyle;
 +
// console.log(styles.display);
 +
if (styles.display == 'none') {
 +
for (let j = 0 ; j < dropdownBoxs.length ; j ++) {
 +
dropdownMenus[j].style.display = 'none';
 +
dropdownMenus[i].style.display = 'block';
 +
}
 +
} else {
 +
for (let j = 0 ; j < dropdownBoxs.length ; j ++) {
 +
dropdownMenus[j].style.display = 'none';
 +
}
 +
}
 +
}
 +
}
 +
</script>
 +
</html>

Latest revision as of 12:24, 17 October 2018

Silver
Integrated
Public Engagement & Education
Collaborations