Difference between revisions of "Team:Cork Ireland/Collaborations"

 
(34 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{Cork_Ireland}}
 
<html>
 
<html>
 
 
<head>
 
<head>
 +
<title>Collaborations</title>
 +
</head>
  
<link href="https://2015.igem.org/Team:Cork_Ireland/trial.css?action=raw&amp;ctype=text/css" rel="stylesheet" type="text/css" />
+
<style>
<link href="https://2015.igem.org/Team:Cork_Ireland/slider.css?action=raw&amp;ctype=text/css" rel="stylesheet" type="text/css" />
+
/*
<script type="text/javascript" src="https://2015.igem.org/wiki/index.php?title=Team:Cork_Ireland/trial.js?action=raw&amp;ctype=text/css"></script>
+
* Basic structure removed
<script type="text/javascript" src="https://2015.igem.org/Team:Cork_Ireland/trialslider.js?action=raw&amp;ctype=text/css"></script>
+
*/
  
<script type="text/javascript">
+
#badgeholder {
    $(document).ready(function() {
+
width:102%;
        $('#slider').s3Slider({
+
overflow:hidden;
            timeOut: 3000
+
margin: auto;
        });
+
padding-left: 35%;
    });
+
}
</script>
+
  
<script language="javascript" type="text/javascript">
+
.badge {
function clearText(field)
+
margin-left:2%;
{
+
margin-right:2%;
    if (field.defaultValue == field.value) field.value = '';
+
display:block;
    else if (field.value == '') field.value = field.defaultValue;
+
float:center;
 +
width:22%;
 +
overflow:hidden;
 +
position:relative;
 
}
 
}
</script>
 
  
<style>
+
.badgeImg {
/*
+
width:100%;
* Basic Structure Removed
+
}
*/
+
  
 
.firstHeading{
 
.firstHeading{
Line 37: Line 39:
 
   border: 0px;
 
   border: 0px;
 
   position: relative;
 
   position: relative;
   padding-bottom:0;
+
   padding:0;
 
   margin-bottom:0;
 
   margin-bottom:0;
 
}
 
}
Line 45: Line 47:
 
}
 
}
  
</style>
+
body {
 +
font-family: Arial, Verdana, sans-serif;
 +
        margin: 0;
 +
        padding: 0;
 +
}
 +
 +
header {
 +
        padding: 15px 15px 10px; 15px;
 +
background: #444444;
 +
        border-radius: 5px;
 +
        margin: 0;
 +
}
  
</head>
+
header h1 {
 +
margin: 0;
 +
display: inline;
 +
color: white;
 +
font-size: 2em;
 +
}
 +
header img {
 +
float: left;
 +
}
  
 +
#igem_logo {
 +
        height: 13%;
 +
        width: 13%;
 +
}
 +
 +
#banner_pic {
 +
border-radius: 25px;
 +
        border-bottom-right-radius: 0;
 +
        border-bottom-left-radius: 0;
 +
        width: 74.5%;
 +
        margin: 10px;
 +
        margin-bottom: 0;
 +
}
 +
 +
nav {
 +
clear: both;
 +
text-align: center;
 +
        background: #3EDAAD;
 +
        border-radius: 10px;
 +
        min-width: 700px;
 +
}
 +
 +
nav ul {
 +
margin: 0;
 +
display: inline;
 +
}
 +
 +
nav ul a li {
 +
list-style: none;
 +
display: inline-block;
 +
padding: 14px 14px;
 +
}
 +
 +
nav ul a {
 +
text-decoration: none;
 +
color: black;
 +
font-size: 1.1em;
 +
}
 +
 +
nav ul a:visited {
 +
text-decoration: none;
 +
color: black;
 +
}
 +
 +
nav ul a:hover {
 +
text-decoration: none;
 +
color: white;
 +
}
 +
 +
.content {
 +
clear: both;
 +
height: 100%;
 +
}
 +
 +
.col {
 +
float: left;
 +
width: 12%;
 +
margin: 0;
 +
}
 +
 +
#main_col {
 +
    background: white;
 +
    width: 74.5%;
 +
    margin: 0;
 +
    padding: 0;
 +
    max-width: 800px;
 +
    min-width: 600px;
 +
    margin: auto;
 +
}
 +
 +
 +
#project h2 {
 +
font-size: 2em;
 +
padding: 10px;
 +
        margin: 10px;
 +
        color: #E02121;
 +
}
 +
 +
