Skip to content

Commit 65035c8

Browse files
committed
resume updates + year
1 parent 294ad97 commit 65035c8

File tree

8 files changed

+146
-154
lines changed

8 files changed

+146
-154
lines changed

documents/resume.pdf

-200 Bytes
Binary file not shown.

documents/resume/.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*.aux
2+
*.log
3+
*.out

documents/resume/resume.aux

-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@
22
\providecommand\hyper@newdestlabel[2]{}
33
\providecommand\HyperFirstAtBeginDocument{\AtBeginDocument}
44
\HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined
5-
\global\let\oldcontentsline\contentsline
6-
\gdef\contentsline#1#2#3#4{\oldcontentsline{#1}{#2}{#3}}
75
\global\let\oldnewlabel\newlabel
86
\gdef\newlabel#1#2{\newlabelxx{#1}#2}
97
\gdef\newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}}
108
\AtEndDocument{\ifx\hyper@anchor\@undefined
11-
\let\contentsline\oldcontentsline
129
\let\newlabel\oldnewlabel
1310
\fi}
1411
\fi}

documents/resume/resume.log

+135-142
Large diffs are not rendered by default.

documents/resume/resume.tex

+5-6
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,9 @@ \subsection*{Work Experience}
8383
\item Participated in an agile software engineering workflow
8484
\item Developed and integrated GPU-accelerated signal processing chains through Nvidia CUDA toolkit
8585
\item Designed and implemented a modular software architecture based on requirements, enabling rapid integration
86-
\item Modified and integrated existing software modules to align with new specifications
87-
\item Collected statistics on performance and resource utilization to create formal documentation used to meet customer set requirements
88-
\item Communicated with program leadership and customer teams on the technical status of various subsystems
89-
\item Assisted multiple test events through the setup, deployment, and collection of results on site and in the field
86+
\item Integrated software defined radios {\it(SDRs)} into signal processing chains and mission management software
87+
\item Communicated with program leadership and worked with customer teams on the technical status of various subsystems
88+
\item Assisted multiple formal test events through the setup, deployment, and collection of results on site and in the field
9089
\end{itemize*}
9190
\item
9291
\headerrow
@@ -101,8 +100,8 @@ \subsection*{Work Experience}
101100
\item Implemented a QR code scanner to detect student IDs, automating the
102101
batching of student exams and saving hours of manual
103102
data entry for instructors
104-
\item Designed and developed an OCR system to detect handwritten student ids
105-
\item Volunteered as a mentor for the organization during Google Summer of Code (GSoC) from 2019 to 2021
103+
\item Designed and developed an OCR system to detect handwritten student ids using existing open source ML models
104+
\item Volunteered as a mentor for the organization during Google Summer of Code {\it(GSoC)} from 2019 to 2021
106105
\end{itemize*}
107106
\item
108107
\headerrow

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ <h3 class="center">Social</h3>
142142
<div class="pad"></div>
143143

144144
<section id="footer">
145-
<p style="margin-bottom: 20px"> &copy; 2022 Shail Patel </p>
145+
<p style="margin-bottom: 20px"> &copy; 2024 Shail Patel </p>
146146
</section>
147147
</body>
148148
</html>

research.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,6 @@ <h4 style="padding-left: 15px;">Shail Patel</h4>
102102
<hr>
103103

104104
<section id="footer">
105-
<p style="margin-bottom: 20px"> &copy; 2022 Shail Patel </p>
105+
<p style="margin-bottom: 20px"> &copy; 2024 Shail Patel </p>
106106
</section>
107107
</body>

wumpusWorld/wumpus.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h2 style="margin: 15px;">A simulation was also used to help with development</h
2525
</section>
2626

2727
<div id="footer">
28-
<p style="color:white; padding:10px;"> &copy; 2019 Shail Patel </p>
28+
<p style="color:white; padding:10px;"> &copy; 2024 Shail Patel </p>
2929
</div>
3030
</body>
3131
</html>

0 commit comments

Comments
 (0)