Difference between revisions of "Dev/Judging/Application Form"

(copied from prod page. Submitting is waiting on a mystery db problem. Need to fix team selectors for Africa region as they are apparently broken)
m (Protected "Dev/Judging/Application Form" ([edit=sysop] (indefinite) [move=sysop] (indefinite)))
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{2015Top}}
+
nothing here
 
+
{{JS/QueryStringUtilities}}
+
{{HTML/JSDisabled}}
+
 
+
<html>
+
<!--Include the four templates above.-->
+
 
+
 
+
<script type="text/javascript">
+
var form_info = {};
+
form_info.name="2015_judge_application";
+
form_info.display_title="2015 Judging Application Form";
+
form_info.default_mode = "edit";
+
form_info.owner_type = "user";
+
form_info.permissions = {view: ["author", "super_users"],
+
edit: ["author"],
+
submit: ["author"],
+
admin: ["super_users"]};
+
 
+
//form_info.required = "individual";
+
form_info.validate_unspecified_fields = "required";
+
form_info.ajax_URL = "https://2015.igem.org/cgi/forms/form.cgi";
+
 
+
</script>
+
 
+
<link rel="stylesheet" type="text/css" href="https://igem.org/Template:CSS/Forms?action=raw&ctype=text/css" />
+
<script src="https://igem.org/Template:JS/KForms_2.0?action=raw&ctype=text/javascript"></script>
+
 
+
<style type="text/css">
+
#full_name_display, #user_name_display
+
{
+
font-weight: bold;
+
color: black;
+
}
+
 
+
#toptitle
+
{
+
display: none;
+
}
+
 
+
#modes
+
{
+
text-align: right;
+
}
+
 
+
.button
+
{
+
color:#3aa76c;
+
font-weight: bold;
+
text-decoration: none;
+
cursor: pointer;
+
}
+
 
+
#conflicts_holder td
+
{
+
width: 45%;
+
}
+
</style>
+
 
+
<DIV id="fullWidth">
+
<!-- start of content -->
+
 
+
<h2>Welcome!</h2>
+
 
+
<p>Hello, and welcome to the new iGEM 2015 judging application form. We've created this form to simplify the process of applying to be a judge in iGEM. Judging is a great way to experience iGEM, see the Giant Jamboree, and interact with other senior members of the community behind the scenes.</p>
+
<p>Judging in iGEM is a lot of fun, but it does require <b>a strong commitment</b>. iGEM teams work incredibly hard on their projects over the summer, so we need judges who are also committed to work hard to evaluate them. If you can spend time learning about the judging process during the summer, evaluating team wikis the week before the Jamboree, and attending the Jamboree in September, we would love to have you on board!</p>
+
<p>Based on what we have learned over the past several years, we are making a few changes to simplify judging in 2015.</p>
+
<p>We are de-specializing judging, which will eliminate separate evaluation committees (e.g. poster, medal, practices). We will need judges who understand iGEM. We will provide educational resources to help judges learn how to evaluate teams, and we will help you get up to speed if you are selected.</p>
+
<p>We're looking for:</p>
+
<ul>
+
<li>iGEM instructors and advisors</li>
+
<li>People who have judged iGEM in the past</li>
+
<li>People in the synthetic biology industry</li>
+
<li>Synthetic biology researchers who are new to iGEM</li>
+
<li>iGEM alumni who want to stay involved</li>
+
</ul>
+
<p>If you have colleages who you think should apply, please send them the link to this form.</p>
+
<p>Lastly, I'm afraid that if you are a student on a 2015 iGEM team, you can't apply to be a judge this year. But you can apply when you graduate and become an iGEM alum!</p>
+
<p>Thank you for filling out this form. We look forward to picking a strong judging team for 2015.</p>
+
 
+
</html>{{HTML/Temp/FormTitleAndMode}}<html>
+
 
+
<!--Enclose the actual questions in a div id="formbody"-->
+
<DIV id="formbody">
+
 
+
<!--Use fieldsets to group questions, and use the legend tag to title a fieldset-->
+
<fieldset> <legend>General</legend>
+
<p class="question">Full name: <span id="full_name_display">-</span> (Username: <span id="user_name_display">-</span>)</p>
+
 
+
<p class="question">Email: <input type="text" size="40" name="Email" id="email" class="validate-on-change" data-form-field="email" data-validate-as="email"></p>
+
 
