Team:Columbia-Cooper-NYC/Overview

From 2012.igem.org

(Difference between revisions)
(Created page with "= Overview =")
 
(8 intermediate revisions not shown)
Line 1: Line 1:
 +
<html>
 +
<head>
 +
<body>
 +
<!-- dd menu -->
 +
<script type="text/javascript">
 +
<!--
 +
var timeout        = 500;
 +
var closetimer = 0;
 +
var ddmenuitem      = 0;
 +
 +
// open hidden layer
 +
function mopen(id)
 +
{
 +
// cancel close timer
 +
mcancelclosetime();
 +
 +
// close old layer
 +
if(ddmenuitem) ddmenuitem.style.visibility = 'hidden';
 +
 +
// get new layer and show it
 +
ddmenuitem = document.getElementById(id);
 +
ddmenuitem.style.visibility = 'visible';
 +
 +
}
 +
// close showed layer
 +
function mclose()
 +
{
 +
if(ddmenuitem) ddmenuitem.style.visibility = 'hidden';
 +
}
 +
 +
// go close timer
 +
function mclosetime()
 +
{
 +
closetimer = window.setTimeout(mclose, timeout);
 +
}
 +
 +
// cancel close timer
 +
function mcancelclosetime()
 +
{
 +
if(closetimer)
 +
{
 +
window.clearTimeout(closetimer);
 +
closetimer = null;
 +
}
 +
}
 +
 +
// close layer when click-out
 +
document.onclick = mclose;
 +
// -->
 +
</script>
 +
<style>
 +
#sddm
 +
{ margin: 0;
 +
padding: 0;
 +
      z-index: 30}
 +
 +
#sddm li
 +
{ margin: 0;
 +
padding: 0;
 +
list-style: none;
 +
float: left;
 +
font: bold 11px arial}
 +
 +
#sddm li a
 +
{ display: block;
 +
margin: 0 1px 0 0;
 +
padding: 4px 10px;
 +
width: 85px;
 +
background: #238E23;
 +
color: #FFF;
 +
text-align: center;
 +
text-decoration: none}
 +
 +
