From 33fe9a3a3e9417c04f4fbed6a8938c6e0d2cea5c Mon Sep 17 00:00:00 2001 From: Justin Vasel Date: Wed, 4 Apr 2018 16:32:09 -0400 Subject: [PATCH] Big update for CV class and tex content --- cv.cls | 358 ++++++++++++++---------- jvasel_cv.tex | 737 ++++++++++---------------------------------------- 2 files changed, 365 insertions(+), 730 deletions(-) mode change 100755 => 100644 jvasel_cv.tex diff --git a/cv.cls b/cv.cls index 83a578e..b850000 100644 --- a/cv.cls +++ b/cv.cls @@ -1,24 +1,150 @@ -% % CURRICULUM VITAE CUSTOM CLASS -% Author: Justin Vasel -- 2013 - +% This class is a slightly-altered version of the res.cls class. +% Original copyright information is contained below. +% for LaTeX version 2.09 \typeout{Document Style `cv'.} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% cv.sty +% cv.cls +% +% \documentstyle{res} +% +% Copyright (c) 1988 by Michael DeCorte +% Permission to copy all or part of this work is granted, provided +% that the copies are not made or distributed for resale, and that +% the copyright notice and this notice are retained. +% +% THIS WORK IS PROVIDED ON AN "AS IS" BASIS. THE AUTHOR PROVIDES NO +% WARRANTY WHATSOEVER, EITHER EXPRESS OR IMPLIED, REGARDING THE WORK, +% INCLUDING WARRANTIES WITH RESPECT TO ITS MERCHANTABILITY OR FITNESS +% FOR ANY PARTICULAR PURPOSE. +% +% If you make any improvements, I'd like to hear about them. +% +% Michael DeCorte +% P.O. Box 652 +% Potsdam NY 13676 +% mrd@sun.soe.clarkson.edu +% mrd@clutx.bitnet +% +% Changes for LaTeX2e -- Venkat Krishnamurthy (Aug 7, 2001) +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% You can have multiple style options the legal options ones are: +% +% centered the name and address are centered at the top of the +% page (default) +% +% line the name is the left with a horizontal line then +% the address to the right % -% \documentstyle{cv} +% overlapped the section titles overlap the body text (default) % +% margin the section titles are to the left of the body text +% +% 11pt use 11 point fonts instead of 10 point fonts +% +% 12pt use 12 point fonts instead of 10 point fonts % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Commands %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% \cv prints the word cv but typeset nicely +% +% \newsectionwidth{dimen} +% defines the amount of space the labels extend +% into the left margin. +% DO NOT TRY to change any of the dimensions +% yourself. You will probably confuse the style file. +% +% \name{text} defines your name +% +% \address{text} +% defines your address +% this can be called twice if you have two addresses +% use \\'s to indicate where either line breaks or +% comas should go +% +% \opening this prints your name and address at that spot +% this is not normally needed, as \begin{cv} +% does this but is provided just in case you need +% to do something odd +% +% \begin{cv} ... \end{cv} +% all of the cv should go inside of this +% environment +% +% \section{text} +% This prints 'text' in the left hand margin. +% Its exact placement depends on what the style +% options has been set to. (overlapped or margin) +% You should use \\ to start a new line. If the +% style option is margin, the \\ is converted +% to a space. +% To use this in any of the list environments, put +% the \section after the \item[] but before the +% text. +% Eg. +% \begin{itemize} +% \item\section{text} +% text +% \end{itemize} +% +% \begin{ncolumn}{n} ... \end{ncolumn} +% creates a tabular environment with n equally +% spaced columns. Separate columns by & and +% end them with \\ +% +% \begin{position} ... \end{position} +% this is used to print a job description. There should +% be only one job description in it. Information +% related to the job (such as title, dates...) will +% be printed. +% +% \begin{format} ... \end{format} +% used to change the default format for the position +% environment. Within it the recognized commands are: +% \title{option} +% \employer{option} +% \location{option} +% \dates{option} +% \body +% \\ +% where option is one of l,r,c standing for left, right, center. +% The format will eventually be used to make several +% tabular environments and you are defining the number of columns +% and the placement of text within the columns of the tabulars. +% Each row is terminated by a \\. Any number of options can +% be on a line, they will each be set in their own columns. +% Any of the options except \body may be left out. +% +% Eg. +% \begin{format} +% \title{l}\employer{r}\\ +% \dates{r}\\ +% \body\\ +% \location{l}\\ +% \end{format} +% +% In this example the title and employer information +% are set in 2 columns left justified and right justified +% respectively. Then the date is set right justified. +% Then the body is set. Then the location is set left +% justified. +% +% \employer{text} +% \title{text} +% \dates{text} +% \location{text} +% declare text for the next invocation of the position +% environment % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Glue %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % +% sectionskip the amount of horizontal before a section % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Dimensions @@ -27,7 +153,7 @@ % sectionwidth the amount that the section titles go in the % left margin % -% resumewidth the width of the total resume from the left +% resumewidth the width of the total cv from the left % margin to the right. Don't use textwidth % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -43,7 +169,16 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % THINGS TO DO % - +% add lm,rm options to format style to allow things to be placed +% in the left or right margin respectively +% +% add capability so that \body doesn't have to be proceeded (followed) +% by a \\ allowing part of the description (eg. location) to be the +% first (last) thing of the body +% +% clean up the list building procedures +% +% write docs to tell people how to use this \NeedsTeXFormat{LaTeX2e} \ProvidesClass{cv} @@ -51,145 +186,46 @@ \PassOptionsToClass{12pt}{article} \LoadClassWithOptions{article} -\nofiles % Supress creation of .aux files - -\RequirePackage{multicol} -\RequirePackage{color} -\RequirePackage[usenames,dvipsnames]{xcolor} -\RequirePackage[colorlinks=true, pdfstartview=FitV, linkcolor=blue, citecolor=blue, urlcolor=BrickRed]{hyperref} - - - -%%%%%%%% NAME STUFF %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% ======================================================== % -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % this is used to print the name and address at the top of % the page with a hline in between % \def\namefont{} -\def\addressfont{} -\def\namesize{\fontsize{40pt}{1em}} -%\def\namesize{\Huge} - -\definecolor{light}{gray}{0.3} - +\def\namesize{\Large} \def\@linename{\begingroup - %\fullline - \vskip 2pt - \namesize\namefont\hspace{3.5ex} {\@name} + \def\\{, } + {\namesize\namefont\textsc{\@name}} + \vskip 12pt + \fullline \vskip 2pt - %\fullline - \vskip 2pt - \vspace{0.2in} - \leftskip=0in % where do you live? \@ifundefined{@addressone}{% - \section{Contact} - \normalsize - \vspace{-0.2in} - \begin{multicols}{2} - {\color{light} \addressfont - 727 E. Third Street \\ - Swain Hall West 117 \\ - Bloomington, IN 47405 \normalfont} \\ - \columnbreak - - {\color{light} \addressfont - \hspace{-0.8in} - \begin{tabular}{r l} - Email: & jvasel{@}indiana.edu \\ - LinkedIn: & justinvasel \\ - Twitter: & @justinvasel - \end{tabular} - \normalfont} - \end{multicols} + % do nothing }{% - % + % PUT CODE HERE } - \vspace{-0.2in} - %\@website \endgroup} -\let\print@name\@linename - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% use this to define your name -% -\def\name#1{\def\@name{#1}} -\def\@name{} - -\def\website#1#2{\def\@website{\normalfont \large \emph{\href{#1}{#2} } \normalsize}} - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% makes a line of width \textwidth starting at -\hoffset -% -\def\fullline{ % hrules only listen to \hoffset - \nointerlineskip % so I have this code - \moveleft\hoffset\vbox{\hrule width\textwidth} - \nointerlineskip -} - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% use this to define your address, this may be called more than once. +% HEADINGS: % -\let\@addressone\relax -\let\@addresstwo\relax - -\def\address#1{ - \@ifundefined{@addressone}{\def\@addressone{#1}}{\def\@addresstwo{#1}}} - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% if you want to print your name and address is a slightly -% different format than sugessted, then this can be used -% to place it exactly where you want -% -\def\opening{ - \begingroup - \leftskip=-1.1in%-\hoffset % I use leftskip to move things to the left as - \advance\textwidth\hoffset % changing hoffset doesn't work. But this - \hsize=\textwidth % doesn't really work as hboxes are rules - % are unaffeted - \let\par=\@@par - \parindent=0pt - \parskip=0pt - \print@name - \endgroup -} - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% all of the resume goes in the resume environment -% -\newenvironment{resume}{\begingroup - \opening -}{\endgroup} - - - - - - -%%%%%%%% SECTION STUFF %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% ======================================================== % -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\let\print@name\@linename %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Use this to set the sectionwidth. % It adjust the width of the text as well as the hoffset -% You probably shouldn't touch any of the size paramaters +% You probably shouldn't touch any of the size parameters % unless you really understand all of this but it is not % hard. Either way, it can only be executed once % -\def\sectionfont{\bf} +\def\sectionfont{\sc} \newdimen\sectionwidth \newskip\sectionskip \newdimen\resumewidth -\resumewidth=6.5in -\sectionskip=0.4in +\resumewidth=7.5in +\sectionskip=3.5ex plus 1ex minus -.2ex % values stolen from LaTeX \def\newsectionwidth#1{% \sectionwidth=#1 @@ -202,7 +238,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % This is for sectiontitles that are entirely in the left margin. -% multiline sectiontitles are permited and will be broken by +% multiline sectiontitles are permitted and will be broken by % \TeX{} to fit into a box \verb|\sectionwidth| wide. It is advised % that \verb|\\| be used to break the lines by hand as \TeX{} will % probably not do what you want. @@ -220,11 +256,11 @@ % \def\boxed@sectiontitle#1{% % this macro may be called in a tabular. Special code must be written - % to accomodate this. In LaTeX, a tabular is made out of hboxes. + % to accommodate this. In LaTeX, a tabular is made out of hboxes. % TeX never goes into horizontal mode because of this; it only - % gets into vertical mode and restricted horizontal mode. Certain + % gets into vertical mode and restricted horizontal mode. Certain % indenting problems must be handled because of this. They - % are delt with at the end of this routine. + % are dealt with at the end of this routine. % It is also necessary to close the hbox that was created before % the \section and create a new one when this macro has ended. % This macro therefore simulates a \kill, so that any text before @@ -234,7 +270,7 @@ % \section{foo} % more text\\ % ... - \ifx\\\@tabcr % is this in a tabular? (this *should* work but is a cludge) + \ifx\\\@tabcr % is this in a tabular? (this *should* work but is a kludge) \@stopfield % the is the first part of a \kill \else \@@par % This will end the previous paragraph if needed and @@ -267,7 +303,7 @@ \raggedright % you don't want this filled out to the right margin \sectionfont #1\vss % Go into horizontal mode; do the paragraph; - % go into vertical mode; add some negative glue + % go into vertical mode; add some negative glue % to give a box of 0pt height and depth }% }% @@ -287,13 +323,13 @@ % previous box would be off as the baselines of the % this box (the one that being made above) and the % previous line would be separated by \baselineskip - % (probably, it may be separted by the depth of the + % (probably, it may be separated by the depth of the % previous box + \lineskip) but as the baseline of % this box has been moved to the top, the box's would - % separted by to much glue. The exact amount being + % separated by to much glue. The exact amount being % the height of this box. \endgroup - \ifx\\\@tabcr % is this in a tabular? (this *should* work but is a cludge) + \ifx\\\@tabcr % is this in a tabular? (this *should* work but is a kludge) % this is the second part of the \kill; it starts the next tabbing line % Because this routine will never get into paragraph mode when used in % tabbing the \parskip that is discussed below will never be inserted. @@ -305,7 +341,7 @@ % Right before being contributed though a \vskip\parskip % will be inserted. This is to negate it. % - % I do consider this to be a bit of a cludge but + % I do consider this to be a bit of a kludge but % I can not find a way to write \unskipfutureskip % or a way to make TeX think that nothing has % been contributed to the page list. @@ -318,6 +354,55 @@ \newsectionwidth{1.3in}\let\@@section\boxed@sectiontitle +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% makes a line of width \textwidth starting at -\hoffset +% +\def\fullline{ % hrules only listen to \hoffset + \nointerlineskip % so I have this code + \moveleft\hoffset\vbox{\hrule width\textwidth} + \nointerlineskip +} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% use this to define your name +% +\def\name#1{\def\@name{#1}} + +\def\@name{} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% use this to define your address, this may be called more than once. +% +\let\@addressone\relax +\let\@addresstwo\relax + +\def\address#1{ + \@ifundefined{@addressone}{\def\@addressone{#1}}{\def\@addresstwo{#1}}} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% if you want to print your name and address is a slightly +% different format than suggested, then this can be used +% to place it exactly where you want +% +\def\opening{ + \begingroup + \leftskip=12em + \advance\textwidth\hoffset + \hsize=\textwidth + \let\par=\@@par + \parindent=0pt + \parskip=0pt + \print@name + \endgroup +} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% all of the cv goes in the cv environment +% +\newenvironment{cv}{\begingroup + \opening +}{\endgroup} + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % DEFAULTS % @@ -329,20 +414,19 @@ \textheight 9in \parindent 0pt \topmargin 0in -\oddsidemargin 0pt -\evensidemargin 0pt +\oddsidemargin -0.5in +\evensidemargin -0.5in \marginparwidth 0pt \parindent 0pt \parskip \baselineskip \setcounter{secnumdepth}{0} \def\@listI{\leftmargin\leftmargini - \topsep 0pt - \parskip 0pt - \partopsep 2pt plus 2pt - \parsep 2pt plus 2pt - \itemsep \parsep} +\topsep 0pt +\parskip 0pt +\partopsep 2pt plus 2pt +\parsep 2pt plus 2pt +\itemsep \parsep} \pagestyle{empty} % don't want page numbers \let\section\@@section - diff --git a/jvasel_cv.tex b/jvasel_cv.tex old mode 100755 new mode 100644 index f1a6d1a..a2736ef --- a/jvasel_cv.tex +++ b/jvasel_cv.tex @@ -1,636 +1,187 @@ -% -% Curriculum Vitae LaTeX / XeLaTeX Template +% ///////////////////////////////////////////////////////////////////////////// +% My Curriculum Vitae % % Justin A. Vasel -% http://www.justinvasel.com -% 8 August 2013 +% https://www.justinvasel.com +% 4 April 2018 % -%%---------------------------------------------------------------------------% +% ///////////////////////////////////////////////////////////////////////////// -\documentclass{cv} +\documentclass[11pt]{cv} +\usepackage{hyperref} \usepackage{amsmath} -\usepackage{verbatim} -\usepackage{booktabs} -\usepackage[scaled=1]{helvet} % ss -\usepackage[T1]{fontenc} -\usepackage{fontspec} \usepackage[spanish]{babel} +\usepackage{etaremune} -\defaultfontfeatures{Ligatures=TeX} - -\newfontfamily\minion[]{Minion Pro} -\newfontfamily\serifbeta[]{Serif12 Beta} -\newfontfamily\bask[]{Baskerville} -\newfontfamily\neue[]{Helvetica Neue} -\newfontfamily\light[]{Helvetica Neue Light} - -%\setmainfont{Baskerville} - -%%===========================================================================%% - +% ............................................................................. \begin{document} - -%--------------------------------------------------------------------------- -% Document Specific Customizations - - -% Use large bold font for printed name at top of pages -%\renewcommand{\namefont}{\serifbeta} -\renewcommand{\namefont}{\serifbeta \sc \huge} -\renewcommand{\addressfont}{\bask} -\renewcommand{\sectionfont}{\normalsize\minion\sc} -\renewcommand{\textsf}[1]{\neue #1 \normalfont} -\renewcommand{\date}[1]{#1} - - -\newcommand{\bold}[1]{ {\color{black} \neue #1 \normalfont} } -\newcommand{\desc}[1]{ - {\color{light} \bask #1 \normalfont} -} -\newcommand{\itemSep}{\vspace{-0.08in}} -\newcommand{\object}[3]{ - \bold{#1} \hfill \date{#3} \\ - \desc{\emph{#2}} - \itemSep - -} -\newcommand{\objectLarge}[4]{ - \bold{#1} \hfill \date{#4} \\ - \bold{#2} \\ - \desc{\emph{#3}} - \itemSep - -} -\newcommand{\note}[1]{{\small ( #1 )}} -\newcommand{\noemph}{\rm \bask} - -%--------------------------------------------------------------------------- - - - \name{Justin A. Vasel} -%\website{http://www.justinvasel.com/}{http://www.JustinVasel.com} -\website{}{} - -\begin{resume} - -%--------------------------------------------------------------------------- +\begin{cv} -% Research Interests -% \section{Research Interests} -% -% supernova neutrinos \\ -% neutrino astronomy \\ -% neutrino oscillations -% \bold{Neutrino Astrophysics} : \desc{supernova detection; oscillation; high-energy sources} -% \itemSep -% -% \bold{Heliophysics} : \desc{space weather prediction; solar wind generation; sunspots} -% \itemSep -% -% \bold{Public Policy} : \desc{economic and societal effects of science policy in the United States} +% ............................................................................. +% CONTACT +\section{Contact} +\textbf{jvasel@indiana.edu} \\ +\href{https://www.justinvasel.com}{https://www.justinvasel.com} -%--------------------------------------------------------------------------- - +% ............................................................................. % EDUCATION \section{Education} -\object -{\emph{Doctor of Philosophy,} Physics} -{Indiana University} -{August 2013 --- Present} - - -\object -{\emph{Master of Science,} Physics} -{University of Minnesota Duluth} -{September 2011 --- August 2013} +\textbf{Ph.D. in Physics}, \emph{Indiana University (IU)} \hfill \emph{In progress} \\ +Thesis advisor: Mark Messier +\textbf{M.S. in Physics}, \emph{University of Minnesota Duluth (UMD)} \hfill August 2013 \\ +Thesis advisor: Alec Habig -\object -{\emph{Bachelor of Science,} Physics} -{University of Wisconsin---Eau Claire} -{September 2007 --- May 2011} +\textbf{B.S. in Physics}, \emph{University of Wisconsin--Eau Claire (UWEC)} \hfill May 2011 \\ +Research advisor: Nathan Miller -%------------------------------------------------------------------------------ - +% ............................................................................. % HONORS & AWARDS -\section{Honors \\ \& Awards} - -\object -{Trevi\~{n}o Service Award} -{Graduate and Professional Student Organization, Indiana University} -{April 2014} - - -\object -{AAPT Outstanding Teaching Assistant Award} -{American Association of Physics Teachers} -{May 2013} - - -\object -{Outstanding Graduate Teaching Assistant in Physics} -{University of Minnesota Duluth} -{May 2013} - - -\object -{Student Research Day Poster Competition --- First Place} -{University of Wisconsin---Eau Claire} -{May 2011} - - -\object -{University Physics Competition 2010 --- Silver Medal} -{\href{http://www.uphysicsc.com/}{http://www.uphysicsc.com/} (International)} -{November 2010} - - -\object -{Physics Beyond the Classroom Scholarship} -{University of Wisconsin---Eau Claire} -{Fall 2010 --- Spring 2011} - - -%------------------------------------------------------------------------------ - -% CONFERENCES -\section{Conferences \\ \& Workshops} +\section{Honors \& Awards} -\objectLarge -{INT Workshop (16-61W): Flavor Observations with} -{Supernova Neutrinos} -{Speaker} -{August 2016} +\textbf{Trevi\~{n}o Service Award}, IU Grad. and Professional Student Org. \hfill 2014 \\ +\textbf{AAPT Outstanding Teaching Assistant Award} \hfill 2013 \\ +\textbf{Outstanding Graduate Teaching Assistant Award}, UMD \hfill 2013 \\ +\textbf{First Place}, Student Research Day Poster Competition, UWEC \hfill 2011 \\ +\textbf{Silver Medal}, University Physics Competition 2010 \hfill 2010 \\ +\textbf{Physics Beyond The Classroom Scholarship}, UWEC \hfill 2010 -\object -{Fermilab New Perspectives} -{Speaker} -{June 2016} -\object -{American Physical Society April 2016 Meeting} -{Speaker} -{April 2016} +% ............................................................................. +% PROFESSIONAL ACTIVITIES +\section{Professional Activities} +HEP Advocacy Trip, Washington, D.C. \hfill 2017, 2018 \\ +\emph{Annual trip organized by Fermilab's Users Executive Committee to advocate for continued Federal investment in high-energy physics with lawmakers on Capitol Hill.} -\object -{American Physical Society April 2013 Meeting} -{Poster Presenter} -{April 2013} +43$^{\text{rd}}$ SLAC Summer Institute, SLAC National Laboratory \hfill 2015 \\ +\emph{Attended summer school. Theme: ``The Universe of Neutrinos''.} -\object -{221$^\text{st}$ American Astronomical Society Meeting} -{Poster Presenter} -{January 2013} +% ............................................................................. +% COMMUNITY SERVICE +\section{Community Service} +President, Young NOvA \hfill May 2017 --- Present -\object -{217$^\text{th}$ American Astronomical Society Meeting} -{Society of Physics Students Reporter} -{January 2011} +Young NOvA Rep., NOvA Institutional Board \hfill May 2016 --- 2017 +Member, Search Committee for IU VP of Research \hfill April --- June 2015 -\object -{41$^\text{st}$ Nobel Conference --- The Legacy of Einstein} -{} -{September 2005} +Vice President, IU Graduate and Professional \hfill May 2014 --- 2015 \\ +Student Organization (GPSO) \\ +Chair, GPSO Student Affairs Committee \hfill May 2014 --- 2015 \\ +Member, IU Bloomington Faculty Council (BFC) \hfill May 2014 --- 2015 \\ +Member, IU BFC Student Affairs Committee \hfill May 2014 --- 2015 \\ +Member, IU Campus Curriculum Committee \hfill May 2014 --- 2015 \\ +Member, IU Student Assistance Initiative \hfill May 2014 --- 2015 +Physics Representative, GPSO \hfill Sept. 2013 --- May 2014 \\ +Vice Chair, GPSO Student Affairs Committee \hfill Sept. 2013 --- May 2014 \\ +Member, IU BFC Research Affairs Committee \hfill Sept. 2013 --- May 2014 +Graduate Student Rep., UMD Graduate Council \hfill Dec. 2012 --- Aug. 2013 -%------------------------------------------------------------------------------ -% \newpage +Member, UMD Technology Fees Committee \hfill Sept. 2012 --- May 2013 -% RESEARCH -\section{Projects} +President, UMD Society of Physics Students \hfill Dec. 2011 --- Feb. 2013 -\object -{The NuMI Off-Axis $\nu_e$ Appearance Experiment (NOvA)} -{Fermi National Accelerator Laboratory --- Batavia, Illinois \noemph} -{May 2014 --- Present} +President, UW--Eau Claire Society of Physics Students \hfill May 2010 --- 2011 \\ +Webmaster, UW--Eau Claire Society of Physics Students \hfill May 2008 --- 2010 -\object -{The Helium and Lead Observatory (HALO)} -{SNOLAB --- Lively, Ontario, Canada \noemph - \begin{itemize} - \item Developed existing Objective-C software to interface with experimental hardware - \item Designed and implemented a web-based monitoring tool to be used by experimenters for remote shifting - \end{itemize} - } -{December 2011 --- Present} - - -\objectLarge -{Determining the Radial Location of the X-ray Emitting} -{Zones of Spica} -{University of Wisconsin---Eau Claire, Department of Physics and Astronomy \noemph -\begin{itemize} - \item Combined existing photospheric models for hot stars with a unique H-alpha data set for the B-type star, Spica - \item Wrote programs using Mathematica to process and visualize data from photospheric models of hot stars - \end{itemize} - } -{January 2008 --- July 2011} - - -\objectLarge -{Achieving a Circular Orbit Around Neptune} -{Through Aerobraking} -{University of Wisconsin---Eau Claire, Department of Physics and Astronomy \noemph -\begin{itemize} - \item Utilized data from Voyager-2 to construct an atmospheric profile of Neptune - \item Simulated the process of aerobraking with Mathematica. - \end{itemize} - } -{November 2010 --- May 2011} - - -%------------------------------------------------------------------------------ - -% PROFESSIONAL EXPERIENCE -\section{Professional Experience} - -\object -{Graduate Research Associate} -{Indiana University, Department of Physics \noemph - } -{May 2013 --- Present} - - -\object -{Graduate Associate Instructor} -{Indiana University, Department of Physics \noemph - \begin{itemize} - \item Duties include teaching labs, leading discussion sections, and tutoring. - \end{itemize} - } -{August 2013 --- May 2013} - -\object -{Astrophysics Writer} -{\rm \href{http://astrobites.com/}{http://www.astrobites.com/} \noemph \\ -Astrobites is a daily literature journal summarizing new astrophysical research posted to arXiv's astro-ph. Astrobites is written by graduate students for undergraduates. - \begin{itemize} - \item Twenty articles written to date (see \emph{Other Writing}) - \end{itemize} - } -{January 2012 --- October 2014} - - -\object -{Graduate Teaching Assistant} -{University of Minnesota Duluth, Department of Physics} -{September 2011 --- May 2013} - - -\object -{Sales Associate} -{Shopko --- Electronics Department, Eau Claire, WI} -{September 2005 --- August 2011} - - -\object -{Physics Tutor} -{University of Wisconsin---Eau Claire, Department of Physics and Astronomy} -{September 2008 --- December 2008} - - -\object -{Assistant Teacher} -{University of Wisconsin---Eau Claire, Summer Science Institute \noemph +Senator, Winona State University Student Senate \hfill Sept. 2006 --- May 2007 \begin{itemize} - \item Taught students (grades 6--12) to build and program a robot from a kit and to build a computer from scratch using a hands-on approach - \end{itemize} - } -{July 2007} - - -\object -{Calculus Tutor} -{Winona State University, Mathematics Department \noemph -\begin{itemize} - \item Developed and implemented methods for teaching differential calculus to a blind student - \end{itemize} - } -{October 2006 --- December 2006} - - -\newpage - -%------------------------------------------------------------------------------ - -% PROFESSIONAL SOCIETIES -\section{Professional \\ Affiliations} - -\bold{American Physical Society \desc{\small ( Early Career Member )}} \\ -\desc{Division of Astrophysics; Division of Particles and Fields; Forum on Graduate Student Affairs} -\itemSep - -\bold{American Association for the Advancement of Science \desc{\small ( Member )}} - -\bold{American Astronomical Society \desc{\small ( Junior Member )}} \\ -\desc{High Energy Astrophysics Division} -\itemSep - -%------------------------------------------------------------------------------ - -% TECHNICAL FAMILIARITY -\section{Technical \\ Familiarity} -\hspace{-0.13in} -\color{light} -\begin{tabular}{lllll} -\bold{Software} & & \bold{Languages} & & \bold{Operating Systems} \\ -ROOT & CVS/SVN/Git & C\minion++\normalfont & \LaTeX & Linux/Unix \\ -Geant4 & Gnuplot & Python & HTML/CSS/JS & MacOS \\ -Mathematica & Xcode & Objective-C & BASH & Apple iOS \\ -\end{tabular} -\color{black} - - -%------------------------------------------------------------------------------ - -% PUBLIC LECTURES -\section{Public \\ Speaking} -\bold{Supernovae and Neutrinos: Where Enormous Explosions} \hfill \date{8 January 2017} \\ -\bold{Meet Puny Particles} \\ -\desc{\emph{Fermi National Accelerator Laboratory: ``Ask-A-Scientist'' lecture series}} -\itemSep - -\bold{Towards Supernova Neutrino Detection with the NOvA Detectors} \hfill \date{2 May 2015} \\ -\desc{\emph{Indiana University: Ph.D. candidacy seminar} } -\itemSep - -\bold{Predicting the Next Galactic Supernova---How \emph{You}} \hfill \date{9 August 2013} \\ -\bold{Can Help } \\ -\desc{\emph{Chippewa Valley Astronomical Society: Northwoods Starfest 2013} } -\itemSep - -\bold{Under the Hood: Preparing the Helium and Lead} \hfill \date{8 August 2013} \\ -\bold{Observatory for Full Operation} \\ -\desc{\emph{University of Minnesota Duluth: M.S. thesis defense} } -\itemSep - -\bold{Astronomically Patient---The Hunt for Galactic Supernovae} \hfill \date{4 April 2013} \\ -\desc{\emph{University of Wisconsin---Eau Claire: ``Physics Thursday'' seminar series} } -\itemSep - -\bold{Stealthy Neutrinos and the Search for Exploding Stars} \hfill \date{20 March 2013} \\ -\desc{\emph{Eau Claire, WI: ``Ask-A-Scientist'' lecture series} } -\itemSep - -\bold{Tornado Physics---A Terrifying Lesson in Fluid Dynamics} \hfill \date{1 March 2013} \\ -\desc{\emph{University of Minnesota Duluth}} -\itemSep - -\bold{The Many Roles of Physicists in Particle Physics Experiments} \hfill \date{15 November 2012} \\ -\desc{\emph{University of Minnesota Duluth}} -\itemSep - -\bold{Searching for Alien Civilizations} \hfill \date{28 April 2012} \\ -\desc{\emph{University of Minnesota Duluth: ``Astronomy Day''}} -\itemSep - -\bold{Space Weather Forecasting} \hfill \date{6 April 2012} \\ -\desc{\emph{University of Minnesota Duluth} } -\itemSep - -\bold{Science in Seattle: The Latest Astronomy Findings from the} \hfill \date{11 February 2011} \\ -\bold{217$^{\text{{}th}}$ AAS Meeting} \\ -\desc{\emph{University of Wisconsin---Eau Claire: ``Physics Thursday'' seminar series}} -\itemSep - -\bold{The Formation and Evolution of Supermassive Black Holes} \hfill \date{17 December 2010} \\ -\desc{\emph{University of Wisconsin---Eau Claire}} -\itemSep - -\bold{Determining the Radial Location of the X-ray Emitting Zones} \hfill \date{19 November 2009} \\ -\bold{of Spica} \\ -\desc{\emph{University of Wisconsin---Eau Claire: ``Physics Thursday'' seminar series}} - - -%------------------------------------------------------------------------------ - -% PUBLICATIONS -\section{Publications} - -The NOvA Collaboration et al., \emph{Measurement of the neutrino mixing angle $\theta_{23}$ in NOvA}, arXiv:1701.05891 (2017) -\itemSep - -\textbf{J. A. Vasel}, \emph{Under the Hood: Preparing the Helium and Lead Observatory for Full Operation}, Master of Science in Physics thesis, University of Minnesota Duluth (August 2013) -\itemSep - -% \section{Published \\ Abstracts} -% -% B. Montet, N. Chisari, J. Donaldson, C. D. Dressing, C. Faesi, J. T. Fuchs, S. Kohler, E. Lovegrove, E. A. Mills, E. Nesvold, E. R. Newton, A. Olmstead, \textbf{J. A. Vasel}, L. M. Weiss, Astrobites Team, \emph{Updates from Astrobites: The Astro-ph Reader's Digest}, American Astronomical Society Meeting 223 (2014), poster \#445.13 -% \itemSep -% -% \textbf{J. A. Vasel}, A. Habig, C. Virtue, \emph{The Helium and Lead Observatory and the Supernova Early Warning System}, American Physical Society Meeting (April 2013), poster \#S2.005 -% -% \textbf{J. A. Vasel}, C. Faesi, M. Drout, E. R. Newton \emph{Astrobites: The Astro-ph Reader's Digest For Undergraduates}, American Physical Society Meeting (April 2013), poster \#E2.015 -% -% \textbf{J. A. Vasel}, HALO Collaboration, SNEWS Collaboration, \emph{The Helium and Lead Observatory and the Supernova Early Warning System}, American Astronomical Society Meeting 221 (2013), poster \#253.25 -% -% M. Drout, \textbf{J. A. Vasel}, C. D. Dressing, D. Gifford, C. Morley, S. Hall, E. R. Newton, Astrobites Team, \emph{Astrobites: The Astro-ph Reader's Digest For Undergraduates}, American Astronomical Society Meeting 221 (2013), poster \#255.11 -% -% A. R. Bartlein, N. R. Brewer, \textbf{J. A. Vasel}, \emph{Achieving a Closed Orbit Around Neptune Through Aerobraking}, UW-Eau Claire Student Research Poster Day (2011) -% -% \textbf{J. A. Vasel}, G. J. McGill, \emph{Determining the Radial Location of the X-ray Emitting Zones of Spica}, UW-Eau Claire Student Research Poster Day (2011) -% -% \textbf{J. A. Vasel}, N. A. Miller, \emph{Determining the Radial Location of the X-ray Emitting Zones of Spica}, UW-Eau Claire Student Research Poster Day (2010) - - - -%%---------------------------------------------------------------------------%% -% PUBLICATIONS -\section{Other Writing} - -\vspace{-0.21in} -\subsection{\sc Guest Writing} - - - -\bold{Jupiter's moon has the potential for life} \hfill \date{20 September 2014} \\ -\desc{\emph{Leader-Telegram: Eau Claire, WI} } -\itemSep - -\bold{NASA Spacecraft Dawn Studies Asteroids Closely} \hfill \date{20 October 2012} \\ -\desc{\emph{Leader-Telegram: Eau Claire, WI} } -\itemSep - -\bold{Star's Death Visible from Across the Universe} \hfill \date{18 June 2011} \\ -\desc{\emph{Leader-Telegram: Eau Claire, WI} } -\itemSep - -\bold{Reporting on AAS from the Front Lines} \hfill \date{February 2011} \\ -\desc{\emph{spsnational.org} } - -\newpage -\subsection{\sc Astrobites Blog} - -\bold{Our Moon, the Cosmic Ray Detector} \hfill \date{16 September 2014} -\itemSep - -\bold{To the Center of The Cold Spot} \hfill \date{30 April 2014} -\itemSep - -\bold{The Echoes of a Supernova} \hfill \date{2 April 2014} -\itemSep - -\bold{Information Preservation and Weather Forecasting for} \hfill \date{31 January 2014 } \\ -\bold{Black Holes} -\itemSep - -\bold{Observing the Next Galactic Supernova} \hfill \date{5 December 2013} -\itemSep - -\bold{Fishing For Neutrinos} \hfill \date{7 November 2013} -\itemSep - -\bold{How to Drag an Asteroid to Earth} \hfill \date{14 August 2013} -\itemSep - -\bold{Cartography of the Local Cosmos} \hfill \date{7 June 2013} -\itemSep - -\bold{The Great Disco Ball in the Sky} \hfill \date{2 June 2013} -\itemSep - -\bold{Why Does Nature Form Exoplanets So Easily?} \hfill \date{7 May 2013} -\itemSep - -\bold{How the Sequester Affects Space Science} \hfill \date{6 March 2013} -\itemSep - -\bold{Introducing: The Over-massive Black Hole} \hfill \date{5 December 2012} -\itemSep - -\bold{An Unlikely Planetary Nursery} \hfill \date{17 September 2012} -\itemSep - -\bold{The REAL Political Science} \hfill \date{17 August 2012} -\itemSep - -\bold{A Star Screams While Being Devoured by Black Hole} \hfill \date{10 August 2012} -\itemSep - -\bold{The Study of Climate on Alien Worlds} \hfill \date{21 June 2012} -\itemSep - -\bold{The Supernova Early Warning System} \hfill \date{24 May 2012} -\itemSep - -\bold{Stellar Archeology: A Cosmological View of Dwarf Galaxies} \hfill \date{12 April 2012} -\itemSep - -\bold{Understanding GRBs Through High-Energy Neutrinos} \hfill \date{3 March 2012} -\itemSep - -\bold{Caught in the Line of Fire: The Giants vs The Jets} \hfill \date{4 February 2012} -\itemSep - - -%------------------------------------------------------------------------------ - -% SERVICE -\section{Service \& Outreach} - -\bold{President} \desc{\footnotesize( Elected )} \hfill \date{May 2017 --- Present} \\ -\desc{\emph{Young NOvA}} - -\bold{Young NOvA Representative \desc{\footnotesize( Elected )}} \hfill \date{June 2016 --- May 2017} \\ -\desc{\emph{NOvA Experiment Institutional Board}} -\itemSep - -\bold{Search Committee Member} \hfill \date{April 2015 --- June 2015} \\ -\desc{\emph{Search Committee for the Vice President of Research, Indiana University} - } -\itemSep - -\bold{Vice President \desc{\footnotesize( Elected )}} \hfill \date{May 2014 --- May 2015} \\ -\desc{\emph{Graduate and Professional Student Organization, Indiana University} - \begin{itemize} - \item Chair, Student Affairs Committee - \item Representative to the All University Student Association - \end{itemize} - } -\itemSep - -\bold{Graduate Student Representative} \hfill \date{September 2014 --- April 2015} \\ -\desc{\emph{Bloomington Faculty Council (BFC), Indiana University} \\ - \emph{BFC Student Affairs Committee, Indiana University} \\ - \emph{Campus Curriculum Committee, Indiana University} \\ - \emph{Student Assistance Initiative, Indiana University} - } -\itemSep - -\bold{Physics Graduate Student Representative \desc{\footnotesize( Elected )}} \hfill \date{September 2013 --- April 2014} \\ -\desc{\emph{Graduate and Professional Student Organization, Indiana University} - \begin{itemize} - \item Vice Chair, Student Affairs Committee - \end{itemize} - } -\itemSep - -\bold{Committee Member} \hfill \date{September 2013 --- April 2014} \\ -\desc{\emph{BFC Research Affairs Committee, Indiana University} } -\itemSep - -\bold{Participant} \hfill \date{March 13, 2013} \\ -\desc{\emph{AAS Congressional Visits Day, Washington, D.C.} } -\itemSep - -\bold{Graduate Student Representative} \hfill \date{December 2012 --- August 2013} \\ -\desc{\emph{Graduate Council, University of Minnesota Duluth} } -\itemSep - -\bold{Committee Member} \hfill \date{September 2012 --- May 2013} \\ -\desc{\emph{SCSE Technology Fees Committee, University of Minnesota Duluth} } -\itemSep - -\bold{Judge} \hfill \date{February 2013} \\ -\desc{\emph{Northeastern Minnesota Regional Science Fair} } -\itemSep - - \bold{Adobt-A-Physicist} \hfill \date{October 2012} \\ - \desc{\rm \href{http://www.adoptaphysicist.org/}{http://www.adoptaphysicist.org/}} - \itemSep - - \bold{President \desc{\footnotesize( Elected )}} \hfill \date{December 2011 --- February 2013} \\ -\desc{\emph{Society of Physics Students, University of Minnesota Duluth}} -\itemSep - - \bold{Judge} \hfill \date{December 2011} \\ - \desc{\emph{Lakeview Christian Academy Science Fair}} - \itemSep - - \bold{Volunteer} \hfill \date{May 2011} \\ - \desc{\emph{Astronomy Day, University of Wisconsin---Eau Claire}} - \itemSep - - \bold{President \desc{\footnotesize( Elected )}} \hfill \date{May 2010 --- May 2011} \\ -\desc{\emph{Society of Physics Students, University of Wisconsin---Eau Claire} } -\itemSep - - \bold{Website Administrator \desc{\footnotesize( Elected )}} \hfill \date{May 2008 --- May 2010} \\ -\desc{\emph{Society of Physics Students, University of Wisconsin---Eau Claire} } -\itemSep - - \bold{Freshman Senator \desc{\footnotesize( Elected )}} \hfill \date{September 2006 --- May 2007} \\ -\desc{\emph{Student Senate, Winona State University} - \begin{itemize} - \item Cultural Diversity Committee, Election Committee - \end{itemize} -} - - -\end{resume} - + \item Election Committee + \item Cultural Diversity Committee +\end{itemize} + + +% ............................................................................. +% OUTREACH +\section{Outreach} +Judge, Northeastern Minnesota Regional Science Fair \hfill Feb. 2013 \\ +Adoptee, Adopt-A-Physicist \hfill Oct. 2012 \\ +Judge, Lakeview Christian Academy Science Fair \hfill Dec. 2011 \\ +Volunteer, UW--Eau Claire Astronomy Day \hfill May 2011 + + +% ............................................................................. +% PAPERS: PROCEEDINGS +\section{Conference Proceedings} +\begin{etaremune} + \item \bf J. A. Vasel \rm et al., \it Observing the Next Galactic Supernova \rm \hfill 2017 \\ + \it with the NOvA Detectors, \rm \href{http://arxiv.org/abs/arXiv:1710.00705}{arXiv:1710.00705}. +\end{etaremune} + + +% ............................................................................. +% PAPERS: COLLABORATION +\section{Publications from a Large Collaboration} +\begin{etaremune} + \item P. Adamson et al., \it Search for active-sterile neutrino mixing using \rm \hfill 2017 \\ + \it neutral-current interactions in NOvA, \rm \href{https://doi.org/10.1103/PhysRevD.96.072006}{10.1103/PhysRevD.96.072006}. + \item P. Adamson et al., \it Constraints on Oscillation Parameters from $\nu_e$ \rm \hfill 2017 \\ + \it Appearance and $\nu_\mu$ Disappearance in NOvA, \rm \href{https://doi.org/10.1103/PhysRevLett.118.231801}{10.1103/PhysRevLett.118.231801}. + \item P. Adamson et al., \it Measurement of the neutrino mixing angle $\theta_{23}$ \rm \hfill 2017 \\ + \it in NOvA, \rm \href{https://doi.org/10.1103/PhysRevLett.118.151802}{10.1103/PhysRevLett.118.151802}. +\end{etaremune} + + +% ............................................................................. +% TALKS: INVITED +\section{Invited Talks} +\begin{etaremune} + \item \it New Perspectives, Fermilab \hfill June 2018 \rm + \item UW--Eau Claire ``Physics Thursday'' Department Seminar \hfill April 2013 +\end{etaremune} + + +% ............................................................................. +% TALKS: CONFERENCE +\section{Conference Talks \& Presentations} +\begin{etaremune} + \item \it Neutrino 2018, Heidelberg, Germany \hfill June 2018 \rm + \item 50$^{\text{th}}$ Annual Users Meeting, Fermilab \hfill June 2017 + \item INT Workshop (16-61W), University of Washington \hfill Aug. 2016 + \item New Perspectives, Fermilab \hfill June 2016 + \item American Physical Society April Meeting \hfill April 2016 + \item American Physical Society April Meeting \hfill April 2013 + \item American Astronomical Society 221${^\text{st}}$ Meeting \hfill Jan. 2013 + \item American Astronomical Society 217${^\text{th}}$ Meeting \hfill Jan. 2011 +\end{etaremune} + + +% ............................................................................. +% TALKS: INTERNAL +\section{Internal Talks} +\begin{etaremune} + \item Ph.D. Candidacy Seminar \hfill May 2016 + \item M.S. Thesis Defense, University of Minnesota Duluth \hfill Aug. 2013 + \item UW--Eau Claire ``Physics Thursday'' Department Seminar \hfill April 2011 +\end{etaremune} + + +% ............................................................................. +% TALKS: PUBLIC +\section{Public Talks} +\begin{etaremune} + \item Fermilab ``Ask-A-Scientist'' lecture series \hfill Jan. 2017 + \item Chippewa Valley Astronomical Society Northwoods Starfest \hfill Aug. 2013 + \item ``Ask-A-Scientist'' lecture series, Eau Claire, WI \hfill Mar. 2013 + \item UMD Astronomy Day, Duluth, MN \hfill April 2012 +\end{etaremune} + + +% ............................................................................. + +\end{cv} \end{document} -%%===========================================================================%% +% .............................................................................