forked from guadalupebabio/ThePowerofWithout
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.js
More file actions
executable file
·226 lines (203 loc) · 8.63 KB
/
data.js
File metadata and controls
executable file
·226 lines (203 loc) · 8.63 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
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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
const sectionDataContainer = {
header: "fill-in-form",
sections: [
{
label: "Name of the City",
name: "city",
type: "text",
value: "City",
},
{
label: "Name of Informal Community",
name: "settlement",
type: "text",
value: "Community",
},
{
label: "Draw area on the map (Use polygon tool)",
name: "geolocation",
type: "coords",
value: "Draw area",
map: "map"
},
{
label: "Community Area in km2 (Automatically generated by the polygon tool)",
name: "area",
type: "area",
value: "Area",
},
{
label: "Email Address",
name: "email",
type: "text",
value: "somebody@example.com",
},
{
label: "Newsletter Authorization",
name: "privacy-checkbox",
type: "checkbox",
options: [
"Keep me informed about updates of the Power of Without research and website. You can unsubscribe at any time.",
],
},
],
};
const modalData = {
description:
"Thank you for taking the time to part take in our survey. This version of the platform is the first we are sharing with collaborators, your patience is appreciated. Moreover, your feedback is welcome to help us improve our work.\
Since every question informs a different part of the taxonomy it is very important that we ask for feedback on each question individually. Following each question, there are four icons that complement your response with additional information. These icons are as follows:",
icons: [
{
image: "../assets/error_outline_24px.png",
description: "Query clarification",
},
{
image: "../assets/chat_24px.png",
description: "Feedback regarding query relevance, accuracy, clarity, etc. ",
},
{
image: "../assets/link_24px.png",
description: "Add relevant links or references that inform your response",
},
{
image: "../assets/add_photo_alternate_24px.png",
description: "Upload images that support your response",
},
],
};
const previousSettlementModal = [
{
label: "Name of the Informal Settlement",
name: "settlement",
id : "informal-settlement-id",
type: "text",
placeholder: "Lomas del Centinela",
},
{
label: "Name of the City",
name: "city",
placeholder: "Guadalajara",
id : "city-id",
type: "text",
value: "Settlements",
},
{
label: "Email Address",
name: "email",
id:"email-id",
type: "text",
placeholder: "somebody@example.com",
}
]
const aboutPageData = [
{
label : "MISSION",
info : "As the world moves towards urbanization, cities are becoming \
increasingly complex. By 2050, about 70% of the world's population is expected to live in urban areas, \
projected to reach 6.3 billion people. To keep up with the growing urban population, traditional infrastructure \
systems are estimated to cost $57-trillion. Few experts anticipate that this is even remotely possible and that \
new strategies are needed. The cost of conventional infrastructure would exceed the combined annual GDP of the USA, \
China, and Europe, and 90% of this urbanization will be in Africa and Asia."
},
{
label : "METHOD",
info : "We must find new solutions to meet the complex challenges of the future. \
We pose an opportunity to rethink current models and invent new systems and strategies for a more livable, equitable, and resilient future.\
The qualities of informal communities can vary greatly from country to country. Therefore,\
informality is difficult to understand and quantify, which makes it even harder to comprehend. \
We want to leverage the tools and our expertise to understand the cities of today and tomorrow.\
To better understand and study informal settlements and communities, our team has developed a taxonomy of \
existing taxonomies of informality. This taxonomy is further understood using a series of qualitative and quantitative questions \
that are answered by the stakeholders on each community to understand both the strengths of each community and their challenges. Moreover, \
since those who live and work in these communities are the true experts, we think this task should be crowdsourced."
},
{
label : "MEANS",
info : "Content, Tools & Data to understand infromality"
},
{
label : "WHO WE ARE",
info : "Kent Larson and the City Science group proposes that new strategies must be found to create the places where people live and work in addition to the mobility systems that connect them,\
in order to meet the profound challenges of the future. The scale and rate of urban expansion in the global south is creating challenges for unplanned and informal communities.\
This is a critical challenge that will impact a large number of cities and segments of the global population.\
Since last year, we’ve been researching and building the tools that are displayed on this website as a sum-up of our research on informlaity.\
This platform in particular will help individuals advocate for themselves and raise awareness. We’ve spent the last few weeks changing gears\
to be able to quickly launch this tool that will help people most unheard but those who should play the main role in this conversation"
},
{
label : "GET IN TOUCH",
info : "settlements@media.mit.edu"
},
{
label : "WITHOUT COLLABORATORS",
info : "Norman Foster Foundation, Universidad de Guadalajara, Círculo de Amigos Treffpunkt Internacional A.C., Colectivo El Guamúchil, SuSanA, EACO Uganda, Indian Dreams Foundation, among others."
},
]
const finalSurveyData = {
header : "final-survey",
appreciationMessage1 : "Thank you again for taking the time to fill the survey! Whenever you want you can edit, complement, or update your responses.",
appreciationMessage2:`Finally, since you are among the first people to test this platform we will require an extra 2 minutes from your time to give us general feedback of the survey. Please be as honest as you can so we can improve it for future contributors.`,
appreciationMessage3: `Thank you. Please, keep in touch!`,
appreciationMessage4: `The City Science Team`,
questions:[
{
name:"What is your relationship with the settlement?",
id:"settlementRelationship",
type:"radio",
options: ["I live there", "I work there", "I go at least once a week", "I go occasionally","I work in an organisation/ institution/ NGO that is engaged with the Community","Other"],
info:"",
value:""
},
{
name:"How do you call informal Communities?",
id:"informalSettlementName",
type:"text",
value:"",
info:"Could be in your native language",
placeholder:"Your Comment"
},
{
name:"How would you define an informal Community?",
type:"text",
id:"informalSettlementDefinition",
value:"",
info:"Could be in your native language",
placeholder:"Your Comment"
},
{
name:"How long did it take you to fill the survey?",
type:"range",
id:"surveyFillInDuration",
value:"",
options:["5mins or less", "10mins", "20mins or more"],
info:"Make a rough estimate"
},
{
name:"How relevant were the questions asked?",
type:"range",
id:"surveyRelevance",
value:"",
info:"",
options:["Irrelevant","Relevant"],
},
{
name:"General Feedback",
type:"text",
id:"generalFeedBack",
value:"",
options:"",
info:"",
placeholder:"Your Comment"
},
{
name:"How would you rate the importance of these aspects to measure informality in general?",
type:"grid",
id:"gridData",
options:[
[{label:"Origin",id:"originImportanceScale"},{label:"Physical Nature",id:"physicalNatureImportanceScale"},{label:"Quality of Life",id:"qualityOfLifeImportanceScale"}],
[{label:"Geography",id:"geographyImportanceScale"}, {label:"Infrastructure",id:"infrastructureImportanceScale"},{label:"Economy",id:"economyImportanceScale"}],
[{label:"Vulnerability",id:"vulnerabilityImportanceScale"}, {label:"Density",id:"densityImportanceScale"},{label:"Demography",id:"demographyImportanceScale"}]]
}
]
}
module.exports = {finalSurveyData,aboutPageData,sectionDataContainer,modalData,previousSettlementModal}