Team:CU-Boulder

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
-
{{Template:CU-BoulderHeader}}
 
<html>
<html>
 +
<head>
 +
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 +
<meta name="generator" content="MediaWiki 1.16.0" />
 +
<link rel="alternate" type="application/x-wiki" title="Edit" href="/wiki/index.php?title=Team:Calgary&amp;action=edit" />
 +
<link rel="edit" title="Edit" href="/wiki/index.php?title=Team:Calgary&amp;action=edit" />
 +
<link rel="shortcut icon" href="/favicon.ico" />
 +
<link rel="search" type="application/opensearchdescription+xml" href="/wiki/opensearch_desc.php" title="2012.igem.org (en)" />
 +
<link title="Creative Commons" type="application/rdf+xml" href="/wiki/index.php?title=Team:Calgary&amp;action=creativecommons" rel="meta" />
 +
<link rel="copyright" href="http://creativecommons.org/licenses/by/3.0/" />
 +
<link rel="alternate" type="application/atom+xml" title="2012.igem.org Atom feed" href="/wiki/index.php?title=Special:RecentChanges&amp;feed=atom" /> <title>Team:Calgary - 2012.igem.org</title>
 +
<style type="text/css" media="screen, projection">/*<![CDATA[*/
 +
@import "/wiki/skins/common/shared.css?270";
 +
@import "/wiki/skins/igem/main.css?270";
 +
/*]]>*/</style>
 +
<link rel="stylesheet" type="text/css" media="print" href="/wiki/skins/common/commonPrint.css?270" />
 +
<!--[if lt IE 5.5000]><style type="text/css">@import "/wiki/skins/igem/IE50Fixes.css?270";</style><![endif]-->
 +
<!--[if IE 5.5000]><style type="text/css">@import "/wiki/skins/igem/IE55Fixes.css?270";</style><![endif]-->
 +
<!--[if IE 6]><style type="text/css">@import "/wiki/skins/igem/IE60Fixes.css?270";</style><![endif]-->
 +
<!--[if IE 7]><style type="text/css">@import "/wiki/skins/igem/IE70Fixes.css?270";</style><![endif]-->
 +
<!--[if lt IE 7]><script type="text/javascript" src="/wiki/skins/common/IEFixes.js?270"></script>
 +
<meta http-equiv="imagetoolbar" content="no" /><![endif]-->
 +
             
 +
<script type="text/javascript" src="/wiki/skins/common/wikibits.js?270"><!-- wikibits js --></script>
 +
<!-- Head Scripts -->
 +
<script src="/wiki/skins/common/ajax.js?270"></script>
 +
<script src="/wiki/skins/common/ajaxwatch.js?270"></script>
 +
<script src="/wiki/skins/common/mwsuggest.js?270"></script>
 +
<script type="text/javascript" src="/wiki/index.php?title=-&amp;action=raw&amp;smaxage=0&amp;gen=js&amp;useskin=igem"><!-- site js --></script>
 +
<!-- jQuery Javascript -->
 +
<script type='text/javascript'        src ='/common/jquery-latest.min.js'></script>
 +
<script type='text/javascript'        src ='/common/tablesorter/jquery.tablesorter.min.js'></script>
 +
        <link rel='stylesheet' type='text/css' href='/common/tablesorter/themes/groupparts/style.css' />
 +
        <link rel='stylesheet' type='text/css' href='/common/table_styles.css' />
 +
        <link rel='stylesheet' type='text/css' href='/forum/forum_styles.css' />
 +
<script type='text/javascript'        src ='/forum/forum_scripts.js'></script>
 +
</head>
 +
 +
<body              class="mediawiki  ltr ns-0 ns-subject page-Team_Calgary">
 +
  <div id="globalWrapper">
 +
 +
    <div id="top-section">
 +
<div id="p-logo">
 +
    <a href="/Main_Page"
 +
      title="Main Page">
 +
    <img src='/wiki/skins/common/images/wiki.png'>"
 +
    </a>
 +
</div>  <!-- end p-logo -->
 +
<script type="text/javascript"> if (window.isMSIE55) fixalpha(); </script>
 +
 +
 +
 +
<div id="search-controls" class="noprint">
 +
<form action="/Special:Search" id="searchform">
 +
<input id="searchInput" name="search" type="text" title="Search 2012.igem.org [f]" accesskey="f" value="" />
 +
<input type='submit' name="go" class="searchButton" id="searchGoButton" value="Go" title="Go to a page with this exact name if exists" />&nbsp;
 +
      <input type='submit' name="fulltext" class="searchButton" id="mw-searchButton" value="Search" title="Search the pages for this text" />
 +
</form>
 +
</div> <!-- close search controls -->
 +
    </div> <!-- close top-section-->
 +
    <div id="content">
 +
<a name="top" id="top"></a>
 +
<div id="bodyContent">
 +
<h3 id="siteSub" class='noprint'>From 2012.igem.org</h3>
 +
<!--
 +
<div id="jump-to-nav">Jump to:                        <a href="#column-one">navigation</a>, <a href="#searchInput">search</a></div>-->
 +
<!-- start content -->
 +
<p>
 +
<!--
 +
Currently unable to implement the CSS switching due to the stupidity of the wiki. Will work on other things instead.
 +
 +
New header structure
 +
-->
 +
<head>
 +
<!--CSS styles: global-->
 +
<link rel='stylesheet' type='text/css' href="https://2012.igem.org/Team:Calgary/static/basicpageglobal.css?action=raw&amp;ctype=text/css" />
 +
 +
 +
<!--desktop-->
 +
 +
<link rel='stylesheet' type='text/css' href='https://2012.igem.org/Team:Calgary/static/basicpagedesktop.css?action=raw&amp;ctype=text/css' />
 +
 +
