Team:Edinburgh

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
-
<html>
+
{{Team:Edinburgh/CSS}}
-
<link href='http://fonts.googleapis.com/css?family=Roboto+Slab' rel='stylesheet' type='text/css'>
+
-
<style>
+
-
      #top-section #p-logo, #top-section #search-controls {
+
-
      display: none;
+
-
  }
+
-
  #top-section {
+
   
-
      height: auto;
+
-
      padding: 0px;
+
-
      margin: 0px;
+
-
      border: 0px none;
+
-
      width: auto;
+
-
  }
+
-
  .firstHeading, #catlinks, #footer-box {
 
-
      display: none;
 
-
  }
 
-
 
-
  #tempheader {
 
-
      background: #80B584;
 
-
      color: #FFF;
 
-
      padding: 100px 20px 100px 20px;
 
-
      margin: 0px 0px 0px 0px;
 
-
      font-size: x-large;
 
-
      text-align: center;
 
-
      transition: 0.5s;
 
-
  }
 
-
 
-
  #tempheader a {
 
-
      color: #FFF;
 
-
      text-decoration: none;
 
-
  }
 
-
 
-
  #tempheader:hover {
 
-
      background: #9C9;
 
-
  }
 
-
 
-
  #tempheader #rewired {
 
-
      font-family: 'Courier new';
 
-
      font-size: 300%;
 
-
  }
 
-
     
 
-
 
-
  #tempheader p {
 
-
      font-family: 'Roboto Slab';
 
-
      font-style: italic;
 
-
      margin-top: 40px;
 
-
  }
 
-
 
-
  #igem {
 
-
      padding: 20px 100px 20px 100px;
 
-
      font-size: x-large;
 
-
      font-family: 'Roboto Slab';
 
-
  }
 
-
 
-
  #igem h1, h2 {
 
-
      border-bottom: none;
 
-
  }
 
-
 
-
  .img {
 
-
      text-align: center;
 
-
  }
 
-
 
-
 
-
 
-
 
-
#header {
 
-
      text-align: center;
 
-
  }
 
-
 
-
  #logo {
 
-
      border-radius: 100px;
 
-
  }
 
-
 
-
  #icons {
 
-
      margin: 100px auto 50px auto;
 
-
      font-size: 80%;
 
-
  }
 
-
 
-
  #icons .text td {
 
-
      vertical-align: top;
 
-
  }
 
-
 
-
  #icons td {
 
-
      text-align: center;
 
-
      padding-left: 10px;
 
-
      padding-right: 10px;
 
-
 
-
  }
 
-
 
-
  #icons img {
 
-
      opacity: 0.7;
 
-
      transition: 0.5s;
 
-
  }
 
-
 
-
  #icons img:hover {
 
-
      opacity: 1;
 
-
  }
 
-
 
-
  #team {
 
-
      text-align: center;
 
-
      font-size: 80%;
 
-
  }
 
-
 
-
  #team h2 {
 
-
      margin: 30px 200px 20px 200px;
 
-
  }
 
-
 
-
  #team table {
 
-
      margin: 0px auto 0px auto;
 
-
  }
 
-
 
-
  #team img {
 
-
      width: 150px;
 
-
      height: 150px;
 
-
      border-radius: 100px;
 
-
      border: 2px black solid;
 
-
  }
 
-
 
-
  #team td {
 
-
      padding-bottom: 20px;
 
-
  }
 
-
 
-
    #project, #sponsors {
 
-
      text-align: center;
 
-
      margin: 30px 0px 100px 0px;
 
-
  }
 
-
 
-
  #igem a {
 
-
      color: #000;
 
-
      text-decoration: none;
 
-
      transition: 0.5s
 
-
  }
 
-
 
-
  #igem a:hover {
 
-
      color: #242;
 
-
  }
 
-
 
-
  #textsponsors {
 
-
      font-weight: bold;
 
-
      font-size: 200%;
 
-
      line-height: 200%;
 
-
  }
 
-
 
-
</style>
 

Revision as of 17:03, 12 October 2014

/* GENERAL HOUSEKEEPING */

body { background: #EEE; }

  1. top-section #p-logo, #top-section #search-controls {

display: none; }

  1. top-section {

height: auto; padding: 0px; margin: 0px; border: 0px none; width: auto; }

.firstHeading, #catlinks, #footer-box { display: none; }

  1. content {

margin-top: 20px; margin-bottom: 20px; border: 0px; box-shadow: 10px 10px 5px #888888; }

/* GENERAL */

  1. igem {

Font-family: 'Roboto Slab'; font-size: large; padding: 20px 100px 20px 100px; }

  1. igem h1, h2, h3 {

border-bottom: none; }

/* GENERAL */

  1. header {

text-align: center; }

  1. logo {

border-radius: 100px; }

/* MAIN PAGE*/

  1. header, #aims, #team, #project, #sides, #sponsors {

margin-bottom: 60px; text-align: center; }

img { display: block; margin-left: auto; margin-right: auto;}

