Difference between revisions of "Team:UCL"

(Undo revision 136273 by Jacopodc (talk))
Line 1: Line 1:
{{Template:UCL/Bootstrap_2018}}
+
<!--Homepage-->
  
 
+
<html>
<!--DOCTYPE html-->
+
<html lang="en">
+
 
<head>
 
<head>
 +
    <title>UCL iGEM 2018</title>
 +
    <meta name="viewport" content="width=device-width, initial-scale=1">
 +
</head>
 +
<style>
  
    <meta charset="utf-8" />
+
/*
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
+
@import url('https://fonts.googleapis.com/css?family=Questrial|Raleway');
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
+
@import url("https://use.typekit.net/jky3qjo.css");
    <meta name="description" content="UCL iGEM 2018 Wiki">
+
@import url("https://db.onlinewebfonts.com/c/e8c6a63541de0a4211a9358cbe74690f?family=Futura");
    <meta name="author" content="UCL iGEM 2018" />
+
*/
  
    <title>UCL iGEM 2018</title>
+
@import url("https://static.igem.org/mediawiki/2018/6/6a/T--UCL--futuramed.eot");
  
</head>
+
/*Futura*/
 +
@font-face {
 +
  font-family: "Futura";
 +
  font-style: normal;
 +
  font-weight: 400;
 +
    src: url("https://static.igem.org/mediawiki/2018/6/6a/T--UCL--futuramed.eot");
 +
    src: local('Futura'), local('Futura'),
 +
    url("https://static.igem.org/mediawiki/2018/6/6a/T--UCL--futuramed.eot") format("embedded-opentype"),
 +
    url("https://static.igem.org/mediawiki/2018/c/ce/T--UCL--futuramed.woff") format("woff"),
 +
    url("https://static.igem.org/mediawiki/2018/e/e6/T--UCL--futuramed.ttf") format("truetype"),
 +
  }
  
<!-- STYLE
+
/*Avenir*/
============================================================================ -->
+
@font-face {
 +
  font-family: "Avenir";
 +
  font-style: normal;
 +
  font-weight: 400;
 +
    src: url("https://static.igem.org/mediawiki/2018/9/9c/T--UCL--avenirrom.eot");
 +
    src: local('Avenir'), local('Avenir'),
 +
    url("https://static.igem.org/mediawiki/2018/9/9c/T--UCL--avenirrom.eot") format("embedded-opentype"),
 +
    url("https://static.igem.org/mediawiki/2018/2/28/T--UCL--avenirrom.woff") format("woff"),
 +
    url("https://static.igem.org/mediawiki/2018/b/bf/T--UCL--avenirrom.ttf") format("truetype"),
 +
  }
  
 +
#sideMenu,
 +
#top_title {
 +
    display: none; //removes the top iGEM logo thing
 +
}
 +
 +
#content {
 +
    width: 100vw;
 +
    padding: 0px;
 +
    border: none;
 +
    color: black;
 +
    margin-left: auto;
 +
    margin-right: auto;
 +
    background-color: #fff;
 +
    position: relative;
 +
}
 +
 +
/* Header */
 +
 +
ul {
 +
    list-style-type: none;
 +
    margin: 0;
 +
    padding: 0;
 +
    overflow: hidden;
 +
    background-color: none;
 +
    list-style-image: none; //removes the iGEM wiki bullets
 +
}
 +
 +
li {
 +
    float: left;
 +
}
 +
 +
.topnav {
 +
  overflow: hidden;
 +
  background-color: white;
 +
  width: 100%;
 +
}
 +
 +
.topnav a {
 +
  float: left;
 +
  color: black;
 +
  text-align: center;
 +
  padding: 10px 10px;
 +
  text-decoration: none;
 +
  font-size: 20px;
 +
  font-family: "Futura", sans-serif !important;
 +
  display: inline-grid;
 +
}
 +
 +
.topnav a:hover {
 +
  background-color: white;
 +
  color: tomato;
 +
}
 +
 +
.topnav a.active {
 +
  background-color: #tomato;
 +
  color: white;
 +
}
 +
 +
 +
li .dropdown {
 +
    position: relative;
 +
    display: inline-block;
 +
}
 +
 +
li a:hover, .dropdown:hover .dropbtn{
 +
    color: tomato;
 +
    background-color: white;
 +
}
 +
 +
