Difference between revisions of "Team:UESTC-China/HP/Silver"

(Prototype team page)
 
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{UESTC-China}}
+
<html lang="zh">
<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://2017.igem.org/Judging/Medals">medal criterion</a> or <a href="https://2017.igem.org/Judging/Awards"> award listed above</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://2017.igem.org/Judging/Pages_for_Awards"> Instructions for Pages for awards</a>.</p>
+
</div>
+
<div class="clear"></div>
+
  
 +
<head>
 +
<meta charset="UTF-8" />
 +
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
 +
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
 +
<title>Team:UESTC-China/HP-Engagement - 2017.igem.org</title>
  
<div class="column full_size">
+
<link rel="stylesheet" href="https://2017.igem.org/Template:UESTC-China/css/bootstrap?action=raw&ctype=text/css">
 +
<script src="https://2017.igem.org/Template:UESTC-China/js/jquery?action=raw&ctype=text/javascript"></script>
 +
<script src="https://2017.igem.org/Template:UESTC-China/js/bootstrap-js?action=raw&ctype=text/javascript"></script>
 +
<script src="https://2017.igem.org/Template:UESTC-China/js/back-to-top?action=raw&ctype=text/javascript"></script>
  
<h1>Silver Medal Human Practices</h1>
+
<link rel="stylesheet" href="https://2017.igem.org/Template:UESTC-China/css/styleset?action=raw&ctype=text/css" />
<p>iGEM teams are leading in the area of Human Practices because they conduct their projects within a social/environmental context, to better understand issues that might influence the design and use of their technologies.</p>
+
<link rel="stylesheet" type="text/css" href="https://2017.igem.org/Template:UESTC-China/css/common-use?action=raw&ctype=text/css" />
<p>Teams work with students and advisors from the humanities and social sciences to explore topics concerning ethical, legal, social, economic, safety or security issues related to their work. Consideration of these Human Practices is crucial for building safe and sustainable projects that serve the public interest. </p>
+
<p>For more information, please see the <a href="https://2017.igem.org/Competition/Human_Practices">Human Practices page</a>.</p>
+
</div>
+
  
<div class="clear"></div>
+
<link rel="stylesheet" type="text/css" href="css/template.css" />
  
<div class="column half_size">
+
<style type="text/css">
<h3>Silver Medal Criterion #3</h3>
+
.col-lg-10 .subHead {
<p>Convince the judges you have thought carefully and creatively about whether your work is safe, responsible and good for the world. You could accomplish this through engaging with your local, national and/or international communities or other approaches. Please note that standard surveys will not fulfill this criteria.</p>
+
font-size: 18px !important;
</div>
+
}
 +
 +
.col-lg-10 h2 {
 +
padding-top: 20px;
 +
}
 +
 +
.col-lg-10 a:link {
 +
text-decoration: underline;
 +
}
 +
 +
#HP-Engagement button {
 +
width: 100%;
 +
border-radius: 20px;
 +
font-size: 18px;
 +
}
 +
</style>
  
