Difference between revisions of "Team:Exeter/Awards"

 
(13 intermediate revisions by 5 users not shown)
Line 51: Line 51:
 
   }
 
   }
 
}
 
}
 +
ul{
 +
list-style-image:none;
 +
}
 +
.container ul{
 +
padding-top:20px;
 +
padding-right:40px;
 +
padding-left:80px;
 +
font-size:150%;
 +
}
 +
.container ul li {
 +
/* Text color */
 +
color: #333;
 +
list-style-type: none;
 +
}
 +
 +
.container ul li:before {
 +
/* Unicode bullet symbol */
 +
content: '\25AA';
 +
/* Bullet color */
 +
color: #47BCC2;
 +
padding-right: 0.5em;
 +
}
 +
.container ul ul{
 +
padding-top:20px;
 +
padding-right:40px;
 +
padding-left:80px;
 +
 +
}
 +
.container ul ul li {
 +
/* Text color */
 +
color: #333;
 +
list-style-type: none;
 +
}
 +
 +
.container ul ul li:before {
 +
/* Unicode bullet symbol */
 +
content: '\25AA';
 +
/* Bullet color */
 +
color: #47BCC2;
 +
padding-right: 0.5em;
 +
}
 +
ol{
 +
padding-top:20px;
 +
padding-right:40px;
 +
padding-left:80px;
 +
font-size:150%;
 +
}
 +
ol li {
 +
/* Text color */
 +
color: #333;
 +
list-style-type: none;
 +
}
 +
ol li {
 +
list-style-type: none;
 +
counter-increment: list;
 +
position: relative;
 +
}
 +
 +
ol li:before {
 +
content: counter(list) ".";
 +
position: absolute;
 +
left: -2.5em;
 +
width: 2em;
 +
text-align: right;
 +
color: #47BCC2;
 +
}
 
#links{
 
#links{
 
color:#47BCC2;
 
color:#47BCC2;
font-size:20px;
+
/*font-size:20px;*/
 +
font-size:1.2vw;
 +
margin:0 0.9vw 0.5vh 0.9vw;
 +
padding:0;
 
line-height:0px;
 
line-height:0px;
 
padding-top:28px;
 
padding-top:28px;
 
}
 
}
 
+
/*Fixes font size when nav-bar is collapsed*/
 +
@media (max-width: 920px) {
 +
#links{
 +
font-size:20px;
 +
}
 +
}
 
#links:hover{
 
#links:hover{
 
color:#339499;
 
color:#339499;
Line 97: Line 171:
 
#soc{
 
#soc{
 
margin-top:-12px;
 
margin-top:-12px;
+
margin-left:-15px;
 
}
 
}
/****Social Media navbar icons****/
+
.soc_1{
/*youtube*/
+
#soc_1{  
+
 
margin-right:3px;
 
margin-right:3px;
height:50px;
 
width:48px;
 
 
}
 
}
/*facebook*/
+
.soc_2{
#soc_2{
+
 
margin-right:3px;
 
margin-right:3px;
height:50px;
 
width:48px;
 
 
}
 
}
/*Twitter*/
+
.soc_3{
#soc_3{
+
 
margin-right:3px;
 
margin-right:3px;
margin-right:18px;
 
height:50px;
 
width:48px;
 
 
}
 
}
 
 
/*Navbar exgem logo styling*/
 
/*Navbar exgem logo styling*/
 
#logo, #logo_inverse{
 
#logo, #logo_inverse{
Line 211: Line 273:
 
         border-style:none;
 
         border-style:none;
 
}
 
}
/*Paragraph styling*/
 
 
#pp{
 
#pp{
padding-top:2%;
+
padding-top:20px;
padding-left:5%;
+
padding-right:40px;
padding-right:5%;
+
padding-left:40px;
font-size:120%;
+
font-size:150%;
 
}
 
}
/*list element styling*/
+
.container ul, .container ol{
.wrap li{
+
font-size:140%;
 +
padding-right:40px;
 +
padding-left:60px;
 +
padding-top:10px;
 
}
 
}
/*list styling*/
 