+
<p class="question">Gender:</p>
+
<ul>
+
<li><label><input type="radio" data-form-field="gender" name="Gender" id="female" value="female"> Female</label></li>
+
<li><label><input type="radio" data-form-field="gender" name="Gender" id="male" value="male"> Male</label></li>
+
<li><label><input type="radio" data-form-field="gender" name="Gender" id="freeform" value="freeform"></label> <input type="text" size="40" id="freeform-gender" name="Gender (freeform text box)" data-form-field="freeform-gender" data-validation="freeform"></li>
+
</ul>
+
 
+
<p class="question">Institution: <input type="text" size="40" name="Institution" id="institution" data-form-field="institution"></p>
+
 
+
<p class="question">Institution type:</p>
+
<ul>
+
<li><label><input type="radio" data-form-field="institution-type" name="Institution type" id="academia" value="academia"> Academia</label></li>
+
<li><label><input type="radio" data-form-field="institution-type" name="Institution type" id="industry" value="industry"> Industry</label></li>
+
<li><label><input type="radio" data-form-field="institution-type" name="Institution type" id="government" value="government"> Government</label></li>
+
<li><label><input type="radio" data-form-field="institution-type" name="Institution type" id="ngo" value="ngo"> Non-governmental organization (NGO)</label></li>
+
<li><label><input type="radio" data-form-field="institution-type" name="Institution type" id="nonprofit" value="nonprofit"> Non-profit organization</label></li>
+
<li><label><input type="radio" data-form-field="institution-type" name="Institution type" id="other-institution" value="other-institution"> Other:</label> <input type="text" size="40" name="Other institution type" data-validation="other-institution" id="other-institution-describe" data-form-field="other-institution-describe"></li>
+
</ul>
+
 
+
<p class="question">Position: </p>
+
<ul>
+
<li><label><input type="radio" data-form-field="position" name="Position" id="dean" value="dean"> Dean, or equivalent</label></li>
+
<li><label><input type="radio" data-form-field="position" name="Position" id="professor" value="professor"> Professor, or equivalent</label></li>
+
<li><label><input type="radio" data-form-field="position" name="Position" id="pi" value="pi"> PI (primary investigator), or equivalent</label></li>
+
<li><label><input type="radio" data-form-field="position" name="Position" id="postdoc" value="postdoc"> Post-doctoral researcher, or equivalent</label></li>
+
<li><label><input type="radio" data-form-field="position" name="Position" id="grad" value="grad"> PhD student, or equivalent</label></li>
+
<li><label><input type="radio" data-form-field="position" name="Position" id="masters" value="masters"> Masters student, or equivalent</label></li>
+
<li><label><input type="radio" data-form-field="position" name="Position" id="other-position" value="other-position"> Other:</label> <input type="text" size="40" name="Other position" data-validation="other-position" data-form-field="other-position-describe"></li>
+
</ul>
+
 
+
<p class="question">Region (where you currently live/work):
+
<label><input type="radio" name="iGEM Region" data-form-field="region" id="Asia" value="Asia"> Asia</label>
+
<label><input type="radio" name="iGEM Region" data-form-field="region" id="Europe" value="Europe"> Europe</label>
+
<label><input type="radio" name="iGEM Region" data-form-field="region" id="Latin_America" value="Latin_America"> Latin America</label>
+
<label><input type="radio" name="iGEM Region" data-form-field="region" id="North_America" value="North_America"> North America</label>
+
</p>
+
 
+
<p class="question">Number of years of iGEM experience:
+
<label><input type="radio" name="Years of iGEM Experience" data-form-field="years" value="0"> 0</label>
+
<label><input type="radio" name="Years of iGEM Experience" data-form-field="years" value="1"> 1</label>
+
<label><input type="radio" name="Years of iGEM Experience" data-form-field="years" value="2"> 2</label>
+
<label><input type="radio" name="Years of iGEM Experience" data-form-field="years" value="3"> 3</label>
+
<label><input type="radio" name="Years of iGEM Experience" data-form-field="years" value="4"> 4</label>
+
<label><input type="radio" name="Years of iGEM Experience" data-form-field="years" value="5"> 5</label>
+
<label><input type="radio" name="Years of iGEM Experience" data-form-field="years" value="6+"> 6+</label>
+
</p>
+
 
