Difference between revisions of "Team:Jilin China"

Line 165: Line 165:
 
<!--屏幕内容第一条 导航栏 -->
 
<!--屏幕内容第一条 导航栏 -->
  
    <div  id="second_s" class="banner container-fluid">
+
  <!--this part for the home page content. with built-in css-->
   
+
<style>
 +
 +
/*Body Content*/
 +
section{
 +
width:100%;
 +
min-height:5rem;
 +
border:0px red solid;
 +
box-sizing:border-box;
 +
padding:3vw 7.5vw 6.5vw;
 +
}
 +
section h1{
 +
font-size: 2.8rem;
 +
/*font-family: 'DIN Condensed';*/
 +
}
 +
section h1.bg-white{
 +
color: rgba(255,83,83,1);
 +
}
 +
section h2{
 +
font-size: 2rem;
 +
/*font-family: 'DIN Condensed';*/
 +
}
 +
 +
section.left .text{
 +
float: left;
 +
}
 +
section.right .text{
 +
float: right;
 +
}
 +
section.right .text *{
 +
float: right;
 +
}
 +
section.right .text h1{
 +
text-align: left;
 +
}
  
    </div>
+
.button:hover{
<div  id="third_s" class="container-fluid">
+
box-shadow: 0.3rem 0 1rem rgba(0,0,0,0.3);
    <div id="third_1" class="container">
+
transition: all 0.3s ease;
<div id="third_1_1">
+
background: rgba(255,201,230,1);
 +
}
 +
.button a{
 +
display: block;
 +
color: rgba(138,0,0,1);
 +
}
 +
 +
.button.colored{
 +
/*background: white;*/
 +
color: rgba(138,0,0,1);
 +
}
 +
 +
.clear{
 +
clear: both;
 +
}
 +
.s0{
 +
height:80%;
 +
background:rgba(255,0,90,0.7);
 +
overflow: hidden;
 +
z-index: 1;
 +
position:relative;
 +
}
 +
.s0 .title{
 +
position: relative;
 +
width: 50%;
 +
height: 100%;
 +
}
 +
.s0 .title img{
 +
position: absolute;
 +
bottom: 5vh;
 +
left:8vw;
 +
}
 +
