-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbagger.bat
61 lines (61 loc) · 1.52 KB
/
bagger.bat
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
{
"ordered": [
{
"UUID": {
"fieldRequired": true
}
},
{
"Institution facilitating the data capture creation and packaging": {
"fieldRequired": true,
"defaultValue": "For example: University of Michigan Library"
}
},
{
"Date of capture": {
"fieldRequired": true
}
},
{
"Federal agency data acquired from": {
"fieldRequired": true,
"defaultValue": "For example: Department of Health and Human Services"
}
},
{
"Name of resource": {
"fieldRequired": true,
"defaultValue": "For example: GOES Evapotranspiration and Drought (GET-D)"
}
},
{
"Individual source or seed URL(s)": {
"fieldRequired": true
}
},
{
"File formats contained in package": {
"fieldRequired": true,
"defaultValue": "For example: warc.gz, .pdf"
}
},
{
"Type(s) of content in package": {
"fieldRequired": true,
"defaultValue": "For example: datasets, reports, codebook"
}
},
{
"Free text description of capture process": {
"fieldRequired": true,
"defaultValue": "For example: Metadata for reports were captured through web crawl, individual reports were manually downloaded through the search interface."
}
},
{
"Name of package creator": {
"fieldRequired": false,
"defaultValue": "Insert name of person who creaded this package"
}
}
]
}