Skip to content

Commit 143c1f4

Browse files
cmaureirpre-commit-ci[bot]hypha
authored
Add information about Community voting (#997)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: hypha <ramble.dalloway@gmail.com>
1 parent 1e2ef8f commit 143c1f4

File tree

4 files changed

+116
-5
lines changed

4 files changed

+116
-5
lines changed

src/content/pages/faq.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@ subtitle: Frequently Asked Questions about EuroPython
1414
<li>**21 January 2025:** Speaker Mentorship signup closes</li>
1515
<li>**30 January 2025:** [Call for Reviewers](https://forms.gle/4GTJjwZ1nHBGetM18) & review process begin</li>
1616
<li>**3 February 2025:** Extended Call for Proposals (CfP) closes</li>
17+
<li>**5 February 2025:** Proposal Review process starts</li>
18+
<li>**6 February 2025:** [Community Voting](/programme/voting/) starts</li>
1719
</ul>
1820

1921
<ul className="milestone-todo">
2022
<li>**January/February 2025** Financial Aid Programme starts</li>
21-
<li>**January/February 2025** Community Voting and Proposal Review</li>
2223
<li>**February/March 2025** Programme selection process</li>
2324
<li>**March 2025** Ticket sales open!</li>
2425
<li>**March 2025** Visa Information Page opens</li>
Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
---
2+
title: Voting
3+
subtitle: Your opinion for a great conference!
4+
---
5+
6+
# Community Voting
7+
8+
Welcome to EuroPython Community Voting! We want feedback about what YOU would
9+
like to see at EuroPython 2025. We more than 572 proposals covering many
10+
aspects of Python, and we are excited to be putting together an engaging,
11+
educational and entertaining programme. Your feedback is an important
12+
ingredient in this refinement and curation process.
13+
14+
15+
<div style={{textAlign: "center"}}>
16+
17+
Community Voting is open
18+
19+
from Wednesday, 5 February 23:00:00 UTC
20+
21+
until Monday, 17 February 23:59:59 UTC
22+
23+
<ButtonLink href="https://voting.europython.eu">Cast your votes now!</ButtonLink>
24+
</div>
25+
26+
27+
---
28+
29+
## Our guiding principles
30+
31+
- Our EuroPython family will directly shape the conference programme.
32+
- It is a blind process to guard against inevitable bias: speakers' names will
33+
not be displayed; submissions will be displayed in random order for each
34+
voting participant.
35+
- It’s robust against anonymous manipulation: only identities already known to
36+
us can participate.
37+
38+
## Who can participate?
39+
40+
To be eligible to vote, you need an email address already known to us, i.e.
41+
one that has been used for any of the following:
42+
- You've registered for one of the past EuroPython conferences between 2022 - 2024;
43+
- You've submitted a proposal for 2025;
44+
45+
## How do I vote?
46+
47+
- Go to the [Community Voting page](https://voting.europython.eu).
48+
- Enter an eligible email address (see [Who can
49+
participate](/programme/voting/#who-can-participate) above).
50+
- If the email is known to us, you will receive an email with a confirmation
51+
link.
52+
- Check your inbox (and spam) for the email with the confirmation link - click
53+
it and let the voting begin!
54+
55+
You should stay logged in by default. But if you are somehow logged out, just
56+
use the confirmation link from the email again or re-enter your email address
57+
to receive a new confirmation link.
58+
59+
### Don't remember which email was used for EuroPython?
60+
61+
- Try a few different emails you might have used.
62+
- If you no longer have access to the email account once used to register for
63+
a past conference, (e.g. it belongs to a previous employer), we
64+
unfortunately cannot add or change it for you.
65+
66+
### How does the voting system work?
67+
68+
For each submission, you can choose only one of four options
69+
70+
<div style={{textAlign: "center", marginBottom: 8}}>
71+
<Button>Must see</Button>
72+
<Button>Want to see</Button>
73+
</div>
74+
<div style={{textAlign: "center", marginBottom: 8}}>
75+
<Button>Maybe</Button>
76+
<Button>Not interested</Button>
77+
</div>
78+
79+
- Your vote for each submission is automatically saved, but you can change it
80+
at any time before the voting phase ends.
81+
- Whenever you refresh the page, the order of the submissions will be
82+
randomised again.
83+
- You can filter submissions based on tracks you are interested in. You can
84+
also filter the ones you have not voted on.
85+
- You are welcome to leave optional comments for each submission you vote on.
86+
They will only be shared with the programme team.
87+
88+
## Selection of Submissions
89+
90+
We believe that a good conference consists of popular talks as well as new or
91+
niche topics - all by and for our diverse community. Ultimately, it is the
92+
programme team who curate and are responsible for the final programme, but one
93+
of the major factors upon which they rely, will be the preferences of the
94+
community through this voting process.
95+
96+
<div style={{textAlign: "center", marginBottom: 10}}>
97+
<ButtonLink href="https://voting.europython.eu">Go to the community voting</ButtonLink>
98+
</div>
99+
100+
101+
**[Subscribe to our newsletter](https://blog.europython.eu/#/portal/signup)**
102+
to stay tuned!
103+
104+
Thank you for contributing to EuroPython! ❤️

src/data/links.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
"path": "/programme/selection"
1313
},
1414
{
15-
"name": "Speaker Mentorship",
16-
"path": "/programme/mentorship"
15+
"name": "Community Voting",
16+
"path": "/programme/voting"
1717
},
1818
{
19-
"name": "Call for Proposals",
20-
"path": "/programme/cfp"
19+
"name": "Speaker Mentorship",
20+
"path": "/programme/mentorship"
2121
}
2222
]
2323
},

src/pages/voting.astro

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<script>
2+
window.location.href = "/programme/voting/";
3+
</script>
4+
<noscript>
5+
<meta http-equiv="refresh" content="0;url=https://ep2025.europython.eu/programme/voting/">
6+
</noscript>

0 commit comments

Comments
 (0)