-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcodemeta.json
More file actions
51 lines (51 loc) · 1.95 KB
/
codemeta.json
File metadata and controls
51 lines (51 loc) · 1.95 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
50
51
{
"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld",
"@type": "Code",
"author": [
{
"@id": "0000-0001-8491-4720",
"@type": "Person",
"email": "sharrison@ceh.ac.uk",
"name": "Sam Harrison",
"affiliation": "UK Centre for Ecology & Hydrology, Lancaster Environment Centre, Library Avenue, Bailrigg, Lancaster, LA1 4AP, UK"
},
{
"@id": "0000-0003-4489-5363",
"@type": "Person",
"email": "vke@ceh.ac.uk",
"name": "Virginie D Keller",
"affiliation": "UK Centre for Ecology & Hydrology, Maclean Building, Benson Lane, Crowmarsh Gifford, Wallingford, OX10 8BB, UK"
},
{
"@id": "0000-0002-9876-0491",
"@type": "Person",
"email": "rjw@ceh.ac.uk",
"name": "Richard J Williams",
"affiliation": "UK Centre for Ecology & Hydrology, Maclean Building, Benson Lane, Crowmarsh Gifford, Wallingford, OX10 8BB, UK"
},
{
"@id": "0000-0003-3764-5331",
"@type": "Person",
"email": "mihu@ceh.ac.uk",
"name": "Michael Hutchins",
"affiliation": "UK Centre for Ecology & Hydrology, Maclean Building, Benson Lane, Crowmarsh Gifford, Wallingford, OX10 8BB, UK"
},
{
"@id": "0000-0002-3627-851X",
"@type": "Person",
"email": "stlo@ceh.ac.uk",
"name": "Stephen Lofts",
"affiliation": "UK Centre for Ecology & Hydrology, Lancaster Environment Centre, Library Avenue, Bailrigg, Lancaster, LA1 4AP, UK"
}
],
"identifier": "",
"codeRepository": "https://github.com/samharrison7/fortran-error-handler",
"datePublished": "2020-06-05",
"dateModified": "2023-05-31",
"dateCreated": "2020-06-05",
"description": "Comprehensive error framework for applications requiring functional and robust error handling, utilising the power of modern object-oriented Fortran.",
"keywords": "Fortran, error handling",
"license": "MIT",
"title": "Fortran Error Handler",
"version": "v1.0.5"
}