Difference between revisions of "Team:Manchester"

 
(123 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{Manchester/CSS1}}
 
{{Manchester/CSS1}}
 
<html>
 
<html>
<head>
+
<style>
<script>
+
div a, p, ul, h1, h2, h3, h4, h5, h6, map, area, img, .projectlink, .giantjamboree a{
TargetDate = "12/31/2020 5:00 AM";
+
    position: relative;
BackColor = "palegreen";
+
    z-index:900;
ForeColor = "navy";
+
}
CountActive = true;
+
CountStepper = -1;
+
LeadingZero = true;
+
DisplayFormat = "%%D%% Days, %%H%% Hours, %%M%% Minutes, %%S%% Seconds.";
+
FinishMessage = "";
+
  
function calcage(secs, num1, num2) {
+
a{
  s = ((Math.floor(secs/num1))%num2).toString();
+
    position: relative;
  if (LeadingZero && s.length < 2)
+
     z-index:1000;
     s = "0" + s;
+
    font-weight: bold;
  return "<b>" + s + "</b>";
+
 
}
 
}
  
function CountBack(secs) {
+
.width33{
  if (secs < 0) {
+
     width: 33%;
     document.getElementById("cntdwn").innerHTML = FinishMessage;
+
}
    return;
+
  }
+
  DisplayStr = DisplayFormat.replace(/%%D%%/g, calcage(secs,86400,100000));
+
  DisplayStr = DisplayStr.replace(/%%H%%/g, calcage(secs,3600,24));
+
  DisplayStr = DisplayStr.replace(/%%M%%/g, calcage(secs,60,60));
+
  DisplayStr = DisplayStr.replace(/%%S%%/g, calcage(secs,1,60));
+
  
  document.getElementById("cntdwn").innerHTML = DisplayStr;
+
img.width80{
  if (CountActive)
+
     width: 40%;
     setTimeout("CountBack(" + (secs+CountStepper) + ")", SetTimeOutPeriod);
+
 
}
 
}
  
function putspan(backcolor, forecolor) {
+
.judging{
document.write("<span id='cntdwn' style='background-color:" + backcolor +
+
    font-size: 40px;
                "; color:" + forecolor + "'></span>");
+
    height:30px;
 +
    text-align: center;
 +
    color: gold;
 +
    padding-bottom: 100px;
 
}
 
}
  
if (typeof(BackColor)=="undefined")
+
.medal_title{
  BackColor = "white";
+
    font-size:30px;
if (typeof(ForeColor)=="undefined")
+
    margin-top:30px;
  ForeColor= "black";
+
    margin-bottom: 30px;
if (typeof(TargetDate)=="undefined")
+
}
  TargetDate = "12/31/2020 5:00 AM";
+
if (typeof(DisplayFormat)=="undefined")
+
  DisplayFormat = "%%D%% Days, %%H%% Hours, %%M%% Minutes, %%S%% Seconds.";
+
if (typeof(CountActive)=="undefined")
+
  CountActive = true;
+
if (typeof(FinishMessage)=="undefined")
+
  FinishMessage = "";
+
if (typeof(CountStepper)!="number")
+
  CountStepper = -1;
+
if (typeof(LeadingZero)=="undefined")
+
  LeadingZero = true;
+
  
 +
.bronze{
 +
    color: #CD7F32;
 +
}
  
CountStepper = Math.ceil(CountStepper);
+
.sliver{
if (CountStepper == 0)
+
    color: #C0C0C0;
  CountActive = false;
+
}
var SetTimeOutPeriod = (Math.abs(CountStepper)-1)*1000 + 990;
+
putspan(BackColor, ForeColor);
+
var dthen = new Date(TargetDate);
+
var dnow = new Date();
+
if(CountStepper>0)
+
  ddiff = new Date(dnow-dthen);
+
else
+
  ddiff = new Date(dthen-dnow);
+
gsecs = Math.floor(ddiff.valueOf()/1000);
+
CountBack(gsecs);
+
</script>
+
  
<style>
+
.gold{
 +
    color: #FFD700;
 +
}
  
 +
.bronze img{
 +
    width:70%;
 +
}
  
.somebox{
+
.team112{
     width:80%;
+
     width: 95%;
     height: 10px;
+
     margin: auto;
    display:none;
+
 
}
 
}
  
 +
.bronze_info img{
 +
    width: 18%;
 +
}
  
* {
+
.tick{
     box-sizing: border-box;
+
     float: left;
 +
    clear:both;
 
}
 
}
  
[class*="col-"] {
+
 
float:left
+
.bronze_info li{
 +
    float:left;
 +
    width:82%;
 +
    margin-left: 0%;
 +
    font-size:17px;
 +
    line-height: 200%;
 +
    list-style:none;
 +
}
 +
 
 +
 
 +
 
 +
@media screen and (max-width:700px){
 +
    .bronze_info li{font-size: 12px;}
 +
    .bronze_info li b{ font-size:12px;}
 +
}
 +
 
 +
 
 +
 
 +
.floatright2{
 +
    float:right;
 
}
 
}
  
.row::after {
+
.project1 a:link {
     content: "";
+
     text-decoration:none;
     clear: both;
+
    color: white;
 +
     font-size: 20px;
 
     display: block;
 
     display: block;
 +
    vertical-align:top;
 +
    padding: 20px;
 +
    z-index:999;
 
}
 
}
  
.alert{
+
.project1 a:visited {
     border-radius: 10px 0 0 10px;
+
     text-decoration:none;
     padding: 33.5px 0 34px 20px;
+
     color: white;
     background: #f9d5df;
+
    font-size: 20px;
     width: 66.66%;
+
     display: block;
     float:left;
+
     vertical-align:top;
 +
     padding: 20px;
 +
    z-index:999;
 
}
 
}
  
