Difference between revisions of "Team:technion"
Line 347: | Line 347: | ||
/************************on hover events for main buttons*****************/ | /************************on hover events for main buttons*****************/ | ||
− | $("#project, #project_Links").hover(function() { | + | $("#project, #project_Links a").hover(function() { |
$("#project_Links").css({"max-height": "50px"}); | $("#project_Links").css({"max-height": "50px"}); | ||
}, | }, | ||
Line 354: | Line 354: | ||
}); | }); | ||
− | $("#Lab_Notebook, #Lab_Notebook_Links").hover(function() { | + | $("#Lab_Notebook, #Lab_Notebook_Links a").hover(function() { |
$("#Lab_Notebook_Links").css({"max-height": "50px"}); | $("#Lab_Notebook_Links").css({"max-height": "50px"}); | ||
}, | }, | ||
Line 361: | Line 361: | ||
}); | }); | ||
− | $("#Human_Practices, #Human_Practices_Links").hover(function() { | + | $("#Human_Practices, #Human_Practices_Links a").hover(function() { |
$("#Human_Practices_Links").css({"max-height": "50px"}); | $("#Human_Practices_Links").css({"max-height": "50px"}); | ||
}, | }, | ||
Line 368: | Line 368: | ||
}); | }); | ||
− | $("#Judging_Criteria, #Judging_Criteria_Links").hover(function() { | + | $("#Judging_Criteria, #Judging_Criteria_Links a").hover(function() { |
$("#Judging_Criteria_Links").css({"max-height": "50px"}); | $("#Judging_Criteria_Links").css({"max-height": "50px"}); | ||
}, | }, | ||
Line 375: | Line 375: | ||
}); | }); | ||
− | $("#Team, #Team_Links").hover(function() { | + | $("#Team, #Team_Links a").hover(function() { |
$("#Team_Links").css({"max-height": "50px"}); | $("#Team_Links").css({"max-height": "50px"}); | ||
}, | }, |
Revision as of 18:28, 10 September 2015
page title
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!