Difference between revisions of "Team:Newcastle/Notebook/Diary"

 
(131 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Newcastle}}
+
{{Newcastle
 +
}}
 
<html>
 
<html>
<!--[if lt IE 7 ]> <html lang="en" class="ie6"> <![endif]-->
 
<!--[if IE 7 ]>   <html lang="en" class="ie7"> <![endif]-->
 
<!--[if IE 8 ]>   <html lang="en" class="ie8"> <![endif]-->
 
<!--[if IE 9 ]>   <html lang="en" class="ie9"> <![endif]-->
 
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
 
<head>
 
<script  src="https://code.jquery.com/jquery-2.2.4.js"  integrity="sha256-iT6Q9iMJYuQiMWNd9lDyBUStIq/8PuOW33aOqmvFpqI="  crossorigin="anonymous"></script>
 
<meta name="viewport" content="width = 1050, user-scalable = no" />
 
<meta charset="utf-8">
 
<script src="https://2016.igem.org/Team:Newcastle/turn.js?action=raw&ctype=text/javascript" type="text/javascript"></script>
 
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
 
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous">
 
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
 
<link href="https://fonts.googleapis.com/css?family=Shadows+Into+Light" rel="stylesheet">
 
 
<style>
 
<style>
.page
+
#HQ_page th
 
{
 
{
background: #FFFFFF;
+
background-color: #e35c5c;
box-shadow-1px 1px #77aaff,
+
padding: 10px;
        -2px 2px #77aaff,
+
  color: #292000;
        -3px 3px #77aaff,
+
border: none;
        -4px 4px #77aaff,
+
font-size: 2rem;
        -5px 5px #77aaff;
+
border-left: 1px solid #000;
+
 
}
 
}
 
+
#HQ_page td
.page-inner
+
 
{
 
{
padding: 10px, 10px, 10px 10px;
+
color: #292000;
margin-left: 10px;
+
border: none;
margin-right: 10px;
+
font-family: 'Didact Gothic';
height: 100%;
+
font-size: 2rem;
 
}
 
}
  
.jumbotron
+
#HQ_page table
 
{
 
{
padding-top: 80px;
+
    border: none;
padding-bottom: 0;
+
 
}
 
}
  
#flipbook
+
figcaption
 
{
 
{
width: 750px;
+
    text-align: center;
height: 600px;
+
    /* font-weight: bold; */
 +
    font-size: 1.5rem;
 +
    color: #292000;
 
}
 
}
  
 
+
figure img
#flipbook h1
+
 
{
 
{
font-size: 2em;
+
    max-width: 100%;
text-align: center;
+
    transform: scale(0.9, 0.9);
 +
    display: block;
 +
    margin-left: auto;
 +
    margin-right: auto;
 
}
 
}
  
#flipbook h2
+
a, a:focus, a:hover, li > a
 
{
 
{
font-size: 1.25em;
+
    color: #e35c5c;
 
}
 
}
 
+
.col-md-4 a{
#flipbook p, #flipbook ul li
+
    color: #e35c5c;
{
+
font-size: 1em;
+
 
}
 
}
 
+
.nav > li > a:focus, .nav > li > a:hover, .nav-pills > li.active > a
.middle
+
 
{
 
{
margin-top: 73.5%;
+
    background-color: #e35c5c;
 
}
 
}
  
.navbar-brand
+
#hq_page p
 
{
 
{
font-family: 'Shadows Into Light', cursive;
+
font-size: 2rem;
font-size: 30px;
+
 
}
 
}
 
+
div p, ul li, ol li
.book-wrapper
+
 
{
 
{
  display: inline-block;
+
    color: #292000;
  left: 50%;
+
  transform: translateX(-50%);
+
  position: relative;
+
  padding: 10px 10px 10px 10px;
+
  background: url("http://api.thumbr.it/whitenoise-361x370.png?background=0b1642ff&noise=626262&density=91&opacity=15");
+
 
}
 
}
  
