Difference between revisions of "Team:NUS Singapore-A/HP/shadow/IntegratedHP"

 
(7 intermediate revisions by 2 users not shown)
Line 14: Line 14:
  
 
<style>
 
<style>
.carousel-3d-slide {
+
    /***********************************************CSS STARTS HERE*************************************************/
      height: auto !important;
+
    /* The accordion is the class given to the drop-down menu thingy */
      background-color: rgba(0, 0, 0, 0.25) !important;
+
    .accordion {
 +
        background-color: #f2f2f2;
 +
        color: black;
 +
        cursor: pointer;
 +
        padding: 15px;
 +
        width: 90%;
 +
        text-align: left;
 +
        margin-left: 5%;
 +
        margin-right: 5%;
 +
        border: none;
 +
        outline: none;
 +
        /* I wanted to give a gradual change, but it's having some trouble reading the 'transition' property. I'll look into having it javascripted instead. */
 +
        /*transition: 0.4s ease;*/
 +
        font-family: "Montserrat", sans-serif;
 +
        font-weight: 300;
 +
        font-size: 20px;
 
     }
 
     }
.ihp-header{
 
  width: 47.5%;
 
  height: auto;
 
  margin-left: auto;
 
  margin-right: auto;
 
  display: block;
 
    } 
 
 
      
 
      
     /* Style the tab */
+
    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
 +
    .active, .accordion:hover {
 +
        font: bold 20px "Montserrat", sans-serif;
 +
        background-color: #e6e6e6;
 +
    }
 +
   
 +
     /* Style the accordion panel. Note: hidden by default */
 +
    .panel {
 +
        background-color: white;
 +
        text-align: left;
 +
        margin-top: 10px;
 +
        max-height: 0;
 +
        overflow: hidden;
 +
        transition: max-height 0.2s ease-out;
 +
    }
 +
    .accordion:after {
 +
        content: '+';
 +
        font-size: 13px;
 +
        color: #777;
 +
        float: right;
 +
        margin-left: 5px;
 +
    }
 +
   
 +
    /* Not sure why this function does not work. Need to check */
 +
    .active:after {
 +
        content: "-";
 +
    }
  
/* Style the tab boxes */
+
    table, th, td {
.sponsor-boxes{
+
        border: none;
  display: flex;
+
        border-collapse: collapse;
  margin: 15px;
+
    }
  color: #000;
+
    table {
  text-align: center;
+
        font-family: "Lora";
  vertical-align: 50%;
+
        font-size: 13px;
  outline: none;
+
        word-spacing: 0.5em;
  border: none;
+
    }
  cursor: pointer;
+
  background-color: inherit;
+
  
}
+
    th, td {
 +
        text-align: left;
 +
        padding: 3px;
 +
    }
  
/* Style the img inside the buttons */
+
    table caption {
.sponsors-overview-rows button img{
+
  max-height:100%;
+
  max-width:100%;
+
}
+
  
/* Create an active/current tablink class */
+
     }
.sponsors-overview-rows button.active {
+
     background-color: #ccc;
+
}
+
  
