Skip to content

Commit 38b12c8

Browse files
authored
Merge pull request #146 from e-mission/new-config-#145
[Config #145] create new file
2 parents f4a76ac + 27f01e1 commit 38b12c8

File tree

1 file changed

+109
-0
lines changed

1 file changed

+109
-0
lines changed

configs/sgv-ebike.nrel-op.json

+109
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
{
2+
"url_abbreviation": "sgv-ebike",
3+
"version": 1,
4+
"ts": 1741368160,
5+
"server": {
6+
"connectUrl": "https://sgv-ebike-openpath.nrel.gov/api/",
7+
"aggregate_call_auth": "user_only"
8+
},
9+
"opcode": {
10+
"autogen": false,
11+
"subgroups": [
12+
"reap-2-bikeshare-ebike",
13+
"reap-2-cargo-bikeshare-ebike",
14+
"reap-2-cargo-ebike-purchase-incentive",
15+
"epa-cargo-ebike-purchase-incentive",
16+
"i-10-bikeshare-ebike",
17+
"i-10-cargo-ebike-purchase-incentive",
18+
"doe-bikeshare-ebike",
19+
"test"
20+
]
21+
},
22+
"intro": {
23+
"program_or_study": "program",
24+
"start_month": "03",
25+
"start_year": "2025",
26+
"mode_studied": "e-bike",
27+
"program_admin_contact": "Aaron Fellhoelter (email: [email protected])",
28+
"deployment_partner_name": "University of Tennessee, Knoxville and Portland State University",
29+
"translated_text": {
30+
"en": {
31+
"deployment_partner_name": "University of Tennessee, Knoxville and Portland State University",
32+
"deployment_name": "San Gabriel Valley E-bike Study",
33+
"summary_line_1": "The San Gabriel Valley Council of Governments (SGVCOG) and Active San Gabriel Valley (ASGV) are developing and administering multiple e-bike strategies. The program focuses on removing cost barriers to e-bike use.",
34+
"summary_line_2": "If you are a program Participant, this app can help you log your trips and allow the San Gabriel Valley Council of Governments to understand travel patterns.",
35+
"summary_line_3": "",
36+
"short_textual_description": "The San Gabriel Valley Council of Governments and Active San Gabriel Valley (ASGV) are developing policy for e-bike bikeshares and incentives to promote more sustainable and equitable forms of travel. This OpenPath application helps us to understand the travel patterns of participants.",
37+
"why_we_collect": "As a participant of the study, the OpenPath app will collect data on your travel modes, distance, and frequency. This data will help us to gain a better understanding of the travel characteristics of participants, and how we can improve the program to make the San Gabriel Valley a more livable and healthier place for its citizens.",
38+
"research_questions": [
39+
"How much greenhouse gasses can be expected to be substituted for each e-bike rebate?",
40+
"How did having an incentivized e-bike change travel behavior?",
41+
"How many miles does an e-bike substitute?"
42+
]
43+
},
44+
"es": {
45+
"deployment_partner_name": "University of Tennessee, Knoxville y Portland State University",
46+
"deployment_name": "San Gabriel Valley E-bike Study",
47+
"summary_line_1": "The San Gabriel Valley Council of Governments (SGVCOG) y Active San Gabriel Valley (ASGV) están desarrollando y administrando múltiples estrategias para bicicletas eléctricas. El programa se centra en eliminar las barreras economicas para el uso de bicicletas eléctricas.",
48+
"summary_line_2": "Si eres un participante del programa, esta aplicación puede ayudarte a registrar tus viajes y permitir que The San Gabriel Valley Council of Governments comprenda los patrones de viaje.",
49+
"summary_line_3": "",
50+
"short_textual_description": "The San Gabriel Valley Council of Governments y Active San Gabriel Valley (ASGV) están desarrollando políticas para el uso compartido de biciletas electicas y e incentivar la compra de las mimsas, con el fin de promover formas de transporte más sostenibles y equitativas. Esta aplicación de OpenPath nos ayuda a comprender los patrones de viaje de los participantes.",
51+
"why_we_collect": "Como participante del estudio, la aplicación OpenPath recopilará datos sobre tus modos de viaje, distancia y frecuencia. Estos datos nos ayudarán a comprender mejor las características de viaje de los participantes y a mejorar el programa para hacer de San Gabriel Valley un lugar más habitable y saludable para sus ciudadanos.",
52+
"research_questions": [
53+
"¿Cuántos gases de efecto invernadero se espera que se sustituyan por cada bicicleta eléctrica adquirida por reembolso?",
54+
"¿Cómo cambió su comportamiento de viaje al recibir una bicicleta eléctrica incentivada?",
55+
"¿Cuántas millas sustituye una bicicleta eléctrica?"
56+
]
57+
}
58+
}
59+
},
60+
"survey_info": {
61+
"surveys": {
62+
"UserProfileSurvey": {
63+
"formPath": "json/demo-survey-v2.json",
64+
"version": 1,
65+
"compatibleWith": 1,
66+
"dataKey": "manual/demographic_survey",
67+
"labelTemplate": {
68+
"en": "Answered",
69+
"es": "Contestada"
70+
}
71+
}
72+
},
73+
"trip-labels": "MULTILABEL"
74+
},
75+
"display_config": {
76+
"use_imperial": true
77+
},
78+
"metrics": {
79+
"include_test_users": true
80+
},
81+
"profile_controls": {
82+
"support_upload": false,
83+
"trip_end_notification": false
84+
},
85+
"admin_dashboard": {
86+
"data_trips_columns_exclude": [],
87+
"additional_trip_columns": [],
88+
"data_uuids_columns_exclude": [],
89+
"token_prefix": "nrelop",
90+
"token_generate": false,
91+
"overview_users": true,
92+
"overview_active_users": true,
93+
"overview_trips": true,
94+
"overview_signup_trends": true,
95+
"overview_trips_trend": true,
96+
"data_uuids": true,
97+
"data_trips": true,
98+
"map_heatmap": true,
99+
"map_bubble": true,
100+
"map_trip_lines": true,
101+
"options_uuids": true,
102+
"options_emails": true,
103+
"admin_access": [
104+
105+
106+
107+
]
108+
}
109+
}

0 commit comments

Comments
 (0)