.dropdown .dropbtn {
 +
    border: none;
 +
    outline: none;
 +
    color: black;
 +
    text-align: center;
 +
    padding: 10px 10px;
 +
    text-decoration: none;
 +
    font-size: 20px;
 +
    font-family: "Futura", sans-serif  !important;
 +
    margin: 0;
 +
    background-color: white;
 +
}
 +
 +
.dropdown-content {
 +
    display: none;
 +
    position: absolute;
 +
    background-color: tomato;
 +
    min-width: 90px;
 +
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2)
 +
}
 +
 +
.dropdown-content a {
 +
    color: white;
 +
    padding: 12px 16px;
 +
    text-decoration: none;
 +
    font-size: 15px;
 +
    display: block;
 +
    text-align: left;
 +
}
 +
 +
.dropdown-content a:hover {
 +
    background-color: #f1f1f1
 +
}
 +
 +
.dropdown:hover .dropdown-content {
 +
    display: block;
 +
}
 +
 +
#rcorners1 {
 +
    border-radius: 20px;
 +
    border: 2px solid tomato;
 +
    padding: 3px;
 +
    width: 90px;
 +
    height: 96px;
 +
}
 +
 +
#rcorners2 {
 +
    border-radius: 17px;
 +
    padding: 0px;
 +
    width: 90px;
 +
    height: 25px;
 +
    text-align: center;
 +
    background-position: center;
 +
}
 +
 +
#rcorners3 {
 +
    border-radius: 17px;
 +
    padding: 0px;
 +
    width: 90px;
 +
    height: 25px;
 +
    text-align: center;
 +
    background-position: center;
 +
}
 +
 +
/* Content */
 +
 +
h1,h2 {
 +
    font-weight: 400 !important;
 +
    font-family: "Futura", sans-serif !important;
 +
}
 +
 +
h1 {
 +
    margin-top: 10;
 +
    font-size: 50px !important;
 +
    color: tomato;
 +
    text-align: center;
 +
    padding: 20px !important;
 +
}
 +
 +
h2 {
 +
    margin-top: 10;
 +
    font-size: 25px !important;
 +
    color: tomato;
 +
    text-align: center;
 +
    padding: 10px !important;
 +
}
 +
 +
p {
 +
    margin-top: 10;
 +
    margin-left: 70px !important;
 +
    margin-right: 70px !important;
 +
    font-family: "Avenir", sans-serif  !important;
 +
    font-size: 16px !important;
 +
    padding: 20px !important;
 +
}
 +
 +
/* Footer */
 +
 +
footer {
 +
    background-color: white !important;
 +
    padding: 0px;
 +
    text-align: center;
 +
    margin: 0;
 +
    table-layout:fixed;
 +
    font-size: 30 !important;
 +
    margin-left: 0 !important;
 +
    margin-right: 0 !important;
 +
}
 +
 +
table {
 +
    font-family: "Avenir", sans-serif;
 +
    color: black !important;
 +
    border-style: hidden;
 +
    table-layout: fixed;
 +
    font-size: 16 !important;
 +
    background-color: transparent;
 +
    width: 99%;
 +
    border-collapse: collapse;
 +
}
 +
 +
td, th {
 +
    font-family: "Futura", sans-serif;
 +
    font-weight: 400;
 +
    border: 1px solid transparent;
 +
    background-color: white;
 +
    text-align: left;
 +
    padding: 5px;
 +
    text-align: center;
 +
    text-decoration: none;
 +
    height: inherit;
 +
}
 +
 +
tr {
 +
    height: 0;
 +
}
 +
 +
</style>
  
 
<body>
 
<body>
  
<!-- NAVBAR
+
<div class="topnav">
============================================================================ -->
+
<ul>
 +
    <li><a href="https://2018.igem.org/Team:UCL">
 +
        <img src="https://static.igem.org/mediawiki/2018/7/73/T--UCL--Logo2.png" width="70" align="middle"></a></li>
 +
    <li class="dropdown">
 +
      <button class="dropbtn">Project
 +
        <i class="fa fa-caret-down"></i>
 +
      </button>
 +
        <div class="dropdown-content" class="center" id="rcorners1">
 +
            <a href="https://2018.igem.org/Team:UCL/Description" id="rcorners2">Description</a>
 +
            <a href="#parts" id="rcorners3">BioBricks</a>
 +
            <a href="https://2018.igem.org/Team:UCL/Results" id="rcorners3">Results</a>
 +
            <a href="https://2018.igem.org/Team:UCL/InterLab" id="rcorners3">InterLab</a>
 +
        </div>
 +
    </li>
 +