<script type="text/javascript">
 +
 +
jQuery(document).ready(function($){
 +
 +
//eliminate jsnotice
 +
$('#jsnotice').hide();
 +
 +
//prepend menu icon
 +
$('#nav-wrap').prepend('<div id="menu-icon">Menu</div>');
 +
 +
//toggle nav
 +
$("#menu-icon").click(function(){
 +
$("#nav").slideToggle('fast');
 +
$(this).toggleClass("active");
 +
 +
});
 +
 +
//hide url bar
 +
window.scrollTo(0, 1);
 +
 +
 +
 +
});
 +
 +
</script>
 +
 +
<!--switching function: thanks to http://www.digital-web.com/articles/strategies_for_css_switching/-->
 +
 +
<script type="text/javascript">
 +
 +
  var _gaq = _gaq || [];
 +
  _gaq.push(['_setAccount', 'UA-32774032-1']);
 +
  _gaq.push(['_trackPageview']);
 +
 +
  (function() {
 +
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
 +
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
 +
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
 +
  })();
 +
 +
</script>
 +
 +
</head>
 +
 +
<body>
 +
 +
<header>
 +
<!--
 +
<a id="css-full" href="#default">Full View</a>
 +
<a id="css-mobi" href="#mobile">Mobile View</a>
 +
-->
 +
<div id="headerimage"><img src="https://static.igem.org/mediawiki/2013/f/fe/Campusbanner.png"></img></div>
 +
<a id="logo" href="https://2013.igem.org/Team:CU-Boulder"><img src="https://static.igem.org/mediawiki/2013/a/ad/Jokelogo.png"></img></a>
 +
<div id="nav-wrap">
 +
<ul id="nav">
 +
<li><a href="https://2013.igem.org/Team:CU-Boulder" id="homelink">Home</a></li>
 +
<li><a class="drop" href="https://2013.igem.org/Team:CU-Boulder/Team" id="teamlink">Team</a>
 +
<ul>
 +
<li><a href="https://2013.igem.org/Team:CU-Boulder/Team">Members</a></li>
 +
<li><a class="dropheader" href="http://ung.igem.org/Team.cgi?id=902">Official Profile</a></li>
 +
<li><a class="dropheader" href="https://2012.igem.org/Team:Calgary/Team/AbouttheUniversity">The University</a></li>
 +
<li><a class="dropheader" href="https://2012.igem.org/Team:Calgary/Team/Outtakes">Outtakes</a></li>
 +
<li><a class="dropheader" href="https://2012.igem.org/Team:Calgary/ContactUs">Contact Us</a></li>
 +
</ul>
 +
</li>
 +
<li><a class="drop" href="https://2013.igem.org/Team:CU-Boulder/Project" id="projectlink">Project</a>
 +
<ul>
 +
<li>
 +
<a class="drop" href="https://2013.igem.org/Team:CU-Boulder/Project">Overview</a>
 +
<ul>
 +
<li><a href="https://2012.igem.org/Team:Calgary/Project/DataPage">Data Page</a></li><li><a href="https://2012.igem.org/Team:Calgary/Project/Accomplish">Accomplishments</a></li>
 +
<li><a href="https://2012.igem.org/Team:Calgary/Project/Post-Regionals">Post-Regionals</a></li>
 +
</ul>
 +
</li>
 +
<li>
 +
<a class="drop" href="https://2012.igem.org/Team:Calgary/Project/HumanPractices">Human Practices</a>
 +
<ul>
 +
  <li><a href="https://2012.igem.org/Team:Calgary/Project/HumanPractices/Collaborations">Initiative</a></li>
 +
<li><a href="https://2012.igem.org/Team:Calgary/Project/HumanPractices/Interviews">Interviews</a></li>
 +
<li><a href="https://2012.igem.org/Team:Calgary/Project/HumanPractices/Design">Design</a></li>
 +
<li><a href="https://2012.igem.org/Team:Calgary/Project/HumanPractices/Killswitch">Killswitch</a></li>
 +
<li><a style="margin:0 -1em 0 1em;" href="https://2012.igem.org/Team:Calgary/Project/HumanPractices/Killswitch/Regulation">Regulation</a></li>
 +
<li><a style="margin:0 -1em 0 1em;" href="https://2012.igem.org/Team:Calgary/Project/HumanPractices/Killswitch/KillGenes">Kill Genes</a></li>
 +
<li><a href="https://2012.igem.org/Team:Calgary/Safety">Safety</a></li>
 +
</ul>
 +
</li>
 +
<li>
 +
<a class="drop" href="https://2012.igem.org/Team:Calgary/Project/FRED">FRED</a>
 +
<ul>
 +
<li><a href="https://2012.igem.org/Team:Calgary/Project/FRED/Detecting">Toxin Sensing</a></li>
 +
<li><a href="https://2012.igem.org/Team:Calgary/Project/FRED/Reporting">Electroreporting</a></li>
 +
<li><a href="https://2012.igem.org/Team:Calgary/Project/FRED/Modelling">Modelling</a></li>
 +
<li><a href="https://2012.igem.org/Team:Calgary/Project/FRED/Prototype">Device Prototype</a></li>
 +
</ul>
 +
</li>
 +
<li>
 +
<a class="drop" href="https://2012.igem.org/Team:Calgary/Project/OSCAR">OSCAR</a>
 +
<ul>
 +
<li><a href="https://2012.igem.org/Team:Calgary/Project/OSCAR/Decarboxylation">Decarboxylation</a></li>
 +
<li><a href="https://2012.igem.org/Team:Calgary/Project/OSCAR/CatecholDegradation">Decatecholization</a></li>
 +
<li><a href="https://2012.igem.org/Team:Calgary/Project/OSCAR/FluxAnalysis">Flux Analysis</a></li>
 +
<li><a href="https://2012.igem.org/Team:Calgary/Project/OSCAR/Bioreactor">Bioreactor</a></li>
 +
<li><a href="https://2012.igem.org/Team:Calgary/Project/OSCAR/Upgrading">Upgrading</a></li>
 +
<li><a style="margin:0 -1em 0 1em;"href="https://2012.igem.org/Team:Calgary/Project/OSCAR/Desulfurization">Desulfurization</a></li>
 +
<li><a style="margin:0 -1em 0 1em;"href="https://2012.igem.org/Team:Calgary/Project/OSCAR/Denitrogenation">Denitrogenation</a></li>
 +
</ul>
 +
</li>
 +
<li><a href="https://2012.igem.org/Team:Calgary/Project/Synergy">Synergy</a></li>
 +
<li><a href="https://2012.igem.org/Team:Calgary/Project/References">References</a></li>
 +
<li><a href="https://2012.igem.org/Team:Calgary/Project/Attributions">Attributions</a></li>
 +
 +
</ul>
 +
</li>
 +
<li><a href="https://2012.igem.org/Team:Calgary/Parts" id="partslink">Parts</a></li>
 +
<li><a class="drop" href="https://2012.igem.org/Team:Calgary/Notebook" id="notebooklink">Notebook</a>
 +
<ul>
 +
<li><a href="https://2012.igem.org/Team:Calgary/Notebook">Journal</a></li>
 +
<li><a href="https://2012.igem.org/Team:Calgary/Notebook/Protocols">Protocols</a></li>
 +
</ul>
 +
</li>
 +
<li><a class="drop" href="https://2012.igem.org/Team:Calgary/Outreach" id="outreachlink">Outreach</a>
 +
<ul>
 +
<li><a href="https://2012.igem.org/Team:Calgary/Outreach/VideoGame">LAB ESCAPE!</a></li>
 +
<li><a href="https://2012.igem.org/Team:Calgary/Outreach/Spark">Spark Science</a></li>
 +
<li><a href="https://2012.igem.org/Team:Calgary/Outreach/MindsInMotion">Minds in Motion</a></li>
 +
<li><a href="https://2012.igem.org/Team:Calgary/Outreach/Blog">Blog Posts</a></li>
 +
<li><a href="https://2012.igem.org/Team:Calgary/Outreach/TEDxCalgary">TEDxCalgary</a></li>
 +
<li><a href="http://twitter.com/iGEMCalgary" target="_blank">Follow Us!</a></li>
 +
</ul>
 +
</li>
 +
<li><a href="https://2012.igem.org/Team:Calgary/Sponsors" id="sponsorslink">Sponsors</a></li>
 +
<li><a href="https://2012.igem.org" target="_blank">iGEM</a></li>
 +
</ul>
 +
 +
</div>
 +
</header>
 +
