Team:TU Eindhoven/Notebook

From 2014.igem.org

(Difference between revisions)
 
(49 intermediate revisions not shown)
Line 1: Line 1:
-
{{:Team:TU_Eindhoven/Template:NavPanelNotebook}}
+
{{:Team:TU_Eindhoven/Template:NavPanel}}
<html>
<html>
<head>
<head>
-
<title>TU Eindhoven iGEM Team</title>
+
<title>TU Eindhoven iGEM Team</title>
-
 
-
  <title>Notebook</title>
 
-
 
 
<link rel="stylesheet" type="text/css" href="https://2014.igem.org/Team:TU_Eindhoven/Notebook-css?action=raw&ctype=text/css"/>
<link rel="stylesheet" type="text/css" href="https://2014.igem.org/Team:TU_Eindhoven/Notebook-css?action=raw&ctype=text/css"/>
 +
<link rel="stylesheet" type="text/css" href="https://2014.igem.org/Team:TU_Eindhoven/Style:Pages?action=raw&ctype=text/css"/>
<link rel="stylesheet" type="text/css" href="http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css?action=raw&ctype=text/css"/>
<link rel="stylesheet" type="text/css" href="http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css?action=raw&ctype=text/css"/>
 +
<script>
 +
$(function() {
 +
 +
// grab the initial top offset of the navigation
 +
var sticky_navigation_offset_top = $('#stickyheader').offset().top;
 +
 +
// our function that decides weather the navigation bar should have "fixed" css position or not.
 +
var sticky_navigation = function(){
 +
var scroll_top = $(window).scrollTop(); // our current vertical position from the top
 +
 +
// if we've scrolled more than the navigation, change its position to fixed to stick to top, otherwise change it back to relative
 +
if (scroll_top > sticky_navigation_offset_top) {
 +
$('#stickyheader').css({ 'position': 'fixed', 'top':0, 'left':0 });
 +
} else {
 +
$('#stickyheader').css({ 'position': 'relative' });
 +
 +
};
 +
 +
// run our function on load
 +
sticky_navigation();
 +
 +
// and run it again every time you scroll
 +
$(window).scroll(function() {
 +
sticky_navigation();
 +
});
 +
});
 +
</script>
</head>
</head>
-
<body>
+
<!-- start top_bg -->
<div class="top_bg">
<div class="top_bg">
<div class="wrap">
<div class="wrap">
Line 22: Line 47:
</div>
</div>
</div>
</div>
-
    <div class="menu">
+
<!-- start main -->
 +
<div class="wrap">
 +
<div id="stickyheader" class="menu">
       <div class="slider">
       <div class="slider">
         <ul>
         <ul>
-
          <li class="category active"><a href="#notebook">NOTEBOOK</a></li>
+
<li class="category active"><a href="#january">JANUARY</a></li>
-
<li class="category"><a href="#january">JANUARY</a></li>
+
           <li class="category"><a href="#february">FEBRUARY</a></li>
           <li class="category"><a href="#february">FEBRUARY</a></li>
           <li class="category"><a href="#march">MARCH</a></li>
           <li class="category"><a href="#march">MARCH</a></li>
Line 43: Line 69:
         </div>
         </div>
       </div>
       </div>
-
    </div>
 
-
   
 
-
    <div id="notebook" class="container">
 
-
      <div class="header">
 
-
        <h1>Notebook</h1>
 
-
<div class = "infotext">
 
-
<p>iGEM TU Eindhoven - Microencapsulation</p><br>
 
-
<p>On this page our progress is kept neatly in chronological order</p>
 
-
</div>
 
-
<!-- Dit is even voor het vullen van de pagina-->
 
-
      </div>
 
-
    </div>
 
</div>
</div>
 +
 +
<div class="main">
 +
     <div id="january" class="container january">
     <div id="january" class="container january">
-
       <h1>January</h1>
+
       <h1 id="header1">January</h1>
-
 
+
<p id="para">-Background research<br>
-
<div class = "infotext">
+
</p>
-
  <h2>January 28th </h2>
+
-
    The first meeting. <br>
+
-
The members of the team have gotten to know each other and set up a plan to brain storm.
+
-
We also looked into the possibilities for research in Eindhoven to determine a track for our project</p>
+
-
</div>
+
     </div>
     </div>
 +
<br><br>
     <div id="february" class="container february">
     <div id="february" class="container february">
-
       <h1>February</h1>
+
       <h1 id="header1">February</h1>
-
 
+
<p id="para">-Background research<br>
-
<div class = "infotext">
+
-
  <h2>February 12th </h2>
+
-
  The subjects found in January's brainstorm session were researched by subgroups of our team.
+
-
Then we presented the ideas to each other and we voted for the most promising ideas to take a closer look.
+
</p>
</p>
-
</div>
+
    </div>
-
<div class = "infotext">
+
<br><br>
-
  <h2>February 24th </h2>
+
-
  We assigned roles to all the members of the team. These roles included responsibilities for Human Recources, finances, sponsoring, health and safety, modeling, lab work, and public relations.
+
-
</br>
+
-
The brainstorm ideas were reviewed again. And by means of a discussion we decided that our general idea would focus around the use of bacteria in the human body.
+
 +
    <div id="march" class="container march">
 +
      <h1 id="header1">March</h1>
 +
<p id="para">
 +
-Selection of topic<br>
 +
-Further research<br>
 +
-Selection of projec<br>
</p>
</p>
-
</div>
 
-
 
     </div>
     </div>
-
    <div id="march" class="container march">
 
-
      <h1>March</h1>
 
-
    </div>
+
<br><br>
 +
 
     <div id="april" class="container april">
     <div id="april" class="container april">
-
       <h1>April</h1>
+
       <h1 id="header1">April</h1>
-
 
+
<p id="para">-Further research <br>
 +
</p>
     </div>
     </div>
-
    <div id="may" class="container may">
 
-
      <h1>May</h1>
 
-
    </div>
+
<br><br>
-
    <div id="june" class="container june">
+
-
      <h1>June</h1>
+
 +
    <div id="may" class="container may">
 +
      <h1 id="header1">May</h1>
 +
<p id="para"><b><u>General Activities</b></u><br>
 +
Regular team meetings<br>
 +
Looking for sponsors<br>
 +
Month planning<br>
 +
</p>
     </div>
     </div>
-
    <div id="july" class="container july">
 
-
      <h1>July</h1>
 
-
   
+
<br><br>
 +
    <div id="june" class="container june">
 +
      <h1 id="header1">June</h1>
 +
<p id="para"><b><u>Wetlab</u></b><br>
 +
- Arrival of the biobricks<br>
 +
- The designs for the plasmids are approved and ordered Primers<br>
 +
- Preparation of culture media, agar plates, antibiotics and glycerol<br>
 +
- Amplification of PET-29a(+), pEVOL-pAzF, BBa_K811005(Penn) & CPX<br>
 +
</p>
 +
    </div>
 +
<br><br>
-
  <h2>July 7th - July 13th</h2>
+
    <div id="july" class="container july">
-
    Deze week hebben we ook hele leuke dingen gedaan.</p>
+
      <h1 id="header1">July</h1>
-
 
+
<p id="para"><b><u>Wetlab</b></u><br>
 +
<b>Week 27: 30 June – 6 July</b><br>
 +
Plasmid amplification  and culturing BBa_K811005(Penn) + CPX<br>
 +
Vector and insert Digestions<br>
 +
BBa_K811005(Penn) + CPX insert ligate pET29a <br>
 +
Colony PCR <br>
 +
<br>
 +
<b>Week 28: 7 July – 13 July</b><br>
 +
Colony PCR <br>
 +
Site directed mutagenesis of CPX <br>
 +
<br>
 +
<b>Week 29: 14 July – 20 July</b><br>
 +
Site directed mutagenesis of CPX <br>
 +
Sequencing of CPX and BBa_K811005(Penn)<br>
 +
<br>
 +
<b>Week 30: 21 July – 27 July</b><br>
 +
Sequencing results came in and were as expected<br>
 +
Protein expression <br>
 +
FACS – DBCO-PEG4-5/6-TAMRA <br>
 +
<br>
 +
<b>Week 31: 28 July – August 3</b><br>
 +
Protein expression<br>
 +
FACS – DBCO-PEG10kDa <br>
 +
</p>
 +
    </div>
 +
<br><br>
-
</div>
+
    <div id="august" class="container august">
-
+
      <h1 id="header1">August</h1>
 +
<p id="para"><b><u>Wetlab</b></u><br>
 +
<b>Week 32: 4 August – 10 August</b><br>
 +
Protein expression <br>
 +
FACS – Antibody titration <br>
 +
Protein expression curve <br>
 +
<br>
 +
<b>Week 33: 11 August – 17 August</b><br>
 +
FACS - DBCO PEG-5kDa fluorescent <br>
 +
<br>
 +
<b>Week 34: 18 August – 24 August</b><br>
 +
Start Bio-bricking<br>
 +
Start silencing mutagenesis <br>
 +
<br>
 +
<b>Week 35: 25 August – 31 August</b><br>
 +
</p>
 +
    </div>
 +
   
 +
<br><br>
 +
    <div id="september" class="container september">
 +
      <h1 id="header1">September</h1>
 +
<p id="para"><b><u>Wetlab</b></u><br>
 +
<b>Week 36: 1 September – 7 September</b><br>
 +
<br>
 +
<b>Week 37: 8 September – 14 September</b><br>
 +
<br>
 +
<b>Week 38: 15 September – 21 September</b><br>
 +
<br>
 +
<b>Week 39: 22 September – 28 September</b><br>
 +
</p>
 +
    </div>
 +
<br><br>
 +
    <div id="october" class="container october">
 +
      <h1 id="header1">October</h1>
 +
<p id="para"><b><u>Wetlab</b></u><br>
 +
<b>Week 40: 29 September – 5 October</b><br>
 +
<br>
 +
<b>Week 41: 6 October – 12 October</b><br>
 +
<br>
 +
<b>Week 42: 13 October – 19 October</b><br>
 +
</p>
 +
    </div>
 +
   
 +
<br><br>
 +
 
-
<div id="august" class="container august">
 
-
      <h1>August</h1>
 
-
     </div>
+
     </div></div></div>
-
    <div id="september" class="container september">
+
-
      <h1>September</h1>
+
-
    </div>
 
-
    <div id="october" class="container october">
 
-
      <h1>October</h1>
 
-
    </div>
 
   <!-- Javascript -->
   <!-- Javascript -->
   <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
   <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>

Latest revision as of 12:58, 25 August 2014

TU Eindhoven iGEM Team

Notebook

January

-Background research



February

-Background research



March

-Selection of topic
-Further research
-Selection of projec



April

-Further research



May

General Activities
Regular team meetings
Looking for sponsors
Month planning



June

Wetlab
- Arrival of the biobricks
- The designs for the plasmids are approved and ordered Primers
- Preparation of culture media, agar plates, antibiotics and glycerol
- Amplification of PET-29a(+), pEVOL-pAzF, BBa_K811005(Penn) & CPX



July

Wetlab
Week 27: 30 June – 6 July
Plasmid amplification and culturing BBa_K811005(Penn) + CPX
Vector and insert Digestions
BBa_K811005(Penn) + CPX insert ligate pET29a
Colony PCR

Week 28: 7 July – 13 July
Colony PCR
Site directed mutagenesis of CPX

Week 29: 14 July – 20 July
Site directed mutagenesis of CPX
Sequencing of CPX and BBa_K811005(Penn)

Week 30: 21 July – 27 July
Sequencing results came in and were as expected
Protein expression
FACS – DBCO-PEG4-5/6-TAMRA

Week 31: 28 July – August 3
Protein expression
FACS – DBCO-PEG10kDa



August

Wetlab
Week 32: 4 August – 10 August
Protein expression
FACS – Antibody titration
Protein expression curve

Week 33: 11 August – 17 August
FACS - DBCO PEG-5kDa fluorescent

Week 34: 18 August – 24 August
Start Bio-bricking
Start silencing mutagenesis

Week 35: 25 August – 31 August



September

Wetlab
Week 36: 1 September – 7 September

Week 37: 8 September – 14 September

Week 38: 15 September – 21 September

Week 39: 22 September – 28 September



October

Wetlab
Week 40: 29 September – 5 October

Week 41: 6 October – 12 October

Week 42: 13 October – 19 October