@@ -5,25 +5,28 @@ subtitle: Your opinion for a great conference!
55
66import { Image } from " astro:assets" ;
77import voteOptions from " ../images/voting.png" ;
8+ import companion from " ../images/companion.png" ;
89
910# Community Voting
1011
1112Welcome to EuroPython Community Voting! We want feedback about what YOU would
12- like to see at EuroPython 2025 . We have more than 572 proposals covering many
13+ like to see at EuroPython 2026 . We have 616 proposals covering many
1314aspects of Python, and we are excited to be putting together an engaging,
1415educational and entertaining programme. Your feedback is an important
1516ingredient in this refinement and curation process.
1617
1718
1819<Center >
19- Community Voting is <b >Closed </b >.
20+ Community Voting is currently <b >Open </b > ✅ .
2021
21- It was open from Wednesday, 5 February 23 :00:00 UTC
22+ The voting period starts on Thursday 19 February 18 :00:00 UTC
2223
23- until Monday, 17 February 23:59:59 UTC
24+ until Thursday, 5 February 23:59:59 UTC
2425</Center >
2526
26- <Button disabled >Thank you for casting your votes!</Button >
27+ <Button
28+ url = " https://voting.europython.eu"
29+ >Go to the community voting</Button >
2730
2831
2932---
@@ -36,13 +39,15 @@ until Monday, 17 February 23:59:59 UTC
3639 voting participant.
3740- It’s robust against anonymous manipulation: only identities already known to
3841 us can participate.
42+ - We want a schedule for humans, so please avoid using LLMs to do the reviews
43+ for you.
3944
4045## Who can participate?
4146
4247To be eligible to vote, you need an email address already known to us, i.e.
4348one that has been used for any of the following:
44- - You've registered for one of the past EuroPython conferences between 2022 - 2024 ;
45- - You've submitted a proposal for 2025 ;
49+ - You've registered for one of the past EuroPython conferences between 2023 - 2025 ;
50+ - You've submitted a proposal for 2026 ;
4651
4752## How do I vote?
4853
@@ -80,6 +85,16 @@ For each submission, you can choose only one of four options
8085- You are welcome to leave optional comments for each submission you vote on.
8186 They will only be shared with the programme team.
8287
88+ ### Did you notice the little companion?
89+
90+ - This year we are including a little companion in your mission!
91+ - Evaluating more proposals, will help your companion to keep growing! so we hope you can take good
92+ care of it.
93+ - Even if it's very tempting, we encourage you properly review talks before voting,
94+ otherwise, your companion might suffer from a very quick review.
95+
96+ <Image src = { companion } alt = " Screenshot of the vote companion" style = " width: 200px;" class = " mx-auto w-20 border-4 border-white rounded-lg shadow-lg" />
97+
8398## Selection of Submissions
8499
85100We believe that a good conference consists of popular talks as well as new or
0 commit comments