-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathClimateMirror-issue-template
63 lines (52 loc) · 2.8 KB
/
ClimateMirror-issue-template
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
**Climate Mirror dataset title:** e.g. NOAA ESRL GMD Radiation
**Climate Mirror issue:** e.g. https://github.com/climate-mirror/datasets/issues/311
**Link to datafile:** e.g.
**Agency:** e.g. National Oceanic & Atmospheric Administration (NOAA)
**Agency Division:** e.g. Oceanic and Atmospheric Research (OAR)
**Agency Subdivision:** e.g. Earth System Research Laboratory (ESRL)
**Agency Sub-Subdivision:** e.g.Global Monitoring Division (GMD)
**Bulk Download Link:** e.g. ftp://aftp.cmdl.noaa.gov/data/radiation/
**Size Estimate:** e.g. 196G
**Data Type:** e.g. "G-Rad is involved in observational and theoretical research of the Earth's surface and atmospheric radiation budgets. The group specializes in the investigation of climatically significant variations in long-term radiation and meteorological measurements made at diverse globally-remote sites and continental US sites (SURFRAD)." - GMD Radiation website
**Other URLS:**
**JSON:**
(example)
If you don't know a value, leave it blank. Check your JSON for errors with [JSONlint](http://jsonlint.com/)
```
{
"name": "va-national-formulary",
"title": "VA National Formulary",
"maintainer": "Don Lees",
"maintainer_email": "[email protected]",
"id": "e97205c3-d4fa-4cce-a8ba-49e18ebe4821",
"metadata_created": "2014-04-18T17:22:09.228971",
"metadata_modified": "2016-11-30T16:03:25.578299",
"author": null,
"author_email": null,
"type": "dataset",
"notes": "The VA National Formulary is a listing of products (drugs and supplies) that must be available for prescription at all VA facilities, and cannot be made non-formulary by a Veteran Integrated Service Network (VISN) or individual medical center. Regarding chemical or biological entities that by law must be submitted to the United States (U.S.) Food and Drug Administration (FDA) for pre-marketing approval, only those entities that actually have been approved by FDA using New Drug Application (NDA), Abbreviated New Drug Application (ANDA), or biologics license, may be added to the VA National Formulary.",
"license_id": "cc-zero",
"organization": {
"description": "",
"created": "2013-05-18T11:31:11.529883",
"title": "Department of Veterans Affairs",
"name": "va-gov",
"is_organization": true,
"image_url": "https://raw.githubusercontent.com/GSA/logo/master/va.png",
"type": "organization",
"id": "ff9ae098-eccc-41d8-bfcd-5e8ed047db05"
},
"resources": [
{
"url": "http://www.pbm.va.gov/PBM/nationalformulary/VA_National_Formulary_October_2016.xls",
"describedBy": "http://www.pbm.va.gov/nationalformulary.asp",
"hash": "",
"description": "VA_National_Formulary_October_2016.xls",
"format": "XLS",
"mimetype": "application/vnd.ms-excel",
"name": "VA National Formulary",
"created": "2016-11-30T11:03:25.736662"
}
]
}
```