{{ election_name }}
This is the summary for the results of this participatory budgeting election decided by the Method of Equal Shares (MES).
With this method, the total budget is virtually divided equally among the voters.
The following web-page outlines the process of the election and the step by step process of how each project was chosen - Explanation.
{{ election_name}} had a total of {{ total_votes }} voters participating.
Between these voters there was a total of {{ "{:,}".format((budget | int)) }} {{ currency }} available, of which {{ "{:,}".format((spent | int)) }} {{ currency }} was spent.
In total, there were {{ number_of_elected_projects }} projects elected, and {{ number_of_unelected_projects }} projects not elected.
{% set voter_budget = (budget | int) / (total_votes | int) %}
Each of the voters had a budget of {{ "{:,.2f}".format( (voter_budget | float) ) }} {{ currency }} to allocate to the projects.
Results
The budget of {{ "{:,}".format((budget | int)) }} {{ currency }} was allocated across {{ rounds|length }} projects:
Hover your mouse cursor over the bars to identify each project that got selected and how much was removed from the overall budget.
Summary Table
This table displays at each round what project got selected in green as well as any rejected projects in white.
Further, this table features a chart in which you can hover your mouse over and compare the
project's final funding (blue bar) with the funding lost (red bar), where the initial funding represents the whole bar.
Finally, each row can be expanded on to reveal more details regarding the project and its round, including expalanation on why this project got selected/rejected and a
link to a more advanced view of how the specific round unfolded.
Round | ID | Project Name | Cost | Number of Votes | Effective Support | Chart |
---|---|---|---|---|---|---|
›{{ loop.index }} |
{{ round.id }} | {{ projects[round.id]["name"] }} | {{ "{:,}".format( (round.cost | int) ) }} | {{ round.totalvotes }} | {{ round.effective_vote_count[round.id] | int }} |
↓ {{ "{:,}".format( (round.cost | int) ) }}
↑
{{ "{:,.2f}".format((round.initial_voter_funding | float)) }}
|
› |
{{ rejected.id }} | {{ projects[rejected.id]["name"] }} | {{ "{:,}".format( (rejected.cost | int) ) }} | {{ rejected.totalvotes }} | {{ round.effective_vote_count[rejected.id] | int }} |
↓ {{ "{:,}".format((rejected.cost | int)) }}
↑
{{ "{:,.2f}".format((rejected.initial_voter_funding | float)) }}
|