-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.zenodo.json
More file actions
32 lines (32 loc) 路 961 Bytes
/
Copy path.zenodo.json
File metadata and controls
32 lines (32 loc) 路 961 Bytes
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
{
"title": "OneCite: Auditable citation normalization for research workflows",
"description": "OneCite is a command-line tool and Python library that normalizes messy scholarly references into auditable, source-resolved BibTeX and CSL-JSON. Strong identifiers follow documented metadata-service routes; ambiguous plain-text references are returned as ranked candidates for review rather than auto-promoted by the processing workflow.",
"creators": [
{
"name": "He, Zhiang"
}
],
"keywords": [
"citation",
"bibliography",
"bibtex",
"academic research",
"reference normalization",
"doi",
"arxiv",
"reproducibility",
"metadata",
"python"
],
"license": "MIT",
"version": "0.2.0",
"upload_type": "software",
"access_right": "open",
"related_identifiers": [
{
"identifier": "https://github.com/HzaCode/OneCite",
"relation": "isSupplementTo",
"scheme": "url"
}
]
}