-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
48 lines (38 loc) · 1.11 KB
/
Copy pathcodemeta.json
File metadata and controls
48 lines (38 loc) · 1.11 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"name": "Navigating Academia",
"description": "A research toolkit for academic mediation combining document translation workflows and LLM-assisted editorial diagnostics for humanities and social sciences.",
"identifier": {
"@type": "PropertyValue",
"propertyID": "DOI",
"value": "10.5281/zenodo.20783423"
},
"codeRepository": "https://github.com/Datashs/NavigatingAcademia",
"url": "https://doi.org/10.5281/zenodo.20783423",
"license": "https://opensource.org/licenses/MIT",
"version": "0.1.1",
"programmingLanguage": [
"Python"
],
"keywords": [
"digital humanities",
"history",
"historical writing",
"academic writing",
"academic translation",
"scholarly communication",
"scholarly publishing",
"editorial diagnostics",
"large language models",
"natural language processing"
],
"author": [
{
"@type": "Person",
"givenName": "Philippe",
"familyName": "Rygiel",
"@id": "https://orcid.org/0000-0002-5308-8961"
}
]
}