+
<p class="question">Sweatshirt Size:
+
<label><input type="radio" name="Sweatshirt Size" data-form-field="size" id="XS" value="XS"> XS</label>
+
<label><input type="radio" name="Sweatshirt Size" data-form-field="size" id="S" value="S"> S</label>
+
<label><input type="radio" name="Sweatshirt Size" data-form-field="size" id="M" value="M"> M</label>
+
<label><input type="radio" name="Sweatshirt Size" data-form-field="size" id="L" value="L"> L</label>
+
<label><input type="radio" name="Sweatshirt Size" data-form-field="size" id="XL" value="XL"> XL</label>
+
<label><input type="radio" name="Sweatshirt Size" data-form-field="size" id="XXL" value="XXL"> XXL</label>
+
<label><input type="radio" name="Sweatshirt Size" data-form-field="size" id="XXXL" value="XXXL"> XXXL</label>
+
</p>
+
 
+
<p class="question">Dietary restrictions:</p>
+
<ul>
+
<li><label><input type="checkbox" data-validation="optional" name="Dietary restrictions" id="vegetarian" data-form-field="vegetarian"> Vegetarian</label></li>
+
<li><label><input type="checkbox" data-validation="optional" name="Dietary restrictions" id="allergy" data-form-field="allergy"> Food Allergy (describe):</label> <input type="text" size="60" data-validation="allergy" name="Food allergy" data-form-field="allergy-describe"></li>
+
<li>(If you have other dietary restrictions, please <a href="https://igem.org/Contact">contact iGEM HQ</a>.)</li>
+
</ul>
+
 
+
<br />
+
<p class="question">Are you available to attend the <b>entire</b> <a href="https://2015.igem.org/Giant_Jamboree">Giant Jamboree</a> (September 24th-28th, 2015, in Boston)?
+
<label><input type="radio" name="Jamboree Attendance" data-form-field="jamboree" value="yes"> Yes</label>
+
<label><input type="radio" name="Jamboree Attendance" data-form-field="jamboree" value="no"> No</label>
+
</p>
+
 
+
<p class="question">If not, what are your schedule conflicts?</p>
+
<textarea rows="3" data-validation="optional" name="Scheduling Conflicts" id="scheduling_conflicts" data-form-field="scheduling_conflicts" maxlength="500"></textarea>
+
 
+
<div class="highlightBoxB">
+
<h4> Note</h4>
+
<p>If you are selected as a judge, you need to attend the iGEM 2015 <a href="https://2015.igem.org/Giant_Jamboree">Giant Jamboree</a> in Boston (September 24 – 28). iGEM currently cannot provide travel funding for judges to attend.</p>
+
<p>If you are registered as a Primary Contact, Instructor, or Advisor on the roster of a 2015 iGEM team, you will need to pay the Jamboree registration fee even if you are selected as a judge. (You should think of the Jamboree registration fee as the final part of the team registration fee and how we charge more for bigger teams.) As both an instructor and a judge, your primary role must be as an instructor. We ensure that your judging assignments do not conflict with your own team's presentation.</p>
+
<p>If you are not on the roster of a 2015 iGEM team, your Jamboree attendance fee will be waived.</p>
+
</div>
+
 
+
</fieldset>
+
 
+
<fieldset>
+
<legend>Team Affiliations and Conflicts of Interest</legend>
+
 
+
<table id="conflicts_holder">
+
<tr>
+
<td>
+
<p><span class="question">Team Affiliations:</span><br>
+
We encourage team instructors to be judges, but you can't judge your own team. Please select any teams you are officially affiliated with (i.e. you are on their roster of team members).</p>
+
</td>
+
<td>
+
<p><span class="question">Conflicts of Interest:</span> <br>
+
There might be other reasons you could not judge a team impartially -- for example, a team from your alma mater, or a team that you advised informally. Please select any teams for which you have a conflict of interest.</p>
+
</td>
+
</tr>
+
<tr>
+
<td>
+
<select multiple class="teamselector-multiple" size="15" name="Team affiliations" id="team_affiliations" data-form-field="team_affiliations">
+
<option class='none_selected'>I have no 2015 team affiliations</option>
+
<optgroup label="Asia"></optgroup>
+
<optgroup label="Europe"></optgroup>
+
<optgroup label="Latin America"></optgroup>
+
<optgroup label="North America"></optgroup>
+
</select>
+
</td>
+
<td>
+
<select multiple class="teamselector-multiple" size="15" name="Team conflicts of interest" id="team_conflicts" data-form-field="team_conflicts">
+
<option class='none_selected'>I have no 2015 team conflicts of interest</option>
+
<optgroup label="Asia"></optgroup>
+
<optgroup label="Europe"></optgroup>
+
<optgroup label="Latin America"></optgroup>
+
<optgroup label="North America"></optgroup>
+
</select>
+
</td>
+
</tr>
+
</table>
+
 
