Difference between revisions of "Team:BGIC-Union/HP/Silver"

(Prototype team page)
 
Line 1: Line 1:
{{BGIC-Union}}
 
 
<html>
 
<html>
<div class="column full_size judges-will-not-evaluate">
+
  <head>
<h3>★  ALERT! </h3>
+
    <meta charset="utf-8">
<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>
+
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
</div>
+
<div class="clear"></div>
+
  
  
<div class="column full_size">
+
    <title>Team:BGIC-Union/PROJECT</title>
  
<h1>Silver Medal Human Practices</h1>
+
  <head>
<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>
+
 
<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>
+
        <link href='http://fonts.googleapis.com/css?family=Lato:400,300' rel='stylesheet' type='text/css'>
<p>For more information, please see the <a href="https://2017.igem.org/Competition/Human_Practices">Human Practices page</a>.</p>
+
        <link href='http://fonts.googleapis.com/css?family=Raleway:400,300,500' rel='stylesheet' type='text/css'>
</div>
+
  
<div class="clear"></div>
+
<!-- progress -->
  
<div class="column half_size">
+
<!-- Bootstrap core CSS -->
<h3>Silver Medal Criterion #3</h3>
+
    <link href="https://2017.igem.org/Template:BGIC-Union/bootstrap-css?action=raw&amp;ctype=text/css" rel="stylesheet">
<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>
+
<!-- animate -->
</div>
+
<link href="https://2017.igem.org/Template:BGIC-Union/animate-css?action=raw&amp;ctype=text/css" rel="stylesheet">
 +
  <!-- carousel -->
 +
  <link href="https://2017.igem.org/Template:BGIC-Union/owlcarousel-css?action=raw&amp;ctype=text/css" rel="stylesheet">
 +
  <link href=" https://2017.igem.org/Template:BGIC-Union/fontawesomemin2-css?action=raw&amp;ctype=text/css" rel="stylesheet">
  
<div class="column half_size">
 
<h5>Some Human Practices topic areas </h5>
 
<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>
 
  
 +
  <!-- main -->
 +
  <style type="text/css">
 +
 
 +
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
 +
#top_title,#sideMenu { display: none !important; }
 +
        #content {
 +
            width: 100%;
 +
            margin: 0;
 +
            padding: 0;
 +
           
 +
        }
  
<div class="column half_size">
 
<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>
 
  
  
<div class="column half_size">
 
<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>
 
  
 +
#content{
 +
  background-color: #FFe4e1; !important;
 +
}
  
  
 +
 +
html, body {
 +
    margin: 0 !important;
 +
    padding: 0 !important;
 +
}
 +
body {
 +
  background-color: #FFe4e1;
 +
  font-family: 'Montserrat', sans-serif;
 +
    font-weight: 400;
 +
    font-size: 14px;
 +
    color: #555;
 +
    ;
 +
    -webkit-font-smoothing: antialiased;
 +
    -webkit-overflow-scrolling: touch;
 +
}
 +
 +
/* Titles */
 +
h1, h2, h3, h4, h5, h6 {
 +
font-family: 'Montserrat', sans-serif;
 +
    font-weight: 700;
 +
    color: #333;
 +
}
 +
 +
h1 {
 +
font-size: 35px;
 +
margin-top: 30px;
 +
margin-bottom: 30px;
 +
}
 +
 +
 +
 +
/* Paragraph &amp; Typographic */
 +
p {
 +
    line-height: 28px;
 +
    margin-bottom: 25px;
 +
    font-size: 16px;
 +
}
 +
 +
.centered {
 +
    text-align: center;
 +
}
 +
 +
/* Links */
 +
a {
 +
    color: #20B2AA;
 +
    word-wrap: break-word;
 +
 +
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
 +
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
 +
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
 +
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
 +
    transition: color 0.1s ease-in, background 0.1s ease-in;
 +
}
 +
 +
a:hover,
 +
a:focus {
 +
    color: #7b7b7b;
 +
    text-decoration: none;
 +
    outline: 0;
 +
}
 +
 +
a:before,
 +
a:after {
 +
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
 +
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
 +
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
 +
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
 +
    transition: color 0.1s ease-in, background 0.1s ease-in;
 +
}
 +
 +
hr {
 +
    display: block;
 +
    height: 1px;
 +
    border: 0;
 +
    border-top: 1px solid #ccc;
 +
    margin: 1em 0;
 +
    padding: 0;
 +
}
 +
 +
.copyrights{
 +
text-indent:-9999px;
 +
height:0;
 +
line-height:0;
 +
font-size:0;
 +
overflow:hidden;
 +
}
 +
 +
.navbar {
 +
text-transform: uppercase;
 +
margin-bottom: 0px;
 +
}
 +
 +
