Difference between revisions of "Team:Westminster"

 
(115 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{CSS/Main}}
+
{{FooterWestminster}}
<html>
+
<html>
<style>
+
<head>
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
+
#cssmenu {
+
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
+
  font-size: 14px;
+
  line-height: 19px;
+
  text-transform: uppercase;
+
  text-align: center;
+
}
+
#cssmenu > ul {
+
  width: auto;
+
  list-style-type: none;
+
  padding: 0;
+
  margin: 0;
+
  background: #ffffff;
+
  border: 1px solid #ece6e8;
+
  border-bottom: 3px solid #d9ced2;
+
  -webkit-border-radius: 2px;
+
  -moz-border-radius: 2px;
+
  -o-border-radius: 2px;
+
  border-radius: 2px;
+
}
+
#cssmenu > ul li#responsive-tab {
+
  display: none;
+
  /* Hide for large screens */
+
  
}
+
<script>
#cssmenu > ul li {
+
jQuery(document).ready(function ($) {
  display: inline-block;
+
  *display: inline;
+
  zoom: 1;
+
}
+
#cssmenu > ul li.right {
+
  float: right;
+
}
+
#cssmenu > ul li.has-sub {
+
  position: relative;
+
}
+
#cssmenu > ul li.has-sub:hover ul {
+
  display: block;
+
}
+
#cssmenu > ul li.has-sub ul {
+
  display: none;
+
  width: 150px; /*@@@@@@@@@@@@@@@@@@@@@@@@@@ width of sub menu */
+
  position: absolute;
+
  margin: 0;
+
  padding: 0;
+
  list-style-type: none;
+
  background: #ffffff;
+
  border: 1px solid #ece6e8;
+
  border-bottom: 3px solid #d9ced2;
+
  border-top: 0 none;
+
}
+
#cssmenu > ul li.has-sub ul li {
+
  display: block;
+
}
+
#cssmenu > ul li.has-sub > a {
+
  background-image: url('images/caret.png');
+
  background-repeat: no-repeat;
+
  background-position: 90% -140%;
+
}
+
#cssmenu > ul li.has-sub > a.active,
+
#cssmenu > ul li.has-sub > a:hover {
+
  background: #0071d8 url('images/caret.png') no-repeat;
+
  background-position: 90% 220%;
+
}
+
#cssmenu > ul li a {
+
  display: block;
+
  padding: 12px 24px 11px 24px;
+
  text-decoration: none;
+
  color: #747474;
+
  text-shadow: 0px 1px 0px #fff;
+
}
+
#cssmenu > ul li a.active,
+
#cssmenu > ul li a:hover {
+
  background: #0071d8; /*@@@@@@@@@@@@@@@@@@@@@@@ menu tab bg color*/
+
  color: #fff;
+
  text-shadow: 0px 1px 0px #000;
+
}
+
@media (max-width: 600px) {
+
  #cssmenu > ul {
+
    width: 100%;
+
  }
+
  #cssmenu > ul li#responsive-tab {
+
    display: block;
+
  }
+
  #cssmenu > ul li#responsive-tab a {
+
    background: url('images/menu.png') no-repeat;
+
    background-position: 95% -35%;
+
  }
+
  #cssmenu > ul li#responsive-tab a:hover {
+
    background-color: #0071d8;
+
    background-position: 95% 135%;
+
  }
+
  #cssmenu > ul li {
+
    display: none;
+
  }
+
  #cssmenu > ul li.right {
+
    float: none;
+
  }
+
  #cssmenu > ul li.has-sub {
+
    position: relative;
+
  }
+
  #cssmenu > ul li.has-sub ul {
+
    display: block;
+
    position: static;
+
    width: 100%;
+
    background: #ffffff;
+
    border: 0 none;
+
  }
+
  #cssmenu > ul li.has-sub ul li {
+
    display: block !important;
+
  }
+
  #cssmenu > ul li.has-sub ul li a span {
+
    display: block;
+
    padding-left: 24px;
+
  }
+
  #cssmenu > ul li.has-sub > a {
+
    background-image: none;
+
  }
+
}
+
/* Make sure they show even if hidden in mobile view by JS */
+
@media (min-width: 600px) {
+
  #cssmenu > ul > li.collapsed {
+
    display: inline-block !important;
+
    *display: inline;
+
    zoom: 1;
+
  }