+
<div class="highlightBoxB">
+
<p>To select multiple teams, use <i><b> Ctrl-click or Cmd-click</i></b>.
+
We recommend that you update your answers once team registration closes in May (this form will save your answers and you can return to edit them).</p>
+
<p>Don't recognize a team name? Look it up in the <a target="_blank" href="https://igem.org/Team_List">Team List</a>.</p>
+
</div>
+
 
+
<p class="question">If you have any other conflicts of interest that are not indicated above, please describe them:</p>
+
<textarea rows="3" data-validation="optional" name="Other conflicts of interest" id="other_conflicts" data-form-field="other_conflicts" maxlength="500"></textarea>
+
</fieldset>
+
 
+
<fieldset> <legend>Motivation</legend>
+
 
+
<p class="question">Why do you want to be a judge in iGEM?</p>
+
<textarea rows="5" name="Why do you want to be a judge" id="why_want_to_judge" data-form-field="why_want_to_judge" maxlength="2000"></textarea>
+
 
+
<p class="question">What professional experience do you have that's relevant to iGEM (e.g., synthetic biology, hardware, software, human practices)?</p>
+
<textarea rows="5" name="What professional experience do you have" id="professional_experience" data-form-field="professional_experience" maxlength="2000"></textarea>
+
 
+
<p class="question">Have you judged student competitions other than iGEM before? If so, which ones? (e.g. FIRST, BIOMOD)</p>
+
<textarea rows="5" name="Have you judged other competitions" id="other_competitions" data-form-field="other_competitions" maxlength="2000"></textarea>
+
 
+
<p class="question">What features of an iGEM team and their project make them worthy of recognition?</p>
+
<p>(New judges may want to familiarize themselves with the <a href="https://static.igem.org/mediawiki/2014/3/39/JUDGESHANDBOOK_2014_1.0.pdf" target="_blank">2014 Judging Handbook Part 1</a>. The 2015 Judging Handbook will be available later this year.)</p>
+
<textarea rows="6" name="What makes an iGEM team worthy of recognition" id="worthy" data-form-field="worthy"></textarea maxlength="2500">
+
</fieldset>
+
 
+
<fieldset> <legend>Track Preferences</legend>
+
 
+
<p>iGEM teams compete in several "tracks", based on the topics of their projects. Please see <a href="https://2015.igem.org/Tracks" target="_blank">the Track page</a> for more information on each track.</p>
+
 
+
<p>When we assign judges to teams, we will try to assign you your first preferences wherever possible. However, we can't anticipate how many teams will be in each track, so it may not always be possible to assign you your first choice. Therefore, you can indicate how you feel about each track. The more first choices you select, the more likely it is that you will be assigned teams in those tracks. If you are <b>unable</b> to evaluate teams in some track areas (software or measurement, for example), please put "Avoid" for those tracks.</p>
+
 
+
<p class="question">Please indicate how highly you prefer each track. You may select multiple first, second, and third preferences.</p>
+
 