#team h2, #collabs h2 {
 +
font-size: 2em;
 +
color: #E02121;
 +
padding-left: 20px;
 +
}
 +
 +
#collabs h2 {
 +
        padding: 20px;
 +
}
 +
#project {
 +
background: white;
 +
width: 80%;
 +
text-align: center;
 +
margin: 10%;
 +
font-size: 1.2em;
 +
border-style: ridge;
 +
}
 +
 +
#main_col p {
 +
padding: 10px;
 +
}
 +
 +
.team_desc {
 +
border-style: outset;
 +
margin: 15px;
 +
font-size: 1.2em;
 +
}
 +
 +
.team_desc h3 {
 +
color: white;
 +
font-size: 1.6em;
 +
text-align: center;
 +
}
 +
 +
.team_desc img {
 +
float: left;
 +
background: yellow;
 +
padding: 5px;
 +
}
 +
.team_desc .right_img {
 +
float: right;
 +
background: red;
 +
padding: 5px;
 +
}
 +
 +
.team_desc p {
 +
padding: 10px;
 +
margin: 10px;
 +
background: green;
 +
text-align: center;
 +
}
 +
 +
#Africa div, #corkSynBio div{
 +
border-style: groove;
 +
padding: 15px;
 +
margin: 15px;
 +
}
 +
 +
#Africa img {
 +
float: left;
 +
border-style: double;
 +
border-color: #CC9900;
 +
margin: 10px;
 +
}
 +
 +
#Africa, #corkSynBio {
 +
text-align:center;
 +
color: white;
 +
}
 +
 +
#Africa p, #corkSynBio p, #collabs p {
 +
text-align: left;
 +
font-size: 1.2em;
 +
}
 +
 +
#notebook {
 +
font-size: 1.2em;
 +
}
 +
 +
#notebook h2 {
 +
text-align: center;
 +
color: yellow;
 +
}
 +
 +
#notebook h3 {
 +
text-align: center;
 +
color: #FF0000;
 +
padding-top: 15px;
 +
}
 +
 +
#notebook div p{
 +
padding-left: 15px;
 +
padding-right: 15px;
 +
}
 +
 +
#notebook div  img {
 +
display: block;
 +
margin-left: auto;
 +
margin-right: auto;
 +
margin-top: 10px;
 +
margin-bottom: 10px;
 +
border-style: double;
 +
border-color: #3399FF;
 +
}
 +
 +
#fixed_menu {
 +
position: fixed;
 +
right: 0;
 +
bottom: 0;
 +
width: 10%;
 +
}
 +
 +
#fixed_menu li, #fixed_menu2 li {
 +
list-style: none;
 +
border-style: solid;
 +
border-color: #444444;
 +
background: #3EDAAD;
 +
font-size: 0.6em;
 +
        border-radius: 5px;
 +
}
 +
 +
#fixed_menu a, #fixed_menu2 a{
 +
text-decoration: none;
 +
color: black;
 +
 +
}
 +
 +
#fixed_menu a:hover, #fixed_menu2 a:hover {
 +
color: white;
 +
}
 +
 +
#fixed_menu2 {
 +
position:fixed;
 +
right: -5%;
 +
bottom: 0;
 +
width: 10%;
 +
}
 +
 +
#notebook div {
 +
border-radius: 10px;
 +
background-color: white;
 +
margin: 15px;
 +
}
 +
 +
#interlab div {
 +
border-radius: 10px;
 +
background-color: #FFFF99;
 +
border-style: ridge;
 +
margin: 15px;
 +
}
 +
 +
#interlab div h2 {
 +
font-size: 1.5em;
 +
text-align: center;
 +
}
 +
 +
#interlab div h3 {
 +
margin-left: 15px;
 +
}
 +
 +
#interlab div p, #interlab div li {
 +
font-size: 1.2em;
 +
}
 +
 +
#interlab div  img {
 +
display: block;
 +
margin-left: auto;
 +
margin-right: auto;
 +
margin-top: 10px;
 +
margin-bottom: 10px;
 +
border-style: double;
 +
border-color: #FF3300;
 +
}
 +
 +
.question {
 +
padding-bottom: 5px;
 +
list-style: circle;
 +
}
 +
 +
.answer {
 +
padding-bottom: 15px;
 +
list-style: square;
 +
}
 +
 +
