-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.tex
113 lines (84 loc) · 3.55 KB
/
resume.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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
% Sample Resume (sample.tex)
% github.com/stackptr/resume-tex
% Use resume.cls style
\documentclass{resume}
%------------------------------------------------------------------------------
% Header
%------------------------------------------------------------------------------
% Name and contact information
\name{Robert Bato}
\contact{(517) 763 - 4258 \\ batorobe@msu.edu \\ http://github.com/batorobe}
\contact{252 River St., Apt. 307 \\ East Lansing, Michigan}
\begin{document}
%------------------------------------------------------------------------------
% Objective section
%------------------------------------------------------------------------------
%------------------------------------------------------------------------------
% Education section
%------------------------------------------------------------------------------
\begin{rSection}{Education}
{\bf Michigan State University} \hfill {\em May 2016 (Expected)} \\
{\bf Bachelor of Science, Computational Mathematics} \hfill {\em East Lansing, Michigan} \\
{\bf Minor in Economics}
\end{rSection}
%------------------------------------------------------------------------------
% Coursework section
%------------------------------------------------------------------------------
%\begin{rSection}{Relevant Coursework}
%Discrete Structures
%\end{rSection}
%------------------------------------------------------------------------------
% Work experience section
%------------------------------------------------------------------------------
\begin{rSection}{Experience}
\begin{rSubsection}{Turfgrass Information Center}
{September 2012 - August 2014}{Data Analyst}{East Lansing, Michigan}
\item Enter data from in various documents and databases into a database
\item Work with a team to accomplish necessary tasks
\item Proofread entered data for accuracy
\end{rSubsection}
\begin{rSubsection}{Target}
{June 2012 - September 2012}{Seasonal Flow Team Member}{Okemos, Michigan}
\item Deliver a great-looking, fully-stocked sales floor.
\item Quickly respond to all team member requests.
\end{rSubsection}
\begin{rSubsection}{Trinity Church}
{May 2009 - Present}{Volunteer Relational Team Leader}{Lansing, Michigan}
\end{rSubsection}
\end{rSection}
%----------------------------------------------------
% Accomplishments and activites section
%----------------------------------------------------
%\begin{rSection}{Accomplishments and Activities}
%Clerk of the Quarter \hfill {\em 1983} \\
%People's College High Distinguishment \hfill {\em 1980}
%\end{rSection}
\begin{rSection}{Projects}
\begin{rSubsection}{KnapSack Combinatorial Problem Solver}
{}{C++}{}
\item Using a given set of items each with weight and importance maximize the number of items that can fit in a certain collection
\item Work with a team to accomplish necessary tasks
\end{rSubsection}
\begin{rSubsection}{Seahaven Towers Game}
{}{Python}{}
\item Enter data from in various documents and databases into a database
\item Work with a team to accomplish necessary tasks
\end{rSubsection}
\end{rSection}
%----------------------------------------------------
% Skills section
%----------------------------------------------------
\begin{rSection}{Technical Skills \& Relevant Coursework}
\begin{tabular}{ @{} >{\bfseries}l @{\hspace{6ex}} l }
Intermediate Experience &
C++, Python\\
Introductory Experience &
Java, HTML/CSS, SQL, VHDL, LaTeX,Android Development\\
Tools &
Netbeans, Eclipse, Xilinx ISE, PSpice\\
Operating Systems &
Windows, Mac, Linux
\end{tabular}
\end{rSection}
%----------------------------------------------------
\end{document}