.wrap ul{
 
padding-top:1%;
 
padding-left:7%;
 
padding-right:7%;
 
font-size:120%;
 
list-style-type:none;
 
margin:0;
 
}
 
/*sub list styling*/
 
.wrap ul ul{
 
padding-left:4%;
 
padding-right:4%;
 
font-size:100%;
 
list-style-type:none;
 
}
 
/*list bullet style*/
 
.wrap ul li::before{
 
content:"◾";
 
padding-right:8px;
 
color:#339499;
 
}
 
/*sub list bullet style*/
 
.wrap ul ul li::before{
 
content:"◽";
 
padding-right:8px;
 
color:#339499;
 
}
 
/*orderd list styling*/
 
.wrap ol li {counter-increment: li}
 
.wrap ol{
 
padding-top:1%;
 
padding-left:7%;
 
padding-right:7%;
 
font-size:120%;
 
margin:0;
 
list-style: none;
 
counter-reset: li;
 
}
 
.wrap ol li::before {
 
content: counter(li) ".";
 
color: #339499;
 
display: inline-block;
 
width: 1em;
 
margin-left: -1em;
 
}
 
/*sub orderd list styling*/
 
.wrap ol ol{
 
padding-left:4%;
 
padding-right:4%;
 
font-size:100%;
 
list-style: none;
 
counter-reset: li;
 
}
 
.wrap ol ol li::before {
 
content: counter(li) ".";
 
color: #339499;
 
display: inline-block;
 
width: 1em;
 
margin-left: -1em;
 
  }
 
/*horizontal rule stying*/
 
hr{
 
border-color:#339499;
 
margin-left:3%;
 
margin-right:3%;
 
}
 
/*Orderd in numbered style*/
 
.wrap ul ol{
 
padding-left:4%;
 
padding-right:4%;
 
font-size:100%;
 
list-style: none;
 
counter-reset: li;
 
}
 
.wrap ul ol li::before {
 
content: counter(li) ".";
 
color: #339499;
 
display: inline-block;
 
width: 1em;
 
margin-left: -1em;
 
  }
 
/*Numbered in Orderd style*/
 
.wrap ol ul{
 
padding-left:4%;
 
padding-right:4%;
 
font-size:100%;
 
list-style: none;
 
counter-reset: li;
 
}
 
.wrap ol ul li::before {
 
content:"◽";
 
padding-right:8px;
 
color:#339499;
 
  }
 
 
/*Heading styles*/
 
/*Heading styles*/
.wrap h1, h2, h3, h4, h5{
+
h1, h2, h3, h4, h5{
 
text-align:center;
 
text-align:center;
 
color:#339499;
 
color:#339499;
 
font-weight:500;
 
font-weight:500;
 +
    padding-left: 40px;
 +
    padding-right: 40px;
 +
padding-top: 40px;
 +
padding-bottom:0;
 
}
 
}
 
h1{font-size:340%;}
 
h1{font-size:340%;}
Line 327: Line 300:
 
h4{font-size:260%;}
 
h4{font-size:260%;}
 
h5{font-size:220%;}
 
h5{font-size:220%;}
.wrap h6{
+
h6{
 
color:#339499;
 
color:#339499;
 
font-weight:500;
 
font-weight:500;
 
font-size:200%;
 
font-size:200%;
padding-left:5%;
+
padding-left:40px;
 +
padding-top: 20px;
 +
padding-bottom:-10px;
 
}
 
}
 
 
/*Italics for Quotes using i tag*/
 
/*Italics for Quotes using i tag*/
 
q{
 
q{
Line 344: Line 318:
 
}
 
}
 
/*Styling for links*/
 
/*Styling for links*/
.wrap a{
+
a{
 
color:#339499;
 
color:#339499;
 
font-weight:550;
 
font-weight:550;
Line 397: Line 371:
 
background-size: 100% auto;
 
background-size: 100% auto;
 
width:100%;
 
width:100%;
height:60vh;
+
height:88vh;
 
}
 
}
 