.center
+
ul.checked, ul.question, ul.dot
 
{
 
{
 +
list-style: none;
 
}
 
}
  
#scroll-indicator
+
ul.checked li, ul.question li, ul.dot li
 
{
 
{
text-align: center;
+
font-family: 'Didact Gothic';
font-size: 4em;
+
font-size: 16px;
 
}
 
}
  
.navbar-brand
+
ul.checked li:before {
{
+
  position: absolute;
color: #FFF !important;
+
  margin-left: -1.3em;
 +
  font-weight: bold;
 +
 
 +
  content: "\2713";
 +
  color: darkgreen;
 
}
 
}
  
 +
ul.question li:before {
 +
  position: absolute;
 +
  margin-left: -1.3em;
 +
  font-weight: bold;
  
//----
+
  content: "?";
 +
  color: #3c0e09;
 +
}
  
</style>
+
ul.dot li:before {
 +
  position: absolute;
 +
  margin-left: -1.3em;
 +
  font-weight: bold;
  
</head>
+
  content: "\25A0";
<body>
+
  color: #292000;
<!-- Main jumbotron for a primary marketing message or call to action -->
+
}
<div class="jumbotron">
+
<div class="container">
+
<div class="center">
+
<div class="book-wrapper">
+
<div id="flipbook">
+
<div class="page"><div class="page-inner"><h1 class="middle"> iGEM Week 1 </h1>
+
</div></div>
+
<div class="page"><div class="page-inner"><h1> June 20th, 2016 </h1>
+
<h2> 09:00 - 17:00 </h2>
+
<p> Josh had his training today and was introduced to lab techniques that the rest of the team had worked on during the previous week. These techniques included fire drills, safety techniques as well as use of the sterile hood. </p>
+
<p> The team got split into two groups
+
<ul> <li> Group 1 (Kristina, Ollie and Josh): Made streak plates of all the colonies needed for the Interlab study. These streak plates were left to incubate over the weekend. Alongside colony cultures, liquid cultures were also made. </li> </ul>
+
<ul> <li> Group 1 (Jake, Emilija, Ollie, Kristina, Kerry, Rupert and Lauren): Looked at research papers in order to obtain more scientific data for the experiment. We wrote up the agenda as well as the minutes from the meeting we had. We also planned out the rest of the week and began a plan for the Wiki. </li> </ul> </p>
+
</div></div>
+
<div class="page"><div class="page-inner"><h1> June 21st, 2016 </h1>
+
<h2> 09:00 - 11:00 </h2>
+
<p> <ul> <li> We sat down to discuss ideas for the Wiki theme as well as the layout. We came up with the idea for baseball themed cards for the team description. With regards to the color scheme and theme, we were inspired by old coke adverts and the whole "pop-art" theme. </li> </ul> </p>
+
<h2> 11:00 - 12:00 </h2>
+
<p> <ul> <li> We had a lecture on how to use COMSOL and MATLAB by Dana Ofiteru. </li> </ul> </p>
+
<h2> 13:00 - 13:30 </h2>
+
<p> <ul> <li> Checked the streak plates from yesterday. The team was then split into sub-groups to research about "Beyond the bench" ideas as well as the light bulb component of the breadboard. </li> </ul> </p>
+
<h2> 16:00 - 17:00 </h2>
+
<p> <ul> <li> Had a team Skype session with Edinburgh University and discussed the potential for collaboration. </li> </ul> </p>
+
</div></div>
+
<div class="page"><div class="page-inner"><h1> June 22nd, 2016 </h1>
+
<h2> 09:00 - 11:00 </h2>
+
<p> <ul> <li> Jake and Kristina: Analysed the InterLab Results. </li> </ul> </p>
+
<p> <ul> <li> Ollie and Josh: Researched papers on fuel cells and components for the light bulb. </li> </ul> </p>
+
<p> <ul> <li> Emilija and Lauren: Researched components for the light bulb and tried to construct some BioBricks on Benchling. </li> </ul> </p>
+
<p> <ul> <li> Kerry: Worked on the project description for the wiki. (Deadline: July 1st) </li> </ul> </p>
+
<h2> 11:00 - 11:30 </h2>
+
<p> <ul> <li> Ollie and Josh: Plated the Positive Control sample from the previous day in order to have enough of that sample for the team to repeat the interlab study. </li> </ul> </p>
+
<h2> 13:00 - 15:00 </h2>
+
<p> <ul> <li> Everyone but Lauren and Emilija met with Professor Ian Head, Dr.Ed Milner and Paniz Izadi from the School of Civil Engineering and Geosciences to discuss microbial fuel cells.  </li> </ul> </p>
+
</div></div>
+
<div class="page"><div class="page-inner">
+
<p> <ul> <li> Lauren and Emilija met with our supervisors to discuss the Killer BioBrick </li> </ul> </p>
+
<h2> 15:00 - 17:00 </h2>
+
<p> <ul> <li> We met with supervisors (See Agenda and Minutes for the 22nd June) </li> </ul> </p>
+
</div></div>
+
<div class="page"><div class="page-inner"><h1> June 23rd, 2016 </h1>
+
<h2> 09:00 - 11:00 </h2>
+
<p> <ul> <li> We finalized the Killer BioBrick construct.</li> </ul> </p>
+
<h2> 11:00 - 12:00 </h2>
+
<p> <ul> <li> We had a lecture on modelling by Anil Wipat.</li> </ul> </p>
+
<h2> 12:00 - 12:30 </h2>
+
<p> <ul> <li> Lunch break time!</li> </ul> </p>
+
<h2> 12:30 - 14:00 </h2>
+
<p> <ul> <li> Continued our training in modelling BioBricks after having lunch. We were also introduced to RuleBender. </li> </ul> </p>
+
<h2> 14:00 - 17:00 </h2>
+
<p> <ul> <li> Attempted to model our Killer BioBrick using RuleBender. </li> </ul> </p>
+
</div></div>
+
<div class="page"><div class="page-inner"><h1> June 24th, 2016 </h1>
+
<h2> 09:30 - 10:30 </h2>
+
<p> <ul> <li> We had a late start due to the outcome of the EU Referendum. As a team bonding activity we all decided to go out for breakfast together before beginning work. </li> </ul> </p>
+
<h2> 10:30 - 11:00 </h2>
+
<p> <ul> <li> We all went to the library and double-checked our BioBrick design that we created using Benchling. Once we had agreed on the design we met up with Jem (one of our advisors) in order to verify that everything was ready to be sent off. </li> </ul> </p>
+
<h2> 11:00 - 12:00 </h2>
+
<p> <ul> <li> Before lunch we went through all of the Action Points. We categorized them into groups based on what was completed and what still needed to be done. The tasks that needed to be done were assigned amongst the team. </li> </ul> </p>
+
<h2> 12:00 - 17:00 </h2>
+
<p> <ul> <li> All the previously assigned tasks were carried out. </li> </ul> </p>
+
</div></div>
+
<div class="page"><div class="page-inner">
+
</div></div>
+
<div class="page"><div class="page-inner"><h1 class="middle"> iGEM Week 2 </h1>
+
</div></div>
+
<div class="page"><div class="page-inner"><h1> June 27th, 2016 </h1>
+
<h2> 09:00 - 13:00 </h2>
+
<p> <ul> <li> We visited FabLab in Sunderland. They offer 3D printing, laser printing as well as much more. We were able to tour the lab and get a better idea of what that company could offer us. We decided that the two areas which interested us were the 3D printing for our breadboard but also the formation of electrical circuits.  </li> </ul> </p>
+
<h2> 13:00 - 14:00 </h2>
+
<p> <ul> <li> Lunch break time! </li> </ul> </p>
+
<h2> 14:00 - 15:00 </h2>
+
<p> <ul> <li> Meeting with Andrew Filby to be introduced and become accustomed to the concept of flow cytometry.  </li> </ul> </p>
+
<h2> 15:00 - 16:00 </h2>
+
<p> <ul> <li> Obtained components for the fuel cell. Components included methylene blue, carbon electrode, cationic exchange membrane alongside other chemicals.  </li> </ul> </p>
+
</div></div>
+
<div class="page"><div class="page-inner">
+
<h2> 14:00 - 17:00 </h2>
+
<p> <ul> <li> Went through action points and planned what needed to be completed. </li> </ul> </p>
+
</div></div>
+
<div class="page"><div class="page-inner"><h1> June 28th, 2016 </h1>
+
<h2> 09:00 - 10:00 </h2>
+
<p> <ul> <li> Made microbial fuel cell. See below for the microbial fuel cell protocol. </li> </ul> </p>
+
<h2> 10:00 - 12:00 </h2>
+
<p> <ul> <li> Liquid cultures of our samples were made and then left in the fridge overnight to be ready for incubation tomorrow. </li> </ul> </p>
+
<h2> 12:00 - 13:00 </h2>
+
<p> <ul> <li> Lunch break time! </li> </ul> </p>
+
<h2> 13:00 - 17:00 </h2>
+
<p> We went to the library where we carried out a variety of tasks </p>
+
<p> <ul> <li> The breadboard design was made using TinkerCad software. We designed an approximation of the sizes of different components as well as how they would fit into the breadboard. </li> </ul> </p>
+
<p> <ul> <li> In the meantime the light-bulb construct was redesigned.</li> </ul> </p>
+
</div></div>
+
<div class="page"><div class="page-inner">
+
<p> <ul> <li> The Team Wiki was looked at and altered. We tried to fix the Navigation Bar and get some information up</li> </ul> </p>
+
</div></div>
+
<div class="page"><div class="page-inner"><h1> June 30th, 2016 </h1>
+
<h2> 09:00 - 11:00 </h2>
+
<p> <ul> <li> The InterLab study was discussed with Tom. We discussed the errors that were made (systematic and experimental). We ran through the steps of the protocol with him and explained what was done at each step. Then we discussed limitations as well as modifications for the experiment.  </li> </ul> </p>
+
<h2> 11:00 - 12:00 </h2>
+
<p> <ul> <li> The light-bulb design construct was run through with Jem. </li> </ul> </p>
+
<h2> 12:00 - 13:00 </h2>
+
<p> <ul> <li> Lunch break time! </li> </ul> </p>
+
<p> <ul> <li> The team members who were going to Paris also went into town to buy essentials and exchange Euros. </li> </ul> </p>
+
<h2> 13:00 - 15:00 </h2>
+
<p> <ul> <li> More cultures were grown up for another run of the InterLab study. </li> </ul> </p>
+
</div></div>
+
<div class="page"><div class="page-inner">
+
<p> <ul> <li> IWBDA was booked and the Paris tickets were confirmed and picked up. </li> </ul> </p>
+
<h2> 15:00 - 17:00 </h2>
+
<p> <ul> <li> Started writing up the final versions of various protocols we were using (for the InterLab, for the microbial fuel cell,etc). </li> </ul> </p>
+
</div></div>
+
<div class="page"><div class="page-inner"><h1> July 1st, 2016 </h1>
+
<h2> 12:00 - 21:00 </h2>
+
<p> <ul> <li> Half of the team travelled to Paris while the other half stayed back in Newcastle. </li> </ul> </p>
+
</div></div>
+
<div class="page"><div class="page-inner"><h1> July 2nd, 2016 </h1>
+
<h2> 09:00 - 12:00 </h2>
+
<p> <ul> <li> Exhibition Stands in Paris. </li> </ul> </p>
+
<h2> 12:00 - 14:00 </h2>
+
<p> <ul> <li> Lunch Break </li> </ul> </p>
+
<h2> 14:00 - 15:30 </h2>
+
<p> <ul> <li> Roundtable 1 - Synthetic Biology: Challenges and Risks
+
<ul><li> François Képès - Research Director at CNRS, founding director of the Epigenomics Project an iSSB  </ul></li> <ul><li> Héloïse Muller - PhD at Institute Pasteur </ul></li> <ul><li> Andrew Tolonen - Leader of Tolonen group at the Genoscope-CEA </ul></li> <ul><li> Christophe Genisset - Security Officer at SGDSN (French Secretariat for Defence and National Security) </ul></li> <ul><li> Alexei Grinbaum - Researcher at LARSIM, the Philosophy of Science Group at CEA-Saclay </ul></li></li></ul> </p>
+
</div></div>
+
<div class="page"><div class="page-inner">
+
<h2> 15:30 - 16:00 </h2>
+
<p> <ul> <li> Coffee Break </li> </ul> </p>
+
<h2> 16:00 - 17:30 </h2>
+
<p> <ul> <li> Roundtable 2 - Synthetic Biology: A New Economic World <ul><li> Philippe Jais - Chief Executive and Scientific Officer at Eukarys  </ul></li> <ul><li> Cyrille Pauthenier -President of Abolis Biotechnologies </ul></li> <ul><li> Samuel Juillot - CSO at Glowee (In absentia - sent a PhD student in his place) </ul></li> <ul><li> Michael Krel - CEO at Enobraq </ul></li> </li> </ul> </p>
+
<h2> 17:30 - 18:00 </h2>
+
<p> <ul> <li> Talk from Randy Rettberg about iGEM and its importance in the world </li> </ul> </p>
+
</div></div>
+
<div class="page"><div class="page-inner"><h1> July 3rd, 2016 </h1>
+
<h2> 09:00 - 18:00 </h2>
+
<p> <ul> <li> Site-seeing around Paris </li> </ul> </p>
+
<h2> 18:00 - 02:10 </h2>
+
<p> <ul> <li> Travel back to Newcastle </li> </ul> </p>
+
</div></div>
+
<div class="page"><div class="page-inner">
+
</div></div>
+
<div class="page"><div class="page-inner"><h1 class="middle"> iGEM Week 3 </h1>
+
</div></div>
+
<div class="page"><div class="page-inner"><h1> July 4th, 2016 </h1>
+
<h2> 09:00 - 17:00 </h2>
+
<p> <ul> <li> COMSOL Training Day. The Multiphysics libraries were looked at and the sample projects were completed. Then using the sample as a guideline, we started trying to make a model for our experiment. </li> </ul> </p>
+
</div></div>
+
<div class="page"><div class="page-inner"><h1> July 5th, 2016 </h1>
+
<h2> 09:00 - 13:00 </h2>
+
<p> <ul> <li> The InterLab study was run again. See below for the protocol. </li> </ul> </p>
+
<h2> 13:00 - 14:00 </h2>
+
<p> <ul> <li> Lunch break time! </li> </ul> </p>
+
<h2> 14:00 - 16:00 </h2>
+
<p> <ul> <li> COMSOL modelling continued. Errors came up with regards to Temperature Coupling so we were working on trying to solve the error. </li> </ul> </p>
+
<p> <ul> <li> In the meantime, the rest of the team was working on the Action Points and trying to complete what hadn't been done yet. </li> </ul> </p>
+
<h2> 16:00 - 17:00 </h2>
+
<p> <ul> <li> Attended a seminar entitled: "Synthetic Biology: Perspectives from artificial life" which was conducted by Professor Martin Hanczyc. His area of expertise revolved around microbial fuel cells and therefore his seminar was of great use. </li> </ul> </p>
+
</div></div>
+
<div class="page"><div class="page-inner">
+
<p> <ul> <li> He seemed interested in our iGEM project which led to us Skyping him at a further date described later on.  </li> </ul> </p>
+
</div></div>
+
<div class="page"><div class="page-inner"><h1> July 6th, 2016 </h1>
+
<h2> 09:00 - 09:30 </h2>
+
<p> <ul> <li> Checked the plate reader in order to obtain the results from the InterLab. </li> </ul> </p>
+
<h2> 09:30 - 12:00 </h2>
+
<p> <ul> <li> Results from the InterLab were processed and put into an Excel document. In the meantime, other members of the team were completing more of the Action Points which had not been done yet. </li> </ul> </p>
+
<h2> 12:00 - 13:00 </h2>
+
<p> <ul> <li> Lunch break time! </li> </ul> </p>
+
<h2> 13:00 - 14:00 </h2>
+
<p> <ul> <li> Skyped Chennai. We were able to exchange ideas and propose collaboration seen as they needed us to carry out some surveys in order for them to see how their project idea would be perceived in the UK and whether or not it would be accepted. </li> </ul> </p>
+
<h2> 14:00 - 15:00 </h2>
+
<p> <ul> <li> Planned and prepared for the afternoon meeting with our supervisors.</li> </ul> </p>
+
</div></div>
+
<div class="page"><div class="page-inner">
+
<p> <ul> <li> We went over the agenda and made sure that we were fully ready for any questions which were going to be asked. </li> </ul> </p>
+
<h2> 15:00 - 17:00 </h2>
+
<p> <ul> <li> Had meeting with our supervisors. </li> </ul> </p>
+
</div></div>
+
<div class="page"><div class="page-inner"><h1> July 7th, 2016 </h1>
+
<h2> 09:00 - 12:00 </h2>
+
<p> <ul> <li> Started preparation for plasmids to be sent to DNA 2.0 </li> </ul> </p>
+
<h2> 12:00 - 13:00 </h2>
+
<p> <ul> <li> Lunch break time! </li> </ul> </p>
+
<h2> 13:00 - 14:30 </h2>
+
<p> <ul> <li> Continued preparing cultures for freezing and for the plasmids to be sent to DNA 2.0. </li> </ul> </p>
+
<h2> 14:30 - 15:30 </h2>
+
<p> <ul> <li> Ollie and Lauren filmed for the School of Biology </li> </ul> </p>
+
<h2> 15:30 - 17:00 </h2>
+
<p> <ul> <li> Went over and completed Action Points. </li> </ul> </p>
+
</div></div>
+
<div class="page"><div class="page-inner"><h1> July 8th, 2016 </h1>
+
<h2> 09:00 - 12:00 </h2>
+
<p> <ul> <li> Mini-prepped plasmids to be sent to DNA 2.0 </li> </ul> </p>
+
<h2> 12:00 - 13:00 </h2>
+
<p> <ul> <li> Lunch break time! </li> </ul> </p>
+
<h2> 13:00 - 14:00 </h2>
+
<p> <ul> <li> Using spectrophotometry, we measured the absorbance values of the plasmids as well as their concentration and packaged up the sample chosen to be sent to DNA 2.0. </li> </ul> </p>
+
<h2> 14:00 - 16:00 </h2>
+
<p> <ul> <li> Went over and worked on Action Points </li> </ul> </p>
+
<h2> 16:00 - 17:00 </h2>
+
<p> <ul> <li> Meeting with Patrick Degenaar to discuss our experiment and potential limitations which it may have. </li> </ul> </p>
+
</div></div>
+
</div>
+
</div>
+
</div>
+
<div id="scroll-indicator">
+
<i class="fa fa-angle-down" aria-hidden="true"></i>
+
</div>
+
  </div>
