Commit 9f68bde089260b2c5870d47ecb285ceb4230d28c
1 parent
6c46ef2d
Exists in
master
Update content file for the home page. I think I would like one block per line not three.
Showing
1 changed file
with
3 additions
and
20 deletions
Show diff stats
content.yml
... | ... | @@ -317,27 +317,10 @@ home: |
317 | 317 | # Three blocks per section ; if you want another amount, it can be done, please ask. |
318 | 318 | - blocks: |
319 | 319 | |
320 | - - title: What does this do? | |
320 | + - title: What does the tool do? | |
321 | 321 | content: | |
322 | - The tool helps computing your travel carbon footprint | |
323 | - for a **round trip** from a given location, | |
324 | - for a set of visited cities. | |
325 | - | |
326 | - Similarly, the tool allows to compute the travel footprint | |
327 | - of a conference, meeting... (the originating city of each | |
328 | - participant has then to be provided). | |
329 | - It can also return the city that would minimize the travel footprint | |
330 | - assuming the same audience of the conference/meeting for a set of city hosts | |
331 | - (which can be derived from the list of cities of the participants | |
332 | - to the conference/meeting). | |
333 | - | |
334 | - While online CO<sub>2</sub> calculators enable to compute the footprint | |
335 | - of a limited number of trips with detailed trip information | |
336 | - (e.g. connecting flights), | |
337 | - this tool enables to compute the footprint of a larger number of travels, | |
338 | - making some assumptions, e.g. to model connecting flights. In addition, | |
339 | - it provides an estimate for up to **six** different methods.</p> | |
340 | - | |
322 | + The tool computes the travel carbon footprint associated with round trip flights. It does so for a set of trips from a given city of origin to a set of destinations. Similarly, the tool allows to compute the carbon travel footprint of a larger set of trips, corresponding to a conference, a meeting. For this, the city of departure for each participant to the conference has to be provided. If multiple host cities are provided, the tool ranks the cities according to the associated carbon footprint. While online calculators enable to compute the footprint of a limited number of trips, this tool enables to compute the footprint of a larger number of trips in an automated way. Furthermore, it provides an estimate based on data from six different methods, whose estimates can differ significantly. If more than one method is selected by the user, the tool returns the mean of the estimates of each method. | |
323 | + | |
341 | 324 | <!-- |
342 | 325 | For short distance travels, the CO<sub>2</sub> footprint associated with trains |
343 | 326 | is calculated and added to the air travel footprint. | ... | ... |