+
  #cssmenu > ul ul li.collapsed {
+
    display: block !important;
+
  }
+
}
+
  
</style>
+
  $(function(){
 +
    setInterval(function () {
 +
        moveRight();
 +
    }, 3000);
 +
  });
 +
 
 +
var slideCount = $('#slider ul li').length;
 +
var slideWidth = $('#slider ul li').width();
 +
var slideHeight = $('#slider ul li').height();
 +
var sliderUlWidth = slideCount * slideWidth;
 +
 +
$('#slider').css({ width: slideWidth, height: slideHeight });
 +
 +
$('#slider ul').css({ width: sliderUlWidth, marginLeft: - slideWidth });
 +
 +
    $('#slider ul li:last-child').prependTo('#slider ul');
  
<div id='cssmenu'>
+
    function moveRight() {
<ul>
+
        $('#slider ul').animate({
  <li class='active'><a href='https://2015.igem.org/Team:Westminster'><span>Home</span></a></li>
+
            left: - slideWidth
  <li><a href='https://2015.igem.org/Team:Westminster/Team'><span>Team</span></a></li>
+
        }, 400, function () {
  <li class='has-sub'><a href='#'><span>Project</span></a>
+
            $('#slider ul li:first-child').appendTo('#slider ul');
      <ul>
+
            $('#slider ul').css('left', '');
        <li><a href='https://2015.igem.org/Team:Westminster/Description'><span>Describtion</span></a></li>
+
        });
        <li><a href='https://2015.igem.org/Team:Westminster/Experiments'><span>Experiments</span></a></li>
+
    };
        <li><a href='https://2015.igem.org/Team:Westminster/Results'><span>Experiments</span></a></li>
+
        <li class='last'><a href='https://2015.igem.org/Team:Westminster/Design'><span>Design</span></a></li>
+
      </ul>
+
  </li>
+
  <li class='has-sub'><a href='#'><span>Parts</span></a>
+
      <ul>
+
        <li class='last'><a href='https://2015.igem.org/Team:Westminster/Parts'><span>Team Parts</span></a></li>
+
      </ul>
+
  </li>
+
  <li class='last'><a href='https://2015.igem.org/Team:Westminster/Notebook'><span>Notebook</span></a></li>
+
</ul>
+
</div>
+
<center>
+
<img src="https://static.igem.org/mediawiki/2015/archive/d/da/20150717130304%21Team_Westminster_banner.jpg">
+
</center>
+
<h2> Welcome to iGEM 2015! </h2>
+
<p>Your team has been approved and you are ready to start the iGEM season! </p>
+
  
<h4>Before you start: </h4>
+
 
<p> Please read the following pages:</p>
+
<ul>
+
<li>  <a href="https://2015.igem.org/Requirements">Requirements page </a> </li>
+
<li> <a href="https://2015.igem.org/Wiki_How-To">Wiki Requirements page</a></li>
+
</ul>
+
  
<div class="highlightBox">
+
});   
<h4> Styling your wiki </h4>
+
</script>
<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>
+
</head>
<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>
+
<body>
</div>
+
  
<h4> Editing your wiki </h4>
+
<H2><img src="https://static.igem.org/mediawiki/2015/3/3f/Team_Westminster_Title.png" height="146px" width="772px" alt="Electrocoli"></H2>
<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://2015.igem.org/wiki/index.php?title=Team:Westminster&action=edit"> Click here to edit this page! </a></p>
+
<p>See tips on how to edit your wiki on the <a href="https://2015.igem.org/TemplatesforTeams_Code_Documentation">Template Documentation</a> page.</p>  
+
  
 +
<div id="maincontainer">
 +
<div id="slider">
 +
  <ul>
  
<h4>Templates </h4>
+
<li><img src="https://static.igem.org/mediawiki/2015/1/12/Team_Westmister_Homepage1.jpg" alt="Team_Westmister_Homepage1" title="Team_Westmister_Homepage1" id="wows1_0"/></li>
<p> This year we have created templates for teams to use freely. More information on how to use and edit the templates can be found on the
+
<li><img src="https://static.igem.org/mediawiki/2015/f/fd/Team_Westmister_Homepage2.jpg" title="Team_Westmister_Homepage2" id="wows1_1"/></li>
<a href="https://2015.igem.org/TemplatesforTeams_Code_Documentation">Template Documentation </a> page.</p>  
+
<li><img src="https://static.igem.org/mediawiki/2015/7/7b/Team_Westmister_Homepage3.jpg" alt="Team_Westmister_Homepage3" title="Team_Westmister_Homepage3" id="wows1_2"/></li>
 +
