Difference between revisions of "Team:Technion Israel/Project/Overview"

Line 16: Line 16:
  
 
.content{padding: 20px;margin-top: 0px;}
 
.content{padding: 20px;margin-top: 0px;}
 +
.slides {height: 470px;
 +
width: 700px;
 +
padding: 20px;
 +
margin: auto;
 +
color: navy;}
 +
 +
.slidess {height: 470px;
 +
width: 700px;
 +
padding: 20px;
 +
margin: auto;
 +
color: navy;}
 +
 +
.text{padding: 20px;}
 +
#placeholder1 {height: 300px;}
 +
#slide1-text-top {float: right;
 +
height: 100px; width: 370px;}
 +
#slide1-text{width: 370px;
 +
height: 100px;}
 +
#slide2-text-top {width: 370px; float: right;}
 +
#slide3-text-top {float: right;
 +
height: 150px; width: 340px;}
 +
#slide3-text{width: 330px; float: left;}
 +
#slide4-text-top{float: right; width: 330px;}
 +
 +
.sp-slideshow {
 +
  position: relative;
 +
  margin: 0px auto;
 +
  width: 840px;
 +
  max-width: 1000px;
 +
  min-width: 260px;
 +
  height: 560px;
 +
  border: 10px solid #ddd;
 +
  border: 10px solid rgba(255,255,255,0.9);
 +
  box-shadow: 0 2px 6px rgba(0,0,0,0.4);
 +
}
 +
.sp-content {
 +
  position: relative;
 +
  width: 100%;
 +
  height: 100%;
 +
  overflow: hidden;
 +
}
 +
.sp-parallax-bg {
 +
  position: absolute;
 +
  top: 0;
 +
  left: 0;
 +
  background-size: cover;
 +
  width: 100%;
 +
  height: 100%;
 +
  overflow: hidden;
 +
}
 +
.sp-slideshow input {
 +
  position: absolute;
 +
  bottom: 15px;
 +
  left: 50%;
 +
  width: 9px;
 +
  height: 9px;
 +
  z-index: 1001;
 +
  cursor: pointer;
 +
  opacity: 0;
 +
}
 +
.sp-slideshow input + label {
 +
  position: absolute;
 +
  bottom: 15px;
 +
  left: 50%;
 +
  width: 6px;
 +
  height: 6px;
 +
  display: block;
 +
  z-index: 1000;
 +
  border: 3px solid white;
 +
  border: 3px solid navy;
 +
  border-radius: 50%;
 +
  transition: background-color linear 0.1s;
 +
}
 +
.sp-slideshow input:checked + label {
 +
  background-color: white;
 +
  background-color: navy;
 +
}
 +
.sp-selector-1, .button-label-1 {
 +
  margin-left: -36px;
 +
}
 +
 +
.sp-selector-2, .button-label-2 {
 +
  margin-left: -18px;
 +
}
 +
 +
.sp-selector-3, .button-label-3 {
 +
  margin-left: 0px;
 +
}
 +
.sp-selector-4, .button-label-4 {
 +
  margin-left: 18px;
 +
}
 +
