diff options
| author | Camil Staps | 2021-09-13 12:28:08 +0200 | 
|---|---|---|
| committer | Camil Staps | 2021-09-13 12:28:08 +0200 | 
| commit | ebdbc8542d555332250fc6b4f5d63ccca5a9b80a (patch) | |
| tree | 6886f3f5648ecd9309476072bf30272652125bbe /resources | |
| parent | Add note about transport emissions vs personal travel (diff) | |
More notes on travel carbon footprint
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/pug/finals/conferences.pug | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/resources/pug/finals/conferences.pug b/resources/pug/finals/conferences.pug index 436a2f9..2a76218 100644 --- a/resources/pug/finals/conferences.pug +++ b/resources/pug/finals/conferences.pug @@ -50,13 +50,13 @@ block content  			The calculation is based on averages from #[a.alert-link(href='https://ourworldindata.org/travel-carbon-footprint', target='_blank') Our World in Data].  		p. -			For #[strong biking], I counted 30g CO#[sub 2] / km as a rough estimate based on my diet. -			#[strong Flights] shorter than 500km are counted as 'domestic' (255g / km), otherwise they are counted as short/long-haul (averaged on 153g / km). +			For #[strong biking], I counted 30 g CO#[sub 2] / km as a rough estimate based on my diet. +			#[strong Flights] shorter than 500km are counted as 'domestic' (255 g / km), otherwise they are counted as short/long-haul (averaged on 153 g / km).  			#[strong Trains] in the Netherlands probably emit less than the estimate from Our World in Data because #[a.alert-link(href='https://www.ns.nl/over-ns/duurzaamheid/fossielvrij', target='_blank') the NS runs on wind energy].  		p. -			The carbon footprint per capita of the Netherlands was #[strong 9.66] t (9,660,000 g) in 2017, according to #[a.alert-link(href='https://ourworldindata.org/co2/country/netherlands?country=NLD~DEU~DNK~SWE~FRA~BEL', target='_blank') Our World in Data]. -			The global average was #[strong 4.79] t (4,790,000 g) in 2016, according to #[a.alert-link(href='https://www.worldometers.info/co2-emissions/co2-emissions-per-capita/', target='_blank') Worldometer]. +			The carbon footprint per capita of the Netherlands was #[strong 9.66] t in 2017 (26,448 g / day), according to #[a.alert-link(href='https://ourworldindata.org/co2/country/netherlands?country=NLD~DEU~DNK~SWE~FRA~BEL', target='_blank') Our World in Data]. +			The global average was #[strong 4.79] t in 2016 (13,114 g / day), according to #[a.alert-link(href='https://www.worldometers.info/co2-emissions/co2-emissions-per-capita/', target='_blank') Worldometer].  		p.  			Transport, aviation, and shipping #[a.alert-link(href='https://ourworldindata.org/grapher/ghg-emissions-by-sector?time=latest&country=~NLD', target='_blank') make up 34% of emissions in the Netherlands]. @@ -171,8 +171,8 @@ block content  						td(colspan=7).  							#[strong= summary.conferences] conference#{summary.conferences == 1 ? '' : 's'}  							over #[strong= summary.total_days] day#{summary.total_days == 1 ? '' : 's'}, -							for a total of #[strong= (summary.total_footprint).toLocaleString('en')]g CO#[sub 2], -							averaging #[strong(class!=summary.total_footprint_per_day > 2125 ? 'red' : 'green')= (summary.total_footprint_per_day).toLocaleString('en', {maximumFractionDigits: 0})]g CO#[sub 2] / day. +							for a total of #[strong= (summary.total_footprint).toLocaleString('en')] g CO#[sub 2], +							averaging #[strong(class!=summary.total_footprint_per_day > 2125 ? 'red' : 'green')= (summary.total_footprint_per_day).toLocaleString('en', {maximumFractionDigits: 0})] g CO#[sub 2] / day.  				tr.entry  					td | 