#title{
 
#title{
Line 406: Line 380:
 
font-size:400%;
 
font-size:400%;
 
}
 
}
 +
/*Removed min section height on this page*/
 +
/*to reduce page size*/
 
.div_content{
 
.div_content{
 
padding:0;
 
padding:0;
min-height:100vh;
 
 
width:100%;
 
width:100%;
 
background:#eeeeee;
 
background:#eeeeee;
Line 457: Line 432:
 
color:#339499;
 
color:#339499;
 
}
 
}
 
+
.link_fix{
 +
position:relative;
 +
height:1px;
 +
top:-15px;
 +
}
 
/*Mobile and small screen css*/
 
/*Mobile and small screen css*/
 
@media (max-width: 767px){
 
@media (max-width: 767px){
Line 465: Line 444:
 
}
 
}
 
#title{
 
#title{
font-size:150%;
+
font-size:260%;
 +
}
 +
.banner_link{
 +
font-size:22px;
 +
}
 +
.div_banner{
 +
margin-top:20px;
 
}
 
}
 
/*Makes side pictures on banner invisible on small screens*/
 
/*Makes side pictures on banner invisible on small screens*/
Line 473: Line 458:
 
}
 
}
 
}
 
}
 +
}
 +
#links_drop{
 +
color:#47BCC2;
 +
/*font-size:20px;*/
 +
font-size:1.2vw;
 +
margin:8px 0.9vw 0.5vh 0.9vw;
 +
padding:0.06vw 0 0 0;
 +
line-height:0px;
 +
}
 +
@media (max-width: 920px){
 +
#links_drop{
 +
margin-left:0;
 +
padding-top:9px;
 +
margin-top:-4px;
 +
font-size:20px;
 +
}
 +
}
 +
button.dropdown-toggle{
 +
padding-top:21px; !important
 +
}
 +
@media (max-width: 767px){
 +
button.dropdown-toggle{
 +
padding-top:5px;
 +
}
 +
}
 +
#links_drop:hover span{
 +
color:#339499;
 
}
 
}
 
</style>
 
</style>
 
+
<!--VLOG page styling-->
 
+
<style type="text/css">
 +
.calendar_selector{
 +
font-size:3vh;
 +
color:#47BCC2;
 +
cursor:pointer;
 +
}
 +
.calendar_header{
 +
margin:0 0 1vh 0;
 +
padding:0;
 +
}
 +
.month{
 +
display:none;
 +
}
 +
/*Sets March to display on page loadup*/
 +
#March{
 +
display:block;
 +
}
 +
.calendar_space{
 +
background:none;
 +
height:6h;
 +
width:6vh;
 +
display:block;
 +
font-size:2.5vh;
 +
vertical-align:bottom;
 +
position:relative;
 +
}
 +
.calendar_space span{
 +
position: absolute;
 +
bottom: 0;
 +
}
 +
.calendar_box, calendar_box:visited, .calendar_box:active, calendar_box:focus,  .calendar_link{
 +
background:#eee;
 +
border-style:solid;
 +
border-width:1px;
 +
border-color:#4e4e4e;
 +
height:6vh;
 +
width:6vh;
 +
cursor:default;
 +
position:relative;
 +
text-color:#4e4e4e;
 +
}
 +
.date{
 +
background:#8cd5d9;
 +
}
 +
.grey{
 +
background:#ccc;
 +
}
 +
.calendar_link:hover{
 +
cursor:pointer;
 +
background:#339499;
 +
border-style:solid;
 +
border-width:1px;
 +
border-color:#4e4e4e;
 +
color:#4e4e4e;
 +
}
 +
.calendar_link:focus{
 +
color:#4e4e4e;
 +
}
 +
.calendar_box span, .calendar_link span, .calendar_box span:visited, .calendar_link span:visited{
 +
position: absolute;
 +
font-size:1.6vh;
 +
bottom: 0;
 +
right: 0;
 +
color:#4e4e4e;
 +
}
 +
