Difference between revisions of "Team:iTesla-SoundBio"

Line 1: Line 1:
{{iTesla-SoundBio}}
+
<html lang="en">
<!--<!DOCTYPE HTML>-->
+
<html>
+
 
<head>
 
<head>
</head>
+
<title>Experimental</title>
<!-- Load packages and templates -->
+
<meta charset="utf-8">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
+
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
+
<style>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
+
* {
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
+
    box-sizing: border-box;
 +
}
  
<body>
+
body {
 +
    font-family: Arial, Helvetica, sans-serif;
 +
}
  
<h1 class="display-4"><li><a href="https://2018.igem.org/Team:iTesla-SoundBio/Project/Interlab"> Interlab 2018 Findings </a></li></h1>
+
/* Style the header */
 +
.header {
 +
    background-color: #f1f1f1;
 +
    padding: 30px;
 +
    text-align: center;
 +
    font-size: 35px;
 +
}
  
 +
/* Create three equal columns that floats next to each other */
 +
.column {
 +
    float: left;
 +
    width: 33.33%;
 +
    padding: 0px
 +
/* If padding is wanted, change the value of px*/
 +
}
  
<h1 > Project Description </h1>
+
/* Clear floats after the columns */
<p class="lead">Every year, hundreds of thousands of horseshoe crabs are caught each year and drained of up to to 30% of their blood. Why? To collect LAL, a chemical that is crucial in the detection of endotoxins in everything from drugs to medical equipment.</p>
+
.row:after {
<p>LAL, or Limulus Amebocyte Lysate, found in Horseshoe Crab amebocytes, is extremely sensitive to LPS, a membrane component of gram-negative bacteria. The chemical detects these harmful endotoxins by coagulating in their presence, thus creating a visible signal of bacterial contamination. The reaction proceeds as follows:
+
    content: "";
First, a present endotoxin cleaves and activates a zymogen in LAL, named Factor C. Cleaved Factor C then activates Factor B, which in turn converts a proclotting enzyme in LAL into a clotting enzyme. This clotting enzyme cleaves coagulen, another protein present, and turns it into coagulin, turning the whole mixture into a coagulated signal communicating that endotoxin is present.<p>
+
    display: table;
<p>While this process has been relied upon for the approval of any FDA drug, the confirmation of safe pacemakers, and the sanitation of medical equipment, it is the procurement of LAL itself that has proven inefficient and dangerous of the Horseshoe Crab population. <p>
+
    clear: both;
<p>iTesla-SoundBio is working towards creating a viable synthetic equivalent of the LAL Assay. We have chosen to focus on Factor C, a crucial part of the LAL reaction cascade, but a valuable component by itself as well. Since Factor C cleaves in the presence of endotoxin, we are working towards synthetically producing  Factor C and incorporating it into a fusion protein-system that will give off a detectable signal when exposed to endotoxin. <p>
+
}
<p>Our project has divided itself into two phases. The first is the actual production of synthetic Factor C by bacillus subtilis. This phase has provided its own considerations, for example taking into account the large coding region, as well as inducing expression in a gram-positive system to avoid automatic cleavage of the protein itself. The second phase comprises the conception and assembly of a signal amplification system that will produce a detectable signal when Factor C is cleaved. <p>
+
<p>While there are already companies who have developed an alternative to the LAL Assay using synthetic Factor C, the high price point has encouraged us to try to produce a simpler, cheaper alternative. <p>
+
  
 +
/* Style the footer */
 +
.footer {
 +
    background-color: #f1f1f1;
 +
    padding: 10px;
 +
    text-align: center;
 +
}
 +
/* Make the text over image*/
 +
.container {
 +
    position: relative;
 +
    text-align: center;
 +
    color: black
 +
}
 +
.container1 {
 +
    position: relative;
 +
    text-align: center;
 +
    color: white
 +
}
  
<div class="column full_size" >
+
.centered {
<h1> Welcome to iGEM 2018! </h1>
+
    position: absolute;
<p>Your team has been approved and you are ready to start the iGEM season! </p>
+
    bottom: 8px;
 +
    left: 50%;
 +
    transform: translate(-50%, -50%);
 +
}
  
 +
/* Style the top navigation bar */
 +
.topnav {
 +
    overflow: hidden;
 +
    background-color: #333;
 +
}
  
<img src="http://placehold.it/1080x320/c4baba/e4dede">
+
/* Style the topnav links */
 +
.topnav a {
 +
    float: left;
 +
    display: block;
 +
    color: #f2f2f2;
 +
    text-align: center;
 +
    padding: 14px 16px;
 +
    text-decoration: none;
 +
}
  
</div>
+
/* Change color on hover */
 +
