yournextrepresentative icon indicating copy to clipboard operation
yournextrepresentative copied to clipboard

How to express a that a party belongs to an alliance in AR

Open JenMysoc opened this issue 9 years ago • 4 comments

from @martinszy We have electoral alliances. We don't have an official source, but all newspapers publish the same: http://www.diarioregistrado.com/politica/121522-estos-son-los-frentes-electorales-que-competiran-en-las-paso-de-agosto.html

So we need to create these. Should we do it by hand in popit? How do we express a party's belonging to an alliance?

JenMysoc avatar Jul 31 '15 08:07 JenMysoc

@martinszy I've tried to create a mapping between the party names in all-parties-popit.json and the names of the parties in each of the alliances from those links, but there are a few I can't easily match up:

{
    "Frente para la Victoria": [
        "Partido Justicialista",
        "Partido de la Victoria",
        "Partido Frente Grande",
        "Partido Intransigente",
        "Partido Federal",
        "### Nuevo Encuentro",
        "Kolina",
        "### Movimiento Evita",
        "Partido Humanista",
        "### Hacer por el Progreso Social",
        "Partido de la Concertaci\u00f3n FORJA",
        "Partido por la Soberan\u00eda Popular",
        "Partido Solidario"
        "### EDDE"
    ],
    "Cambiemos": [
        "PRO-Propuesta Republicana",
        "Uni\u00f3n C\u00edvica Radical",
        "Partido Fe",
        "Partido Dem\u00f3crata Progresista",
        "Partido Conservador Popular",
        "Partido del Dialogo"
    ],
    "Una Nueva Alternativa (UNA)": [
        "Uni\u00f3n Popular",
        "### MID",
        "Partido Dem\u00f3crata Cristiano",
        "### Unión por Córdoba",
        "Partido Nacionalista Constitucional UNIR"
    ],
    "Progresistas": [
        "GEN",
        "Movimiento Libres del Sur",
        "Partido Socialista",
        "Partido Socialista Aut\u00e9ntico",
        "### Movimiento Polo Social de Chubut"
    ],
    "Frente de Izquierda y los Trabajadores": [
        "Partido Obrero",
        "Partido de los Trabajadores Socialistas",
        "### Izquierda Socialista"
    ],
    "Frente Popular": [
        "Instrumento Electoral por la Unidad Popular",
        "Partido del Trabajo y del Pueblo"
    ],
    "Compromiso Federal": [
        "Es Posible",
        "### Movimiento Independiente de Jubilados y Desocupados (MIJD)"
    ]
}

Could you let me know which parties those that are marked ### should be matched to?

mhl avatar Aug 03 '15 15:08 mhl

I'm trying to get someone to verify that... would we have to run the whole import process again if we update this? Otherwise we can add it without those parties and update them later.

martinszy avatar Aug 03 '15 16:08 martinszy

There's someone checking this.

martinszy avatar Aug 03 '15 21:08 martinszy

Ok, it took a while, but this is a list composed of actually existant parties:

"Frente para la Victoria": [
        "Partido Justicialista",
        "Partido de la Victoria",
        "Partido Frente Grande",
        "Partido Intransigente",
        "Partido Federal",
        "Kolina",
        "Partido Humanista",
        "Partido de la Concertaci\u00f3n FORJA",
        "Partido por la Soberan\u00eda Popular",
        "Partido Solidario"
        "Encuentro por la democracia y la equidad"
    ],
    "Cambiemos": [
        "PRO-Propuesta Republicana",
        "Uni\u00f3n C\u00edvica Radical",
        "Partido Fe",
        "Partido Dem\u00f3crata Progresista",
        "Partido Conservador Popular",
        "Partido del Dialogo"
    ],
    "Una Nueva Alternativa (UNA)": [
        "Uni\u00f3n Popular",
        "Movimiento de integración y desarrollo",
        "Partido Dem\u00f3crata Cristiano",
        "Partido Nacionalista Constitucional UNIR"
    ],
    "Progresistas": [
        "GEN",
        "Movimiento Libres del Sur",
        "Partido Socialista",
        "Partido Socialista Aut\u00e9ntico",
           ],
    "Frente de Izquierda y los Trabajadores": [
        "Partido Obrero",
        "Partido de los Trabajadores Socialistas",
        "Izquierda por una opción Socialista"
    ],
    "Frente Popular": [
        "Instrumento Electoral por la Unidad Popular",
        "Partido del Trabajo y del Pueblo"
    ],
    "Compromiso Federal": [
        "Es Posible",
            ]
}

martinszy avatar Aug 05 '15 19:08 martinszy