.tabcontent-wrapper{
+
    h1 {
  text-align: center;
+
        font-family: "MONTSERRAT", sans-serif;
}
+
        font-weight: bold;
/* Style the tab content */
+
        font-size: 22px;
.tabcontent {
+
        text-align: left;
    display: none;
+
        color: black;
    max-width: 85%;
+
        padding-left: 5%;
    margin: auto auto;
+
        padding-top: 1.5%;
    padding: 6px 12px;
+
        padding-bottom: 1%;
    border-radius: 12px;
+
        border: none;
    box-shadow: 0.25px 0.5px rgba(0, 0, 0, 0.8);
+
     }
    -moz-box-shadow: 5px 10px rgba(0, 0, 0, 0.8);
+
      
    -webkit-box-shadow: 5px 10px rgba(0, 0, 0, 0.8);
+
     h2 {
     flex-direction: row;
+
        font-family: "Lora", sans;
     justify-content: flex-start;
+
        font-weight: 300;
     align-items: center;
+
        text-align: left;
}
+
        color: black;
.sponsor-pic{
+
        margin-left: 5%;
  display: flex;
+
        margin-bottom: 15px;  
  width: 235px;
+
    }
  max-width: 235px;
+
  min-width: 235px;
+
  height: auto;
+
}
+
.sponsor-description{
+
  display: flex;
+
  margin-left: 24px;
+
  font-family: "Lora", sans-serif;
+
  font-weight: 400;
+
  font-size: 1.25em;
+
  line-height: normal;
+
  text-align: justify;
+
}
+
</style>
+
  
 +
    h3 {
 +
        font-family: "Lora", sans;
 +
        font-weight: 300;
 +
        text-align: left;
 +
        color: black;
 +
    }
  
<body>
 
  
<div class="inner-border" style="border-top:none;">
+
    p, ol li, ul li  {
 +
        font-family: "Lora", serif;
 +
        font-size: 14px;
 +
        word-spacing: 0.5em;
 +
        text-align:justify;
 +
    }
  
<img src="https://static.igem.org/mediawiki/2018/f/fd/T--NUS_Singapore-A--IHP_header.png" class="ihp-header">
+
    img {
 +
        display: block;
 +
        margin-left: auto;
 +
        margin-right: auto;
 +
    }
  
 +
    .discussion_graph, .measurement_table{
 +
        width: 70%;
 +
        height: auto;
 +
        margin: auto;
 +
    }
  
<div id="carousel">
 
  <carousel-3d :autoplay="false" :navigationEnabled="true">
 
    <slide :index="0"><button class="sponsor-boxes tablinks" onclick="openSponsor(event, 'IHP1')"><img src='https://static.igem.org/mediawiki/2018/a/a6/T--NUS_Singapore-A--IHP_FooJeeLoon.jpg' style='max-height:100%;max-width:100%;'></button></slide>
 
    <slide :index="1"><button class="sponsor-boxes tablinks" onclick="openSponsor(event, 'IHP2')"><img src='https://static.igem.org/mediawiki/2018/1/14/T--NUS_Singapore-A--IHP_HolgerSchlaefke.jpg' style='max-height:100%;max-width:100%;'></button></slide>
 
    <slide :index="2"><button class="sponsor-boxes tablinks" onclick="openSponsor(event, 'IHP3')"><img src='https://static.igem.org/mediawiki/2018/f/f8/T--NUS_Singapore-A--IHP_Gerard_Talhoff.jpg' style='max-height:100%;max-width:100%;'></button></slide>
 
    <slide :index="3"><button class="sponsor-boxes tablinks" onclick="openSponsor(event, 'IHP4')"><img src='https://static.igem.org/mediawiki/2018/7/74/T--NUS_Singapore-A--IHP_LeongMinyi.jpg' style='max-height:100%;max-width:100%;'></button></slide>
 
    <slide :index="4"><button class="sponsor-boxes tablinks" onclick="openSponsor(event, 'IHP5')"><img src='https://static.igem.org/mediawiki/2018/9/97/T--NUS_Singapore-A--IHP_VinodAgnihotri.jpg' style='max-height:100%;max-width:100%;'></button></slide>
 
    <slide :index="5"><button class="sponsor-boxes tablinks" onclick="openSponsor(event, 'IHP6')"><img src='https://static.igem.org/mediawiki/2018/c/c2/T--NUS_Singapore-A--IHP_AngeleneWong.jpg' style='max-height:100%;max-width:100%;'></button></slide>
 
    <slide :index="6"><button class="sponsor-boxes tablinks" onclick="openSponsor(event, 'IHP7')"><img src='https://static.igem.org/mediawiki/2018/d/db/T--NUS_Singapore-A--IHP_NicLindley.jpg' style='max-height:100%;max-width:100%;'></button></slide>
 
    <slide :index="7"><button class="sponsor-boxes tablinks" onclick="openSponsor(event, 'IHP8')"><img src='https://static.igem.org/mediawiki/2018/9/95/T--NUS_Singapore-A--IHP_YvonneChow.jpg' style='max-height:100%;max-width:100%;'></button></slide>
 
  </carousel-3d>
 