<div class="column half_size">
+
<script type="text/javascript">
<h5>Some Human Practices topic areas </h5>
+
$(document).ready(function() {
<ul>
+
<li>Philosophy</li>
+
<li>Public Engagement / Dialogue</li>
+
<li>Education</li>
+
<li>Product Design</li>
+
<li>Scale-Up and Deployment Issues</li>
+
<li>Environmental Impact</li>
+
<li>Ethics</li>
+
<li>Safety</li>
+
<li>Security</li>
+
<li>Public Policy</li>
+
<li>Law and Regulation</li>
+
<li>Risk Assessment</li>
+
</ul>
+
</div>
+
  
 +
var qcloud = {};
  
<div class="column half_size">
+
$('[_t_nav]').hover(function() {
<h5>What should we write about on this page?</h5>
+
<p>On this page, you should write about the Human Practices topics you considered in your project, and document any special activities you did (such as visiting experts, talking to lawmakers, or doing public engagement). This should include all of the work done for the Silver Medal Criterion #3. Details for your Gold medal work and/or work for the two Human Practices special prizes should be put on those specified pages.</p>
+
</div>
+
  
 +
var nav = $(this).attr('_t_nav');
  
<div class="column half_size">
+
clearTimeout(qcloud[nav]);
<h5>Inspiration</h5>
+
<p>Read what other teams have done:</p>
+
<ul>
+
<li><a href="https://2014.igem.org/Team:Dundee/policypractice/experts">2014 Dundee </a></li>
+
<li><a href="https://2014.igem.org/Team:UC_Davis/Policy_Practices_Overview">2014 UC Davis </a></li>
+
<li><a href="https://2013.igem.org/Team:Manchester/HumanPractices">2013 Manchester </a></li>
+
<li><a href="https://2013.igem.org/Team:Cornell/outreach">2013 Cornell </a></li>
+
</ul>
+
</div>
+
  
 +
qcloud[nav] = setTimeout(function() {
  
 +
$('[_t_nav]').each(function() {
 +
 +
$(this)[nav == $(this).attr('_t_nav') ? 'addClass' : 'removeClass']('nav-up-selected');
 +
});
 +
 +
$('#' + nav).stop(true, true).slideDown(400);
 +
 +
}, 150);
 +
 +
}, function() {
 +
 +
var nav = $(this).attr('_t_nav');
 +
 +
clearTimeout(qcloud[nav]);
 +
 +
qcloud[nav] = setTimeout(function() {
 +
 +
$('[_t_nav]').removeClass('nav-up-selected');
 +
 +
$('#' + nav).stop(true, true).slideUp(400);
 +
 +
}, 150);
 +
 +
});
 +
 +
});
 +
</script>
 +
</head>
 +
 +
<body data-spy="scroll" data-target="#myScrollspy" data-offset="20">
 +
<!--20为监听的距离顶部的偏移像素-->
 +
<div class="head-v3">
 +
<div class="nav-up">
 +
<a href="https://2017.igem.org/Team:UESTC-China">
 +
<img src="https://static.igem.org/mediawiki/2017/3/3c/T--UESTC-China--logo.jpg" alt="" class="logo" />
 +
</a>
 +
 +
<div class="nav-inner">
 +
<div class="nav-v3">
 +
 +
<ul>
 +
<li class="" _t_nav="Achievement">
 +
<h2><a href="https://2017.igem.org/Team:UESTC-China/achievement">ACHIEVEMENT</a></h2>
 +
</li>
 +
 +
<li class="" _t_nav="Project">
 +
<h2><a href="javascript:void(0);">PROJECT ∨</a></h2>
 +
</li>
 +
 +
<li class="" _t_nav="Modeling">
 +
<h2><a href="https://2017.igem.org/Team:UESTC-China/Model">MODELING</a></h2>
 +
</li>
 +
 +
<li class="" _t_nav="Attribution">
 +
<h2><a href="https://2017.igem.org/Team:UESTC-China/Attributions">ATTRIBUTIONS</a></h2>
 +
</li>
 +
 +
<li class="" _t_nav="HumanPractice">
 +
<h2><a href="javascript:void(0);">HUMAN PRACTICE ∨</a></h2>
 +
</li>
 +
 +
<li class="" _t_nav="Team">
 +
<h2><a href="javascript:void(0);">TEAM ∨</a></h2>
 +
</li>
 +
 +
<li class="" _t_nav="Notebook">
 +
<h2><a href="javascript:void(0);">NOTEBOOK ∨</a></h2>
 +
</li>
 +
</ul>
 +
</div>
 +
</div>
 +
</div>
 +
 +
<div class="nav-down">
 +
<div id="Project" class="nav-down-menu" style="display: none;" _t_nav="Project">
 +
<div class="nav-down-inner">
 +
<dl style="margin-right: 670px;">
 +
<dd>
 +
<a class="link" href="https://2017.igem.org/Team:UESTC-China/part">Part</a>
 +
</dd>
 +
</dl>
 +
<dl>
 +
<dd>
 +
