Difference between revisions of "Safety/About Our Project"

(changed alert message, disabled all inputs)
(mostly plugged in kforms)
Line 1: Line 1:
 
{{2015Top}}
 
{{2015Top}}
 +
{{JS/QueryStringUtilities}}
 +
{{HTML/JSDisabled}}
  
 
<html>
 
<html>
  
 
<link rel="stylesheet" type="text/css" href="https://igem.org/Template:CSS/Forms?action=raw&ctype=text/css" />
 
<link rel="stylesheet" type="text/css" href="https://igem.org/Template:CSS/Forms?action=raw&ctype=text/css" />
<!-- include KForms here -->
+
<script type="text/javascript">
<!-- also remember to config form_info -->
+
var form_info = {};
 +
form_info.name="2015_about_our_project";
 +
form_info.display_title='2015 "About Our Project" Questionnaire';
 +
form_info.default_mode = "edit";
 +
form_info.owner_type = "team";
 +
form_info.permissions = {view: ["public"],
 +
edit: ["group_members"],
 +
submit: ["group_members"],
 +
admin: ["super_users"]};
 +
form_info.validate_unspecified_fields = "required";
 +
form_info.ajax_URL = "https://2015.igem.org/cgi/forms/form.cgi";
 +
</script>
 +
<script src="https://igem.org/Template:JS/KForms_Unstable?action=raw&ctype=text/javascript"></script>
  
 
<!-- this is where the submenu is placed -->
 
<!-- this is where the submenu is placed -->
Line 18: Line 32:
 
<div class="alertMessage"> <p> Safety form software is still being written. The form will be open for answers at the beginning of May. We apologize for the delay.</p></div>
 
<div class="alertMessage"> <p> Safety form software is still being written. The form will be open for answers at the beginning of May. We apologize for the delay.</p></div>
  
<div id="formbody">
+
<div id="formbody" class="bordered">
  
 
<p class="question">1. What is your chassis organism?</p>
 
<p class="question">1. What is your chassis organism?</p>
Line 24: Line 38:
  
 
<ul>
 
<ul>
<li><label><input disabled type="checkbox" name="Chassis organism" data-form-field="ecoli"> E. coli</label></li>
+
<li><label><input type="checkbox" name="Chassis organism" data-form-field="chassis_ecoli"> E. coli</label></li>
<li><label><input disabled type="checkbox" name="Chassis organism" data-form-field="yeast"> Yeast (Saccharomyces)</label></li>
+
<li><label><input type="checkbox" name="Chassis organism" data-form-field="chassis_yeast"> Yeast (Saccharomyces)</label></li>
<li><label><input disabled type="checkbox" name="Chassis organism" data-form-field="lactobacillus"> Lactobacillus</label></li>
+
<li><label><input type="checkbox" name="Chassis organism" data-form-field="chassis_lactobacillus"> Lactobacillus</label></li>
<li><label><input disabled type="checkbox" name="Chassis organism" data-form-field="bsubtilis"> B. subtilis</label></li>
+
<li><label><input type="checkbox" name="Chassis organism" data-form-field="chassis_bsubtilis"> B. subtilis</label></li>
<li><label><input disabled type="checkbox" name="Chassis organism" data-form-field="chassis_other"> Others: </label></li>
+
<li><label><input type="checkbox" name="Chassis organism" data-form-field="chassis_other"> Others (give species names): </label> <textarea rows="2" name="Other chassis (give species names)" data-form-field="chassis_other_describe" data-validation="[data-form-field=chassis_other]"></li>
<li><label><input disabled type="checkbox" name="Chassis organism" data-form-field="chassis_none"> No chassis organism</label></li>
+
<li><label><input type="checkbox" name="Chassis organism" data-form-field="chassis_none"> No chassis organism (please comment):</label> <textarea rows="2" name="No chassis (comment)" data-form-field="chassis_none_describe" data-validation="[data-form-field=chassis_none]"></li>
 
</ul>
 
