-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fee8712
commit 59edfe8
Showing
11 changed files
with
237 additions
and
200 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
source "https://rubygems.org" | ||
|
||
gem "github-pages" | ||
gem 'webrick', '~> 1.7' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,11 +16,11 @@ minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt" | |
|
||
# Site Settings | ||
locale : "en-US" | ||
title : "Rakshak Kunchum" | ||
title : "Brooke Stevens" | ||
title_separator : "-" | ||
name : "Rakshak Kunchum" | ||
description : "Rakshak's academic homepage" | ||
url : "https://krakshak.github.io" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io" | ||
name : "Brooke Stevens" | ||
description : "Brooke's academic homepage" | ||
url : "https://brookemstevens.github.io" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io" | ||
baseurl : # the subpath of your site, e.g. "/blog" | ||
repository : # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes" | ||
teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png" | ||
|
@@ -100,12 +100,12 @@ analytics: | |
|
||
# Site Author | ||
author: | ||
name : "Rakshak Kunchum" | ||
avatar : "/images/rakshak.jpg" # path of avatar image, e.g. "/assets/images/bio-photo.jpg" | ||
bio : "<ul><li>Incoming Data Science intern at Capital One (Summer 2024)</li><li>Data Science Graduate Student at Northeastern University</li><li>Former Data Engineer at Dataweave</li></ul>" | ||
location : "Boston, Massachusetts" | ||
employer : | ||
email : "[email protected]" | ||
name : "Brooke Stevens" | ||
avatar : "/images/brooke.jpeg" # path of avatar image, e.g. "/assets/images/bio-photo.jpg" | ||
bio : "<ul><li>M.S. Data Science at Stanford University</li><li>Former Data Science Intern at PwC</li><li>Former Analytics Intern at PwC</li></ul>" | ||
location : | ||
employer : | ||
email : "[email protected]" | ||
uri : | ||
home : # null (default), "absolute or relative url to link to author home" | ||
bitbucket : | ||
|
@@ -114,13 +114,13 @@ author: | |
flickr : | ||
facebook : | ||
foursquare : | ||
github : "krakshak" | ||
github : "brookemstevens" | ||
gitlab : | ||
google_plus : | ||
keybase : | ||
instagram : | ||
lastfm : | ||
linkedin : "rakshak-kunchum" # "john-doe-12345678" (the last part of your profile url, e.g. https://www.linkedin.com/in/john-doe-12345678) | ||
linkedin : "brookemstevens" # "john-doe-12345678" (the last part of your profile url, e.g. https://www.linkedin.com/in/john-doe-12345678) | ||
googlescholar : | ||
pinterest : | ||
soundcloud : | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,159 @@ | ||
--- | ||
layout: cv-archive | ||
title: "Resume" | ||
permalink: /resume/ | ||
author_profile: true | ||
redirect_from: | ||
- /resume | ||
--- | ||
|
||
<style> | ||
a.uline {text-decoration:underline;} | ||
</style> | ||
|
||
{% include base_path %} | ||
|
||
<!-- <a href="../files/Rakshak Kunchum Resume.pdf" class="uline">Click here for a full pdf copy of my CV</a> --> | ||
|
||
<p><b>Click here to access a PDF copy of my resume:</b></p> | ||
|
||
<style type="text/css"> | ||
.button-28 { | ||
appearance: none; | ||
background-color: #405cf5; | ||
border: 2px solid #405cf5; | ||
border-radius: 15px; | ||
box-sizing: border-box; | ||
color: #fff; | ||
cursor: pointer; | ||
display: inline-block; | ||
font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; | ||
font-size: 16px; | ||
font-weight: 600; | ||
line-height: normal; | ||
margin: 0; | ||
min-height: 60px; | ||
min-width: 0; | ||
outline: none; | ||
padding: 16px 24px; | ||
text-align: center; | ||
text-decoration: none; | ||
transition: all 300ms cubic-bezier(.23, 1, 0.32, 1); | ||
user-select: none; | ||
-webkit-user-select: none; | ||
touch-action: manipulation; | ||
width: auto; | ||
will-change: transform; | ||
} | ||
|
||
.button-28:disabled { | ||
pointer-events: none; | ||
} | ||
|
||
.button-28:hover { | ||
color: #3B3B3B; | ||
background-color: transparent; | ||
} | ||
|
||
.button-28:active { | ||
box-shadow: none; | ||
} | ||
</style> | ||
|
||
|
||
<a href="../files/Brooke M Stevens CV August 2024.pdf" target="_blank" rel="noopener noreferrer"> | ||
<button class="button-28" role="button">Resume</button> | ||
</a> | ||
|
||
|
||
## Education | ||
--- | ||
**September 2024 - June 2026**<br> | ||
M.S. Data Science<br> | ||
Stanford University<br> | ||
GPA: N/A<br> | ||
|
||
**August 2020 - May 2024**<br> | ||
B.S. Mathematics and Engineering Science, Minors in Data Science and Business<br> | ||
Vanderbilt University<br> | ||
GPA: 3.98/4.00 | Summa Cum Laude<br> | ||
|
||
|
||
## Professional Experience | ||
--- | ||
|
||
**June 2024 - August 2024**<br> | ||
Data Science Intern<br> | ||
PwC<br> | ||
<ul><li>Developed a test data generator powered by GPT-3.5 Turbo for client software testing</li> | ||
<li>Expanded the application’s capabilities to handle complex data types and generate multiple related tables using LangChain</li> | ||
<li>Redesigned the application’s user journey and front-end architecture using Streamlit</li></ul><br> | ||
|
||
**January 2024 - April 2024**<br> | ||
Data Analytics Capstone<br> | ||
Tennessee Department of Environment and Conservation<br> | ||
<ul><li>Identified temporal, spatial, and seasonal trends using 33 years of data across 86 monitoring sites in Tennessee</li> | ||
<li>Presented <a href="https://drive.google.com/file/d/1s-SttaiNr4K9fc6h9-gWHgiYAWPm7o6x/view?usp=sharing" target="_blank" rel="noopener noreferrer">notable analytic insights</a> to TDEC team once a month</li> | ||
<li>Assisted with transition to Tableau to automate analytic processes</li></ul><br> | ||
|
||
**June 2023 - August 2023**<br> | ||
Analytics Intern<br> | ||
PwC<br> | ||
<ul><li>Assisted with SQL and Excel data queries to create a single source of truth for a major airline’s labor analytics team</li> | ||
<li>Performed tie-outs in Excel to identify sources of variance between the client’s datasets (800k+ entries)</li> | ||
<li>Built a testing progress dashboard in Excel for the finalized data source</li></ul><br> | ||
|
||
**November 2022 - May 2023**<br> | ||
Developer<br> | ||
Vanderbilt Data Science Club<br> | ||
<ul><li>Created an <a href="https://drive.google.com/file/d/1EKIKc_6ZSj1BTgPF4sinpLFc7U0ptm4K/view?usp=sharing" target="_blank" rel="noopener noreferrer">email summarization and sentiment analysis tool</a> for individuals with cognitive disabilities</li> | ||
<li>Most notable contributions included fine-tuning the sentiment analysis model and developing its <a href="https://drive.google.com/file/d/170Y31_6oocN9isx6AQFvJZlF1y78FOJR/view?usp=sharing" target="_blank" rel="noopener noreferrer">user interface</a></li></ul><br> | ||
|
||
**May 2022 - July 2022**<br> | ||
Engineering Intern<br> | ||
WSP<br> | ||
<ul><li>Designed roadway and traffic plans using MicroStation and Power InRoads software</li> | ||
<li>Drafted written proposals and communicated with engineers and external stakeholders</li></ul><br> | ||
|
||
|
||
## Leadership Experience | ||
--- | ||
|
||
**January 2023 - May 2024**<br> | ||
Vice President of Finance, Social Chair<br> | ||
Vanderbilt Data Science Club<br> | ||
<ul><li>Responsible for managing the organization’s funds and leading general body meetings</li> | ||
<li>Individually built new <a href="https://vandydatascience-internal.github.io/" target="_blank" rel="noopener noreferrer">VDS online application website</a> using GitHub Pages</li> | ||
<li> Assisted exec team with new <a href="https://vandy-data-science.netlify.app/" target="_blank" rel="noopener noreferrer">VDS main website</a></li> | ||
<li>Coordinated monthly social events for developers, engineering managers, and executive board members</li></ul><br> | ||
|
||
**January 2022 - December 2023**<br> | ||
Executive Board<br> | ||
Vanderbilt Undergraduate Honor Council<br> | ||
<ul><li>Responsible for preparing written recordings of full panel hearings and distributing minutes from weekly board meetings</li></ul><br> | ||
|
||
**April 2022 - February 2024**<br> | ||
Recruitment Counselor<br> | ||
Vanderbilt Panhellenic Conference<br> | ||
<ul><li>Provided individualized mentorship to 40 students during Vanderbilt’s sorority recruitment process</li></ul><br> | ||
|
||
|
||
|
||
## Skills | ||
--- | ||
Python (Matplotlib, NumPy, Pandas, Scikit-Learn, Seaborn, TensorFlow, LangChain, Streamlit), R, Git/GitHub/Version Control, SQL, HTML, CSS, Microsoft Azure, Docker, Microsoft Excel, Tableau<br> | ||
|
||
<!-- ## Awards and Honors | ||
--- | ||
**Spot Award winner and Value Champion** for AMJ’ 21 quarter at Dataweave for efficient performance across projects.<br> | ||
**Winner of Start-Up week** conducted by the Center for Innovation, Research and Development (ICRD), BMSCE.<br> | ||
**Finalist in Smart India Hackathon (SIH)** 2020, conducted by the Government of India.<br> | ||
## Extracurriculars | ||
--- | ||
Data Science Hub, Northeastern Graduate Student Government, Volleyball, Badminton, Hiking, Video Games, E-Sports<br> | ||
## Service and Outreach | ||
--- | ||
**Volunteer** in the Rotaract club’s *I-Teach initiative*-<br> | ||
Helped underprivileged students by teaching them elementary subjects.<br> --> |
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.