#interlab .result_pic {
 +
float: left;
 +
margin: 15px;
 +
text-align: center;
 +
}
 +
 +
#interlab figcaption {
 +
text-align: center;
 +
padding-bottom: 15px;
 +
}
 +
 +
#achieve h2 {
 +
text-align: center;
 +
}
 +
 +
#collabs figure {
 +
        text-align: center;
 +
}
 +
 +
#gold, #gold_dis {
 +
background: #FFD700;
 +
border-style: double;
 +
border-radius: 10px;
 +
margin: 10px;
 +
font-size: 1.2em;
 +
}
 +
 +
#silver, #silver_dis {
 +
background: #C0C0C0;
 +
border-style: solid;
 +
border-radius: 10px;
 +
margin: 10px;
 +
font-size: 1.2em;
 +
}
 +
 +
#bronze, #bronze_dis {
 +
background: #CD7F32;
 +
border-style: dotted;
 +
border-radius: 10px;
 +
margin: 10px;
 +
font-size: 1.2em;
 +
}
 +
 +
#collabs figure {
 +
        text-align: center;
 +
}
 +
 +
#Lab_pic {
 +
      float: right;
 +
      padding: 10px;
 +
}
 +
.clearfix:after {
 +
    content: ".";
 +
    display: block;
 +
    height: 0;
 +
    clear: both;
 +
    visibility: hidden;
 +
}
 +
 +
.clearfix {display: inline-block;}
 +
 +
/* Hides from IE-mac \*/
 +
* html .clearfix {height: 1%;}
 +
.clearfix {display: block;}
 +
/* End hide from IE-mac */
 +
/* @end */
 +
 +
footer {
 +
clear: both;
 +
text-align: center;
 +
border-radius: 10px;
 +
}
 +
 +
footer ul {
 +
margin: 0;
 +
display: inline;
 +
text-align: center;
 +
}
 +
footer img {
 +
display: inline;
 +
}
 +
footer ul a li {
 +
list-style: none;
 +
display: inline-block;
 +
padding: 5px 15px;
 +
}
 +
 +
footer ul a {
 +
text-decoration: none;
 +
        color: #444444;
 +
}
 +
 +
footer ul a:visited {
 +
        color: #444444;
 +
}
 +
 +
footer ul a:hover {
 +
        text-decoration: none;
 +
        color: #E02121;
 +
}
 +
 +
</style>
  
 
<body>
 
<body>
<div id="bar_wrapper">
+
  <div id="globalWrapper">
 +
  <div id='top_menu_under' class='noprint'></div>
 +
  <div id='top_menu_14'    class='noprint'>Loading menubar.....</div> <!-- Will be replaced with the jQuery.load -->
  
    <div id="title_bar">
+
<header>
        <div id="site_title">
+
                <a href="https://www.igem.org/Main_Page">
            <h1>
+
                <img src="https://static.igem.org/mediawiki/2014/d/d7/Sysuchina_igemdeLogo.png" id="igem_logo"/>
            Basehunter<a>
+
                </a>
            <span>Cork iGEM</span></a>
+
<img src="https://static.igem.org/mediawiki/2015/1/12/Collabs.png" alt="Collabs Banner" id="banner_pic"/>
            </h1>
+
<nav>
        </div>
+
<ul>
    </div>
+
<a href= "https://2015.igem.org/Team:Cork_Ireland"><li>Home</li></a>
</div>
+
<a href= "https://2015.igem.org/Team:Cork_Ireland/Project"><li>Our Project</li></a>
<div id="c_banner_wrapper">
+
<a href= "https://2015.igem.org/Team:Cork_Ireland/Design"><li>Design</li></a>
 +
<a href= "https://2015.igem.org/Team:Cork_Ireland/Practices"><li>Outreach</li></a>
 +
<a href= "https://2015.igem.org/Team:Cork_Ireland/Team"><li>Team</li></a>
 +
<a href= "https://2015.igem.org/Team:Cork_Ireland/Notebook"><li>Notebook</li></a>
 +
                                <a href= "https://2015.igem.org/Team:Cork_Ireland/Parts"><li>Parts</li></a>
 +
<a href= "https://2015.igem.org/Team:Cork_Ireland/Collaborations"><li>Collaborations</li></a>
 +