</div>
 
  
<div class="tabcontent-wrapper">
 
<div id="IHP1" class="tabcontent">
 
    <img src="https://static.igem.org/mediawiki/2018/a/a6/T--NUS_Singapore-A--IHP_FooJeeLoon.jpg" class="sponsor-pic" alt="Dr Foo Jee Loon"></a>
 
    <span class="sponsor-description"> [1/8] - Dr. Foo Jee Loon
 
<br> <br>
 
Dr. Foo Jee Loon is a senior research fellow from the Department of Biochemistry at the NUS Yong Yoo Lin School of Medicine. We approached him for his expertise in engineering microbes for biochemical production. He reviewed the metabolic pathway that we were proposing and determined that controlling the flux of intermediates was key to allowing our engineered cells to switch between different product pathways.
 
<br><br>   
 
He noted that the project would be complex due to the large number of enzymes involved. Because of this, he warned us of the large amount of characterization work that would be required if the functional data on these enzymes were unavailable. He advised us to start by engineering a bacterium that could perform the second half of the pathway using one the intermediates as feedstock. At the same time, we could design an efficient and sensitive method to control the expression of key genes to influence the flux of intermediates.
 
<br><br>
 
Some of the other tips he gave us included the use of monoculture rather than polyculture due to
 
better mass transfer characteristics. He also introduced us to the concept of bioremediation, which
 
would further enhance the environmental impact of our project.
 
    </span>
 
  </div>
 
  
<div id="IHP2" class="tabcontent">
+
     .ihp-header{
     <img src="https://static.igem.org/mediawiki/2018/d/d3/T--NUS_Singapore-A--IHP_HolgerSchlaefkeSolo.jpg" class="sponsor-pic" alt="Mr. Holger Schlaefke"></a>
+
        width: 47.5%;
    <span class="sponsor-description"> [2/8] - Mr. Holger Schlaefke
+
        height: auto;
<br> <br>
+
        margin: auto;
Mr Holger Schlaefke is the Global Marketing Manager for Cellulosic Dyes at Huntsman Textiles Effects. With an impressive 21 years of experience in the dyeing and textile industry under his belt, he was well equipped for us to approach to find out more about what we should consider when designing a dye. It helped that Mr Schlaefke was warmly hospitable and accommodating, and extremely forthcoming with his knowledge about dyes.
+
    }
<br> <br>
+
    .center-justified{
The interview validated the need for more sustainable dyeing technologies to reduce the water pollution caused by the textile industry, and helped us affirm the key aspects of the problem. We also found the answers we sought! From an industry perspective, we now know that we should take into account how dye manufacturers need to be agile in response to the fashion industry’s ever-changing demands for the trendiest colours of the season, and the requirements our dye must fulfill to be considered eco-friendly, among others.
+
      text-align: justify;
<br> <br>
+
      margin: 0 auto;
On the topic of natural versus sustainable dyes, we learned that the industry is keener on using synthetic dyes rather than natural dyes even though natural dyes are considered more environmentally friendly. This is because of the industry’s perception that firstly, synthetic dyes are superior to natural dyes in terms of wear resistance, secondly, producing synthetic dyes is less complicated and time consuming, and finally, companies producing synthetic dyes would have to completely change their machinery and infrastructure. This was why he foresees that it will be difficult to persuade textile producers and other major stakeholders to adopt new, potentially industry-disrupting solutions involving natural dyes.
+
      width: 70%;
<br> <br>
+
    }
