Skip to content

Commit f4a76ac

Browse files
authored
Merge pull request #141 from e-mission/new-config-#140
[Config #140] create new file
2 parents 114b660 + e0343dd commit f4a76ac

File tree

1 file changed

+100
-0
lines changed

1 file changed

+100
-0
lines changed

configs/uw-ebike.nrel-op.json

+100
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
{
2+
"url_abbreviation": "uw-ebike",
3+
"version": 1,
4+
"ts": 1741377085,
5+
"server": {
6+
"connectUrl": "https://uw-ebike-openpath.nrel.gov/api/",
7+
"aggregate_call_auth": "user_only"
8+
},
9+
"opcode": {
10+
"autogen": false,
11+
"subgroups": [
12+
"test",
13+
"300_pretest",
14+
"1200_pretest",
15+
"300_control",
16+
"300_treatment",
17+
"1200_control",
18+
"1200_treatment"
19+
]
20+
},
21+
"intro": {
22+
"program_or_study": "program",
23+
"start_month": "03",
24+
"start_year": "2025",
25+
"mode_studied": "e-bike",
26+
"program_admin_contact": "Don MacKenzie, University of Washington (email: [email protected])",
27+
"deployment_partner_name": "The University of Washington",
28+
"translated_text": {
29+
"en": {
30+
"deployment_partner_name": "The University of Washington",
31+
"deployment_name": "WSDOT E-Bike Incentive Evaluation Program",
32+
"summary_line_1": "Evaluation of the Washington State Department of Transportation (WSDOT) e-bike incentive program",
33+
"summary_line_2": "",
34+
"summary_line_3": "",
35+
"short_textual_description": "Evaluation of the Washington State Department of Transportation (WSDOT) e-bike incentive program",
36+
"why_we_collect": "To evaluate the effectiveness of the WSDOT e-bike incentive program on reducing GHG emissions",
37+
"research_questions": []
38+
},
39+
"es": {
40+
"deployment_partner_name": "",
41+
"deployment_name": "",
42+
"summary_line_1": "",
43+
"summary_line_2": "",
44+
"summary_line_3": "",
45+
"short_textual_description": "",
46+
"why_we_collect": "",
47+
"research_questions": []
48+
}
49+
}
50+
},
51+
"survey_info": {
52+
"surveys": {
53+
"UserProfileSurvey": {
54+
"formPath": "json/demo-survey-v2.json",
55+
"version": 1,
56+
"compatibleWith": 1,
57+
"dataKey": "manual/demographic_survey",
58+
"labelTemplate": {
59+
"en": "Answered",
60+
"es": "Contestada"
61+
}
62+
}
63+
},
64+
"trip-labels": "MULTILABEL"
65+
},
66+
"display_config": {
67+
"use_imperial": true
68+
},
69+
"metrics": {
70+
"include_test_users": true
71+
},
72+
"profile_controls": {
73+
"support_upload": false,
74+
"trip_end_notification": false
75+
},
76+
"admin_dashboard": {
77+
"data_trips_columns_exclude": [],
78+
"additional_trip_columns": [],
79+
"data_uuids_columns_exclude": [],
80+
"token_prefix": "nrelop",
81+
"token_generate": false,
82+
"overview_users": true,
83+
"overview_active_users": true,
84+
"overview_trips": true,
85+
"overview_signup_trends": true,
86+
"overview_trips_trend": true,
87+
"data_uuids": true,
88+
"data_trips": true,
89+
"map_heatmap": true,
90+
"map_bubble": true,
91+
"map_trip_lines": false,
92+
"options_uuids": true,
93+
"options_emails": true,
94+
"admin_access": [
95+
96+
97+
98+
]
99+
}
100+
}

0 commit comments

Comments
 (0)