-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #127 from e-mission/new-config-#126
[Config #126] create new file
- Loading branch information
Showing
1 changed file
with
95 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
{ | ||
"url_abbreviation": "sm-ebike", | ||
"version": 1, | ||
"ts": 1728422892858, | ||
"server": { | ||
"connectUrl": "https://sm-ebike-openpath.nrel.gov/api/", | ||
"aggregate_call_auth": "user_only" | ||
}, | ||
"opcode": { | ||
"autogen": false, | ||
"subgroups": [ | ||
"test", | ||
"e-bike", | ||
"bike" | ||
] | ||
}, | ||
"intro": { | ||
"program_or_study": "program", | ||
"start_month": "10", | ||
"start_year": "2024", | ||
"mode_studied": "e-bike", | ||
"program_admin_contact": "Alyssa Plascencia, [email protected], (310)-458-2201 ext. 2504", | ||
"deployment_partner_name": "City of Santa Monica", | ||
"translated_text": { | ||
"en": { | ||
"deployment_partner_name": "City of Santa Monica", | ||
"deployment_name": "Santa Monica Income-Qualified E-Bike Voucher Program", | ||
"summary_line_1": "Santa Monica’s E-Bike Voucher Program provides low- and moderate- income residents with more sustainable means to travel around the City and encourages residents to replace short car trips with biking trips.", | ||
"summary_line_2": "As a program participant, OpenPath will help create a travel diary for you and provide valuable insight on changes in your travel habits after receiving an e-bike.", | ||
"summary_line_3": "", | ||
"short_textual_description": "Santa Monica’s E-Bike Voucher Program is run by the City’s Office of Sustainability and the Environment (OSE) and provides residents increased access to sustainable transportation. One of the main objectives of the program is to encourage residents to replace short car trips with e-biking trips. By partnering with NREL, OSE hopes to gain insight into the e-bike program’s impact on travel behavior.", | ||
"why_we_collect": "The data collected through OpenPath will be used to analyze how receiving an e-bike impacted Santa Monica residents’ travel behavior. It will help the City of Santa Monica quantify reduced Vehicle Miles Travelled (VMT) and carbon reductions associated with the voucher program.", | ||
"research_questions": [] | ||
}, | ||
"es": { | ||
"deployment_partner_name": "Ciudad de Santa Monica", | ||
"deployment_name": "Programa de Vales para Bicicletas Electricas de Santa Monica", | ||
"summary_line_1": "El Programa de Vales para Bicicletas Electrónicas de Santa Mónica proporciona a los residentes de bajos y moderados ingresos medios más sostenibles para viajar por la ciudad y anima a los residentes a reemplazar viajes cortos en coche por viajes en bicicleta.", | ||
"summary_line_2": "Como participante del programa, OpenPath le ayudará a crear un diario de viaje y le proporcionará información valiosa sobre los cambios en sus hábitos de viaje después de recibir una bicicleta eléctrica.", | ||
"summary_line_3": "", | ||
"short_textual_description": "El Programa de Vales para Bicicletas Electrónicas de Santa Mónica es administrado por la Oficina de Sostenibilidad y Medio Ambiente (OSE) de la Ciudad y proporciona a los residentes un mayor acceso al transporte sostenible. Uno de los principales objetivos del programa es alentar a los residentes a sustituir los viajes cortos en coche por viajes en bicicleta electrónica. Al asociarse con NREL, OSE espera obtener información sobre el impacto del programa de cupones para bicicletas electrónicas en el comportamiento del viaje.", | ||
"why_we_collect": "Los datos recopilados a través de OpenPath se utilizarán para analizar cómo recibir una bicicleta electrónica impactó el comportamiento de los residentes de Santa Mónica. Ayudará a la ciudad de Santa Mónica a cuantificar las millas reducidas de vehículos recorridos (VMT) y las reducciones de carbono asociadas con el programa de vales.", | ||
"research_questions": [] | ||
} | ||
} | ||
}, | ||
"survey_info": { | ||
"surveys": { | ||
"UserProfileSurvey": { | ||
"formPath": "json/demo-survey-v2.json", | ||
"version": 1, | ||
"compatibleWith": 1, | ||
"dataKey": "manual/demographic_survey", | ||
"labelTemplate": { | ||
"en": "Answered", | ||
"es": "Contestada" | ||
} | ||
} | ||
}, | ||
"trip-labels": "MULTILABEL" | ||
}, | ||
"display_config": { | ||
"use_imperial": true | ||
}, | ||
"metrics": { | ||
"include_test_users": true | ||
}, | ||
"profile_controls": { | ||
"support_upload": false, | ||
"trip_end_notification": false | ||
}, | ||
"admin_dashboard": { | ||
"data_trips_columns_exclude": [], | ||
"additional_trip_columns": [], | ||
"data_uuids_columns_exclude": [], | ||
"token_prefix": "nrelop", | ||
"toekn_generate": "false", | ||
"overview_users": true, | ||
"overview_active_users": true, | ||
"overview_trips": true, | ||
"overview_signup_trends": true, | ||
"overview_trips_trend": true, | ||
"data_uuids": true, | ||
"data_trips": true, | ||
"map_heatmap": true, | ||
"map_bubble": true, | ||
"map_trip_lines": false, | ||
"options_uuids": true, | ||
"options_emails": true, | ||
"admin_access": [ | ||
"[email protected]", | ||
"[email protected]" | ||
] | ||
} | ||
} |