Skip to content

Commit 7495234

Browse files
committed
Add some of the new datasets to the public data folder
1 parent 49dcedf commit 7495234

10 files changed

+755
-0
lines changed

build/app/assets/data/2020_PlagueAndFire-db.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.
Lines changed: 167 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,167 @@
1+
{
2+
3+
"_comments": [ "/// NetCreate Template File ///",
4+
"/// IMPORTANT: As of 1/31/2019, the following functionality is available: ///",
5+
"/// * `label` parameter for each field may be customized ///",
6+
"/// * `hidden` parameter may be used to hide fields ///",
7+
"/// * changing the order of the `options` WILL change their order on selections ///",
8+
"/// * changing the order of the prompts themselves will NOT change their order ///",
9+
"/// * `duplicateWarning` is used in NodeSelector ///",
10+
"/// * `sourceNodeIsLockedMessage` is used in NodeSelector ///",
11+
"/// * `edgeIsLockedMessage` is used in EdgeEditor ///",
12+
"/// The rest of the definitions are there as placeholders for future functionality ///"
13+
],
14+
15+
"name": "2020PlagueAndFire",
16+
17+
"description": "Spring 2020 Plague and Fire Network",
18+
19+
"citationPrompts":{
20+
"citation": "H213 Main Network (April, 2020)",
21+
"hidden": false
22+
},
23+
24+
25+
"nodePrompts": {
26+
"label": {
27+
"label": "Label",
28+
"help": "A short title for the node",
29+
"duplicateWarning": "You’re entering a duplicate node. Do you want to View the Existing node, or Continue creating?",
30+
"sourceNodeIsLockedMessage": "This node is currently being edited by someone else. Please try again in 10 minutes. If you are still getting this message, send your instructor a text using the phone number provided in this week's Canvas assignment.",
31+
"_cmt4": "/// `Label` is always required and cannot be hidden"
32+
},
33+
"type": {
34+
"label": "Type",
35+
"help": "Multiple people are a 'Group'",
36+
"hidden": false,
37+
"options": [
38+
{
39+
"_comment": "Default color when nothing is selected",
40+
"id": "",
41+
"label": "",
42+
"color": "#EEEEEE"
43+
},
44+
{
45+
"id": "person",
46+
"label": "Person",
47+
"help": "An individual",
48+
"color": "#aabaf2"
49+
},
50+
{
51+
"id": "group",
52+
"label": "Group",
53+
"help": "A group of people",
54+
"color": "#3399FF"
55+
},
56+
{
57+
"id": "place",
58+
"label": "Place",
59+
"help": "A location or place name",
60+
"color": "#00FF00"
61+
},
62+
{
63+
"id": "thing",
64+
"label": "Thing",
65+
"help": "An item or concept",
66+
"color": "#FF0000"
67+
},
68+
{
69+
"id": "event",
70+
"label": "Event",
71+
"help": "A specific event or series of events",
72+
"color": "#009999"
73+
}
74+
]
75+
},
76+
"degrees": {
77+
"label": "Degrees",
78+
"help": "Number of edges.",
79+
"hidden": false
80+
},
81+
"notes": {
82+
"label": "Significance",
83+
"help": "Describe the historical importance.",
84+
"hidden": false
85+
},
86+
"info": {
87+
"label": "Geocode or Date",
88+
"help": "Use latitude/longitude or a date YYYY-MM-DD",
89+
"hidden": true
90+
},
91+
"delete": {
92+
"hidden": false
93+
}
94+
},
95+
96+
97+
98+
"edgePrompts": {
99+
"edgeIsLockedMessage": "This edge is currently being edited by someone else. Please try again in 10 minutes. If you are still getting this message, send your instructor a text using the phone number provided in this week's Canvas assignment.",
100+
"source": {
101+
"label": "Source",
102+
"help": "Source",
103+
"hidden": false
104+
},
105+
"type": {
106+
"label": "Type",
107+
"help": "Type",
108+
"hidden": false,
109+
"options": [
110+
{
111+
"id": "notSelected",
112+
"label": ""
113+
},
114+
{
115+
"id": "peaceful",
116+
"label": "has peaceful interaction with"
117+
},
118+
{
119+
"id": "martial",
120+
"label": "has adversarial interaction with"
121+
},
122+
{
123+
"id": "writes",
124+
"label": "sends written communication to"
125+
},
126+
{
127+
"id": "member",
128+
"label": "is a group member of"
129+
},
130+
{
131+
"id": "participate",
132+
"label": "participates in"
133+
},
134+
{
135+
"id": "visit",
136+
"label": "makes visit to"
137+
}
138+
]
139+
},
140+
"target": {
141+
"label": "Target",
142+
"help": "Target",
143+
"hidden": false
144+
},
145+
"notes": {
146+
"label": "Signficance",
147+
"help": "Describe the historical importance.",
148+
"hidden": false
149+
},
150+
"info": {
151+
"label": "Date",
152+
"help": "'YYYY-MM-DD' format",
153+
"hidden": false
154+
},
155+
"citation": {
156+
"label": "Citation",
157+
"help": "3-digit page number",
158+
"hidden": false
159+
},
160+
"category": {
161+
"label": "Category",
162+
"help": "Political? Social? Economic? Racial/ethnic? Religious? Medical?",
163+
"hidden": false
164+
}
165+
}
166+
167+
}

