A Shiny App that calculates the seats of each party in the Greek Parliament. You can calculate the seats of the parties based on their percentage for the last four electoral laws. Below, I enumerate those, and in parentheses are the elections for which they have been in effect:
Electoral Law | Elections | Description |
---|---|---|
Bonus 40 | 2007 2009 |
260 🪑 are being allocated proportionally First party + 40 🪑 Electoral threshold: 3% |
Bonus 50 | 2012 2015 2019 |
250 🪑 are being allocated proportionally First party + 50 🪑 Electoral threshold: 3% |
No Bonus | 2023A | 300 🪑 are being allocated proportionally No bonus 🪑 Electoral threshold: 3% |
Proportional Bonus | 2023B | Varied seats (260 to 300) are being allocated proportionally Depends on first party percentage Electoral threshold: 3% |
Proportional Bonus has been set as the default electoral system as this is the current system from 2023B and onwards.
- Multilanguage ( 🇬🇷 / 🇬🇧 ) - {shiny.i18n}
- DaisyUI Table style - {shiny.tailwind}
- Cookies to save language selection - {cookies} R package
- Add unallocated percenage in app (make it red if it goes negative)
- A popup window at start which will explain the electoral system on Greece
- A cookie for electoral system
- UNDER CONDITIONS a cookie for parties' percentages (I should also give a reset button as an option)
📦 DockerHub Repo: greek-elections-app