<li><img src="https://static.igem.org/mediawiki/2015/3/3f/Team_Westmister_Homepage4.jpg" alt="Team_Westmister_Homepage4" title="Team_Westmister_Homepage4" id="wows1_3"/></li>
 +
<li><img src="https://static.igem.org/mediawiki/2015/b/b6/Team_Westmister_Homepage5.jpg" alt="Team_Westmister_Homepage5" title="Team_Westmister_Homepage5" id="wows1_4"/></li>
 +
<li><img src="https://static.igem.org/mediawiki/2015/8/83/Team_Westmister_Homepage6.jpg" alt="wowslider.net" title="Team_Westmister_Homepage6" id="wows1_5"/></li>
 +
  
 +
<li><img src="https://static.igem.org/mediawiki/2015/a/af/Team_Westminster_Homepage98.JPG" alt="Team_Westmister_Homepage98" title="Team_Westmister_Homepage98" id="wows1_6"/></li>
 +
<li><img src="https://static.igem.org/mediawiki/2015/6/67/Team_Westminster_Homepage99.JPG" alt="Team_Westmister_Homepage99" title="Team_Westmister_Homepage99" id="wows1_6"/></li>
 +
</ul></div>
 +
  
<h4>Tips</h4>
+
  <p>
<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>
+
  Westminster University would like to introduce Electrocoli 2015 iGEM team.
<ul>
+
Welcome to our page, here you can find out more information and follow our progress.<br>
<li>State your accomplishments! Tell people what you have achieved from the start. </li>
+
<br>
<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://2015.igem.org/Calendar_of_Events">iGEM 2015 calendar</a> </li>
+
<li>Have lots of fun! </li>
+
</ul>  
+
  
 +
<b>We were hosting this year <a href="https://2015.igem.org/Team:Westminster/iGEMUKMeetUp">iGEM UK MeetUp</a></b>
  
<h4>Inspiration</h4>
+
</p><br><p>
<p> You can also view other team wikis for inspiration! Here are some examples:</p>
+
The iGEM competition encourages undergraduates to design new biological systems either by constructing their own genetic parts or improving already existing parts in the iGEM Registry. Our project involves isolating an electron transport pathway called Mtr pathway from <i>Shewanella oneidensis</i> MR-1 and introducing it into <i>Escherichia coli. Shewanella oneidensis</i> is an exoelectrogenic bacteria, meaning they have the ability to convert chemical energy such as organic carbon sources into electrical energy, and MtrCAB, along side protein components CymA and OmcA, is what enables them to do so. By introducing this pathway into <i>E.coli</i>, we hope to increase the transfer of electrons and thus the level of electricity produced. The modified <i>E.coli</i> would then be placed in a bio-electrochemical device- microbial fuel cell (MFC)- where the electrical energy would be harvested.
<ul>
+
This means electricity and clean water could be produced from wastewater sources and could have massive implication in developing countries or for long distance space travel.
<li> <a href="https://2014.igem.org/Team:SDU-Denmark/"> 2014 SDU Denmark </a> </li>
+
This project not only touches upon the here and now but we hope will be a source of inspiration for future teams, and will be a positive contribution to research in renewable energy and environmental issues overall.
<li> <a href="https://2014.igem.org/Team:Aalto-Helsinki">2014 Aalto-Helsinki</a> </li>
+
</p>
<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>
+
  
<h4> Uploading pictures and files </h4>
 
<p> You can upload your pictures and files to the iGEM 2015 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 <code>Team: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>
 
  
<a href="https://2015.igem.org/Special:Upload">CLICK HERE TO UPLOAD FILES</a>
+
<div id="sponsors">
  
 +
<h3>Thanks to all our sponsors!</h3>
  
 +
<center>
 +
<img src="https://static.igem.org/mediawiki/2015/b/b1/Team_Westminster_Uni_Logo.jpeg">
 +
<img src="https://static.igem.org/mediawiki/2015/c/c7/Team_Westminster_Synbiota_Logo.jpg">
 +
