Difference between revisions of "Safety/Check In"

(-)
(wrote a custom callback to echo the organism name and part name in the form)
Line 133: Line 133:
  
 
function custom_one_input_changed_response(input_element, command, effective_date, data, textStatus, jqxhr) {
 
function custom_one_input_changed_response(input_element, command, effective_date, data, textStatus, jqxhr) {
console.log(typeof input_element);
+
if (input_element.get(0) == $("[data-form-field=sub_form]").get(0)) {
console.log(input_element instanceof jQuery);
+
$("#organism_name_display").text( $("[data-form-field='sub_form_organism_name']").val() );
console.log(input_element.get(0));
+
var wholeorpart = $("[data-form-field='sub_form_whole_or_part']:checked").val();
 +
$("#part_name_display").text( (wholeorpart == "whole") ? "[Whole Organism]" : $("[data-form-field='sub_form_part_name']").val() );
 +
}
 
}
 
}
 
</script>
 
</script>
  
 
</html>
 
</html>

Revision as of 19:02, 29 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.

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

Start a new Check-In, or choose an existing Check-In:

New Check-In:

Organism name:
(Include name of species, strain, and/or cell line.)

This Check-In is for a:

Organism Information:

What risk group is the organism?

See LINK for help on risk groups

Is the organism on the Australia Group list, or on the U.S. Select Agents and Toxins List?

These organisms and their parts are restricted for international shipment.

Part information:

What is the natural function of this part?

Is the part toxic to humans?

For example, if your part is a protein toxin such as EXAMPLE, or if it is an enzyme that synthesizes a chemical toxin such as EXAMPLE

Is it a virulence factor, or does it mimic one?

PUT A LINK TO SOME INFORMATION ABOUT VIRULENCE FACTORS

What will you use this organism/part for? How does it fit into the overall function of your project?

How will you acquire this organism/part?

(e.g. from a culture collection, from another lab, isolating the part from the organism by PCR, ordering the part from a DNA synthesis company)

Are you taking any additional safety precautions when you use this organism/part?

(e.g. handling it in a separate lab area, wearing additional protective equipment)

Further Comments

Anything else you want to tell us about this organism/part and how you will use it

Comments about this form

Is it easy or difficult to use? Are the questions confusing? etc.