-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathuser_manual.html
64 lines (62 loc) · 2.51 KB
/
user_manual.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
<!DOCTYPE html>
<html>
<head>
<title>Institutional Repository Data Management</title>
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://caltechlibrary.github.io/css/site.css">
</head>
<body>
<header>
<a href="http://library.caltech.edu" title="link to Caltech Library Homepage"><img src="https://caltechlibrary.github.io/assets/liblogo.gif" alt="Caltech Library logo"></a>
</header>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="index.html">README</a></li>
<li><a href="LICENSE">LICENSE</a></li>
<li><a href="INSTALL.html">INSTALL</a></li>
<li><a href="user_manual.html">User Manual</a></li>
<li><a href="search.html">Search Docs</a></li>
<li><a href="about.html">About</a></li>
<li><a href="https://github.com/caltechlibrary/irdmtools">GitHub</a></li>
</ul>
</nav>
<section>
<h1 id="irdmtools-user-manual">irdmtools user manual</h1>
<h2 id="tools">Tools</h2>
<ul>
<li><a href="rdmutil.1.html">rdmutil</a> work with Invenio RDM metadata
from the command line</li>
<li><a href="eprint2rdm.1.html">eprint2rdm</a> retrieve an EPrint record
via the EPrint REST API and return a simplified JSON record almost ready
for important into Invenio RDM</li>
<li><a href="doi2rdm.1.html">doi2rdm</a> retrieve a DOI from CrossRef
and render as a simplified JSON record almost ready for import into
Invenio RDM</li>
<li><a href="people2vocabulary.1.html">people2vocabulary</a> transfor a
JSON array of Person objects into a YAML vocabularly file suitable for
RDM.</li>
<li><a href="ep3ds2citations.1.html">ep3ds2citations</a> convert an
EPrint dataset collection to a citations dataset collection.</li>
<li><a href="rdmds2citations.1.html">rdmds2citations</a> convert an RDM
dataset collection to a citations dataset collection.</li>
<li><a href="extending-rdm-with-postgrest.html">Extending RDM with
PostgREST</a></li>
</ul>
<h2 id="project-status">Project Status</h2>
<ul>
<li><a
href="https://github.com/caltechlibrary/irdmtools/issues">Issues</a></li>
<li><a
href="https://github.com/caltechlibrary/irdmtools/releases">Releases</a></li>
<li><a href="TODO.html">TODO list</a></li>
</ul>
</section>
<footer>
<span>© 2023 <a href="https://www.library.caltech.edu/copyright">Caltech Library</a></span>
<address>1200 E California Blvd, Mail Code 1-32, Pasadena, CA 91125-3200</address>
<span><a href="mailto:[email protected]">Email Us</a></span>
<span>Phone: <a href="tel:+1-626-395-3405">(626)395-3405</a></span>
</footer>
</body>
</html>