+
<table id="track_prefs_table">
+
<tr>
+
<th>Track</th>
+
<th>First</th>
+
<th>Second</th>
+
<th>Third</th>
+
<th>Neutral</th>
+
<th>Avoid</th>
+
</tr>
+
<tr>
+
<th>Art and Design</th>
+
<td><input type="radio" name="pref_artdesign" data-form-field="pref_artdesign" value="first"></td>
+
<td><input type="radio" name="pref_artdesign" data-form-field="pref_artdesign" value="second"></td>
+
<td><input type="radio" name="pref_artdesign" data-form-field="pref_artdesign" value="third"></td>
+
<td><input type="radio" name="pref_artdesign" data-form-field="pref_artdesign" value="neutral"></td>
+
<td><input type="radio" name="pref_artdesign" data-form-field="pref_artdesign" value="avoid"></td>
+
</tr>
+
<tr>
+
<th>Community Labs</th>
+
<td><input type="radio" name="pref_communitylabs" data-form-field="pref_communitylabs" value="first"></td>
+
<td><input type="radio" name="pref_communitylabs" data-form-field="pref_communitylabs" value="second"></td>
+
<td><input type="radio" name="pref_communitylabs" data-form-field="pref_communitylabs" value="third"></td>
+
<td><input type="radio" name="pref_communitylabs" data-form-field="pref_communitylabs" value="neutral"></td>
+
<td><input type="radio" name="pref_communitylabs" data-form-field="pref_communitylabs" value="avoid"></td>
+
</tr>
+
<tr>
+
<th>Energy</th>
+
<td><input type="radio" name="pref_energy" data-form-field="pref_energy" value="first"></td>
+
<td><input type="radio" name="pref_energy" data-form-field="pref_energy" value="second"></td>
+
<td><input type="radio" name="pref_energy" data-form-field="pref_energy" value="third"></td>
+
<td><input type="radio" name="pref_energy" data-form-field="pref_energy" value="neutral"></td>
+
<td><input type="radio" name="pref_energy" data-form-field="pref_energy" value="avoid"></td>
+
</tr>
+
<tr>
+
<th>Environment</th>
+
<td><input type="radio" name="pref_environment" data-form-field="pref_environment" value="first"></td>
+
<td><input type="radio" name="pref_environment" data-form-field="pref_environment" value="second"></td>
+
<td><input type="radio" name="pref_environment" data-form-field="pref_environment" value="third"></td>
+
<td><input type="radio" name="pref_environment" data-form-field="pref_environment" value="neutral"></td>
+
<td><input type="radio" name="pref_environment" data-form-field="pref_environment" value="avoid"></td>
+
</tr>
+
<tr>
+
<th>Food and Nutrition</th>
+
<td><input type="radio" name="pref_food" data-form-field="pref_food" value="first"></td>
+
<td><input type="radio" name="pref_food" data-form-field="pref_food" value="second"></td>
+
<td><input type="radio" name="pref_food" data-form-field="pref_food" value="third"></td>
+
<td><input type="radio" name="pref_food" data-form-field="pref_food" value="neutral"></td>
+
<td><input type="radio" name="pref_food" data-form-field="pref_food" value="avoid"></td>
+
</tr>
+
<tr>
+
<th>Foundational Advance</th>
+
<td><input type="radio" name="pref_foundational" data-form-field="pref_foundational" value="first"></td>
+
<td><input type="radio" name="pref_foundational" data-form-field="pref_foundational" value="second"></td>
+
<td><input type="radio" name="pref_foundational" data-form-field="pref_foundational" value="third"></td>
+
<td><input type="radio" name="pref_foundational" data-form-field="pref_foundational" value="neutral"></td>
+
<td><input type="radio" name="pref_foundational" data-form-field="pref_foundational" value="avoid"></td>
+
</tr>
+
<tr>
+
<th>Hardware</th>
+
<td><input type="radio" name="pref_hardware" data-form-field="pref_hardware" value="first"></td>
+
<td><input type="radio" name="pref_hardware" data-form-field="pref_hardware" value="second"></td>
+
<td><input type="radio" name="pref_hardware" data-form-field="pref_hardware" value="third"></td>
+
<td><input type="radio" name="pref_hardware" data-form-field="pref_hardware" value="neutral"></td>
+
<td><input type="radio" name="pref_hardware" data-form-field="pref_hardware" value="avoid"></td>
+
</tr>
+
<tr>
+
<th>Health and Medicine</th>
+
<td><input type="radio" name="pref_health" data-form-field="pref_health" value="first"></td>
+
<td><input type="radio" name="pref_health" data-form-field="pref_health" value="second"></td>
+
<td><input type="radio" name="pref_health" data-form-field="pref_health" value="third"></td>
+
<td><input type="radio" name="pref_health" data-form-field="pref_health" value="neutral"></td>
+
<td><input type="radio" name="pref_health" data-form-field="pref_health" value="avoid"></td>
+
</tr>
+
<tr>
+
<th>High School</th>
+
<td><input type="radio" name="pref_highschool" data-form-field="pref_highschool" value="first"></td>
+
<td><input type="radio" name="pref_highschool" data-form-field="pref_highschool" value="second"></td>
+
<td><input type="radio" name="pref_highschool" data-form-field="pref_highschool" value="third"></td>
+
<td><input type="radio" name="pref_highschool" data-form-field="pref_highschool" value="neutral"></td>
+
<td><input type="radio" name="pref_highschool" data-form-field="pref_highschool" value="avoid"></td>
+
</tr>
+
<tr>
+
<th>Information Processing</th>
+
<td><input type="radio" name="pref_info" data-form-field="pref_info" value="first"></td>
+
<td><input type="radio" name="pref_info" data-form-field="pref_info" value="second"></td>
+
<td><input type="radio" name="pref_info" data-form-field="pref_info" value="third"></td>
+
<td><input type="radio" name="pref_info" data-form-field="pref_info" value="neutral"></td>
+
<td><input type="radio" name="pref_info" data-form-field="pref_info" value="avoid"></td>
+
</tr>
+
<tr>
+
<th>Manufacturing</th>
+
<td><input type="radio" name="pref_manufacturing" data-form-field="pref_manufacturing" value="first"></td>
+
<td><input type="radio" name="pref_manufacturing" data-form-field="pref_manufacturing" value="second"></td>
+
<td><input type="radio" name="pref_manufacturing" data-form-field="pref_manufacturing" value="third"></td>
+
<td><input type="radio" name="pref_manufacturing" data-form-field="pref_manufacturing" value="neutral"></td>
+
<td><input type="radio" name="pref_manufacturing" data-form-field="pref_manufacturing" value="avoid"></td>
+
</tr>
+
<tr>
+
<th>Measurement</th>
+
<td><input type="radio" name="pref_measurement" data-form-field="pref_measurement" value="first"></td>
+
<td><input type="radio" name="pref_measurement" data-form-field="pref_measurement" value="second"></td>
+
<td><input type="radio" name="pref_measurement" data-form-field="pref_measurement" value="third"></td>
+
<td><input type="radio" name="pref_measurement" data-form-field="pref_measurement" value="neutral"></td>
+
<td><input type="radio" name="pref_measurement" data-form-field="pref_measurement" value="avoid"></td>
+
</tr>
+
<tr>
+
<th>New Application</th>
+
<td><input type="radio" name="pref_newapplication" data-form-field="pref_newapplication" value="first"></td>
+
<td><input type="radio" name="pref_newapplication" data-form-field="pref_newapplication" value="second"></td>
+
<td><input type="radio" name="pref_newapplication" data-form-field="pref_newapplication" value="third"></td>
+
<td><input type="radio" name="pref_newapplication" data-form-field="pref_newapplication" value="neutral"></td>
+
<td><input type="radio" name="pref_newapplication" data-form-field="pref_newapplication" value="avoid"></td>
+
</tr>
+
<tr>
+
<th>Policy and Practices</th>
+
<td><input type="radio" name="pref_practices" data-form-field="pref_practices" value="first"></td>
+
<td><input type="radio" name="pref_practices" data-form-field="pref_practices" value="second"></td>
+
<td><input type="radio" name="pref_practices" data-form-field="pref_practices" value="third"></td>
+
<td><input type="radio" name="pref_practices" data-form-field="pref_practices" value="neutral"></td>
+
<td><input type="radio" name="pref_practices" data-form-field="pref_practices" value="avoid"></td>
+
</tr>
+
<tr>
+
<th>Software</th>
+
<td><input type="radio" name="pref_software" data-form-field="pref_software" value="first"></td>
+
<td><input type="radio" name="pref_software" data-form-field="pref_software" value="second"></td>
+
<td><input type="radio" name="pref_software" data-form-field="pref_software" value="third"></td>
+
<td><input type="radio" name="pref_software" data-form-field="pref_software" value="neutral"></td>
+
<td><input type="radio" name="pref_software" data-form-field="pref_software" value="avoid"></td>
+
</tr>
+
</table>
+
 
