Line 1: | Line 1: | ||
− | {{ | + | {{Main2020}} |
<html> | <html> | ||
− | |||
− | |||
<style> | <style> | ||
+ | /* This wraps the section of questions */ | ||
+ | fieldset { | ||
+ | background-color: #f9f9f9; | ||
+ | border: 1px solid #d3d3d3; | ||
+ | border-radius: 5px; | ||
+ | margin: 40px auto; | ||
+ | max-width: 1250px; | ||
+ | padding: 40px; | ||
+ | } | ||
− | + | /*This styles the title of a section */ | |
− | color:# | + | legend { |
+ | color:#00A19D; | ||
+ | font-size: 16px; | ||
+ | font-weight: bold; | ||
} | } | ||
+ | |||
+ | |||
+ | |||
+ | /*This styles the input text boxes */ | ||
+ | input[type=text] { | ||
+ | border: 1px solid #d3d3d3; | ||
+ | border-radius: 5px; | ||
+ | box-sizing: border-box; | ||
+ | display: inline-block; | ||
+ | margin: 0px; | ||
+ | padding: 7px 20px; | ||
+ | width:80%; | ||
+ | } | ||
+ | |||
+ | .forty_percent { | ||
+ | width:40% !important; | ||
+ | } | ||
+ | |||
+ | .hundred_percent { | ||
+ | width:100% !important; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* This styles the big paragraph text areas */ | ||
+ | #formbody textarea { | ||
+ | border: 1px solid #d3d3d3; | ||
+ | border-radius: 5px; | ||
+ | box-sizing: border-box; | ||
+ | display: inline-block; | ||
+ | padding: 15px; | ||
+ | width: 99%; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | /* This styles the dropdown select */ | ||
+ | #formbody select{ | ||
+ | background: #ffffff; | ||
+ | border: 1px solid #d3d3d3; | ||
+ | margin-bottom: 3px; | ||
+ | width: 20%; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | #formbody .teamselector-multiple { | ||
+ | border-radius: 5%; | ||
+ | padding: 15px; | ||
+ | margin: 0px 15px; | ||
+ | width: 85%; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | /* visible when selecting which dropdown option */ | ||
+ | #formbody input:focus { | ||
+ | background: #ffffff; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | /*This styles the input text boxes and select dropdown when selected or brought "in focus" */ | ||
+ | input[type=text]:focus, #formbody textarea:focus , #formbody select:focus{ | ||
+ | border: 1px solid #00bdcd; | ||
+ | outline: none; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | /*This styles the input submit button */ | ||
+ | input[type=submit], input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button { | ||
+ | background-color: #00a19c !important; | ||
+ | border-radius: 4px; | ||
+ | color: #ffffff !important; | ||
+ | cursor: pointer; | ||
+ | font-size:105%; | ||
+ | font-weight: bold; | ||
+ | margin: auto; | ||
+ | min-width: 50%; | ||
+ | text-decoration: none !important; | ||
+ | padding: 15px !important; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | /*This styles the input submit button on hover */ | ||
+ | input[type=submit]:hover, input[type="button" i] :hover, input[type="submit" i]:hover, input[type="reset" i]:hover, input[type="file" i]::-webkit-file-upload-button:hover, button:hover { | ||
+ | background-color: #0a5157 !important; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*styling for p class used for questions */ | ||
+ | #formbody .question { | ||
+ | color: #000000; | ||
+ | font-weight: bold; | ||
+ | margin-top: 1em; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | /* styling for ul in forms */ | ||
+ | #formbody fieldset ul { | ||
+ | margin-left: 0px; | ||
+ | list-style:none; | ||
+ | padding-left: 25px; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* styling for ul in forms */ | ||
+ | #formbody fieldset ul li { | ||
+ | list-style:none; | ||
+ | padding: 10px 0px; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* styling for the wrapper class, this class surrounds an item that is being saved into the system. it gives visual feedback to the user that the form is working. */ | ||
+ | #formbody .wrapper{ | ||
+ | background-color: transparent; | ||
+ | padding: 10px; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | /* make span class align the text to the left of dropdowns so they all align */ | ||
+ | #formbody .align_dropdowns { | ||
+ | float: left; | ||
+ | padding: 5px 0px; | ||
+ | width: 90px; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | #formbody .dropdown_question { | ||
+ | padding: 0px 32px; | ||
+ | margin-bottom: 10px; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*style section numbers */ | ||
+ | .section_numbers { | ||
+ | color: #00bdcd; | ||
+ | border-radius: 50%; | ||
+ | padding: 5px 7px 5px 9px; | ||
+ | text-align: center; | ||
+ | font-size: 15px; | ||
+ | margin-right: 10px; | ||
+ | border: 3px solid #00bdcd; | ||
+ | } | ||
+ | |||
+ | |||
+ | .admins_only { | ||
+ | display: none; | ||
+ | border: 2px solid #FF9900 !important; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | #formbody td { | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | |||
+ | .submitted_form_message{ | ||
+ | background-color: #FFB819; | ||
+ | bottom: 0px; | ||
+ | left: 0px; | ||
+ | padding: 1% 0; | ||
+ | position: fixed; | ||
+ | display:none !important; | ||
+ | } | ||
+ | |||
+ | |||
+ | .question_note{ | ||
+ | color: #6b6b6b; | ||
+ | font-style: italic; | ||
+ | font-weight: normal; | ||
+ | } | ||
+ | |||
+ | |||
+ | #aj_form_error_inner_div { | ||
+ | background-color: rgba(255, 228, 232, 0.71); | ||
+ | border: 1px solid #fdb9b9; | ||
+ | border-radius: 5px; | ||
+ | display: block; | ||
+ | margin: 30px auto 20px auto; | ||
+ | padding: 15px 0px; | ||
+ | text-align: center; | ||
+ | width: 40%; | ||
+ | } | ||
+ | |||
+ | .igem_content_wrapper h3 { | ||
+ | color: #616161 !important; | ||
+ | } | ||
+ | |||
+ | |||
+ | #aj_form_error_inner_div img { | ||
+ | padding: 0px; | ||
+ | width: 10%; | ||
+ | } | ||
+ | |||
+ | |||
+ | #formbody select#team_list_dropdown { | ||
+ | margin: auto 12px; | ||
+ | width: 80%; | ||
+ | } | ||
+ | |||
+ | |||
+ | #formbody fieldset .column.half_size.left_side{ | ||
+ | padding: 0px; | ||
+ | margin-left: 0; | ||
+ | width: 42%; | ||
+ | } | ||
+ | |||
+ | #formbody fieldset .column.half_size.right_side{ | ||
+ | border-left:1px solid black; | ||
+ | padding-left:5%; | ||
+ | } | ||
+ | |||
+ | #formbody fieldset .column.third_size { | ||
+ | padding: 0px; | ||
+ | width:29.3%; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | /* 1100px */ | ||
+ | /************************************************/ | ||
+ | @media only screen and (max-width: 1100px) { | ||
+ | |||
+ | #formbody fieldset .column.half_size.left_side, | ||
+ | #formbody fieldset .column.half_size.right_side, | ||
+ | #formbody fieldset .column.third_size {width:96%;} | ||
+ | |||
+ | #formbody fieldset .column.half_size.right_side{ | ||
+ | border-left:none; | ||
+ | border-top:1px solid black; | ||
+ | padding-left:0; | ||
+ | padding-top:10%; | ||
+ | } | ||
+ | } | ||
</style> | </style> | ||
+ | |||
<script type="text/javascript"> | <script type="text/javascript"> | ||
var form_info = {}; | var form_info = {}; | ||
− | form_info.name=" | + | form_info.name="2020_check_in"; |
− | form_info.display_title=' | + | form_info.display_title='2020 Check-In'; |
− | form_info.year=" | + | form_info.year="2020"; |
form_info.default_mode = "edit"; | form_info.default_mode = "edit"; | ||
form_info.owner_type = "team"; | form_info.owner_type = "team"; | ||
form_info.permissions = {view: ["public"], | form_info.permissions = {view: ["public"], | ||
edit: ["group_members", "super_users"], | edit: ["group_members", "super_users"], | ||
− | submit: [" | + | submit: ["Instructor", "Primary PI", "Secondary PI", "super_users"], |
admin: ["super_users"]}; | admin: ["super_users"]}; | ||
form_info.validate_unspecified_fields = "required"; | form_info.validate_unspecified_fields = "required"; | ||
− | form_info.ajax_URL = "https:// | + | form_info.ajax_URL = "https://2020.igem.org/cgi/forms/form.cgi"; |
</script> | </script> | ||
<script src="https://igem.org/wiki/index.php?title=HQ:Safety_Forms.js&action=raw&ctype=text/javascript"></script> | <script src="https://igem.org/wiki/index.php?title=HQ:Safety_Forms.js&action=raw&ctype=text/javascript"></script> | ||
+ | |||
Line 165: | Line 421: | ||
<p><b><a class="change_mode" data-mode="admin">Go to Admin Mode</a></b> / <a class="change_team" data-team="1874">Go to Team Example</a> / Go to Username: <input type="text" id="author_select" autocomplete="off"></p> | <p><b><a class="change_mode" data-mode="admin">Go to Admin Mode</a></b> / <a class="change_team" data-team="1874">Go to Team Example</a> / Go to Username: <input type="text" id="author_select" autocomplete="off"></p> | ||
</div> | </div> | ||
+ | |||
+ | |||
+ | |||
+ | |||
Revision as of 15:48, 14 May 2020
Safety Check-Ins
You should submit a Check-In before you acquire or use certain materials in your lab or before you undertake certain types of activities. Specifically, you should send us a Check-In for any organism, part, or activity that is not on the White List. We expect to reply to most Check-Ins within a few days. If you have not heard back from us in a week, please email safety [at] igem.org.
Check-Ins are a way for you to quickly and easily ask iGEM's safety experts to review your plans for safely acquiring and using a higher risk organism/part/activity, and to approve your plans or suggest changes.
We encourage STUDENTS, instead of instructors, to complete this form. Please provide as much detail as possible.
Once the iGEM Safety and Security Committee has approved your Check-In by email, you may begin working with the material (organism or part) or activity. You may Check-In for as many organisms/parts as you wish, and any team member may send a Check-In at any time until the Jamboree.
While you type, this form will remember your answers. When you are finished, press the "Submit" button at the bottom to send your form to the iGEM Safety Committee.
If you need help, or if you are unsure whether an organism/part requires a Check-In, email safety (at) igem (dot) org to ask.
Frequently Asked Questions about Check-Ins
The Safety Forms are not open for submission. You may review the questions below, but teams cannot submit any information until May 1, Opening Day. Please email safety [AT] igem [DOT] org with any questions.
Orange stuff is only visible to wiki superusers (hide orange stuff)
Go to Admin Mode / Go to Team Example / Go to Username: