-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
23 lines (23 loc) · 775 Bytes
/
codemeta.json
File metadata and controls
23 lines (23 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"@context": "https://w3id.org/codemeta/3.0",
"type": "SoftwareSourceCode",
"applicationCategory": "Engineering",
"codeRepository": "https://github.com/cs-jansen/Craigware",
"dateCreated": "2025-11-11",
"datePublished": "2025-11-11",
"description": "This is a dummy software release intended to test the ability to link a DesignSafe publication with a GitHub account.",
"funder": {
"type": "Organization",
"name": "University of Texas"
},
"keywords": [
"Earthquakes",
"Seismology",
"Liquefaction"
],
"license": "https://spdx.org/licenses/AGPL-3.0",
"name": "Craigware",
"operatingSystem": "Linux",
"programmingLanguage": "Python 3",
"relatedLink": "DesignSafe-ci.org"
}