Difference between revisions of "Team:TAS Taipei"

 
(78 intermediate revisions by 3 users not shown)
Line 10: Line 10:
 
     <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
 
     <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
 
<style type='text/css'>
 
<style type='text/css'>
@import url('https://fonts.googleapis.com/css?family=K2D');
 
  
 
body {
 
body {
Line 38: Line 37:
 
.topnav {
 
.topnav {
 
background-color: #333;
 
background-color: #333;
 
+
    overflow-x: hidden;
overflow-x: hidden;
+
 
top: 0;
 
top: 0;
 +
}
  
 
.row {
 
.row {
Line 731: Line 730:
 
     }
 
     }
 
}
 
}
 
}
 
 
 
/* Style the links inside the navigation bar */
 
/* Style the links inside the navigation bar */
  
Line 808: Line 804:
 
letter-spacing: 0.5px;
 
letter-spacing: 0.5px;
 
         text-decoration: none !important;
 
         text-decoration: none !important;
font-family: 'K2D', sans-serif;
 
 
}
 
}
  
Line 826: Line 821:
 
letter-spacing: 0.5px;
 
letter-spacing: 0.5px;
 
         text-decoration: none !important;
 
         text-decoration: none !important;
 +
        width: 10vw !important;
 
}
 
}
  
Line 950: Line 946:
 
background-position: top;
 
background-position: top;
 
background-size: 100%;
 
background-size: 100%;
z-index: 9999;
+
z-index: 999;
 
}
 
}
  
 +
.textclass {
 +
font-size: 25px;
 +
}
 
