{"id":21009443,"url":"https://github.com/memgonzales/lyrid-training","last_synced_at":"2025-07-05T02:32:33.793Z","repository":{"id":112398986,"uuid":"351719613","full_name":"memgonzales/lyrid-training","owner":"memgonzales","description":"Compilation of the activities and projects given to probationary Lyrids of the Center for Complexity and Emerging Technologies (COMET) as partial requirement for promotion to cohort membership","archived":false,"fork":false,"pushed_at":"2022-12-22T15:28:39.000Z","size":26632,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-13T15:35:44.043Z","etag":null,"topics":["data-analytics","data-cleaning","data-science","data-visualization","jupyter-notebook"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/memgonzales.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-03-26T08:56:25.000Z","updated_at":"2022-01-08T01:52:31.000Z","dependencies_parsed_at":"2023-05-14T12:30:33.563Z","dependency_job_id":null,"html_url":"https://github.com/memgonzales/lyrid-training","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/memgonzales/lyrid-training","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memgonzales%2Flyrid-training","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memgonzales%2Flyrid-training/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memgonzales%2Flyrid-training/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memgonzales%2Flyrid-training/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/memgonzales","download_url":"https://codeload.github.com/memgonzales/lyrid-training/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memgonzales%2Flyrid-training/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263671748,"owners_count":23494028,"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","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-analytics","data-cleaning","data-science","data-visualization","jupyter-notebook"],"created_at":"2024-11-19T09:16:50.683Z","updated_at":"2025-07-05T02:32:33.765Z","avatar_url":"https://github.com/memgonzales.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Training for Probationary Lyrids\n\n![badge][badge-jupyter]\n![badge][badge-python]\n![badge][badge-pandas]\n![badge][badge-numpy]\n![badge][badge-scipy]\n![badge][badge-plotly]\n\nThis is a compilation of the activities and projects given to probationary Lyrids of the Center for Complexity and Emerging Technologies (COMET) as partial requirement for promotion to cohort membership. \n\n**The projects in this compilation feature interactive maps and HTML markup. Since GitHub does not support dynamic displays for notebooks, it is necessary to download the projects to render the elements and manipulate the data visualizations.**\n\n## Task\n\nThe Term 2, Academic Year 2020-2021 training for the probationary Lyrids is inspired by the Tidy Tuesdays project of the R community. As an introduction to the practice of data science, they are assigned a weekly selection of datasets and tasked to create Jupyter notebooks that detail the step-by-step processes of data preparation, descriptive and exploratory data analysis, and data visualization. \n\nThe datasets that I worked on for this project are as follows:\n\nWeek No. | Dataset | Source\n--- | --- | ---\n1 | \u003ca href = \"https://www.kaggle.com/sudalairajkumar/novel-corona-virus-2019-dataset\"\u003eNovel Coronavirus 2019 Dataset\u003c/a\u003e | Kaggle\n2 | \u003ca href = \"https://github.com/rfordatascience/tidytuesday/tree/master/data/2020/2020-02-18\"\u003e2018 Food Consumption and CO\u003csub\u003e2\u003c/sub\u003e Emissions\u003c/a\u003e | Tidy Tuesdays (Github)\n\nThe complete specifications for the deliverables can be found in the document \u003ca href = \"https://github.com/memgonzales/lyrid-training/blob/master/Lyrid-Training-Deliverables.pdf\"\u003e\u003ccode\u003eLyrid-Training-Deliverables.pdf\u003c/code\u003e\u003c/a\u003e.\n\n## Built Using\n\nThe Term 2, Academic Year 2020-2021 project consists of Jupyter notebooks, with the following Python libraries and modules used:\n\nLibraries/Modules | Description | License\n--- | ---| ---\n\u003ca href = \"https://docs.python.org/3/library/re.html\"\u003e\u003ccode\u003ere\u003c/code\u003e\u003c/a\u003e | Provides regular expression operations similar to those found in Perl | Python Software Foundation License\n\u003ca href = \"https://docs.python.org/3/library/json.html\"\u003e\u003ccode\u003ejson\u003c/code\u003e\u003c/a\u003e | Provides functions for encoding and decoding JSON (JavaScript Object Notation) format | Python Software Foundation License\n\u003ca href = \"https://pandas.pydata.org/\"\u003e\u003ccode\u003epandas\u003c/code\u003e\u003c/a\u003e | Provides functions for data analysis and manipulation | BSD 3-Clause \"New\" or \"Revised\" License\n\u003ca href = \"https://numpy.org/\"\u003e\u003ccode\u003enumpy\u003c/code\u003e\u003c/a\u003e | Provides a multidimensional array object, various derived objects, and an assortment of routines for fast operations on arrays | BSD 3-Clause \"New\" or \"Revised\" License\n\u003ca href = \"https://www.scipy.org/\"\u003e\u003ccode\u003escipy\u003c/code\u003e\u003c/a\u003e | Provides efficient numerical routines, such as those for numerical integration, interpolation, optimization, linear algebra, and statistics | BSD 3-Clause \"New\" or \"Revised\" License\n\u003ca href = \"https://matplotlib.org/\"\u003e\u003ccode\u003ematplotlib\u003c/code\u003e\u003c/a\u003e | Provides functions for creating static, animated, and interactive visualizations | Matplotlib License (BSD-Compatible)\n\u003ca href = \"https://pywaffle.readthedocs.io/en/latest/\"\u003e\u003ccode\u003epywaffle\u003c/code\u003e\u003c/a\u003e | Provides functions for generating waffle charts | MIT License\n\u003ca href = \"https://plotly.com\"\u003e\u003ccode\u003eplotly\u003c/code\u003e\u003c/a\u003e | Provides functions for creating front-end charts and visualizations for machine learning and data science | MIT License\n\nSpecial instructions for packages that are not automatically bundled with an Anaconda installation (e.g., \u003ccode\u003eplotly\u003c/code\u003e) can be found in the pertinent notebooks.\n\n*The descriptions are taken from their respective websites.*\n\n## About COMET\n\n*Taken from the official website: https://comet.dlsu.edu.ph/*\n\nThe Center for Complexity and Emerging Technologies (COMET) is an interdisciplinary research laboratory under the Advanced Research Institute for Informatics, Computing, and Networking (AdRIC) at De La Salle University, Manila, Philippines. Its mission is to enhance understanding of emergent phenomena in real-life systems, sociotechnical systems, and human-computer interactions. It develops computational models which are then used in the design of interactive tools, information systems, and interaction techniques.\n\n## Author\n- **Mark Edward M. Gonzales** \u003cbr/\u003e\n  mark_gonzales@dlsu.edu.ph \u003cbr/\u003e\n  gonzales.markedward@gmail.com\n\n[badge-jupyter]: https://img.shields.io/badge/jupyter-%23FA0F00.svg?style=flat\u0026logo=jupyter\u0026logoColor=white\n[badge-python]: https://img.shields.io/badge/python-3670A0?style=flat\u0026logo=python\u0026logoColor=white\n[badge-pandas]: https://img.shields.io/badge/pandas-%23150458.svg?style=flat\u0026logo=pandas\u0026logoColor=white\n[badge-numpy]: https://img.shields.io/badge/numpy-%23013243.svg?style=flat\u0026logo=numpy\u0026logoColor=white\n[badge-scipy]: https://img.shields.io/badge/SciPy-%230C55A5.svg?style=flat\u0026logo=scipy\u0026logoColor=%white\n[badge-plotly]: https://img.shields.io/badge/Plotly-%233F4F75.svg?style=flat\u0026logo=plotly\u0026logoColor=white\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmemgonzales%2Flyrid-training","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmemgonzales%2Flyrid-training","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmemgonzales%2Flyrid-training/lists"}