-
Notifications
You must be signed in to change notification settings - Fork 4
/
REFERENCES.html
58 lines (56 loc) · 1.39 KB
/
REFERENCES.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
<!DOCTYPE html>
<html>
<head>
<title>Author Carpentry</title>
<link rel="stylesheet" href="css/site.css">
</head>
<body>
<header>
<a href="http://authorcarpentry.github.io"><img src="img/AClogo.jpg" alt="Author Carpentry logo"></a>
</header>
<nav>
<ul>
<li>
<a href=".">Lesson</a>
</li>
<li>
<a href="00-orcid-profile.html">Your ORCID Profile</a>
</li>
<li>
<a href="01-adding-works.html">Adding Works</a>
</li>
<li>
<a href="02-orcid-benefits.html">ORCID Benefits</a>
</li>
<li>
<a href="REFERENCES.html">References</a>
</li>
<li>
<a href="mailto:[email protected]">Contact Us</a>
</li>
</ul>
</nav>
<section>
<h2 id="references">
REFERENCES
</h2>
<ul>
<li>
<a href="http://blog.impactstory.org/ten-things-you-need-to-know-about-orcid-right-now/">Ten things you need to know about ORCID right now</a>
</li>
<li>
<a href="https://en.wikibooks.org/wiki/LaTeX/Bibliography_Management">LaTeX/Bibliography Management</a>
</li>
</ul>
</section>
<footer>
<span>© Lesson Contributors</span>
<span><a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img
alt="Creative Commons License" style="vertical-align: middle;"
src="https://i.creativecommons.org/l/by/4.0/80x15.png" /></a></span>
<span>This work is licensed under a <a rel="license"
href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution
4.0 International License</a></span>
</footer>
</body>
</html>