{"id":31592389,"url":"https://github.com/noopeeks/dades-assemblea-clima","last_synced_at":"2025-10-06T03:12:51.445Z","repository":{"id":224780154,"uuid":"764139221","full_name":"NoOPeEKS/dades-assemblea-clima","owner":"NoOPeEKS","description":"Anàlisi de les dades obtingudes a les Assemblees Ciutadanes pel Clima de Catalunya i de Barcelona. Estudi fet amb models de machine learning de topic modeling per obtenir els tòpics de les propostes i entendre quins tòpics climàtics interessen i preocupen més a la ciutadania catalana.","archived":false,"fork":false,"pushed_at":"2024-06-05T11:03:12.000Z","size":28778,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-06-06T10:52:11.464Z","etag":null,"topics":["data-science","machine-learning","notebook","python","topic-modeling"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NoOPeEKS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-27T14:50:16.000Z","updated_at":"2024-06-05T11:05:34.000Z","dependencies_parsed_at":"2024-06-03T10:11:39.343Z","dependency_job_id":null,"html_url":"https://github.com/NoOPeEKS/dades-assemblea-clima","commit_stats":null,"previous_names":["noopeeks/dades-assemblea-clima"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NoOPeEKS/dades-assemblea-clima","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NoOPeEKS%2Fdades-assemblea-clima","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NoOPeEKS%2Fdades-assemblea-clima/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NoOPeEKS%2Fdades-assemblea-clima/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NoOPeEKS%2Fdades-assemblea-clima/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NoOPeEKS","download_url":"https://codeload.github.com/NoOPeEKS/dades-assemblea-clima/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NoOPeEKS%2Fdades-assemblea-clima/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278551933,"owners_count":26005477,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-science","machine-learning","notebook","python","topic-modeling"],"created_at":"2025-10-06T03:08:19.232Z","updated_at":"2025-10-06T03:12:51.435Z","avatar_url":"https://github.com/NoOPeEKS.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"dades_assemblea_clima\n==============================\n\nAnàlisi i modelatge de les dades open-source de l'Assemblea Ciutadana pel Clima de Catalunya i de Barcelona.\n\n\n## Resum\nAquest projecte conté les dades extretes sobre les propostes fetes a [l'Assemblea Ciutadana pel Clima de Catalunya](https://participa.gencat.cat/processes/assembleaclima) i a [l'Assemblea Ciutadana pel Clima de Barcelona](https://www.decidim.barcelona/processes/AssembleaClima).\nS'ha realitzat un anàlisi de les dades i un posterior tractament per aplicar diversos models de Topic Modeling.\n\n## Objectiu\nDetectar de forma automàtica els tòpics de cada proposta i entendre quins són els tòpics que més interès i preocupació generen a la ciutadania mitjançant la interacció rebuda i l'estat d'aprovació de cada proposta.\n\n## Estudi\nEs pot trobar el report de l'estudi al fitxer [Decidim_Analysis.pdf](./reports/Decidim_Analysis.pdf) on es descriu tot el procés i les conclusions obtingudes.\n\n## Estructura del projecte\n------------\n\n    ├── LICENSE\n    ├── Makefile           \u003c- Makefile with commands like `make data` or `make train`\n    ├── README.md          \u003c- The top-level README for developers using this project.\n    ├── data\n    │   ├── external       \u003c- Data from third party sources.\n    │   ├── interim        \u003c- Intermediate data that has been transformed.\n    │   ├── processed      \u003c- The final, canonical data sets for modeling.\n    │   └── raw            \u003c- The original, immutable data dump.\n    │\n    ├── docs               \u003c- A default Sphinx project; see sphinx-doc.org for details\n    │\n    ├── models             \u003c- Trained and serialized models, model predictions, or model summaries\n    │\n    ├── notebooks          \u003c- Jupyter notebooks. Naming convention is a number (for ordering),\n    │                         the creator's initials, and a short `-` delimited description, e.g.\n    │                         `1.0-jqp-initial-data-exploration`.\n    │\n    ├── references         \u003c- Data dictionaries, manuals, and all other explanatory materials.\n    │\n    ├── reports            \u003c- Generated analysis as HTML, PDF, LaTeX, etc.\n    │   └── figures        \u003c- Generated graphics and figures to be used in reporting\n    │\n    ├── requirements.txt   \u003c- The requirements file for reproducing the analysis environment, e.g.\n    │                         generated with `pip freeze \u003e requirements.txt`\n    │\n    ├── setup.py           \u003c- makes project pip installable (pip install -e .) so src can be imported\n    ├── src                \u003c- Source code for use in this project.\n    │   ├── __init__.py    \u003c- Makes src a Python module\n    │   │\n    │   ├── data           \u003c- Scripts to download or generate data\n    │   │   └── make_dataset.py\n    │   │\n    │   ├── features       \u003c- Scripts to turn raw data into features for modeling\n    │   │   └── build_features.py\n    │   │\n    │   ├── models         \u003c- Scripts to train models and then use trained models to make\n    │   │   │                 predictions\n    │   │   ├── predict_model.py\n    │   │   └── train_model.py\n    │   │\n    │   └── visualization  \u003c- Scripts to create exploratory and results oriented visualizations\n    │       └── visualize.py\n    │\n    └── tox.ini            \u003c- tox file with settings for running tox; see tox.readthedocs.io\n\n\n--------","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoopeeks%2Fdades-assemblea-clima","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoopeeks%2Fdades-assemblea-clima","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoopeeks%2Fdades-assemblea-clima/lists"}