Team:York

From 2014.igem.org

(Difference between revisions)
 
(82 intermediate revisions not shown)
Line 1: Line 1:
-
<html><head>
+
<html lang="en">
-
<style>
+
  <head>
-
/***
+
    <meta charset="utf-8">
-
Minimal header: removes the search bar and header image and readjusts font colours in the menus.
+
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
 +
    <meta name="viewport" content="width=device-width, initial-scale=1">
 +
    <title>Team York 2014</title>
-
Thanks a lot to the 2011 Brown-Stanford and 2012 Lethbridge iGEM teams for snippets of their code!
+
    <!-- Bootstrap -->
-
Check out their wikis at:
+
    <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
-
https://2011.igem.org/Team:Brown-Stanford
+
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css">
-
https://2012.igem.org/Team:Lethbridge
+
    <link href="https://2014.igem.org/Team:York/Template.css?action=raw&amp;ctype=text/css" type="text/css" rel="stylesheet">
-
***/
+
-
#globalWrapper {
+
  </head>
-
        background-color: LightBlue;
+
  <body>
-
}
+
-
#content {
+
    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
-
        background-color: LightBlue;
+
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
-
}
+
    <!-- Include all compiled plugins (below), or include individual files as needed -->
-
 
+
    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
-
 
+
-
#content h1.firstHeading {
+
<div class="navbar navbar-inverse navbar-fixed-top">
-
visibility:hidden;
+
<div class="container">
-
}
+
-
 
+
<a href="https://2014.igem.org/Team:York" class="navbar-brand"><img src="https://static.igem.org/mediawiki/2014/5/55/UoYiGEMlogo.png" id="topyorklogo"></a>
-
#content{
+
-
border-left: 0px solid rgb(68, 68, 68);
+
<button class="navbar-toggle" data-toggle="collapse" data-target=".navHeaderCollapse">
-
border-right: 0px solid rgb(68, 68, 68);
+
<span class="icon-bar"></span>
-
        width: 1000px;
+
<span class="icon-bar"></span>
-
}
+
<span class="icon-bar"></span>
-
 
+
</button>
-
#bodyContent{
+
-
        margin: 0 auto;
+
<div class="collapse navbar-collapse navHeaderCollapse">
-
margin-top: 0px;
+
-
        width: 1000px;
+
<ul class="nav navbar-nav navbar-right">
-
        font-size: 14px;
+
<li class="active"><a href="https://2014.igem.org/Team:York">Home</a></li>
-
        -webkit-font-smoothing: antialiased !important;
+
<li class="dropdown">
-
}
+
                                                <a href="#" class="dropdown-toggle" data-toggle="dropdown">Project
-
 
+
<b class="caret"></b></a>
-
#p-logo {
+
                                                <ul class="dropdown-menu">
-
display: none;
+
                                                        <li><a href="https://2014.igem.org/Team:York/Project">The Challenge</a></li>
-
}
+
                                                        <li><a href="https://2014.igem.org/Team:York/Constructs">The Solution</a></li>
-
#searchform {
+
                                                        <li><a href="https://2014.igem.org/Team:York/Application">Future Applications</a></li>
-
    display: none;
+
                                                </ul>
-
}
+
                                        </li>
 +
<li class="dropdown">
 +
                                                <a href="#" class="dropdown-toggle" data-toggle="dropdown">Achievements
 +
<b class="caret"></b></a>
 +
                                                <ul class="dropdown-menu">
 +
                                                        <li><a href="https://2014.igem.org/Team:York/Judging">Judging Criteria</a></li>
 +
                                                        <li><a href="https://2014.igem.org/Team:York/Results">Results</a></li>
 +
                                                        <li><a href="https://2014.igem.org/Team:York/Parts">Parts</a></li>
 +
                                                </ul>
 +
                                        </li>
 +
<li class="dropdown">
 +
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Policy And Practice
 +
<b class="caret"></b></a>
 +
<ul class="dropdown-menu">
 +
                                                        <li><a href="https://2014.igem.org/Team:York/Environment">Environmental Impact</a></li>
 +
<li><a href="https://2014.igem.org/Team:York/Surveys">Survey and GMOs</a></li>
 +
<li> <a href="https://2014.igem.org/Team:York/Outreach">Outreach</a></li>
 +