.topnav a:hover {
 +
    background-color: #ddd;
 +
    color: black;
 +
}
  
 
+
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
<div class="column full_size" >
+
@media (max-width: 600px) {
 
+
    .column {
<h3>Before you start</h3>
+
        width: 100%;
<p> Please read the following pages:</p>
+
    }
<ul>
+
}
<li><a href="https://2018.igem.org/Competition">Competition Hub</a> </li>
+
</style>
<li><a href="https://2018.igem.org/Competition/Deliverables/Wiki">Wiki Requirements page</a></li>
+
</head>
<li><a href="https://2018.igem.org/Resources/Template_Documentation">Template documentation</a></li>
+
<body>
</ul>
+
<div class="topnav">
 +
  <a href="#">Team</a>
 +
  <a href="#">Description</a>
 +
  <a href="#">Design</a>
 +
  <a href="#">Experiment</a>
 +
  <a href="#">Notebook</a>
 +
  <a href="#">Results</a>
 +
  <a href="#">Parts</a>
 +
  <a href="#">Safety</a>
 +
  <a href="OldMainPage.html">Old Main Page</a>
 
</div>
 
</div>
 +
<h2>Team: iTesla-Soundbio</h2>
 +
<p>DO YOU KNOW? Every year, hundreds of thousands of horseshoe crabs are caught each year and drained of up to to 30% of their blood. Why? To collect LAL, a chemical that is crucial in the detection of endotoxins in everything from drugs to medical equipment.</p>
  
 
+
<div class="header">
<div class="clear extra_space"></div>
+
  <h2>Project Outline</h2>
<div class="line_divider"></div>
+
<div class="clear extra_space"></div>
+
 
+
 
+
 
+
<div class="column full_size" >
+
<h3> Styling your wiki </h3>
+
<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>
+
<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>
+
 
+
 
</div>
 
</div>
  
 +
<div class="row">
  
 +
<div class="column" style="background-color:#aaa;"><div class= "container">
 +
<a href="labnotebook.html">
 +
<img src="writing1.jpg" alt= "labnotebook", width= 100%, height=65%>
 +
</a>
 +
<div class="centered">LabNotebook</div></div></div>
  
  
<div class="clear extra_space"></div>
+
<div class="column" style="background-color:#bbb;"><div class= "container1">
 
+
<a href="a_crab_story.html">
 
+
<img src="horseshoecrab1.jpg" alt="WE TAKE BLOOD FROM HORSESHOE CRABS", width= 100%, height=65%>
 
+
<div class="column third_size" >
+
 
+
<h3> Uploading pictures and files </h3>
+
<p> You must upload any pictures and files to the iGEM 2018 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. </p>
+
 
+
 
+
<p>When you upload, set the "Destination Filename" to <b> T--YourOfficialTeamName--NameOfFile.jpg</b>. (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>
+
 
+
<div class="button_link">
+
<a href="https://2018.igem.org/Special:Upload">
+
UPLOAD FILES
+
 
</a>
 
</a>
</div>
+
<div class="centered">Fate of Horseshoe Crab</div></div></div>
  
</div>
 
  
<div class="column third_size" >
 
<h3> Wiki template information </h3>
 
<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://2018.igem.org/Judging/Pages_for_Awards">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 class="column third_size" >
+
<div class="column" style="background-color:#ccc;"><div class= "container">
<div class="highlight decoration_B_full">
+
<a href="gallary.html">
<h3> Editing your wiki </h3>
+
<img src="humaninteraction.jpg" alt="our lab pictures", width= 100%, height=65%>
<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>Use WikiTools - Edit in the black menu bar to edit this page</p>
+
 
+
<div class="button_link">
+
<a href="https://2018.igem.org/wiki/index.php?title=Team:iTesla-SoundBio&action=edit">  
+
EDIT PAGE
+
 
</a>
 
</a>
</div>
 
  
</div>
+
<div class="centered">Human Practices</div></div></div>
</div>
+
  
<div class="clear extra_space"></div>
 
<div class="line_divider"></div>
 
<div class="clear extra_space"></div>
 
 
<div class="column two_thirds_size" >
 
<h3>Tips</h3>
 
<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://2018.igem.org/Calendar">iGEM 2018 calendar</a> </li>
 
<li>Have lots of fun! </li>
 
</ul>
 
 
</div>
 
</div>
  
<div class="column third_size">
+
<div class="footer">
<div class="highlight decoration_A_full">
+
  <p>Our sponsors + a bunch of logos</p>
<h3>Inspiration</h3>
+
<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>
 
</div>
  
 
</body>
 
</body>
 
</html>
 
</html>

Revision as of 00:26, 30 July 2018

Experimental

Team: iTesla-Soundbio

DO YOU KNOW? Every year, hundreds of thousands of horseshoe crabs are caught each year and drained of up to to 30% of their blood. Why? To collect LAL, a chemical that is crucial in the detection of endotoxins in everything from drugs to medical equipment.

Project Outline

labnotebook
LabNotebook
WE TAKE BLOOD FROM HORSESHOE CRABS
Fate of Horseshoe Crab
our lab pictures
Human Practices