We then shared our vision of producing natural dyes biosynthetically, to which he listed important challenges and obstacles to anticipate and overcome should we decide to continue on this path. Furthermore, he suggested that producing primary colours or brighter and bolder colours would be more impressive and would make our solution more attractive to our stakeholders.
+
<br> <br>
+
At the end of the interview, Mr Holger encouraged us to never give up, and even jestingly reminded us that whatever we do, there was one thing we should never forget - to get a patent for our project!
+
  
     </span>
+
     /**********************
  </div>
+
    Start of two columns */
 
+
    * {
 
+
     box-sizing: border-box;
<div id="IHP3" class="tabcontent">
+
     }
     <img src="https://static.igem.org/mediawiki/2018/b/b9/T--NUS_Singapore-A--IHP_Gerard_TalhoffSolo.jpg" class="sponsor-pic" alt="Mr. Gerard Talhoff "></a>
+
 
     <span class="sponsor-description"> [3/8] - Mr. Gerard Talhoff
+
    /* Create two columns that floats next to each other */
<br> <br>
+
    .column {
Mr Gerald is the Global Manufacturing and Supply Chain Vice President of the DyStar Group.  His current responsibilities range from managing global manufacturing footprint to supply chain management and even to corporate sustainability. With more than 20 years of experience in the dye industry under his belt, Mr. Gerald was able to impart pearls of wisdom gleaned from his many years of experience to our inquisitive young minds.
+
        float: left;
<br> <br>
+
        text-align: left;
During our interview with Mr Gerald, he introduced to us the core tenets driving DyStar’s sustainability initiatives. Central to their thrust was a three-fold approach - reducing the production carbon footprint, ensuring consumer safety by keeping hazardous chemicals out of textiles and dyes used, and striving for biodegradable textiles and materials used for dyeing.  
+
     }
<br> <br>
+
Mr Gerald validated our proposed design, pointing out that balancing environmental friendliness and commercial feasibility would no longer be unfeasible. Instead, co-opting sustainable practices in textile dyeing would become a competitive advantage; governmental agencies around the world are taking tougher actions against environmentally-unfriendly practices and pollution.
+
<br> <br>
+
When discussing our potential solutions, he anticipated a critical hurdle we would have to overcome: our solution must attain significant yield for it to have a significant impact on the dye market. From his experience, past attempts at producing bio-engineered dyes have failed to become commercially-viable due to their failure to achieve significant yield. This is a potentially disastrous pitfall that we must seek to circumvent.
+
<br> <br>
+
Besides our solution of producing microbial dyes, Mr Gerald warned us against the production of natural dyes using agricultural biomass as feedstock. The resulting competition between food production and natural dye production would indeed be very unfavourable for. In addition, disposal of used biomass would exacerbate the problem of resource wastage. Adding to his previous point, Mr Gerald taught us that it was imperative to evaluate the entire production process for its eco-friendliness, taking into account energy and water consumption, waste generation, to name a few.
+
<br> <br>
+
An interesting twist to the end of the interview, Mr Gerald raised the possibility for the obsolescence of dyes in future, as textiles could coloured by virtue of its physical properties, or perhaps the invention of new materials that are not amenable to current dyeing methods. To tie the interview up, before continuing on our journey with synthetic biology, he encouraged us to evaluate bioengineered products around the world critically.
+
     </span>
+
  </div>
+
<div id="IHP4" class="tabcontent">
+
    <img src="https://static.igem.org/mediawiki/2018/b/b6/T--NUS_Singapore-A--IHP_LeongMinyiSolo.jpg" class="sponsor-pic" alt="Miss Leong Minyi"></a>
+
 
      
 
      
     <span class="sponsor-description"> [4/8] - Miss Leong Minyi