<li><a href="https://2014.igem.org/Team:York/Collaborations">Collaborations</a></li>
-
.left-menu {
+
</ul>
-
background-color: #555;
+
</li>
 +
<li class="dropdown">
 +
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Notebook
 +
<b class="caret"></b></a>
 +
<ul class="dropdown-menu">
 +
<li><a href="https://2014.igem.org/Team:York/Protocols">Protocols</a></li>
 +
<li><a href="https://2014.igem.org/Team:York/Notebook">Notebook</a></li>
 +
</ul>
 +
</li>
 +
<li><a href="https://2014.igem.org/Team:York/Safety">Safety</a></li>
 +
<li class="dropdown">
 +
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Team
 +
<b class="caret"></b></a>
 +
<ul class="dropdown-menu">
 +
<li>
 +
<a href="https://2014.igem.org/Team:York/Team">Students and Instructors</a></li>
 +
<li><a href="https://2014.igem.org/Team:York/Sponsors">Sponsors and Attributions</a></li>
 +
</ul>
 +
</li>
 +
</ul>
 +
 +
</div>
 +
 +
</div>
 +
</div><br>
 +
<!--  THE TOP HAS ENDED. THE REST OF THE PAGE BEGINS.  -->
-
}
+
<div class="container-fluid" style="padding-left:0px; padding-right:0px;">
-
.left-menu a {
+
<div id="IntroCarousel" class="carousel slide" style="margin-top:30px;">
-
    color: #000;
+
-
}
+
<ol class="carousel-indicators">
-
 
+
<li data-target="#IntroCarousel" data-slide-to="0" class="active"></li>
-
#top-section{ /*the div containing the entire top bar*/
+
<li data-target="#IntroCarousel" data-slide-to="1"></li>
-
height: 20px;
+
<li data-target="#IntroCarousel" data-slide-to="2"></li>
-
margin-bottom: 0px !important;
+
<li data-target="#IntroCarousel" data-slide-to="3"></li>
-
border: none;
+
<li data-target="#IntroCarousel" data-slide-to="4"></li>
-
        width: 1277px;
+
<!-- <li data-target="#IntroCarousel" data-slide-to="5"></li>
-
}
+
<li data-target="#IntroCarousel" data-slide-to="6"></li>
-
 
+
<li data-target="#IntroCarousel" data-slide-to="7"></li> -->
-
 
+
</ol>
-
#container{
+
-
margin-top: 0px;
+
<div class="carousel-inner">
-
        height: inherit;
+
-
}
+
<div class="item active">
-
 
+
<img src="https://static.igem.org/mediawiki/2014/4/40/York_masthead.png" class="img-responsive visible-lg visible-md" style="width:100%; height:auto;">
-
#search-controls {
+
<img src="https://static.igem.org/mediawiki/2014/b/bd/York_mastheadsmall.png" class="img-responsive visible-sm visible-xs" style="width:100%; height:auto;">
-
overflow:hidden;
+
<div class="carousel-caption visible-lg visible-md" style="margin-bottom: 30px;">
-
display:none;
+
<p style="font-size:150%">Our project <i>EcoCADMUS</i> (<i>E. Coli</i> CAdmium DecontaMination Universal System)
-
background: none;
+
aims to provide a safe and effective way to remove Cadmium and Sulfate from wastewater.</p>
-
position: absolute;
+
<a href="https://2014.igem.org/Team:York/Project">
-
top: 170px;
+
<button type="button" class="btn btn-primary">Learn More!</button>
-
right: 40px;
+
</a>
-
}
+
</div>
-
 
+
</div>
-
 
+
<div class="item">
-
#header {
+
<img src="https://static.igem.org/mediawiki/2014/7/7c/York_imagegallery_5.JPG" class="img-responsive" style="width:100%; height:auto;">
-
width: 1277px;
+
<div class="carousel-caption visible-lg visible-md" style="margin-bottom:30px;">
-
text-align: left;
+
<h2>The Solution</h2>
-
margin-left: auto;
+
<p style="font-size:150%">Our project is a biological approach to solving an environmental problem; the removal of cadmium and sulfate from waste water. Our aim is to increase cadmium and sulfate uptake in our chassis, <i>E.coli</i>. Our system involves chelating cadmium intra-cellularly through over-expressing cysteine-rich phytochelatins. Find out more about our project here.</p><br>
-
margin-right: auto;
+
<a href="https://2014.igem.org/Team:York/Constructs">
-
    margin-top: -45px;
+
     <button type="button" class="btn btn-primary">View Construct</button>
-
margin-bottom: 0px !important;
+
</a>
-
}
+
</div>
-
 
+
</div>
-
#global-banner {
+
<div class="item">
-
margin-bottom: 1px;
+
<img src="https://static.igem.org/mediawiki/2014/e/e9/York_imagegallery_2.JPG" class="img-responsive" style="width:100%; height:auto;">
-
}
+
<div class="carousel-caption visible-lg visible-md" style="margin-bottom:30px;">
-
 