<li class="dropdown">
 +
      <button class="dropbtn">Modelling
 +
        <i class="fa fa-caret-down"></i>
 +
      </button>
 +
        <div class="dropdown-content" class="center" id="rcorners1">
 +
            <a href="#description" id="rcorners2">Equation</a>
 +
        </div>
 +
    </li>
 +
<li class="dropdown">
 +
      <button class="dropbtn">Human Practices
 +
        <i class="fa fa-caret-down"></i>
 +
      </button>
 +
    </li>
 +
    <li class="dropdown">
 +
          <button class="dropbtn">Team
 +
            <i class="fa fa-caret-down"></i>
 +
          </button>
 +
            <div class="dropdown-content" class="center" id="rcorners1">
 +
                <a href="https://2018.igem.org/Team:UCL/Team" id="rcorners2">People</a>
 +
                <a href="#description" id="rcorners2">Attributions</a>
 +
            </div>
 +
        </li>
 +
<li class="dropdown">
 +
      <button class="dropbtn">Awards
 +
        <i class="fa fa-caret-down"></i>
 +
      </button>
 +
    </li>
  
<nav class="navbar navbar-expand-sm bg-light navbar-light fixed-top justify-content">
+
</ul>
    <!-- Logo -->
+
</div>
    <a class="navbar-brand" href="https://2018.igem.org/Team:UCL"><img src="https://static.igem.org/mediawiki/2018/7/73/T--UCL--Logo2.png" width="70" align="middle" ></a>
+
    <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar" aria-controls="navbarDropdown" aria-expanded="false"><span class="navbar-toggler-icon"></span></button>
+
  
    <!-- Links -->
+
<div class="column full_size">
    <div class="collapse navbar-collapse" id="collapsibleNavbar">
+
<h1>2018 UCL iGEM Team</h1>
        <ul class="nav nav-justified">
+
            <li class="nav-item dropdown">
+
                <a class="nav-link dropdown" href="https://2018.igem.org/Team:UCL/Project" id="navbardrop" data-toggle="dropdown">Project</a>
+
                <ul class="dropdown-menu">
+
                    <li><a class="dropdown-item" href="https://2018.igem.org/Team:UCL/Project/Description">Description</a></li>
+
                    <li><a class="dropdown-item" href="https://2018.igem.org/Team:UCL/Project/Parts">Parts</a></li>
+
                    <li><a class="dropdown-item" href="https://2018.igem.org/Team:UCL/Project/Results">Results</a></li>
+
                    <li><a class="dropdown-item" href="https://2018.igem.org/Team:UCL/Project/InterLab">InterLab</a></li>
+
                </ul>
+
            </li>
+
            <li class="nav-item dropdown">
+
                <a class="nav-link dropdown" href="https://2018.igem.org/Team:UCL/Modelling" id="navbardrop" data-toggle="dropdown">Modelling</a>
+
                <ul class="dropdown-menu">
+
                    <li><a class="dropdown-item" href="https://2018.igem.org/Team:UCL/Modelling/Equation">Equation</a></li>
+
                </ul>
+
            </li>
+
            <li class="nav-item dropdown">
+
                <a class="nav-link dropdown" href="https://2018.igem.org/Team:UCL/HP" id="navbardrop" data-toggle="dropdown">Human Practices</a>
+
                <ul class="dropdown-menu">
+
                    <li><a class="dropdown-item" href="https://2018.igem.org/Team:UCL/HP/Collaborations">Collaborations</a></li>
+
                    <li><a class="dropdown-item" href="https://2018.igem.org/Team:UCL/HP/Outreach">Outreach</a></li>
+
                </ul>
+
            </li>
+
            <li class="nav-item dropdown">
+
                <a class="nav-link dropdown" role="button" aria-haspopup="true" aria-expanded="false" href="https://2018.igem.org/Team:UCL/Team" id="navbardrop" data-toggle="dropdown">Team<i class="fa fa-caret-down"></i></a>
+
                <ul class="dropdown-menu">
+
                    <li><a class="dropdown-item" href="https://2018.igem.org/Team:UCL/Team/People">Description</a></li>
