Difference between revisions of "Safety/About Our Lab"

(edited alertmessage, disabled all fields)
(plugged in KForms Unstable)
Line 1: Line 1:
 
{{2015Top}}
 
{{2015Top}}
 +
{{JS/QueryStringUtilities}}
 +
{{HTML/J}}
  
 
<html>
 
<html>
Line 5: Line 7:
 
<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 -->
 
<!-- include KForms here -->
<!-- also remember to config form_info -->
+
<script type="text/javascript">
 +
var form_info = {};
 +
form_info.name="2015_about_our_lab";
 +
form_info.display_title='2015 "About Our Lab" 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 17: Line 32:
 
<!-- alert message, the text can be edited -->  
 
<!-- alert message, the text can be edited -->  
 
<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>
 +
 +
</html>{{HTML/Temp/FormTitleAndMode}}<html>
  
 
<div id="formbody">
 
<div id="formbody">
Line 23: Line 40:
  
 
<ul>
 
<ul>
<li><label><input disabled type="radio" name="Lab Safety Level" data-form-field="lab_bsl" value="bsl_1"> Level 1 (low risk)</label></li>
+
<li><label><input type="radio" name="Lab Safety Level" data-form-field="lab_bsl" value="bsl_1"> Level 1 (low risk)</label></li>
<li><label><input disabled type="radio" name="Lab Safety Level" data-form-field="lab_bsl" value="bsl_2"> Level 2 (moderate risk)</label></li>
+
<li><label><input type="radio" name="Lab Safety Level" data-form-field="lab_bsl" value="bsl_2"> Level 2 (moderate risk)</label></li>
<li><label><input disabled type="radio" name="Lab Safety Level" data-form-field="lab_bsl" value="bsl_3"> Level 3 (high risk)</label></li>
+
<li><label><input type="radio" name="Lab Safety Level" data-form-field="lab_bsl" value="bsl_3"> Level 3 (high risk)</label></li>
<li><label><input disabled type="radio" name="Lab Safety Level" data-form-field="lab_bsl" value="bsl_4"> Level 4 (extreme risk)</label></li>
+
<li><label><input type="radio" name="Lab Safety Level" data-form-field="lab_bsl" value="bsl_4"> Level 4 (extreme risk)</label></li>
<li><label><input disabled type="radio" name="Lab Safety Level" data-form-field="lab_bsl" value="bsl_none"> Our team is not doing any wet-lab work</label></li>
+
<li><label><input type="radio" name="Lab Safety Level" data-form-field="lab_bsl" value="bsl_none"> Our team is not doing any wet-lab work</label></li>
<li><label><input disabled type="radio" name="Lab Safety Level" data-form-field="lab_bsl" value="bsl_other"> Other safety level (please describe):</label></li>
+
<li><label><input type="radio" name="Lab Safety Level" data-form-field="lab_bsl" value="bsl_other"> Other safety level (please describe):</label></li>
<li><label><input disabled type="radio" name="Lab Safety Level" data-form-field="lab_bsl" value="bsl_multiple"> We have several different lab spaces with different Safety Levels (please describe what experiments you do in each space):</label></li>
+
<li><label><input type="radio" name="Lab Safety Level" data-form-field="lab_bsl" value="bsl_multiple"> We have several different lab spaces with different Safety Levels (please describe what experiments you do in each space):</label></li>
<li><label><input disabled type="radio" name="Lab Safety Level" data-form-field="lab_bsl" value="bsl_unknown"> We don't know the Safety Level of our lab (please comment):</label></li>
+
<li><label><input type="radio" name="Lab Safety Level" data-form-field="lab_bsl" value="bsl_unknown"> We don't know the Safety Level of our lab (please comment):</label></li>
 
</ul>
 
</ul>
  
Line 36: Line 53:
  
 
<ul>
 
