% this resume is based on examples by Matthew Boedicker, David Grant
% Todd Miller, Rowan Nadon, Mark Galassi.
%
% You can generate a PDF file with "pdflatex KatherineMurry_Resume.tex"


% (c) 2002 Matthew Boedicker <mboedick@mboedick.org> (original author) http://mboedick.org
% (c) 2003-2007 David J. Grant <davidgrant-at-gmail.com> http://www.davidgrant.ca
% (c) 2007-2014 Todd C. Miller <Todd.Miller@sudo.ws> http://www.sudo.ws/todd
% (c) 2019 Rowan Nadon
% (c) 2020 Mark Galassi <mark@galassi.org>

% This work is licensed under the Creative Commons Attribution-ShareAlike 3.0
% Unported License. To view a copy of this license, visit
% http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative
% Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA.

\documentclass[letterpaper,11pt]{article}

%-----------------------------------------------------------
\usepackage[empty]{fullpage}
\usepackage{color}
\usepackage{hyperref}
\definecolor{mygrey}{gray}{0.80}
\raggedbottom
\raggedright
\setlength{\tabcolsep}{0in}

% Adjust margins to 0.5in on all sides
\addtolength{\oddsidemargin}{-0.5in}
\addtolength{\evensidemargin}{-0.5in}
\addtolength{\textwidth}{1.0in}
\addtolength{\topmargin}{-0.5in}
\addtolength{\textheight}{1.0in}

%-----------------------------------------------------------
%Custom commands
\newcommand{\resitem}[1]{\item #1 \vspace{-2pt}}
\newcommand{\resheading}[1]{{\large \colorbox{mygrey}{\begin{minipage}{\textwidth}{\textbf{#1 \vphantom{p\^{E}}}}\end{minipage}}}}
\newcommand{\ressubheading}[4]{
  \begin{tabular*}{7.0in}{l@{\extracolsep{\fill}}r}
    \textbf{#1} & #2 \\
    \textit{#3} & \textit{#4} \\
  \end{tabular*}\vspace{-6pt}}
%-----------------------------------------------------------


\begin{document}

\begin{tabular*}{7.5in}{l@{\extracolsep{\fill}}r}
  \textbf{\large Katherine Murry}  & 505-nnn-nnnn\\
  Santa Fe, NM & katherinemurry@camazotz.wt\\
\end{tabular*}
\\

\vspace{0.1in}

\resheading{Qualifications}
\begin{itemize}
\item Experience programming in Python and C on Linux systems.
\item Superior communication and analytical skills [that was a
  joke - never say this - everyone does so it's meaningless -
  avoid mentioning soft skills].
\item Something special about myself, like completion of general and
  organic chemistry labs.
\end{itemize}

\resheading{Education}
\begin{itemize}
\item
  \ressubheading{Camazotz High School}{Central, CZ}{some-kind-of GPA}{2018 - 2020}
  \begin{itemize}
    \resitem{Coursework in Physics, Russian Literature, History, Mathematics.}
    \resitem{Currently enrolled in: Chemistry, Creative Writing, Anthropology.}
  \end{itemize}

\end{itemize}

\resheading{Relevant Experience}
\begin{itemize}
\item
  \ressubheading{Serious Programming Mini-Courses}{Santa Fe, NM}{Participant}{Nov 2022 - present}
  \begin{itemize}
    \resitem{Fortnightly meeting to develop skills mixing
      math, computing, science.}
    \resitem{Modeling techniques for social science and
      natural science.}
    \resitem{Simple to advanced visualizations.}
  \end{itemize}

\item
  \ressubheading{Mentorship with ``Camazotz scholars''}{Central, CZ}{Participant}{Nov 2016 - present}
  \begin{itemize}
    \resitem{Studied cryptography with famous Belgian
      cybersecurity researcher Astrid Hackenbanden.}
    \resitem{In depth UNIX system administration practice.}
    \resitem{Website development and backend web server
      configuration and security audits of them.}
  \end{itemize}

\item
  \ressubheading{Model UN club}{Santa Fe, NM}{Participant}{June 2018}
  \begin{itemize}
    \resitem{Something about debating or whatever people
      do in Model UN.}
    \resitem{Traveled to such and such for so and so.}
    \resitem{Wrote blog posts about...}
    \resitem{\href{https://link.to.blog/katherinemurry/}{https://link.to.blog/katherinemurry/}}
  \end{itemize}
\end{itemize}

\resheading{Skills}
\begin{itemize}
\item
  {Programming Languages: Python, C, Unix shell.}
\item
  {Operating Systems: Linux, MacOS, Windows.}
\item
  {User level software: gnuplot, gimp, inkscape.}
\item
  {Natural languages: native in French and English, fluent in Spanish.}
\item
  {Sports: second degree black belt in Jiu-Jitsu; marathon runner.}
  
\end{itemize}

\resheading{Awards}
\begin{itemize}
\item
  {Camazotz High School Academic Achievement Award in French Literature (2019).}
\item
  {Mock Trial team winner (2018).}
\end{itemize}

\end{document}
