@@ -50,33 +50,64 @@ const valueAfterDate = modalSplitResults?.reduce(
5050 <div class =" mx-auto px-4 py-8 flex flex-col gap-8" >
5151 <h2 class =" text-2xl font-bold mb-4" >Modal split KPI</h2 >
5252
53- <InfoAlert title =" " icon =" question" variant =" info" >
53+ <InfoAlert
54+ title =" Why are transport modes status important?"
55+ icon =" question"
56+ variant =" info"
57+ >
5458 <small
5559 >This page collects modal split for all transport modes.<br />
5660 The status of the transport mode provides insights about the scheduled changes
5761 on the transport network within the Living Lab.<br />
5862 <i
5963 >If there is a New Shared Mobility Service introduced, please record
6064 with 0% at the before implementation phase.</i
61- >< br />
65+ >
6266 </small >
6367 </InfoAlert >
6468
6569 <InfoAlert
66- title =" "
70+ title =" How to calculate Modal Split KPI values? "
6771 icon =" question"
6872 variant =" success"
6973 actionText =" Modal Split KPI template"
7074 actionHref ={ " /files/SIEF_Modal_Split_KPI-template.xlsx" }
7175 >
72- <small >
73- <strong >Tip:</strong > the Modal Split KPI values can be identified with the
74- <strong
75- ><a href =" /files/SIEF_Modal_Split_KPI-template.xlsx"
76- >Modal Split template spreadsheet</a
77- ></strong
78- >, which will guide you to calculate the values.
79- </small >
76+ <div class =" text-sm text-gray-700 space-y-4" >
77+ <p class =" font-medium" >
78+ Your contribution is essential to identify the impacts of New Shared
79+ Mobility measures across Europe.
80+ </p >
81+
82+ <ol class =" list-decimal list-inside space-y-2" >
83+ <li >
84+ <strong >Review the SIEF (Deliverable D1.2)</strong > — identify the data
85+ you need and define a data collection plan for your city. <a
86+ href =" /files/SUM_D1.2_KPI Review_V1.0_FINAL.pdf"
87+ class =" text-blue-800 hover:underline"
88+ >Download SUM_D1.2_KPI Review_V1.0_FINAL.pdf</a
89+ >.
90+ </li >
91+ <li >
92+ <strong >Compute KPI values from your data</strong > — use the Modal Split
93+ KPI template spreadsheet to calculate the values. <a
94+ href =" /files/SIEF_Modal_Split_KPI-template.xlsx"
95+ class =" text-blue-800 hover:underline"
96+ >Download SIEF_Modal_Split_KPI-template</a
97+ >.
98+ </li >
99+ <li >
100+ <strong >Submit your KPI values</strong > — add the computed KPI values
101+ to the SUM Open Data Platform so they can feed analyses and comparisons.
102+ </li >
103+ </ol >
104+
105+ <small >
106+ If a New Shared Mobility service was introduced after the baseline
107+ period, record it as <strong >0%</strong >
108+ for the "before" measurement.
109+ </small >
110+ </div >
80111 </InfoAlert >
81112 </div >
82113
0 commit comments