span.vlog{
 +
position: absolute;
 +
font-size:4vh;
 +
bottom: 0.2vh;
 +
left: 1.5vh;
 +
}
 +
.left{
 +
border-left-style:solid;
 +
border-left-width:2px;
 +
}
 +
.top{
 +
border-top-style:solid;
 +
border-top-width:2px;
 +
}
 +
.right{
 +
border-right-style:solid;
 +
border-right-width:2px;
 +
}
 +
.bottom{
 +
border-bottom-style:solid;
 +
border-bottom-width:2px;
 +
}
 +
.div_audio{
 +
margin: 20px auto 12px auto;
 +
display:block;
 +
}
 +
.div_log{
 +
padding-right:0;
 +
}
 +
.log_img{
 +
max-width:100%;
 +
margin:1vh 0;
 +
padding:0;
 +
cursor:default;
 +
}
 +
.audio_controls{
 +
max-width:100%;
 +
padding:0;
 +
background:#fafafa;
 +
border-style: none none solid none;
 +
border-width:3px;
 +
color:#8cd5d9;
 +
#pp{
 +
padding-left:0;
 +
padding-right:0;
 +
}
 +
h6{
 +
padding-top:20px;
 +
padding-left:0;
 +
}
 +
}
 +
#dropdownMenu1{
 +
margin-top:-0.15vw;
 +
background:#e8e8e8;
 +
border-style:none;
 +
}
 +
@media (min-width: 767px){
 +
.dropdown-menu{
 +
margin-top:24px;
 +
left:-19px;
 +
border-radius:0px;
 +
padding:4px;
 +
}
 +
}
 +
/*Mobile and small screen css*/
 +
@media (max-width: 767px){
 +
#logo_Banner_Desktop{
 +
display:none;
 +
}
 +
#logo_Banner_Mobile{
 +
display:block;
 +
width:100%;
 +
max-width:200px;
 +
margin:auto;
 +
}
 +
#dropdownMenu1{
 +
padding:2.5% 0 2% 0;
 +
margin:-1.6% auto -1.4% 0.9%;
 +
}
 +
#links{
 +
padding:10px 0;
 +
margin-left:0.85vw;
 +
}
 +
}
 +
@media (max-width: 1000px){
 +
.calendar_key{
 +
display:none;
 +
}
 +
.calendar_space, .calendar_box, .calendar_link{
 +
height:5.2vh;
 +
width:5.2vh;
 +
}
 +
.calendar_selector{
 +
font-size:2.6vh;
 +
color:#47BCC2;
 +
cursor:pointer;
 +
}
 +
}
 +
@media (max-width: 595px){
 +
.calendar{
 +
display:none;
 +
}
 +
}
 +
@media (max-width: 920px){
 +
#links_drop{
 +
margin-left:0;
 +
padding-top:9px;
 +
margin-top:-4px;
 +
font-size:20px;
 +
}
 +
}
 +
#links_drop{
 +
color:#47BCC2;
 +
/*font-size:20px;*/
 +
font-size:1.2vw;
 +
margin:8px 0.9vw 0.5vh 0.9vw;
 +
padding:0.06vw 0 0 0;
 +
line-height:0px;
 +
}
 +
</style>
 +
<div id="top_page" class="link_fix"></div>
 
<nav id="Top" class="navbar navbar-inverse navbar-static-top">
 
<nav id="Top" class="navbar navbar-inverse navbar-static-top">
 
   <div class="container-fluid">
 
   <div class="container-fluid">
Line 493: Line 690:
 
     <div>
 
     <div>
 
         <div class="collapse navbar-collapse" id="myNavbar">
 
         <div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav">
