Team:Berkeley/HumanPractice/DyeingIndustry

From 2013.igem.org

(Difference between revisions)
Line 6: Line 6:
       <div id="navbar">
       <div id="navbar">
         <ul class="nav">
         <ul class="nav">
-
             <li id="TitleID"> <a>Talks with Dyeing Industry</a> </li>
+
             <li id="TitleID"> <a id="TitleID" href="https://2013.igem.org/Team:Berkeley/HumanPractice/DyeingIndustry">Talks with Dyeing Industry</a> </li>
             <li ><a href="#2">About Lumi</a></li>
             <li ><a href="#2">About Lumi</a></li>
             <li ><a href="#3">What We Learned</a></li>
             <li ><a href="#3">What We Learned</a></li>
Line 59: Line 59:
</div>
</div>
</body>
</body>
 +
<script>
 +
var offset = 54;
 +
$('#navbar li a').click(function(event) {
 +
if ( ($(this).attr('id')) == 'TitleID') {
 +
return;
 +
}
 +
else {
 +
    event.preventDefault();
 +
    $($(this).attr('href'))[0].scrollIntoView();
 +
    scrollBy(0, -offset);
 +
}
 +
});
 +
</script>
</html>
</html>

Revision as of 22:07, 28 October 2013

To look into the challenges and feasibility of scaling this project up into industry, we talked to an expert involved in the dyeing field. We contacted Jesse Genet, the CEO of Lumi®, to seek advice on the challenges on scaling up our project and possibly taking our product to the market .

Lumi is a Los Angeles-based company founded by Jesse Genet and Stéphan Angoulvant producing a photographic printing process for textiles. The process is based on a photo-reactive vat dye manufactured by Lumi called Inkodye that develops its color through exposure to UV or sunlight. The process was designed to provide a simple do it yourself alternative to screen printing.

During our interview with the CEO of Lumi®, we asked several questions about general consumer trends and manufacturing considerations to take into account when bringing a dyeing process to market. Here are some of the key points we learned:

  •    There is growing awareness about the non-ecological methods used for dyeing in industry today
  • The general public is becoming more aware about the huge ecological footprint of the clothing industry. While there is awareness, most decisions in industry are still made according to financial reasons.

  •    Consumers value eco-friendly products, but higher prices are not well received.
  • The issue of whether consumers would pay more for an ecologically friendly pair of jeans compared to a standard one ultimately comes down to price. People like green products, but only a small group of people would actually pay much more for a pair of jeans that is eco-friendly.

  •    Changing an existing industry is colossal task.
  • The denim dyeing industry is already well established, and companies are very averse to making drastic changes unless there are compelling reasons. Thus, in order to successfully integrate a new method into industry, we need to not only sell our point of being more ecologically friendly, but also be able to compete financially with the existing process of dyeing denim.

  •    It is important to validate our process by making a test case.
  • One method to bring validation to our method and for industry to take interest in our biological process is to have a pilot test. By having real people try our biological dyeing method from home, we can increase awareness of the method, while adding legitimacy to the process.

    In order to make our biological dyeing method successful in industry, we will need to look into further ways to optimize our method and lower costs.

    Check out our plan to do this in the next section! Also check out Lumi's products!

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