+
                    <li><a class="dropdown-item" href="https://2018.igem.org/Team:UCL/Team/Acknowledgements">Acknowledgements</a></li>
+
                </ul>
+
            </li>
+
        </ul>
+
    </div>
+
</nav>
+
  
<!-- MAIN BODY
 
============================================================================ -->
 
 
<div class="clear extra_space"></div>
 
<div class="clear extra_space"></div>
<div class="container">
+
<p style="text-align:center"><font size="5">Thank you for checking out our Wiki page. It is still under construction.</font></p>
    <br />
+
    <br />
+
    <br />
+
    <br />
+
    <br />
+
    <h1 class="text-center">2018 UCL iGEM Team<br></br><small>Thank you for checking out our Wiki page. It is still under construction.</small></h1>
+
    <br></br>
+
    <center><img class="img-fluid" src="https://static.igem.org/mediawiki/2018/a/a3/T--UCL--logo1.jpg" alt="our logo" width= "800" /></center>
+
    <br></br>
+
    <h2 class="text-center">Spider silk as a biomaterial</h2>
+
    <p class="text-justify">Spider silk is famous for its mechanical properties including strength and toughness, but it is also biodegradable and biocompatible. The cannibalistic nature of spiders renders the harvesting challenging. Therefore, recombinant spider silks have been developed to produce synthetic spider silks in bacteria. <br></br>
+
  
    The spider silk fibres can be arranged in a variety of biomaterial structures such as hydrogels, non-woven filters, spheres and capsules, and biofilms. These can be used as cell scaffolds, wound healing, drug delivery, cosmetics and textiles.<br></br>
+
<center><img src="https://static.igem.org/mediawiki/2018/a/a3/T--UCL--logo1.jpg" alt="our logo" width="800"/></center>
  
    The structure of the encoded protein guarantees a direct control of its self-assembly through pH changes, hence preventing aggregation of the final fibre. While this occurs naturally in silk-producing spiders, it can be effectively replicated in the lab via controlling the production with targeted PI control systems.
+
</div>
    </p>
+
  
    <h2 class="text-center">Our approach</h2>
+
<div class="column full_size">
  
    <p class="text-justify">Previous iGEM teams have focused on the possibilities linked with spider silk for biomaterial applications, the UCL iGEM 2018 team, however wants to explore the properties of spider silk for the creation of widely applicable biomaterials, spanning from recovery of metals to tissue engineering.<br></br>
+
  <h2>Spider silk as a biomaterial</h2>
 +
  <p>Spider silk is famous for its mechanical properties including strength and toughness, but it is also biodegradable and biocompatible. The cannibalistic nature of spiders renders the harvesting challenging. Therefore, recombinant spider silks have been developed to produce synthetic spider silks in bacteria. <br></br>
  
    Our initial design is to use a SpyCatcher-Silk fusion protein to create a modular platform for the functionalisation of spider silk proteins. This can be expanded upon to create engineered spider silk with metal binding proteins for metal recovery or growth factors for tissue engineering and regenerative medicine. <br></br>
+
  The spider silk fibres can be arranged in a variety of biomaterial structures such as hydrogels, non-woven filters, spheres and capsules, and biofilms. These can be used as cell scaffolds, wound healing, drug delivery, cosmetics and textiles.<br></br>
  
    By collaborating with the UCL Department of Biochemical Engineering we intend to go beyond a simple proof of principle by developing a production process at a manufacturing scale. We intend to develop a large-scale model through real testing at benchtop and pilot scales.
+
  The structure of the encoded protein guarantees a direct control of its self-assembly through pH changes, hence preventing aggregation of the final fibre. While this occurs naturally in silk-producing spiders, it can be effectively replicated in the lab via controlling the production with targeted PI control systems.
    </p>
+
  </p>
</div>
+
  
<!-- FOOTER
+
  <h2>Our approach</h2>