+
<h2>Our Achievements</h2>
-
#menubar {
+
<p style="font-size:150%">We have been working hard over summer in the labs to create our constructs. Click here to find out more about the characterisation of our constructs!</p><br>
-
position: absolute;
+
<a href="https://2014.igem.org/Team:York/Results">
-
background: none;
+
    <button type="button" class="btn btn-primary">Look at our results</button>
-
color: black;
+
</a>
-
}
+
</div>
-
 
+
</div>
-
.left-menu, .right-menu{
+
<div class="item">
-
position: absolute;
+
<img src="https://static.igem.org/mediawiki/2014/8/80/York_ResearchersBanner.jpg" class="img-responsive" style="width:100%; height:auto;">
-
background: none;
+
<div class="carousel-caption visible-lg visible-md" style="margin-bottom:30px;">
-
color: black;
+
<h2>Outreach</h2>
-
}
+
<p style="font-size:150%">As part of our project, we wanted to introduce the public to the concept of Genetically Modified Organisms and how they have a multitude of uses. Our outreach took us to many people and places as we explored the relationship between the public and Synthetic Biology</p><br>
-
 
+
<a href="https://2014.igem.org/Team:York/Surveys">
-
.left-menu li a, .right-menu li a {
+
    <button type="button" class="btn btn-primary">Read our report</button>
-
color: #000 !important;
+
</a>
-
}
+
</div>
-
 
+
</div>
-
 
+
<div class="item">
-
.left-menu ul li, .right-menu ul li a{
+
<img src="https://static.igem.org/mediawiki/2014/4/4f/York_imagegallery_1.JPG" class="img-responsive" style="width:100%; height:auto;">
-
background: none;
+
<div class="carousel-caption visible-lg visible-md" style="margin-bottom:30px;">
-
color: #000 !important;
+
<h2>The Team</h2>
-
}
+
<p style="font-size:150%">Our team is comprised of 19 undergraduates from the University of York. Find out more about the team and the people who supported us throughout this year.</p><br>
-
 
+
<a href="https://2014.igem.org/Team:York/Team">
-
.left-menu li a:hover, .right-menu li a:hover, .right-menu li a:visited, .right-menu li a:active {
+
    <button type="button" class="btn btn-primary">Meet the Team!</button>
-
     color: #000 !important;
+
</a>
-
}
+
</div>
-
 
+
</div>
-
#catlinks{
+
<!-- <div class="item">
-
display:none;
+
<img src="https://static.igem.org/mediawiki/2014/e/ea/York_imagegallery_6.JPG" class="img-responsive" style="width:100%; height:auto;"></div>
-
}
+
<div class="item">
-
 
+
<img src="https://static.igem.org/mediawiki/2014/0/06/York_imagegallery_7.JPG" class="img-responsive" style="width:100%; height:auto;"></div>
-
/*important for background colours*/
+
<div class="item">
-
.mediawiki{
+
<img src="https://static.igem.org/mediawiki/2014/9/9d/York_imagegallery_8.JPG" class="img-responsive" style="width:100%; height:auto;"></div> -->
-
background: #ffffff;
+
-
}
+
</div>
-
 
+
-
#footer-box {
+
<a class="carousel-control left" href="#IntroCarousel" data-slide="prev">
-
        width: 1277px;
+
<span class="icon-prev"></span>
-
        margin-top: 20px;
+
</a>
-
        border-color: lightgrey;
+
<a class="carousel-control right" href="#IntroCarousel" data-slide="next">
-
}
+
<span class="icon-next"></span>
-
     
+
</a>
-
#footer-box a {
+
</div></div>
-
        color: lightgrey;
+
<br>
-
      }
+
<div class="container visible-xs visible-sm">
-
     
+
<div class="jumbotron text-center"><div class="visible-xs visible-sm" style="width:80%; margin-left:auto; margin-right:auto;">
-
#footer-box img {
+
<h2>Hello! We're from the
-
        opacity: 0.6;
+
                        <img src="https://static.igem.org/mediawiki/2014/4/4c/Uoylogo.png" class="img-responsive center" style="max-width:600px; margin-top:30px; margin-bottom:30px; margin-left:auto; margin-right:auto;"></h2>
-
      }
+
<p><b>Our project <i>EcoCADMUS</i> (E. Coli CAdmium DecontaMination Universal System)
-
/* END MINIMAL HEADER */
+
aims to provide a safe and effective way to remove Cadmium and Sulfate from wastewater.</p>
-
#container {
+
                <a href="https://2014.igem.org/Team:York/Project"<b>>
-
width: 1000px;
+
                    <button type="button" class="btn btn-primary">Learn More!</button>