+
     .left {
<br> <br>
+
        width: 50%;
Miss Leong Minyi, a Fashion Design graduate of the Nanyang Academy of Fine Arts, is the founder of Mai Textile Studio. Her beautiful art and clothes are created using indigo dye and traditional Japanese techniques such as shibori and katazome. As she currently works directly with natural dyes and textiles, we felt that her perspective on our problem would be invaluable.
+
        padding-left: 5%;
<br> <br>
+
        padding-right: 2.5%;
Having come fresh from a team meeting about the salient points gained from our interview with a representative from the synthetic dye industry, it was interesting to see which were supported by Miss Leong, and on which points did their views diverge. For example, both parties agreed that natural dyes appealed to a niche market in Singapore, and for the most part, consumers are not concerned with the origin of the dye, but rather how it looks on their clothes as well as their bank account statements.
+
    }
<br> <br>
+
However, Miss Leong was more skeptical about the representative’s recommendations on how natural dyes could be made more appealing to a wider market, so she gave us some suggestions of her own.Miss Leong mentioned that natural dyes could be made more appealing through branding and marketing. Having a narrative behind the brand can evoke emotions in consumers. Furthermore, colour play, cutting and modernization of  designs are also essential to appealing to a wider market.  For greater public acceptance of bio-manufactured dyes, a narrative on its environmental sustainability is required, in addition to informing consumers on important dye performance indicators (stability, lightfastnest, colurfastness, reliability). She also stated that removing biased preconceptions against “bacteria” products would be helpful.
+
<br> <br>
+
Miss Leong cautioned us that yellow was not a popular locally worn colour, but was a non-issue compared to the replacement of synthetic dyes. Miss Leong also recommended to focus on the production of synthetic dyes, achieve good colour mixing and produce an array of colours.
+
<br> <br>
+
Drawing on her experience of working with natural dyes, she taught us much about the different plants we could consider extracting dyes from and creative techniques such as infusing cellulose-based textiles with proteins or tannins to increase the the fabric ability to absorb dyes. We even touched on her deeply moving experience of meeting her idol, the late legendary experimental textile designer Junichi Arai. From this interview, we became aware of even more factors to consider when designing our dye, such as the ratio of water to dye to the weight of the fabric, or how much dye is required to get a specific intensity.
+
<br> <br>
+
Her artisanal approach has introduced our team to a whole new paradigm, where the inherent flaws of natural dyes are valuable precisely because of their imperfect nature. One criticism of natural dyes is that they are dull and muted. However, during the interview, we learned a secret - because of this, all natural dyes match well with each other. In contrast, synthetic dyes would appear garish.
+
<br> <br>
+
Miss Leong’s interview was incredibly helpful, yet our task ahead has become even more difficult, because we now have to consider the problem on a more visceral, aesthetic level. But we believe that makes our problem all the more worthwhile to solve.
+
  
     </span>
+
     .right {
  </div>
+
        width: 50%;
 +
        padding-left: 2.5%;
 +
        padding-right: 5%;
 +
    }
  
<div id="IHP5" class="tabcontent">
+
     /* Clear floats after the columns */
     <img src="https://static.igem.org/mediawiki/2018/9/90/T--NUS_Singapore-A--IHP_VinodAgnihotriSolo.jpg" class="sponsor-pic" alt="Mr. Vinod Agnihotri"></a>
+
    .row:after {
    <span class="sponsor-description"> [5/8] - Mr. Vinod Agnihotri
+
        content: "";
<br> <br>
+
        display: table;
Mr Vinod Agnihotri manages LANXESS operations in Singapore, as well as its Material Protection Products Business Unit for the Asia Pacific region. While LANXESS is no longer involved in textile dye production, Mr Agnihotri himself has a degree in Chemistry, and another in Textile Chemistry and Fibre Technology. As Singapore does not have a textile industry, we felt very fortunate to have found such an expert.
+
        clear: both;
<br> <br>
+
    }
