-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
29 lines (29 loc) · 874 Bytes
/
codemeta.json
File metadata and controls
29 lines (29 loc) · 874 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
{
"@context": "https://doi.org/10.5281/zenodo.20122308",
"@type": "SoftwareSourceCode",
"name": "Augmenting Historians",
"description": "An experimental infrastructure for computational critique of historical writing using RAG architectures, argumentation analysis, rhetorical mapping, and large language models.",
"codeRepository": "https://github.com/Datashs/augmenting_historians",
"license": "https://opensource.org/licenses/MIT",
"version": "0.1.0",
"programmingLanguage": [
"Python"
],
"keywords": [
"digital humanities",
"history",
"RAG",
"argumentation analysis",
"rhetorical analysis",
"large language models",
"computational humanities"
],
"author": [
{
"@type": "Person",
"givenName": "Philippe",
"familyName": "Rygiel",
"@id": "https://orcid.org/0000-0002-5308-8961"
}
]
}