46 lines
1.5 KiB
Typst
46 lines
1.5 KiB
Typst
// Imports
|
|
#import "@preview/brilliant-cv:4.0.1": cv-entry, cv-section
|
|
|
|
|
|
#cv-section("Projects & Associations")
|
|
|
|
#cv-entry(
|
|
title: [Volunteer Data Analyst],
|
|
society: [ABC Nonprofit Organization],
|
|
date: [2019 - Present],
|
|
location: [New York, NY],
|
|
description: list(
|
|
[Analyze donor and fundraising data to identify trends and opportunities for growth],
|
|
[Create data visualizations and dashboards to communicate insights to the board of directors],
|
|
[Collaborate with other volunteers to develop and implement data-driven strategies],
|
|
[Increased donation efficiency by 25% through predictive modeling],
|
|
),
|
|
tags: ("Volunteer Work", "Non-profit", "Social Impact"),
|
|
)
|
|
|
|
#cv-entry(
|
|
title: [Open Source Contributor],
|
|
society: [Python Data Science Libraries],
|
|
date: [2018 - Present],
|
|
location: [Remote],
|
|
description: list(
|
|
[Contributed to pandas, scikit-learn, and matplotlib projects],
|
|
[Fixed bugs, improved documentation, and added new features],
|
|
[Mentored new contributors during Google Summer of Code],
|
|
),
|
|
tags: ("Open Source", "Python", "Community"),
|
|
)
|
|
|
|
#cv-entry(
|
|
title: [Machine Learning Research Project],
|
|
society: [Personal Project],
|
|
date: [Summer 2020],
|
|
location: [Remote],
|
|
description: list(
|
|
[Developed a novel approach to time series forecasting using transformer architectures],
|
|
[Published research paper and open-sourced implementation on GitHub],
|
|
[Achieved 15% improvement over baseline models on benchmark datasets],
|
|
),
|
|
tags: ("Research", "Deep Learning", "Time Series"),
|
|
)
|