<a href= "https://2015.igem.org/Team:Cork_Ireland/InterlabStudy"><li>Interlab Study</li></a>
 +
                                <a href= "https://2015.igem.org/Team:Cork_Ireland/Attributions"><li>Attributions</li></a>
 +
                                <a href= "https://2015.igem.org/Team:Cork_Ireland/Achievements"><li>Achievements</li></a>
 +
</ul>
 +
</nav>
 +
</header>
 +
 +
<div id="content">
 +
<div class="col">
 +
<p></p>
 +
</div>
 +
 +
<div id="main_col">
 +
                <div id="collabs"> 
 +
                    <div id="tcd">
 +
                    <h2>Trinity College Dublin & University College London</h2>
  
<div id="c_banner">
+
<p>This year, Cork iGEM collaborated with both the Trinity College Dublin and the University College London iGEM teams. The Basehunter system was put together in an anonymous way so that the participating teams could not see what reagents were present or absent in order to avoid biased results. Cork iGEM put together tubes containing mastermixes and labelled them using unbiased characters such as A,B and C that were then sent via post. The participating iGEM teams agreed to test the systems and give feedback regarding the protocol. We were unfortunately unable to obtain test results from the UCL team due to time constraints. They did however successfully receive the kit. Mariola Sebastián gave us feedback regarding out Basehunter System,"I really liked that the tubes were labeled with numbers and letters. I think its great because you don't need to know what each one contains in order to follow the protocol, which makes it more accessible, and the simple labeling makes them easier to find and work with. In the final version of the kit. I think it would be great if you could add more of the needed things, like sterile plates and sterile LB Media, to speed and simplify the process".</p>
   
+
 
+
  
</div> <!-- end of banner-->
+
<figure id="Lab_pic">
 +
<img src="https://static.igem.org/mediawiki/2015/8/8d/UCLCorkCollab.jpg"/>
 +
<figcaption>
 +
Mariola from UCL iGEM working on our protocol
 +
</figcaption>
 +
</figure>
  
 +
<p>The aim of this collaboration was to investigate if the Basehunter system could be both easily transported and explained with a protocol. A written protocol and a video protocol were prepared. The video protocol can be seen below and the written protocol can be seen <a href="https://static.igem.org/mediawiki/2015/4/45/Basehunter-Protocols-amy-xoxo.pdf">here</a>.</p>
 +
 +
<p>Trinity tested the system and these were the results obtained in the blind testing; Sent to the team were 6 tubes containing the HPV 55bp Detector. Tubes 1-3 were to be positive controls, while tubes 4-6 were to be negative. This was not disclosed to the experimenting team at TCD.</p>
 +
 +
<figure>
 +
<img src="https://static.igem.org/mediawiki/2015/c/c7/CollabGraphsCork.JPG"/>
 +
</figure>
 +
 +
<p>Feedback from the team was positive and they reported - “The Protocols were very clear indeed and easy to follow, and it helped greatly that there was an alternative to using the PCR machine when incubating the coloured tubes.”</p>
 +
 +
<p>These results proved that the detector could be posted to other labs and that the protocols were simply followed. In addition, results achieved were consistent with those obtained in our lab at UCC. See figures 1 and 2 for results reported by TCD.</p>
 +
 +
<figure>
 +
<img src="https://static.igem.org/mediawiki/2015/d/df/PlatesTCDCorkCollab.JPG"/>
 +
</figure>
 +
 +
<p>Also, to assist TCD, we researched into the possibility of constructing a detector to detect artemisinin resistance in species of plasmodium falciparum, the parasite that causes malaria. TCD informed us that this is a significant problem in areas where malaria is endemic, as usually the most widely used treatment for malaria is artemisinin. Between the two teams, we found that the most common mutations that confer resistance are SNP’s on the Kelch 13 propellor (Haldar et al., 2015) . The mutations are point mutations, single base changes. Our detector was not sensitive or specific enough to pick up these small changes.</p>
 +
 +
<video width="100%" height="100%" controls>
 +
<source src="https://static.igem.org/mediawiki/2015/3/3f/Igem_protocol_video_fixed_2.mp4">
 +
</video>
 +
 +
<figure>
 +
<div id="badgeholder">
 +
<div class="badge">
 +
<img class="badgeImg" src="https://static.igem.org/mediawiki/2015/8/84/Paris_Saclay_survey-badge.png" alt="iGEM Paris-Saclay Collaboration Survey Badge"/>
 +
</div>
 
</div>
 
