From 0b7eb12053cca1e409e0b256df3488d6b0bec0db Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 10 May 2017 18:50:43 -0700 Subject: [PATCH] add interpersonal skills --- dla-resume.org | 35 ++++++++++++++++++----------------- dlaresume.cls | 4 ++-- 2 files changed, 20 insertions(+), 19 deletions(-) diff --git a/dla-resume.org b/dla-resume.org index 3acd3ef..4c862db 100644 --- a/dla-resume.org +++ b/dla-resume.org @@ -7,8 +7,16 @@ #+LATEX_CLASS_OPTIONS: [10pt,breaklinks] #+BEGIN_EXPORT latex - %% Name - \noindent{\color{headings}\fontsize{24pt}{24pt}\selectfont {\textsc{\textbf{\myauthor}}}} +\begin{minipage}[t]{0.4\textwidth} + \begin{minipage}[c][0.6in]{2.3in} + {\color{headings}\fontsize{24pt}{24pt}\selectfont {\textsc{\textbf{\myauthor}}}} + {\footnotesize + \href{mailto:\myemail}{\myemail} \hfill + +1~714-813-8531 \\ + {\centering \href{\myweb}{\myweb} } + } + \vfill + \end{minipage} \hfill \begin{minipage}[t]{0.0in} % dummy (needed here) @@ -16,24 +24,12 @@ % \medskip % Address and contact block \hfill - \begin{minipage}[t]{1.7in} - \flushright {\footnotesize - \myphone \\ - \href{mailto:\myemail}{\myemail} \\ - \href{\myweb}{\myweb}} - \end{minipage} - % - \begin{minipage}[t]{0.75in} - \qrcode[tight,level=L,link,height=0.75in]{https://dla2.us/res} + \begin{minipage}[c][0.6in]{0.6in} + \href{https://dla2.us/res}{\qrcode[tight,level=L,nolink,height=0.6in]{https://dla2.us/res}} \end{minipage} - -% \medskip - + \vspace{1em} #+END_EXPORT -#+BEGIN_EXPORT latex -\begin{minipage}[t]{0.4\textwidth} -#+END_EXPORT * Education ** UC Riverside @@ -70,6 +66,11 @@ + Collaborative Development: git, travis, continuous integration, automated testing + Databases: Postgresql (PL/SQL), SQLite, Mysql +** Communication ++ Strong written communication skills as evidenced by publication + record ++ Strong verbal and presentation skills as evidenced by presentation + and teaching record # ** Consortia Involvement # + *H3A Bionet*: Generating workflows and cloud resources for H3 Africa # + *Psychiatric Genomics Consortium*: Identification of epigenetic diff --git a/dlaresume.cls b/dlaresume.cls index e5289a9..833537b 100644 --- a/dlaresume.cls +++ b/dlaresume.cls @@ -93,11 +93,11 @@ \titleformat{\section}{% \color{headings}\fontsize{18pt}{18pt}\selectfont% \raggedright\scshape}{}{0pt}{}[{\titleline{\titlerule[1.5pt]}}] -\titlespacing*{\section}{0pt}{0pt}{4pt} +\titlespacing*{\section}{0pt}{0.5em}{4pt} \titleformat{\subsection}{% \color{subheadings}\fontsize{14pt}{14pt}\selectfont% \raggedright}{}{0pt}{} -\titlespacing*{\subsection}{0pt}{0em}{0em} +\titlespacing*{\subsection}{0pt}{0.5em}{0em} \def\myauthor{Don Armstrong} \def\mytitle{Resume} -- 2.39.2