.sp-arrow {
 +
    position:absolute;
 +
    top:50%;
 +
    width:26px;
 +
    height:33px;
 +
    margin-top:-35px;
 +
    display:none;
 +
    opacity:0.8;
 +
    cursor:pointer;
 +
    z-index:1000;
 +
    background: url(http://i.imgur.com/L6FjFzo.png) no-repeat;
 +
    -webkit-transition:opacity linear 0.3s;
 +
    -moz-transition:opacity linear 0.3s;
 +
    -o-transition:opacity linear 0.3s;
 +
    -ms-transition:opacity linear 0.3s;
 +
    transition:opacity linear 0.3s; }
 +
.sp-arrow:hover {
 +
    opacity:1; }
 +
 +
.sp-arrow:active {
 +
    margin-top:-35px; }
 +
.sp-selector-1:checked ~ .sp-arrow.sp-a2,
 +
.sp-selector-2:checked ~ .sp-arrow.sp-a3,
 +
.sp-selector-3:checked ~ .sp-arrow.sp-a4 {
 +
  right: 15px;
 +
  display: block;
 +
  background-position: top right;
 +
}
 +
.sp-selector-2:checked ~ .sp-arrow.sp-a1,
 +
.sp-selector-3:checked ~ .sp-arrow.sp-a2,
 +
.sp-selector-4:checked ~ .sp-arrow.sp-a3 {
 +
  left: 15px;
 +
  display: block;
 +
  background-position: top left;
 +
}
 +
.sp-slideshow input:checked ~ .sp-content {
 +
  transition: background-position linear 0.6s, background-color linear 0.8s;
 +
}
 +
 +
.sp-slideshow input:checked ~ .sp-content .sp-parallax-bg {
 +
  transition: background-position linear 0.7s;
 +
}
 +
input.sp-selector-1:checked ~ .sp-content {
 +
  background-position: 0 0;
 +
  background-color: white;
 +
}
 +
 +
input.sp-selector-2:checked ~ .sp-content {
 +
  background-position: 0 0;
 +
  background-color: white;
 +
}
 +
 +
input.sp-selector-3:checked ~ .sp-content {
 +
  background-position: 0 0;
 +
  background-color: white;
 +
}
 +
 +
input.sp-selector-4:checked ~ .sp-content {
 +
  background-position: 0 0;
 +
  background-color: white;
 +
}
 +
 +
 +
input.sp-selector-1:checked ~ .sp-content .sp-parallax-bg {
 +
    background-position: 0 0;
 +
}
 +
 +
input.sp-selector-2:checked ~ .sp-content .sp-parallax-bg {
 +
    background-position: 0 0;
 +
}
 +
 +
input.sp-selector-3:checked ~ .sp-content .sp-parallax-bg {
 +
    background-position: 0 0;
 +
}
 +
 +
input.sp-selector-4:checked ~ .sp-content .sp-parallax-bg {
 +
    background-position: 0 0;
 +
}
 +
.sp-slider {
 +
  position: relative;
 +
  left: 0;
 +
  width: 500%;
 +
  height: 100%;
 +
  list-style: none;
 +
  margin: 0;
 +
  padding: 0;
 +
  transition: left ease-in 0.8s;
 +
}
 +
 +
.sp-slider > li {
 +
  color: white;
 +
  width: 20%;
 +
  box-sizing: border-box;
 +
  height: 100%;
 +
  padding: 0 0px;
 +
  float: left;
 +
  opacity: 1;
 +
  transition: opacity ease-in 0.4s 0.8s;
 +
}
 +
 +
.sp-slider > li img {
 +
  box-sizing: border-box;
 +
  display: block;
 +
  margin: 0 auto;
 +
  padding: 40px 0 50px 0;
 +
  max-height: 100%;
 +
  max-width: 100%;
 +
}
 +
input.sp-selector-1:checked ~ .sp-content .sp-slider {
 +
    left: 0;
 +
}
 +
 +
input.sp-selector-2:checked ~ .sp-content .sp-slider {
 +
    left: -100%;
 +
}
 +
 +
input.sp-selector-3:checked ~ .sp-content .sp-slider {
 +
    left: -200%;
 +
}
 +
 +
input.sp-selector-4:checked ~ .sp-content .sp-slider {
 +
    left: -300%;
 +
}
 +
input.sp-selector-1:checked ~ .sp-content .sp-slider > li:first-child,
 +
input.sp-selector-2:checked ~ .sp-content .sp-slider > li:nth-child(2),
 +
input.sp-selector-3:checked ~ .sp-content .sp-slider > li:nth-child(3),
 +
input.sp-selector-4:checked ~ .sp-content .sp-slider > li:nth-child(4){
 +
    opacity: 1;
 +
}
 +
 
 
 
</style>
 
</style>
Line 84: Line 305:
 
</div>
 
</div>
 
<div class="content">
 
<div class="content">
<h1 class="abstract_title">Hello! Welcome to our temporary wiki page!</h1>
+
<p></p>
<div class="abstract">
+
<div class="container">
<b>Our team is developing a treatment for male pattern baldness.</b>
+
 
<p>
+
<div class="sp-slideshow">
 +
 
 +
  <input type="radio" id="button-1" name="radio-set" class="sp-selector-1" checked="checked" />
 +
  <label for="button-1" class="button-label-1"></label>
 +
 
 +
  <input type="radio" id="button-2" name="radio-set" class="sp-selector-2" />
 +
  <label for="button-2" class="button-label-2"></label>
 +
 
 +
  <input type="radio" id="button-3" name="radio-set" class="sp-selector-3" />
 +
  <label for="button-3" class="button-label-3"></label>
 +
 
 +
  <input type="radio" id="button-4" name="radio-set" class="sp-selector-4" />
 +
  <label for="button-4" class="button-label-4"></label>
 +
 +
 
 +
  <label for="button-1" class="sp-arrow sp-a1"></label>
 +
  <label for="button-2" class="sp-arrow sp-a2"></label>
 +
  <label for="button-3" class="sp-arrow sp-a3"></label>
 +
  <label for="button-4" class="sp-arrow sp-a4"></label>
 +
 
 +
 
 +
    <div class="sp-content">
 +
    <div class="sp-parallax-bg"></div>
 +
    <ul class="sp-slider clearfix">
 +
<li>
 +
<div class="slides"  style="background-image: url(https://static.igem.org/mediawiki/2015/4/45/Technion_Israel_2015_Comb-1-1.png); background-repeat: no-repeat; background-size: 100%;">
 +
</li>
 +
</ul>
 +
</div><!--sp-content-->
 +
</div><!--sp-slideshow-->
 +
</div><!--container-->
 +
<h2>Abstract</h2>
 +
<p>
 
Hair loss affects roughly 61 million people in the United States.  More than 95% of hair thinning in men is attributed to male pattern baldness, or androgenetic alopecia.  The hair loss product market is a multi-billion dollar market: in the United States alone, this market’s annual revenue is 7 billion dollars, with 3.5% annual growth rate from 2007 to 2012, yet a sufficient solution has yet to be made available.   
 
Hair loss affects roughly 61 million people in the United States.  More than 95% of hair thinning in men is attributed to male pattern baldness, or androgenetic alopecia.  The hair loss product market is a multi-billion dollar market: in the United States alone, this market’s annual revenue is 7 billion dollars, with 3.5% annual growth rate from 2007 to 2012, yet a sufficient solution has yet to be made available.   
 
The trigger for androgenetic alopecia is believed to be dihydrotestosterone (DHT), a derivative of testosterone.
 
The trigger for androgenetic alopecia is believed to be dihydrotestosterone (DHT), a derivative of testosterone.
 
This summer, we are engineering Bacillus Subtilis, a model organism for a bacterium found naturally on the scalp, to secrete 3?-hydroxysteroid dehydrogenase (3-?-HSD).  This enzyme reduces DHT to a non-steroidically active compound, using NADPH and NADH as cofactors.
 
This summer, we are engineering Bacillus Subtilis, a model organism for a bacterium found naturally on the scalp, to secrete 3?-hydroxysteroid dehydrogenase (3-?-HSD).  This enzyme reduces DHT to a non-steroidically active compound, using NADPH and NADH as cofactors.
 
</p>
 
</p>
<p>
+
<p>Our project consists of 3 main parts: 3-?-HSD secretion by the bacterium, engineered bacterium for NADPH overproduction, and a comb as a tool to create a user-friendly experience. By synchronizing these parts, we hope to be able to show convincing evidence of DHT breakdown, providing a promising platform for treatment of male pattern baldness!</p>
Our project consists of 3 main parts: 3-?-HSD secretion by the bacterium, engineered bacterium for NADPH overproduction, and a comb as a tool to create a user-friendly experience.
+
 
By synchronizing these parts, we hope to be able to show convincing evidence of DHT breakdown, providing a promising platform for treatment of male pattern baldness!
+
<h2>Problem</h2>
</p>
+
<p>Hair loss affects roughly 40 million men and 21 million women in the United States. Approximately 25% of men begin balding by the age 30, and two-thirds begin balding by the age 60. Male pattern baldness (Androgenic alopecia) is the main cause of thinning hair in men - in more than 90% of the cases. This condition is characterized by hair receding from different areas of the scalp, beginning with the lateral sides of the forehead and the vertex<sup><a href="#fn1" id="ref1">1</a></sup>.</p>
 +
<p>The male sex hormone, testosterone (which is produced largely in the testicles), is partially converted into a more potent derivative: dihydrotestosterone (DHT). The DHT is synthesized from the testosterone in several areas in the body: on the hair follicles, testes and adrenal glands<sup><a href="#fn2" id="ref1">2</a></sup>. The DHT is not only synthesized on the scalp, but is also transported to the scalp through the bloodstream.  It causes the deterioration of the hair follicle through a hormonal cascade<sup><a href="#fn3" id="ref1">3</a></sup>.</p>
 +
 
 +
<h2>Available solutions</h2>
 +
<p>The hair loss product market is a multi-billion dollar market: in the United States alone, this market’s annual revenue is $7 billion, with a 3.5% annual growth rate from 2007 to 2012 <sup><a href="#fn4" id="ref1">4</a></sup>.In China, the world’s second largest economy, sales of minoxidil (one of the two major products on the market), jumped 90% to $16.4 million from 2007 to 2012 <sup><a href="#fn5" id="ref1">5</a></sup>.</p>
 +
<p>Two major non-surgical treatments are available today:</br>
 +
<ol><li><b></b></li>
 +
<li><b></b></li></ol></p>
 +
 
 +
<h2>Our solution strategy</h2>
 +
<p>With the recent advances that established a strong relationship between the human microbiome and human health and disease, new frontiers in synthetic biology have begun to emerge concomitantly. Namely, rather than engineering a single bacterium chassis as is normally done in conventional synthetic biology applications, we have opted to devise an engineering strategy for a microbiome in order to address health-related problems. </p>
 +
<p>A national research program of the human microbiome has been established in the United States - The Human Microbiome Project (HMP). The goal of the HMP is to demonstrate that there are opportunities to improve human health through monitoring and/or manipulation of the human microbiome <sup><a href="#fn10" id="ref1">10</a></sup>. New and promising startups have been established based on the idea of the utilization and adaptation of the human microbiome to our needs. For example, AOBiome, LLC. created a dedicated line of products (named ‘Motherdirt’) - the first line of products for the skin made, which includes live bacteria incorporated into the product itself (Ammonia Oxidizing Bacteria) <sup><a href="#fn11" id="ref1">11</a></sup>. This product was publicized extensively in the media - In “The New York Times” and “Good Morning America”. In the past several years, several other big cosmetic companies have released products incorporating natural bacteria - “Clinique Redness Solutions Makeup SPF 15” by Clinique and “Cosmeceuticals Unstress Total Serenity Serums” by Christina are few examples of this promising market <sup><a href="#fn12" id="ref1">12</a></sup>. </p>
 +
 
 +
 
</div>
 
</div>
 +
<hr></hr>
 +
<sup id="fn1">1. "Hair Loss Statistics." Statistic Brain. Relevant Research, Inc. (International Society of Hair Restoration Surgery), July 27th 2015. (accessed on: July 7th 2015). <http://www.statisticbrain.com/hair-loss-statistics/>.</sup></br>
 +
 +
<sup id="fn2">2. Takayasu, S., Adachi, K. (1972). The conversion of testosterone to 17β-hydroxy-5α-androstan-3-one (dihydrotestosterone) by human hair follicles. The Journal of Clinical Endocrinology & Metabolism, 34(6), 1098-1101.</sup></br>
 +
 +
<sup id="fn3">3.  "Changes in Hair Fiber Shape and Size Occur When Pattern Baldness First Develops." Hair Fiber Changes with the Development of Pattern Hair Loss. N.p., 16 Nov. 2002. Web. 07 May 2015. <http://www.androgeneticalopecia.com/hair-loss-biology/hair-loss-fiber-men-women.shtml>.</sup></br>
 +
 +
<sup id="fn4">4. "Hair Loss Treatment Manufacturing in the US: Market Research Report." Hair Loss Treatment Manufacturing in the US Market Research. OTC Medicines, Sept. 2012. (accessed on: July 7th 2015). <http://www.ibisworld.com/industry/hair-loss-treatment-manufacturing.html>.</sup></br>
 +
 +
<sup id="fn5">5. Loo, Daryl, and Lisa Pham. "Hair-Loss Drugs' Big Growth in China." Bloomberg Business Week. Bloomberg, June 13th 2013. Web. (accessed on: July 7th 2015). <http://www.businessweek.com/articles/2013-06-13/hair-loss-drugs-big-growth-in-china>.</sup></br>
 +
 +
<sup id="fn10">10. Peterson, J., Garges, S., Giovanni, M., McInnes, P., Wang, L., Schloss, J. A., ... & NIH HMP Working Group. (2009). The NIH human microbiome project.Genome research, 19(12), 2317-2323.</sup></br>
 +
 +
<sup id="fn11">11. “What are AOB?”, AOBiome, LLC. 2015 <http://motherdirt.com/aob> (accessed on: July 7th 2015). </sup></br>
 +
 +
<sup id="fn12">12.  “5 Probiotic Skin Cream Choices to Consider”, Beauty Junction Online <http://www.beautyjunctiononline.com/5-probiotic-skin-cream-choices-consider/> Febuary 1st 2105 (accessed on: July 7th 2015).</sup></br>
 +
 
</div>
 
</div>
  

Revision as of 14:58, 17 September 2015

Team: Technion 2015

Project Overview

Abstract

Hair loss affects roughly 61 million people in the United States. More than 95% of hair thinning in men is attributed to male pattern baldness, or androgenetic alopecia. The hair loss product market is a multi-billion dollar market: in the United States alone, this market’s annual revenue is 7 billion dollars, with 3.5% annual growth rate from 2007 to 2012, yet a sufficient solution has yet to be made available. The trigger for androgenetic alopecia is believed to be dihydrotestosterone (DHT), a derivative of testosterone. This summer, we are engineering Bacillus Subtilis, a model organism for a bacterium found naturally on the scalp, to secrete 3?-hydroxysteroid dehydrogenase (3-?-HSD). This enzyme reduces DHT to a non-steroidically active compound, using NADPH and NADH as cofactors.

Our project consists of 3 main parts: 3-?-HSD secretion by the bacterium, engineered bacterium for NADPH overproduction, and a comb as a tool to create a user-friendly experience. By synchronizing these parts, we hope to be able to show convincing evidence of DHT breakdown, providing a promising platform for treatment of male pattern baldness!

Problem

Hair loss affects roughly 40 million men and 21 million women in the United States. Approximately 25% of men begin balding by the age 30, and two-thirds begin balding by the age 60. Male pattern baldness (Androgenic alopecia) is the main cause of thinning hair in men - in more than 90% of the cases. This condition is characterized by hair receding from different areas of the scalp, beginning with the lateral sides of the forehead and the vertex1.

The male sex hormone, testosterone (which is produced largely in the testicles), is partially converted into a more potent derivative: dihydrotestosterone (DHT). The DHT is synthesized from the testosterone in several areas in the body: on the hair follicles, testes and adrenal glands2. The DHT is not only synthesized on the scalp, but is also transported to the scalp through the bloodstream. It causes the deterioration of the hair follicle through a hormonal cascade3.

Available solutions

The hair loss product market is a multi-billion dollar market: in the United States alone, this market’s annual revenue is $7 billion, with a 3.5% annual growth rate from 2007 to 2012 4.In China, the world’s second largest economy, sales of minoxidil (one of the two major products on the market), jumped 90% to $16.4 million from 2007 to 2012 5.

Two major non-surgical treatments are available today:

Our solution strategy

With the recent advances that established a strong relationship between the human microbiome and human health and disease, new frontiers in synthetic biology have begun to emerge concomitantly. Namely, rather than engineering a single bacterium chassis as is normally done in conventional synthetic biology applications, we have opted to devise an engineering strategy for a microbiome in order to address health-related problems.

A national research program of the human microbiome has been established in the United States - The Human Microbiome Project (HMP). The goal of the HMP is to demonstrate that there are opportunities to improve human health through monitoring and/or manipulation of the human microbiome 10. New and promising startups have been established based on the idea of the utilization and adaptation of the human microbiome to our needs. For example, AOBiome, LLC. created a dedicated line of products (named ‘Motherdirt’) - the first line of products for the skin made, which includes live bacteria incorporated into the product itself (Ammonia Oxidizing Bacteria) 11. This product was publicized extensively in the media - In “The New York Times” and “Good Morning America”. In the past several years, several other big cosmetic companies have released products incorporating natural bacteria - “Clinique Redness Solutions Makeup SPF 15” by Clinique and “Cosmeceuticals Unstress Total Serenity Serums” by Christina are few examples of this promising market 12.


1. "Hair Loss Statistics." Statistic Brain. Relevant Research, Inc. (International Society of Hair Restoration Surgery), July 27th 2015. (accessed on: July 7th 2015). .
2. Takayasu, S., Adachi, K. (1972). The conversion of testosterone to 17β-hydroxy-5α-androstan-3-one (dihydrotestosterone) by human hair follicles. The Journal of Clinical Endocrinology & Metabolism, 34(6), 1098-1101.
3. "Changes in Hair Fiber Shape and Size Occur When Pattern Baldness First Develops." Hair Fiber Changes with the Development of Pattern Hair Loss. N.p., 16 Nov. 2002. Web. 07 May 2015. .
4. "Hair Loss Treatment Manufacturing in the US: Market Research Report." Hair Loss Treatment Manufacturing in the US Market Research. OTC Medicines, Sept. 2012. (accessed on: July 7th 2015). .
5. Loo, Daryl, and Lisa Pham. "Hair-Loss Drugs' Big Growth in China." Bloomberg Business Week. Bloomberg, June 13th 2013. Web. (accessed on: July 7th 2015). .
10. Peterson, J., Garges, S., Giovanni, M., McInnes, P., Wang, L., Schloss, J. A., ... & NIH HMP Working Group. (2009). The NIH human microbiome project.Genome research, 19(12), 2317-2323.
11. “What are AOB?”, AOBiome, LLC. 2015 (accessed on: July 7th 2015).
12. “5 Probiotic Skin Cream Choices to Consider”, Beauty Junction Online Febuary 1st 2105 (accessed on: July 7th 2015).

Contact Us