============================================================================ -->
+
 
 +
  <p>Previous iGEM teams have focused on the possibilities linked with spider silk for biomaterial applications, the UCL iGEM 2018 team, however wants to explore the properties of spider silk for the creation of widely applicable biomaterials, spanning from recovery of metals to tissue engineering.<br></br>
 +
 
 +
  Our initial design is to use a SpyCatcher-Silk fusion protein to create a modular platform for the functionalisation of spider silk proteins. This can be expanded upon to create engineered spider silk with metal binding proteins for metal recovery or growth factors for tissue engineering and regenerative medicine. <br></br>
 +
 
 +
  By collaborating with the UCL Department of Biochemical Engineering we intend to go beyond a simple proof of principle by developing a production process at a manufacturing scale. We intend to develop a large-scale model through real testing at benchtop and pilot scales.
 +
  </p>
 +
 
 +
</div>
  
 
<div class="clear extra_space"></div>
 
<div class="clear extra_space"></div>
Line 104: Line 330:
 
</body>
 
</body>
  
</html>
+
<footer>
 +
<table>
 +
  <tr>
 +
    <th style="background-color:white; border:1px solid transparent"><font size= 5; color=tomato>Contact Us</font></th>
 +
    <th style="background-color:white; border:1px solid transparent"><font size= 5; color=tomato>Sponsors</font></th>
 +
    <th style="background-color:white; border:1px solid transparent"><font size= 5; color=tomato>Follow Us</font></th>
 +
  </tr>
 +
  <tr>
 +
      <td style="border:1px solid transparent">
 +
          <p style="background-color:white; text-align:center; margin-right:0; margin-left:0;"><font size= 3>University College London
 +
              <br></br>Gower Street - London - WC1E 6BT
 +
              <br></br>Biochemical Engineering Department
 +
              <br></br>+44 (0)20 7679 2000
 +
              <br></br><a href = "mailto: ucligem2018@gmail.com">ucligem2018@gmail.com</a>
 +
          </p>
 +
        </td>
 +
      <td style="border:1px solid transparent"><img src="http://placehold.it/200x100/e4dede/c4baba"></td>
 +
        <td style="border:1px solid transparent">
 +
          <a href="https://www.facebook.com/UCLiGEM/">
 +
            <img src="https://static.igem.org/mediawiki/2018/e/e6/T--UCL--facebook58.png"><br></br></a>
 +
          <a href="https://twitter.com/ucligem?lang=en">
 +
            <img src="https://static.igem.org/mediawiki/2018/a/a2/T--UCL--twitter1.png" width="60" height="60"><br></br></a>
 +
          <a href="https://www.instagram.com/ucl.igem/">
 +
            <img src="https://static.igem.org/mediawiki/2018/7/79/T--UCL--instagram.png" width="60" height="60"><br></br></a>
 +
        </td>
 +
  </tr>
 +
</table>
 +
 
 +
</footer>
 +
 
 +
</html>

Revision as of 18:33, 10 September 2018


UCL iGEM 2018

2018 UCL iGEM Team

Thank you for checking out our Wiki page. It is still under construction.

our logo

Spider silk as a biomaterial

Spider silk is famous for its mechanical properties including strength and toughness, but it is also biodegradable and biocompatible. The cannibalistic nature of spiders renders the harvesting challenging. Therefore, recombinant spider silks have been developed to produce synthetic spider silks in bacteria.

The spider silk fibres can be arranged in a variety of biomaterial structures such as hydrogels, non-woven filters, spheres and capsules, and biofilms. These can be used as cell scaffolds, wound healing, drug delivery, cosmetics and textiles.

The structure of the encoded protein guarantees a direct control of its self-assembly through pH changes, hence preventing aggregation of the final fibre. While this occurs naturally in silk-producing spiders, it can be effectively replicated in the lab via controlling the production with targeted PI control systems.

Our approach

Previous iGEM teams have focused on the possibilities linked with spider silk for biomaterial applications, the UCL iGEM 2018 team, however wants to explore the properties of spider silk for the creation of widely applicable biomaterials, spanning from recovery of metals to tissue engineering.

Our initial design is to use a SpyCatcher-Silk fusion protein to create a modular platform for the functionalisation of spider silk proteins. This can be expanded upon to create engineered spider silk with metal binding proteins for metal recovery or growth factors for tissue engineering and regenerative medicine.

By collaborating with the UCL Department of Biochemical Engineering we intend to go beyond a simple proof of principle by developing a production process at a manufacturing scale. We intend to develop a large-scale model through real testing at benchtop and pilot scales.

Contact Us Sponsors Follow Us

University College London

Gower Street - London - WC1E 6BT

Biochemical Engineering Department

+44 (0)20 7679 2000

ucligem2018@gmail.com