.s0 .rose-background{
 +
background: url(https://static.igem.org/mediawiki/2019/f/fe/T--Jilin_China--Main--Rose.svg) no-repeat;
 +
background-size: contain;
 +
position: absolute;
 +
right:3vw;
 +
bottom:-25vw;
 +
transform: rotate(-19.9deg);
 +
filter: blur(10px) brightness(0.7);
 +
opacity: 0.3;
 +
width: 50vw;
 +
height:75vw;
 +
}
 +
 +
.s1{
 +
background: white;
 +
}
 +
/*对于内容相关的CSS使用内容相关Class,对于与顺序相关的使用 .s[num]*/
 +
.introduction .text{
 +
width:100%;
 +
 +
background-size: auto 75%;
 +
background-position: 90% calc(50% + 1.25rem);
 +
}
 +
 +
 +
 +
 +
.symptom .digits .digit{
 +
font-size:6.5vw;
 +
margin:0;
 +
}
 +
.symptom .digits .explain{
 +
margin:0 0 3vw;
 +
}
 +
 +
.symptom .small-bg .image{
 +
width: 44%;
 +
padding: 0 5vw;
 +
margin:0 auto;
 +
box-sizing: border-box;
 +
}
 +
.symptom .small-bg .image img{
 +
width: 100%;
 +
text-align: center;
 +
margin: 0 auto;
 +
}
 +
.s2 .text{
 +
width: 100%;
 +
text-align: center;
 +
font-size:2vw;
 +
}
 +
 +
  
 +
 +
 +
 +
 +
.s4{
 +
background: rgba(255,0,90,0.1);
 +
min-height: 34vh;
 +
z-index: -1;
 +
position: relative;
 +
}
 +
 +
 +
.s5{
 +
background: white;
 +
padding: 3vw 7.5vw;
 +
}
 +
.reverse p{
 +
color: rgba(199,0,0,1);
 +
margin:0;
 +
}
 +
 +
 +
.s6{
 +
background: rgba(255,0,99,.5);
 +
}
 +
.our-system{
 +
color: rgba(138,0,0,1);
 +
text-align: center;
 +
}
 +
 +
.our-system .theraputic{
 +
width: 100%;
 +
}
 +
 +
 +
.hp{
 +
background: white;
 +
text-align: center;
 +
position: relative;
 +
padding-bottom: 5vw;
 +
 +
}
 +
.hp h1{
 +
text-align: center;
 +
}
 +
 +
 +
 +
.model h1{
 +
position: relative;
 +
text-align: center;
 +
z-index: 1;
 +
}
 +
 +
@keyframes swirling {
 +
0%{
 +
background-position: 48% 50%;
 +
/*transform: rotate(0deg);*/
 +
}
 +
100%{
 +
background-position: 52% 50%;
 +
/*transform: rotate(360deg);*/
 +
}
 +
}
 +
 +
.more h1{
 +
font-size: 3rem;
 +
color: rgba(119,0,0,1);
 +
}
 +
.more .bottons{
 +
width: 100%;
 +
 +
}
 +
.more .botton{
 +
float: left;
 +
width: calc(33% - 2rem);
 +
margin: 1rem;
 +
height: 20vw;
 +
background: rgba(255,201,230,1);
 +
transition: 0.3s all ease;
 +
}
 +
.more .botton:hover {
 +
background: rgba(255,201,230,0.3);
 +
transition: 0.3s all ease;
 +
}
 +
.more .botton p{
 +
margin: 0;
 +
line-height: 20vw;
 +
text-align: center;
 +
font-size: 2.5vw;
 +
}
 +
</style>
 +
<section class="s0 banner" style="padding: 0 0;">
 +
<div class="title"><img alt="" src="https://static.igem.org/mediawiki/2019/f/f8/T--Jilin_China--Main--Words_-_Title.svg"/></div>
 +
<div class="rose-background">
 +
</div>
 +
<canvas id="maincabg" width="1920px" height="1080px" style="height:100%; height:auto;display: block;position: absolute;top: 0px; z-index: -1;"></canvas>
 +
</section>
 +
<section class="s1 introduction left">
 +
<div></div>
 +
<div class="text">
 +
<h1 class="bg-white">What's VVC?</h1>
 +
<p>Vulvovaginal candidiasis (VVC) has been recognized as one of the most common infections in female reproductive organs. </p>
 +
<p>VVC is mainly caused by Candida albicans (C. albicans), accounting for more than 85% of the incidence, which seriously affects the normal life of women.</p>
 +
</div>
 +
<div class="clear"></div>
 +
</section>
 +
<section class="s2 symptom">
 +
<div class="digits">
 +
<p class="digit">70-75%</p>
 +
<p class="explain">of women will suffer from VVC at least once in thier life time.</p>
 +
<p class="digit">40-45%</p>
 +
<p class="explain">will have 2 or more episodes.</p>
 +
</div>
 +
<div class="small-bg">
 +
<div class="title">
 +
<h2 class="bg-colored">Symptoms</h2>
 +
</div>
 +
<div class="image">
 +
<img alt="" src="https://static.igem.org/mediawiki/2019/7/71/T--Jilin_China--Main--Girl_under_Period.svg" />
 +
</div>
 +
<div class="text">
 +
<p>Abnormal Vaginal Discharge</p>
 +
<p>Genital and Vaginal burning</p>
 +
<p>External Dysuria</p>
 +
<p>Itching and Redness</p>
 +
</div>
 +
 +
<div class="clear"></div>
 +
</div>
 +
</section>
 +
<section class="s3 current-treatment right">
 +
<div class="text">
 +
<h1 class="bg-white">How to Treat?</h1>
 +
<p>Till now, as a commonly used antifungal drug for VVC treatment, vaginal azole preparations can inhibit the growth of C. albicans, or kill them directly.</p>
 +
</div>
 +
<div class="clear"></div>
 +
</section>
 +
<div class="interspace">
 +
<p>HOWEVER</p>
 +
<div class="clear"></div>
 
</div>
 
</div>
</div>
+
<section class="s4 resistance right">
 +
<div class="text">
 +
<p id="ssss">The widespread usage of antifungal drugs and the increase in the number of fungal infections have led to the emergence of drug resistance, even the repeated recurrence to VVC of patients.</p>
 +
</div>
 +
<div class="clear"></div>
 +
<div class="button colored"><a href="https://2019.igem.org/Team:Jilin_China/Background"><p>Learn More about The Background</p></a></div>
 +
<div class="clear"></div>
 +
</section>
 +
<section class="s5 reverse">
 +
<p>But, there is a</p>
 +
<p>New Therapy for Vulvovaginal Candidasis:</p>
 +
<div class="clear"></div>
 +
</section>
 +
<section class="s6 our-system">
 +
<h1>Our Systems</h1>
 +
<div class="sensing">
 +
<h2>Sensing System</h2>
 +
<p style="margin-bottom:30px;margin-top:30px;  ">Sensing system can sense C. albicans and activate the downstream gene.</p >
 +
<img alt="" src="https://static.igem.org/mediawiki/2019/5/56/T--Jilin_China--Main--Words_-_Sensing_System.svg" />
 +
<p></p>
 +
</div>
 +
  
    </div>
+
<div class="theraputic">
 +
<h2>Theraputic System</h2>
 +
<div>
 +
<div class="effector1"><p>LL37 can perforate the cell membrane of C.albicans.</p><img alt="" src="https://static.igem.org/mediawiki/2019/2/2e/T--Jilin_China--Main--LL37.svg"/></div>
 +
<div class="effector2"><p>The β-1,3-glucanase can disrupt the </br>biofilm of C. albicans.</p><img alt="" src="https://static.igem.org/mediawiki/2019/3/32/T--Jilin_China--Main--beta-1%EF%BC%8C3-glu.svg"/></div>
 +
<div class="effector3"><p>BDSF can inhibit hypha formation </br>by C. albicans.</p><img alt="" src="https://static.igem.org/mediawiki/2019/e/ed/T--Jilin_China--Main--BDSF.svg"/></div>
 +
<div class="effector4"><p>Msp1 can destabilize the hyphae of C. albicans.</p><img alt="" src="https://static.igem.org/mediawiki/2019/c/cc/T--Jilin_China--Main--Msp1.svg"/></div>
 +
</div>
 +
</div>
 +
<div class="clear"></div>
 +
<div class="button colored"><a href="https://2019.igem.org/Team:Jilin_China/Design"><p>Learn More about Our Design</p></a></div>
 +
<div class="clear"></div>
 +
</section>
 +
<section class="s7 hp">
 +
 
 +
 
 +
 
 +
 
 +
 
 +
<h1 class="bg-white">Practices Facilitated Our Project</h1>
 +
 
 +
<div class="third_s">
 +
  <div id="third_1">
 +
 
 +
  <div class="t1inb"><div class="t1nb0"><img class="yilei"  src="https://static.igem.org/mediawiki/2019/9/96/T--Jilin_China--Main--HP_Brain_Half.svg" width="60%" ></div><div class="t1nb1"><div class="t1nb11">Initially, we brainstormed to decide our project. We came up with three projects: General White Resistance, Vaginitis Treatment and Plant Resistance Improvement</div></div></div>
 +
 
 +
  <div class="t1inb "><div class="t1nb0"><img class="erlei" class="imgdo"  src="https://static.igem.org/mediawiki/2019/c/c7/T--Jilin_China--Main--HPwomen.svg" height="90%" ></div><div class="t1nb1 t1do"><div class="t1nb11">After attending the women's lecture, we decided to study the method of treating vaginitis and confirmed VVC through questionnaire collection.</div></div></div>
 +
 
 +
  <div class="t1inb"><div class="t1nb0"><img class="yilei"  src="https://static.igem.org/mediawiki/2019/3/3a/T--Jilin_China--Main--HP_Brain_Full.svg" width="60%" ></div><div class="t1nb1"><div class="t1nb11">After interviewing patients and doctors, we learned about the current problems in the treatment of VVC and brainstormed the project 1.0.</div></div></div>
 +
 
 +
  <div class="t1inb "><div class="t1nb0"><img class="sanlei aha"    src="https://static.igem.org/mediawiki/2019/5/5d/T--Jilin_China--Main--HP1.0.svg" width="45%" ></div><div class="t1nb1 t1do"><div class="t1nb11">After having brainstormed project 1.0.We interviewed professors give us suggestions to improve our project 1.0 and obtained project 2.0.</div></div></div>
 +
 
 +
  <div class="t1inb"><div class="t1nb0"><img class="sanlei"  src="https://static.igem.org/mediawiki/2019/7/72/T--Jilin_China--Main--HP2.0.svg" width="45%" ></div><div class="t1nb1"><div class="t1nb11"> We interviewed experts for a comprehensive assessment of our project. To make project practical, we interviewed ethical experts, pharmacies and pharmacies.</div></div></div>
 +
  <div id="hparrow"><img  src="https://static.igem.org/mediawiki/2019/c/c7/T--Jilin_China--Main--HP_arrow.svg" width="130%"></div></div>
 +
  </div>
 +
  </div>
 +
 
 +
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
 +
<div class="clear"></div>
 +
</section>
 +
 
 +
<style>
 +
 
 +
 
 +
 
 +
 
 +
.s8 .text {
 +
 +
float: right;
 +
z-index: 20000;
 +
 
 +
 
 +
 +
.modelbg{
 +
z-index: 20px;
 +
}
 +
 
 +
</style>
 +
 
 +
 
 +
 
 +
 
 +
<section class="s8 model right">
 +
<h1 class="bg-white">Model</h1>
 +
<div class="text">
 +
 
 +
<p>Our project is well conducted by Model in terms of experiments and prediction of future application. Our Model is constituted with</br></br>1. C. albicans Sensing Model</br>2. Gene Concentration Prediction Model</br>3. Market Prediction Model</p>
 +
</div>
 +
<div class="clear"></div>
 +
<div class="button colored"><a href="https://2019.igem.org/Team:Jilin_China/Model"><p>Learn More about Our Model</p></a></div>
 +
<div class="clear"></div>
 +
</section>
 +
 
 +
 
 +
 
 +
 
 +
<section class="s9 more">
 +
<h1>In Case You Missed Them:</h1>
 +
<div class="bottons">
 +
<div id="bbgd"  class="botton otr"><p>Background</p><a class="foota otr1" href="https://2019.igem.org/Team:Jilin_China/Background"></a></div>
 +
<div id="design" class="botton otr"><p>Design</p><a class="foota otr1" href="https://2019.igem.org/Team:Jilin_China/Design"></a></div>
 +
 
 +
<div id="result" class="botton otr"><p>Result</p><a class="foota otr1" href="https://2019.igem.org/Result"></a></div>
 +
 
 +
<div id="par" class="botton otr"><p>Our Parts</p><a class="foota otr1" href="https://2019.igem.org/Team:Jilin_China/Parts"></a></div>
 +
 
 +
<div id="hpp" class="botton otr"><p>Practices</p><a class="foota otr1" href="https://2019.igem.org/Team:Jilin_China/Human_Practices"></a></div>
 +
<div id="medal" class="botton otr"><p>Medals</p><a class="foota otr1" href="https://2019.igem.org/Team:Jilin_China/Medals"></a></div>
 +
</div>
 +
<div class="clear"></div>
 +
</section>
 +
 
 +
<style>
 +
    #bbgd{
 +
    background-image: url(https://static.igem.org/mediawiki/2019/d/d4/T--Jilin_China--Main--back.jpg);
 +
    background-size: cover;
 +
    }
 +
 +
    #design{
 +
    background-image: url(https://static.igem.org/mediawiki/2019/d/d9/T--Jilin_China--Main--design.JPG);
 +
    background-size: cover;
 +
    }
 +
        #result{
 +
    background-image: url(https://static.igem.org/mediawiki/2019/6/6b/T--Jilin_China--Main--result.JPG);
 +
    background-size: cover;
 +
    }
 +
        #par{
 +
    background-image: url(https://static.igem.org/mediawiki/2019/b/b2/T--Jilin_China--Main--part.jpg);
 +
    background-size: cover;
 +
    }
 +
        #hpp{
 +
    background-image: url(https://static.igem.org/mediawiki/2019/9/9a/T--Jilin_China--Main--HP.jpg);
 +
    background-size: cover;
 +
    }
 +
        #medal{
 +
    background-image: url(https://static.igem.org/mediawiki/2019/8/80/T--Jilin_China--Main--model.JPG);
 +
    background-size: cover;
 +
    }
 +
 
 +
 
 +
 
 +
 
 +
.otr{
 +
display: block;
 +
position: relative;
 +
 
 +
color: #fff;
 +
text-shadow: 5px 2px 35px #000;
 +
transition: 1s;
 +
}
 +
 
 +
 
 +
.otr:hover{
 +
text-shadow: 5px 2px 10px #000;
 +
}
 +
 
 +
.otr1{
 +
display: block;
 +
position: relative;
 +
top: 0vw;
 +
}
 +
</style>
  
  
Line 185: Line 612:
  
 
<script src="https://2019.igem.org/wiki/index.php?title=Template:Jilin_China/tool.js&action=raw&ctype=text/javascript"></script>
 
<script src="https://2019.igem.org/wiki/index.php?title=Template:Jilin_China/tool.js&action=raw&ctype=text/javascript"></script>
<script src="https://2019.igem.org/wiki/index.php?title=Template:Jilin_China/renderTP.js&action=raw&ctype=text/javascript"></script>
+
 
  
 
</html>
 
</html>

Revision as of 16:45, 20 October 2019

Team
Project
Lab
Model
Parts
HP
Judging
Home
Members
Collaborations
Attributtions
Background
Description
Design
Result
Demonstrate
Notebook
Protocols
Safety
Model
Our parts
Improvement
Measurement
Integrated
Engagement
Juding Form
Medals






What's VVC?

Vulvovaginal candidiasis (VVC) has been recognized as one of the most common infections in female reproductive organs.

VVC is mainly caused by Candida albicans (C. albicans), accounting for more than 85% of the incidence, which seriously affects the normal life of women.

70-75%

of women will suffer from VVC at least once in thier life time.

40-45%

will have 2 or more episodes.

Symptoms

Abnormal Vaginal Discharge

Genital and Vaginal burning

External Dysuria

Itching and Redness

How to Treat?

Till now, as a commonly used antifungal drug for VVC treatment, vaginal azole preparations can inhibit the growth of C. albicans, or kill them directly.

HOWEVER

The widespread usage of antifungal drugs and the increase in the number of fungal infections have led to the emergence of drug resistance, even the repeated recurrence to VVC of patients.

But, there is a

New Therapy for Vulvovaginal Candidasis:

Our Systems

Sensing System

Sensing system can sense C. albicans and activate the downstream gene.

Theraputic System

LL37 can perforate the cell membrane of C.albicans.

The β-1,3-glucanase can disrupt the
biofilm of C. albicans.

BDSF can inhibit hypha formation
by C. albicans.

Msp1 can destabilize the hyphae of C. albicans.

Practices Facilitated Our Project

Initially, we brainstormed to decide our project. We came up with three projects: General White Resistance, Vaginitis Treatment and Plant Resistance Improvement
After attending the women's lecture, we decided to study the method of treating vaginitis and confirmed VVC through questionnaire collection.
After interviewing patients and doctors, we learned about the current problems in the treatment of VVC and brainstormed the project 1.0.
After having brainstormed project 1.0.We interviewed professors give us suggestions to improve our project 1.0 and obtained project 2.0.
We interviewed experts for a comprehensive assessment of our project. To make project practical, we interviewed ethical experts, pharmacies and pharmacies.

Model

Our project is well conducted by Model in terms of experiments and prediction of future application. Our Model is constituted with

1. C. albicans Sensing Model
2. Gene Concentration Prediction Model
3. Market Prediction Model

In Case You Missed Them:

Background

Design

Result

Our Parts

Practices

Medals