-
Notifications
You must be signed in to change notification settings - Fork 7
/
codemeta.json
91 lines (91 loc) · 2.56 KB
/
codemeta.json
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "Dataset",
"name": "Awesome AI for LAM",
"identifier": "awesome-ai4lam",
"description": "A curated list of resources, projects, and tools for using Artificial Intelligence in Libraries, Archives, and Museums",
"datePublished": "2024-02-21",
"dateCreated": "2023-11-17",
"author": [
{
"@type": "Person",
"givenName": "Michael",
"familyName": "Hucka",
"affiliation": {
"@type": "Organization",
"name": "California Institute of Technology Library"
},
"email": "[email protected]",
"@id": "https://orcid.org/0000-0001-9105-5960"
},
{
"@type": "Person",
"givenName": "Mia",
"familyName": "Ridge",
"affiliation": {
"@type": "Organization",
"name": "British Library"
},
"email": "[email protected]",
"@id": "https://orcid.org/0000-0003-3733-8120"
},
{
"@type": "Person",
"givenName": "Jean-Philippe",
"familyName": "Moreux",
"affiliation": {
"@type": "Organization",
"name": "Bibliothèque nationale de France"
},
"email": "[email protected]",
"@id": "https://orcid.org/0000-0001-6335-0903"
},
{
"@type": "Person",
"givenName": "Hannah",
"familyName": "Moutran",
"affiliation": {
"@type": "Organization",
"name": "University of Texas at Austin"
}
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "Michael",
"familyName": "Hucka",
"affiliation": {
"@type": "Organization",
"name": "California Institute of Technology Library"
},
"email": "[email protected]",
"@id": "https://orcid.org/0000-0001-9105-5960"
}
],
"license": "https://github.com/mhucka/awesome-ai4lam/blob/main/LICENSE",
"isAccessibleForFree": true,
"url": "https://ai4lam.github.io/awesome-ai4lam/",
"codeRepository": "https://github.com/mhucka/awesome-ai4lam",
"readme": "https://github.com/mhucka/awesome-ai4lam/blob/main/README.md",
"issueTracker": "https://github.com/mhucka/awesome-ai4lam/issues",
"keywords": [
"archives",
"artificial intelligence",
"automation",
"computer vision",
"handwritten text recognition",
"HTR",
"libraries",
"library information management systems",
"library systems",
"machine learning",
"ML",
"natural language processing",
"NLP",
"OCR",
"optical character recognition",
"software"
],
"developmentStatus": "active"
}