+
<ul class="nav navbar-nav">
<li ><a id="links"href="https://2016.igem.org/Team:Exeter/Project">Project</a></li>
+
<li><div id="links_drop" class="dropdown">
 +
  <button class="dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
 +
    <span style="margin-bottom:4px;">Lab</span>
 +
    <span class="caret"></span>
 +
  </button>
 +
  <ul class="dropdown-menu" style="background:#e8e8e8;margin-left:25px;" aria-labelledby="dropdownMenu1">
 +
<li><a id="links" style="margin:10px 0 30px 2px;padding:0;font-size:1.8vh;" href="https://2016.igem.org/Team:Exeter/Project">Lab Project</a></li>
 +
    <li><a id="links" style="margin:30px 0 10px 2px;padding:0;font-size:1.8vh;" href="https://2016.igem.org/Team:Exeter/Labbook">Lab Book</a></li>
 +
<li><a id="links" style="margin:30px 0 10px 2px;padding:0;font-size:1.8vh;" href="https://2016.igem.org/Team:Exeter/Safety">Safety</a></li>
 +
 
 +
  </ul>
 +
</div></li>
 
<li ><a id="links"href="https://2016.igem.org/Team:Exeter/Parts">Parts</a></li>
 
<li ><a id="links"href="https://2016.igem.org/Team:Exeter/Parts">Parts</a></li>
 
<li ><a id="links"href="https://2016.igem.org/Team:Exeter/Team">Team</a></li>
 
<li ><a id="links"href="https://2016.igem.org/Team:Exeter/Team">Team</a></li>
<li ><a id="links"href="https://2016.igem.org/Team:Exeter/Human_Practices">Human Practices</a></li>
+
<li><a id="links" href="https://2016.igem.org/Team:Exeter/Interlab">InterLab</a></li>
 +
<li><div id="links_drop" class="dropdown">
 +
  <button class="dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
 +
    <span style="margin-bottom:4px;">Human Practices</span>
 +
    <span class="caret"></span>
 +
  </button>
 +
  <ul class="dropdown-menu" style="background:#e8e8e8;margin-left:25px;" aria-labelledby="dropdownMenu1"> 
 +
    <li><a id="links" style="margin:10px 0 10px 2px;padding:0;font-size:1.8vh;" href="https://2016.igem.org/Team:Exeter/Integrated_Practices">Integrated</a></li>
 +
<li><a id="links" style="background:none;line-height:0.7vh;margin:30px 0 10px 2px;padding:0;font-size:1.8vh;" href="https://2016.igem.org/Team:Exeter/Engagement">Public Engagement<br /><br /><br /> & Education</a></li><li><a id="links" style="margin:30px 0 10px 2px;padding:0;font-size:1.8vh;" href="https://2016.igem.org/Team:Exeter/Log">Log</a></li>
 +
 
 +
  </ul>
 +
</div></li>
 +
 
 
<li ><a id="links"href="https://2016.igem.org/Team:Exeter/Attributions">Attributions</a></li>
 
<li ><a id="links"href="https://2016.igem.org/Team:Exeter/Attributions">Attributions</a></li>
<li ><a id="links"href="https://2016.igem.org/Team:Exeter/Awards">Awards</a></li>
+
 
</ul>
+
<li><div id="links_drop" class="dropdown">
<ul class="nav navbar-nav navbar-right" >
+
  <button class="dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
<li class="media_icon" id="soc_1">
+
    <span style="margin-bottom:4px;">Awards</span>
<a href="https://www.youtube.com/channel/UC31qfG4hnm8gRHDCkrBtAiQ">
+
    <span class="caret"></span>
<img id = "soc" src="https://static.igem.org/mediawiki/2016/2/23/You.png"/>
+
  </button>
</a>
+
  <ul class="dropdown-menu" style="background:#e8e8e8;margin-left:25px;" aria-labelledby="dropdownMenu1">
</li>
+
 
    <li class="media_icon" id="soc_2">
+
<li><a id="links" style="margin:10px 0 30px 2px;padding:0;font-size:1.8vh;" href="https://2016.igem.org/Team:Exeter/Awards">Awards</a></li>
<a href="https://www.facebook.com/ExeteriGEM2016/?ref=aymt_homepage_panel">
+
<li><span style="margin:10px 0 30px 2px;padding:0;"><u>Special pages</u></span></li>
<img id = "soc" src="https://static.igem.org/mediawiki/2016/5/51/Fb.png"/>
+
<li><a id="links" style="margin:30px 0 10px 2px;padding:0;font-size:1.8vh;" href="https://2016.igem.org/Team:Exeter/HP/Silver">HP Silver</a></li>
</a>
+
<li><a id="links" style="margin:30px 0 10px 2px;padding:0;font-size:1.8vh;" href="https://2016.igem.org/Team:Exeter/HP/Gold">HP Gold</a></li>
</li>
+
 
    <li class="media_icon" id="soc_3">
+
  </ul>
<a  href="https://twitter.com/exeter_igem">
+
</div></li>
<img id = "soc" src="https://static.igem.org/mediawiki/2016/7/76/Twit.jpg"/>
+
<li ><a id="links"href="https://2016.igem.org/Team:Exeter/Model">Models</a></li>
</a>
+
<li ><a id="links"href="https://2016.igem.org/Team:Exeter/Collaborations">Collaborations</a></li>
</li>
+
 
 +
 
 +
 
 
</ul>
 
</ul>
 +
<ul class="nav navbar-nav navbar-right">
 +
<li style="height:50px;width:48px;"class="soc_1">
 +
<a href="https://www.youtube.com/channel/UC31qfG4hnm8gRHDCkrBtAiQ">
 +
<img id = "soc" src="https://static.igem.org/mediawiki/2016/2/23/You.png"/></a>
 +
</li>
 +
<li style="height:50px;width:48px;"class="soc_2">
 +
<a href="https://www.facebook.com/ExeteriGEM2016/?ref=aymt_homepage_panel">
 +
<img id = "soc" src="https://static.igem.org/mediawiki/2016/5/51/Fb.png"/></a>
 +
</li>
 +
<li style="height:50px;width:48px;"class="soc_3">
 +
<a href="https://twitter.com/exeter_igem">
 +
<img id = "soc" src="https://static.igem.org/mediawiki/2016/7/76/Twit.jpg"/></a>
 +
</li>
 +
</ul>
 
    </div>
 
    </div>
 
     </div>
 
     </div>
Line 562: Line 798:
 
<!--Counter and topnav ends-->
 
<!--Counter and topnav ends-->
 
<!--Content begins-->
 
<!--Content begins-->
 +
<div class="container">
 
<h1 >Awards</h1>
 
<h1 >Awards</h1>
 
<h2 style="color:#A57164; text-decoration: underline;">Bronze</h2>
 
<h2 style="color:#A57164; text-decoration: underline;">Bronze</h2>
Line 574: Line 811:
 
<h6>Attribution:</h6>
 
<h6>Attribution:</h6>
 
<ul>
 
<ul>
<li>We created an "<a href="https://2016.igem.org/Team:Exeter/Attributions">Attributions and Acknowledgments page</a>" for students,
+
<li>We created an "<a href="https://2016.igem.org/Team:Exeter/Attributions">Attributions and Acknowledgements page</a>" for students,
 
supervisors and advisors throughout.</li>
 
supervisors and advisors throughout.</li>
 
</ul>
 
</ul>
 
<h6>Part/Contribution</h6>
 
<h6>Part/Contribution</h6>
 
<ul>
 
<ul>
<li>We submitted and further characterised KillerRed (<a href="http://parts.igem.org/Part:BBa_K1914002">BBa_K1184002</a>).</li>
+
<li>We submitted and further characterised KillerRed (<a href="http://parts.igem.org/Part:BBa_K1914002">BBa_K1914002</a>).</li>
 
<br />
 
<br />
<li>We submitted KillerOrange phototoxic protein kill switch and provided extensive characterisation (<a href="http://parts.igem.org/Part:BBa_K1914000">BBa_K1184000</a>).</li>
+
<li>We submitted KillerOrange phototoxic protein kill switch and provided extensive characterisation (<a href="http://parts.igem.org/Part:BBa_K1914000">BBa_K1914000</a>).</li>
 
