Difference between revisions of "Team:Elan Vital Korea/Attributions"
Line 1: | Line 1: | ||
− | {{ | + | {{ElanVitalKoreaMWlook}} |
+ | {{ElanVitalKorea}} | ||
+ | |||
<html> | <html> | ||
+ | |||
+ | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> | ||
+ | <script> | ||
+ | $(document).ready(function(){ | ||
+ | // Cache the Window object | ||
+ | $window = $(window); | ||
+ | |||
+ | $('section[data-type="background"]').each(function(){ | ||
+ | var $bgobj = $(this); // assigning the object | ||
+ | |||
+ | $(window).scroll(function() { | ||
+ | |||
+ | // Scroll the background at var speed | ||
+ | // the yPos is a negative value because we're scrolling it UP! | ||
+ | var yPos = -($window.scrollTop() / $bgobj.data('speed')); | ||
+ | |||
+ | // Put together our final background position | ||
+ | var coords = '50% '+ yPos + 'px'; | ||
+ | |||
+ | // Move the background | ||
+ | $bgobj.css({ backgroundPosition: coords }); | ||
+ | |||
+ | }); // window scroll Ends | ||
+ | |||
+ | }); | ||
+ | |||
+ | }); | ||
+ | /* | ||
+ | * Create HTML5 elements for IE's sake | ||
+ | */ | ||
+ | |||
+ | document.createElement("article"); | ||
+ | document.createElement("section"); | ||
+ | </script> | ||
+ | |||
+ | |||
+ | |||
+ | <script> | ||
+ | $('a').click(function(){ | ||
+ | $('html, body').animate({ | ||
+ | scrollTop: $( $(this).attr('href') ).offset().top | ||
+ | }, 500); | ||
+ | return false; | ||
+ | }); | ||
+ | </script> | ||
+ | |||
+ | |||
+ | <style> | ||
+ | |||
+ | @import url(http://fonts.googleapis.com/css?family=Open+Sans); | ||
+ | |||
+ | body{ | ||
+ | margin:0; | ||
+ | padding:0; | ||
+ | font-family: 'Open Sans', sans-serif; | ||
+ | } | ||
+ | |||
+ | |||
+ | #home { | ||
+ | background: url(https://static.igem.org/mediawiki/2015/2/22/TeamBG.png) 50% 0 no-repeat fixed; | ||
+ | height: 1000px; | ||
+ | margin: 0 auto; | ||
+ | width: 100%; | ||
+ | max-width: 1920px; | ||
+ | position: relative; | ||
+ | |||
+ | } | ||
+ | #about { | ||
+ | background: url(https://static.igem.org/mediawiki/2015/9/9c/Newlightbg.jpg) 50% 0 no-repeat fixed; | ||
+ | height: 1000px; | ||
+ | margin: 0 auto; | ||
+ | width: 100%; | ||
+ | max-width: 1920px; | ||
+ | position: relative; | ||
+ | |||
+ | } | ||
+ | |||
+ | /* Introduction */ | ||
+ | |||
+ | #home article { background: url("#") no-repeat scroll center top transparent; height: 458px; position: absolute; text-indent: -9999px; top: 291px; width: 100%; } | ||
+ | |||
+ | #about article { background: url("#") no-repeat scroll center top transparent; height: 458px; position: absolute; text-indent: -9999px; top: 291px; width: 100%; } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | .center { | ||
+ | position: absolute; | ||
+ | margin: auto; | ||
+ | top: 0; | ||
+ | right: 0; | ||
+ | bottom: 0; | ||
+ | left: 0; | ||
+ | width: 100px; | ||
+ | height: 100px; | ||
+ | border-radius: 3px; | ||
+ | } | ||
+ | |||
+ | IMG.displayed { | ||
+ | display: block; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; } | ||
+ | |||
+ | |||
+ | IMG.displayed2 { | ||
+ | float:left; | ||
+ | margin-right:3%; | ||
+ | margin-bottom:3%; } | ||
+ | |||
+ | IMG.displayed3 { | ||
+ | float:right; | ||
+ | margin-left:3%; | ||
+ | margin-bottom:3%; } | ||
+ | |||
+ | h4 { | ||
+ | color:white; | ||
+ | font-size: 24px; | ||
+ | letter-spacing:1px; | ||
+ | line-height:25px; | ||
+ | } | ||
+ | |||
+ | h5{ | ||
+ | text-decoration:none; | ||
+ | font-size: 24px; | ||
+ | letter-spacing:1px; | ||
+ | line-height:25px; | ||
+ | } | ||
+ | |||
+ | IMG.igem { | ||
+ | float:right; | ||
+ | width:5%; | ||
+ | margin:20px; | ||
+ | } | ||
+ | |||
+ | .inner { | ||
+ | width: 60%; | ||
+ | height: auto; | ||
+ | margin-left:20%; | ||
+ | border-radius: 25px; | ||
+ | border: 2px solid #8AC007; | ||
+ | padding: 50px; | ||
+ | } | ||
+ | |||
+ | |||
+ | .inner3 { | ||
+ | width: 60%; | ||
+ | height: auto; | ||
+ | margin-left:20%; | ||
+ | border-radius: 25px; | ||
+ | border: 2px solid #8AC007; | ||
+ | padding: 100px; | ||
+ | } | ||
+ | |||
+ | |||
+ | .inner2 { | ||
+ | width: 60%; | ||
+ | height: auto; | ||
+ | margin-left:30%; | ||
+ | } | ||
+ | |||
+ | |||
+ | p { | ||
+ | font-size:18px; | ||
+ | line-height:170%; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | |||
+ | </head> | ||
+ | |||
<body> | <body> | ||
− | <!-- | + | <!-- Section #1 --> |
− | + | <section id="home" data-speed="10" data-type="background"> | |
− | + | <a href="#"> <img class="igem" src="https://static.igem.org/mediawiki/2015/7/70/IGEM_Logo.gif"></a> | |
− | + | <br> | |
− | <a href="https://2015.igem.org/Team:Elan_Vital_Korea | + | <br> |
− | " | + | <br> |
− | + | <br> | |
− | + | <br> | |
+ | <br> | ||
+ | <br> | ||
+ | <div class="center;"> | ||
+ | <a href="https://2015.igem.org/Team:Elan_Vital_Korea"> | ||
+ | <img class="displayed" src="https://static.igem.org/mediawiki/2015/d/d5/ElanVital_Logo.png"> | ||
+ | </a> | ||
− | < | + | <h4 style="text-align:center;"> |
− | < | + | TEAM <br> -Attributions- |
− | + | </h4> | |
− | < | + | <a href="#myAnchor" rel="" id="anchor1" class="anchorLink"><img class="displayed" src="https://static.igem.org/mediawiki/2015/d/d2/Scroll_arrow.png"></a> |
− | + | </div> | |
+ | </div> | ||
+ | </section> | ||
− | < | + | <!-- Section #2 --> |
− | < | + | <section id="about" data-speed="4" data-type="background"> |
− | |||
− | |||
− | |||
− | |||
− | < | + | <h5 style="text-align:center;"> |
− | < | + | <a name="myAnchor" id="myAnchor"></a><br><br><br> |
+ | Attributions | ||
+ | </h5> | ||
+ | <br><br> | ||
− | |||
− | |||
− | |||
− | |||
+ | <div class="inner"> | ||
+ | <p style="text-align:left;"> | ||
+ | Special Thanks to <span style="font-size:22px;"> Professor You-Jin Hwang </span>, PI of Elan Vital Korea, who shared our belief of what we can do, and generously allowed us to use his lab, materials and other resources we needed. He has been very supportive and understanding all the time, and offered invaluable advices whenever we needed them. <br><br> | ||
− | < | + | And, we cannot thank <span style="font-size:22px;"> Dr. Jeffrey Hannah </span>, our instructor, enough, however we tried. He flew all the way to Korea and stayed with us for more than a week for brainstorming and valuable lectures on the fundamentals of synthetic biology for more than 80 hours. He also opened our eyes on quorum sensing: what it is and what it can do. Our project idea is the brainchild of his works, contributions and guidance. He led us to the idea, and directed our lab works throughout all processes. <br><br> |
− | </ | + | |
+ | And, we cannot ever forget what <span style="font-size:22px;"> Mrs. Eugene Cha </span> gave to us. Mrs. Cha is the mother of one of our members, Suji Lee. She used to work as a molecular biology researcher with master’s degree and amazing lab skills. She worked along with us, assisting us sometimes, doing things that we couldn’t due to schedule conflicts or lack of lab experience. She | ||
+ | happily undertook tedious repetitive lab works for us, and led the Lac Z lab team. Without her inspiration, skill and devotion, we wouldn’t be able to complete the LacZ plasmid. <br><Br> | ||
+ | |||
+ | <span style="font-size:22px;"> Mr. Yeosung Moon and Ms Minji Lee </span> helped us greatly as lab coaches. Often, they had to sacrifice their freedom to stay with us, supervise and teach us lab techniques, and share their valuable experiences. <br><br> | ||
+ | |||
+ | The following companies sponsored our works: <span style="font-size:22px;"> TSST Global, Thinkware Dashcam, Tannus, and Daedong Paper.</span> They helped us greatly reaching out to the community. They generously helped us with funds for video creation and their products which we gave to visitors of our booth as gifts. <br><br> | ||
+ | |||
+ | <span style="font-size:22px;"> YMCA </span> supported our project as our umbrella and guardian. Without their help, we would not have been able to participate in the Korea Youth Expo. Also they lend us their extensive network for our public awareness activities. <br><br> | ||
+ | |||
+ | <span style="font-size:22px;"> Mr. Sungchul Yoo </span> , Secretary General of Korean Science Teacher Association, kindly distributed our information materials and videos to science teachers across Korea. <br><br> | ||
+ | |||
+ | |||
+ | <span style="font-size:22px;"> Mr. Chee Ho Yoon </span> of Royal College of Art helped us to build an excellent team wiki with his artistic inspiration, devotion and years of experience. <br><br> | ||
+ | |||
+ | Video editing and animation creation skills of | ||
+ | <span style="font-size:22px;"> Ms Heyeon Shim, Chaelyn Lee, Sodooeeeee </span> (pen name, of course) have been invaluable for our videos. <br><br> | ||
+ | |||
+ | <span style="font-size:22px;"> Hotel Lotte </span> kindly offered wonderful banquet and excellent ballroom for our regional meet-up.<br><br> | ||
+ | |||
+ | |||
+ | <span style="font-size:22px;"> June Kwon,</span> Young Chan Kim’s mother, shared her past iGEM experience and served as a team secretary until we were able to stand on our feet. And, last but not least, we have been greatly indebted to | ||
+ | <span style="font-size:22px;"> our parents </span> whose financial and emotional support and inspiration made it all possible. Thank you all; you made it all possible!<br><br> | ||
+ | </p> | ||
</div> | </div> | ||
+ | <br /><br /><br /> | ||
+ | |||
+ | |||
+ | <div class="inner"> | ||
+ | <br> | ||
+ | <img class="displayed" src="https://static.igem.org/mediawiki/2015/6/69/Final_logo.PNG"> | ||
+ | <br> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | |||
+ | <br /><br /><br /> | ||
+ | |||
+ | </section> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
</body> | </body> | ||
+ | |||
</html> | </html> | ||
− |
Revision as of 23:21, 18 September 2015
Attributions
Special Thanks to Professor You-Jin Hwang , PI of Elan Vital Korea, who shared our belief of what we can do, and generously allowed us to use his lab, materials and other resources we needed. He has been very supportive and understanding all the time, and offered invaluable advices whenever we needed them.
And, we cannot thank Dr. Jeffrey Hannah , our instructor, enough, however we tried. He flew all the way to Korea and stayed with us for more than a week for brainstorming and valuable lectures on the fundamentals of synthetic biology for more than 80 hours. He also opened our eyes on quorum sensing: what it is and what it can do. Our project idea is the brainchild of his works, contributions and guidance. He led us to the idea, and directed our lab works throughout all processes.
And, we cannot ever forget what Mrs. Eugene Cha gave to us. Mrs. Cha is the mother of one of our members, Suji Lee. She used to work as a molecular biology researcher with master’s degree and amazing lab skills. She worked along with us, assisting us sometimes, doing things that we couldn’t due to schedule conflicts or lack of lab experience. She
happily undertook tedious repetitive lab works for us, and led the Lac Z lab team. Without her inspiration, skill and devotion, we wouldn’t be able to complete the LacZ plasmid.
Mr. Yeosung Moon and Ms Minji Lee helped us greatly as lab coaches. Often, they had to sacrifice their freedom to stay with us, supervise and teach us lab techniques, and share their valuable experiences.
The following companies sponsored our works: TSST Global, Thinkware Dashcam, Tannus, and Daedong Paper. They helped us greatly reaching out to the community. They generously helped us with funds for video creation and their products which we gave to visitors of our booth as gifts.
YMCA supported our project as our umbrella and guardian. Without their help, we would not have been able to participate in the Korea Youth Expo. Also they lend us their extensive network for our public awareness activities.
Mr. Sungchul Yoo , Secretary General of Korean Science Teacher Association, kindly distributed our information materials and videos to science teachers across Korea.
Mr. Chee Ho Yoon of Royal College of Art helped us to build an excellent team wiki with his artistic inspiration, devotion and years of experience.
Video editing and animation creation skills of
Ms Heyeon Shim, Chaelyn Lee, Sodooeeeee (pen name, of course) have been invaluable for our videos.
Hotel Lotte kindly offered wonderful banquet and excellent ballroom for our regional meet-up.
June Kwon, Young Chan Kim’s mother, shared her past iGEM experience and served as a team secretary until we were able to stand on our feet. And, last but not least, we have been greatly indebted to
our parents whose financial and emotional support and inspiration made it all possible. Thank you all; you made it all possible!