+
</fieldset>
+
 
+
<fieldset> <legend>Specialist Knowledge Areas</legend>
+
 
+
<p>Based on what we have learned about judging over the past several years, we are de-specializing judging this year and eliminating subject-specific judging committees. This will require all judges to have a general level of knowledge about many areas of iGEM. For example, we will not have dedicated Human Practices judges. If you're not familiar with Human Practices, you'll need to learn more about this area in order to evaluate teams.</p>
+
<p>You will have help! We are creating educational materials to help you learn to evaluate these areas. We have more than a thousand previous projects to draw on for the best examples. We also have the judging committees who can help you and answer questions on these topics.</p>
+
<p>(See <a href="https://2015.igem.org/Judging/Awards#SpecialPrizes" target="_blank">the Awards page</a> for details about what each area means in iGEM.)</p>
+
 
+
<p class="question">Please indicate your level of knowledge in each area:</p>
+
 
+
<table id="spec_knowledge_table">
+
<tr>
+
<th>Area</th>
+
<th>Expert</th>
+
<th>Great</th>
+
<th>Some knowledge</th>
+
<th>I'm prepared to learn</th>
+
<th>Not qualified</th>
+
</tr>
+
<tr>
+
<th>Applied Design</th>
+
<td><input type="radio" name="spec_applieddesign" data-form-field="spec_applieddesign" value="expert"></td>
+
<td><input type="radio" name="spec_applieddesign" data-form-field="spec_applieddesign" value="great"></td>
+
<td><input type="radio" name="spec_applieddesign" data-form-field="spec_applieddesign" value="some"></td>
+
<td><input type="radio" name="spec_applieddesign" data-form-field="spec_applieddesign" value="learn"></td>
+
<td><input type="radio" name="spec_applieddesign" data-form-field="spec_applieddesign" value="none"></td>
+
</tr>
+
<tr>
+
<th>Entrepreneurship</th>
+
<td><input type="radio" name="spec_entrepreneurship" data-form-field="spec_entrepreneurship" value="expert"></td>
+
<td><input type="radio" name="spec_entrepreneurship" data-form-field="spec_entrepreneurship" value="great"></td>
+
<td><input type="radio" name="spec_entrepreneurship" data-form-field="spec_entrepreneurship" value="some"></td>
+
<td><input type="radio" name="spec_entrepreneurship" data-form-field="spec_entrepreneurship" value="learn"></td>
+
<td><input type="radio" name="spec_entrepreneurship" data-form-field="spec_entrepreneurship" value="none"></td>
+
</tr>
+
<tr>
+
<th>Hardware</th>
+
<td><input type="radio" name="spec_hardware" data-form-field="spec_hardware" value="expert"></td>
+
<td><input type="radio" name="spec_hardware" data-form-field="spec_hardware" value="great"></td>
+
<td><input type="radio" name="spec_hardware" data-form-field="spec_hardware" value="some"></td>
+
<td><input type="radio" name="spec_hardware" data-form-field="spec_hardware" value="learn"></td>
+
<td><input type="radio" name="spec_hardware" data-form-field="spec_hardware" value="none"></td>
+
</tr>
+
<tr>
+
<th>Measurement</th>
+
<td><input type="radio" name="spec_measurement" data-form-field="spec_measurement" value="expert"></td>
+
<td><input type="radio" name="spec_measurement" data-form-field="spec_measurement" value="great"></td>
+
<td><input type="radio" name="spec_measurement" data-form-field="spec_measurement" value="some"></td>
+
<td><input type="radio" name="spec_measurement" data-form-field="spec_measurement" value="learn"></td>
+
<td><input type="radio" name="spec_measurement" data-form-field="spec_measurement" value="none"></td>
+
</tr>
+
<tr>
+
<th>Modeling</th>
+
<td><input type="radio" name="spec_modeling" data-form-field="spec_modeling" value="expert"></td>
+
<td><input type="radio" name="spec_modeling" data-form-field="spec_modeling" value="great"></td>
+
<td><input type="radio" name="spec_modeling" data-form-field="spec_modeling" value="some"></td>
+
<td><input type="radio" name="spec_modeling" data-form-field="spec_modeling" value="learn"></td>
+
<td><input type="radio" name="spec_modeling" data-form-field="spec_modeling" value="none"></td>
+
</tr>
+
<tr>
+
<th>Parts</th>
+
<td><input type="radio" name="spec_parts" data-form-field="spec_parts" value="expert"></td>
+
<td><input type="radio" name="spec_parts" data-form-field="spec_parts" value="great"></td>
+
<td><input type="radio" name="spec_parts" data-form-field="spec_parts" value="some"></td>
+
<td><input type="radio" name="spec_parts" data-form-field="spec_parts" value="learn"></td>
+
<td><input type="radio" name="spec_parts" data-form-field="spec_parts" value="none"></td>
+
</tr>
+
<tr>
+
<th>Human Practices</th>
+
<td><input type="radio" name="spec_practices" data-form-field="spec_practices" value="expert"></td>
+
<td><input type="radio" name="spec_practices" data-form-field="spec_practices" value="great"></td>
+
<td><input type="radio" name="spec_practices" data-form-field="spec_practices" value="some"></td>
+
<td><input type="radio" name="spec_practices" data-form-field="spec_practices" value="learn"></td>
+
<td><input type="radio" name="spec_practices" data-form-field="spec_practices" value="none"></td>
+
</tr>
+
<tr>
+
<th>Poster</th>
+
<td><input type="radio" name="spec_poster" data-form-field="spec_poster" value="expert"></td>
+
<td><input type="radio" name="spec_poster" data-form-field="spec_poster" value="great"></td>
+
<td><input type="radio" name="spec_poster" data-form-field="spec_poster" value="some"></td>
+
<td><input type="radio" name="spec_poster" data-form-field="spec_poster" value="learn"></td>
+
<td><input type="radio" name="spec_poster" data-form-field="spec_poster" value="none"></td>
+
</tr>
+
<tr>
+
<th>Software</th>
+
<td><input type="radio" name="spec_software" data-form-field="spec_software" value="expert"></td>
+
<td><input type="radio" name="spec_software" data-form-field="spec_software" value="great"></td>
+
<td><input type="radio" name="spec_software" data-form-field="spec_software" value="some"></td>
+
<td><input type="radio" name="spec_software" data-form-field="spec_software" value="learn"></td>
+
<td><input type="radio" name="spec_software" data-form-field="spec_software" value="none"></td>
+
</tr>
+
</table>
+
 