<a class="link" href="https://2017.igem.org/Team:UESTC-China/Demonstrate">Demonstrate</a>
 +
</dd>
 +
</dl>
 +
<dl>
 +
<dd>
 +
<a class="link" href="https://2017.igem.org/Team:UESTC-China/design">Design</a>
 +
</dd>
 +
</dl>
 +
<dl>
 +
<dd>
 +
<a class="link" href="https://2017.igem.org/Team:UESTC-China/description">Introduction</a>
 +
</dd>
 +
</dl>
 +
</div>
 +
</div>
 +
 +
<!--<div id="Modeling" class="nav-down-menu" style="display: none;" _t_nav="Modeling">
 +
<div class="nav-down-inner">
 +
<dl style="margin-right: 565px;">
 +
<dd>
 +
<a href="https://2017.igem.org/Team:UESTC-China/overview">Overview</a>
 +
</dd>
 +
</dl>
 +
<dl>
 +
<dd>
 +
<a href="https://2017.igem.org/Team:UESTC-China/model-set">Model Set</a>
 +
</dd>
 +
</dl>
 +
<dl>
 +
<dd>
 +
<a href="https://2017.igem.org/Team:UESTC-China/docking-simulation">Docking Simulation</a>
 +
</dd>
 +
</dl>
 +
<dl>
 +
<dd>
 +
<a href="https://2017.igem.org/Team:UESTC-China/virtual-mutagenesis">Virtual Mutagenesis</a>
 +
</dd>
 +
</dl>
 +
<dl>
 +
<dd>
 +
<a href="https://2017.igem.org/Team:UESTC-China/experiment-demonstrate">Experiment Demonstrate</a>
 +
</dd>
 +
</dl>
 +
</div>
 +
</div>-->
 +
 +
<div id="HumanPractice" class="nav-down-menu" style="display: none;" _t_nav="HumanPractice">
 +
<div class="nav-down-inner">
 +
<dl style="margin-right: 250px;">
 +
<dd>
 +
<a class="link" href="https://2017.igem.org/Team:UESTC-China/Engagement">Engagement</a>
 +
</dd>
 +
</dl>
 +
<dl>
 +
<dd>
 +
<a class="link" href="https://2017.igem.org/Team:UESTC-China/research">Supporting Research</a>
 +
</dd>
 +
</dl>
 +
<dl>
 +
<dd>
 +
<a class="link" href="https://2017.igem.org/Team:UESTC-China/our-story">Our Story</a>
 +
</dd>
 +
</dl>
 +
</div>
 +
</div>
 +
 +
<div id="Team" class="nav-down-menu" style="display: none;" _t_nav="Team">
 +
<div class="nav-down-inner">
 +
<dl style="margin-right: 115px;">
 +
<dd>
 +
<a class="link" href="https://2017.igem.org/Team:UESTC-China/Collaborations">Collaborations</a>
 +
</dd>
 +
</dl>
 +
<dl>
 +
<dd>
 +
<a class="link" href="https://2017.igem.org/Team:UESTC-China/team-introduce">Team Introduce</a>
 +
</dd>
 +
</dl>
 +
</div>
 +
</div>
 +
 +
<div id="Notebook" class="nav-down-menu" style="display: none;" _t_nav="Notebook">
 +
<div class="nav-down-inner">
 +
<dl style="margin-right: 36px;">
 +
<dd>
 +
<a class="link" href="https://2017.igem.org/Team:UESTC-China/InterLab">Interlab</a>
 +
</dd>
 +
</dl>
 +
<dl>
 +
<dd>
 +
<a class="link" href="https://2017.igem.org/Team:UESTC-China/safety">Safety</a>
 +
</dd>
 +
</dl>
 +
<dl>
 +
<dd>
 +
<a class="link" href="https://2017.igem.org/Team:UESTC-China/protocal">Protocal</a>
 +
</dd>
 +
</dl>
 +
<dl>
 +
<dd>
 +
<a class="link" href="https://2017.igem.org/Team:UESTC-China/Plant">Plant</a>
 +
</dd>
 +
