Team:Berkeley

From 2013.igem.org

(Difference between revisions)
(Undo revision 352682 by Tnrich (talk))
Line 70: Line 70:
var offset = 54;
var offset = 54;
$('#navbar li a').click(function(event) {
$('#navbar li a').click(function(event) {
 +
if ( ($(this).attr('id')) != 'TitleID') {
 +
return;
 +
}
 +
else {
     event.preventDefault();
     event.preventDefault();
     $($(this).attr('href'))[0].scrollIntoView();
     $($(this).attr('href'))[0].scrollIntoView();
     scrollBy(0, -offset);
     scrollBy(0, -offset);
 +
}
});
});
</script>
</script>
</html>
</html>

Revision as of 21:59, 28 October 2013

The industrial dyeing process is ecologically unfriendly - indigo is made from an oil derivative (benzene) using harsh chemicals and extremely high temperatures. Furthermore, for indigo to actually adhere to fabric, a reducing agent is necessary to solubilize the dye, and this process releases acidified wastewaters into local environments.

Research has shown that the leaves of indigo-producing plants contain two enzymes, a glucosyltransferase (GT) and a glucosidase (GLU), which together control indigo solubility by interconverting indigo with a soluble form called indican. We propose a biological dyeing method that harnesses this pathway in a bacterial chassis.

For the first time, indican has been produced using a recombinant GT as a result of our work. We prove indican irreversibly dyes fabric with the use of a GLU. Lastly, we have examined ways to reduce our new system’s costs by optimizing indoxyl (an indican precursor) production and taking into account other innovative design choices.

Our work has created an entirely new way to dye denim with purely biological inputs which, with continued optimization, could compete economically with current industrial methods.

Read on to learn more about our nature-inspired system!

Follow us on

The UC Berkeley iGEM team would like to thank Autodesk, Agilent, Synthetic Biology Institute, Qualcomm, Dean A. Richard Newton Memorial Chair for their financial support, IDT for discounted oligos and Quintara Bio for discounted sequencing service.

getting code to count
Visitors

Retrieved from "http://2013.igem.org/Team:Berkeley"