.alert1{
+
.project1 a:hover{
     border-radius: 0 10px 10px 0;
+
     color: black;
    padding: 20px 20px 20px 0 ;
+
    background: #f9d5df;
+
    width: 33.33%;
+
    float:left;
+
 
}
 
}
  
.social::before{
+
.project1:hover{
     content:"" ;
+
     background: gold;
 
}
 
}
  
.logo{
+
.project1 a:active{
     margin: auto;
+
     color: grey;
     position: absolute;
+
    background: gold;
 +
}
 +
 
 +
.project1:active{
 +
    background: gold;
 +
}
 +
 
 +
.project1{
 +
    background: orange;
 +
    text-align: center;
 +
     border-radius: 10px;
 
     display: block;
 
     display: block;
     width: 13%;
+
     width: 30%;
     top: 2%;
+
     margin: 10px 15px 40px 15px;
    right: 4%;
+
 
 
}
 
}
  
@keyframes animate{
+
div a{
     0%{height:400px ; margin-top: 50px ; margin-bottom:20px}
+
     position: relative;
     32.5%{height:370px ; margin-top: 80px ; margin-bottom: 20px }
+
     z-index:50;
    65%{height:400px ; margin-top: 50px ; margin-bottom: 20px }
+
    82.5%{height:400px ; margin-top: 20px ; margin-bottom: 50px }
+
    100%{height:400px ; margin-top: 50px ;margin-bottom: 20px }
+
 
}
 
}
  
@-webkit-keyframes animate{
+
.interactive img{
     0%{height:400px ; margin-top: 50px}
+
     width:100%;
    25%{height:370px ; margin-top: 80px}
+
     margin:auto;
     50%{height:400px ; margin-top: 50px}
+
    75%{height430px ; margin-top: 20px}
+
    100%{height:400px ; margin-top: 50px}
+
 
}
 
}
  
@media screen and (max-width:700px){
+
.font20{
    .somebox{
+
    font-size: 20px;
        display:block;
+
     font-weight: normal;
     }
+
 
}
 
}
  
@media screen and (max-width:1300px){
+
p.font20{
     .alert{
+
     font-size: 20px;
          width: 90%;
+
    font-weight: normal;
          border-radius:10px 10px 0 0;
+
}
    }
+
  
    .alert1{
+
.font8{display:none}
          width:90%;
+
 
          border-radius: 0 0 10px 10px;
+
.project{
          padding: 10px 150px;
+
    text-align: center;
     }
+
    display: block;
 +
    width: 17%;
 +
     margin: 80px 15px 10px 15px;
 
}
 
}
  
@media screen and (max-width:750px){
+
.project img{
     .alert{
+
     width: 100%;
          width: 90%;
+
    opacity: 0.7;
          border-radius:10px 10px 0 0;
+
     z-index:999;
     }
+
}
  
    .alert1{
+
.project:hover img{
          width:90%;
+
    opacity: 1;
          border-radius: 0 0 10px 10px;
+
}
          padding:0;
+
    }
+
  
 +
/****
 +
.project a:link, .project1 a:link {
 +
    text-decoration:none;
 +
    color: white;
 +
    font-size: 20px;
 +
    display: block;
 +
    vertical-align:top;
 +
    padding: 20px;
 +
}
  
body{
+
.project a:visited, .project1 a:visited {
     width:90% ;
+
     text-decoration:none;
     margin:auto;
+
    color: white;
 +
    font-size: 20px;
 +
    display: block;
 +
    vertical-align:top;
 +
     padding: 20px;
 
}
 
}
  
.boxx{
+
.project a:hover, .project1 a:hover{
  width:85%;
+
    color: black;
     margin:auto;
+
}
 +
 
 +
.project:hover, .project1:hover{
 +
    background: gold;
 +
}
 +
 
 +
.project a:active .project1 a:active{
 +
    color: grey;
 +
    background: gold;
 +
}
 +
 
 +
.project:active, .project1:active{
 +
    background: gold;
 +
}
 +
 
 +
 
 +
 
 +
.project1{
 +
    background: orange;
 +
    text-align: center;
 +
    border-radius: 10px;
 +
    display: block;
 +
    width: 30%;
 +
     margin: 10px 15px 40px 15px;
 +
 
 +
}
 +
***/
 +
.titlegiant{
 +
    font-size: 35px;
 +
    color: gold;
 +
    height: 50px;
 +
}
 +
 
 +
.giantjamboree{
 +
    border-radius: 20px;
 +
    border: gold 5px solid;
 +
    padding: 30px;
 +
    margin-bottom: 50px;
 +
    margin-top: 90px;
 +
}
 +
 
 +
.wordgiant{
 +
    padding-right: 20px;
 +
}
 +
 
 +
 
 +
 
 +
@media screen and (max-width:700px){
 +
.interactive img{width:100%;}
 +
.font20{display:none}
 +
.font8{display:block}
 +
.project{width: 95%;}
 +
}
 +
 
 +
@media screen and (max-width:800px){
 +
.bronze_info img{width:40px;}
 +
.trophy1 ul li{font-size:9px;}
 +
.width33{width:95%;}
 +
.com23{display:none}
 +
}
 +
 
 +
@media screen and (min-width:800px){
 +
.mol23{display:none;}
 
}
 
}
  
 
</style>
 
</style>
 +
<head>
 
<title>IGEM Manchester Team 2016</title>
 
<title>IGEM Manchester Team 2016</title>
 +
<!--default setting for character set and device view-->
 
<meta charset="utf-8">
 
<meta charset="utf-8">
 