<ul>
<li><label><input disabled type="checkbox" name="Work Areas" data-form-field="openbench"> Open bench </label></li>
+
<li><label><input type="checkbox" name="Work Areas" data-form-field="openbench"> Open bench </label></li>
<li><label><input disabled type="checkbox" name="Work Areas" data-form-field="bsc"> Biosafety cabinet / laminar flow hood </label></li>
+
<li><label><input type="checkbox" name="Work Areas" data-form-field="bsc"> Biosafety cabinet / laminar flow hood </label></li>
<li><label><input disabled type="checkbox" name="Work Areas" data-form-field="fumehood"> Chemical fume hood </label></li>
+
<li><label><input type="checkbox" name="Work Areas" data-form-field="fumehood"> Chemical fume hood </label></li>
<li><label><input disabled type="checkbox" name="Work Areas" data-form-field="workarea_other"> Other work area (please describe): </label></li>
+
<li><label><input type="checkbox" name="Work Areas" data-form-field="workarea_other"> Other work area (please describe): </label></li>
<li><label><input disabled type="checkbox" name="Work Areas" data-form-field="workarea_unknown"> Unknown (please comment): </label></li>
+
<li><label><input type="checkbox" name="Work Areas" data-form-field="workarea_unknown"> Unknown (please comment): </label></li>
 
</ul>
 
</ul>
  
Line 46: Line 63:
  
 
<ul>
 
<ul>
<li><input disabled type="radio" name="Safety Training" data-form-field="training" value="already"> Yes, we have already received safety training.</label></li>
+
<li><input type="radio" name="Safety Training" data-form-field="training" value="already"> Yes, we have already received safety training.</label></li>
<li><input disabled type="radio" name="Safety Training" data-form-field="training" value="notyet"> We plan to receive safety training in the future (approximately when?): </label></li>
+
<li><input type="radio" name="Safety Training" data-form-field="training" value="notyet"> We plan to receive safety training in the future (approximately when?): </label></li>
<li><input disabled type="radio" name="Safety Training" data-form-field="training" value="notraining"> We will not have safety training (please comment):</label></li>
+
<li><input type="radio" name="Safety Training" data-form-field="training" value="notraining"> We will not have safety training (please comment):</label></li>
 
</ul>
 
</ul>
  
 
<p class="question">3. b) Please briefly describe the topics that you learned about (or will learn about) in your safety training.</p>
 
<p class="question">3. b) Please briefly describe the topics that you learned about (or will learn about) in your safety training.</p>
  
<textarea disabled rows="3" name="Safety Training Topics" data-form-field="training_topics"></textarea>
+
<textarea rows="3" name="Safety Training Topics" data-form-field="training_topics"></textarea>
  
 
<p class="question">4. Who is responsible for the safety of biology labs at your institution? What are the guidelines for laboratory biosafety? Please give a link to these guidelines, or briefly describe them if you cannot give a link.</p>
 
<p class="question">4. Who is responsible for the safety of biology labs at your institution? What are the guidelines for laboratory biosafety? Please give a link to these guidelines, or briefly describe them if you cannot give a link.</p>
  
<textarea disabled rows="3" name="Your institution's biosafety" data-form-field="institution_biosafety"></textarea>
+
<textarea rows="3" name="Your institution's biosafety" data-form-field="institution_biosafety"></textarea>
  
 
<p class="question">5. In your country / region, what are the laws and regulations that govern biosafety in research laboratories? Please give a link to these regulations, or briefly describe them if you cannot give a link.</p>
 
<p class="question">5. In your country / region, what are the laws and regulations that govern biosafety in research laboratories? Please give a link to these regulations, or briefly describe them if you cannot give a link.</p>
  
<textarea disabled rows="3" name="Your country's biosafety laws" data-form-field="country_biosafety"></textarea>
+
<textarea rows="3" name="Your country's biosafety laws" data-form-field="country_biosafety"></textarea>
  
 
</div>
 
</div>

Revision as of 20:09, 27 April 2015


Template:HTML/J

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

This form has been submitted.

You can unsubmit the form if you wish to make further edits.

Click here to dismiss this message

-- Please choose a team

1. What is the Safety Level of your lab? (Use the WHO numbering system, in which Level 4 is used for the most dangerous organisms.)

2. Which work areas do you use to handle biological materials? Please check all that apply.

3. a) Have your team members received any safety training yet?

  • Yes, we have already received safety training.
  • We plan to receive safety training in the future (approximately when?):
  • We will not have safety training (please comment):

3. b) Please briefly describe the topics that you learned about (or will learn about) in your safety training.

4. Who is responsible for the safety of biology labs at your institution? What are the guidelines for laboratory biosafety? Please give a link to these guidelines, or briefly describe them if you cannot give a link.

5. In your country / region, what are the laws and regulations that govern biosafety in research laboratories? Please give a link to these regulations, or briefly describe them if you cannot give a link.