</div>
 +
</figure>
  
<div id="templatemo_menu_wrapper">
+
<h4>References:</h4>
 +
<p>Haldar, K. et. al, April 2015, “A molecular mechanism of artemisinin resistance in Plasmodium falciparum malaria”, Nature, 520, 683–687</p>
 +
                    </div>
  
<div id="templatemo_menu">
+
<div id="team2">
   
+
<h2>Meetups</h3>
  <ul>
+
            <li><a href="https://2015.igem.org/Team:Cork_Ireland/trial2">Home</a></li>
+
            <li><a href="#">Our Project</a>
+
<ul>
+
<li><a href="#">Overview</a></li>
+
<li><a href="#">Results</a></li>
+
<li><a href="#">Submitted Parts</a></li>
+
<li><a href="#">Prototype</a></li>
+
</ul>
+
</li>
+
            <li><a href="https://2015.igem.org/Team:Cork_Ireland/Practices">Outreach</a></li>
+
            <li><a href="https://2015.igem.org/Team:Cork_Ireland/Notebook">Notebook</a>
+
<ul>
+
<li><a href="#">Protocols</a></li>
+
<li><a href="#">Safety</a></li>
+
</ul>
+
</li>
+
            <li><a href="https://2015.igem.org/Team:Cork_Ireland/PartsTrial">Parts</a></li>
+
            <li><a href="https://2015.igem.org/Team:Cork_Ireland/trial">Team</a></li>
+
            <li><a href="https://2015.igem.org/Team:Cork_Ireland/Collaborations">Collaborations</a></li>
+
            <li><a href="https://2015.igem.org/Team:Cork_Ireland/InterlabStudy">Interlab Study</a></li>
+
            <li><a href="https://2015.igem.org/Team:Cork_Ireland/Achievements">Achievements</a>         
+
        </ul>
+
   
+
    </div> <!-- end of menu -->
+
  
</div> <!-- end of menu wrapper -->
+
<p>In July Cork iGEM, along with Trinity College Dublin (TCD) iGEM, organised a meetup that was posted on iGEM.org. Cork iGEM travelled to Dublin where we met up with TCD for the first time. TCD met us at the front gate with a very welcoming sign and brought us to a hang out space called the Global Room.</p>
  
  
<div id="templatemo_footer_wrapper">
+
<figure>
 +
<img src="https://static.igem.org/mediawiki/2015/0/0f/MeetupCork1.JPG" alt="" />
 +
<figcaption>
 +
</figcaption>
 +
</figure>
  
<div id="templatemo_footer">
+
<p>We provided feedback on their project work and told them what to expect at the Jamboree. We were in contact with the team during its early days before the team members were selected and stressed the need for a diverse team from many backgrounds. This was something we learned at iGEM in our previous year and knew it was important to relay this advice. We also suggested the team not focus entirely on lab work and engage with the community throughout their project.</p>
   
+
        <ul class="footer_menu">
+
            <li><a href="#">Home</a></li>
+
            <li><a href="#">Our Project</a></li>
+
            <li><a href="#">Outreach</a></li>
+
            <li><a href="#">Parts</a></li>
+
            <li><a href="#">Team</a></li>
+
            <li class="last_menu"><a href="#">Collaborations</a></li>
+
        </ul>
+
  
<br>
+
<p>Over the course of working on the projects, we kept in contact with the team and aided them in their efforts to create a Youtube Channel “iGEM Academy” with videos of common lab protocols by providing a video tutorial of our “Detector Reaction” for use with our BaseHunter parts.</p>
<br>
+
<p>We gave a presentation of our project and our results up to the beginning of July. </p>
  
 +
<figure>
 +
<img src="https://static.igem.org/mediawiki/2015/8/86/MeetupCork2.JPG" alt="" />
 +
<figcaption>
 +
</figcaption>
 +
</figure>
  
<div class="link">
+
<figure>
<a href="http://www.lilly.ie/en/index.aspx" TARGET=_BLANK>
+
<img src="https://static.igem.org/mediawiki/2015/0/0e/MeetupCork3.JPG" alt="" />
<img src="https://static.igem.org/mediawiki/2015/archive/2/21/20150901113248%21Rsz_m_dc.jpg" alt="image"
+
<figcaption>
alt="Sponsored by Lilly">  
+
</figcaption>
</a>
+
</figure>
</div>    
+
  
 +
<figure>
 +