</ul>
  
Line 37: Line 51:
 
<p>What organisms, and what experiments will you do? Please explain briefly. Please include the names of species / cell lines / strains.</p>
 
<p>What organisms, and what experiments will you do? Please explain briefly. Please include the names of species / cell lines / strains.</p>
  
<textarea disabled rows="4" name="Other organisms" data-form-field="other_organisms"></textarea>
+
<textarea rows="4" name="Other organisms" data-form-field="other_organisms"></textarea>
  
 
<p>Example answers:</p>
 
<p>Example answers:</p>
Line 49: Line 63:
 
<p>Describe the goal of your project: what is your engineered organism supposed to do? Please include specific technical details and names of important parts. (Even though your project might change, please describe the main project idea you are working on right now. See the example answers for help.)</p>
 
<p>Describe the goal of your project: what is your engineered organism supposed to do? Please include specific technical details and names of important parts. (Even though your project might change, please describe the main project idea you are working on right now. See the example answers for help.)</p>
  
<textarea disabled rows="4" name="Other organisms" data-form-field="other_organisms"></textarea>
+
<textarea rows="6" name="How your project works" data-form-field="how_it_works"></textarea>
  
 
<p>Good example answers:</p>
 
<p>Good example answers:</p>
Line 68: Line 82:
  
 
<ul>
 
<ul>
<li><label><input disabled type="checkbox" name="Real world application" data-form-field=""> Our project is foundational / we do not have a specific real-world application in mind</label><br />
+
<li><label><input type="checkbox" name="Real world application" data-form-field="rwa_foundational"> Our project is foundational / we do not have a specific real-world application in mind</label><br />
 
(Examples: library of standardized promoters, system for communication between cells)</li>
 
(Examples: library of standardized promoters, system for communication between cells)</li>
<li><label><input disabled type="checkbox" name="Real world application" data-form-field=""> Only in the lab</label><br />
+
<li><label><input type="checkbox" name="Real world application" data-form-field="rwa_lab"> Only in the lab</label><br />
 
(Examples: reporter strain for measuring the strength of promoters)</li>
 
(Examples: reporter strain for measuring the strength of promoters)</li>
<li><label><input disabled type="checkbox" name="Real world application" data-form-field=""> In a factory</label><br />
+
<li><label><input type="checkbox" name="Real world application" data-form-field="rwa_factory"> In a factory</label><br />
 
(Examples: cells that make a flavor chemical for food, cells that make biofuel)</li>
 
(Examples: cells that make a flavor chemical for food, cells that make biofuel)</li>
<li><label><input disabled type="checkbox" name="Real world application" data-form-field=""> In a consumer product that ordinary people buy</label><br />
+
<li><label><input type="checkbox" name="Real world application" data-form-field="rwa_consumer"> In a consumer product that ordinary people buy</label><br />
 
(Examples: cells that clean your clothes, bread made with engineered yeast)</li>
 
(Examples: cells that clean your clothes, bread made with engineered yeast)</li>
<li><label><input disabled type="checkbox" name="Real world application" data-form-field=""> In agriculture / on a farm</label><br />
+
<li><label><input type="checkbox" name="Real world application" data-form-field="rwa_agriculture"> In agriculture / on a farm</label><br />
 
(Examples: cells that guard against pests, engineered rice plants, cells that promote growth of crop plants)</li>
 
(Examples: cells that guard against pests, engineered rice plants, cells that promote growth of crop plants)</li>
<li><label><input disabled type="checkbox" name="Real world application" data-form-field=""> In a small enclosed device</label><br />
+
<li><label><input type="checkbox" name="Real world application" data-form-field="rwa_device"> In a small enclosed device</label><br />
 
(Examples: a bio-sensing strip with cells that detect arsenic)</li>
 
(Examples: a bio-sensing strip with cells that detect arsenic)</li>
<li><label><input disabled type="checkbox" name="Real world application" data-form-field=""> In the natural environment</label><br />
+
<li><label><input type="checkbox" name="Real world application" data-form-field="rwa_environment"> In the natural environment</label><br />
 
