-
Notifications
You must be signed in to change notification settings - Fork 1
/
citations.html
82 lines (60 loc) · 2.92 KB
/
citations.html
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<title>DateLife</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<script src="shared/jquery.js" type="text/javascript"></script>
<script src="shared/shiny.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="default.css" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-33370470-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="upbg"></div>
<div id="outer">
<div id="headerpic"></div>
<div id="menu">
<!-- HINT: Set the class of any menu link below to "active" to make it appear active -->
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="query">Query</a></li>
<li><a href="https://github.com/phylotastic/datelife">Source code</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="http://phylotastic.org">Phylotastic</a></li>
<li><a href="citations.html">Citations</a></li>
<li><a href="api.html">API</a></li>
</ul>
</div>
<div id="menubottom"></div>
<div id="content">
<!-- Normal content: Stuff that's not going to be put in the left or right column. -->
<div id="normalcontent">
<div class="contentarea">
<!-- Normal content area start -->
<iframe src="/citations" style="border: none; width: 800px; height: 2000px"></iframe>
<br /><hr>
<p>Note source code is available at <a href="https://github.com/phylotastic/datelife">https://github.com/phylotastic/datelife</a> (the R package with this functionality), <a href="https://github.com/phylotastic/datelifeweb">https://github.com/phylotastic/datelifeweb</a> (the package that generates the web page), and <a href="https://github.com/phylotastic/datelifedocker">https://github.com/phylotastic/datelifedocker</a> (the docker file to create the image).</p>
<br />
<p>DateLife is part of the Phylotastic project, funded by NSF. It uses resources from the Open Tree of Life project, rOpenSci, and TreeBase. To help, please <a href="https://tree.opentreeoflife.org/curator">add trees</a> to OpenTree's database! [they can be yours or others']</p>
<p><center><a href="http://www.nsf.gov"><img src="https://www.nsf.gov/images/logos/nsf1.jpg" width=50 height=50></a></center></p>
<!-- Normal content area end -->
</div>
</div>
</div>
<div id="footer">
<div class="left">Reuse encouraged</div>
<div class="right">Design by <a href="http://www.nodethirtythree.com/">NodeThirtyThree Design</a></div>
</div>
</div>
</body>
</html>