+
</fieldset>
+
 
+
<br />
+
<div class="button" id="validate">Submit Application</div>
+
<p class="admins_only"><input type="submit" data-form-field="submit" value="Submit Form"> <input type="submit" data-form-field="return_form" value="Return Form"> <input type="submit" data-form-field="delete_form" value="Delete Form"></p>
+
 
+
<fieldset class="admins_only">
+
<legend>Visible Only to iGEM HQ</legend>
+
 
+
<p>How much do we like this judge?
+
<select name="admin_like" id="admin_like" data-form-field="admin_like">
+
<option value="5">5</option>
+
<option value="4">4</option>
+
<option value="3">3</option>
+
<option value="2">2</option>
+
<option value="1">1</option>
+
</select>
+
</p>
+
 
+
<p>How much do we want this person to judge?
+
<select name="admin_want" id="admin_want" data-form-field="admin_want">
+
<option value="5">5</option>
+
<option value="4">4</option>
+
<option value="3">3</option>
+
<option value="2">2</option>
+
<option value="1">1</option>
+
</select>
+
</p>
+
 
+
<p>Calculation of how much work they did before the Jamboree: <input type="text" size="40" name="admin_work" id="admin_work" data-form-field="admin_work"></p>
+
 
+
<p>Relative score of judging performance: <input type="text" size="40" name="admin_score" id="admin_score" data-form-field="admin_score"></p>
+
 