</body>
</body>
Line 13: Line 230:
<head>
<head>
<!--CSS styles: global-->
<!--CSS styles: global-->
-
<link rel='stylesheet' type='text/css' href="https://2013.igem.org/Team:CU-Boulder/static/basicpageglobal.css?action=raw&amp;ctype=text/css" />
+
<link rel='stylesheet' type='text/css' href="https://2012.igem.org/Team:Calgary/static/basicpageglobal.css?action=raw&amp;ctype=text/css" />
<style>
<style>
Line 443: Line 660:
<a id="greybox4" href="http://www.youtube.com/watch?v=KHhswxo6xow" style="margin-right:4px;">
<a id="greybox4" href="http://www.youtube.com/watch?v=KHhswxo6xow" style="margin-right:4px;">
<div>
<div>
-
<img src="https://static.igem.org/mediawiki/2013/0/02/UCalgary2013_ThreeBoxMusic.png"></img>
+
<img src="https://static.igem.org/mediawiki/2012/0/02/UCalgary2012_ThreeBoxMusic.png"></img>
<h2>iGEM Style!</h2>
<h2>iGEM Style!</h2>
<p>Take a look at our music video--sung and produced by our very own members--that's taking the iGEM world by storm! </p>
<p>Take a look at our music video--sung and produced by our very own members--that's taking the iGEM world by storm! </p>
</div>
</div>
</a>
</a>
-
<a id="greybox5" href="https://2013.igem.org/Team:CU-Boulder/Project/Synergy">
+
<a id="greybox5" href="https://2012.igem.org/Team:Calgary/Project/Synergy">
<div>
<div>
-
<img src="https://static.igem.org/mediawiki/2013/2/20/UCalgary2013_ThreeBoxSynergy.png"></img>
+
<img src="https://static.igem.org/mediawiki/2012/2/20/UCalgary2012_ThreeBoxSynergy.png"></img>
<h2>Synergy</h2>
<h2>Synergy</h2>
<p>We have lots of new data since Regionals! Click here to see how we brought the three aspects of our project together!</p>
<p>We have lots of new data since Regionals! Click here to see how we brought the three aspects of our project together!</p>
Line 457: Line 674:
<a id="greybox6" href="http://www.youtube.com/watch?v=vluDpf4ao6c" style="margin:0;">
<a id="greybox6" href="http://www.youtube.com/watch?v=vluDpf4ao6c" style="margin:0;">
<div>
<div>
-
<img src="https://static.igem.org/mediawiki/2013/b/b1/UCalgary2013_ThreeBoxFilm.png"></img>
+
<img src="https://static.igem.org/mediawiki/2012/b/b1/UCalgary2012_ThreeBoxFilm.png"></img>
<h2>Intro Video</h2>
<h2>Intro Video</h2>
<p>Click here to see the introductory video we played at the beginning of our Jamboree presentations!</p>
<p>Click here to see the introductory video we played at the beginning of our Jamboree presentations!</p>
Line 469: Line 686:
<div id="boximgcontainer">
<div id="boximgcontainer">
<div id="orangebox">
<div id="orangebox">
-
<a href="https://2013.igem.org/Team:CU-Boulder/Project/HumanPractices">
+
<a href="https://2012.igem.org/Team:Calgary/Project/HumanPractices">
<div class="imgbox">
<div class="imgbox">
-
<img src="https://static.igem.org/mediawiki/2013/9/9e/UCalgary2013_EpicBoxHP_-_Blank.png"></img>
+
<img src="https://static.igem.org/mediawiki/2012/9/9e/UCalgary2012_EpicBoxHP_-_Blank.png"></img>
</div>
</div>
Line 478: Line 695:
<div class="iconcontainer">
<div class="iconcontainer">
-
<a class="obox1 iconbox" href="https://2013.igem.org/Team:CU-Boulder/Project/HumanPractices/Collaborations">
+
<a class="obox1 iconbox" href="https://2012.igem.org/Team:Calgary/Project/HumanPractices/Collaborations">
<div>
<div>
-
<img src="https://static.igem.org/mediawiki/2013/1/1b/UCalgary2013_IconHP8.png"></img>
+
<img src="https://static.igem.org/mediawiki/2012/1/1b/UCalgary2012_IconHP8.png"></img>
</div>
</div>
</a>
</a>
-
<a class="obox2 iconbox" href="https://2013.igem.org/Team:CU-Boulder/Project/HumanPractices/Interviews">
+
<a class="obox2 iconbox" href="https://2012.igem.org/Team:Calgary/Project/HumanPractices/Interviews">
<div>
<div>
-
<img src="https://static.igem.org/mediawiki/2013/d/d6/UCalgary2013_IconHP3.png"></img>
+
<img src="https://static.igem.org/mediawiki/2012/d/d6/UCalgary2012_IconHP3.png"></img>
</div>
</div>
</a>
</a>
-
<a class="obox3 iconbox" href="https://2013.igem.org/Team:CU-Boulder/Project/HumanPractices/Design">
+
<a class="obox3 iconbox" href="https://2012.igem.org/Team:Calgary/Project/HumanPractices/Design">
<div>
<div>
-
<img src="https://static.igem.org/mediawiki/2013/1/1c/UCalgary2013_IconHP4.png"></img>
+
<img src="https://static.igem.org/mediawiki/2012/1/1c/UCalgary2012_IconHP4.png"></img>
</div>
</div>
</a>
</a>
-
<a class="obox4 iconbox" href="https://2013.igem.org/Team:CU-Boulder/Project/HumanPractices/Killswitch">
+
<a class="obox4 iconbox" href="https://2012.igem.org/Team:Calgary/Project/HumanPractices/Killswitch">
<div>
<div>
-
<img src="https://static.igem.org/mediawiki/2013/6/65/UCalgary2013_IconHP2.png"></img>
+
<img src="https://static.igem.org/mediawiki/2012/6/65/UCalgary2012_IconHP2.png"></img>
</div>
</div>
</a>
</a>
-
<a class="obox5 iconbox" href="https://2013.igem.org/Team:CU-Boulder/Safety">
+
<a class="obox5 iconbox" href="https://2012.igem.org/Team:Calgary/Safety">
<div>
<div>
-
<img src="https://static.igem.org/mediawiki/2013/c/c9/UCalgary2013_IconHP5.png"></img>
+
<img src="https://static.igem.org/mediawiki/2012/c/c9/UCalgary2012_IconHP5.png"></img>
</div>
</div>
</a>
</a>
-
<a class="obox6 iconbox" href="https://2013.igem.org/Team:CU-Boulder/Outreach">
+
<a class="obox6 iconbox" href="https://2012.igem.org/Team:Calgary/Outreach">
<div>
<div>
-
<img src="https://static.igem.org/mediawiki/2013/0/0e/UCalgary2013_IconHP6.png"></img>
+
<img src="https://static.igem.org/mediawiki/2012/0/0e/UCalgary2012_IconHP6.png"></img>
</div>
</div>
</a>
</a>
Line 515: Line 732:
<div id="greenbox">
<div id="greenbox">
-
<a href="https://2013.igem.org/Team:CU-Boulder/Project/FRED">
+
<a href="https://2012.igem.org/Team:Calgary/Project/FRED">
<div class="imgbox">
<div class="imgbox">
-
<img src="https://static.igem.org/mediawiki/2013/4/47/UCalgary2013_EpicBoxFRED_-_Blank.png"></img>
+
<img src="https://static.igem.org/mediawiki/2012/4/47/UCalgary2012_EpicBoxFRED_-_Blank.png"></img>
</div>
</div>
Line 524: Line 741:
<div class="iconcontainer">
<div class="iconcontainer">
-
<a class="gbox1 iconbox" href="https://2013.igem.org/Team:CU-Boulder/Project/FRED/Detecting">
+
<a class="gbox1 iconbox" href="https://2012.igem.org/Team:Calgary/Project/FRED/Detecting">
<div>
<div>
-
<img src="https://static.igem.org/mediawiki/2013/0/0a/UCalgary2013_IconFRED1.png"></img>
+
<img src="https://static.igem.org/mediawiki/2012/0/0a/UCalgary2012_IconFRED1.png"></img>
</div>
</div>
</a>
</a>
-
<a class="gbox2 iconbox" href="https://2013.igem.org/Team:CU-Boulder/Project/FRED/Reporting">
+
<a class="gbox2 iconbox" href="https://2012.igem.org/Team:Calgary/Project/FRED/Reporting">
<div>
<div>
-
<img src="https://static.igem.org/mediawiki/2013/8/8d/UCalgary2013_IconFRED2.png"></img>
+
<img src="https://static.igem.org/mediawiki/2012/8/8d/UCalgary2012_IconFRED2.png"></img>
</div>
</div>
</a>
</a>
-
<a class="gbox3 iconbox" href="https://2013.igem.org/Team:CU-Boulder/Project/FRED/Modelling">
+
<a class="gbox3 iconbox" href="https://2012.igem.org/Team:Calgary/Project/FRED/Modelling">
<div>
<div>
-
<img src="https://static.igem.org/mediawiki/2013/c/c0/UCalgary2013_IconFRED3.png"></img>
+
<img src="https://static.igem.org/mediawiki/2012/c/c0/UCalgary2012_IconFRED3.png"></img>
</div>
</div>
</a>
</a>
-
<a class="gbox4 iconbox" href="https://2013.igem.org/Team:CU-Boulder/Project/FRED/Prototype">
+
<a class="gbox4 iconbox" href="https://2012.igem.org/Team:Calgary/Project/FRED/Prototype">
<div>
<div>
-
<img src="https://static.igem.org/mediawiki/2013/a/a7/UCalgary2013_IconFRED4.png"></img>
+
<img src="https://static.igem.org/mediawiki/2012/a/a7/UCalgary2012_IconFRED4.png"></img>
</div>
</div>
</a>
</a>
Line 549: Line 766:
<div id="bluebox">
<div id="bluebox">
-
<a href="https://2013.igem.org/Team:CU-Boulder/Project/OSCAR">
+
<a href="https://2012.igem.org/Team:Calgary/Project/OSCAR">
<div class="imgbox">
<div class="imgbox">
-
<img src="https://static.igem.org/mediawiki/2013/9/94/UCalgary2013_EpicBoxOSCAR_-_Blank.png"></img>
+
<img src="https://static.igem.org/mediawiki/2012/9/94/UCalgary2012_EpicBoxOSCAR_-_Blank.png"></img>
</div>
</div>
Line 558: Line 775:
<div class="iconcontainer">
<div class="iconcontainer">
-
<a class="bbox1 iconbox" href="https://2013.igem.org/Team:CU-Boulder/Project/OSCAR/Decarboxylation">
+
<a class="bbox1 iconbox" href="https://2012.igem.org/Team:Calgary/Project/OSCAR/Decarboxylation">
<div>
<div>
-
<img src="https://static.igem.org/mediawiki/2013/f/f1/UCalgary2013_IconOSCAR1.png"></img>
+
<img src="https://static.igem.org/mediawiki/2012/f/f1/UCalgary2012_IconOSCAR1.png"></img>
</div>
</div>
</a>
</a>
-
<a class="bbox2 iconbox" href="https://2013.igem.org/Team:CU-Boulder/Project/OSCAR/CatecholDegradation">
+
<a class="bbox2 iconbox" href="https://2012.igem.org/Team:Calgary/Project/OSCAR/CatecholDegradation">
<div>
<div>
-
<img src="https://static.igem.org/mediawiki/2013/0/0c/UCalgary2013_IconOSCAR4.png"></img>
+
<img src="https://static.igem.org/mediawiki/2012/0/0c/UCalgary2012_IconOSCAR4.png"></img>
</div>
</div>
</a>
</a>
-
<a class="bbox3 iconbox" href="https://2013.igem.org/Team:CU-Boulder/Project/OSCAR/FluxAnalysis">
+
<a class="bbox3 iconbox" href="https://2012.igem.org/Team:Calgary/Project/OSCAR/FluxAnalysis">
<div>
<div>
-
<img src="https://static.igem.org/mediawiki/2013/4/40/UCalgary2013_IconOSCAR6.png"></img>
+
<img src="https://static.igem.org/mediawiki/2012/4/40/UCalgary2012_IconOSCAR6.png"></img>
</div>
</div>
</a>
</a>
-
<a class="bbox4 iconbox" href="https://2013.igem.org/Team:CU-Boulder/Project/OSCAR/Bioreactor">
+
<a class="bbox4 iconbox" href="https://2012.igem.org/Team:Calgary/Project/OSCAR/Bioreactor">
<div>
<div>
-
<img src="https://static.igem.org/mediawiki/2013/3/3e/UCalgary2013_IconOSCAR5.png"></img>
+
<img src="https://static.igem.org/mediawiki/2012/3/3e/UCalgary2012_IconOSCAR5.png"></img>
</div>
</div>
</a>
</a>
-
<a class="bbox5 iconbox" href="https://2013.igem.org/Team:CU-Boulder/Project/OSCAR/Upgrading">
+
<a class="bbox5 iconbox" href="https://2012.igem.org/Team:Calgary/Project/OSCAR/Upgrading">
<div>
<div>
-
<img src="https://static.igem.org/mediawiki/2013/4/44/UCalgary2013_IconOSCAR7.png"></img>
+
<img src="https://static.igem.org/mediawiki/2012/4/44/UCalgary2012_IconOSCAR7.png"></img>
</div>
</div>
</a>
</a>
Line 668: Line 885:
<div class="threeboxes">
<div class="threeboxes">
-
<a id="greybox1" href="https://2013.igem.org/Team:CU-Boulder/Team">
+
<a id="greybox1" href="https://2012.igem.org/Team:Calgary/Team">
<div>
<div>
-
<img src="https://static.igem.org/mediawiki/2013/b/b8/UCalgary2013_ThreeBoxTeam.png"></img>
+
<img src="https://static.igem.org/mediawiki/2012/b/b8/UCalgary2012_ThreeBoxTeam.png"></img>
<h2>Team</h2>
<h2>Team</h2>
<p>Who are we? What did we do? Where is this Calgary place, anyway? Click here to read our team profiles!</p>
<p>Who are we? What did we do? Where is this Calgary place, anyway? Click here to read our team profiles!</p>
</div>
</div>
</a>
</a>
-
<a id="greybox2" href="https://2013.igem.org/Team:CU-Boulder/Project/DataPage">
+
<a id="greybox2" href="https://2012.igem.org/Team:Calgary/Project/DataPage">
<div>
<div>
-
<img src="https://static.igem.org/mediawiki/2013/9/92/UCalgary2013_ThreeBoxData.png"></img>
+
<img src="https://static.igem.org/mediawiki/2012/9/92/UCalgary2012_ThreeBoxData.png"></img>
<h2>Data Page</h2>
<h2>Data Page</h2>
<p>Click here to see a summary of all our data collected so far! Details on FRED and OSCAR can be found above.</p>
<p>Click here to see a summary of all our data collected so far! Details on FRED and OSCAR can be found above.</p>
Line 684: Line 901:
<a id="greybox3" href="https://2013.igem.org/Team:CU-Boulder/Notebook">
<a id="greybox3" href="https://2013.igem.org/Team:CU-Boulder/Notebook">
<div>
<div>
-
<img src="https://static.igem.org/mediawiki/2013/1/1b/UCalgary2013_ThreeBoxNotebook.png"></img>
+
<img src="https://static.igem.org/mediawiki/2012/1/1b/UCalgary2012_ThreeBoxNotebook.png"></img>
<h2>Notebook</h2>
<h2>Notebook</h2>
-
<p>Here is a record of our summer's work. We also want to thank everybody who helped us along the way!</p>
+
<p>Records of our soon to be success successes! (hopefully)</p>
</div>
</div>
</a>
</a>
Line 699: Line 916:
<table>
<table>
<tr>
<tr>
-
<td><a href="http://www.ucalgary.ca/bhsc/node/16" target="_blank"><img style="width: 284px;" src="https://static.igem.org/mediawiki/2013/d/d6/UCalgary2013_Logo_O%27Brien_Centre.png"></img></a></td>
+
<td><a href="http://www.ucalgary.ca/bhsc/node/16" target="_blank"><img style="width: 284px;" src="https://static.igem.org/mediawiki/2012/d/d6/UCalgary2012_Logo_O%27Brien_Centre.png"></img></a></td>
-
<td><a href="http://www.ucalgary.ca" target="_blank"><img style="width: 166px;" src="https://static.igem.org/mediawiki/2013/4/46/UCalgary2013_Logo_U_of_C_Vertical.png"></img></a></td>
+
<td><a href="http://www.ucalgary.ca" target="_blank"><img style="width: 166px;" src="https://static.igem.org/mediawiki/2012/4/46/UCalgary2012_Logo_U_of_C_Vertical.png"></img></a></td>
-
<td><a href="http://www.albertatechfutures.ca" target="_blank"><img style="width: 234px;" src="https://static.igem.org/mediawiki/2013/7/7f/UCalgary2013_Logo_AITF.png"></img></a></td>
+
<td><a href="http://www.albertatechfutures.ca" target="_blank"><img style="width: 234px;" src="https://static.igem.org/mediawiki/2012/7/7f/UCalgary2012_Logo_AITF.png"></img></a></td>
</tr>
</tr>
</table>
</table>
<table>
<table>
<tr>
<tr>
-
<td><a href="http://bio.ucalgary.ca/" target="_blank"><img style="width: 290px;" src="https://static.igem.org/mediawiki/2013/4/45/UCalgary2013_BioSci_Logo.png"></img></a></td>
+
<td><a href="http://bio.ucalgary.ca/" target="_blank"><img style="width: 290px;" src="https://static.igem.org/mediawiki/2012/4/45/UCalgary2012_BioSci_Logo.png"></img></a></td>
-
<td><a href="http://enel.ucalgary.ca/" target="_blank"><img style="width: 290px;" src="https://static.igem.org/mediawiki/2013/9/9c/UCalgary2013_Schulich_Electric_Computer_Logo.png"></img></a></td>
+
<td><a href="http://enel.ucalgary.ca/" target="_blank"><img style="width: 290px;" src="https://static.igem.org/mediawiki/2012/9/9c/UCalgary2012_Schulich_Electric_Computer_Logo.png"></img></a></td>
-
<td><a href="http://www.ucalgary.ca/bme/about/CBRE" target="_blank"><img style="width: 220px;" src="https://static.igem.org/mediawiki/2013/5/56/UCalgary2013_CBREhz_Cropped.jpg"></img></a></td>
+
<td><a href="http://www.ucalgary.ca/bme/about/CBRE" target="_blank"><img style="width: 220px;" src="https://static.igem.org/mediawiki/2012/5/56/UCalgary2012_CBREhz_Cropped.jpg"></img></a></td>
</tr>
</tr>
</table>
</table>
<table>
<table>
<tr>
<tr>
-
<td><a href="http://www.osli.ca" target="_blank"><img style="width: 891px;" src="https://static.igem.org/mediawiki/2013/9/98/UCalgary2013_Logo_OSLI.png"></img></a></td>
+
<td><a href="http://www.osli.ca" target="_blank"><img style="width: 891px;" src="https://static.igem.org/mediawiki/2012/9/98/UCalgary2012_Logo_OSLI.png"></img></a></td>
</tr>
</tr>
</table>
</table>
<table>
<table>
<tr>
<tr>
-
<td><a href="http://www.osrin.ualberta.ca" target="_blank"><img style="width: 204px;" src="https://static.igem.org/mediawiki/2013/0/04/UCalgary2013_OSRIN.png"></img></a></td>
+
<td><a href="http://www.osrin.ualberta.ca" target="_blank"><img style="width: 204px;" src="https://static.igem.org/mediawiki/2012/0/04/UCalgary2012_OSRIN.png"></img></a></td>
-
<td><a href="http://www.mhc.ab.ca/" target="_blank"><img style="width: 250px;" src="https://static.igem.org/mediawiki/2013/7/78/UCalgary2011_Medicine_Hat_College_Logo.png"></img></a></td>
+
<td><a href="http://www.mhc.ab.ca/" target="_blank"><img style="width: 250px;" src="https://static.igem.org/mediawiki/2012/7/78/UCalgary2011_Medicine_Hat_College_Logo.png"></img></a></td>
-
<td><a href="http://www.eurofinsdna.com" target="_blank"><img style="width: 290px;" src="https://static.igem.org/mediawiki/2013/a/a4/UCalgary2013_Logo_Eurofins.png"></img></a></td>
+
<td><a href="http://www.eurofinsdna.com" target="_blank"><img style="width: 290px;" src="https://static.igem.org/mediawiki/2012/a/a4/UCalgary2012_Logo_Eurofins.png"></img></a></td>
</tr>
</tr>
<tr>
<tr>
-
<td><a href="http://www.autodesk.com" target="_blank"><img style="width: 274px;" src="https://static.igem.org/mediawiki/2013/0/0b/UCalgary2013-Autodesk-Logo.png"></img></a></td>
+
<td><a href="http://www.autodesk.com" target="_blank"><img style="width: 274px;" src="https://static.igem.org/mediawiki/2012/0/0b/UCalgary2012-Autodesk-Logo.png"></img></a></td>
-
<td><a href="http://www.hyperionlab.ca/" target="_blank"><img style="width: 250px;" src="https://static.igem.org/mediawiki/2013/8/89/UCalgary2013_Hyperion_Research_Logo.png"></img></a></td>
+
<td><a href="http://www.hyperionlab.ca/" target="_blank"><img style="width: 250px;" src="https://static.igem.org/mediawiki/2012/8/89/UCalgary2012_Hyperion_Research_Logo.png"></img></a></td>
-
<td><a href="http://www.idtdna.com/site" target="_blank"><img style="width: 228px;" src="https://static.igem.org/mediawiki/2013/1/15/UCalgary2013_Logo_IDT.png"></img></a></img></a></td>
+
<td><a href="http://www.idtdna.com/site" target="_blank"><img style="width: 228px;" src="https://static.igem.org/mediawiki/2012/1/15/UCalgary2012_Logo_IDT.png"></img></a></img></a></td>
</tr>
</tr>
<tr>
<tr>
-
<td><a href="http://www.sarstedt.com/php/main.php" target="_blank"><img style="width: 274px;" src="https://static.igem.org/mediawiki/2013/f/f6/UCalgary2013_Logo_Sarstedt.png"></img></a></td>
+
<td><a href="http://www.sarstedt.com/php/main.php" target="_blank"><img style="width: 274px;" src="https://static.igem.org/mediawiki/2012/f/f6/UCalgary2012_Logo_Sarstedt.png"></img></a></td>
-
<td><a href="http://www.teamlab.com" target="_blank"><img style="width: 160px;" src="https://static.igem.org/mediawiki/2013/b/be/UCalgary2013_Logo_TeamLab.png"></img></a></td>
+
<td><a href="http://www.teamlab.com" target="_blank"><img style="width: 160px;" src="https://static.igem.org/mediawiki/2012/b/be/UCalgary2012_Logo_TeamLab.png"></img></a></td>
-
<td><a href="http://www.vwr.com" target="_blank"><img style="width: 279px;" src="https://static.igem.org/mediawiki/2013/1/11/UCalgary2013_Logo_VWR.png"></img></a></td>
+
<td><a href="http://www.vwr.com" target="_blank"><img style="width: 279px;" src="https://static.igem.org/mediawiki/2012/1/11/UCalgary2012_Logo_VWR.png"></img></a></td>
</tr>
</tr>
<tr>
<tr>
<table><tr>
<table><tr>
-
<td><a href="http://genomealberta.ca" target="_blank"><img style="width: 203px;" src="https://static.igem.org/mediawiki/2013/6/68/UCalgary2013_Logo_Genome_Alberta.png"></td>
+
<td><a href="http://genomealberta.ca" target="_blank"><img style="width: 203px;" src="https://static.igem.org/mediawiki/2012/6/68/UCalgary2012_Logo_Genome_Alberta.png"></td>
-
<td><a href="http://www.neb.com/nebecomm/default.asp" target="_blank"><img style="width: 281px;" src="https://static.igem.org/mediawiki/2013/2/24/UCalgary2013_Logo_NEB.png"></img></a></td>
+
<td><a href="http://www.neb.com/nebecomm/default.asp" target="_blank"><img style="width: 281px;" src="https://static.igem.org/mediawiki/2012/2/24/UCalgary2012_Logo_NEB.png"></img></a></td>
-
<td><a href="http://www.sparkscience.ca" target="_blank"><img style="width: 261px;" src="https://static.igem.org/mediawiki/2013/6/6f/UCalgary2013_Logo_Telus_Spark.png"></img></a></td>
+
<td><a href="http://www.sparkscience.ca" target="_blank"><img style="width: 261px;" src="https://static.igem.org/mediawiki/2012/6/6f/UCalgary2012_Logo_Telus_Spark.png"></img></a></td>
</tr></table>
</tr></table>
Line 756: Line 973:
-->
-->
-
<!-- Saved in parser cache with key 2013_igem_org:pcache:idhash:1092-0!1!0!!en!2 and timestamp 20130625203436 -->
+
<!-- Saved in parser cache with key 2012_igem_org:pcache:idhash:1092-0!1!0!!en!2 and timestamp 20130625203436 -->
<div class="printfooter">
<div class="printfooter">
-
Retrieved from "<a href="https://2013.igem.org/Team:CU-Boulder">https://2013.igem.org/Team:CU-Boulder</a>"</div>
+
Retrieved from "<a href="https://2012.igem.org/Team:Calgary">https://2012.igem.org/Team:Calgary</a>"</div>
<div id="catlinks"><div id='catlinks' class='catlinks catlinks-allhidden'></div></div> <!-- end content -->
<div id="catlinks"><div id='catlinks' class='catlinks catlinks-allhidden'></div></div> <!-- end content -->
<div class="visualClear"></div>
<div class="visualClear"></div>
Line 769: Line 986:
<script>if (window.runOnloadHook) runOnloadHook();</script>
<script>if (window.runOnloadHook) runOnloadHook();</script>
</div>
</div>
-
</body>
+
<!-- Served in 0.163 secs. --></body>
</html>
</html>