<img src="https://static.igem.org/mediawiki/2015/7/74/MeetupCork4.JPG" alt="" />
 +
<figcaption>
 +
</figcaption>
 +
</figure>
  
        <div class="link">
+
<figure>
<a href="https://www.igem.org/Main_Page"
+
<img src="https://static.igem.org/mediawiki/2015/3/38/MeetupCork5.JPG" alt="" />
TARGET=_Blank>
+
<figcaption>
<img src="https://static.igem.org/mediawiki/2015/6/6b/IGEM-animated.gif"  
+
</figcaption>
alt="iGEM Main Page">
+
</figure>
</a>
+
</div>
+
       
+
  
        <div class="link">
+
<p>TCD brought us to their lab and talked us through their plans for the project over the summer months. They then kindly gave us a campus tour and brought us to see the beautiful Book of Kells and the Long Room. We had a social that evening! </p>
<a href="http://www.janssen.ie/"
+
 
TARGET=_Blank>
+
<p>In August this year we had the opportunity to meet up with members of the UCL iGEM Team at the IndieBio Demo Dinner & Summer Party. We also met up with them the following day at Forma labs. We spoke about our projects and planning for the Jamboree. We spoke about London Hackspace and the hacker community in London and the future of Cork's hacker community.</p>
<img src="https://static.igem.org/mediawiki/2015/2/21/Rsz_m_dc.jpg"  
+
 
alt="Sponsored by Jansen">
+
<figure>
</a>
+
<img src="https://static.igem.org/mediawiki/2015/4/49/MeetupCork6.JPG" alt="" />
 +
<figcaption>
 +
</figcaption>
 +
</figure>
 +
 
 +
                </div>
 +
</div>
 
</div>
 
</div>
       
 
<!-- end of footer -->
 
   
 
</div> <!-- end of footer wrapper -->
 
<div align=center>Cork iGEM 2015</div></body>
 
  
</body>
 
  
 +
<div class="col">
 +
<ul id="fixed_menu">
 +
<li>Quick Links</li>
 +
<a href="#collabs"><li>TCD & UCL</li></a>
 +
<a href="#team2"><li>Meetups</li></a>
 +
 +
</ul>
 +
</div>
 +
 +
 +
</div>
 +
 +
 +
<footer>
 +
<div>
 +
<ul>
 +
<a href= "https://2015.igem.org/Team:Cork_Ireland"><li>Home</li></a>
 +
<a href= "https://2015.igem.org/Team:Cork_Ireland/Project"><li>Our Project</li></a>
 +
<a href= "https://2015.igem.org/Team:Cork_Ireland/Design"><li>Design</li></a>
 +
<a href= "https://2015.igem.org/Team:Cork_Ireland/Practices"><li>Outreach</li></a>
 +
<a href= "https://2015.igem.org/Team:Cork_Ireland/Team"><li>Team</li></a>
 +
<a href= "https://2015.igem.org/Team:Cork_Ireland/Notebook"><li>Notebook</li></a>
 +
                                <a href= "https://2015.igem.org/Team:Cork_Ireland/Parts"><li>Parts</li></a>
 +
<a href= "https://2015.igem.org/Team:Cork_Ireland/Collaborations"><li>Collaborations</li></a>
 +
<a href= "https://2015.igem.org/Team:Cork_Ireland/InterlabStudy"><li>Interlab Study</li></a>
 +
                                <a href= "https://2015.igem.org/Team:Cork_Ireland/Attributions"><li>Attributions</li></a>
 +
                                <a href= "https://2015.igem.org/Team:Cork_Ireland/Achievements"<li>Achievements</li></a>
 +
</ul>
 +
</div>
 +
 +
<div>
 +
<a href="http://www.lilly.ie/en/index.aspx" TARGET=_BLANK>
 +
<img src="https://static.igem.org/mediawiki/2015/archive/2/21/20150901113248%21Rsz_m_dc.jpg" alt="Sponsored by Lilly">
 +
</a>
 +
 +
<a href="https://www.igem.org/Main_Page" TARGET=_Blank>
 +
<img src="https://static.igem.org/mediawiki/2015/6/6b/IGEM-animated.gif" alt="iGEM Main Page">
 +
</a>
 +
 +
<a href="http://www.janssen.ie/" TARGET=_Blank>
 +