-
height: inherit;
+
                </a></div>
-
background-color: LightBlue;
+
<br><br>
-
}
+
<div class="row visible-xs visible-sm">
-
 
+
  <div class="col-sm-4">
-
#header {
+
        <div class="panel panel-default" style="height:100%">
-
border: 2px solid;
+
            <div class="panel-heading"><h3>Our Team</h3></div>
-
border-color: black;
+
            <div class="panel-body">
-
border-top-left-radius: 25px;
+
            <img class="img-responsive" src="https://static.igem.org/mediawiki/2014/4/44/York_TeamHomePage.jpg">
-
border-top-right-radius: 25px;
+
            <p>Come and meet our lovely team!<br>We've been working hard (mostly!) on our project all over Summer.</p>
-
width: 1000px;
+
                <a href="https://2014.igem.org/Team:York/Team">
-
height: 200px;
+
                    <button type="button" class="btn btn-primary">Meet the Team!</button>
-
background-color: White;
+
                </a>
-
}
+
            </div>
-
 
+
        </div>
-
#navmenu {
+
    </div>
-
visibility: hidden;
+
    <div class="col-sm-4">
-
padding-top: 23px;
+
        <div class="panel panel-default" style="height:100%">
-
width: 1000px;
+
            <div class="panel-heading"><h3>Our final Construct</h3></div>
-
height: 21px;
+
                <div class="panel-body">
-
background-color: LightBlue;
+
                <img class="img-responsive" src="https://static.igem.org/mediawiki/2014/a/ae/York_Constructs.jpg">
-
}
+
                <p>To find our more about our final construct we have designed.</p>
-
 
+
                <a href="https://2014.igem.org/Team:York/Constructs">
-
ul.yorknav {
+
                    <button type="button" class="btn btn-primary">View Constructs</button>
-
list-style-type: none;
+
                </a>
-
margin: 0;
+
                </div>
-
padding: 0;
+
            </div>
-
}
+
    </div>
-
 
+
  <div class="col-sm-4">
-
li.yorknav {
+
        <div class="panel panel-default" style="height:100%">
-
float: left;
+
            <div class="panel-heading"><h3>Social Outreach</h3></div>
-
display: block;
+
            <div class="panel-body">
-
margin-left: auto;
+
            <img class="img-responsive" src="https://static.igem.org/mediawiki/2014/7/7d/York_Researchhomepage.jpg">
-
margin-right: auto;
+
            <p>We have been busy communicating Synthetic Biology and contemplating the sustainability and ethics of our project. </p>
-
width: 111px;
+
                <a href="https://2014.igem.org/Team:York/SocialImpacts">
-
text-align: center;
+
                    <button type="button" class="btn btn-primary">Read our Report</button>
-
background-color: DarkBlue;
+
                </a>
-
}
+
            </div>
-
 
+
        </div>
-
a.yorknav {
+
    </div>
-
width: 111px;
+
</div>
-
}
+
-
 
+
-
a.yorknav:link {
+
-
font-weight: bold;
+
-
color: White;
+
-
padding: 0px;
+
-
text-transform: uppercase;
+
-
}
+
-
 
+
-
li.yorknav:hover {
+
-
background-color: red;
+
-
}
+
-
 
+
-
#contently {
+
-
border: 2px solid;
+
-
border-color: black;
+
-
border-bottom-left-radius: 25px;
+
-
border-bottom-right-radius: 25px;
+
-
width: 1000px;
+
-
background-color: White;
+
-
}
+
-
 
+
-
#actualcontent {
+
-
width: 900px;
+
-
padding: 50px;
+
-
font-size: 16px;
+
-
}
+
-
 
+
-
</style></head>
+
-
 
+
-
<body>
+
-
<div id="container">
+
-
<div id="header">
+
-
<img id="optbanner" src="https://static.igem.org/mediawiki/2014/e/e0/York_Optimisedbanner.png">
+
-
<div id="navmenu">
+
-
<ul class="yorknav">
+
-
<li class="yorknav"><a href="#" class="yorknav">Home</a></li>
+
-
<li class="yorknav"><a href="#" class="yorknav">Team</a></li>
+
-
<li class="yorknav"><a href="#" class="yorknav">Profile</a></li>
+
-
<li class="yorknav"><a href="#" class="yorknav">Project</a></li>
+
-
<li class="yorknav"><a href="#" class="yorknav">Parts</a></li>
+
-
<li class="yorknav"><a href="#" class="yorknav">Modelling</a></li>
+
-
<li class="yorknav"><a href="#" class="yorknav">Notebook</a></li>
+
-
<li class="yorknav"><a href="#" class="yorknav">Safety</a></li>
+
-
<li class="yorknav"><a href="#" class="yorknav">Attributions</a></li>
+
-
</ul>
+
</div>
</div>
</div>
</div>
-
<div id="contently">
 
