Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Config #140] create new file #141

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
98 changes: 98 additions & 0 deletions configs/uw-ebike-eval.nrel-op.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
{
"url_abbreviation": "uw-ebike-eval",
"version": 1,
"ts": 1738094854932,
"server": {
"connectUrl": "https://uw-ebike-eval-openpath.nrel.gov/api/",
"aggregate_call_auth": "user_only"
},
"opcode": {
"autogen": false,
"subgroups": [
"test",
"300_control",
"300_treatment",
"1200_control",
"1200_treatment"
]
},
"intro": {
"program_or_study": "program",
"start_month": "03",
"start_year": "2025",
"mode_studied": "E-Bike",
"program_admin_contact": "Don MacKenzie, University of Washington (email: [email protected])",
"deployment_partner_name": "The University of Washington",
"translated_text": {
"en": {
"deployment_partner_name": "The University of Washington",
"deployment_name": "WSDOT E-Bike Incentive Evaluation Program",
"summary_line_1": "Evaluation of the Washington State Department of Transportation (WSDOT) e-bike incentive program",
"summary_line_2": "",
"summary_line_3": "",
"short_textual_description": "Evaluation of the Washington State Department of Transportation (WSDOT) e-bike incentive program",
"why_we_collect": "To evaluate the effectiveness of the WSDOT e-bike incentive program on reducing GHG emissions",
"research_questions": []
},
"es": {
"deployment_partner_name": "",
"deployment_name": "",
"summary_line_1": "",
"summary_line_2": "",
"summary_line_3": "",
"short_textual_description": "",
"why_we_collect": "",
"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]",
"[email protected]"
]
}
}