.navbar-inverse {
 +
padding-bottom: 70px;
 +
padding-top: 70px;
 +
}
 +
 +
.navbar-inverse {
 +
background-color: #FFA07A;
 +
border-color: #FA8072;
 +
}
 +
 +
.navbar-inverse .navbar-nav > li > a {
 +
color: white;
 +
}
 +
 +
.navbar-inverse .navbar-nav > li > a:hover {
 +
color: #222222;
 +
}
 +
 +
.navbar-brand {
 +
font-weight: 700;
 +
font-size: 20px;
 +
letter-spacing: 2px;
 +
}
 +
 +
.navbar-inverse .navbar-brand {
 +
color: white;
 +
}
 +
 +
.navbar-inverse .navbar-toggle {
 +
border-color: transparent;
 +
}
 +
 +
.progress-bar-theme {
 +
  background-color: #FFA07A;
 +
}
 +
 +
 +
/* Helpers */
 +
 +
.mt {
 +
margin-top: 40px;
 +
margin-bottom: 40px;
 +
}
 +
 +
.pt {
 +
padding-top: 50px;
 +
padding-bottom: 50px;
 +
}
 +
 +
 +
/* +++++ WRAP SECTIONS +++++ */
 +
 +
#ww {
 +
padding-top: 0px;
 +
padding-bottom: 70px;
 +
background-color: #f2f2f2;
 +
}
 +
 +
 +
#footer {
 +
background-color: #ADD8E6;
 +
padding-top: 50px;
 +
padding-bottom: 50px;
 +
}
 +
 +
#footer p {
 +
color: white;
 +
}
 +
 +
#footer h4 {
 +
color: white;
 +
text-transform: uppercase;
 +
padding-bottom: 20px;
 +
}
 +
 +
 +
/* +++++ Color Wraps / Blog Page +++++ */
 +
 +
#grey {
 +
padding-top: 60px;
 +
padding-bottom: 60px;
 +
background-color: #f2f2f2;
 +
}
 +
 +
#white {
 +
padding-top: 60px;
 +
padding-bottom: 60px;
 +
background-color: #ffffff;
 +
}
 +
 +
 +
 +
/* Blog Date*/
 +
bd {
 +
font-size: 12px;
 +
text-transform: uppercase;
 +
color: #d2d2d2;
 +
font-weight: 700;
 +
}
 +
 +
/* Blog Author*/
 +
ba {
 +
font-size: 12px;
 +
text-transform: uppercase;
 +
}
 +
 +
/* Blog Quote */
 +
.bq {
 +
font-size: 22px;
 +
padding-top: 30px;
 +
}
 +
 +
/* Blog Tags */
 +
bt {
 +
font-size: 12px;
 +
}
 +
 +
/* ================== PORTFOLIO IMAGES HOVER EFFECT ================== */
 +
/* Effects also are controled by hover.zoom.js */
 +