<br />
 
<br />
 
<li>We designed a codon optimised Lysozyme C Biobrick which targets the enzyme to the periplasm where it is most effective.
 
<li>We designed a codon optimised Lysozyme C Biobrick which targets the enzyme to the periplasm where it is most effective.
(<a href="http://parts.igem.org/Part:BBa_K1914004">BBa_K1184004</a>)</li>.
+
(<a href="http://parts.igem.org/Part:BBa_K1914004">BBa_K1914004</a>)</li>.
 
</ul>
 
</ul>
 
<h2 style="color:#757575; text-decoration: underline;" >Silver</h2>
 
<h2 style="color:#757575; text-decoration: underline;" >Silver</h2>
Line 611: Line 848:
 
<h6>Human Practices</h6>
 
<h6>Human Practices</h6>
 
<ul>
 
<ul>
<li>We performed research on <a href="https://2016.igem.org/Team:Exeter/Integrated_Practices#section_2">
+
<li>We performed research on <a href="https://2016.igem.org/Team:Exeter/Integrated_Practices/ED">
 
equality and diversity</a> in science, using the University of Exeter as a case study.</li>
 
equality and diversity</a> in science, using the University of Exeter as a case study.</li>
 
<br /><li>We have created and tested an <a href="https://2016.igem.org/Team:Exeter/Engagement#section_1">
 
<br /><li>We have created and tested an <a href="https://2016.igem.org/Team:Exeter/Engagement#section_1">
Line 618: Line 855:
 
<br /><li>We have <a href="https://2016.igem.org/Team:Exeter/Engagement">engaged the public</a>
 
<br /><li>We have <a href="https://2016.igem.org/Team:Exeter/Engagement">engaged the public</a>
 
with synthetic biology on multiple fronts:
 
with synthetic biology on multiple fronts:
<ul style="font-size:20px:">
+
<ul style="font-size:100%;">
<li><a href="">Desert Island...Science?</a> podcast - interviewing academics, researchers  
+
<li><a href="https://2016.igem.org/Team:Exeter/dis">Desert Island...Science?</a> podcast - interviewing academics, researchers  
 
and public figures about synthetic biology, public engagement,  
 
and public figures about synthetic biology, public engagement,  
 
education and their research. This has been published on Youtube,  
 
education and their research. This has been published on Youtube,  
Line 625: Line 862:
 
<br /><li>Interviews with prominent academics, like  
 
<br /><li>Interviews with prominent academics, like  
 
<a href="https://2016.igem.org/Team:Exeter/Engagement#section_6">Prof. Richard Dawkins</a> and  
 
<a href="https://2016.igem.org/Team:Exeter/Engagement#section_6">Prof. Richard Dawkins</a> and  
<a href="https://2016.igem.org/Team:Exeter/Integrated_Practices#section_1">Prof. Richard  
+
<a href="https://2016.igem.org/Team:Exeter/Integrated_Practices/lab#section_2">Prof. Richard  
 
Titball</a> about their thoughts on public engagement and the importance of Biosafety,  
 
Titball</a> about their thoughts on public engagement and the importance of Biosafety,  
 
respectively.</li>
 
respectively.</li>
 
<br /><li>We hosted a panel discussion on equality and diversity at the university creating a two  
 
<br /><li>We hosted a panel discussion on equality and diversity at the university creating a two  
way conversation with the public on the topic.</a>
+
way conversation with the public on the topic.</a></li>
</ul></li>
+
</ul>
 
<br />
 
<br />
 
<li>We designed a <a href="https://2016.igem.org/Team:Exeter/Engagement#section_2">
 
<li>We designed a <a href="https://2016.igem.org/Team:Exeter/Engagement#section_2">
Line 641: Line 878:
 
<h2 style="color:#9C7C38; text-decoration: underline;" >Gold</h2>
 