Revision as of 21:25, 2 July 2013

Team:Calgary - 2012.igem.org

 

From 2012.igem.org

Accessible Synthetic Biology

Basic intro about project

The Concept

Our project consists of three major components: FRED, OSCAR, and the overarching Human Practices considerations informing their design. Click on the boxes to your left to learn more about what iGEM Calgary has done so far!

Human Practices

Great consideration was put into our Human Practices component this year, as safety was the guiding principle behind the design of FRED and OSCAR. iGEM Calgary has undertaken many human outreach initiatives this year. Roll over the boxes to see each of them!

Initiative

We took the initiative with the oil sands industry and established a dialogue between industry experts, academics, and government representatives. Through these talks a roadmap for the use of synthetic biology in the oil sands was established, focusing on biosensing and bioremediation.

Interviews

As an undergraduate team, we spoke with experts in various fields, including the oil industry, tailings pond management, biotechnology, law, and politics to gather various opinions on our project. How useful is synthetic biology in a tailings pond environment? What design considerations should we include in our project to improve security? What legal policies must we consider before implementing our project?

Design Considerations

Since safety is the driving force behind our project, we need to ensure the physical design of our biosensor and bioreactor would contain and manage the bacteria to minimize the possibility of their escape. We needed to build devices that would ensure the safety of both the user and the outside environment during their use. Click here to learn more!