#sddm li a:hover
 +
{ background: #B87333}
 +
 +
#sddm div
 +
{ position: absolute;
 +
visibility: hidden;
 +
margin: 0;
 +
padding: 0;
 +
background: #4CC552;
 +
border: 1px solid #5C3317}
 +
 +
#sddm div a
 +
{ position: relative;
 +
display: block;
 +
margin: 0;
 +
padding: 5px 10px;
 +
width: auto;
 +
white-space: nowrap;
 +
text-align: left;
 +
text-decoration: none;
 +
background: #B5EAAA;
 +
color: #5C3317;
 +
font: 11px arial}
 +
 +
#sddm div a:hover
 +
{ background: #49A3FF;
 +
color: #FFF}
 +
</style>
 +
 +
 +
<!-- div class="sample" style="margin-bottom: 15px;height:42px;"><span -->
 +
<ul id="sddm" style="width:1000px;margin:0 auto">
 +
<li><a href="https://2012.igem.org/Team:Columbia-Cooper-NYC" onmouseover="mopen('m1')" onmouseout="mclosetime()">Home</a>
 +
<div id="m1" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
 +
</div>
 +
</li>
 +
<li><a href="#" onmouseover="mopen('m2')" onmouseout="mclosetime()">Team</a>
 +
<div id="m2" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
 +
<a href="https://2012.igem.org/Team:Columbia-Cooper-NYC/Team">Biographies</a>
 +
<a href="https://2012.igem.org/Team:Columbia-Cooper-NYC/Facilitators">Facilitators</a>
 +
<a href="https://2012.igem.org/Team:Columbia-Cooper-NYC/Universities">The University(s)</a>
 +
<a href="https://igem.org/Team.cgi?year=2012">Official Profile</a>
 +
</div>
 +
</li>
 +
<li><a href="#" onmouseover="mopen('m3')" onmouseout="mclosetime()">Project</a>
 +
<div id="m3" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
 +
<a href="https://2012.igem.org/Team:Columbia-Cooper-NYC/Overview">Overview</a>
 +
                <a href="https://2012.igem.org/Team:Columbia-Cooper-NYC/Data_and_Conclusions">Data and Conclusions</a>
 +
                <a href="https://2012.igem.org/Team:Columbia-Cooper-NYC/Future_Directions">Future Directions</a>
 +
                <a href="https://2012.igem.org/Team:Columbia-Cooper-NYC/References">References</a>
 +
</div>
 +
</li>
 +
<li><a href="#" onmouseover="mopen('m4')" onmouseout="mclosetime()">Parts</a>
 +
<div id="m4" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
 +
<a href="https://2012.igem.org/Team:Columbia-Cooper-NYC/Parts_Submitted">Parts Submitted</a>
 +
</div>
 +
</li>
 +
<li><a href="#" onmouseover="mopen('m5')" onmouseout="mclosetime()">Lab Notebook</a>
 +
<div id="m5" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
 +
<a href="https://2012.igem.org/Team:Columbia-Cooper-NYC/Columbia_notebook_2">Genetics</a>
 +
<a href="https://2012.igem.org/Team:Columbia-Cooper-NYC/Columbia_notebook_1">Copper Etching</a>
 +
<a href="https://2012.igem.org/Team:Columbia-Cooper-NYC/Protocols">Protocols</a>
 +
</div>
 +
</li>
 +
        <li><a href="#" onmouseover="mopen('m6')" onmouseout="mclosetime()">Human Practice</a>
 +
<div id="m6" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
 +
<a href="https://2012.igem.org/Team:Columbia-Cooper-NYC/Outreach">Outreach</a>
 +
</div>
 +
</li>
 +
        <li><a href="https://2012.igem.org/Team:Columbia-Cooper-NYC/Safety" onmouseover="mopen('m7')" onmouseout="mclosetime()">Safety</a>
 +
<div id="m7" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
 +
                <a href="https://2012.igem.org/Team:Columbia-Cooper-NYC/Safety">Safety</a>
 +
</div>
 +
</li>
 +
        <li><a href="#" onmouseover="mopen('m8')" onmouseout="mclosetime()">Sponsors</a>
 +
<div id="m8" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
 +
                <a href="https://2012.igem.org/Team:Columbia-Cooper-NYC/Sponsor_Us">Sponsor Us</a>
 +
<a href="https://2012.igem.org/Team:Columbia-Cooper-NYC/Acknowledgements">Acknowledgements</a>
 +
</div>
 +
</li>
 +
        <li><a href="https://2012.igem.org/Main_Page" onmouseover="mopen('m9')" onmouseout="mclosetime()">iGEM</a>
 +
<div id="m9" onmouseover="mcancelclosetime()" onmouseout="mclosetime()">
 +
</div>
 +
</li>
 +
</ul>
 +
<div style="clear:both"></div>
 +
<!-- /span></div -->
 +
<!-- /dd -->
 +
</script>
 +
</body>
 +
</head>
 +
</html>
 +
= Overview =
= Overview =
 +
 +
[[File:overview.jpg|600px|center]]
 +
 +
In deciding on a project to work on for iGEM, Cooper Union and Columbia University students looked for something that was both relevant in the modern world and environmentally friendly, while minimizing safety concerns regarding any proposed ideas. It was brought to the team’s attention that current electronics manufacturing processes are harmful to the environment (1). With this in mind, the team came up with a synthetic biology approach to etch copper in order to redefine the manufacturing of printed circuit boards.
 +
 +
While brainstorming ideas, we came across Acidithiobacillus ferrooxidans, an acidophilic prokaryote that oxidizes Fe2+ to Fe3+. The oxidized iron can then oxidize the copper. When copper is oxidized, it becomes soluble. This means that circuit boards can be printed provided the ability to exert spatial control over these chemical reactions.
 +
         
 +
The following question ensued: what would provide the ability to exert spatial control over copper oxidation on a circuit board? Light is non-intrusive, cheap, and widely available. Furthermore, light can be manipulated easily in terms of wavelength and resolution. By inserting a light-activated mechanism, the bacteria could etch in the desired pattern by turning a gene on or off.
 +
 +
What gene would allow controlled etching? If light activated a gene that induced cell death through lysis, the bacteria that survived would continue to etch away at the copper while the dead bacteria would stop etching. This would achieve what was desired: spatially controlled etching.
 +
 +
(1)Yale iGEM Team 2010 https://2010.igem.org/Team:Yale/Our_Project/Applications
 +
 +
<html>
 +
<head>
 +
<style type="text/css">
 +
body{background-image:url('http://farm9.staticflickr.com/8039/7990439399_1970f791f6_h.jpg');
 +
background-position:top left;
 +
background-repeat:repeat-y
 +
 +
body{background-image:url('http://farm9.staticflickr.com/8173/7989724336_9e5441e3ff_b.jpg');
 +
background-position:top right;
 +
background-repeat:repeat-y
 +
}
 +
 +
</style>
 +
</head>
 +
</html>

Latest revision as of 03:26, 4 October 2012

Overview

Overview.jpg

In deciding on a project to work on for iGEM, Cooper Union and Columbia University students looked for something that was both relevant in the modern world and environmentally friendly, while minimizing safety concerns regarding any proposed ideas. It was brought to the team’s attention that current electronics manufacturing processes are harmful to the environment (1). With this in mind, the team came up with a synthetic biology approach to etch copper in order to redefine the manufacturing of printed circuit boards.

While brainstorming ideas, we came across Acidithiobacillus ferrooxidans, an acidophilic prokaryote that oxidizes Fe2+ to Fe3+. The oxidized iron can then oxidize the copper. When copper is oxidized, it becomes soluble. This means that circuit boards can be printed provided the ability to exert spatial control over these chemical reactions.

The following question ensued: what would provide the ability to exert spatial control over copper oxidation on a circuit board? Light is non-intrusive, cheap, and widely available. Furthermore, light can be manipulated easily in terms of wavelength and resolution. By inserting a light-activated mechanism, the bacteria could etch in the desired pattern by turning a gene on or off.

What gene would allow controlled etching? If light activated a gene that induced cell death through lysis, the bacteria that survived would continue to etch away at the copper while the dead bacteria would stop etching. This would achieve what was desired: spatially controlled etching.

(1)Yale iGEM Team 2010 https://2010.igem.org/Team:Yale/Our_Project/Applications