From 9cc2735bcfb3f362ad43ad87e60ab8f7b9c79805 Mon Sep 17 00:00:00 2001 From: HYoon-24 Date: Sun, 27 Oct 2024 17:38:35 -0400 Subject: [PATCH] added more pages --- _pages/datascience.md | 63 +++++++++++++++++++++++++++++++++++++++++++ _pages/resources.md | 50 ++++++++++++++++++++++++++++++++++ 2 files changed, 113 insertions(+) create mode 100644 _pages/datascience.md create mode 100644 _pages/resources.md diff --git a/_pages/datascience.md b/_pages/datascience.md new file mode 100644 index 0000000..7dea2f2 --- /dev/null +++ b/_pages/datascience.md @@ -0,0 +1,63 @@ +--- +layout: page +title: data science +permalink: /datascience/ +description: A summary of some data science projects I've done in my personal time. +nav: true +display_categories: [data science] +horizontal: false +--- + +
+{% if site.enable_project_categories and page.display_categories %} + + {% for category in page.display_categories %} + +

{{ category }}

+
+ {% assign categorized_projects = site.projects | where: "category", category %} + {% assign sorted_projects = categorized_projects | sort: "importance" %} + + {% if page.horizontal %} +
+
+ {% for project in sorted_projects %} + {% include projects_horizontal.liquid %} + {% endfor %} +
+
+ {% else %} +
+ {% for project in sorted_projects %} + {% include projects.liquid %} + {% endfor %} +
+ {% endif %} + {% endfor %} + +{% else %} + + + +{% assign sorted_projects = site.projects | sort: "importance" %} + + + +{% if page.horizontal %} + +
+
+ {% for project in sorted_projects %} + {% include projects_horizontal.liquid %} + {% endfor %} +
+
+ {% else %} +
+ {% for project in sorted_projects %} + {% include projects.liquid %} + {% endfor %} +
+ {% endif %} +{% endif %} +
diff --git a/_pages/resources.md b/_pages/resources.md new file mode 100644 index 0000000..6b53ff3 --- /dev/null +++ b/_pages/resources.md @@ -0,0 +1,50 @@ +--- +layout: page +permalink: /resources/ +title: resources +description: +nav: true +--- + +### Data Science for Social Good + +Are you looking for ways to create change in your community through data science? Check out the following. + +[CodeForPhilly](https://codeforphilly.org/) +A volunteer-based organization that uses technology, data, and UX design to engage with the City of Philadelphia. I volunteered from 2020 to 2021, and I worked closely with the [Philadelphia Bail Fund](https://www.phillybailfund.org/) to understand how the bail system affects different communities in Philadelphia. + +[QSIDE Institute](https://qsideinstitute.org/) +A research-into-action network that applies math and data science for social justice. They regularly host colloquiums, conferences, and datathons. I participated in one of their datathons, and it was a fantastic opportunity to use data science to analyze real-world criminal justice datasets. + +[DataKind](https://www.datakind.org/) A global network that helps mission-driven organizations harness their data through data science, machine learning, and artificial intelligence. You can apply to be a volunteer. + +[Delta Analytics](http://www.deltanalytics.org/) A community that helps non-profits build technical capacity. They have 6-month-long fellowships programs for students enrolled in Masters or Ph.D. programs. + +[Statistics Without Borders](https://www.statisticswithoutborders.org/) A volunteer outreach group of the American Statistical Association that provides pro bono services in statistics and data science. + +### Today's Data Science, Artificial Intelligence, Mathematics + +[Podcast: Not So Standard Deviations](https://nssdeviations.com/) + +[Podcast: In Machines We Trust](https://forms.technologyreview.com/in-machines-we-trust/) + +[Magazine: MIT Technology Review](https://www.technologyreview.com/) You can sign up for their daily newsletter. They are concise and easy to read. + +[Quanta Magazine](https://www.quantamagazine.org/) + +[Newsletter: DeepLearning.AI](https://www.deeplearning.ai/the-batch/) Weekly newsletter on artificial intelligence. They also have a collection of blog posts on [AI & Society](https://www.deeplearning.ai/the-batch/tag/ai-society/) + + + +### Mathematics & Data Science for All +[Data Science for All - Women's Summit](https://www.correlation-one.com/data-science-for-all-women) A fellowship program designed to train women interested in data science and analytics roles. I was a fellow in this program. + +[Data Science for All - Empowerment](https://www.correlation-one.com/data-science-for-all-empowerment) A data analytics training and jobs program made available for free to qualifying students from underrepresented communities. If you identify as Black, Latinx, LGBTQ+, or any other underrepresented group, or if you are a military veteran, this is a great program. + +[Mathematically Gifted & Black](https://mathematicallygiftedandblack.com/) + +[Association for Women in Mathematics](https://awm-math.org/) + +[Spectra](http://lgbtmath.org/) + +[Inclusion/Exclusion blog](https://inclusionexclusion.org/)