Killswitch

Both FRED and OSCAR are designed to operate within enclosed environments. However, since safety is our highest priority, we decided to design and implement a killswitch in both FRED and OSCAR as an extra layer of security. The killswitch aims to destroy the genome using two powerful non-specific nucleases in the unlikely event that bacteria escape into the environment. Click here to learn more!

Safety

Click here for our safety page! Here we detail all the safety procedures, certifications, and approvals we have from our University to allow us to work this summer.

Community Outreach

iGEM Calgary partnered with a number of different associations to engage the general public about science and synthetic biology. Click here to see what we've done this summer!

FRED

FRED is our Functional, Robust Electrochemical Detector. FRED is responsible for detecting and measuring naphthenic acids (NAs) and is able to produce an electrochemical signal that can be measured. FRED can be used to measure toxins in tailings pond samples within minutes, without having to ship them to an off-site lab for testing. Click on FRED to learn more!

Detecting

FRED is our star detective, working around the clock to detect toxins roaming freely in tailings pond water. FRED is known for being a little unorthodox in his methods namely by using a measurable electrochemical signal rather than colored or fluorescent reporters. Using his transposon library FRED gets clues about the genetic elements that will activate in the presence of toxins.

Reporting

Once FRED finds the toxins he wastes no time exposing them. Building upon last year's single output electrochemical system FRED now uses the new triple output system to report the toxins. This novel approach to electrochemical reporting means that FRED is as good as he is fast.