+
</div>
+
  
  <hr>
+
#right-menu
 +
{
 +
position: fixed;
 +
}
  
  <footer>
+
</style>
<p>Newcastle iGEM 2016</p>
+
<div class="column">
  </footer>
+
    <div class="row">
</div> <!-- /container -->
+
      <div class="col-md-8">
<script type="text/javascript">
+
<br>
// Get viewable region height.
+
            <h2>Important Dates</h2>
var vheight = Math.max(document.documentElement.clientHeight, window.innerHeight || 0)
+
            <br><br>
var OFFSET_PX = 200;
+
<p>01/05/2016 Team Registration for iGEM deadline</p>
vheight -= OFFSET_PX;
+
<p>30/06/2016 InterLab Sign-up Deadline</p>
$("#flipbook").turn();
+
<p>01/07/2016 Project Description Deadline</p>
</script>
+
<p>02/07/2016 <a href="https://2016.igem.org/Team:Newcastle/Collaborations">European Teams Meet Up in Paris</a></p>
 +
<p>15/07/2016 About our Lab Form Deadline</p>
 +
<p>15/07/2016 About our Project Form Deadline</p>
 +
<p>28/07/2016 <a href="https://2016.igem.org/Team:Newcastle/Collaborations">Scottish Teams Meet Up in Edinburgh</a></p>
 +