<meta name="viewport" content="width=device-width, initial-scale=1">
 
<meta name="viewport" content="width=device-width, initial-scale=1">
 
</head>
 
</head>
 +
 
<body>
 
<body>
 
+
<!--big picture (banner in CSS1)-->
<!--big picture-->
+
 
+
  
 
<div>
 
<div>
Line 202: Line 280:
 
<div class="somebox" ></div>
 
<div class="somebox" ></div>
 
<div class="boxx">
 
<div class="boxx">
 +
 
<!--intro text-->
 
<!--intro text-->
 
<div class="column full_size" >
 
<div class="column full_size" >
 +
<br />
 +
<center><h1 style="color:orange"> Welcome to <strong style="color:purple">Manchester</strong> <strong style="color:green">iGEM 2016</strong>! </h1></center>
 +
<div class="column half_size">
 +
<img style="margin:auto;" src="https://static.igem.org/mediawiki/2016/d/d6/T--Manchester--groupstand.png" alt="group photo"></img>
 +
</div>
 +
<div class="column half_size">
 +
<img style="margin:auto" src="https://static.igem.org/mediawiki/2016/9/92/T--Manchester--grouplab.png" alt="group photo"></img>
 +
</div>
  
<div id="cntdwn"></div>
 
 
<center><h2 > Welcome to <strong style="color:green">iGEM 2016</strong>! </h2></center>
 
 
<br />
 
<br />
<p >Welcome to the University of Manchester’s iGEM 2016 Wiki page! We are a team of 11 undergraduate students all studying at the The University of Manchester and Manchester Metropolitan University based in the Manchester Institute of Biotechnology under the supervision of Professor Rainer Breitling and Professor Eriko Takano.</p>
+
<p style="font-size:20px;" class="font20">Welcome to the University of Manchester’s iGEM 2016 Wiki page! We are a team of 10
<p>
+
undergraduate students all studying at the The University of Manchester and Manchester Metropolitan University. We are based in the Manchester Institute of Biotechnology under the supervision of Professor Rainer Breitling and Professor Eriko Takano.</p>
 +
 
 +
<p style="font-size:8px;" class="font8">Welcome to the University of Manchester’s iGEM 2016 Wiki page! We are a team of 10
 +
undergraduate students all studying at the The University of Manchester and Manchester Metropolitan University. We are based in the Manchester Institute of Biotechnology under the supervision of Professor Rainer Breitling and Professor Eriko Takano.</p>
 +
 
 +
 
 +
 
 +
 
 +
<!------------------------------Description----------------------------------->
 +
 
 
<br /><br /><br />
 
<br /><br /><br />
 
<center>
 
<center>
<h1>
+
<h1 style="color:orange">
 
Project Description
 
Project Description
 
</h1>
 
</h1>
 
</center>
 
</center>
<br />
+
  <br />
 +
 
 +
  <div class="interactive column full_size">
 +
    <center>
 +
    <img src="https://static.igem.org/mediawiki/2016/4/4b/T--Manchester--introimgmain.png" />
 +
    </center>
 +
  </div>
 +
 
 +
  <br />
 +
 
 +
<p style="font-size:20px" class="font20">Self-awareness of alcohol consumption and intoxication levels is surprisingly difficult to achieve. Our alcohol awareness tool, AlcoPatch, provides a <a href="https://2016.igem.org/Team:Manchester/Model/Costing" target="_blank"> cheap </a>, bio-based, sustainable and robust solution to help increasing self-awareness. The AlcoPatch would provide users with a visible colour signal indicating their blood alcohol concentration in real time. Throughout the project, we have worked closely with the <a href="https://2016.igem.org/Team:Manchester/Human_Practices" target="_blank">police, health care providers, charities</a> and potential users to design a product that would meet the real needs of communities around the world. Having a rapid and reliable indicator to show visually when one has had enough could help reduce the undesired consequences of being too drunk. This helps people who do not want to get drunk, but would also have positive knock-on effects to the people around them, from reducing public disturbance to avoiding drink-driving.
 +
</p> 
 +
 
 +
<p style="font-size:8px;" class="font8">Self-awareness of alcohol consumption and intoxication levels can be difficult for anyone to master. Through the exploration of trying to find a niche within our society that our project could be beneficial to, our project’s targeted audience has changed dramatically since the initial idea of the AlcoPatch. We have found that our AlcoPatch would have many applications to the people within our society whose aim is to not actually get drunk! Our patch would provide these people with a visible colour change according to their blood alcohol concentration thus giving them the ability to monitor their personal intoxication levels. Having an indicator to show how intoxicated a person is could help reduce the undesired consequences of being too drunk, the knock-on effects of these to the public services, drink-driving, as well as the prevention of serving alcohol to people who are over the limit and much more. </p> 
 +
 
  
<h4>Science Behind AlcoPatch</h4>
+
<br /><br />
<p>Controlling alcohol consumption can be difficult, especially amongst students in the UK. An alcohol patch that generates a visible colour change according to blood alcohol concentration could be used to monitor the level of intoxication in a person. Having an indicator to show how intoxicated a person is could help reduce undesired consequences of being too drunk </p>
+
<h4 style="color:gold">Science Behind AlcoPatch </h4>
 +
