From 3d988a5574e886a154e96f91955dddb566dc9e23 Mon Sep 17 00:00:00 2001 From: Muskan Hashim Date: Thu, 30 Jul 2026 16:15:28 +0200 Subject: [PATCH 1/6] Fix conference page horizontal overflow on mobile --- assets/conference2026.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/conference2026.scss b/assets/conference2026.scss index e9c0f78..9a89e24 100644 --- a/assets/conference2026.scss +++ b/assets/conference2026.scss @@ -7,6 +7,7 @@ $conf-ink: $greyheader; // #333 $conf-muted: $greydesc; // #777 .conference-page { + width: 100%; color: $conf-ink; // ── Hero (landing) ────────────────────────────────────────────── From 0febb5261aabd22861443b34833dfea914519982 Mon Sep 17 00:00:00 2001 From: Muskan Hashim Date: Thu, 30 Jul 2026 16:21:04 +0200 Subject: [PATCH 2/6] Set abstract submission deadline to August 24, 2026 --- content/conference2026/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/conference2026/_index.md b/content/conference2026/_index.md index a18f70d..3c62c70 100644 --- a/content/conference2026/_index.md +++ b/content/conference2026/_index.md @@ -24,8 +24,8 @@ url = "/conference2026/call-for-proposals/" date = "Open now" event = "Registration & call for proposals open" [[keyDates]] -date = "Summer 2026" -event = "Abstract & travel-grant application deadline" +date = "August 24, 2026" +event = "Abstract submission deadline" [[keyDates]] date = "Summer 2026" event = "Notification of abstract & travel-grant decisions" From 0afe9d117000ae9515d3cd90a82d2bcc772f6c1c Mon Sep 17 00:00:00 2001 From: Muskan Hashim Date: Thu, 30 Jul 2026 16:22:51 +0200 Subject: [PATCH 3/6] Add travel-grant deadlines (Aug 20 apply, Sep 1 notify) --- content/conference2026/_index.md | 7 +++++-- content/conference2026/registration.md | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/content/conference2026/_index.md b/content/conference2026/_index.md index 3c62c70..4491d9c 100644 --- a/content/conference2026/_index.md +++ b/content/conference2026/_index.md @@ -24,11 +24,14 @@ url = "/conference2026/call-for-proposals/" date = "Open now" event = "Registration & call for proposals open" [[keyDates]] +date = "August 20, 2026" +event = "Travel-grant application deadline" +[[keyDates]] date = "August 24, 2026" event = "Abstract submission deadline" [[keyDates]] -date = "Summer 2026" -event = "Notification of abstract & travel-grant decisions" +date = "September 1, 2026" +event = "Travel-grant award notifications" [[keyDates]] date = "September 12, 2026" event = "Early-bird registration ends" diff --git a/content/conference2026/registration.md b/content/conference2026/registration.md index 65f10d4..6873e2b 100644 --- a/content/conference2026/registration.md +++ b/content/conference2026/registration.md @@ -17,7 +17,7 @@ Sign up for announcements via [Zulip](https://scverse.zulipchat.com/) or follow We are committed to making the conference accessible to as many people as possible. As in previous years, we plan to offer **travel grants** to help cover registration, accommodation, and travel. -Priority is given to applicants who have submitted an abstract and are in financial need — particularly those from underrepresented backgrounds, underresourced institutions, or low- and middle-income countries. Application details and deadlines will be announced soon. +Priority is given to applicants who have submitted an abstract and are in financial need — particularly those from underrepresented backgrounds, underresourced institutions, or low- and middle-income countries. Travel-grant applications are due **August 20, 2026**, with award notifications sent on **September 1, 2026**. ## Childcare & accessibility From c8d1d9489d307b246fe0b7bd12e3b4b63cb31ffb Mon Sep 17 00:00:00 2001 From: Muskan Hashim Date: Thu, 30 Jul 2026 16:29:25 +0200 Subject: [PATCH 4/6] Move abstract submission deadline to August 20, 2026 --- content/conference2026/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/conference2026/_index.md b/content/conference2026/_index.md index 4491d9c..4e5b212 100644 --- a/content/conference2026/_index.md +++ b/content/conference2026/_index.md @@ -27,7 +27,7 @@ event = "Registration & call for proposals open" date = "August 20, 2026" event = "Travel-grant application deadline" [[keyDates]] -date = "August 24, 2026" +date = "August 20, 2026" event = "Abstract submission deadline" [[keyDates]] date = "September 1, 2026" From b49dd1b3663a8d7f15950c6663e88459e57c8e9b Mon Sep 17 00:00:00 2001 From: Muskan Hashim Date: Thu, 30 Jul 2026 16:25:07 +0200 Subject: [PATCH 5/6] Use conference2026@scverse.org contact address across conference pages --- content/conference2026/_index.md | 2 +- content/conference2026/call-for-proposals.md | 2 +- content/conference2026/organizers.md | 2 +- content/conference2026/registration.md | 2 +- content/conference2026/travel.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/conference2026/_index.md b/content/conference2026/_index.md index 4e5b212..c5f3e72 100644 --- a/content/conference2026/_index.md +++ b/content/conference2026/_index.md @@ -50,4 +50,4 @@ Expect keynote talks, contributed talks and posters, hands-on workshops and tuto > **Registration and the call for proposals are now open, and our first speakers have been announced.** The full program and remaining details will be posted here as they are confirmed. Follow us on [Zulip](https://scverse.zulipchat.com/), [Bluesky](https://bsky.app/profile/scverse.bsky.social), [LinkedIn](https://linkedin.com/company/scverse), or [X](https://x.com/scverse_team) to stay up to date. -Questions? Email us at [conference@scverse.org](mailto:conference@scverse.org). +Questions? Email us at [conference2026@scverse.org](mailto:conference2026@scverse.org). diff --git a/content/conference2026/call-for-proposals.md b/content/conference2026/call-for-proposals.md index 302423e..b2944ce 100644 --- a/content/conference2026/call-for-proposals.md +++ b/content/conference2026/call-for-proposals.md @@ -28,4 +28,4 @@ The scverse conference program is built with the community. We welcome submissio Submit your abstract through the [scverse 2026 submission portal](https://dtu.events/scverse2026/signup.html?step=participants). Abstracts will be reviewed by the program committee, and submitting an abstract also makes you eligible to apply for a [travel grant](/conference2026/registration/#travel-grants). -Questions about submissions? Email [conference@scverse.org](mailto:conference@scverse.org). +Questions about submissions? Email [conference2026@scverse.org](mailto:conference2026@scverse.org). diff --git a/content/conference2026/organizers.md b/content/conference2026/organizers.md index 05a6c13..05ad374 100644 --- a/content/conference2026/organizers.md +++ b/content/conference2026/organizers.md @@ -13,6 +13,6 @@ The scverse conference 2026 is organised by members of the scverse community tog ## Get involved -The conference is a community effort. If you would like to help organise, volunteer during the event, or host a satellite session, reach out to us at [conference@scverse.org](mailto:conference@scverse.org). +The conference is a community effort. If you would like to help organise, volunteer during the event, or host a satellite session, reach out to us at [conference2026@scverse.org](mailto:conference2026@scverse.org). You can also learn more about the people behind scverse on the [People](/people) page and about the project on our [About](/about) page. diff --git a/content/conference2026/registration.md b/content/conference2026/registration.md index 6873e2b..041521a 100644 --- a/content/conference2026/registration.md +++ b/content/conference2026/registration.md @@ -21,4 +21,4 @@ Priority is given to applicants who have submitted an abstract and are in financ ## Childcare & accessibility -We aim to support attendees with caregiving responsibilities and accessibility needs. If you have specific requirements, please reach out to [conference@scverse.org](mailto:conference@scverse.org) and we will do our best to accommodate. +We aim to support attendees with caregiving responsibilities and accessibility needs. If you have specific requirements, please reach out to [conference2026@scverse.org](mailto:conference2026@scverse.org) and we will do our best to accommodate. diff --git a/content/conference2026/travel.md b/content/conference2026/travel.md index 90b0b3a..b9bdc5a 100644 --- a/content/conference2026/travel.md +++ b/content/conference2026/travel.md @@ -34,4 +34,4 @@ A list of recommended hotels and student-friendly options near the venue and cit ## Visas -Denmark is part of the Schengen Area. If you require a visa to travel, please plan ahead — we can provide invitation letters for registered attendees on request to [conference@scverse.org](mailto:conference@scverse.org). +Denmark is part of the Schengen Area. If you require a visa to travel, please plan ahead — we can provide invitation letters for registered attendees on request to [conference2026@scverse.org](mailto:conference2026@scverse.org). From 81802cfbb0c2aada2ac413fbe1dc92271c5539c5 Mon Sep 17 00:00:00 2001 From: Muskan Hashim Date: Thu, 30 Jul 2026 16:32:26 +0200 Subject: [PATCH 6/6] Merge Aug 20 deadline row; fix conference email + link on join page --- content/conference2026/_index.md | 5 +---- content/join/_index.md | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/content/conference2026/_index.md b/content/conference2026/_index.md index c5f3e72..2e95586 100644 --- a/content/conference2026/_index.md +++ b/content/conference2026/_index.md @@ -25,10 +25,7 @@ date = "Open now" event = "Registration & call for proposals open" [[keyDates]] date = "August 20, 2026" -event = "Travel-grant application deadline" -[[keyDates]] -date = "August 20, 2026" -event = "Abstract submission deadline" +event = "Abstract & travel-grant application deadline" [[keyDates]] date = "September 1, 2026" event = "Travel-grant award notifications" diff --git a/content/join/_index.md b/content/join/_index.md index a42f73e..87382f3 100644 --- a/content/join/_index.md +++ b/content/join/_index.md @@ -41,5 +41,5 @@ title = "Join scverse" You can also reach us by e-mail for certain matters: - [core@scverse.org](core@scverse.org): [core team](/about/roles#core-team) -- [conference@scverse.org](conference@scverse.org): for matters regarding the [next conference](/conference2025) +- [conference2026@scverse.org](conference2026@scverse.org): for matters regarding the [next conference](/conference2026) - [steering-council@scverse.org](steering-council@scverse.org): [steering council](/about/roles#steering-council) (e.g. for questions about sponsorships)