<p>12/08/2016 Track Selection Deadline – Foundational Advance</p>
 +
<p>12/08/2016 <a href="https://igem.org/Team.cgi">Title and Abstract Deadline</a></p>
 +
<p>17/08/2016 – 18/08/2016 <a href="https://2016.igem.org/Team:Newcastle/Collaborations">UK Teams Meet Up in Westminster, London</a></p>
 +
<p>25/08/2016 <a href="https://2016.igem.org/Team:Newcastle/Collaborations">Edinburgh Undergraduate Team Visits Newcastle</a></p>
 +
<p>31/08/2016 Giant Jamboree Registration Deadline</p>
 +
<p>02/09/2016 <a href="https://2016.igem.org/Team:Newcastle/InterLab">InterLab Data Deadline</a></p>
 +
<p>09/09/2016 Team Rosters Deadline</p>
 +
<p>16/09/2016 <a href="https://2016.igem.org/Team:Newcastle/Notebook/Safety">Final Safety Form Deadline</a></p>
 +
<p>07/10/2016 Team Banners Deadline</p>
 +
<p>14/10/2016 <a href="https://igem.org/2016_Judging_Form?id=1895">Judging Form Deadline</a></p>
 +
<p>19/10/2016 Wiki Freeze</p>
 +
<p>21/10/2016 <a href="http://parts.igem.org/cgi/dna_transfer/batch_list.cgi?group_id=2361">Part Submission Deadline</a></p>
 +