build/app/assets/data/2020_PlagueAndFireGrp14-db.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.
Lines changed: 167 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,167 @@
1+
{
2+
3+
"_comments": [ "/// NetCreate Template File ///",
4+
"/// IMPORTANT: As of 1/31/2019, the following functionality is available: ///",
5+
"/// * `label` parameter for each field may be customized ///",
6+
"/// * `hidden` parameter may be used to hide fields ///",
7+
"/// * changing the order of the `options` WILL change their order on selections ///",
8+
"/// * changing the order of the prompts themselves will NOT change their order ///",
9+
"/// * `duplicateWarning` is used in NodeSelector ///",
10+
"/// * `sourceNodeIsLockedMessage` is used in NodeSelector ///",
11+
"/// * `edgeIsLockedMessage` is used in EdgeEditor ///",
12+
"/// The rest of the definitions are there as placeholders for future functionality ///"
13+
],
14+
15+
"name": "2020PlagueAndFire",
16+
17+
"description": "Spring 2020 Plague and Fire Network",
18+
19+
"citationPrompts":{
20+
"citation": "H213 Group 14 Network (April, 2020)",
21+
"hidden": false
22+
},
23+
24+
25+
"nodePrompts": {
26+
"label": {
27+
"label": "Label",
28+
"help": "A short title for the node",
29+
"duplicateWarning": "You’re entering a duplicate node. Do you want to View the Existing node, or Continue creating?",
30+
"sourceNodeIsLockedMessage": "This node is currently being edited by someone else. Please try again in 10 minutes. If you are still getting this message, send your instructor a text using the phone number provided in this week's Canvas assignment.",
31+
"_cmt4": "/// `Label` is always required and cannot be hidden"
32+
},
33+
"type": {
34+
"label": "Type",
35+
"help": "Multiple people are a 'Group'",
36+
"hidden": false,
37+
"options": [
38+
{
39+
"_comment": "Default color when nothing is selected",
40+
"id": "",
41+
"label": "",
42+
"color": "#EEEEEE"
43+
},
44+
{
45+
"id": "person",
46+
"label": "Person",
47+
"help": "An individual",
48+
"color": "#aabaf2"
49+
},
50+
{
51+
"id": "group",
52+
"label": "Group",
53+
"help": "A group of people",
54+
"color": "#3399FF"
55+
},
56+
{
57+
"id": "place",
58+
"label": "Place",
59+
"help": "A location or place name",
60+
"color": "#00FF00"
61+
},
62+
{
63+
"id": "thing",
64+
"label": "Thing",
65+
"help": "An item or concept",
66+
"color": "#FF0000"
67+
},
68+
{
69+
"id": "event",
70+
"label": "Event",
71+
"help": "A specific event or series of events",
72+
"color": "#009999"
73+
}
74+
]
75+
},
76+
"degrees": {
77+
"label": "Degrees",
78+
"help": "Number of edges.",
79+
"hidden": false
80+
},
81+
"notes": {
82+
"label": "Significance",
83+
"help": "Describe the historical importance.",
84+
"hidden": false
85+
},
86+
"info": {
87+
"label": "Geocode or Date",
88+
"help": "Use latitude/longitude or a date YYYY-MM-DD",
89+
"hidden": true
90+
},
91+
"delete": {
92+
"hidden": false
93+
}
94+
},
95+
96+
97+
98+
"edgePrompts": {
99+
"edgeIsLockedMessage": "This edge is currently being edited by someone else. Please try again in 10 minutes. If you are still getting this message, send your instructor a text using the phone number provided in this week's Canvas assignment.",
100+
"source": {
101+
"label": "Source",
102+
"help": "Source",
103+
"hidden": false
104+
},
105+
"type": {
106+
"label": "Type",
107+
"help": "Type",
108+
"hidden": false,
109+
"options": [
110+
{
111+
"id": "notSelected",
112+
"label": ""
113+
},
114+
{
115+
"id": "peaceful",
116+
"label": "has peaceful interaction with"
117+
},
118+
{
119+
"id": "martial",
120+
"label": "has adversarial interaction with"
121+
},
122+
{
123+
"id": "writes",
124+
"label": "sends written communication to"
125+
},
126+
{
127+
"id": "member",
128+
"label": "is a group member of"
129+
},
130+
{
131+
"id": "participate",
132+
"label": "participates in"
133+
},
134+
{
135+
"id": "visit",
136+
"label": "makes visit to"
137+
}
138+
]
139+
},
140+
"target": {
141+
"label": "Target",
142+
"help": "Target",
143+
"hidden": false
144+
},
145+
"notes": {
146+
"label": "Signficance",
147+
"help": "Describe the historical importance.",
148+
"hidden": false
149+
},
150+
"info": {
151+
"label": "Date",
152+
"help": "'YYYY-MM-DD' format",
153+
"hidden": false
154+
},
155+
"citation": {
156+
"label": "Citation",
157+
"help": "3-digit page number",
158+
"hidden": false
159+
},
160+
"category": {
161+
"label": "Category",
162+
"help": "Political? Social? Economy?",
163+
"hidden": false
164+
}
165+
}
166+
167+
}

build/app/assets/data/Grimm-db.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)