.zoom {
 +
    display:block;
 +
    position:relative;
 +
    overflow:hidden;
 +
    background:transparent url(https://static.igem.org/mediawiki/2017/f/fe/Bgic_loader.gif) no-repeat center;
 +
}
 +
 +
 +
    .zoomOverlay {
 +
        position:absolute;
 +
        top:0; left:0;
 +
        bottom:0; right:0;
 +
        display:none;
 +
        background-image:url(../img/zoom.png);
 +
        background-repeat:no-repeat;
 +
        background-position:center;
 +
    }
 +
 +
.zoom2 {
 +
opacity: 1;
 +
}
 +
 +
.zoom2:hover {
 +
opacity: 0.5;
 +
}
 +
 +
/* glyphicon Configuration */
 +
 +
.glyphicon {
 +
font-size: 40px;
 +
color: #1abc9c;
 +
}
 +
  </style>
 +
 
 +
  <script src="https://2017.igem.org/Template:BGIC-Union/newbootstrap-js?action=raw&amp;ctype=text/javascript"></script>
 +
 
 +
<!-- hover    --> 
 +
  <script src="https://2017.igem.org/Template:BGIC-Union/hovernew-js?action=raw&amp;ctype=text/javascript"></script>
 +
  <script src="https://2017.igem.org/Template:BGIC-Union/hoverzoomjs?action=raw&amp;ctype=text/javascript"></script>
 +
  </head>
 +
 +
<body>
 +
<div class="column_full_size top1">
 +
<nav class="navbar navbar-inverse navbar-static-top" role="navigation">
 +
    <div class="container-fluid">
 +
    <div class="navbar-header">
 +
        <a class="navbar-brand" href="https://2017.igem.org/Team:BGIC-Union">BGIC-Union</a>
 +
        </div>
 +
    <div>
 +
        <ul class="nav navbar-nav navbar-center">
 +
            <li class="active" >  <a href="https://2017.igem.org/Team:BGIC-Union"><b>HOME</b></a></li>
 +
         
 +
           
 +
          <li> <a href="https://2017.igem.org/Team:BGIC-Union/Team">Team</a></li>
 +
  <li class="dropdown">
 +
                            <a href="https://2017.igem.org/Team:BGIC-Union/Team" class="dropdown-toggle" data-toggle="dropdown"> <b class="caret"></b></a>
 +
                <ul class="dropdown-menu">
 +
                    <li><a href="https://2017.igem.org/Team:BGIC-Union/Team">members</a></li>
 +
                                <li><a href="https://2017.igem.org/Team:BGIC-Union/Collaborations">collaborations</a></li>
 +
<li><a href="https://2017.igem.org/Team:BGIC-Union/Sponsors">sponsors</a></li>
 +
<li><a href="https://2017.igem.org/Team:BGIC-Union/Attributions">attributions</a></li>
 +
                            </ul>
 +
            </li>
 +
 +
                          <li> <a href="https://2017.igem.org/Team:BGIC-Union/Project">Project</a></li>
 +
 +
<li class="dropdown ">
 +
                            <a href="https://2017.igem.org/Team:BGIC-Union/Project" class="dropdown-toggle" data-toggle="dropdown"> <b class="caret"></b></a>
 +
</a>
 +
                            <ul class="dropdown-menu" >
 +
                                <li><a href="https://2017.igem.org/Team:BGIC-Union/Description">description</a></li>
 +
<li><a href="https://2017.igem.org/Team:BGIC-Union/Design”></a>design</li>
 +
<li><a href="https://2017.igem.org/Team:BGIC-Union/Results">results</a></li>
 +
                                <li><a href="https://2017.igem.org/Team:BGIC-Union/Model">model</a></li>
 +
<li><a href="https://2017.igem.org/Team:BGIC-Union/Demonstrate">demonstrate</a></li>
 +
                                <li><a href="https://2017.igem.org/Team:BGIC-Union/Improve">improve</a></li>
 +
                            </ul>
 +
                        </li>
 +
                       
 +
                        <li>  <a href="https://2017.igem.org/Team:BGIC-Union/Lab">Lab</a></li>
 +
                        <li class="dropdown ">    <a href="https://2017.igem.org/Team:BGIC-Union/Lab" class="dropdown-toggle" data-toggle="dropdown"> <b class="caret"></b></a>
 +
                            <ul class="dropdown-menu" role="menu">
 +
                                <li><a href="https://2017.igem.org/Team:BGIC-Union/Experiments">experiments</a></li>
 +
                                <li><a href="https://2017.igem.org/Team:BGIC-Union/Notebook">notebook</a></li>
 +
<li><a href="https://2017.igem.org/Team:BGIC-Union/InterLab">InterLab</a></li></ul>
 +
                        </li>
 +
                     
 +
<li><a href="https://2017.igem.org/Team:BGIC-Union/Parts">Parts</a></li>
 +
                            <li class="dropdown "> <a href="https://2017.igem.org/Team:BGIC-Union/Parts" class="dropdown-toggle" data-toggle="dropdown"> <b class="caret"></b></a>
 +
 +
                            <ul class="dropdown-menu" role="menu">
 +
                              <li><a href="https://2017.igem.org/Team:BGIC-Union/Basic_Parts">basic parts</a></li>
 +
<li><a href="https://2017.igem.org/Team:BGIC-Union/Composite_Parts">composite parts</a></li>
 +
<li><a href="https://2017.igem.org/Team:BGIC-Union/Parts_Collection">parts collection</a></li>
 +
<li><a href="https://2017.igem.org/Team:BGIC-Union/Measurement">measurement</a></li>
 +
 +
                            </ul>
 +
                        </li>
 +
 +
                      <li>    <a href="https://2017.igem.org/Team:BGIC-Union/Practices-Design">Practices-Design</a></li>
 +
                          <li class="dropdown ">  <a href="https://2017.igem.org/Team:BGIC-Union/Practices-Design" class="dropdown-toggle" data-toggle="dropdown"> <b class="caret"></b></a>
 +
                            <ul class="dropdown-menu" role="menu">
 +
                                <li><a href="https://2017.igem.org/Team:BGIC-Union/Practices-Design">timeline</a></li>
 +
                                <li><a href="https://2017.igem.org/Team:BGIC-Union/HP/Silver">silver</a></li>
 +
<li><a href="https://2017.igem.org/Team:BGIC-Union/HP/Gold_Integrated">gold</a></li>
 +
<li><a href="https://2017.igem.org/Team:BGIC-Union/Gold_Integrated">integrated</a></li>
 +
<li><a href="https://2017.igem.org/Team:BGIC-Union/Engagement">public engagement</a></li>
 +
<li><a href="https://2017.igem.org/Team:BGIC-Union/Applied_Design">applied design</a></li>
 +
 +
<li><a href="https://2017.igem.org/Team:BGIC-Union/Entrepreneurship">entrepreneurship</a></li>
 +
                            </ul>
 +
                        </li>
 +
<li class="dropdown ">
 +
                            <a href="https://2017.igem.org/Team:BGIC-Union/Safety">Safety </a>
 +
                        </li>
 +
<li class="dropdown ">
 +
                            <a href="https://2017.igem.org/Team:BGIC-Union/Evaluation" >EVALUATION </a>
 +
                        </li>
 +
        </ul>
 +
    </div>
 +
    </div>
 +
</nav>           <!-- PAGE CONTENT -->
 +
        <div class="page-content">
 +
            <div class="container">
 +
                <section>
 +
                    <!-- +++++ Projects Section +++++ -->
 +
 +
<div class="container pt">
 +
<div class="row mt centered">
 +
<div class="col-lg-4">
 +
<a href="https://2017.igem.org/Team:BGIC-Union/Description"><img class="img-responsive" src="https://static.igem.org/mediawiki/2017/a/ad/Description.png" width="400px" height="300px"></img></a>
 +
<h4>Description</h4>
 +
</div>
 +
<div class="col-lg-4">
 +
<a href="https://2017.igem.org/Team:BGIC-Union/Design"><img class="img-responsive" src="https://static.igem.org/mediawiki/2017/2/29/Port02.png" width="400px" height="300px"></img></a>
 +
<h4>Design</h4>
 +
</div>
 +
<div class="col-lg-4">
 +
<a href="https://2017.igem.org/Team:BGIC-Union/Results"><img class="img-responsive" src="https://static.igem.org/mediawiki/2017/6/6e/Port03.png" width="400px" height="300px"></img></a>
 +
<h4>Results</h4>
 +
</div>
 +
</div><!-- /row -->
 +
<div class="row mt centered">
 +
<div class="col-lg-4">
 +
<a href="https://2017.igem.org/Team:BGIC-Union/Model"><img class="img-responsive" src="https://static.igem.org/mediawiki/2017/c/ce/Port04.png" width="400px" height="300px"></img></a>
 +
<h4>Model</h4>
 +
</div>
 +
<div class="col-lg-4">
 +
<a href="https://2017.igem.org/Team:BGIC-Union/Demonstrate"><img class="img-responsive" src="https://static.igem.org/mediawiki/2017/2/2a/Port05.png" width="400px" height="300px"></img></a>
 +
<h4>Demonstrate</h4>
 +
</div>
 +
<div class="col-lg-4">
 +
<a href="https://2017.igem.org/Team:BGIC-Union/Improve"><img class="img-responsive" src="https://static.igem.org/mediawiki/2017/6/67/Port06.png" width="400px" height="300px"></img></a>
 +
<h4>Improve</h4>
 +
</div>
 +
</div><!-- /row -->
 +
</div><!-- /container -->
 +
                </section>
 +
                <!-- END OUR CLIENTS -->
 +
            </div>
 +
        </div>
 +
        <!-- END PAGE CONTENT -->
 +
<!-- +++++ Footer Section +++++ -->
 +
 +
<div id="footer">
 +
<div class="container">
 +
<div class="row">
 +
<div class="col-lg-4">
 +
    <p>F12 BGI-College,146 Beishan Road,Yantian District 518083
 +
                                    </br> Shenzhen,Guangdong Province, China,Asia
 +
                                </br>Phone:+86-755-36307888
 +
                                </br>Email: info@genomics.cn
 +
</br>Fax:+86-755-36307273</p>
 +
</p>
 +
</div><!-- /col-lg-4 -->
 +
 +
<div class="col-lg-4">
 +
<h4>Links</h4>
 +
<p>
 +
<a href="#">SAFETY</a><br/>
 +
<a href="#">PARTS</a><br/>
 +
<a href="#">EVALUATION</a>
 +
</p>
 +
</div><!-- /col-lg-4 -->
 +
 +
<div class="col-lg-4">
 +
<h4>BGIC-COLLEGE 2017</h4>
 +
<img src="https://static.igem.org/mediawiki/2017/d/de/Repute-logo-light.png" width="60px" height="72px"></img>
 +
<p></br><i class="fa-twitter">TWITTER:@BGIC-Union</i> </p>
 +
 +
</div><!-- /col-lg-4 -->
 +
 +
</div>
 +
 +
</div>
 +
</div>
 +
</div>
 +
  </body>
 
</html>
 
</html>

Revision as of 13:00, 27 October 2017

Team:BGIC-Union/PROJECT

Description

Design

Results

Model

Demonstrate

Improve