-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcodemeta.json
More file actions
49 lines (49 loc) · 1.58 KB
/
Copy pathcodemeta.json
File metadata and controls
49 lines (49 loc) · 1.58 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
{
"@context": "https://w3id.org/codemeta/3.0",
"type": "SoftwareSourceCode",
"name": "UNHRDB — UN Human Rights Database",
"description": "Paragraph-level search, reading, and citation environment for UN Treaty Body General Comments, jurisprudence, and thematic Special Procedures reports.",
"codeRepository": "https://github.com/lszoszk/generalcomments",
"url": "https://lszoszk.github.io/generalcomments/",
"version": "2.1.0",
"datePublished": "2026-09-03",
"license": "https://polyformproject.org/licenses/noncommercial/1.0.0/",
"applicationCategory": "Legal research software",
"programmingLanguage": ["JavaScript", "Python", "HTML", "CSS"],
"keywords": [
"human rights",
"United Nations",
"Treaty Bodies",
"General Comments",
"jurisprudence",
"Special Procedures",
"legal information retrieval"
],
"author": [
{
"type": "Person",
"givenName": "Łukasz",
"familyName": "Szoszkiewicz",
"email": "l.szoszkiewicz@amu.edu.pl",
"affiliation": {
"type": "Organization",
"name": "Adam Mickiewicz University, Poznań"
},
"id": "https://orcid.org/0000-0001-6671-2893"
},
{
"type": "Person",
"givenName": "Zuzanna",
"familyName": "Kowalska",
"affiliation": {
"type": "Organization",
"name": "Adam Mickiewicz University, Poznań"
}
}
],
"identifier": "https://doi.org/10.5281/zenodo.10495719",
"relatedLink": [
"https://huggingface.co/datasets/lszoszk/treaty-bodies-general-comments",
"https://github.com/lszoszk/mcp-unhrdb"
]
}