-
Notifications
You must be signed in to change notification settings - Fork 72
Add information about Community voting #997
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 6 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
cf11b46
Add information about Community voting
cmaureir 98e1728
Update src/content/pages/programme/voting.mdx
cmaureir f7b8ae7
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 3ebcc30
Apply suggestions from code review
cmaureir 3cae10a
Update src/content/pages/programme/voting.mdx
cmaureir b35b9a5
Add proposal review to milestones and redirects
cmaureir 9541445
Update src/content/pages/faq.mdx
hypha File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,104 @@ | ||
| --- | ||
| title: Voting | ||
| subtitle: Your opinion for a great conference! | ||
| --- | ||
|
|
||
| # Community Voting | ||
|
|
||
| Welcome to EuroPython Community Voting! We want feedback about what YOU would | ||
| like to see at EuroPython 2025. We more than 572 proposals covering many | ||
| aspects of Python, and we are excited to be putting together an engaging, | ||
| educational and entertaining programme. Your feedback is an important | ||
| ingredient in this refinement and curation process. | ||
|
|
||
|
|
||
| <div style={{textAlign: "center"}}> | ||
|
|
||
| Community Voting is open | ||
|
|
||
| from Wednesday, 5 February 23:00:00 UTC | ||
|
|
||
| until Monday, 17 February 23:59:59 UTC | ||
|
|
||
| <ButtonLink href="https://voting.europython.eu">Cast your votes now!</ButtonLink> | ||
| </div> | ||
|
|
||
|
|
||
| --- | ||
|
|
||
| ## Our guiding principles | ||
|
|
||
| - Our EuroPython family will directly shape the conference programme. | ||
| - It is a blind process to guard against inevitable bias: speakers' names will | ||
| not be displayed; submissions will be displayed in random order for each | ||
| voting participant. | ||
| - It’s robust against anonymous manipulation: only identities already known to | ||
| us can participate. | ||
|
|
||
| ## Who can participate? | ||
|
|
||
| To be eligible to vote, you need an email address already known to us, i.e. | ||
| one that has been used for any of the following: | ||
| - You've registered for one of the past EuroPython conferences between 2022 - 2024; | ||
| - You've submitted a proposal for 2025; | ||
|
|
||
| ## How do I vote? | ||
|
|
||
| - Go to the [Community Voting page](https://voting.europython.eu). | ||
| - Enter an eligible email address (see [Who can | ||
| participate](/programme/voting/#who-can-participate) above). | ||
| - If the email is known to us, you will receive an email with a confirmation | ||
| link. | ||
| - Check your inbox (and spam) for the email with the confirmation link - click | ||
| it and let the voting begin! | ||
|
|
||
| You should stay logged in by default. But if you are somehow logged out, just | ||
| use the confirmation link from the email again or re-enter your email address | ||
| to receive a new confirmation link. | ||
|
|
||
| ### Don't remember which email was used for EuroPython? | ||
|
|
||
| - Try a few different emails you might have used. | ||
| - If you no longer have access to the email account once used to register for | ||
| a past conference, (e.g. it belongs to a previous employer), we | ||
| unfortunately cannot add or change it for you. | ||
|
|
||
| ### How does the voting system work? | ||
|
|
||
| For each submission, you can choose only one of four options | ||
|
|
||
| <div style={{textAlign: "center", marginBottom: 8}}> | ||
| <Button>Must see</Button> | ||
| <Button>Want to see</Button> | ||
| </div> | ||
| <div style={{textAlign: "center", marginBottom: 8}}> | ||
| <Button>Maybe</Button> | ||
| <Button>Not interested</Button> | ||
| </div> | ||
|
|
||
| - Your vote for each submission is automatically saved, but you can change it | ||
| at any time before the voting phase ends. | ||
| - Whenever you refresh the page, the order of the submissions will be | ||
| randomised again. | ||
| - You can filter submissions based on tracks you are interested in. You can | ||
| also filter the ones you have not voted on. | ||
| - You are welcome to leave optional comments for each submission you vote on. | ||
| They will only be shared with the programme team. | ||
|
|
||
| ## Selection of Submissions | ||
|
|
||
| We believe that a good conference consists of popular talks as well as new or | ||
| niche topics - all by and for our diverse community. Ultimately, it is the | ||
| programme team who curate and are responsible for the final programme, but one | ||
| of the major factors upon which they rely, will be the preferences of the | ||
| community through this voting process. | ||
|
|
||
| <div style={{textAlign: "center", marginBottom: 10}}> | ||
| <ButtonLink href="https://voting.europython.eu">Go to the community voting</ButtonLink> | ||
| </div> | ||
|
|
||
|
|
||
| **[Subscribe to our newsletter](https://blog.europython.eu/#/portal/signup)** | ||
| to stay tuned! | ||
|
|
||
| Thank you for contributing to EuroPython! ❤️ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| <script> | ||
| window.location.href = "/programme/voting/"; | ||
| </script> | ||
| <noscript> | ||
| <meta http-equiv="refresh" content="0;url=https://ep2025.europython.eu/programme/voting/"> | ||
| </noscript> |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.