Commit 76d50acf06ecd838f5ef7744cd011520e4578a50
1 parent
976595a3
Exists in
master
Update content
Showing
1 changed file
with
6 additions
and
5 deletions
Show diff stats
content.yml
... | ... | @@ -392,8 +392,8 @@ home: |
392 | 392 | - title: What does the tool do? |
393 | 393 | content: | |
394 | 394 | The tool computes the carbon footprint associated with round |
395 | - trip flights, considering only the emission associated with the flight | |
396 | - (i.e. do not include life cycle emissions). | |
395 | + trip flights, according to the methodology of several publicly | |
396 | + available calculators. | |
397 | 397 | It does so for a set of trips from a given city of origin |
398 | 398 | to a set of destinations. Similarly, the tool allows to compute |
399 | 399 | the carbon footprint of a larger set of trips, corresponding to a |
... | ... | @@ -460,7 +460,7 @@ home: |
460 | 460 | provides on its web site a table of emissions for a large range |
461 | 461 | of flights. The KLM data have been also been fitted with linear |
462 | 462 | functions. Differences up to a few tens of percent may be found between |
463 | - the estimates and the linearly interpolated values. | |
463 | + the data and the linearly interpolated values. | |
464 | 464 | |
465 | 465 | - title: What about radiative forcing? |
466 | 466 | slug: rfi |
... | ... | @@ -571,7 +571,7 @@ home: |
571 | 571 | origin and for each city of destination. The cumulative round trip |
572 | 572 | distance to each city of destination is also provided. |
573 | 573 | |
574 | - The result pages provides a summary plot which can be | |
574 | + The result page provides a summary plot which can be | |
575 | 575 | downloaded, as well as a csv and raw yaml file, which can be used for |
576 | 576 | further processing. The csv file lists the name of the |
577 | 577 | city as in the form, the address to which it |
... | ... | @@ -590,7 +590,8 @@ home: |
590 | 590 | surprised, if the name recovered by the geolocator is not |
591 | 591 | exactly the one you had expected (e.g. a city is located at the |
592 | 592 | address of an embassy). An error may also occur if the input file |
593 | - submitted does not comply with the requested format. | |
593 | + submitted does not comply with the requested format, | |
594 | + including font encoding. | |
594 | 595 | If nothing happens during a request, it |
595 | 596 | is most likely caused by the geolocator being unavailable. In |
596 | 597 | this case, try again a few minutes later. | ... | ... |