<h2 style="color:#9C7C38; text-decoration: underline;" >Gold</h2>
 
<h6 style="text-align:center;"><a style="color:#9C7C38;" href="https://2016.igem.org/Team:Exeter/HP/Gold">Dedicated human practices gold award page here</a></h6>
 
<h6 style="text-align:center;"><a style="color:#9C7C38;" href="https://2016.igem.org/Team:Exeter/HP/Gold">Dedicated human practices gold award page here</a></h6>
<p id="pp">All of the information below can be found on the <a href="">
+
<p id="pp">All of the information below can be found on the <a href="https://2016.igem.org/Team:Exeter/Integrated_Practices">
 
Integrated Human Practices page</a></p>
 
Integrated Human Practices page</a></p>
 
<ul>
 
<ul>
 
<li>The effectiveness of kill switches was discussed with academics and individuals in industry to inform our experiments. We then tested what  
 
<li>The effectiveness of kill switches was discussed with academics and individuals in industry to inform our experiments. We then tested what  
 
was discussed and designed parts to address the major concerns.</li>
 
was discussed and designed parts to address the major concerns.</li>
<br /><li>Outreach integration -
+
<br /><li>Integrated: Equality and Diversity -
<ul>
+
<ul style="font-size:100%;">
<li>We took a different approach to integrated Human Practices by integrating the Equality and Diversity work into itself - each interview influenced the next forming a  
+
<li>We took a different approach to Integrated Human Practices by integrating the Equality and Diversity work into itself - each interview influenced the next forming a  
 
grounded analysis of the issue.</li>
 
grounded analysis of the issue.</li>
<br /><li>Our board game; BioMech, integrates the principles of our lab work - biosafety and effective plasmid construction - into a fun  
+
<br /><li>Whilst not strictly Integrated, our board game; BioMech, embeds the principles of our lab work - biosafety and effective plasmid construction - into a fun  
 
and engaging educational tool.</li>
 
and engaging educational tool.</li>
 
</ul></li>
 
</ul></li>
<br /><li>We have provided a framework for the implementation of a Synthetic Biology Module at our University in order to provide a better understanding of the field to fill the gap in knowledge we found during our human practices.</li>
+
<br /><li>Equally, we have provided a framework for the implementation of a Synthetic Biology Module at our University in order to provide a better understanding of the field to fill the gap in knowledge we found during our human practices. Assessment is in the style of the iGEM jamboree</li>
 
</ul>
 
</ul>
 
<h6>Improve a previous part or project:</h6>
 
<h6>Improve a previous part or project:</h6>
<ul>
+
<ul >
 
<li>We have further characterised KillerRed by testing it under a wider range of conditions and quantified the length of time for it to remain viable as a kill switch.</li>
 
<li>We have further characterised KillerRed by testing it under a wider range of conditions and quantified the length of time for it to remain viable as a kill switch.</li>
 
<br /><li>We have improved Lysozyme C by adding a signal peptide targeting it to the periplasm where it is most effective.</li>
 
<br /><li>We have improved Lysozyme C by adding a signal peptide targeting it to the periplasm where it is most effective.</li>
Line 662: Line 899:
 
<h6>Proof of concept</h6>
 
<h6>Proof of concept</h6>
 
<ul>
 
<ul>
<li>We used a <a href="https://2016.igem.org/Team:Exeter/Project#culture" >ministat</a> array to test the longevity of kill switches and to simulate their real world application in an industrial chemostat setting.</li>
+
<li>We used a <a href="https://2016.igem.org/Team:Exeter/Proof" >ministat</a> array to test the longevity of kill switches and to simulate their real world application in an industrial chemostat setting.</li>
 
</ul>
 
</ul>
 
<h6>Demonstrate your work:</h6>
 
<h6>Demonstrate your work:</h6>
Line 674: Line 911:
 
<br />
 
<br />
  
 
+
</div>
  
 
<!--Content Ends-->
 
<!--Content Ends-->

Latest revision as of 03:05, 20 October 2016