-
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 #134 from e-mission/new-config-#133
[Config #133] create new file
- Loading branch information
Showing
1 changed file
with
105 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,105 @@ | ||
{ | ||
"url_abbreviation": "nc-transit-equity-study", | ||
"version": 1, | ||
"ts": 1733948731794, | ||
"server": { | ||
"connectUrl": "https://nc-transit-equity-study-openpath.nrel.gov/api/", | ||
"aggregate_call_auth": "user_only" | ||
}, | ||
"opcode": { | ||
"autogen": false, | ||
"subgroups": [ | ||
"default", | ||
"test" | ||
] | ||
}, | ||
"intro": { | ||
"program_or_study": "study", | ||
"start_month": "11", | ||
"start_year": "2024", | ||
"mode_studied": "", | ||
"program_admin_contact": "Molly De Marco, UNC-CH ([email protected]; 541-231-3292)", | ||
"deployment_partner_name": "the University of North Carolina at Chapel Hill", | ||
"translated_text": { | ||
"en": { | ||
"deployment_partner_name": "the University of North Carolina at Chapel Hill", | ||
"deployment_name": "NC Transit Equity Mode Shift Program Evaluation", | ||
"summary_line_1": "Our study is to implement and evaluate a set of interventions with new Habitat for Humanity homeowners to shift modes of travel from car driving to other modes including biking, walking, scooting and use of public transit.", | ||
"summary_line_2": "", | ||
"summary_line_3": "", | ||
"short_textual_description": "Conducting travel training, social marketing and bike skills workshops to facilitate the use of active forms of transportation", | ||
"why_we_collect": "This data will allow us to compare modes of travel for our participants both prior to and after our intervention.", | ||
"research_questions": [ | ||
"Can travel training, social marketing and bike skills workshops facilitate the use of active forms of transportation?", | ||
"", | ||
"" | ||
] | ||
}, | ||
"es": { | ||
"deployment_partner_name": "Universidad de Carolina del Norte en Chapel Hill", | ||
"deployment_name": "Evaluación del Programa de Cambio de Modalidad de Equidad en el Tránsito de Carolina del Norte", | ||
"summary_line_1": "Nuestro estudio es implementar y evaluar un conjunto de intervenciones con nuevos propietarios de casa de Habitat for Humanity para cambiar los modos de viaje desde la conducción de automóviles a otros modos, incluyendo andar en bicicleta, caminar, usar scooters y utilizar el transporte público.", | ||
"summary_line_2": "", | ||
"summary_line_3": "", | ||
"short_textual_description": "Realización de entrenamientos de viaje, marketing social y talleres de habilidades en bicicleta para facilitar el uso de formas activas de transporte.", | ||
"why_we_collect": "Estos datos nos permitirán comparar los modos de viaje de nuestros participantes tanto antes como después de nuestra intervención.", | ||
"research_questions": [ | ||
"¿Pueden los entrenamientos de viaje, el marketing social y los talleres de habilidades en bicicleta facilitar el uso de formas activas de transporte?", | ||
"", | ||
"" | ||
] | ||
} | ||
} | ||
}, | ||
"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": false | ||
}, | ||
"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": true, | ||
"options_uuids": true, | ||
"options_emails": true, | ||
"admin_access": [ | ||
"[email protected]", | ||
"[email protected]", | ||
"[email protected]", | ||
"[email protected]", | ||
"[email protected]" | ||
] | ||
} | ||
} |