<img src="https://static.igem.org/mediawiki/2015/2/21/Rsz_m_dc.jpg" alt="Sponsored by Jansen">
 +
</a>
 +
 +
<p>Cork iGEM 2015</p>
 +
</div>
 +
</footer>
 +
</body>
 +
 +
</p>
  
 +
</div> <div class="visualClear"></div>
 +
    </div>
 +
</div>
 +
    </div>
 +
</body>
 
</html>
 
</html>

Latest revision as of 15:29, 9 November 2015

Collaborations

Loading menubar.....

Trinity College Dublin & University College London

This year, Cork iGEM collaborated with both the Trinity College Dublin and the University College London iGEM teams. The Basehunter system was put together in an anonymous way so that the participating teams could not see what reagents were present or absent in order to avoid biased results. Cork iGEM put together tubes containing mastermixes and labelled them using unbiased characters such as A,B and C that were then sent via post. The participating iGEM teams agreed to test the systems and give feedback regarding the protocol. We were unfortunately unable to obtain test results from the UCL team due to time constraints. They did however successfully receive the kit. Mariola Sebastián gave us feedback regarding out Basehunter System,"I really liked that the tubes were labeled with numbers and letters. I think its great because you don't need to know what each one contains in order to follow the protocol, which makes it more accessible, and the simple labeling makes them easier to find and work with. In the final version of the kit. I think it would be great if you could add more of the needed things, like sterile plates and sterile LB Media, to speed and simplify the process".

Mariola from UCL iGEM working on our protocol

The aim of this collaboration was to investigate if the Basehunter system could be both easily transported and explained with a protocol. A written protocol and a video protocol were prepared. The video protocol can be seen below and the written protocol can be seen here.

Trinity tested the system and these were the results obtained in the blind testing; Sent to the team were 6 tubes containing the HPV 55bp Detector. Tubes 1-3 were to be positive controls, while tubes 4-6 were to be negative. This was not disclosed to the experimenting team at TCD.

Feedback from the team was positive and they reported - “The Protocols were very clear indeed and easy to follow, and it helped greatly that there was an alternative to using the PCR machine when incubating the coloured tubes.”

These results proved that the detector could be posted to other labs and that the protocols were simply followed. In addition, results achieved were consistent with those obtained in our lab at UCC. See figures 1 and 2 for results reported by TCD.

Also, to assist TCD, we researched into the possibility of constructing a detector to detect artemisinin resistance in species of plasmodium falciparum, the parasite that causes malaria. TCD informed us that this is a significant problem in areas where malaria is endemic, as usually the most widely used treatment for malaria is artemisinin. Between the two teams, we found that the most common mutations that confer resistance are SNP’s on the Kelch 13 propellor (Haldar et al., 2015) . The mutations are point mutations, single base changes. Our detector was not sensitive or specific enough to pick up these small changes.

iGEM Paris-Saclay Collaboration Survey Badge

References:

Haldar, K. et. al, April 2015, “A molecular mechanism of artemisinin resistance in Plasmodium falciparum malaria”, Nature, 520, 683–687

Meetups

In July Cork iGEM, along with Trinity College Dublin (TCD) iGEM, organised a meetup that was posted on iGEM.org. Cork iGEM travelled to Dublin where we met up with TCD for the first time. TCD met us at the front gate with a very welcoming sign and brought us to a hang out space called the Global Room.

We provided feedback on their project work and told them what to expect at the Jamboree. We were in contact with the team during its early days before the team members were selected and stressed the need for a diverse team from many backgrounds. This was something we learned at iGEM in our previous year and knew it was important to relay this advice. We also suggested the team not focus entirely on lab work and engage with the community throughout their project.

Over the course of working on the projects, we kept in contact with the team and aided them in their efforts to create a Youtube Channel “iGEM Academy” with videos of common lab protocols by providing a video tutorial of our “Detector Reaction” for use with our BaseHunter parts.

We gave a presentation of our project and our results up to the beginning of July.

TCD brought us to their lab and talked us through their plans for the project over the summer months. They then kindly gave us a campus tour and brought us to see the beautiful Book of Kells and the Long Room. We had a social that evening!

In August this year we had the opportunity to meet up with members of the UCL iGEM Team at the IndieBio Demo Dinner & Summer Party. We also met up with them the following day at Forma labs. We spoke about our projects and planning for the Jamboree. We spoke about London Hackspace and the hacker community in London and the future of Cork's hacker community.