{"id":27742463,"url":"https://github.com/mohd-mb2205153/data-science-project","last_synced_at":"2026-03-05T02:04:23.589Z","repository":{"id":288333699,"uuid":"967694433","full_name":"mohd-mb2205153/data-science-project","owner":"mohd-mb2205153","description":"A data analysis project using Python to study climate patterns and genocide-related datasets from Gaza and the West Bank.","archived":false,"fork":false,"pushed_at":"2025-05-24T07:30:57.000Z","size":32988,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-12T03:19:14.102Z","etag":null,"topics":["climate-change","data-science","matplotlib","numpy","palestine","python3"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mohd-mb2205153.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,"zenodo":null}},"created_at":"2025-04-16T21:16:40.000Z","updated_at":"2025-05-24T07:31:00.000Z","dependencies_parsed_at":"2025-04-28T16:55:51.208Z","dependency_job_id":null,"html_url":"https://github.com/mohd-mb2205153/data-science-project","commit_stats":null,"previous_names":["mohd-mb2205153/data-science-project"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mohd-mb2205153/data-science-project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohd-mb2205153%2Fdata-science-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohd-mb2205153%2Fdata-science-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohd-mb2205153%2Fdata-science-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohd-mb2205153%2Fdata-science-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mohd-mb2205153","download_url":"https://codeload.github.com/mohd-mb2205153/data-science-project/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohd-mb2205153%2Fdata-science-project/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30106171,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T01:39:18.192Z","status":"online","status_checked_at":"2026-03-05T02:00:06.710Z","response_time":93,"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":["climate-change","data-science","matplotlib","numpy","palestine","python3"],"created_at":"2025-04-28T16:41:30.432Z","updated_at":"2026-03-05T02:04:23.574Z","avatar_url":"https://github.com/mohd-mb2205153.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# 📊 Climate Change \u0026 Genocide in Gaza \n\nWelcome to our Data Science project repository. This project is divided into two major parts that explore the applications of data science in two critical real-world contexts: **climate change** and the **ongoing genocide in Gaza**.\n\n---\n\n## 🔍 Project Overview\n\n### 🌎 Part A: Climate Change – Temperatures and Precipitation\nIn this part, we explore real climate data to identify long-term trends in temperature and precipitation. Using techniques from data science and statistical inference, we:\n- Clean and prepare raw climate datasets.\n- Visualize temporal and seasonal changes.\n- Apply hypothesis testing to analyze climate phenomena.\n- Draw inferences from natural processes using simulation and random sampling.\n\n### 🇵🇸 Part B: Genocide in Gaza – Telling the Story through Data\nThis part applies data science to the urgent humanitarian crisis in Gaza since October 7th, 2023. Using official datasets on casualties, infrastructure damage, and more, we:\n- Preprocess and clean multiple datasets (CSV, JSON, PDF).\n- Visualize key patterns and events from the data.\n- Pose and test hypotheses using statistical techniques.\n- Present powerful narratives backed by data, raising awareness and documenting the impact of the genocide.\n\n---\n\n## 📁 Datasets Used\n\n### 🌎 Climate Change\n- Global temperature and precipitation datasets from Berkeley Earth and related sources.\n\n### 🇵🇸 Genocide in Gaza\n- `daily-casualties-gaza.csv`\n- `daily-casualties-westbank.csv`\n- `killed-in-gaza.csv` (converted from PDF)\n- `infrastructure-damaged.csv` (converted from JSON)\n- Additional PDF: `killed-in-gaza_moh_2025-03-23.pdf` (used for extended analysis)\n\nSources: [TechForPalestine Data Repository](https://data.techforpalestine.org/)\n\n---\n\n## 🛠 Tools \u0026 Libraries\n\n- Python 3\n- `datascience` package ( by UC Berkley )\n- `numpy` (functions covered in the course)\n- `otter-grader` (for testing)\n- Jupyter Notebook\n\n---\n\n## 📊 Visualizations and Analyses\n\n- Line and bar plots of daily and monthly casualties.\n- Histograms of infrastructure damage.\n- Overlay charts showing correlations.\n- Aggregated statistics by gender, age group, region, and time.\n- Hypothesis tests comparing means between Gaza and West Bank, trends before/after major events, and more.\n\n---\n\n## ✅ Project Requirements\n\n- 🔍 Exploratory Data Analysis (EDA) with 6 insightful plots.\n- 🧪 Three full hypothesis testing procedures.\n- 📄 Well-structured project report (PDF).\n- 📓 Complete Jupyter Notebooks with documented code and analysis.\n\n\u003c!-- --- --\u003e\n\n\u003c!-- ## 👥 Team Contributions\n\n- **[Name 1]**: Data preprocessing (PDF and JSON conversion), exploratory visualizations.\n- **[Name 2]**: Hypothesis formulation and simulation-based testing.\n- **[Name 3]**: Statistical inference and report compilation. --\u003e\n\n\n---\n\n## 🙏 Acknowledgements\n\n- Gaza data provided by Tech for Palestine.\n- Climate data courtesy of Berkeley Earth.\n- Developed as part of CMPS 360: Data Science Fundamentals @ Qatar University, by Dr. Tamer Elsayed.\n\n\u003c!-- ---\n\n## ❗ Academic Integrity\n\n\u003e \"ﻣن ﻏﺷﻧﺎ ﻓﻠﯾس ﻣﻧﺎ\"  \nAll code must be your own or your team's. Collaboration outside your group or plagiarism will result in severe penalties under university policy. --\u003e\n\n---\n\n## 📬 Contact\n\nFor any clarifications or questions, you can email us at: \n- muhtasim2k2@gmail.com\n- fahrelazki@gmail.com\n\n## 📄 License\n\nThis project is licensed under the **GNU General Public License v3.0 (GPL-3.0)**.\n\nYou are free to:\n\n- **Use** the code for any purpose.\n- **Study** how the code works and adapt it to your needs.\n- **Share** the code and any modifications you make.\n- **Modify** the code and distribute your versions under the same license.\n\nHowever, under this license, you **must**:\n\n- **Disclose source**: If you distribute the code (modified or unmodified), you must include the source code or a way to obtain it.\n- **License your modifications** under the same GPL-3.0 terms.\n- **State changes**: If you make changes to the code, you must clearly state what you changed.\n\n\u003e ⚠️ There is **no warranty**, and the license does **not grant trademark rights**.\n\nFor more details, refer to the [full license text](https://www.gnu.org/licenses/gpl-3.0.en.html).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohd-mb2205153%2Fdata-science-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohd-mb2205153%2Fdata-science-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohd-mb2205153%2Fdata-science-project/lists"}