summaryrefslogtreecommitdiffhomepage
path: root/resources/pug
diff options
context:
space:
mode:
authorCamil Staps2021-12-23 10:11:14 +0100
committerCamil Staps2021-12-23 10:11:14 +0100
commit2511df95d54f59a85791ded1f1402e07faa37ab9 (patch)
tree4c2181f780e76d1bfa731fd1da4836ba21a3f33a /resources/pug
parentMore notes on travel carbon footprint (diff)
Add ETT conference to conferences.html
Diffstat (limited to 'resources/pug')
-rw-r--r--resources/pug/finals/conferences.pug4
1 files changed, 3 insertions, 1 deletions
diff --git a/resources/pug/finals/conferences.pug b/resources/pug/finals/conferences.pug
index 2a76218..28a72bc 100644
--- a/resources/pug/finals/conferences.pug
+++ b/resources/pug/finals/conferences.pug
@@ -121,7 +121,7 @@ block content
let summary = {
conferences: conferences.length,
- total_days: conferences.map(nr_of_days).reduce((x,y) => x + y, 0),
+ total_days: Math.round(conferences.map(nr_of_days).reduce((x,y) => x + y, 0)),
total_footprint: conferences.map(compute_carbon_footprint).reduce((x,y) => x + y, 0),
};
summary.total_footprint_per_day = summary.total_footprint / summary.total_days;
@@ -227,4 +227,6 @@ block content
+conf('2020-10-11', 'Online', 0, 'Syntax Workshop')(url='https://sites.google.com/view/syntaxworkshop')
+conf('2020-11-29 to 12-11', 'Online', 0, 'SBL Annual', 'SBL Annual Meeting')(url='https://www.sbl-site.org/meetings/Congresses_Abstracts.aspx?MeetingId=37')
+ +conf('2021-10-25 to 11-22', 'Online', 0, 'ETT', 'Emerging Topics in Typology')(url='https://www2.helsinki.fi/en/conferences/emerging-topics-in-typology')
+
+listconferences()