Modelling

Aside from being a stellar detective FRED also dabbles in the art of mathematics and modelling. These skills are used to model the behavior of the system. The results from the modelling helped guide the wet lab experiments which in turn gave new data to refine the model.

Prototyping

FRED gets a lot of information so he stays on top of things with the help of his handy dandy physical device to test the sample and software to interpret the raw data. The device has been prototyped and has an accompanying software platform that works with FRED to detect the toxins.

OSCAR

OSCAR is our Optimized System for Carboxylic Acid Remediation. OSCAR is responsible for converting toxins such as catechol and naphthenic acids into hydrocarbons. OSCAR is also capable of removing nitrogen and sulfur groups to further purify the hydrocarbons produced. Click on OSCAR to learn more!

Decarboxylation

In order to convert tailings pond toxins fully into hydrocarbons, we need to remove carboxylic acid groups. We are using the PetroBrick, from the University of Washington's 2011 iGEM team, to cleave off carboxylic acids to produce hydrocarbons. Click here to learn more!

Catechol Degradation

Catechol is a common toxic compound found in tailings ponds. We looked into giving OSCAR the ability to degrade catechol, which would also cleave ring structures of toxins.

Flux-Variability Analysis

We wanted to optimize OSCAR's output of hydrocarbons, so we computationally modelled how we can add particular metabolites to the growth media to increase hydrocarbon output. Click here to see what we found out!

Bioreactor

OSCAR needed a home, so we developed an enclosed bioreactor system where toxins can be converted into hydrocarbons for output. Click here to see how we designed the bioreactor!

Upgrading

Nitrogen and sulfur heteroatoms can produce nasty airborne pollutants when burned, cause acid rain and acid deposition, and can damage valuable catalysis mechanisms involved in fuel processing and emissions control. OSCAR can remove these atoms trapped in the rings. Click here to see how!

Thanks to Our Sponsors!