-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(data): departments 2023-2025 (#135)
- Loading branch information
Showing
16 changed files
with
9,120 additions
and
0 deletions.
There are no files selected for viewing
731 changes: 731 additions & 0 deletions
731
src/data/2023-2025/Dipartimento/Agricoltura_alimentazione_e_ambiente.json
Large diffs are not rendered by default.
Oops, something went wrong.
795 changes: 795 additions & 0 deletions
795
src/data/2023-2025/Dipartimento/Chirurgia_generale_e_specialità_medico_chirurgiche.json
Large diffs are not rendered by default.
Oops, something went wrong.
885 changes: 885 additions & 0 deletions
885
src/data/2023-2025/Dipartimento/Economia_e_impresa.json
Large diffs are not rendered by default.
Oops, something went wrong.
111 changes: 111 additions & 0 deletions
111
src/data/2023-2025/Dipartimento/Fisica_e_astronomia.json
This file contains 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,111 @@ | ||
{ | ||
"schede": { | ||
"bianche": { | ||
"totali": 3, | ||
"seggio_n_telematico": 3 | ||
}, | ||
"nulle": { | ||
"totali": 0 | ||
}, | ||
"contestate": { | ||
"totali": 0 | ||
} | ||
}, | ||
"liste": [ | ||
{ | ||
"nome": "Studenti DFA", | ||
"seggi": { | ||
"seggi_pieni": "130", | ||
"resti": "13", | ||
"seggi_ai_resti": "0", | ||
"seggi_totali": "0" | ||
}, | ||
"voti": { | ||
"totali": "13", | ||
"seggio_telematico": "130" | ||
} | ||
}, | ||
{ | ||
"totale": 130 | ||
} | ||
], | ||
"eletti": [ | ||
{ | ||
"nominativo": "CORDOVANA Salvatore Alex", | ||
"lista": "Studenti DFA", | ||
"voti": { | ||
"totali": 36, | ||
"seggio_telematico": 36 | ||
} | ||
}, | ||
{ | ||
"nominativo": "TARZIA Domenico", | ||
"lista": "Studenti DFA", | ||
"voti": { | ||
"totali": 19, | ||
"seggio_telematico": 19 | ||
} | ||
}, | ||
{ | ||
"nominativo": "AMORE Sebastiano", | ||
"lista": "Studenti DFA", | ||
"voti": { | ||
"totali": 8, | ||
"seggio_telematico": 8 | ||
} | ||
}, | ||
{ | ||
"nominativo": "MARCHETTA Virginia", | ||
"lista": "Studenti DFA", | ||
"voti": { | ||
"totali": 6, | ||
"seggio_telematico": 6 | ||
} | ||
}, | ||
{ | ||
"nominativo": "LA GRECA Samuele", | ||
"lista": "Studenti DFA", | ||
"voti": { | ||
"totali": 6, | ||
"seggio_telematico": 6 | ||
} | ||
}, | ||
{ | ||
"nominativo": "INGRASSIA Federica Maria", | ||
"lista": "Studenti DFA", | ||
"voti": { | ||
"totali": 8, | ||
"seggio_telematico": 8 | ||
} | ||
}, | ||
{ | ||
"nominativo": "CAMONITA Claudia", | ||
"lista": "Studenti DFA", | ||
"voti": { | ||
"totali": 24, | ||
"seggio_telematico": 24 | ||
} | ||
}, | ||
{ | ||
"nominativo": "VALENTI Mattia", | ||
"lista": "Studenti DFA", | ||
"voti": { | ||
"totali": 21, | ||
"seggio_telematico": 21 | ||
} | ||
} | ||
], | ||
"non_eletti": [], | ||
"dipartimento": "DIPARTIMENTO DI FISICA E ASTRONOMIA \"ETTORE MAJORANA\"", | ||
"seggi_da_assegnare": "13", | ||
"quoziente": 10.0, | ||
"votanti": { | ||
"totali": 133, | ||
"percentuale": 28.98, | ||
"seggio_n_telematico": 133 | ||
}, | ||
"elettori": { | ||
"totali": 459, | ||
"seggio_n_telematico": 459 | ||
} | ||
} |
Oops, something went wrong.