Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2023 update 17 #85

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions configs/members.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,10 +254,10 @@
majors: Data Science
hobbies: N/A
fun-fact: N/A
bio: I love traveling being wined and dined and discovering the intersection between analytics and creative spaces like fashion
bio: I love traveling being wined and dined and discovering the intersection between analytics and creative spaces like fashion.
socials:
linkedin: https://www.linkedin.com/in/paulina-villasenor/
coffee: https://calendly.com/paulinavillasenor/30min
coffee: https://calendly.com/paulinavillasenor/coffee-chat

- name: Aditi Telang
position: Research PM
Expand Down
28 changes: 25 additions & 3 deletions configs/projects.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,39 @@
# Configuration for all projects

# TODO copy paste for spring 2023 research and industry projects
- title: fall 2023 research projects
projects:
- link:
title: Real or Fake?
description: Through this project, students will learn the necessary data science fundamentals to distinguish between fake and real news by building and testing their own classifier model to evaluate the credibility of information sources. Students will have opportunities to explore topics such as feature engineering and machine learning while conducting their own exploratory data analysis.
image: /images/projects/fake-news.webp
color: yellow
- link:
title: Gun Violence & Gun Control
description: This project empowers students to deeply research and analyze a chosen subtopic within gun violence and control. They can explore areas such as violence trends, impact of control measures, predictive modeling, community engagement, firearm accessibility, victim support, and illegal firearm activities.
image: /images/projects/gun_control.webp
color: blue
- link:
title: Sustain AI - Sorting Trash for a Greener Future
description: Through this project, students will explore the world of machine learning and environmental sustainability as they build and test their own waste classification machine learning model. Students will explore how we can utilize cutting-edge models that are currently driving modern AI to sort waste, thus optimizing recycling processes, minimizing landfill waste, and mitigating ecological harm.
image: /images/projects/sustainability.webp
color: green
- link:
title: An Ideal Trip
description: The main goal of this project is to create a data model that makes planning weekend trips for college students seamless and stress-free. Based on their weather preferences, number of restaurants, and other metrics, this model will plan their ideal trip giving details like where they should stay and places they should visit. Students will be able to learn how to use multiple linear regression in a different language, R, and walk away with a better understanding of how they can use their data science skills in everyday life.
image: /images/projects/trip.webp
color: pink


- title: spring 2023 industry projects
projects:
- link:
title: League of Women Voters (LWV)
description: Using the League of Women Voters membership data, the team will be analyzing their performance in membership growth and community outreach. This will better guide their decision-making process of where to strengthen their efforts and allocate resources. Students will also be utilizing predictive models to project the organization’s growth give them metrics to measure their impact.
description: Using the League of Women Voters' membership data, the team will be analyzing their performance in membership growth and community outreach. This will better guide their decision-making process of where to strengthen their efforts and allocate resources. Students will also be utilizing predictive models to project the organization’s growth give them metrics to measure their impact.
color: blue
image: /images/projects/leagueofwomenvoters.webp
- link:
title: Berkeley Disaster Preparedness Neighborhood Network
description: Using BDPNNs member list datasets and disaster preparedness zoning, well perform data analysis to develop recommendations for helping BDPNN better mobilize volunteers and determine regions to improve deployment for responding to natural disasters. Through overlaying the member data with demographic layers and zoning data, we’ll categorize members into zones for emergency responses. Additionally, we’ll analyze disasters and predict the relative risk.
description: Using BDPNN's member list datasets and disaster preparedness zoning, we'll perform data analysis to develop recommendations for helping BDPNN better mobilize volunteers and determine regions to improve deployment for responding to natural disasters. Through overlaying the member data with demographic layers and zoning data, we’ll categorize members into zones for emergency responses. Additionally, we’ll analyze disasters and predict the relative risk.
color: pink
image: /images/projects/bdpnn.webp

Expand Down
Binary file modified public/images/pages/datagood-recruitment-timeline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/projects/fake-news.webp
Binary file not shown.
Binary file added public/images/projects/gun_control.webp
Binary file not shown.
Binary file added public/images/projects/sustainability.webp
Binary file not shown.
Binary file added public/images/projects/trip.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion public/scripts/gcal.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const calendar = new FullCalendar.Calendar(calendarElement, {
googleCalendarApiKey: 'AIzaSyB3vZvSfCKsxqJKxyvizJ4dS6-08JXK83M',
events: {
googleCalendarId: 'c_b0b26s8rrvvv4um1kin6bbsqoo@group.calendar.google.com'
googleCalendarId: 'fknobkesgn74fib6g0sfu1796c@group.calendar.google.com'
},
headerToolbar: {
left: 'prev,next today',
Expand Down