# runfinder.yaml: select the subfolder for a run based on the selected options below # # Each *dimension* is appended to the run folder name, in order. # Example: if there are three dimensions, service-area, user-costs, and quality, # GUI will build buttons for each choice in each dimension, and # and let's say user picks entire city, 5 euro / 50 cents, and 5 min... # # --> the subfolder name would be 'entirecity-5plus50-5min' # Then all the visualizations and thumbnails will be from that subfolder, if it exists. # # The user selections would also be reflected in the URL bar, for example: # https://pave-website.github.io/runs/1-robotaxi/entirecity-5plus50-5min # collection-name: "3-Combined" operators: - "Robotaxi Anbieter" - "Pooling Anbieter" dimensions: - heading: Nutzer-Fixkosten csvColumn: User Base-Fares subheading: "Base fares for the Taxi (T) and the Pooling Service (P)" options: - title: "T=2.50€ P=1.50€" value: T250P150 - title: "T=2.00€ P=1.50€" value: T200P150 - title: "T=2.00€ P=1.00€" value: T200P100 - heading: Auto-Maut csvColumn: Car Toll subheading: "Maut von privaten Pkw-Nutzern bezahlt" options: - title: "0.00 €/km" value: Zero - title: "0.20 €/km" value: 20 - title: "0.40 €/km" value: 40 notes: ' Notes about this collection of scenarios would go here. - and can use **markdown** '