(Undo revision 104482 by Charlotteachou (talk)) |
|||
Line 463: | Line 463: | ||
+ | |||
+ | .container h1 { | ||
+ | color: white; | ||
+ | } | ||
+ | .nav-item { | ||
+ | position: relative; | ||
+ | overflow: visible !important; | ||
+ | z-index: 9999; | ||
+ | } | ||
+ | |||
+ | .dropdown-item { | ||
+ | position: relative; | ||
+ | z-index: 9999; | ||
+ | overflow: visible !important; | ||
+ | } | ||
+ | .dropdown-menu { | ||
+ | position: relative; | ||
+ | z-index: 9999; | ||
+ | overflow: visible !important; | ||
+ | } | ||
+ | |||
+ | |||
+ | .dropdown-menu li:hover .sub-menu { | ||
+ | visibility: visible; | ||
+ | } | ||
+ | |||
+ | .dropdown:hover .dropdown-menu { | ||
+ | display: block; | ||
+ | } | ||
+ | |||
+ | |||
+ | .navbar-nav .dropdown-menu, | ||
+ | .navbar .dropdown-menu { | ||
+ | margin-top: 0; | ||
+ | } | ||
+ | .navbar-toggler { | ||
+ | opacity: 0; | ||
+ | } | ||
+ | |||
+ | .dropdown-toggle::after { | ||
+ | display: inline-block; | ||
+ | width: 0; | ||
+ | height: 0; | ||
+ | margin-left: .255em; | ||
+ | vertical-align: .255em; | ||
+ | content: ""; | ||
+ | opacity: 0; | ||
+ | border-top: .3em solid; | ||
+ | border-right: .3em solid transparent; | ||
+ | border-bottom: 0; | ||
+ | border-left: .3em solid transparent; | ||
+ | } | ||
+ | |||
+ | .container { | ||
+ | margin: 0 !important; | ||
+ | padding: 0 !important; | ||
+ | overflow-x: hidden; | ||
+ | } | ||
Line 471: | Line 529: | ||
<body> | <body> | ||
+ | <div class="navbar"> | ||
+ | <a class="TASTAIPEI" href="https://2018.igem.org/Team:TAS_Taipei">TAS_Taipei | ||
+ | <div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink"> | ||
+ | <a class="dropdown-item" href="#">Action</a> | ||
+ | <a class="dropdown-item" href="#">Another action</a> | ||
+ | </div> | ||
+ | </li> | ||
+ | <li class="nav-item dropdown"> | ||
+ | <a class="nav-link dropdown-toggle" href="https://2018.igem.org/Team:TAS_Taipei/Experiments" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Experiments</a> | ||
+ | <div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink"> | ||
+ | <a class="dropdown-item" href="#">Action</a> | ||
+ | <a class="dropdown-item" href="#">Another action</a> | ||
+ | </div> | ||
+ | </li> | ||
+ | <li class="nav-item dropdown"> | ||
+ | <a class="nav-link dropdown-toggle" href="https://2018.igem.org/Team:TAS_Taipei/Model"id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Modelling</a> <div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink"> | ||
+ | <a class="dropdown-item" href="#">Action</a> | ||
+ | <a class="dropdown-item" href="#">Another action</a> | ||
+ | </div> | ||
+ | </li> | ||
+ | |||
+ | |||
Revision as of 03:49, 22 August 2018
Abstract
Turning red after consuming alcohol may seem like a mere social inconvenience. Yet, behind this red complexion lies a far more menacing problem. This alcohol flushing response is caused by the accumulation of acetaldehyde, a carcinogenic intermediate product of alcohol metabolism. In humans, the main enzyme responsible for breaking down harmful acetaldehyde into harmless acetate is aldehyde dehydrogenase 2 (ALDH2). ALDH2 deficiency, the result of a point mutation in the ALDH2 gene, produces a much less efficient ALDH2 enzyme. This leads to an accumulation of acetaldehyde and the subsequent flushing response. While about 8% of the global population is ALDH2 deficient, the prevalence of this issue is much higher in East Asia, where approximately 36% of East Asians possess this deficiency. In our home, Taiwan, approximately 47% of the population carries this genetic mutation--the highest percentage in the world. Depending on the amount of alcohol consumption, ALDH2 deficiency may increase the risk of developing esophageal cancer by up to 12 times and head and neck cancer by up to 8 times. Our project aims to produce recombinant ALDH2 in order to lower levels of acetaldehyde in the upper digestive tract region. We envision delivery of ALDH2, for instantaneous use, to be achieved in the form of a purified protein or in consumer-friendly probiotics such as lactobacillus. Alternatively, we also plan to regulate ALDH2 expression using an alcohol-induced promoter, pAlc, for a longer-term solution. Ultimately, we seek to produce a product to effectively combat the adverse health implications of ALDH2 deficiency.