
Data Submission Form <script language="javascript"> function getQueryVariable(variable) { var query = window.location.search.substring(1); var vars = query.split("&"); for (var i=0;i<vars.length;i++) { var pair = vars[i].split("="); if (pair[0] == variable) { return pair[1]; } } } if (getQueryVariable("confirm")){ document.write("<span style=\"color:red\">Your comments have been sent.</span>"); } </script> <FORM action="http://www.columbia.edu/cgi-bin/generic-inbox.pl" method="post"> <INPUT name="mail_dest" value="mailto:gordie@columbia.edu" type="hidden" /> <INPUT name="ack_link" value="http://www.blackrockforest.org/blackrock/docs/scientist-resources/research-at/data-submission.html?confirm=1" type="hidden" /> <INPUT name="subject" value="Blackrock Testing" type="hidden" /> <INPUT name="echo_data" value="true" type="hidden" /> <INPUT name="format" value="col_align" type="hidden" /> <INPUT name="timestamp" value="true" type="hidden" /> <TABLE width="500"> <TBODY> <TR valign="top"> <TD> Code: </TD> <TD> <SELECT name="seldate"> <OPTION value="code1">Code 1</OPTION> <OPTION value="code2">Code 2</OPTION> <OPTION value="code3">Code 3</OPTION> <OPTION value="code4">Code 4</OPTION> <OPTION value="code5">Code 5</OPTION> <OPTION value="code6">Code 6</OPTION> </SELECT> </TD> </TR> <TR> <TD> Last Updated: (MM/DD/YY) </TD> <TD> <INPUT maxlength="8" name="txtDate" size="30" type="text" /> </TD> </TR> <TR> <TD> Title of the dataset that the information relates to: </TD> <TD> <INPUT maxlength="50" name="txtTitleDataset" size="30" type="text" /> </TD> </TR> <TR> </TR> <TR> <TD> Title of metadata file: </TD> <TD> <INPUT maxlength="50" name="txtTitleMetadata" size="30" type="text" /> </TD> </TR> <TR> <TD> PI: </TD> <TD> <INPUT maxlength="25" name="txtPI" size="30" type="text" /> </TD> </TR> <TR> <TD> Co-PI's: </TD> <TD> <INPUT maxlength="25" name="txtCOPI" size="30" type="text" /> </TD> </TR> <TR> <TD> Abstract: </TD> <TD> <TEXTAREA cols="30" name="txtAbstract" rows="10"></TEXTAREA> </TD> </TR> <TR> <TD> Keywords: </TD> <TD> <INPUT maxlength="50" name="txtKeywords" size="30" type="text" /> </TD> </TR> <TR> <TD> Research Methods: </TD> <TD> <TEXTAREA cols="30" name="txtResearch" rows="10"></TEXTAREA> </TD> </TR> <TR> <TD colspan="2"><I>Detailed description of sampling techniques, individual measurements, testing procedures, and analytical processes for each of the variables monitored</I> </TD> </TR> <TR> <TD> Filename(s) and Contents: </TD> <TD> <TEXTAREA cols="30" name="txtFilename" rows="10"></TEXTAREA> </TD> </TR> <TR> <TD colspan="2"><I>Name of the file(s) the data are stored in and a brief description of their contents</I> </TD> </TR> <TR> <TD> QA/QC: </TD> <TD> <TEXTAREA cols="30" name="txtQA" rows="4"></TEXTAREA> </TD> </TR> <TR> <TD colspan="2"><I>Methods of record keeping, data entry and quality control</I> </TD> </TR> <TR> <TD> Data Location: </TD> <TD> <INPUT maxlength="50" name="txtLocation" size="30" type="text"/> </TD> </TR> <TR> <TD colspan="2"><I>Where is the data currently being stored?</I> </TD> </TR> <TR> <TD> Data Format: </TD> <TD> <TEXTAREA cols="30" name="txtFormat"></TEXTAREA> </TD> </TR> <TR> <TD colspan="2"><I>A list of variables included in the data set, where they are found in the dataset, the units that they were measured in, and whether or not they are coded</I> </TD> </TR> <TR> <TD> File Format: </TD> <TD> <INPUT maxlength="40" name="txtFormat" size="30" type="text"/> </TD> </TR> <TR> <TD colspan="2"><I>Description of Research Origin</I> </TD> </TR> <TR> <TD> Funding: </TD> <TD> <INPUT maxlength="40" name="txtFunding" size="30" type="text"/> </TD> </TR> <TR> <TD colspan="2"><I>Where did the money come from for the project?</I> </TD> <TD> </TD> </TR> <TR> <TD> Study Purpose: </TD> <TD> <TEXTAREA cols="30" name="txtPurpose" rows="10"></TEXTAREA> </TD> </TR> <TR> <TD colspan="2"><I>Why was this study initiated?</I> </TD> </TR> <TR> <TD> Experimental Design: </TD> <TD> <TEXTAREA cols="30" name="txtDesign" rows="10"></TEXTAREA> </TD> </TR> <TR> <TD colspan="2"><I>Brief description of the experimental design</I> </TD> </TR> <TR> <TD> Site Characteristics: </TD> <TD> <TEXTAREA cols="30" name="txtChar" rows="10"></TEXTAREA> </TD> </TR> <TR> <TD colspan="2"><I>Location of the site(s) where data collection was conducted, including elevation, latitude and longitude. Also include a description of the nature of the site.</I> </TD> </TR> <TR> <TD> VAR codes: </TD> <TD> <TEXTAREA cols="30" name="txtVAR" rows="10"></TEXTAREA> </TD> </TR> <TR> <TD colspan="2"><I>A list of the definitions of codes found in the data set</I> </TD> </TR> <TR> <TD> Start Date(MM/DD/YY): </TD> <TD> <INPUT maxlength="8" name="txtStartDate" size="30" type="text"/> </TD> </TR> <TR> <TD colspan="2"><I>Date that data collection was initiated</I> </TD> </TR> <TR> <TD> Is this an ongoing study (data collection will be continued for more than 2 years)? </TD> <TD> Yes <INPUT name="btnOngoing" type="radio" value="radiobutton"/>No <INPUT name="btnOngoing" type="radio" value="radiobutton"/> </TD> </TR> <TR> <TD> Data Anomalies: </TD> <TD> <TEXTAREA cols="30" name="txtAnomolies" rows="4"></TEXTAREA> </TD> </TR> <TR> <TD colspan="2"><I>List of influencing factors that may have affected data reliability (i.e. change in sampling technique, environmental conditions)</I> </TD> </TR> <TR> <TD> Miss Code: </TD> <TD> <INPUT maxlength="30" name="txtMiss" size="30" type="text"/> </TD> </TR> <TR> <TD colspan="2"><I>Code for missing data with the data set</I> </TD> </TR> </TABLE> <INPUT type="submit" value=" Submit "/> <INPUT type="reset" value=" Reset "/> </TD> </TR> </TBODY> </TABLE> </FORM> |