(Examples: cells that remove pollution from lakes, engineered forest trees that can resist drought)</li>
 
(Examples: cells that remove pollution from lakes, engineered forest trees that can resist drought)</li>
<li><label><input disabled type="checkbox" name="Real world application" data-form-field=""> To be used in the human body, or in food</label><br />
+
<li><label><input type="checkbox" name="Real world application" data-form-field="rwa_humanbody"> To be used in the human body, or in food</label><br />
 
(Examples: anti-cancer bacteria, bread made with engineered yeast, engineered rice plants)</li>
 
(Examples: anti-cancer bacteria, bread made with engineered yeast, engineered rice plants)</li>
<li><label><input disabled type="checkbox" name="Real world application" data-form-field=""> Other</label><br />
+
<li><label><input type="checkbox" name="Real world application" data-form-field="rwa_other"> Other</label><br />
 
(Examples: bacteria that live on Mars)</li>
 
(Examples: bacteria that live on Mars)</li>
 
</ul>
 
</ul>
 +
 +
<div class="submit_buttons_box">
 +
<p class="question">Finished? <input type="submit" data-form-field="submit" value="Submit Form"></p>
 +
<p class="question">Need to make changes? <input type="submit" data-form-field="return_form" value="Unsubmit Form"></p>
 +
</div>
  
 
</div>
 
</div>

Revision as of 20:43, 28 April 2015



You have JavaScript disabled.

This page requires JavaScript in order to function correctly. Please enable JavaScript in your browser, then try again.

Safety form software is still being written. The form will be open for answers at the beginning of May. We apologize for the delay.

1. What is your chassis organism?

Check all species you are genetically modifying in your project.

  • Example answers:

    • "Our bacteria is meant to live on plant leaves, so we will test them on tobacco (Nicotiana benthamiana) in a lab greenhouse."
    • "We want to use a protein from ants, but its sequence is unknown. So we will capture ants (Camponotus spp.) to extract DNA and RNA to find the sequence of the protein we want."
    • "Our bacteria need to interact with human cells for a medical application. We will test them in human cell culture using the HEK293 cell line."

    3. How will your project work?

    Describe the goal of your project: what is your engineered organism supposed to do? Please include specific technical details and names of important parts. (Even though your project might change, please describe the main project idea you are working on right now. See the example answers for help.)

    Good example answers:

    • "Our bacteria will live inside a human body. They will detect tumor cells that express biomarkers for liver cancer. They will use invasin to enter the tumor cells, and then secrete apoptin to kill the tumor cells."
    • "Our algae will receive the exhaust from a factory, which is high in CO2. We will increase their expression of Photosystem II proteins to make them absorb more CO2, reducing the factory's emissions."

    Bad example answers (not enough detail):

    • "We are engineering E. coli to cure liver cancer."
    • "Climate change is a very important problem. Our algae will reduce CO2 emissions and fight climate change."

    4. How would your project be used in the real world?

    Imagine that your project were fully developed into a real product that real people could use. How would people use it? Check all appropriate boxes.

    (Note: iGEM teams should not release modified organisms into the natural environment.)


    • (Examples: library of standardized promoters, system for communication between cells)

    • (Examples: reporter strain for measuring the strength of promoters)

    • (Examples: cells that make a flavor chemical for food, cells that make biofuel)

    • (Examples: cells that clean your clothes, bread made with engineered yeast)

    • (Examples: cells that guard against pests, engineered rice plants, cells that promote growth of crop plants)

    • (Examples: a bio-sensing strip with cells that detect arsenic)

    • (Examples: cells that remove pollution from lakes, engineered forest trees that can resist drought)

    • (Examples: anti-cancer bacteria, bread made with engineered yeast, engineered rice plants)

    • (Examples: bacteria that live on Mars)

    Finished?

    Need to make changes?