-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
163 lines (161 loc) · 4.82 KB
/
index.html
File metadata and controls
163 lines (161 loc) · 4.82 KB
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<!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-intro-dois.html">Intro</a>
</li>
<li>
<a href="01-register-doi.html">Register a DOI</a>
</li>
<li>
<a href="mailto:authorcarpentry@library.caltech.edu">Contact Us</a>
</li>
</ul>
</nav>
<section>
<h1 id="author-carpentry-persistent-access-for-research-outputs-with-digital-object-identifiers">
Author Carpentry : Persistent access for research outputs with Digital Object Identifiers
</h1>
<p>
<em>Content Contributors: Gail Clement, Tom Morrell</em>
</p>
<p>
<em>Lesson Maintainers: Tom Morrell</em>
</p>
<p>
<strong>Lesson status: Active</strong>
</p>
<ul>
<li>
Taught at <a href="http://indico.ictp.it/event/7974/">CODATA-RDA Research Data Science Summer School, July 10-17, 2017</a> and the <a href="https://www.force11.org/node/7786/#wt3">Force11 Scholarly Communication Institute, August 1-4, 2017</a>
</li>
<li>
Piloted at <a href="http://indico.ictp.it/event/7658/">CODATA-RDA Research Data Science Summer School, August 2-16, 2016</a>
</li>
</ul>
<h2 id="what-you-will-learn">
What you will learn:
</h2>
<ul>
<li>
Recognize the essential role of Digital Object Identifiers as building blocks on the scholarly web
</li>
<li>
List reasons to use DOIs
</li>
<li>
Identify components of a DOI
</li>
<li>
Apply basic UNIX curl commands to test and resolve DOIs for research objects
</li>
<li>
Explain how the DOI registration system is organized and what information it yields for authors
</li>
<li>
Register a DOI for a scholarly work using an open repository
</li>
<li>
Create appropriate metadata to describe a new work and mint a DOI for it
</li>
<li>
Retrieve the metadata associated with a DOI
</li>
<li>
Apply content negotiation commands to obtain a citation for a given DOI in a preferred style (e.g. BibTeX or APA) from the CrossRef API
</li>
<li>
Gain experience with command line tools to concatenate citations into a single BibTeX publication list for reuse in other researcher systems (ORCiD; MySciEnCV; Latex)
</li>
</ul>
<h2 id="topics">
Topics:
</h2>
<ol type="1">
<li>
<a href="00-intro-dois.html">Intro</a>
</li>
<li>
<a href="01-register-doi.html">Register a DOI</a>
</li>
</ol>
<h2 id="requirements">
Requirements
</h2>
<p>
Author Carpentry’s teaching is hands-on, so participants are encouraged to use their own computers to insure the proper setup of tools for an efficient workflow.
</p>
<p>
You should have a list of publications (with a few DOIs) and a scholarly object (like a presentation, data set, report, or photo) that you are willing to share in an open repository with an associated DOI.
</p>
<p>
This lesson requires basic familiarity with the bash shell, similar to the experience gained through the <a href="http://swcarpentry.github.io/shell-novice/">Software Carpentry shell lesson</a>. You’ll need to have a bash shell installed, you can follow <a href="https://swcarpentry.github.io/workshop-template/#setup">these instructions</a>.
</p>
<p>
If you choose, you can also install an open source json parsing tool, jQuery, available at: <a href="https://stedolan.github.io/jq/">jq json parser</a> to be able to ‘pretty print’ json data retrieved from API services
</p>
<h2 id="cheat-sheet">
Cheat Sheet
</h2>
<p>
jQuery (jq) Quick API Reference, https://oscarotero.com/jquery/
</p>
<h2 id="references">
References
</h2>
<ul>
<li>
curl documentation, https://curl.haxx.se/
</li>
<li>
CrossRef REST API, https://github.com/CrossRef/rest-api-doc
</li>
<li>
CrossRef Content Negotiation, https://citation.crosscite.org/docs.html
</li>
<li>
Beyond the DOI to richer metadata, CrossRef Blog posting of June 15, 2016 by April Ondis, http://blog.crossref.org/2016/06/beyond-the-doi-to-richer-metadata.html
</li>
<li>
DataCite API, https://api.datacite.org/
</li>
<li>
Digital Object Identifier (DOI) Handbook, https://www.doi.org/hb.html
</li>
<li>
Digital Object Identifier System and DOI Names (DOIs) Guide from Australian National Data Service, http://www.ands.org.au/guides/doi
</li>
<li>
DOI Citation Formatter beta, https://citation.crosscite.org
</li>
<li>
jq online testing tool, https://jqplay.org/
</li>
<li>
Parsing JSON with jq, http://www.compciv.org/recipes/cli/jq-for-parsing-json/
</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>