Commit 97aa79f70f3f0bbec8038342068a045e1eec5a82

Authored by Didier BARRET
1 parent 21718ee9
Exists in master

Update content.

Showing 1 changed file with 4 additions and 2 deletions   Show diff stats
content.yml
... ... @@ -199,7 +199,7 @@ models:
199 199 # Only lowercase alphanumeric, starting with a letter, using - as liaison
200 200 # In other words, MUST match ^[a-z]([a-z0-9-]*[a-z0-9])?$ eg: icao-with-rfi
201 201 # MUST be unique, two models MUST NOT have the same slug.
202   - slug: icao
  202 + slug: icao-no-rfi
203 203 # There MUST exist a python file named like this in `flaskr/laws`
204 204 # And it MUST contain a class named EmissionModel
205 205 # Please keep this lowercased, letters-only (or I will breathe fire)
... ... @@ -438,7 +438,9 @@ home:
438 438 - [ICAO](https://www.icao.int/environmental-protection/carbonoffset/pages/default.aspx)
439 439 Carbon Emissions Calculator
440 440 - [KLM data](https://www.klm.com/travel/nl_en/prepare_for_travel/fly_co2_neutral/all_about_sustainable_travel/index.htm)
441   - - [MyClimate](https://www.myclimate.org)
  441 + KLM data
  442 + - [MyClimate](https://www.myclimate.org)
  443 + MyClimate
442 444 - L. Hackel [travel footprint calculator](https://lhackel.shinyapps.io/travel_footprint/)
443 445 based on DEFRA emission factors
444 446  
... ...