1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
<!DOCTYPE html>
<html>
<!-- NAVIGATION BAR-->
<?php include "header.html";?>
<?php include "title.html";?>
<div class="center">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">How to cite Assemblytics</h3>
</div>
<div class="panel-body">
<p>Please cite Assemblytics at Bioinformatics:
<a
href="http://www.ncbi.nlm.nih.gov/pubmed/27318204" target="_blank">
http://www.ncbi.nlm.nih.gov/pubmed/27318204</a>
</p>
<br>
<p>The code is open-source at <a
href="https://github.com/MariaNattestad/assemblytics"
target="_blank">https://github.com/MariaNattestad/assemblytics</a> (command-line version)</p>
</p><a href="https://github.com/MariaNattestad/Assemblytics_web" target="_blank">https://github.com/MariaNattestad/Assemblytics_web</a> (full web application)</p>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>
|