nih-gov/www.ncbi.nlm.nih.gov/grc/report-an-issue

219 lines
9.3 KiB
Text

<!DOCTYPE html>
<html>
<head>
<title>Report an Issue - Genome Reference Consortium</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="ncbi_app" content="grc" />
<meta name="ncbi_db" content="none" />
<meta name="ncbi_pdid" content="screen_default" />
<meta name="ncbi_pagename" content="reportAnIssuePage" />
<meta name="ncbi_pagetitle" content="Report an Issue" />
<link rel="stylesheet" type="text/css" href="/grc/static/grc/css/grc.css" />
<style>
#menu ul#primary a#reportAnIssueMenuItem {
border: 1px solid #666;
border-bottom: none;
background: #333;
padding-bottom: 6px;
margin-top: 0;
color: #ff9933;
text-decoration: none;
}
#menu ul#secondary li a#reportAnIssue-MenuItem {
color: #EFEFEF;
}
</style>
<link rel="stylesheet" type="text/css" href="/core/jig/1.14.8/css/jig.min.css" />
<script type="text/javascript" src="/core/jig/1.14.8/js/jig.min.js"></script>
<script type="text/javascript" src="/grc/static/grc/js/grc.js"></script>
<script type="text/javascript" src="/grc/static/grc/js/forms/common.js?d=20150303"></script>
<script type="text/javascript" src="/grc/static/grc/js/forms/report-an-issue.js?d=20150303"></script>
</head>
<body>
<noscript>
<p>
<b>Warning:</b> this web site requires JavaScript to function. <a href="/guide/browsers#js_settings">more...</a>
</p>
</noscript>
<div id="header-container">
<a href="/grc">
<div id="header">
<img alt="GRC logo" src="/grc/static/grc/img/GRC_logo_reasonably_small.png" /><img src="/grc/static/grc/img/TitleBanner.png" alt="Genome Reference Consortium" /></a>
</div>
</div>
<div id="page">
<a id="skipnav" href="#main">Skip navigation and go to main content</a>
<div id="menu">
<ul id="primary">
<li><a href="/grc" title="GRC home" id="homeMenuItem">GRC Home</a></li>
<li><a href="/grc/data" title="Data" id="dataMenuItem">Data</a>
</li>
<li><a href="/grc/help" title="Information and help" id="helpMenuItem">Help</a></li>
<li><a href="/grc/report-an-issue" title="Report a problem" id="reportAnIssueMenuItem">Report an Issue</a></li>
<li><a href="/grc/contact-us" title="contact us" id="contactUsMenuItem">Contact Us</a></li>
<li><a href="/grc/credits" title="credits" id="creditsMenuItem">Credits</a></li>
<li><a href="/projects/genome/assembly/grc/curation" title="Curators only, authentication required" id="curatorsOnlyMenuItem">Curators Only</a></li>
</ul>
</div><!--end menu-->
<div id="main"><a name="main"></a>
<div id="reportAnIssuePage">
<div id="contents" style="overflow:hidden;">
<h1>Report a Genome Problem</h1>
<p>If you have found a region of the genome for which there seems to be an error, or a region of variation that needs to be better represented, please let us know. Provide as much detail as possible in the form below and someone in our group will get back to you as soon as possible. For examples of regions under review, see the current issues for <a href="/grc/human/issues" title="Human genome issues">human</a>, <a href="/grc/mouse/issues" title="Mouse genome issues">mouse</a>, <a href="/grc/zebrafish/issues" title="Zebrafish genome issues">zebrafish</a>, or <a href="/grc/rat/issues" title="Rat genome issues">rat</a>. For issues concerning annotation, please contact your favorite browser or annotation group.</p>
<form class="grc_form" onsubmit="return validateForm();" name="problem" action="issue-receipt" method="post" enctype="multipart/form-data">
<input type="hidden" name="csrfmiddlewaretoken" value="yCaSZBKAKhb1WcjZnA4UB9hCmpsfNdefVe93SmyFzMcsPpfdXxeoTSY11iwa5Yx6">
<fieldset>
<legend>Genome Information</legend>
<p>Please provide us with some information about the organism and genome assembly in which you are interested.</p>
<ol>
<li>
<label for="organism">Organism<em>*</em></label>
<select name="organism" id="organism" class="required">
<option value="Select one" selected="selected">Select one</option>
</select>
</li>
<li>
<label for="build">Assembly<em>*</em></label>
<select name="build" id="build" class="required">
</select>
</li>
</ol>
</fieldset>
<fieldset>
<legend>Location Information</legend>
<p>Please provide information concerning the location of the issue. You can either provide information using the chromosome coordinates or the flanking accessions used to generate the genome build. If the location is unknown or you are reporting sequence not found on the assembly, then select 'None' from the chromosome pulldown menu.</p>
<ol>
<li>
<label for="chr">Chromosome</label>
<select name="chr" id="chr">
<option selected="selected">None</option>
</select>
</li>
</ol>
<fieldset id="chr_position" class="form_sub">
<legend>Specify by Chromosome Coordinates</legend>
<ol>
<li>
<label for="chr_start" id="chr_start_label">Chromosome start</label>
<input name="chr_start" id="chr_start" size=10/>
</li>
<li>
<label for="chr_end" id="chr_end_label">Chromosome end&nbsp;</label>
<input name="chr_end" id="chr_end" size=10/>
</li>
</ol>
</fieldset>
<span id="or">or</span>
<fieldset id="acc_list" class="form_sub">
<legend>Specify by Flanking Accessions</legend>
<ol>
<li>
<label for="first_acc" id="first_acc_label">First accession</label>
<input name="first_acc" id="first_acc" size=15/>
</li>
<li>
<label for="last_acc" id="last_acc_label">Last accession</label>
<input name="last_acc" id="last_acc" size=15/>
</li>
</ol>
</fieldset>
</fieldset>
<fieldset>
<legend>Submitter Information</legend>
<p>Please provide some information about yourself.</p>
<ol>
<li class="test">
<label for="last_name">Last name: </label>
<input type="text" name="last_name" id="last_name" />
Filling out thie field leads to submission failure.
</li>
<li>
<label for="email">Email<em>*</em>&nbsp;</label>
<input name="email" id="email" class="required"/>
</li>
<li>
<label for="affiliation">Affiliation<em>*</em>&nbsp;</label>
<input id="affiliation" name="affiliation" class="required"/>
</li>
<li>
<label for="position">Position<em>*</em>&nbsp;</label>
<select id="position" name="position" class="required">
<option>Select one</option>
<option>grad student</option>
<option>lab head</option>
<option>physician</option>
<option>post doc</option>
<option>staff scientist</option>
<option>technician</option>
<option>other</option>
</select>
</li>
</ol>
</fieldset>
<fieldset>
<legend>Issue Detail</legend>
<p>Please provide detailed information about the genome issue you are reporting. List any sequence accessions used to define the issue.</p>
<ol>
<li>
<label for="description">Description<em>*</em>&nbsp; </label>
<textarea name="description" id="description" class="required" cols="100" rows="5"></textarea>
</li>
<li>
<label for="attachment">Figure of issue:<br/>(< 5 MB)</label>
<input type="file" name="attachment" id="attachment"/>
</li>
<li>
<label for="fact">6 + 4 = ?<em>*</em></label>
<input type="text" id="fact" name="fact" class="required" />
</li>
</ol>
<input type="hidden" name="issue_class" id="issue_class" value="genome issue"/>
</fieldset>
<p><input id="submit_button" class="submit_button" type="submit" value="Submit issue" /></p>
</form>
</div>
</div>
<div class="cleaner"></div>
<div id="footer">
<ul>
<li><a title="Get GRC data via FTP" href="https://ftp.ncbi.nlm.nih.gov/pub/grc/">FTP</a></li>
<li><a target="_blank" href="https://www.genome.gov">NHGRI</a></li>
<li><a target="_blank" href="http://www.wellcome.ac.uk">Wellcome Sanger Institute</a></li>
<li><a target="_blank" href="https://www.hhs.gov">HHS</a></li>
<li><a target="_blank" href="https://www.nih.gov">NIH</a></li>
<li><a target="_blank" href="https://www.nih.gov/web-policies-notices">Accessibility</a></li>
<li class="last"><a target="_blank" href="https://www.hhs.gov/vulnerability-disclosure-policy/index.html">HHS Vulnerability Disclosure</a></li>
</ul>
</div>
</div>
</div><!-- end page -->
<script type="text/javascript" src="/portal/portal3rc.fcgi/rlib/js/InstrumentNCBIBaseJS/InstrumentPageStarterJS.js"></script>
</body>
</html>