<img src="https://static.igem.org/mediawiki/2015/d/d1/Team_Westminster_NewEngland_Biolabs_Logo.png">
 +
<img src="https://static.igem.org/mediawiki/2015/b/b7/Team_Westminster_Geneious_Logo.gif">
 +
<img src="https://static.igem.org/mediawiki/2015/c/c0/Team_Westminster_Snapgene_Logo.png">
 +
<img src="https://static.igem.org/mediawiki/2015/e/ec/Team_Westminster_BestTutors_Logo.png">
 +
<img src="https://static.igem.org/mediawiki/2015/5/59/Team_Westminster_IDT_Logo.jpg">
 +
</center>
 +
</div></div>
  
</div></div> <!--These are the closing tags for div id="mainContainer" and div id="contentContainer". The corresponding opening tags appear in the template that is {{included}} at the top of this page.-->
+
<div id="footer">
 +
  <table>
 +
  <tr>
 +
  <td valign="top">
 +
  <b>Become our sponsor:</b><br>
 +
<a href="http://www.gofundme.com/zyu65ng" target="_blank">Clink here to sponsor us</a>
 +
<br><br> 
 +
  <b>Location:</b><br>
 +
  Department of Life Sciences<br>
 +
  University of Westminster<br>
 +
  New Cavendish Street<br>
 +
  W1W 6UW<br><br>
 +
 
 +
<b>Follow us on:</b><br>
 +
  <a href="https://twitter.com/WestminsteriGEM" target="_blank"><img class="social" src="https://static.igem.org/mediawiki/2015/8/8d/Team_Westminster_Twitter.png"></a>
 +
  <a href="https://www.facebook.com/WestminsteriGEM2015" target="_blank"><img class="social" src="https://static.igem.org/mediawiki/2015/7/71/Team_Westminster_Facebook.png"></a>
 +
  <a href="http://instagram.com/westminsterigem2015" target="_blank"><img class="social" src="https://static.igem.org/mediawiki/2015/a/a2/Team_Westminster_Instagram.png"></a>
 +
 
 +
<br>
 +
<br>
 +
  <b>Contact us:</b><br>
 +
  <a href="mailto:thomas.bridge@my.westminster.ac.uk?subject=Mail from Electrocoli Website">thomas.bridge@my.westminster.ac.uk</a>
  
</html>
+
</td>
 +
 
 +
 
 +
  <td valign="top" rowspan="2" class="twitter">
 +
 
 +
<a class="twitter-timeline" href="https://twitter.com/WestminsteriGEM" data-widget-id="624236347180609536">Tweets by @WestminsteriGEM</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
 +
 
 +
</td>
 +
  </tr>
 +
</table>
 +
 
 +
</div>
 +
</body>
 +
<html>

Latest revision as of 18:56, 18 September 2015

Electrocoli

  • Team_Westmister_Homepage1
  • Team_Westmister_Homepage3
  • Team_Westmister_Homepage4
  • Team_Westmister_Homepage5
  • wowslider.net
  • Team_Westmister_Homepage98
  • Team_Westmister_Homepage99

Westminster University would like to introduce Electrocoli 2015 iGEM team. Welcome to our page, here you can find out more information and follow our progress.

We were hosting this year iGEM UK MeetUp


The iGEM competition encourages undergraduates to design new biological systems either by constructing their own genetic parts or improving already existing parts in the iGEM Registry. Our project involves isolating an electron transport pathway called Mtr pathway from Shewanella oneidensis MR-1 and introducing it into Escherichia coli. Shewanella oneidensis is an exoelectrogenic bacteria, meaning they have the ability to convert chemical energy such as organic carbon sources into electrical energy, and MtrCAB, along side protein components CymA and OmcA, is what enables them to do so. By introducing this pathway into E.coli, we hope to increase the transfer of electrons and thus the level of electricity produced. The modified E.coli would then be placed in a bio-electrochemical device- microbial fuel cell (MFC)- where the electrical energy would be harvested. This means electricity and clean water could be produced from wastewater sources and could have massive implication in developing countries or for long distance space travel. This project not only touches upon the here and now but we hope will be a source of inspiration for future teams, and will be a positive contribution to research in renewable energy and environmental issues overall.

Thanks to all our sponsors!