<p style="font-size: 20px" class="font20">It is known that the ethanol concentration in sweat is linearly related to the blood alcohol concentration <sup>[3]</sup>. Based on this, we aim to develop an ethanol biosensor by using synthetic biology, based on two separate potential methods to measure intoxication levels. The <a href="https://2016.igem.org/Team:Manchester/Description/mechanism1" target="_blank"> first mechanism</a> involves the use of alcohol oxidase (AOx) in a <a href="https://2016.igem.org/Team:Manchester/Description/mechanism1" target="_blank"> cell-free system</a> to oxidise ethanol to acetaldehyde that produces hydrogen peroxide (H<sub>2</sub>O<sub>2</sub>) as a by-product. H<sub>2</sub>O<sub>2</sub> is used as an oxidising agent by horseradish peroxidase (HRP) to convert ABTS (2,2'-azino-bis(3-ethylbenzothiazoline-6-sulphonic acid)) to produce a gradient of the colour green. The <a href="https://2016.igem.org/Team:Manchester/Description/mechanism2" target="_blank"> second mechanism</a> involves activation of the ethanol-sensitive transcription factor <a href="http://parts.igem.org/Part:BBa_K2092004"target="_blank">alcR</a> in engineered <i>Escherichia coli (E. coli) </i>. The activated transcription factor then activates the <a href="http://parts.igem.org/Part:BBa_K2092003"target="_blank"> alcA promoter </a> leading to the expression of chromoproteins.
  
<h4>Our Project Plan </h4>
 
<p>It is known that the ethanol concentration in sweat is linearly related to the blood alcohol concentration. Based on this, we aim to develop an ethanol biosensor by using synthetic biology with two separate methods to measure intoxication levels. The first mechanism involves the usage of alcohol oxidase (AOX) in a cell-free system to oxidise ethanol to acetaldehyde that produces hydrogen peroxide <i>H<sub>2</sub>O<sub>2</sub></i> as a by-product. <i>H<sub>2</sub>O<sub>2</sub></i> is used as an oxidising agent by horseradish peroxidase (HRP) to convert ABTS to produce luminescence. The second mechanism involves activation of ethanol sensitive alcR in engineered Escherichia Coli (E.Coli). The activated transcription factor then activates the promoter alcA leading to the expression of chromoprotein.
 
 
</p>
 
</p>
  
<br />
+
<p style="font-size: 8px" class="font8">It is known that the ethanol concentration in sweat is linearly related to the blood alcohol concentration. Based on this, we aim to develop an ethanol biosensor by using synthetic biology with two separate methods to measure intoxication levels. The first mechanism involves the usage of alcohol oxidase (AOx) in a cell-free system to oxidise ethanol to acetaldehyde that produces hydrogen peroxide (H<sub>2</sub>O<sub>2</sub>) as a by-product. H<sub>2</sub>O<sub>2</sub> is used as an oxidising agent by horseradish peroxidase (HRP) to convert ABTS (2,2'-azino-bis(3-ethylbenzothiazoline-6-sulphonic acid)) to produce a colour change. The second mechanism involves activation of ethanol sensitive alcR in engineered Escherichia Coli (E.Coli). The activated transcription factor then activates the promoter alcA leading to the expression of chromoprotein.
<!--
+
</p>
<div class="row">
+
<div class="alert">
+
<h3> Support our project by donating through <a href="http://experiment.com/projects/alcopatch-a-new-way-of-detecting-alcohol-intoxication" target="blank"> Experiment.com</a> by 26 August 2016! </h3>
+
<br />
+
  
<h3>This will help us tremendously and would enable us to present our project in Boston on the <a style="color:green" href="https://2016.igem.org/Giant_Jamboree" target="blank">iGEM Giant Jamboree</a> : where one of the largest synthetic biology competition <a style="color:green" href="https://2016.igem.org/Main_Page" target="blank">(iGEM)</a> will take place!</h3>
+
<!--------------------------------------------------judging----------------------------------------------------------------->
 +
</br></br>
  
<br />
+
<h4 style="color:gold">Judging Criteria </h4>
 +
 
 +
 
 +
<div class="trophy1 column width33">
 +
  <center>
 +
  <img class="width80" src="https://static.igem.org/mediawiki/2016/1/13/T--Manchester--Trophy_Bronze.png" alt="Bronze Trophy" />
 +
  </center>
 +
 
 +
  <ul class="bronze_info">
 +
  <img class="tick" src="https://static.igem.org/mediawiki/2016/0/0d/T--Manchester--Tick_Bronze.png" alt="Tick" />
 +
    <li>See you at the Giant Jamboree!</li>
 +
  <img class="tick" src="https://static.igem.org/mediawiki/2016/0/0d/T--Manchester--Tick_Bronze.png" alt="Tick" />
 +
    <li>Created a <a href="https://2016.igem.org/Team:Manchester" target="_blank"> Team Wiki</a>. Welcome, you are currently on it! </li>
 +
  <img class="tick" src="https://static.igem.org/mediawiki/2016/0/0d/T--Manchester--Tick_Bronze.png" alt="Tick" />
 +
    <li>Massive thank you to every individual who has <a href="https://2016.igem.org/Team:Manchester/Attributions" target="_blank"> contributed</a> towards our
 +
project. </li>
 +
  <img class="tick" src="https://static.igem.org/mediawiki/2016/0/0d/T--Manchester--Tick_Bronze.png" alt="Tick" />
 +
    <li>Click to find out more about our <a href="https://2016.igem.org/Safety/Check_In?team_id=2092" target="_blank"> safety check-in</a>, <a href="https://2016.igem.org/Safety/About_Our_Lab?team_id=2092" target="_blank"> lab</a>, <a href="https://2016.igem.org/Safety/About_Our_Project?team_id=2092" target="_blank"> project</a>, <a href="https://2016.igem.org/Safety/Final_Safety_Form?team_id=2092" target="_blank"> final safety</a> and <a href="https://igem.org/2016_Judging_Form?id=2092" target="_blank"> judging form</a>.</li>
 +
  <img class="tick" src="https://static.igem.org/mediawiki/2016/0/0d/T--Manchester--Tick_Bronze.png" alt="Tick" />
 +
    <li>Check out one of our new <a href="https://2016.igem.org/Team:Manchester/Parts" target="_blank"> parts</a>, <a href="http://parts.igem.org/Part:BBa_K2092000" target="_blank"> BBa_K2092000</a>, which has been submitted to the iGEM Registry.</li>
 +
  <img class="tick" src="https://static.igem.org/mediawiki/2016/0/0d/T--Manchester--Tick_Bronze.png" alt="Tick" />
 +
    <li>Hope to see all of you at our poster and project presentation at the Giant Jamboree 2016!</li>
 +
 
 +
  </ul>
  
<h3>We, the <b style="purple">Manchester iGEM team 2016</b> appreciate so much for your kind support!</h3>
 
  
 
</div>
 
</div>
<div class="alert1">
+
 
<a href="https://experiment.com/projects/alcopatch-a-new-way-of-detecting-alcohol-intoxication" target="blank"> <img src="https://static.igem.org/mediawiki/2016/0/0f/T--Manchester--Group_Photos.png"></img></a>
+
<!--------------------------------------------------------------------------Sliver---------------------------------------------------------------------------------------------->
 +
 
 +
 
 +
<div class="trophy1 column width33">
 +
  <center>
 +
  <img class="width80" src="https://static.igem.org/mediawiki/2016/3/33/T--Manchester--Trophy_Sliver.png" alt="Bronze Trophy" />
 +
  </center>
 +
 
 +
  <ul class="bronze_info">
 +
  <img class="tick" src="https://static.igem.org/mediawiki/2016/b/b4/T--Manchester--Tick_Sliver.png" alt="Tick" />
 +
    <li>Experimentally validated and showed success on our key BioBricks: <a href="http://parts.igem.org/Part:BBa_K2092003" target="_blank"> BBa_K2092003</a>, <a href="http://parts.igem.org/Part:BBa_K2092004" target="_blank"> BBa_K2092004</a>, <a href="http://parts.igem.org/Part:BBa_K2092008" target="_blank"> BBa_K2092008</a> and <a href="http://parts.igem.org/Part:BBa_K2092009" target="_blank"> BBa_K2092009</a>.</li>
 +
  <img class="tick" src="https://static.igem.org/mediawiki/2016/b/b4/T--Manchester--Tick_Sliver.png" alt="Tick" />
 +
    <li>Without the <a href="https://2016.igem.org/Team:Manchester/Collaborations" target="_blank"> collaboration</a> with other iGEM teams, our project would not have been successful. Thank you!</li>
 +
  <img class="tick" src="https://static.igem.org/mediawiki/2016/b/b4/T--Manchester--Tick_Sliver.png" alt="Tick" />
 +
    <li>Reached out to various <a href="https://2016.igem.org/Team:Manchester/Human_Practices" target="_blank"> stakeholders, charities, public services</a> and many others to make sure our device addresses real-world needs in a responsible and efficient way.</li>
 +
 
 +
  </ul> 
 +
 
 +
 
 
</div>
 
</div>
 +
 +
<!--------------------------------------------------------------------------Gold---------------------------------------------------------------------------------------------->
 +
 +
<div class="trophy1 column width33">
 +
  <center>
 +
  <img class="width80" src="https://static.igem.org/mediawiki/2016/9/9b/T--Manchester--Trophy_Gold.png" alt="Bronze Trophy" />
 +
  </center>
 +
 +
    <ul class="bronze_info">
 +
  <img class="tick" src="https://static.igem.org/mediawiki/2016/2/27/T--Manchester--Tick_Gold.png" alt="Tick" />
 +
    <li>Integrated the investigated issues into the design of your project by modelling the <a href="https://2016.igem.org/Team:Manchester/Model/Costing" target="_blank">cost analysis</a> of the AlcoPatch and finding suitable <a href="https://2016.igem.org/Team:Manchester/HP/Gold" target="_blank">alternatives </a> for risk-posing substances used in this project.</li>
 +
  <img class="tick" src="https://static.igem.org/mediawiki/2016/2/27/T--Manchester--Tick_Gold.png" alt="Tick" />
 +
    <li><a href="https://2016.igem.org/Team:Manchester/Description/mechanism2#improved" target="_blank"> Improved</a> an existing BioBrick by adding two missing restriction sites – XbaI and SpeI making assembly process easier. </li>
 +
  <img class="tick" src="https://static.igem.org/mediawiki/2016/2/27/T--Manchester--Tick_Gold.png" alt="Tick" />
 +
    <li>Characterised previously existing BioBricks <a href="http://parts.igem.org/Part:BBa_K1033930 " target="_blank">BBa_K1033930</a> and <a href="http://parts.igem.org/Part:BBa_K1033925" target="_blank">BBa_K1033925</a>.</li>
 +
  <img class="tick" src="https://static.igem.org/mediawiki/2016/2/27/T--Manchester--Tick_Gold.png" alt="Tick" />
 +
    <li>Demonstrated a functional <a href="https://2016.igem.org/Team:Manchester/Proof" target="_blank"> proof of concept</a> of our project.  </li>
 +
  </ul>
 +
 
</div>
 
</div>
-->
 
  
<div class="social">
 
<br />
 
<p>We will be updating the Wiki with much more information as we progress through the project so check back often!</p>
 
<p>
 
Follow our activity on:
 
<br />
 
<br />
 
<h3 class="unique" ><a href="https://www.facebook.com/uomigem2016" target="_blank" > Facebook </a><h3>
 
  
<br />
 
<h3 class="unique1"><a href="https://twitter.com/iGEMManchester" target="_blank">Twitter</a><h3>
 
  
<br /><br /><br /><br /><br /><br /><br /><br />
+
 
 +
<!----------------------------------------------------navigate---------------------------------------------------------->
 +
 
 +
 
 +
<div style="clear:both" class="column project">
 +
<a class="projectlink" href="https://2016.igem.org/Team:Manchester/Description" title="Project Overview"><img src="https://static.igem.org/mediawiki/2016/b/b1/T--Manchester--mainpage_project.png" alt="Project Overview" /></a>
 +
<center>
 +
<h3><a href="https://2016.igem.org/Team:Manchester/Description">Project Overview</a></h3>
 +
</center>
 
</div>
 
</div>
</div>
 
  
 +
<div class="column project">
 +
<a class="projectlink" href="https://2016.igem.org/Team:Manchester/Achievement" title="Achievement Overview"><img src="https://static.igem.org/mediawiki/2016/3/37/T--Manchester--mainpage_achievement.png" alt="Achievement Overview" /></a>
 +
<center>
 +
<h3><a href="https://2016.igem.org/Team:Manchester/Achievement">Achievement Overview</a></h3>
 +
</center>
 
</div>
 
</div>
  
<!--change display to half column-->
+
<div class="column project">
<!--
+
<a class="projectlink" href="https://2016.igem.org/Team:Manchester/Human_Practices" title="Human Practices Overview"><img src="https://static.igem.org/mediawiki/2016/d/d9/T--Manchester--mainpage_hp.png" alt="Human Practices Overview" /></a>
<div class="column half_size" >
+
<center>
<h5>Before you start: </h5>
+
<h3><a href="https://2016.igem.org/Team:Manchester/Human_Practices">Human Practices Overview</a></h3>
<p> Please read the following pages:</p>
+
</center>
<ul>
+
<li>  <a href="https://2016.igem.org/Requirements">Requirements page </a> </li>
+
<li> <a href="https://2016.igem.org/Wiki_How-To">Wiki Requirements page</a></li>
+
<li> <a href="https://2016.igem.org/Resources/Template_Documentation"> Template Documentation </a></li>
+
</ul>
+
 
</div>
 
</div>
  
<div class="column half_size" >
+
<div class="column project">
<div class="highlight">
+
<a class="projectlink" href="https://2016.igem.org/Team:Manchester/Team" title="Team"><img src="https://static.igem.org/mediawiki/2016/8/83/T--Manchester--mainpage_team.png" alt="Team" /></a>
<h5> Styling your wiki </h5>
+
<center>
<p>You may style this page as you like or you can simply leave the style as it is. You can easily keep the styling and edit the content of these default wiki pages with your project information and completely fulfill the requirement to document your project.</p>
+
<h3><a class="projectlink" href="https://2016.igem.org/Team:Manchester/Team">Team</a></h3>
<p>While you may not win Best Wiki with this styling, your team is still eligible for all other awards. This default wiki meets the requirements, it improves navigability and ease of use for visitors, and you should not feel it is necessary to style beyond what has been provided.</p>  
+
</center>
 
</div>
 
</div>
 +
 +
<div class="column project">
 +
<a class="projectlink" href="https://2016.igem.org/Team:Manchester/Model" title="Modelling Overview"><img src="https://static.igem.org/mediawiki/2016/5/5c/T--Manchester--mainpage_modelling.png" alt="Modelling Overview" /></a>
 +
<center>
 +
<h3><a href="https://2016.igem.org/Team:Manchester/Model">Modelling Overview</a></h3>
 +
</center>
 
</div>
 
</div>
  
<div class="column full_size" >
+
<br />
<h5> Wiki template information </h5>
+
<p>We have created these wiki template pages to help you get started and to help you think about how your team will be evaluated. You can find a list of all the pages tied to awards here at the <a href="https://2016.igem.org/Judging/Pages_for_Awards/Instructions">Pages for awards</a> link. You must edit these pages to be evaluated for medals and awards, but ultimately the design, layout, style and all other elements of your team wiki is up to you!</p>
+
  
 
</div>  
 
</div>  
Line 293: Line 455:
  
  
<div class="column half_size" >
+
<!-------------------------------------------------Giant Jamboree-------------------------------------------------->
<h5> Editing your wiki </h5>
+
<p>On this page you can document your project, introduce your team members, document your progress and share your iGEM experience with the rest of the world! </p>
+
<p> <a href="https://2016.igem.org/wiki/index.php?title=Team:Example&action=edit"> </a>Use WikiTools - Edit in the black menu bar to edit this page</p>
+
  
</div>
 
  
 +
<div class="giantjamboree column full_size">
 +
  
<div class="column half_size" >
+
  <h1 class="titlegiant">2016 iGEM Giant Jamboree Results</h1>
<h5>Tips</h5>
+
<p>This wiki will be your team’s first interaction with the rest of the world, so here are a few tips to help you get started: </p>
+
<ul>
+
<li>State your accomplishments! Tell people what you have achieved from the start. </li>
+
<li>Be clear about what you are doing and how you plan to do this.</li>
+
<li>You have a global audience! Consider the different backgrounds that your users come from.</li>
+
<li>Make sure information is easy to find; nothing should be more than 3 clicks away.  </li>
+
<li>Avoid using very small fonts and low contrast colors; information should be easy to read.  </li>
+
<li>Start documenting your project as early as possible; don’t leave anything to the last minute before the Wiki Freeze. For a complete list of deadlines visit the <a href="https://2016.igem.org/Calendar">iGEM 2016 calendar</a> </li>
+
<li>Have lots of fun! </li>
+
</ul>
+
</div>
+
  
  
<div class="column half_size" >
+
  <br />
<h5>Inspiration</h5>
+
<p> You can also view other team wikis for inspiration! Here are some examples:</p>
+
<ul>
+
<li> <a href="https://2014.igem.org/Team:SDU-Denmark/"> 2014 SDU Denmark </a> </li>
+
<li> <a href="https://2014.igem.org/Team:Aalto-Helsinki">2014 Aalto-Helsinki</a> </li>
+
<li> <a href="https://2014.igem.org/Team:LMU-Munich">2014 LMU-Munich</a> </li>
+
<li> <a href="https://2014.igem.org/Team:Michigan"> 2014 Michigan</a></li>
+
<li> <a href="https://2014.igem.org/Team:ITESM-Guadalajara">2014 ITESM-Guadalajara </a></li>
+
<li> <a href="https://2014.igem.org/Team:SCU-China"> 2014 SCU-China </a></li>
+
</ul>
+
</div>
+
  
<div class="column half_size" >
+
  <div class="half_size column wordgiant">
<h5> Uploading pictures and files </h5>
+
<p> You can upload your pictures and files to the iGEM 2016 server. Remember to keep all your pictures and files within your team's namespace or at least include your team's name in the file name. <br />
+
When you upload, set the "Destination Filename" to <br><code>T--YourOfficialTeamName--NameOfFile.jpg</code>. (If you don't do this, someone else might upload a different file with the same "Destination Filename", and your file would be erased!)</p>
+
  
 +
    <p class="com23" style="font-size:20px;">Our team attended the Boston iGEM Jamboree and we won a <a style="color:gold" href="https://2016.igem.org/Judging/Medals" target="_blank">Gold Medal</a> for our outstanding efforts, furthermore, we were presented with the prestigious <a href="https://2016.igem.org/Team:Manchester/Model" target="_blank">Best Model </a> award as well as being nominated for the <a href="https://2016.igem.org/Team:Manchester/Engagement" target="_blank">Best Education & Public Engagement</a>. </p>
 +
 +
    <p class="mol23" style="font-size:9px;">Our team attended the Boston iGEM Jamboree and we won a <a style="color:gold" href="https://2016.igem.org/Judging/Medals" target="_blank">Gold Medal</a> for our outstanding efforts, furthermore, we were presented with the prestigious <a href="https://2016.igem.org/Team:Manchester/Model" target="_blank">Best Model </a> award as well as being nominated for the <a href="https://2016.igem.org/Team:Manchester/Engagement" target="_blank">Best Education & Public Engagement</a>. </p>
 +
 +
  </div>
 +
 +
 
 +
    <div class="column half_size">
 +
    <img src="https://static.igem.org/mediawiki/2016/a/a4/T--Manchester--Best_Model.png" alt="Best Model Picture" />
 +
    </div>
  
<div class="button_click"  onClick=" parent.location= 'https://2016.igem.org/Special:Upload '"> 
 
UPLOAD FILES
 
 
</div>
 
</div>
 +
 +
 +
 +
 +
 +
 +
 +
<!--
 +
<div style="clear:both" class="social">
 +
<br />
 +
<p style="font-size: 20px;" class="font20">We will be updating the Wiki with much more information as we progress through the project so check back often!</p>
 +
<p style="font-size: 20px;" class="font20">
 +
Follow our activity on:
 +
</p>
 +
 +
 +
<p style="font-size: 8px;" class="font8">We will be updating the Wiki with much more information as we progress through the project so check back often!</p>
 +
<p style="font-size: 8px;" class="font8">
 +
Follow our activity on:
 +
</p>
 +
 +
<br />
 +
<br />
 +
 +
 +
 +
<a href="https://www.facebook.com/uomigem2016" target="_blank" style="font-size:25px;float:left;"><h3 class="unique"> Facebook
 +
<a href="https://www.facebook.com/uomigem2016" target="_blank"><img class="socialmedia" style="width:40px;height:40px;float:left;" src="https://static.igem.org/mediawiki/2016/5/57/T--Manchester--Facebook_logo.png" ></img></a>
 +
</h3>
 +
</a>
 +
 +
<br />
 +
 +
<a href="https://twitter.com/iGEMManchester" target="_blank" style="font-size:25px; float:left"><h3 class="unique1"> Twitter
 +
<a href="https://twitter.com/iGEMManchester" target="_blank"><img class="socialmedia" style="width:40px;height:40px;float:left;" src="https://static.igem.org/mediawiki/2016/e/e1/T--Manchester--Twitter_logo.png"></img></a>
 +
 +
</h3>
 +
</a>
 +
 +
<br /><br />
 
-->
 
-->
  
 +
<!-------------------------------------------------reference--------------------------------------------------------->
 +
 +
 +
 +
 +
<div class="referencediv column full_size">
 +
<h1 class="reference">References</h1>
 +
<ul class="romanlist">
 +
  <li>Global status report on alcohol and health. 2014 edition. Geneva: World Health Organization; 2014. Available at: <a href="http://apps.who.int/iris/bitstream/10665/112736/1/9789240692763_eng.pdf" target="_blank"> http://apps.who.int/iris/bitstream/10665/112736/1/9789240692763_eng.pdf </a> [Accessed 14 October 2016]</li>
 +
 +
<li>Alcohol concern, (2016). <i>Alcohol statistics</i>. [online]. Available at: <a href="http://www.alcoholconcern.org.uk/alcohol-statistics " target="_blank"> http://www.alcoholconcern.org.uk/alcohol-statistics</a> [Accessed 14 October 2016]</li>
 +
 +
<li>Buono, M.J. (1999). ‘Sweat ethanol concentrations are highly correlated with co-existing blood values in humans’, <i>Experimental Physiology </i>, 84, 401-404.</li>
 +
 +
 +
</ul>
 
</div>
 
</div>
  
  
  
 +
 +
</div>
 +
 +
<div  class="floatright2 project1">
 +
<a style="z-index:1000" class="projectlink" href="#top">Top ^</a>
 +
</div>
 +
 +
</body>
 
<!-- MathJax (LaTeX for the web) -->
 
<!-- MathJax (LaTeX for the web) -->
 
<script type="text/x-mathjax-config">
 
<script type="text/x-mathjax-config">
Line 409: Line 615:
 
</script>
 
</script>
  
</body>
+
<script>
 
+
$("a[href="#top"]").click(function() {
 
+
  $("html, body").animate({ scrollTop: 0 }, "slow");
 
+
  return false;
 +
});
 +
</script>
  
 
</html>
 
</html>
 
{{Manchester/CSS/footer}}
 
{{Manchester/CSS/footer}}

Latest revision as of 19:46, 26 November 2016

IGEM Manchester Team 2016

Welcome to Manchester iGEM 2016!

group photo
group photo

Welcome to the University of Manchester’s iGEM 2016 Wiki page! We are a team of 10 undergraduate students all studying at the The University of Manchester and Manchester Metropolitan University. We are based in the Manchester Institute of Biotechnology under the supervision of Professor Rainer Breitling and Professor Eriko Takano.

Welcome to the University of Manchester’s iGEM 2016 Wiki page! We are a team of 10 undergraduate students all studying at the The University of Manchester and Manchester Metropolitan University. We are based in the Manchester Institute of Biotechnology under the supervision of Professor Rainer Breitling and Professor Eriko Takano.




Project Description



Self-awareness of alcohol consumption and intoxication levels is surprisingly difficult to achieve. Our alcohol awareness tool, AlcoPatch, provides a cheap , bio-based, sustainable and robust solution to help increasing self-awareness. The AlcoPatch would provide users with a visible colour signal indicating their blood alcohol concentration in real time. Throughout the project, we have worked closely with the police, health care providers, charities and potential users to design a product that would meet the real needs of communities around the world. Having a rapid and reliable indicator to show visually when one has had enough could help reduce the undesired consequences of being too drunk. This helps people who do not want to get drunk, but would also have positive knock-on effects to the people around them, from reducing public disturbance to avoiding drink-driving.

Self-awareness of alcohol consumption and intoxication levels can be difficult for anyone to master. Through the exploration of trying to find a niche within our society that our project could be beneficial to, our project’s targeted audience has changed dramatically since the initial idea of the AlcoPatch. We have found that our AlcoPatch would have many applications to the people within our society whose aim is to not actually get drunk! Our patch would provide these people with a visible colour change according to their blood alcohol concentration thus giving them the ability to monitor their personal intoxication levels. Having an indicator to show how intoxicated a person is could help reduce the undesired consequences of being too drunk, the knock-on effects of these to the public services, drink-driving, as well as the prevention of serving alcohol to people who are over the limit and much more.



Science Behind AlcoPatch

It is known that the ethanol concentration in sweat is linearly related to the blood alcohol concentration [3]. Based on this, we aim to develop an ethanol biosensor by using synthetic biology, based on two separate potential methods to measure intoxication levels. The first mechanism involves the use of alcohol oxidase (AOx) in a cell-free system to oxidise ethanol to acetaldehyde that produces hydrogen peroxide (H2O2) as a by-product. H2O2 is used as an oxidising agent by horseradish peroxidase (HRP) to convert ABTS (2,2'-azino-bis(3-ethylbenzothiazoline-6-sulphonic acid)) to produce a gradient of the colour green. The second mechanism involves activation of the ethanol-sensitive transcription factor alcR in engineered Escherichia coli (E. coli) . The activated transcription factor then activates the alcA promoter leading to the expression of chromoproteins.

It is known that the ethanol concentration in sweat is linearly related to the blood alcohol concentration. Based on this, we aim to develop an ethanol biosensor by using synthetic biology with two separate methods to measure intoxication levels. The first mechanism involves the usage of alcohol oxidase (AOx) in a cell-free system to oxidise ethanol to acetaldehyde that produces hydrogen peroxide (H2O2) as a by-product. H2O2 is used as an oxidising agent by horseradish peroxidase (HRP) to convert ABTS (2,2'-azino-bis(3-ethylbenzothiazoline-6-sulphonic acid)) to produce a colour change. The second mechanism involves activation of ethanol sensitive alcR in engineered Escherichia Coli (E.Coli). The activated transcription factor then activates the promoter alcA leading to the expression of chromoprotein.



Judging Criteria

Bronze Trophy
Bronze Trophy
Bronze Trophy
    Tick
  • Integrated the investigated issues into the design of your project by modelling the cost analysis of the AlcoPatch and finding suitable alternatives for risk-posing substances used in this project.
  • Tick
  • Improved an existing BioBrick by adding two missing restriction sites – XbaI and SpeI making assembly process easier.
  • Tick
  • Characterised previously existing BioBricks BBa_K1033930 and BBa_K1033925.
  • Tick
  • Demonstrated a functional proof of concept of our project.

2016 iGEM Giant Jamboree Results


Our team attended the Boston iGEM Jamboree and we won a Gold Medal for our outstanding efforts, furthermore, we were presented with the prestigious Best Model award as well as being nominated for the Best Education & Public Engagement.

Our team attended the Boston iGEM Jamboree and we won a Gold Medal for our outstanding efforts, furthermore, we were presented with the prestigious Best Model award as well as being nominated for the Best Education & Public Engagement.

Best Model Picture

References