We started the interview by discussing fashion’s environmental impact. Once again, we were told that the textile and dye industries were not environmentally-friendly in all aspects. He confirmed our problem statement by identifying the most pollutive part of fashion - the production of the dye itself. The water quality of water bodies near dye factories are an especially big concern, and the pollutive impact of the chemicals depends on the method of production and the yield.
+
<br> <br>
+
After hearing what we planned to do to solve this, Mr Agnihotri told us that to be competitive, our dyes need to achieve industry fastness levels, and we have to produce many shades with high reproducibility, while remaining economic. In short, while natural dyes could be relatively better for the environment compared to synthetic dyes, our natural dyes still need to meet performance criteria demanded by consumers.
+
<br> <br>
+
To wrap up our interview, we went through the perceptions of different stakeholders. Firstly, as consumers are getting more savvy, there is a growing demand for higher-quality, less pollutive dyes. Secondly, he pointed out that the educated layman, as a consumer, may be repulsed by the idea of bacteria having previously been in the dye, even if we claim that all the bacteria has been removed from the dye. This was valuable to us because our team initially believed that consumers and designers would be more interested in our dyes if they knew it had been made using synthetic biology. It indicates that our next step for Human Practices should be to find out how many other people share his opinion. Thirdly, eco-friendly dyes are something chemical companies would welcome, because the average consumer associates “chemical” with “harmful”. Lastly, he suggested that to become commercially successful, we could collaborate with prominent brands in the fashion industry who are willing to experiment with natural dyes.
+
  
     </span>
+
     /********************
  </div>
+
    End of two columns */
 +
   
 +
    .pictures{
 +
    width: 50px;
 +
    height: 50px;
 +
    background-colour: grey;
 +
    }
 +
   
 +
    /***************************************************CSS ENDS HERE**********************************************************/
 +
</style>
  
<div id="IHP6" class="tabcontent">
 
    <img src="https://static.igem.org/mediawiki/2018/c/c2/T--NUS_Singapore-A--IHP_AngeleneWong.jpg" class="sponsor-pic" alt="Ms. Angelene Wong "></a>
 
    <span class="sponsor-description"> [6/8] - Ms. Angelene Wong
 
<br> <br>
 
In Progress
 
    </span>
 
  </div>
 
  
<div id="IHP7" class="tabcontent">
+
<body>
    <img src="https://static.igem.org/mediawiki/2018/d/db/T--NUS_Singapore-A--IHP_NicLindley.jpg" class="sponsor-pic" alt="Dr. Nic Lindley"></a>
+
<div class="inner-border" style="border-top: none;">
     <span class="sponsor-description"> [7/8] - Dr. Nic Lindley
+
 
<br> <br>
+
<img src="https://static.igem.org/mediawiki/2018/2/29/T--NUS_Singapore-A--IHP_header_C.png" class="ihp-header">
In Progress
+
 
    </span>
+
  <h1>Part I - Finding a Problem</h1>
  </div>
+
  <div class="row">
 +
     <div class="column left" style="background-color:white;">
 +
      <p><i>Nurse Clinicians and Professors in NUH</i></p>
 +
      <br>
 +
      <p>We hoped to find out if our idea for a better detector for CP-CRE was feasible, and if not, what else could we attempt in the three precious months before the Giant Jamboree. We found out that it was unlikely that our team would produce a solution to outperform current or developing ones, and this interview thus helped us eliminate CP-CRE as a project idea, letting us focus on dyes.</p>
  
<div id="IHP8" class="tabcontent">
+
    </div>
     <img src="https://static.igem.org/mediawiki/2018/9/95/T--NUS_Singapore-A--IHP_YvonneChow.jpg" class="sponsor-pic" alt="Dr. Yvonne Chow"></a>
+
     <div class="column right" style="background-color:white;">
    <span class="sponsor-description"> [8/8] - Dr. Yvonne Chow
+
      <p><i>Pint of Science with Melissa Fernandez</i></p>