-
<div id="actualcontent">
 
-
<h2>Welcome to the beautiful City of York! </h2><br>
 
-
<p>We're the 2014 iGEM team for the University of York, UK. In just 50 years, the University has become one of the top in the UK. We think this is because of its passion and dedication towards each of its subjects; something we share! Our team is made up of 20 undergraduates from a range of disciplines, as well as our two supervisors.<br><br>
 
-
For this year’s project, we decided to get ideas from real time problems. We took a case study of Portman Bay in Spain, close to the home of one of our team members.<br><br></p>
 
-
<h3>Our Project</h3>
 
-
<p>Portman Bay is an area in South-east Spain. It is about 10 x 5 km and contains one of the highest densities of galena concentrations in Spain. Open pit mining for galena (Pb-Zn) and sphalerite (ZnS) began in the 1960s. Pyrate (FeS2) also taken as a product for industrial production of sulphuric acid. <br><br>
 
-
The mining carried out was open-pit. This meant that the minerals were blasted from the ground using explosives. The rock collected was then crushed, milled, and processed in a plant. The processing involved separating the useful minerals (concentrates) from the rest (tailings) through a process called froth flotation. The concentrates could then be sent to the smelter while the tailings were disposed of. The tailings can make up 95% of the original material. Usually the tailings will be disposed of in a specially designed impoundment plant. <br><br>
 
-
However, in Portman Bay, there was no room for an impoundment plant to be built. At the time, this problem was got around, simply by pumping the waste from the plant straight into the bay. Between the years 1957 and 1990 when it was finally shut down, 50 million tons of tailings were pumped into the bay.<br><br>
 
-
The separation processes at the Portman Bay plant were not 100% efficient and though some pyrite was removed for industrial use, the content of pyrite in the tailings exceeded 10%. Small but significant quantities of the other minerals being mined also ended up in the tailings. The tailings themselves also contain high concentrations of metals known to be toxic including zinc, lead and arsenic. The combination of pyrate with the other sulphates causes serious problems as they react to produce environmentally hazardous products. The layers of rock underneath Portman bay are rich in carbonate and this reacts to consume some but not all of the sulphuric acid produced.<br><br>
 
-
Studies in the area show the serious impacts this is having on the local wildlife. The main problems are caused by the leaching of metals from the soil. Fish in the area accumulate the highest lead, mercury and arsenic levels, and mussels, the highest lead, cadmium and mercury levels on the Mediterranean coast of Spain. Biodiversity is suffering as many larval species cannot develop properly in the environment. Marine communities are becoming overwhelmed by the few species able to survive and the future ecological impacts are unknown.<br><br></p>
 
-
 
-
</div></div>
 
</div>
</div>
 +
<!--  THE PAGE HAS ENDED. THE FOOTER BEGINS.  -->
 +
<nav class="navbar navbar-default navbar-static-bottom" role="contact" id="yorkfooter">
 +
  <div class="container">
 +
    <a href="http://www.york.ac.uk/biology/" class="navbar-brand img-responsive">
 +
      <img src="https://static.igem.org/mediawiki/2014/4/4c/Uoylogo.png" id="bottomyorklogo">
 +
    </a>
 +
<div class="collapse navbar-collapse navHeaderCollapse">
 +
    <ul class="nav navbar-nav navbar-right">
 +
        <li><a href="https://twitter.com/iGEMyork" title="@iGEMyork">
 +
            <img src="https://static.igem.org/mediawiki/2014/1/14/York_Twitter.png" class="contacticon"></a></li>
 +
        <li><a href="mailto:igemyork2014@gmail.co.uk" title="igemyork2014@gmail.co.uk">
 +
            <img src="https://static.igem.org/mediawiki/2014/3/3a/York_Mail.png" class="contacticon"></a></li>
 +
    </ul></div>
 +
  </div>
 +
</nav>
 +
</body>
 +
</html>

Latest revision as of 02:47, 18 October 2014

Team York 2014



Hello! We're from the

Our project EcoCADMUS (E. Coli CAdmium DecontaMination Universal System) aims to provide a safe and effective way to remove Cadmium and Sulfate from wastewater.

>


Our Team

Come and meet our lovely team!
We've been working hard (mostly!) on our project all over Summer.

Our final Construct

To find our more about our final construct we have designed.

Social Outreach

We have been busy communicating Synthetic Biology and contemplating the sustainability and ethics of our project.