From 8271af460ae0ce57acbe92f8cf7811ab16800d14 Mon Sep 17 00:00:00 2001 From: Sebastian Barry <61334340+sebastianbarry@users.noreply.github.com> Date: Fri, 26 Jan 2024 15:30:27 -0700 Subject: [PATCH 1/4] Create doee-electricbike-proj.nrel-op.json --- configs/doee-electricbike-proj.nrel-op.json | 87 +++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 configs/doee-electricbike-proj.nrel-op.json diff --git a/configs/doee-electricbike-proj.nrel-op.json b/configs/doee-electricbike-proj.nrel-op.json new file mode 100644 index 00000000..3328fc59 --- /dev/null +++ b/configs/doee-electricbike-proj.nrel-op.json @@ -0,0 +1,87 @@ +{ + "version": 1, + "ts": 1655143472, + "server": { + "connectUrl": "https://doee-electribike-proj-openpath.nrel.gov/api/", + "aggregate_call_auth": "user_only" + }, + "opcode": { + "autogen": false, + "subgroups": ["test", "default"] + }, + "intro": { + "program_or_study": "program", + "start_month": "01", + "start_year": "2024", + "mode_studied": "e-bike", + "program_admin_contact": "For questions about the program, please contact Robera Tasissa (robera.tasissa@dc.gov) or Laura Pimentel (laura.pimentel@dc.gov).", + "deployment_partner_name": "Energy Administration at District of Columbia Department of Energy and Environment", + "translated_text": { + "en": { + "deployment_partner_name": "Energy Administration at District of Columbia Department of Energy and Environment", + "deployment_name": "E-bike library project", + "summary_line_1": "The EA at DOEE aims to incentivize commuters to adopt energy-efficient, non- polluting modes of transportation and maximize air quality benefits.", + "summary_line_2": "This pilot program is providing e-bikes to low-income program participants in Southwest DC.", + "summary_line_3": "If you are a program participant, this app can help you log your trips and compete against others to benefit our environment.", + "short_textual_description": "The pilot will allow District residents to try out various types of e-bikes at no-cost and encourage a mode shift that reduces emissions, increases mobility for low-income residents, and demonstrates an e-bike library concept applicable to everyday life. At the end of the pilot, the data tracked using the NREL Openpath app will be used to understand e-bike use behavior, mode-shift, and any barriers to adoption.", + "why_we_collect": "The data collected during the program will be used to understand: how e-bikes are used, including when and how often, distance travelled, and the preferred type of e- bikes.", + "research_questions": ["Travel behavior using e-bikes?", "Barriers to e-bike use and adoption in Southwest DC?"] + }, + "es": { + "deployment_partner_name": "Administración de Energía en el Departamento de Energía y Medio Ambiente del Distrito de Columbia", + "deployment_name": "Proyecto de biblioteca de bicicletas eléctricas", + "summary_line_1": "La EA en DOEE tiene como objetivo incentivar a los viajeros a adoptar modos de transporte no contaminantes y energéticamente eficientes y maximizar los beneficios de la calidad del aire.", + "summary_line_2": "Este programa piloto proporciona bicicletas eléctricas a participantes del programa de bajos ingresos en el suroeste de DC.", + "summary_line_3": "Si participa en el programa, esta aplicación puede ayudarle a registrar sus viajes y competir contra otros en beneficio de nuestro medio ambiente.", + "short_textual_description": "El piloto permitirá a los residentes del distrito probar varios tipos de bicicletas eléctricas sin costo y fomentará un cambio de modo que reduzca las emisiones, aumente la movilidad de los residentes de bajos ingresos y demuestre un concepto de biblioteca de bicicletas eléctricas aplicable a la vida cotidiana. Al final del piloto, los datos rastreados mediante la aplicación NREL Openpath se utilizarán para comprender el comportamiento de uso de bicicletas eléctricas, el cambio de modo y cualquier barrera para la adopción.", + "why_we_collect" : "Los datos recopilados durante el programa se utilizarán para comprender: cómo se utilizan las bicicletas eléctricas, incluido cuándo y con qué frecuencia, la distancia recorrida y el tipo preferido de bicicletas eléctricas.", + "research_questions": ["¿Comportamiento de viaje con bicicletas eléctricas?", "¿Barreras para el uso y la adopción de bicicletas eléctricas en el suroeste de DC?"] + } + } + }, + "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": { + "overview_users": true, + "overview_active_users": true, + "overview_trips": true, + "overview_signup_trends": true, + "overview_trips_trend": true, + "data_uuids": true, + "data_trips": true, + "data_trips_columns_exclude": ["data.start_loc.coordinates", "data.end_loc.coordinates"], + "additional_trip_columns": [], + "data_uuids_columns_exclude": [], + "token_generate": false, + "token_prefix": "nrelop", + "map_heatmap": true, + "map_bubble": true, + "map_trip_lines": false, + "push_send": false, + "options_uuids": true, + "options_emails": true + } +} \ No newline at end of file From d1d5689405e64ca989ec3efaea221667f4aabb8a Mon Sep 17 00:00:00 2001 From: Sebastian Barry <61334340+sebastianbarry@users.noreply.github.com> Date: Mon, 5 Feb 2024 13:40:32 -0700 Subject: [PATCH 2/4] Autogen=true for doee-electricbike-proj Per their request --- configs/doee-electricbike-proj.nrel-op.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/doee-electricbike-proj.nrel-op.json b/configs/doee-electricbike-proj.nrel-op.json index 3328fc59..7f6c80c2 100644 --- a/configs/doee-electricbike-proj.nrel-op.json +++ b/configs/doee-electricbike-proj.nrel-op.json @@ -6,7 +6,7 @@ "aggregate_call_auth": "user_only" }, "opcode": { - "autogen": false, + "autogen": true, "subgroups": ["test", "default"] }, "intro": { From decc03414b6e7efd2ea3e359f2d36500d248ff15 Mon Sep 17 00:00:00 2001 From: Sebastian Barry <61334340+sebastianbarry@users.noreply.github.com> Date: Tue, 6 Feb 2024 10:35:24 -0700 Subject: [PATCH 3/4] Add admin emails --- configs/doee-electricbike-proj.nrel-op.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configs/doee-electricbike-proj.nrel-op.json b/configs/doee-electricbike-proj.nrel-op.json index 7f6c80c2..50add6c4 100644 --- a/configs/doee-electricbike-proj.nrel-op.json +++ b/configs/doee-electricbike-proj.nrel-op.json @@ -65,6 +65,12 @@ "trip_end_notification": false }, "admin_dashboard": { + "admin_access": [ + "laura.pimentel@dc.gov", + "robera.tasissa@dc.gov", + "zbaldwin@swbid.org", + "lalbe@swbid.org" + ] "overview_users": true, "overview_active_users": true, "overview_trips": true, From 74fbd5e8aac8b094022084b99656ea256e6251c7 Mon Sep 17 00:00:00 2001 From: Sebastian Barry <61334340+sebastianbarry@users.noreply.github.com> Date: Tue, 6 Feb 2024 10:35:48 -0700 Subject: [PATCH 4/4] Add comma --- configs/doee-electricbike-proj.nrel-op.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/doee-electricbike-proj.nrel-op.json b/configs/doee-electricbike-proj.nrel-op.json index 50add6c4..4f49436a 100644 --- a/configs/doee-electricbike-proj.nrel-op.json +++ b/configs/doee-electricbike-proj.nrel-op.json @@ -70,7 +70,7 @@ "robera.tasissa@dc.gov", "zbaldwin@swbid.org", "lalbe@swbid.org" - ] + ], "overview_users": true, "overview_active_users": true, "overview_trips": true,