</dl>
 +
<dl>
 +
<dd>
 +
<a class="link" href="https://2017.igem.org/Team:UESTC-China/day-note">Day Note</a>
 +
</dd>
 +
</dl>
 +
</div>
 +
</div>
 +
 +
</div>
 +
</div>
 +
 +
<!--************下面为正文******************-->
 +
<p><img src="https://static.igem.org/mediawiki/2017/5/5b/T--UESTC-China--placeholder_hp.jpg" alt="" class="hhh" /></p>
 +
 +
<div class="container">
 +
<div class="row">
 +
<nav class="col-lg-2" id="myScrollspy">
 +
<ul class="nav nav-pills nav-stacked" data-spy="affix" data-offset-top="400">
 +
<!--data-offset-top为监听滑动多少像素时,侧边栏进行fixed.-->
 +
<li>
 +
<a href="#Library-exhibition">Library exhibition</a>
 +
</li>
 +
<li>
 +
<a href="#CCiC">CCiC</a>
 +
</li>
 +
<li>
 +
<a href="#Demonstrate">Demonstrate</a>
 +
</li>
 +
<li><a href="#Comics-and-videos">Lab Safety</a></li>
 +
</ul>
 +
</nav>
 +
 +
<div class="col-lg-10" id="HP-Engagement">
 +
<h1>Silver</h1>
 +
<div id="Library-exhibition">
 +
<h2>Library exhibition</h2>
 +
 +
<p>In China, when people think of synthetic biology, the potential risk of genetically modified food rather than the benefits of synthetic biology comes to their minds. . It’s hard to change this kind of stereotype or prejudice. So there are four teams which held the activity named "Synthetic Biology and Human" at the Chengdu city library. They answered the questions concerning transgenosis from citizens, and intended to change people’s views. However, a small number of people still believe that we are preaching a dangerous, unproved technology. Changing their one-sided ideas is what we strive to accomplish.</p>
 +
<p class="pic">
 +
<img src="https://static.igem.org/mediawiki/2017/4/47/T--UESTC-China--engagement_13.jpg" style="width: 46%;margin-right: 20px;" />
 +
<img src="https://static.igem.org/mediawiki/2017/d/dd/T--UESTC-China--engagement_14.jpg" style="width: 46%;" />
 +
</p>
 +
 +
 +
</div>
 +
<div id="CCiC">
 +
<h2>CCiC</h2>
 +
<p>This year we have also participated in the CCIC (Conference of China iGEMer Committee), and communicated with other iGEM teams from all over China.</p>
 +
<p class="pic"><img src="https://static.igem.org/mediawiki/2017/d/d6/T--UESTC-China--engagement_17.jpg" style="width: 80%;" /></p>
 +
</div>
 +
<div id="Demonstrate">
 +
<h2>Demonstrate our project</h2>
 +
 +
<p>More often than not, UESTC-China iGEMers are asked a question: what do you do? After explained to some of our friends several times, we found that one single sentence can’t clearly show the significance of our project. So we recorded a music video called Believer, to better elaborate on our projects and teams. Our MV has gotten more than 1000 hits on video websites.</p>
 +
 +
<p class="mid">
 +
<video width="640" height="360" controls="controls">
 +
<source src="https://static.igem.org/mediawiki/2017/2/29/T--UESTC-China--MV.mp4" type="video/mp4"></source>
 +
<!--<source src="myvideo.ogv" type="video/ogg"></source>-->
 +
<!--<source src="myvideo.webm" type="video/webm"></source>-->
 +
<!--<object width="" height="" type="application/x-shockwave-flash" data="myvideo.swf">
 +
<param name="movie" value="myvideo.swf" />
 +
<param name="flashvars" value="autostart=true&amp;file=myvideo.swf" />
 +
</object>-->
 +
<object data="https://static.igem.org/mediawiki/2017/2/29/T--UESTC-China--MV.mp4" width="640" height="360">
 +
<embed src="https://static.igem.org/mediawiki/2017/2/29/T--UESTC-China--MV.mp4" width="640" height="360" />
 +