a: hover { color: #00F; text-decoration: underline; }


  1. aims a{

color: inherit; text-decoration: none; transition: 0.5s; }

  1. aims:hover {

color: #00F; text-decoration: none; }

  1. team {

text-align: center; font-size: 80%; }

  1. team h2 {

margin: 30px 200px 20px 200px; }

  1. team table {

margin: 0px auto 0px auto; }

  1. team img {

width: 150px; height: 150px; border-radius: 100px; border: 2px black solid; }

  1. team td {

padding-bottom: 20px; }

  1. project a{

color: inherit; text-decoration: none; transition: 0.5s; }

  1. project a:hover {

color: #00F; text-decoration: none; }

  1. icons {

margin: 100px auto 50px auto; font-size: 80%; }

  1. icons .text td {

vertical-align: top; }

  1. icons td {

text-align: center; padding-left: 10px; padding-right: 10px;

}

  1. icons img {

opacity: 0.7; transition: 0.5s; }

  1. icons img:hover {

opacity: 1; }

  1. sponsors table {

border-spacing: 20px; margin: 10px auto 10px auto; }

  1. HPpage td {

vertical-align: top; }

  1. leftnav {

padding-right: 50px; }

  1. leftnav ul {

list-style: none; }

  1. criteria {

position: absolute; left: 30px; top: 100px; font-style: italic; font: 'roboto slab'; padding: 9px; font-size: 180%; font-family: "Roboto slab"; font-weight: bold; }

  1. criteria a {

color: #826A21; }

  1. tourleft {

position: absolute; left: 30px; top: 100px; font-style: italic; font: 'roboto slab'; padding: 9px; font-size: 180%; font-family: "Roboto slab"; font-weight: bold; }


  1. tourleftbottom {

position: absolute; left: 30px; bottom: 20px; font-style: italic; font: 'roboto slab'; padding: 9px; font-size: 180%; font-family: "Roboto slab"; font-weight: bold; margin-bottom: 30px; }


  1. tourright {

position: absolute; right: 30px; top: 100px; font-style: italic; font: 'roboto slab'; padding: 9px; font-size: 180%; font-family: "Roboto slab"; font-weight: bold; }

  1. tourrightbottom {

position: absolute; right: 30px; bottom: 20px; font-style: italic; font: 'roboto slab'; padding: 9px; font-size: 180%; font-family: "Roboto slab"; font-weight: bold; margin-bottom: 30px; }

  1. navlink {

border-radius: 5px; }

  1. navlink a {

transition: 0.5s; padding: 4px; border-radius: 10px; }

  1. navlink a:hover {

background: #2E75B6; text-decoration: none; color: #FFF; }



<a href="https://2014.igem.org/Team:Edinburgh">
RewirED

Please enjoy this temporary wiki design while our final design finishes cooking.

</a>
<a href="https://2014.igem.org/Team:Edinburgh/logic/"><img src="Bolt.png"></a> <a href="https://2014.igem.org/Team:Edinburgh/HP/"><img src="Ed14_Tube.png"></a> <a href="https://2014.igem.org/Team:Edinburgh/modelling/"><img src="Ed14_Comp.png"></a>
Wiring

What is metabolic wiring? Click here to hear about the bacterial computation, the benefits it offers, and how metabolic wiring makes it all possible.

Human Practices

What can our smart bacterial friends tell us about the way human teams work? Are iGEM teams any smarter than a population of smart bacteria?

Modelling

Why do an experiment when a computer can work out the result? Click here to learn about the models we used, the programs we created, and our collaboration with UCL.

<a href="https://2014.igem.org/Team:Edinburgh/team/">

The Team

<img src="Annastikane.jpg">
Anna
Biologist
<img src="Carrie.jpg">
Carrie
Biologist
<img src="Cesar.jpg">
Cesar
Informatician
<img src="Charlottelilley.jpg">
Charlotte
Biologist
<img src="Chiara.jpg">
Chiara
Biomedical
Scientist
<img src="Ed14_elizepetrovska.jpg">
Elize
Engineer
.
<img src="Phillip.jpg">
Philip
Biologist
.
<img src="Rikki.jpg">
Rikki
Informatician
.
<img src="Sam14.jpg">
Sam
Biologist
<img src="Yuma.jpg">
Yuma
Biologist
</a>
<a href="https://2014.igem.org/Team:Edinburgh/project/">

Our Project

Metabolic wires are a new way of connecting logic gates in different cells – their orthogonality and extensibility means there is potentially no limit to how intelligent a population of bacteria can be.

We set out to make three sets of metabolic wires, using trans-genic aromatic enzymes, cis-genic aromatic genes, and ‘sugar logic.’ We also set out to build a population regulation system to showcase these wires, and a new set of degrons to make the system more robust.

</a>

Our Sponsors</h3> <img height="100" width="600" src="http://www.sulsa.ac.uk/sites/sbsweb2.bio.ed.ac.uk.sulsa/themes/zen_sulsa/SULSA-logo.png" alt="SULSA">
<img height="100" width="400" src="http://sustainability.benchmarkplc.com/wp-content/uploads/2014/05/MSD-logo.jpg" alr="MSD fund">
<img height="100" width="600" src="http://www.biochemistry.org/Portals/0/Images/BS_banner.gif" alt="Biochemistry society">
<img height="100" width="600" src="http://4.bp.blogspot.com/-mCGPcY-YNj4/Uvw7uRfnJXI/AAAAAAAAeI4/zDodxR4qmK8/s1600/Society+for+General+Microbiology+logo.png" alt="Society of General Microbiology">
<img src="logo_sob.png" alt="Society of Biology">
<img height="100" width="500" src="http://www.bbsrc.ac.uk/upload/nostrap-bbsrc-colour.gif" alt="BBSRC">
<img src="http://www.wellcome.ac.uk/stellent/groups/corporatesite/@msh_publishing_group/documents/image/wtp051582.jpg" alt="Wellcome Trust">
<img height="100" width="600" src="Logo_ERASynBio.png" alt="ERAsynbio">
School of Engineering
School of Biological Sciences

<img height="" width="400" src="http://millar.bio.ed.ac.uk/images/synthsys_logo_rgb_lowes_crop125.gif" alt="SynthSys">

<img height="100" width="600" src="IDT_logo_trans.png" alt="IDT"
<img height="100" width="600" src="http://isbab2013.org/wp-content/uploads/2013/02/Eppendorf-logo.jpg" alt="Eppendorf">
</div> </div>

</html>