Team:Hong Kong HKUST/human practice/start-up kit

From 2014.igem.org

(Difference between revisions)
 
(7 intermediate revisions not shown)
Line 11: Line 11:
<div id="content_container">
<div id="content_container">
-
<hr>
 
-
 
-
 
-
 
<!-- one row of content , one column one picture right-->
<!-- one row of content , one column one picture right-->
<div class='content_1'><h3>Human Practice Start-up Kit</h3>
<div class='content_1'><h3>Human Practice Start-up Kit</h3>
Line 21: Line 17:
<td class= "content_cell">
<td class= "content_cell">
<div class= "content_area_one_row">
<div class= "content_area_one_row">
-
<div class= "embedded_image_right" style="height:300px; width:300px;">
+
<div class= "embedded_image_right" style="height:200px; width:200px;">
<div class="content_image">
<div class="content_image">
<img src= "https://static.igem.org/mediawiki/2014/0/02/Start-up_Kit_icon.png" />
<img src= "https://static.igem.org/mediawiki/2014/0/02/Start-up_Kit_icon.png" />
Line 28: Line 24:
</div>
</div>
</div>
</div>
-
<p class="first_letter_enhanced">Start-up Kit is the first comprehensive and handy tool that aims to help iGEM teams - particularly the new iGEMers, in initiating new human practice projects. Not only does it give iGEMers a quick guide to begin with, but it also provides them with a preliminary concept of human practice and analyzed data regarding the past projects, which will give teams a jumpstart to flexibly come up with their own novel human practice project.
+
<br>
 +
<p class="first_letter_enhanced">Start-up Kit is the first comprehensive and handy tool that aims to help iGEM teams - particularly the new iGEMers, in initiating new human practice projects. Not only it gives iGEMers a quick guide to begin with, but also provides them with a preliminary concept of human practice and analyzed data regarding the past projects, which will give teams a jumpstart to flexibly come up with their own novel human practice project.
<p>
<p>
-
HKUST iGEM 2014 team spent nearly the whole summer to collect information from all human practice projects done in the past. This large set of data was used as a base for the handbook, report, interview and the search engine. Each serves to interpret and use the database in a different way. For instance, the database is condensed into simple numbers in the handbook to represent frequency of types of projects done in the past. Report, on the other hand, incorporate the data to observe the general trend regarding human practice projects throughout the iGEM history. Interview questions were formed to show iGEM judges’ view on the previously done projects. Last but not least, search engine helps to find the desired information from the mass database more easily. However, due to the complexity and high level of computer coding knowledge required to build the search engine, we decided to reach out for help.  Kevin Christian Wongso, a graduate of the HKUST class 2014, who has a bachelor degree in computer science has lent us a helping hand. Thanks to his help, now users are able to serach for information they want by simply typing a few keywords. </p>
+
HKUST iGEM 2014 team spent nearly the whole summer to collect informations from all human practice projects done in the past. This large set of data was used as a base for the handbook, report, interview and the search engine. The serves exist to interpret and use the database in a different way. For instance, the database is condensed into simple numbers in the handbook to represent frequency of types of projects done in the past. Report, on the other hand, report incorporate the data to observe the general trend regarding human practice projects throughout the iGEM history. Interview questions were formed to show iGEM judges’ view on the previously done projects. Last but not least, search engine helps to find the desired information from the mass database more easily. However, due to the complexity and high level of computer coding knowledge required to build the search engine, we decided to reach out for help.  Kevin Christian Wongso, a graduate of the HKUST class 2014, who has a bachelor degree in computer science has lent us a helping hand. Thanks to his help, now users are able to search for information they want by simply typing a few keywords. </p>
Line 51: Line 48:
<img src="https://static.igem.org/mediawiki/2014/b/b2/Handbook.png"width="130" height="130" />
<img src="https://static.igem.org/mediawiki/2014/b/b2/Handbook.png"width="130" height="130" />
</div>
</div>
-
<p>This book provides advices regarding human practice based on information from human practice projects done in the past.</p>
+
<p>This book provides advices from past human practice projects, past iGEM members as well as the judges. </p>
</div></a>
</div></a>
</td>
</td>
Line 66: Line 63:
<td class= "start_up_link_button">
<td class= "start_up_link_button">
-
<a href="https://2014.igem.org/Team:Hong_Kong_HKUST/human_practice/start-up_kit/search_engine"><div class= "start_up_link_container">
+
<a href="https://2014.igem.org/Team:Hong_Kong_HKUST/human_practice/start-up_kit/search_engine"><div class= "start_up_link_container" align="center">
<h4>Search Engine</h4>
<h4>Search Engine</h4>
<div align="center">
<div align="center">
Line 91: Line 88:
 +
<footer>
 +
<script>
 +
$(document).ready(function(){
 +
 +
//Check to see if the window is top if not then display button
 +
$(window).scroll(function(){
 +
if ($(this).scrollTop() > 100) {
 +
$('.nextPage').fadeIn();
 +
} else {
 +
$('.nextPage').fadeOut();
 +
}
 +
});
 +
 +
});
 +
</script>
 +
<a href="https://2014.igem.org/Team:Hong_Kong_HKUST/human_practice/start-up_kit/handbook" class="nextPage">
 +
<div class="nextPage">
 +
<br>
 +
Next page
 +
</div>
 +
</a>
 +
</footer>
</body>
</body>
</html>
</html>
}}
}}

Latest revision as of 14:50, 17 October 2014



Human Practice Start-up Kit


Start-up Kit is the first comprehensive and handy tool that aims to help iGEM teams - particularly the new iGEMers, in initiating new human practice projects. Not only it gives iGEMers a quick guide to begin with, but also provides them with a preliminary concept of human practice and analyzed data regarding the past projects, which will give teams a jumpstart to flexibly come up with their own novel human practice project.

HKUST iGEM 2014 team spent nearly the whole summer to collect informations from all human practice projects done in the past. This large set of data was used as a base for the handbook, report, interview and the search engine. The serves exist to interpret and use the database in a different way. For instance, the database is condensed into simple numbers in the handbook to represent frequency of types of projects done in the past. Report, on the other hand, report incorporate the data to observe the general trend regarding human practice projects throughout the iGEM history. Interview questions were formed to show iGEM judges’ view on the previously done projects. Last but not least, search engine helps to find the desired information from the mass database more easily. However, due to the complexity and high level of computer coding knowledge required to build the search engine, we decided to reach out for help. Kevin Christian Wongso, a graduate of the HKUST class 2014, who has a bachelor degree in computer science has lent us a helping hand. Thanks to his help, now users are able to search for information they want by simply typing a few keywords.


Next page

Home

Pneumosensor

Riboregulator

Human Practice

Team

WetLab

Achievement