-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcodemeta.json
More file actions
72 lines (72 loc) · 1.94 KB
/
Copy pathcodemeta.json
File metadata and controls
72 lines (72 loc) · 1.94 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"type": "SoftwareSourceCode",
"codeRepository": "https://github.com/caltechlibrary/crossrefapi",
"author": [
{
"id": "https://orcid.org/0000-0003-0900-6903",
"type": "Person",
"givenName": "Robert",
"familyName": "Doiel",
"affiliation": {
"@type": "Organization",
"name": "Caltech Library"
},
"email": "rsdoiel@caltech.edu"
}
],
"contributor": [
{
"id": "https://orcid.org/0000-0002-7984-9554",
"type": "Person",
"givenName": "Louis",
"familyName": "Duchemin",
"affiliation": {
"@type": "Organization",
"name": "Claude Bernard University"
}
}
],
"maintainer": [
{
"id": "https://orcid.org/0000-0003-0900-6903",
"type": "Person",
"givenName": "Robert",
"familyName": "Doiel",
"affiliation": {
"@type": "Organization",
"name": "Caltech Library"
},
"email": "rsdoiel@caltech.edu"
},
{
"id": "https://orcid.org/0000-0001-9266-5146",
"type": "Person",
"givenName": "Thomas E",
"familyName": "Morrell",
"affiliation": {
"@type": "Organization",
"name": "Caltech Library"
},
"email": "tmorrell@caltech.edu"
}
],
"dateModified": "2025-11-19",
"datePublished": "2025-11-19",
"description": "A Golang package and command line tool for working with the public CrossRef API",
"keywords": [
"CrossRef",
"DOI",
"metadata"
],
"name": "crossrefapi",
"license": "https://caltechlibrary/crossrefapi/LICENSE",
"programmingLanguage": [
"Go >= 1.23.4"
],
"version": "1.0.10",
"developmentStatus": "active",
"issueTracker": "https://github.com/caltechlibrary/crossrefapi/issues",
"downloadUrl": "https://github.com/caltechlibrary/crossrefapi/releases",
"releaseNotes": "Added support for CrossRef, Message, Funder identifiers."
}