</object> 当前浏览器不支持 video直接播放,点击这里下载视频:
 +
<a href="https://static.igem.org/mediawiki/2017/2/29/T--UESTC-China--MV.mp4">Download Video</a>
 +
</video>
 +
</p>
 +
</div>
 +
<div id="Comics-and-videos">
 +
<h2>Videos about lab safety</h2>
 +
 +
<p>We are concerned about the daily safety of laboratories which are consistently ignored by many. China iGEMers from 11 universities posted a series of lab safety education videos and received millions of view on major video sites. UESTC - China abides by the laboratory safety codes in a strict manner.</p>
 +
<p class="mid">
 +
<video width="640" height="360" controls>
 +
<source src="https://static.igem.org/mediawiki/2017/5/5d/T--UESTC-China--knife.mp4" type="video/mp4"></source>
 +
<!--<source src="myvideo.ogv" type="video/ogg"></source>-->
 +
<!--<source src="myvideo.webm" type="video/webm"></source>-->
 +
<!--<object width="" height="" type="application/x-shockwave-flash" data="myvideo.swf">
 +
<param name="movie" value="myvideo.swf" />
 +
<param name="flashvars" value="autostart=true&amp;file=myvideo.swf" />
 +
</object>-->
 +
<object data="https://static.igem.org/mediawiki/2017/5/5d/T--UESTC-China--knife.mp4" width="640" height="360">
 +
<embed src="https://static.igem.org/mediawiki/2017/5/5d/T--UESTC-China--knife.mp4" width="640" height="360" />
 +
</object> 当前浏览器不支持 video直接播放,点击这里下载视频:
 +
<a href="https://static.igem.org/mediawiki/2017/5/5d/T--UESTC-China--knife.mp4">Download Video</a>
 +
</video>
 +
</p>
 +
 +
</div>
 +
<br /><br />
 +
                <p>
 +
<a href="https://2017.igem.org/Team:UESTC-China/HP/Gold_Integrated" style="font-size: 25px;color: #002bb8;">☞We can see more in our gold-integrated page.</a>
 +
</p>
 +
                <p>
 +
<a href="https://2017.igem.org/Team:UESTC-China/our-story" style="font-size: 25px;color: #002bb8;">☞Go back to our story.</a>
 +
</p>
 +
</div>
 +
</div>
 +
</div>
 +
 +
<a id="btnTop" class="btnTop" href="javascript:;" title="Back to top" style="display: none;">
 +
<img src="https://static.igem.org/mediawiki/2017/f/f5/T--UESTC-China--back-to-top.png" class="imageTop">
 +
</a>
 +
 +
</body>
  
 
</html>
 
</html>

Latest revision as of 16:30, 1 November 2017

Team:UESTC-China/HP-Engagement - 2017.igem.org

Silver

Library exhibition

In China, when people think of synthetic biology, the potential risk of genetically modified food rather than the benefits of synthetic biology comes to their minds. . It’s hard to change this kind of stereotype or prejudice. So there are four teams which held the activity named "Synthetic Biology and Human" at the Chengdu city library. They answered the questions concerning transgenosis from citizens, and intended to change people’s views. However, a small number of people still believe that we are preaching a dangerous, unproved technology. Changing their one-sided ideas is what we strive to accomplish.

CCiC

This year we have also participated in the CCIC (Conference of China iGEMer Committee), and communicated with other iGEM teams from all over China.

Demonstrate our project

More often than not, UESTC-China iGEMers are asked a question: what do you do? After explained to some of our friends several times, we found that one single sentence can’t clearly show the significance of our project. So we recorded a music video called Believer, to better elaborate on our projects and teams. Our MV has gotten more than 1000 hits on video websites.

Videos about lab safety

We are concerned about the daily safety of laboratories which are consistently ignored by many. China iGEMers from 11 universities posted a series of lab safety education videos and received millions of view on major video sites. UESTC - China abides by the laboratory safety codes in a strict manner.



☞We can see more in our gold-integrated page.

☞Go back to our story.