Skip to content
This repository was archived by the owner on Aug 26, 2019. It is now read-only.

Commit

Permalink
Cosmetic Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
HAShihab committed Mar 22, 2013
1 parent 911fc4b commit dfb6b48
Show file tree
Hide file tree
Showing 4 changed files with 250 additions and 143 deletions.
24 changes: 14 additions & 10 deletions cancer.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class=""> <!--<![endif]-->
<head>
<title>fathmm - Analyze Cancer-Associated Variants</title>

Expand Down Expand Up @@ -116,7 +120,7 @@ <h2>Analyze Cancer-Associated Variants</h2>
<label class="control-label" for="batch">User Input</label>
<div class="controls">
<textarea id="batch" name="batch" type="text" class="span11" style="resize: none;" rows="5"></textarea>
<a href="#documentation" data-toggle="tab" id="show_documentation" class="icon-question-sign"></a>
<a href="#documentation" data-toggle="tab" class="icon-question-sign" onclick="javascript: $('#new-tab').removeClass('active'); $('#eg-tab').removeClass('active'); $('#doc-tab').addClass('active');"></a>
</div>
</div>
</div>
Expand All @@ -129,7 +133,7 @@ <h2>Analyze Cancer-Associated Variants</h2>
<label class="control-label" for="phenotypes">Prediction Threshold</label>
<div class="controls">
<input id="threshold" name="threshold" type="text" class="span11" value="-0.75">
<a href="#documentation" data-toggle="tab" id="show_documentation" class="icon-question-sign"></a>
<a href="#documentation" data-toggle="tab" class="icon-question-sign" onclick="javascript: $('#new-tab').removeClass('active'); $('#eg-tab').removeClass('active'); $('#doc-tab').addClass('active');"></a>
</div>
</div>
</div>
Expand Down Expand Up @@ -277,9 +281,14 @@ <h1>VCF Annotation:</h1>

<hr>
<footer>
<p>
We welcome any comments and/or suggestions that you may have regarding our software and server - please send an email directly to fathmm@biocompute.org.uk
</p>
<p>
If you have found this resource useful, please cite the following work:
<br />
<a href="http://www.ncbi.nlm.nih.gov/pubmed/23033316">Shihab HA, Gough J, Cooper DN, Stenson PD, Barker GLA, Edwards KJ, Day INM, Gaunt, TR. (2013). Predicting the Functional, Molecular and Phenotypic Consequences of Amino Acid Substitutions using Hidden Markov Models. Hum. Mutat., <b>34</b>, 57-65 </a>
</p>
<p>
We welcome any comments and/or suggestions that you may have regarding our software and server - please send an email directly to fathmm@biocompute.org.uk
</p>
</footer>
</div>

Expand All @@ -296,11 +305,6 @@ <h1>VCF Annotation:</h1>
$('#myForm')[0].reset();
document.forms['myForm'].elements['batch'].value = "P43026 L441P\nENSP00000269305 E258A,R280G,G302E";
});
$("#show_documentation").click(function() {
$('#new-tab').removeClass('active');
$('#eg-tab').removeClass('active');
$('#doc-tab').addClass('active');
});
</script>

<script type="text/javascript">
Expand Down
5 changes: 3 additions & 2 deletions css/fathmm.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

body {
padding-top: 105px;
padding-bottom: 40px;
text-align: justify;
}
footer {
Expand Down Expand Up @@ -35,4 +34,6 @@ a:hover {
outline: none;
}

.tab-content {overflow-x: hidden;}
.tab-content {
overflow-x: hidden;
}
12 changes: 8 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,15 @@ <h4>Analyze Cancer-Associated Variants</h4>

<hr>
<footer>
<p>
We welcome any comments and/or suggestions that you may have regarding our software and server - please send an email directly to fathmm@biocompute.org.uk
</p>
<p>
If you have found this resource useful, please cite the following work:
<br />
<a href="http://www.ncbi.nlm.nih.gov/pubmed/23033316">Shihab HA, Gough J, Cooper DN, Stenson PD, Barker GLA, Edwards KJ, Day INM, Gaunt, TR. (2013). Predicting the Functional, Molecular and Phenotypic Consequences of Amino Acid Substitutions using Hidden Markov Models. Hum. Mutat., <b>34</b>, 57-65 </a>
</p>
<p>
We welcome any comments and/or suggestions that you may have regarding our software and server - please send an email directly to fathmm@biocompute.org.uk
</p>
</footer>

</div>

<script type="text/javascript" src="./js/bootstrap.min.js"></script>
Expand Down
Loading

0 comments on commit dfb6b48

Please sign in to comment.