<br> <br>
+
      <br>
In Progress
+
      <p>What could be better than a problem close to home? Singapore is a hotspot for mosquito-borne diseases such as malaria and dengue. Past iGEM projects had focused on developing fast diagnosis kits for diseases such as gonorrhea, and it seemed that there was much work to be done for tropical diseases. We went down to an event organized by Pint of Science to interact with top researchers. They told us also that it would not be feasible for us to try to solve related problems.</p>
     </span>
+
     </div>
 
   </div>
 
   </div>
</div>
 
  
 +
  <br>
 +
  <hr>
 +
  <br>
  
 +
  <div>
 +
  <h1>Part II - Understanding the Problem</h1>
 +
  <div class="row">
 +
    <div class="column left" style="background-color:white;">
 +
      <p><i>Major Synthetic Dye Companies</i></p>
 +
      <br>
 +
      <p>Firstly, as consumers are getting more savvy, there is a growing demand for higher-quality, less pollutive dyes. Secondly, he pointed out that the educated layman, as a consumer, may be repulsed by the idea of bacteria having previously been in the dye, even if we claim that all the bacteria has been removed from the dye. This was valuable to us because our team initially believed that consumers and designers would be more interested in our dyes if they knew it had been made using synthetic biology. It indicates that our next step for Human Practices should be to find out how many other people share his opinion. Thirdly, eco-friendly dyes are something chemical companies would welcome, because the average consumer associates “chemical” with “harmful”. Lastly, he suggested that to become commercially successful, we could collaborate with prominent brands in the fashion industry who are willing to experiment with natural dye
 +
    </p>
 +
    <br>
 +
    <p><i>Designer - Miss Leong Minyi</i></p>
 +
    <br>
 +
    <p>Drawing on her experience of working with natural dyes, she taught us much about the different plants we could consider extracting dyes from and creative techniques such as infusing cellulose-based textiles with proteins or tannins to increase the the fabric ability to absorb dyes. We even touched on her deeply moving experience of meeting her idol, the late legendary experimental textile designer Junichi Arai. From this interview, we became aware of even more factors to consider when designing our dye, such as the ratio of water to dye to the weight of the fabric, or how much dye is required to get a specific intensity.
 +
        </p>
 +
    </div>
 +
      <div class="column right" style="background-color: white;">
 +
        <p><i>Consumer and Fashion Scholar – Miss Angelene Wong</i></p>
 +
        <ul>
 +
          <li>Current attempts to marry technology to fashion produces unwearable clothes</li>
 +
            <ul><li>“Creation of immaterial value” via marketing (e.g. current trend is to use parody and be tongue-in-cheek</li>)
 +
            <li>If you want to talk about technology being involved in fashion, technically that would include a sewing machine</li>
 +
            <li>Create the need in consumers to change</li>
 +
            <li>Once you know about unethical practices in fashion, it’s difficult to “un-know”</li>
 +
            </ul>
 +
          <li>Our solution must have:</li>
 +
          <ul><li>Accountability from producers</li>
 +
              <li>Accessibility</li>
 +
              <li>Value for money</li>
 +
              <li>Think about what the brand is about</li>
 +
              <li>What is the selling point</li>
 +
          </ul>
 +
          <li>Help the consumer understand why they ought to pay more for clothes</li>
 +
          <li>To sell to the consumer, make our instagram more fashionable and skip the science at first</li>
 +
        </ul>
 +
    </div>
 +
    <br>
 +
  </div>
 +
  </div>
  
<br>
+
  <br>
 +
  <hr>
 +
  <br>
  
</div>
+
  <div>
 +
  <h1>Part III - Developing Our Solution</h1>
 +
    <div class="row">
 +
      <div style="background-color:white; margin: 15px;">
 +
      <p><i>Dr Foo Lee Joon</i></p>
 +
        <p>We engineered a bacterium that could perform the second half of the pathway using one the intermediates as feedstock. At the same time, we designed an efficient and sensitive method to control the expression of key genes to influence the flux of intermediates.
 +
        <br>
 +
