Tefiducky8 (Talk | contribs) |
|||
(39 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Ecuador}} | {{Ecuador}} | ||
+ | {{Ecuador/slide_script}} | ||
<html> | <html> | ||
− | + | <style> | |
− | + | ||
@import url('https://fonts.googleapis.com/css?family=Raleway'); | @import url('https://fonts.googleapis.com/css?family=Raleway'); | ||
− | + | *{ | |
− | + | margin: 0px; | |
− | + | font-family: 'Raleway', sans-serif; | |
− | + | } | |
− | + | @keyframes slide-in { | |
− | + | from { | |
− | + | margin-left: -100%; | |
− | + | border-bottom-right-radius: 30px; | |
− | + | border-top-right-radius: 30px; | |
− | + | } | |
− | + | to { | |
− | + | margin-left: 0%; | |
− | + | border-bottom-right-radius: 0; | |
− | + | border-top-right-radius: 0px; | |
− | + | ||
} | } | ||
+ | } | ||
− | + | @keyframes slide-in-menu { | |
− | + | from { | |
− | + | margin-left: -120%; | |
− | + | border-bottom-right-radius: 30px; | |
− | + | border-top-right-radius: 30px; | |
− | + | opacity: 0.5; | |
− | + | } | |
− | + | to { | |
− | + | margin-left: 0%; | |
− | + | border-bottom-right-radius: 0; | |
− | + | border-top-right-radius: 0px; | |
− | + | opacity: 1; | |
− | + | ||
} | } | ||
+ | } | ||
− | + | @keyframes fade-in { | |
− | + | from { | |
− | + | opacity: 0; | |
− | + | } | |
− | + | to { | |
− | + | opacity: 1; | |
− | + | ||
} | } | ||
+ | } | ||
− | + | @keyframes slide-in-oposite { | |
− | + | from { | |
− | + | margin-left: 100%; | |
− | + | } | |
− | + | to { | |
− | + | margin-left: 0%; | |
− | + | ||
} | } | ||
+ | } | ||
− | + | @keyframes slide-in-up { | |
− | + | from { | |
− | + | margin-top: 100%; | |
− | + | } | |
− | + | to { | |
− | + | margin-left: 0%; | |
− | + | ||
} | } | ||
+ | } | ||
− | + | @keyframes slide-in-up-oposite { | |
− | + | from { | |
− | + | margin-top: -100%; | |
− | + | } | |
− | + | to { | |
− | + | margin-left: 0%; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
+ | } | ||
+ | .igem_2018_team_menu.displaying_menu { | ||
+ | display: none; | ||
+ | } | ||
.ecuador_menu { | .ecuador_menu { | ||
− | + | font-size: 14px; | |
− | + | width: 100%; | |
− | + | height: 80px; | |
− | + | position: fixed; | |
− | + | left: 0px; | |
− | + | top: 15px; | |
− | + | background-color: #2471A3; | |
− | + | animation-name: fade-in; | |
− | + | animation-duration: 2s; | |
− | + | -webkit-box-shadow: 0px 3px 11px 0px rgba(0,0,0,0.75); | |
− | + | -moz-box-shadow: 0px 3px 11px 0px rgba(0,0,0,0.75); | |
− | + | box-shadow: 0px 3px 11px 0px rgba(0,0,0,0.75); | |
− | + | display: flex; | |
− | + | z-index: 5; | |
− | + | } | |
.ecuador_home { | .ecuador_home { | ||
Line 113: | Line 113: | ||
box-shadow: inset -50px -42px 114px -30px rgba(0,0,0,0.75); | box-shadow: inset -50px -42px 114px -30px rgba(0,0,0,0.75); | ||
z-index: 10; | z-index: 10; | ||
+ | |||
} | } | ||
Line 123: | Line 124: | ||
.menu_options_container { | .menu_options_container { | ||
− | + | width: 79%; | |
− | + | height: 50px; | |
− | + | position: absolute; | |
− | + | left: 19%; | |
− | + | top: 15px; | |
− | + | display: flex; | |
− | + | justify-content: center; | |
− | + | } | |
− | + | .menu_option { | |
− | + | width: 14.28%; | |
− | + | height: 100%; | |
− | + | position: relative; | |
− | + | justify-content: center; | |
− | + | align-items: center; | |
− | + | display: flex; | |
− | + | color: #FFFFFF; | |
− | + | transition: 0.2s; | |
− | + | text-align: center; | |
− | + | } | |
#project { | #project { | ||
− | + | animation-name: slide-in-up-oposite; | |
− | + | animation-duration: 0.5s; | |
− | + | animation-delay: 0.5s; | |
− | + | animation-fill-mode: backwards; | |
− | + | position: absolute; | |
− | + | left: 0%; | |
− | + | z-index: 9; | |
− | + | } | |
− | + | #parts { | |
− | + | animation-name: slide-in-up-oposite; | |
− | + | animation-duration: 0.5s; | |
− | + | animation-delay: 0.6s; | |
− | + | animation-fill-mode: backwards; | |
− | + | position: absolute; | |
− | + | left: 12.5%; | |
− | + | z-index: 9; | |
− | + | } | |
− | + | #human_practice { | |
− | + | animation-name: slide-in-up-oposite; | |
− | + | animation-duration: 0.5s; | |
− | + | animation-delay: 0.7s; | |
− | + | animation-fill-mode: backwards; | |
− | + | position: absolute; | |
− | + | left: 25%; | |
− | + | z-index: 9; | |
− | + | } | |
− | + | #safety { | |
− | + | animation-name: slide-in-up-oposite; | |
− | + | animation-duration: 0.5s; | |
− | + | animation-delay: 0.8s; | |
− | + | animation-fill-mode: backwards; | |
− | + | position: absolute; | |
− | + | left: 37.5%; | |
− | + | z-index: 9; | |
− | + | } | |
− | + | #interlab { | |
− | + | animation-name: slide-in-up-oposite; | |
− | + | animation-duration: 0.5s; | |
− | + | animation-delay: 0.9s; | |
− | + | animation-fill-mode: backwards; | |
− | + | position: absolute; | |
− | + | left: 50%; | |
− | + | z-index: 9; | |
− | + | } | |
− | + | #judging_forms { | |
− | + | animation-name: slide-in-up-oposite; | |
− | + | animation-duration: 0.5s; | |
− | + | animation-delay: 1s; | |
− | + | animation-fill-mode: backwards; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | position: absolute; | |
− | + | left: 62.5%; | |
− | + | z-index: 9; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | .ecuador_href_text { | + | #team { |
− | + | animation-name: slide-in-up-oposite; | |
− | + | animation-duration: 0.5s; | |
− | + | animation-delay: 1.1s; | |
− | + | animation-fill-mode: backwards; | |
− | + | position: absolute; | |
− | + | left: 75%; | |
− | + | z-index: 9; | |
− | + | } | |
− | + | #atributions { | |
− | + | animation-name: slide-in-up-oposite; | |
− | + | animation-duration: 0.5s; | |
− | + | animation-delay: 1.2s; | |
+ | animation-fill-mode: backwards; | ||
+ | position: absolute; | ||
+ | left: 87.5%; | ||
+ | z-index: 9; | ||
+ | } | ||
+ | .ecuador_href_text { | ||
+ | width: 14.28% !important; | ||
+ | height: 100% !important; | ||
+ | position: relative !important; | ||
+ | justify-content: center !important; | ||
+ | align-items: center !important; | ||
+ | display: flex !important; | ||
+ | color: #FFFFFF !important; | ||
+ | transition: 0.2s !important; | ||
+ | text-align: center !important; | ||
+ | text-decoration: none !important; | ||
+ | font-weight: bold !important; | ||
+ | } | ||
− | + | .ecuador_href_sub_text { | |
− | + | width: 100% !important; | |
− | + | height: 40px !important; | |
− | + | position: relative !important; | |
− | + | text-align: left !important; | |
− | + | text-indent: 20px !important; | |
− | + | display: flex !important; | |
− | + | background-color: #FFF !important; | |
− | + | margin: auto auto !important; | |
− | + | align-items: center !important; | |
− | + | transition: 0.2s !important; | |
− | + | color: #D5DBDB !important; | |
− | + | text-decoration: none !important; | |
− | + | } | |
.menu_option:hover { | .menu_option:hover { | ||
− | + | margin-top: 3px; | |
− | + | cursor: pointer; | |
− | + | } | |
− | + | .menu_option:hover div.menu_sub_options_container{ | |
− | + | display: block; | |
− | + | } | |
− | + | .menu_sub_options_container { | |
− | + | width: 100%; | |
− | + | height: auto; | |
− | + | position: absolute; | |
− | + | top: 50px; | |
− | + | display: none; | |
− | + | } | |
.sub_menu_option { | .sub_menu_option { | ||
− | + | width: 100%; | |
− | + | height: 40px; | |
− | + | position: relative; | |
− | + | text-align: left; | |
− | + | text-indent: 20px; | |
− | + | display: flex; | |
− | + | background-color: #000; | |
− | + | margin: auto auto; | |
− | + | align-items: center; | |
− | + | transition: 0.2s; | |
− | + | color: #D5DBDB; | |
− | + | } | |
− | + | .sub_menu_option:hover { | |
− | + | text-indent: 15px; | |
− | + | background-color: #2E86C1; | |
− | + | } | |
.ecuador_footer { | .ecuador_footer { | ||
Line 326: | Line 336: | ||
.ecuador_follow_us_icons_container { | .ecuador_follow_us_icons_container { | ||
− | + | width: 50%; | |
+ | height: 60px; | ||
+ | position: relative; | ||
+ | top: 40px; | ||
+ | margin: auto; | ||
+ | display: flex; | ||
+ | } | ||
+ | .ecuador_information_data_container{ | ||
+ | width: 50%; | ||
height: 60px; | height: 60px; | ||
position: relative; | position: relative; | ||
− | top: | + | top: 55px; |
margin: auto; | margin: auto; | ||
display: flex; | display: flex; | ||
− | + | } | |
.ecuador_follow_us_icon { | .ecuador_follow_us_icon { | ||
− | width: | + | width: 70px; |
height: 60px; | height: 60px; | ||
position: relative; | position: relative; | ||
Line 397: | Line 415: | ||
left: 0px; | left: 0px; | ||
top: 0px; | top: 0px; | ||
− | margin-top: | + | margin-top: 10px; |
background-color: #FFF; | background-color: #FFF; | ||
− | + | ||
background-position: center; | background-position: center; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
− | background-size: | + | background-size: 70%; |
animation-name: fade-in; | animation-name: fade-in; | ||
animation-duration: 4s; | animation-duration: 4s; | ||
Line 430: | Line 448: | ||
transform: skewY(-2deg); | transform: skewY(-2deg); | ||
position: relative; | position: relative; | ||
− | margin-top: | + | margin-top: 90px; |
} | } | ||
Line 451: | Line 469: | ||
animation-name: fade-in; | animation-name: fade-in; | ||
animation-duration: 1s; | animation-duration: 1s; | ||
− | animation-delay: 0. | + | animation-delay: 0.1s; |
animation-fill-mode: backwards; | animation-fill-mode: backwards; | ||
display: none; | display: none; | ||
+ | line-height: 1; | ||
} | } | ||
Line 467: | Line 486: | ||
animation-name: fade-in; | animation-name: fade-in; | ||
animation-duration: 1s; | animation-duration: 1s; | ||
− | animation-delay: | + | animation-delay: 0.5s; |
animation-fill-mode: backwards; | animation-fill-mode: backwards; | ||
display: none; | display: none; | ||
+ | line-height: 1; | ||
} | } | ||
− | |||
.ecuador_down_arrow_container_description { | .ecuador_down_arrow_container_description { | ||
width: 130px; | width: 130px; | ||
Line 539: | Line 558: | ||
animation-fill-mode: backwards; | animation-fill-mode: backwards; | ||
display: none; | display: none; | ||
+ | line-height: 2.6; | ||
} | } | ||
Line 629: | Line 649: | ||
} | } | ||
} | } | ||
+ | |||
+ | .ecuador_sponsors_icons_container { | ||
+ | width: 100%; | ||
+ | height: 60px; | ||
+ | position: relative; | ||
+ | top: 40px; | ||
+ | margin: auto; | ||
+ | display: flex; | ||
+ | } | ||
+ | .ecuador_sponsors_icon { | ||
+ | width: 60px; | ||
+ | height: 60px; | ||
+ | position: relative; | ||
+ | margin-right: 4px; | ||
+ | margin-left: 4px; | ||
+ | } | ||
+ | #ing_bio{ | ||
+ | background-image: url(https://static.igem.org/mediawiki/2018/thumb/1/17/T--Ecuador--Logo--BIO.png/902px-T--Ecuador--Logo--BIO.png); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: center; | ||
+ | background-size: 90%; | ||
+ | transition: 0.4s; | ||
+ | border-radius: 5px; | ||
+ | } | ||
+ | #ing_bio:hover { | ||
+ | background-size: 93%; | ||
+ | cursor: pointer; | ||
+ | } | ||
+ | #espe{ | ||
+ | background-image: url(https://static.igem.org/mediawiki/2018/thumb/d/d2/T--Ecuador--Logo--ESPE.png/1066px-T--Ecuador--Logo--ESPE.png); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: center; | ||
+ | background-size: 120%; | ||
+ | transition: 0.4s; | ||
+ | border-radius: 5px; | ||
+ | } | ||
+ | #espe:hover { | ||
+ | background-size: 125%; | ||
+ | cursor: pointer; | ||
+ | } | ||
+ | #idgen{ | ||
+ | background-image: url(https://static.igem.org/mediawiki/2018/e/e2/T--Ecuador--Logo--Idgen.png); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: center; | ||
+ | background-size: 90%; | ||
+ | transition: 0.4s; | ||
+ | border-radius: 5px; | ||
+ | } | ||
+ | #idgen:hover { | ||
+ | background-size: 93%; | ||
+ | cursor: pointer; | ||
+ | } | ||
+ | #tukii{ | ||
+ | background-image: url(https://static.igem.org/mediawiki/2018/thumb/2/26/T--Ecuador--Logo--Tukii.png/1024px-T--Ecuador--Logo--Tukii.png); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: center; | ||
+ | background-size: 90%; | ||
+ | transition: 0.4s; | ||
+ | border-radius: 5px; | ||
+ | } | ||
+ | #tukii:hover { | ||
+ | background-size: 93%; | ||
+ | cursor: pointer; | ||
+ | } | ||
+ | #slider_Part_Law_2{ | ||
+ | max-width: 1200px; | ||
+ | margin: 50px auto; | ||
+ | } | ||
</style> | </style> | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
<div class="ecuador_home_content"> | <div class="ecuador_home_content"> | ||
<div class="ecuador_team_icon"> | <div class="ecuador_team_icon"> | ||
− | + | <div id="slider_Part_Law_2"> | |
+ | <img src="https://static.igem.org/mediawiki/2018/6/65/T--Ecuador--logo_clastin-2.png" height="80%" /> | ||
+ | <img data-src="https://static.igem.org/mediawiki/2018/3/33/T--Ecuador--Logo--003.png" src="" height="80%"/> | ||
+ | <img data-src="https://static.igem.org/mediawiki/2018/3/33/T--Ecuador--jamboree.jpg" src="" height="80%"/> | ||
+ | <img data-src="https://static.igem.org/mediawiki/2018/d/d5/T--Ecuador--group.jpeg" src="" height="80%"/> | ||
+ | <img data-src="https://static.igem.org/mediawiki/2018/1/13/T--Ecuador--airp.jpeg" src="" height="80%"/> | ||
+ | </div> | ||
</div> | </div> | ||
<div onclick="scrollToDescriptionVideo()" class="ecuador_down_arrow_container"> | <div onclick="scrollToDescriptionVideo()" class="ecuador_down_arrow_container"> | ||
− | |||
</div> | </div> | ||
<div id="ecuador_project_description_container" class="ecuador_project_description_container"> | <div id="ecuador_project_description_container" class="ecuador_project_description_container"> | ||
Line 746: | Line 755: | ||
</div> | </div> | ||
<div id="ecuador_description_abstract_text_container" class="ecuador_description_abstract_text_container"> | <div id="ecuador_description_abstract_text_container" class="ecuador_description_abstract_text_container"> | ||
− | + | We are developing a novel biomaterial for biomedical applications based on the cross-linking of bacterial cellulose (BC) and a fusion protein with modules carbohydrate binding domain (CBD) for binding to cellulose, elastin-like polypeptides (ELP) and bone morphogenic protein 2 (BMP-2). The production of this biomaterial is being carried out with synthetic biology techniques using two differents Escherichia coli expression systems. The first one produces bacterial celullose and the second one produces the fusion protein CBD-ELP-BMP2. | |
<br/> | <br/> | ||
<br/> | <br/> | ||
− | Bacterial cellulose | + | |
+ | Bacterial cellulose is used as a matrix because of the biocompatibility with the human body and has the potential to regulate cell adhesion, that is an important characteristic to be used as a scaffold. ELP is a structural protein which confers new physicochemical characteristics to the biomaterial such us a transition temperature that allows the biomaterial to be as a hydrogel. On the other hand, the BMP2 protein, is an inducer of cell differentiation in osteoblasts, which confers bone tissue regeneration property. | ||
+ | |||
+ | |||
<br/> | <br/> | ||
<br/> | <br/> | ||
− | + | ||
</div> | </div> | ||
</div> | </div> | ||
Line 758: | Line 770: | ||
</div> | </div> | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | <script> | ||
+ | |||
+ | var slider_Part_Law_2 = new IdealImageSlider.Slider({ | ||
+ | selector: '#slider_Part_Law_2', | ||
+ | height: 600, // Required but can be set by CSS | ||
+ | initialHeight: 600, | ||
+ | maxHeight: 750, | ||
+ | interval: 4000 | ||
+ | }); | ||
+ | //slider_Part_Law_2.addCaptions(); | ||
+ | slider_Part_Law_2.start(); | ||
+ | |||
+ | </script> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
Line 824: | Line 818: | ||
</script> | </script> | ||
+ | |||
</html> | </html> | ||
+ | {{Ecuador/footer}} |
Latest revision as of 18:26, 25 November 2018
IdealImageSlider
Captions Extension v1.0.1
What is C-lastin?
Know our idea
About our project
We are developing a novel biomaterial for biomedical applications based on the cross-linking of bacterial cellulose (BC) and a fusion protein with modules carbohydrate binding domain (CBD) for binding to cellulose, elastin-like polypeptides (ELP) and bone morphogenic protein 2 (BMP-2). The production of this biomaterial is being carried out with synthetic biology techniques using two differents Escherichia coli expression systems. The first one produces bacterial celullose and the second one produces the fusion protein CBD-ELP-BMP2.
Bacterial cellulose is used as a matrix because of the biocompatibility with the human body and has the potential to regulate cell adhesion, that is an important characteristic to be used as a scaffold. ELP is a structural protein which confers new physicochemical characteristics to the biomaterial such us a transition temperature that allows the biomaterial to be as a hydrogel. On the other hand, the BMP2 protein, is an inducer of cell differentiation in osteoblasts, which confers bone tissue regeneration property.
Bacterial cellulose is used as a matrix because of the biocompatibility with the human body and has the potential to regulate cell adhesion, that is an important characteristic to be used as a scaffold. ELP is a structural protein which confers new physicochemical characteristics to the biomaterial such us a transition temperature that allows the biomaterial to be as a hydrogel. On the other hand, the BMP2 protein, is an inducer of cell differentiation in osteoblasts, which confers bone tissue regeneration property.