{"id":25286179,"url":"https://github.com/aeleraqi/data-literacy-curriculum","last_synced_at":"2026-02-03T20:43:59.135Z","repository":{"id":236253077,"uuid":"792234254","full_name":"aeleraqi/Data-Literacy-Curriculum","owner":"aeleraqi","description":"The Data Literacy Curriculum is designed to equip students with essential skills in understanding, finding, and extracting data from various sources. ","archived":false,"fork":false,"pushed_at":"2024-10-15T23:27:00.000Z","size":14421,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T15:18:56.141Z","etag":null,"topics":["ai","data-science","data-visualization"],"latest_commit_sha":null,"homepage":"https://docs.google.com/presentation/d/1-ltk3-wy74GOrljzkPncTcmJq40avIXFKN-p6laU1Uk/edit?usp=sharing","language":null,"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/aeleraqi.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":"2024-04-26T08:47:17.000Z","updated_at":"2024-11-02T19:46:44.000Z","dependencies_parsed_at":"2024-10-20T08:17:09.934Z","dependency_job_id":null,"html_url":"https://github.com/aeleraqi/Data-Literacy-Curriculum","commit_stats":null,"previous_names":["aeleraqi/data-literacy-curriculum"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/aeleraqi/Data-Literacy-Curriculum","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeleraqi%2FData-Literacy-Curriculum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeleraqi%2FData-Literacy-Curriculum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeleraqi%2FData-Literacy-Curriculum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeleraqi%2FData-Literacy-Curriculum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aeleraqi","download_url":"https://codeload.github.com/aeleraqi/Data-Literacy-Curriculum/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeleraqi%2FData-Literacy-Curriculum/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29056786,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T20:13:53.544Z","status":"ssl_error","status_checked_at":"2026-02-03T20:13:40.507Z","response_time":96,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["ai","data-science","data-visualization"],"created_at":"2025-02-12T21:25:30.491Z","updated_at":"2026-02-03T20:43:59.109Z","avatar_url":"https://github.com/aeleraqi.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📊 Data-Literacy-Curriculum\n\n## 📚 Lesson 01: Understanding Data\n[![Lesson 01](https://img.shields.io/badge/Lesson%2001-PDF-blue)](https://github.com/aeleraqi/Data-Literacy-Curriculum/blob/main/Lesson%2001.pdf)\n\n### Objective:\n- Introduce students to the fundamentals of data and common data types/formats.\n- Overview of data types: numerical, categorical, ordinal, etc.\n- Common data formats: CSV, JSON, XML, etc.\n- Examples and exercises to familiarize students with different data types and formats.\n\n---\n\n## 📚 Lesson 02: Finding Data\n[![Lesson 02](https://img.shields.io/badge/Lesson%2002-PDF-blue)](https://github.com/aeleraqi/Data-Literacy-Curriculum/blob/main/Lesson%2002.pdf)\n\n### Objective:\n- Teach students advanced search techniques to effectively locate relevant data using Google and other search engines.\n- Refining search queries using operators and modifiers.\n- Utilizing advanced search features like filters and search operators.\n- Practical exercises to practice searching for specific datasets.\n\n---\n\n## 📚 Lesson 03: Data Scraping - Extracting Data from the Web\n[![Lesson 03](https://img.shields.io/badge/Lesson%2003-PDF-blue)](https://github.com/aeleraqi/Data-Literacy-Curriculum/blob/main/Lesson%2003.pdf)\n\n### Objective:\n- Introduce students to web scraping as a method to extract data from websites.\n- Overview of web scraping tools and libraries (e.g., BeautifulSoup, Scrapy).\n- Understanding HTML structure and elements for data extraction.\n- Hands-on exercises to scrape data from simple web pages.\n\n---\n\n## 📚 Lesson 04: Data Scraping - Extracting Data from PDFs\n[![Lesson 04](https://img.shields.io/badge/Lesson%2004-PDF-blue)](https://github.com/aeleraqi/Data-Literacy-Curriculum/blob/main/Lesson%2004.pdf)\n\n### Objective:\n- Extend students' knowledge of data scraping to extract data from PDF documents.\n- Techniques for parsing PDF documents programmatically.\n- Handling different types of PDF layouts and structures.\n- Practical exercises to extract data from PDF files.\n\n---\n\n## 🤝 Contributing\nContributions are welcome! If you have suggestions or improvements, feel free to fork the repository and submit a pull request.\n\n1. Fork the project.\n2. Create your feature branch (`git checkout -b feature/YourFeature`).\n3. Commit your changes (`git commit -m 'Add some feature'`).\n4. Push to the branch (`git push origin feature/YourFeature`).\n5. Open a pull request.\n\n## 📄 License\nThis project is licensed under the MIT License. If you use or adapt this curriculum, please cite it as follows:\n\n\u003e Eleraqi, A. (2024). *Data Literacy Curriculum*. GitHub Repository. [https://github.com/aeleraqi/Data-Literacy-Curriculum](https://github.com/aeleraqi/Data-Literacy-Curriculum)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faeleraqi%2Fdata-literacy-curriculum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faeleraqi%2Fdata-literacy-curriculum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faeleraqi%2Fdata-literacy-curriculum/lists"}