+
<p>Notes on this judge:</p>
+
<textarea rows="3" name="admin_notes" id="admin_notes" data-form-field="admin_notes"></textarea>
+
 
+
</fieldset>
+
 
+
</DIV>
+
<!--Here is where formbody ends.-->
+
 
+
</DIV>
+
<!--Here is where fullWidth ends.-->
+
 
+
<DIV class="clear"></DIV>
+
</html>{{2015Bottom}}<html>
+
 
+
</DIV>
+
<!--This closing div tag matches the div#contentWrap, which is opened in template 2015Top.-->
+
 
+
<script type="text/javascript">
+
 
+
function custom_get_owner_info_response(data, textStatus, jqxhr) {
+
//This function will be called upon successful completion of get_user_info.
+
//You can do fun custom stuff here.
+
$("#full_name_display").text(data.full_name);
+
$("#user_name_display").text(data.user_name);
+
}
+
 
+
function put_team_in_optgroup(a, label) {
+
var ateamname = $(a).text();
+
var ateamid = $(a).attr("href").split("?id=")[1];
+
var option = $("<option></option>");
+
option.text(ateamname);
+
option.val(ateamid);
+
$("optgroup[label='" + label + "']").append(option);
+
}
+
 
+
$(document).ready(function(event) {
+
$("#modes").addClass('admins_only');
+
+
var y = $("<div></div>");
+
y.load("https://igem.org/Team_List?year=2015 #bodyContent", function() {
+
y.find("table").each(function(index){
+
if (index % 2 == 1) { //the odd tables are the ones with teams in
+
var table = $(this);
+
var region = table.attr("id").split("from_")[1];
+
table.find("a").each(function() {
+
//console.log("y found a team from " + region);
+
put_team_in_optgroup(this, region);
+
});
+
}
+
});
+
});
+
$(".teamselector-multiple").change(function(event) {
+
//console.log("change");
+
if ($(this).children(".none_selected").prop("selected")) {
+
$(this).find("option").not(".none_selected").prop("selected", false);
+
}
+
});
+
+
+
$("#validate").click(function(event) {
+
var v = validate_form_entries();
+
var alertMessage;
+
if (v.length > 0) {
+
alertMessage = "Some required answers are missing:\n\n";
+
v.forEach(function(value, index, array) {
+
alertMessage += value + "\n";
+
});
+
}
+
else {
+
alertMessage = "Thank you for applying to be a judge! iGEM HQ will review your application and contact you.\nYou may edit your answers if needed.";
+
}
+
alert(alertMessage);
+
});
+
});
+
</script>
+
 
+
</html>
+

Latest revision as of 15:30, 18 June 2015

nothing here