-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathportal_project_teaching.json
126 lines (126 loc) · 3.91 KB
/
portal_project_teaching.json
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"citation": "",
"description": "The Portal Project Teaching Database is a simplified version of the Portal Project Database designed for teaching",
"encoding": "utf-8",
"homepage": "https://figshare.com/articles/Portal_Project_Teaching_Database/1314459",
"keywords": ["mammals", "desert", "time-series", "experimental", "observational"],
"licenses": [],
"name": "portal-project-teaching",
"resources": [
{
"dialect": {
"delimiter": ","
},
"name": "species",
"path": "species.csv",
"sqlite_data": ["species","portal_project.sqlite"],
"schema": {
"fields": [
{
"name": "species_id",
"size": "2",
"type": "char"
},
{
"name": "genus",
"size": "16",
"type": "char"
},
{
"name": "species",
"size": "15",
"type": "char"
},
{
"name": "taxa",
"size": "7",
"type": "char"
}
]
},
"url": "https://ndownloader.figshare.com/files/11188550"
},
{
"dialect": {
"delimiter": ","
},
"name": "plots",
"path": "plots.csv",
"sqlite_data": ["plots","portal_project.sqlite"],
"schema": {
"fields": [
{
"name": "plot_id",
"type": "int"
},
{
"name": "plot_type",
"size": "25",
"type": "char"
}
]
},
"url": "https://ndownloader.figshare.com/files/11188550"
},
{
"dialect": {
"contains_pk": "True",
"delimiter": ",",
"missingValues": [
"",
null
]
},
"name": "surveys",
"path": "surveys.csv",
"sqlite_data": ["surveys","portal_project.sqlite"],
"schema": {
"fields": [
{
"name": "record_id",
"type": "int"
},
{
"name": "month",
"type": "int"
},
{
"name": "day",
"type": "int"
},
{
"name": "year",
"type": "int"
},
{
"name": "plot_id",
"type": "int"
},
{
"name": "species_id",
"size": "2",
"type": "char"
},
{
"name": "sex",
"size": "1",
"type": "char"
},
{
"name": "hindfoot_length",
"type": "double"
},
{
"name": "weight",
"type": "double"
}
]
},
"url": "https://ndownloader.figshare.com/files/11188550"
}
],
"retriever": "True",
"retriever_minimum_version": "2.1.0",
"title": "Portal Project Teaching",
"version": "1.0.0"
}