.abs {
 
.abs {
 
color: black;
 
color: black;
Line 972: Line 971:
  
 
.emojifont {
 
.emojifont {
     font-size: 15px !important;
+
     font-size: 18px !important;
     line-height: 3.2vh;
+
     letter-spacing: 0.3px;
     width: 950px;
+
text-align: justify;
     padding-left: 60px;
+
     width: 1110px;
 +
     padding-left: 5vw;
 +
padding-right: 6% !important;
 
     padding-top: 7vh;
 
     padding-top: 7vh;
 
     z-index: 9999999999;
 
     z-index: 9999999999;
Line 1,036: Line 1,037:
 
height: 60px;
 
height: 60px;
 
background-color: white;
 
background-color: white;
 +
}
 +
 +
.nav-tab {
 +
            position: static !important;
 +
            display:inline-block;
 +
            min-height: 53px;
 +
            max-height: 53px;
 +
            line-height: 48px;
 +
            width: 9.8%;
 +
            text-align: center;
 +
            color: black;
 +
            text-decoration: none;
 +
            float: right;
 +
        }
 +
       
 +
        .nav-tab-special {
 +
            position: static !important;
 +
            display:inline-block;
 +
            min-height: 80px;
 +
            max-height: 80px;
 +
            line-height: 80px;
 +
            width: 19%;
 +
            text-align: center;
 +
            color: black !important;
 +
            text-decoration: none;
 +
            font-weight: bold;
 +
            font-size: 32px;
 +
            padding-top: 40px;
 +
        }
 +
        .t1:hover {
 +
            background-image: -webkit-linear-gradient(bottom, #C0392B 10%, #C0392B 90%);
 +
            color: white !important;
 +
        }
 +
       
 +
        .t2:hover {
 +
            background-image: -webkit-linear-gradient(bottom, #DC7633 10%, #DC7633 90%);
 +
            color: white !important;
 +
        }
 +
       
 +
        .t3:hover {
 +
            background-image: -webkit-linear-gradient(bottom, #D4AC0D 10%, #D4AC0D 90%);
 +
            color: white !important;
 +
        }
 +
       
 +
        .t4:hover {
 +
            background-image: -webkit-linear-gradient(bottom, #F7DC6F 10%, #F7DC6F 90%);
 +
            color: white !important;
 +
        }
 +
       
 +
        .t5:hover {
 +
            background-image: -webkit-linear-gradient(bottom, #27AE60 10%, #27AE60 90%);
 +
            color: white !important;
 +
        }
 +
       
 +
        .t6:hover {
 +
            background-image: -webkit-linear-gradient(bottom, #3498DB 10%, #3498DB 90%);
 +
            color: white !important;
 +
        }
 +
        .t7:hover {
 +
            background-image: -webkit-linear-gradient(bottom, #A569BD 10%, #A569BD 90%);
 +
            color: white !important;
 +
        }
 +
       
 +
        .t8:hover {
 +
            background-image: -webkit-linear-gradient(bottom, #884EA0 10%, #884EA0 90%);
 +
            color: white !important;
 +
        }
 +
 +
        .t1 {
 +
            background-image: -webkit-linear-gradient(bottom, #C0392B 10%, whitesmoke 0%);
 +
        }
 +
       
 +
        .t2 {
 +
            background-image: -webkit-linear-gradient(bottom, #DC7633 10%, whitesmoke 0%);
 +
        }
 +
       
 +
        .t3 {
 +
            background-image: -webkit-linear-gradient(bottom, #D4AC0D 10%, whitesmoke 0%);
 +
        }
 +
       
 +
        .t4 {
 +
            background-image: -webkit-linear-gradient(bottom, #F7DC6F 10%, whitesmoke 0%);
 +
        }
 +
       
 +
        .t5 {
 +
            background-image: -webkit-linear-gradient(bottom, #27AE60 10%, whitesmoke 0%);
 +
        } 
 +
       
 +
        .t6 {
 +
            background-image: -webkit-linear-gradient(bottom, #3498DB 10%, whitesmoke 0%);
 +
        }
 +
       
 +
        .t7 {
 +
            background-image: -webkit-linear-gradient(bottom, #A569BD 10%, whitesmoke 0%);
 +
        }
 +
       
 +
        .t8 {
 +
            background-image: -webkit-linear-gradient(bottom, #884EA0 10%, whitesmoke 0%);
 +
        }
 +
        .toolbar {
 +
            min-height: 64px;
 +
            max-height: 64px;
 +
            width: 100%;
 +
            background-color: whitesmoke;
 +
            position: fixed;
 +
            z-index: 9999;
 +
            padding-top: 10px;
 +
            padding-right: 5%;
 +
            padding-left: 5%;
 +
top: 1vh;
 +
        }
 +
.previewnote {
 +
display: hidden;
 +
}
 +
 +
html {
 +
    overflow-x: visible;
 +
}     
 +
 +
.awards {
 +
font-size: 4vh;
 +
font-weight: 100 !important;
 +
left: 50px;
 
}
 
}
  
Line 1,043: Line 1,167:
 
<body>
 
<body>
  
<div class="navbar">
 
                <a class="TASTAIPEI" href="https://2018.igem.org/Team:TAS_Taipei">TAS_Taipei
 
</a>
 
  
                <a class="pro" href="https://2018.igem.org/Team:TAS_Taipei/Description">Project</a>
+
<nav class="toolbar">
                <a class="exp" href="https://2018.igem.org/Team:TAS_Taipei/Experiments">Experiments</a>
+
            <a class="nav-special-tab" href="https://2018.igem.org/Team:TAS_Taipei" style="color: black !important; position: fixed !important; top: 28px !important; left: 40px !important;">
                <a class="prot" href="https://2018.igem.org/Team:TAS_Taipei/Applied_Design">Prototype</a>
+
            <b class="textclass">TAS_TAIPEI</b>
                <a class="mod" href="https://2018.igem.org/Team:TAS_Taipei/Model">Modeling</a>
+
            </a>
                <a class="hp" href="https://2018.igem.org/Team:TAS_Taipei/Human_Practices">Human Practices</a>
+
            <a class="att nav-tab t8" href="https://2018.igem.org/Team:TAS_Taipei/Attributions">Attributions</a>
                <a class="safe" href="https://2018.igem.org/Team:TAS_Taipei/Safety">Safety</a>
+
            <a class="as nav-tab t7" href="https://2018.igem.org/Team:TAS_Taipei/Team">About Us</a>
                <a class="as" href="https://2018.igem.org/Team:TAS_Taipei/Team">About Us</a>
+
            <a class="safe nav-tab t6" href="https://2018.igem.org/Team:TAS_Taipei/Safety">Safety</a>
                <a class="att" href="https://2018.igem.org/Team:TAS_Taipei/Attributions">Attributions</a>
+
            <a class="hp nav-tab t5" href="https://2018.igem.org/Team:TAS_Taipei/Human_Practices" style="width: 15% !important;">Human Practices</a>
</div>
+
            <a class="mod nav-tab t4" href="https://2018.igem.org/Team:TAS_Taipei/Model">Modeling</a>
 +
            <a class="prot nav-tab t3" href="https://2018.igem.org/Team:TAS_Taipei/Applied_Design">Prototype</a>
 +
            <a class="exp nav-tab t2" href="https://2018.igem.org/Team:TAS_Taipei/Experiments">Experiments</a>
 +
            <a class="pro nav-tab t1" href="https://2018.igem.org/Team:TAS_Taipei/Description">Project</a>
 +
        </nav>
 
<div class="row full">
 
<div class="row full">
 
<div class="jumbo col-lg-12">
 
<div class="jumbo col-lg-12">
 
</div>
 
</div>
 
</div>
 
</div>
 +
 +
  
  
 
<div class="bottomnav">
 
<div class="bottomnav">
 +
<h1 class="awards col-lg-12"><b>2018 Awards:</b> Gold Medal, Best Entrepreneurship, Nominated Best Wiki, Presentation, Poster, Integrated Human Practices, Education & Public Engagement, Model, Product Design</h1>
 
                 <h1 class="col-lg-offset-1 abs"><b>ABSTRACT</b></h1>
 
                 <h1 class="col-lg-offset-1 abs"><b>ABSTRACT</b></h1>
 
                 <p class="col-lg-offset-1 col-lg-10 absdesc"> Turning red after consuming alcohol may seem like a mere social inconvenience. Yet, this flushing response is caused by an accumulation of acetaldehyde, a carcinogenic intermediate of alcohol metabolism. Acetaldehyde is broken down into harmless acetate by aldehyde dehydrogenase 2 (ALDH2). ALDH2 deficiency, the result of a point mutation in the ALDH2 gene, produces a much less efficient ALDH2 enzyme, leading to an accumulation of acetaldehyde and the subsequent flushing response. While about 8% of the global population is ALDH2 deficient, in our home, Taiwan, approximately 47% of the population carries this genetic mutation--the highest percentage in the world! Studies show that ALDH2 deficiency greatly increases the risk of developing esophageal and head and neck cancer. Thus, our project aims to produce recombinant ALDH2 to decrease levels of acetaldehyde in the upper digestive tract region. We envision delivery of ALDH2 as a purified protein or in consumer-friendly probiotics.  
 
                 <p class="col-lg-offset-1 col-lg-10 absdesc"> Turning red after consuming alcohol may seem like a mere social inconvenience. Yet, this flushing response is caused by an accumulation of acetaldehyde, a carcinogenic intermediate of alcohol metabolism. Acetaldehyde is broken down into harmless acetate by aldehyde dehydrogenase 2 (ALDH2). ALDH2 deficiency, the result of a point mutation in the ALDH2 gene, produces a much less efficient ALDH2 enzyme, leading to an accumulation of acetaldehyde and the subsequent flushing response. While about 8% of the global population is ALDH2 deficient, in our home, Taiwan, approximately 47% of the population carries this genetic mutation--the highest percentage in the world! Studies show that ALDH2 deficiency greatly increases the risk of developing esophageal and head and neck cancer. Thus, our project aims to produce recombinant ALDH2 to decrease levels of acetaldehyde in the upper digestive tract region. We envision delivery of ALDH2 as a purified protein or in consumer-friendly probiotics.  

Latest revision as of 05:47, 10 December 2018

TAS_Taipei

2018 Awards: Gold Medal, Best Entrepreneurship, Nominated Best Wiki, Presentation, Poster, Integrated Human Practices, Education & Public Engagement, Model, Product Design

ABSTRACT

Turning red after consuming alcohol may seem like a mere social inconvenience. Yet, this flushing response is caused by an accumulation of acetaldehyde, a carcinogenic intermediate of alcohol metabolism. Acetaldehyde is broken down into harmless acetate by aldehyde dehydrogenase 2 (ALDH2). ALDH2 deficiency, the result of a point mutation in the ALDH2 gene, produces a much less efficient ALDH2 enzyme, leading to an accumulation of acetaldehyde and the subsequent flushing response. While about 8% of the global population is ALDH2 deficient, in our home, Taiwan, approximately 47% of the population carries this genetic mutation--the highest percentage in the world! Studies show that ALDH2 deficiency greatly increases the risk of developing esophageal and head and neck cancer. Thus, our project aims to produce recombinant ALDH2 to decrease levels of acetaldehyde in the upper digestive tract region. We envision delivery of ALDH2 as a purified protein or in consumer-friendly probiotics.

SAY NO 🙅 TO GLOW 💡
Turning red 🍅 after consuming alcohol 🍷🍺 may seem like a mere social inconvenience 🤷. Yet, this flushing response 😡 is caused by an accumulation of acetaldehyde, a carcinogenic 💀 intermediate of alcohol 🥂🥃 metabolism. Acetaldehyde is broken down 📉 into harmless acetate by aldehyde dehydrogenase 2 (ALDH2). ALDH2 deficiency, the result of a point 👉 mutation in the ALDH2 gene, produces a much less efficient 🐢 ALDH2 enzyme, leading to an accumulation of acetaldehyde and the subsequent flushing response 😡. While about 8% of the global 🌍 population is ALDH2 deficient, in our home 🏡, Taiwan, approximately 47% of the population carries this genetic mutation--the highest percentage in the world 🤦‍! Studies show that ALDH2 deficiency greatly increases 📈 the risk of developing esophageal and head and neck cancer 🚑. Thus, our project 👨‍🔬👩‍🔬 aims to produce recombinant ALDH2 to decrease 📉 levels of acetaldehyde in the upper digestive tract region. We envision 👀 delivery 🍬🍦 of ALDH2 as a purified protein or in consumer-friendly probiotics.