-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
28 lines (28 loc) · 939 Bytes
/
codemeta.json
File metadata and controls
28 lines (28 loc) · 939 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
{
"@context": "https://w3id.org/codemeta/3.0",
"type": "SoftwareSourceCode",
"codeRepository": "https://github.com/caltechlibrary/caltechlibrary.github.io",
"dateCreated": "2015-10-08",
"dateModified": "2025-06-17",
"datePublished": "2025-06-17",
"description": "This is the DLD Labs website. It is a website for presenting some of the work from Caltech Library's Digital Library Development group. It includes links to projects and experiments.",
"funder": [
{
"name": "Caltech Library",
"ror": "https://ror.org/05dxps055"
}
],
"name": "caltechlibrary.github.io",
"softwareRequirements": [
"Pandoc >= 3.1"
],
"softwareSuggestions": [
"GNU Make",
"PowerShell",
"CMTools"
],
"developmentStatus": "wip",
"issueTracker": "https://github.com/caltechlibrary/caltechlibrary.github.io/issues",
"copyrightYear": 2025,
"copyrightHolder": "California Institute of Technology"
}