<p>27/10/2016 – 31/10/2016 Giant Jamboree 2016 @ Hynes Convention Center, Boston, MA</p>
  
 
</body>
 
</body>
 
</html>
 
</html>

Latest revision as of 22:11, 19 October 2016


Important Dates



01/05/2016 Team Registration for iGEM deadline

30/06/2016 InterLab Sign-up Deadline

01/07/2016 Project Description Deadline

02/07/2016 European Teams Meet Up in Paris

15/07/2016 About our Lab Form Deadline

15/07/2016 About our Project Form Deadline

28/07/2016 Scottish Teams Meet Up in Edinburgh

12/08/2016 Track Selection Deadline – Foundational Advance

12/08/2016 Title and Abstract Deadline

17/08/2016 – 18/08/2016 UK Teams Meet Up in Westminster, London

25/08/2016 Edinburgh Undergraduate Team Visits Newcastle

31/08/2016 Giant Jamboree Registration Deadline

02/09/2016 InterLab Data Deadline

09/09/2016 Team Rosters Deadline

16/09/2016 Final Safety Form Deadline

07/10/2016 Team Banners Deadline

14/10/2016 Judging Form Deadline

19/10/2016 Wiki Freeze

21/10/2016 Part Submission Deadline

27/10/2016 – 31/10/2016 Giant Jamboree 2016 @ Hynes Convention Center, Boston, MA