-
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.
Creating or updating file from form in issue #77
- Loading branch information
1 parent
d386f23
commit f7dc0d5
Showing
1 changed file
with
94 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,94 @@ | ||
{ | ||
"url_abbreviation": "cosa-ebike-project", | ||
"version": 1, | ||
"ts": 1708718210086, | ||
"server": { | ||
"connectUrl": "https://cosa-ebike-project-openpath.nrel.gov/api/", | ||
"aggregate_call_auth": "user_only" | ||
}, | ||
"opcode": { | ||
"autogen": true, | ||
"subgroups": [ | ||
"default", | ||
"test" | ||
] | ||
}, | ||
"intro": { | ||
"program_or_study": "program", | ||
"start_month": "02", | ||
"start_year": "2024", | ||
"mode_studied": "e-bike", | ||
"program_admin_contact": "Ricardo Ambriz, [email protected], 210-207-6888", | ||
"deployment_partner_name": "City of San Antonio", | ||
"translated_text": { | ||
"en": { | ||
"deployment_partner_name": "City of San Antonio", | ||
"deployment_name": "Low-Income E-bike Rebate Pilot Program", | ||
"summary_line_1": "The City of San Antonio's Office of Sustainability (OS) is interested in promoting sustainable transportation choices for San Antonio residents, including e-bikes to reduce greenhouse gas emissions.", | ||
"summary_line_2": "", | ||
"summary_line_3": "", | ||
"short_textual_description": "The City of San Antonio is interested in gathering data on e-bike usage from participants in its Low-Income E-bike Rebate Pilot Program which offers incentives for San Antonio residents to affordably purchase e-bikes.", | ||
"why_we_collect": "The City of San Antonio hopes to use this information to better understand how e-bikes are used including distance traveled, trips made, the associated emissions reduction and potential equity impacts.", | ||
"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": "true", | ||
"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]", | ||
"" | ||
] | ||
} | ||
} |