-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
76 lines (62 loc) · 3.26 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
\documentclass{cv_class}
\pagenumbering{gobble}
\usepackage[top=0.5in, left=0.5in, right=0.5in, bottom=0.5in]{geometry}
\usepackage{enumerate}
\usepackage{hyperref}
\usepackage{fontawesome}
\begin{document}
\name{Kevin D. Portillo}
\subtitle{
\begin{tabular} {l l l l l l}
\faInbox & [email protected] & \faPhone & 713-XXX-XXXX & \faGithub & \href{https://github.com/kdportillo}{github.com/kdportillo} \\
\end{tabular}
}
\subtitle{
\begin{tabular} {l l}
\faLocationArrow & XXXXX XXXXXX St., XXXXX, XX 77XXX \\
\end{tabular}
}
\section{Education}
\datedsubsection{University of Houston}{Aug 2014 - Dec 2018}
\textit{B.S. Computer Science}\\
\textit{Minors: Mathematics and Computer Engineering Technology} \\
Major GPA: 3.561
\medskip
\noindent \textbf{Course Highlights:}
\begin{tabular}{l l l l}
Algorithms and Data Structures & Programming Languages & Numerical Methods & Data Mining \\
Artificial Intelligence & Software Engineering & Advanced Linear Algebra & Probability \\
Statistics & Circuit Analysis & Microprocessor Architecture & Operating Systems
\end{tabular}
\section{Experience}
\datedsubsection{The Boeing Company \textit{Engineering Technician I}}{Jan 2018 - Present}
\workitems
{Internship through the San Jacinto College and LZ Technology ``Get A Glimpse'' program}
{Prepared, validated, and expedited testing procedures for the ISS' Joint Station LAN Network}
{Implemented an online Database tool for managing IP addresses on-board the space station}
\datedsubsection{NASA's High Altitude Student Platform Research Program \textit{Hardware Specialist}}{May 2017 - Present}
\workitems
{Designed, tested, and integrated a flight computer on-board a large payload for data collection and analysis}
{Collected microorganisms and analyzed cosmic particles in the Stratosphere}
{Documentation and source code can be found here \href{https://github.com/UH-MiniPix-Collaboration}{github.com/UH-MiniPix-Collaboration}}
\datedsubsection{Department of Computer Science \textit{REU Supplement}}{May 2017 - Dec 2017}
\workitems
{Transitioned shared research tasks into competitions for CodaLab, an online cloud computing center}
{Created and maintained competitions for graduate course through CodaLab}
{Composed testing and training data for advanced NLP graduate course assignments}
\datedsubsection{Department of Computer Science \textit{Undergraduate Teaching Assistant}}{Jan 2017 - May 2018}
\workitems
{Explained introductory concepts of Computer Science to novice students in Python}
{Created, graded and delivered exams, quizzes, homeworks and programming assignments}
{Provided extensive feedback to students on their submissions}
\section{Skills}
\begin{tabular}{l l l l l l l}
Java & Python & \faLinux, \faWindows, \faApple & Statistical Programming & \LaTeX & Circuit Analysis & Multi-Socket Programming\\
OOP & Bilingual & TDD & Functional Programming & Unit Testing & Version Control & Multi-Threaded Programming
\end{tabular}
\section{Scholarships, Awards \& Volunteering}
\begin{tabular}{l l l l}
Dean's List & Academic Excellence Scholarship & Top 10\% Scholarship & S-Stem Scholarship \\
NSM Ambassador & STEM Peer Mentor & Daily Cougar Photographer & ASUH Web Master
\end{tabular}
\end{document}