summaryrefslogtreecommitdiffhomepage
path: root/resources
diff options
context:
space:
mode:
Diffstat (limited to 'resources')
-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()