Skip to content

Commit

Permalink
fix: patched a few grammar nits, added sparkhacks (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
rak3rman authored Feb 13, 2024
1 parent e6086e3 commit f49df09
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 22 deletions.
22 changes: 10 additions & 12 deletions nuxt/components/Summarize/CV.vue
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<template>
<div>
<SummarizePage :page="1" :total="total_pages">
<SummarizeTitle> {{ ConfigParsed.name }}</SummarizeTitle>
<SummarizeTitle>{{ ConfigParsed.name }}</SummarizeTitle>
<SummarizeSubtitle>
{{ ConfigParsed.email + (ConfigParsed.email ? "&ensp;" : "") }}
{{ ConfigParsed.website + (ConfigParsed.website ? "&ensp;" : "") }}
{{ ConfigParsed.linkedin + (ConfigParsed.linkedin ? "&ensp;" : "") }}
</SummarizeSubtitle>

<SummarizeHeading> Education</SummarizeHeading>
<SummarizeHeading>Education</SummarizeHeading>
<SummarizeEducation v-for="obj in EducationParsed" :education="obj" />

<SummarizeHeading> Professional Experience</SummarizeHeading>
<SummarizeHeading>Professional Experience</SummarizeHeading>
<SummarizeExperience
v-for="obj in ExperiencesParsed.filter(
(e: Experience) =>
Expand All @@ -22,9 +22,7 @@
</SummarizePage>

<SummarizePage :page="2" :total="total_pages">
<SummarizeHeading>
Teaching and Mentoring scriptExperience
</SummarizeHeading>
<SummarizeHeading>Teaching and Mentoring</SummarizeHeading>
<SummarizeExperience
v-for="obj in ExperiencesParsed.filter(
(e: Experience) =>
Expand All @@ -33,7 +31,7 @@
:experience="obj"
/>

<SummarizeHeading> Event Operations Experience</SummarizeHeading>
<SummarizeHeading>Event Operations Experience</SummarizeHeading>
<SummarizeExperience
v-for="obj in ExperiencesParsed.filter(
(e: Experience) =>
Expand All @@ -42,18 +40,18 @@
:experience="obj"
/>

<SummarizeHeading> Skills</SummarizeHeading>
<SummarizeHeading>Skills</SummarizeHeading>
<SummarizeSkillSet v-for="obj in SkillSetsParsed" :skillset="obj" />

<SummarizeHeading> Honors and Awards</SummarizeHeading>
<SummarizeHeading>Honors and Awards</SummarizeHeading>
<SummarizeAward v-for="obj in AwardsParsed.slice(0, 5)" :award="obj" />
</SummarizePage>

<SummarizePage :page="3" :total="total_pages">
<SummarizeHeading> Honors and Awards (cont.)</SummarizeHeading>
<SummarizeHeading>Honors and Awards (cont.)</SummarizeHeading>
<SummarizeAward v-for="obj in AwardsParsed.slice(5)" :award="obj" />

<SummarizeHeading> Presentations</SummarizeHeading>
<SummarizeHeading>Presentations</SummarizeHeading>
<SummarizePresentation
v-for="obj in PresentationsParsed"
:presentation="obj"
Expand All @@ -65,7 +63,7 @@
>
</div>

<SummarizeHeading> Projects</SummarizeHeading>
<SummarizeHeading>Projects</SummarizeHeading>
<SummarizeProject
v-for="obj in ProjectsParsed.filter(
(e: Project) => e.bullets && e.bullets.length > 0,
Expand Down
10 changes: 5 additions & 5 deletions nuxt/components/Summarize/Resume.vue
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
<template>
<div>
<SummarizePage>
<SummarizeTitle> {{ ConfigParsed.name }}</SummarizeTitle>
<SummarizeTitle>{{ ConfigParsed.name }}</SummarizeTitle>
<SummarizeSubtitle>
{{ ConfigParsed.email + (ConfigParsed.email ? "&ensp;" : "") }}
{{ ConfigParsed.website + (ConfigParsed.website ? "&ensp;" : "") }}
{{ ConfigParsed.linkedin + (ConfigParsed.linkedin ? "&ensp;" : "") }}
</SummarizeSubtitle>

<SummarizeHeading> Experience</SummarizeHeading>
<SummarizeHeading>Experience</SummarizeHeading>
<SummarizeExperience
v-for="obj in ExperiencesParsed.filter(
(e: Experience) => defaultExperienceFilters(e) && e.on_resume,
)"
:experience="obj"
/>

<SummarizeHeading> Education</SummarizeHeading>
<SummarizeHeading>Education</SummarizeHeading>
<SummarizeEducation
v-for="obj in EducationParsed.filter((e) => e.on_resume)"
:education="obj"
/>

<SummarizeHeading> Skills</SummarizeHeading>
<SummarizeHeading>Skills</SummarizeHeading>
<SummarizeSkillSet v-for="obj in SkillSetsParsed" :skillset="obj" />

<SummarizeHeading> Projects</SummarizeHeading>
<SummarizeHeading>Projects</SummarizeHeading>
<SummarizeProject
v-for="obj in ProjectsParsed.filter(
(e: Project) => e.on_resume && e.bullets && e.bullets.length > 0,
Expand Down
2 changes: 1 addition & 1 deletion nuxt/content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ and multisport events. My interest in digital technology started back in middle
microcontrollers and competed in FIRST LEGO League competitions — it turns out you can learn a lot from bits of plastic
and expensive servos.

Fast-forward to today, where I’ve had the privilege of workingat [a spacecraft manufacturer](https://spacex.com),
Fast-forward to today, where I’ve had the privilege of working at [a spacecraft manufacturer](https://spacex.com),
[an R1 research university](https://uic.edu), a U.S. Senate campaign, [a start-up](https://www.monteltech.com),
and [an event management group](https://my.lifetime.life/athletic-events.html). Just this past summer, I was a Software
Engineering Intern on the [Starship Software](https://www.spacex.com/vehicles/starship/) team at
Expand Down
23 changes: 19 additions & 4 deletions nuxt/summarize/data/awards.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
[
{
"title": "Best Technology Award",
"title": "Runner-up, Empowerment Track",
"organization": "Sparkhacks Hackathon",
"location": "Chicago, IL",
"dates": [
{
"start": "2024-02",
"end": "2024-02"
}
],
"description": "Apart of a team of 3 who placed 2nd on the empowerment track at the Sparkhacks hackathon, 180+ participants at large",
"media": {
"github": "https://github.com/radicalplatforms/gather",
"youtube": "https://youtu.be/BZdgUfQIyUY"
}
},
{
"title": "Winner, Best Technology Award",
"organization": "Wildhacks Hackathon",
"location": "Evanston, IL",
"dates": [
Expand All @@ -9,10 +25,9 @@
"end": "2023-04"
}
],
"description": "Awarded to the team with the most advanced/creative use of technology at the Wildhacks hackathon, 45+ teams at large",
"description": "Awarded to the team with the most advanced/creative use of technology at the Wildhacks hackathon, 250+ participants at large",
"media": {
"external": "https://dashboard.wildhacks.net/project/#VP79",
"github": "https://github.com/rakermanfoundation/office-hourly",
"github": "https://github.com/radicalplatforms/office-hourly",
"youtube": "https://www.youtube.com/watch?v=STVBFFa67SI"
}
},
Expand Down

0 comments on commit f49df09

Please sign in to comment.