Some of the other tips he gave us included the use of monoculture rather than polyculture due to better mass transfer characteristics. He also introduced us to the concept of bioremediation, which would further enhance the environmental impact of our project.
 +
        </p>
 +
      <br>
 +
      </div>
 +
      </div>
 +
    </div>
 +
    <br>
 +
    <hr>
 +
  </div>
  
 
</body>
 
</body>

Latest revision as of 11:14, 28 September 2018

CONNECT WITH US

Part I - Finding a Problem

Nurse Clinicians and Professors in NUH


We hoped to find out if our idea for a better detector for CP-CRE was feasible, and if not, what else could we attempt in the three precious months before the Giant Jamboree. We found out that it was unlikely that our team would produce a solution to outperform current or developing ones, and this interview thus helped us eliminate CP-CRE as a project idea, letting us focus on dyes.

Pint of Science with Melissa Fernandez


What could be better than a problem close to home? Singapore is a hotspot for mosquito-borne diseases such as malaria and dengue. Past iGEM projects had focused on developing fast diagnosis kits for diseases such as gonorrhea, and it seemed that there was much work to be done for tropical diseases. We went down to an event organized by Pint of Science to interact with top researchers. They told us also that it would not be feasible for us to try to solve related problems.




Part II - Understanding the Problem

Major Synthetic Dye Companies


Firstly, as consumers are getting more savvy, there is a growing demand for higher-quality, less pollutive dyes. Secondly, he pointed out that the educated layman, as a consumer, may be repulsed by the idea of bacteria having previously been in the dye, even if we claim that all the bacteria has been removed from the dye. This was valuable to us because our team initially believed that consumers and designers would be more interested in our dyes if they knew it had been made using synthetic biology. It indicates that our next step for Human Practices should be to find out how many other people share his opinion. Thirdly, eco-friendly dyes are something chemical companies would welcome, because the average consumer associates “chemical” with “harmful”. Lastly, he suggested that to become commercially successful, we could collaborate with prominent brands in the fashion industry who are willing to experiment with natural dye


Designer - Miss Leong Minyi


Drawing on her experience of working with natural dyes, she taught us much about the different plants we could consider extracting dyes from and creative techniques such as infusing cellulose-based textiles with proteins or tannins to increase the the fabric ability to absorb dyes. We even touched on her deeply moving experience of meeting her idol, the late legendary experimental textile designer Junichi Arai. From this interview, we became aware of even more factors to consider when designing our dye, such as the ratio of water to dye to the weight of the fabric, or how much dye is required to get a specific intensity.

Consumer and Fashion Scholar – Miss Angelene Wong

  • Current attempts to marry technology to fashion produces unwearable clothes
    • “Creation of immaterial value” via marketing (e.g. current trend is to use parody and be tongue-in-cheek
    • )
    • If you want to talk about technology being involved in fashion, technically that would include a sewing machine
    • Create the need in consumers to change
    • Once you know about unethical practices in fashion, it’s difficult to “un-know”
  • Our solution must have:
    • Accountability from producers
    • Accessibility
    • Value for money
    • Think about what the brand is about
    • What is the selling point
  • Help the consumer understand why they ought to pay more for clothes
  • To sell to the consumer, make our instagram more fashionable and skip the science at first




Part III - Developing Our Solution

Dr Foo Lee Joon

We engineered a bacterium that could perform the second half of the pathway using one the intermediates as feedstock. At the same time, we designed an efficient and sensitive method to control the expression of key genes to influence the flux of intermediates.
Some of the other tips he gave us included the use of monoculture rather than polyculture due to better mass transfer characteristics. He also introduced us to the concept of bioremediation, which would further enhance the environmental impact of our project.