]> git.donarmstrong.com Git - resume.git/commitdiff
use QR codes and larger skip
authorDon Armstrong <don@donarmstrong.com>
Wed, 3 May 2017 23:51:44 +0000 (16:51 -0700)
committerDon Armstrong <don@donarmstrong.com>
Wed, 3 May 2017 23:51:44 +0000 (16:51 -0700)
dla-resume.org
dlaresume.cls

index 2beb3c9047e1b8e14f4194d2ce6f7b143fc0d359..6f2498543419f675664ba10cc7c718888fb8612e 100644 (file)
@@ -8,12 +8,12 @@
 
 #+BEGIN_EXPORT latex
   %% Name  
-  \noindent{\Huge {\textsc{\textbf{\myauthor}}}}
+  \noindent{\color{headings}\fontsize{24pt}{24pt}\selectfont {\textsc{\textbf{\myauthor}}}}
   \hfill
    \begin{minipage}[t]{0.0in}
      % dummy (needed here)
   \end{minipage}
-  \medskip
+%  \medskip
   % Address and contact block
   \hfill
   \begin{minipage}[t]{1.7in}
       \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}
+  \end{minipage}
 
-  \medskip
+%  \medskip
 
 #+END_EXPORT
 
 #+BEGIN_EXPORT latex
-\begin{minipage}[t]{0.33\textwidth}
+\begin{minipage}[t]{0.4\textwidth}
 #+END_EXPORT
 
 * Education
 ** UC Riverside
-+ *PhD* in Cell, Molecular and Developmental Biology. July 2008.
-+ *BS* in Biology. July 2001.
++ *PhD* in Cell, Molecular and Developmental Biology
++ *BS* in Biology
 * Skills
+** Genomics and Epigenomics
++ Genomics and Epigenomics of complex human diseases including
+  PTSD, Systemic Lupus Erythematosus, and Alzheimer's Disease using
+  cross-sectional and longitudinal experimental designs
++ Correcting for and experimental design to overcome multiple
+  testing, confounders, and batch effects using Bayesian and
+  frequentist methods approaches
++ Reproducible, scalable analysis using workflows on cloud- and
+  cluster-based systems on terabyte-scale datasets
++ Using evolutionary genomics to identify causal human variants
 ** Statistics
-   + Multiple testing and confounders
-   + Genetic epidemiology of human populations
-   + Modeling (GLM, ordered models, etc.)
-** -omics
-   + DNA Methylation analysis in humans and non-model organisms
-   + RNA quantification and differential analysis using RNAseq and
-     arrays in humans and non-model organisms
-   + DNA variant calling and analysis in tens of thousands of samples
++ Statistical modeling
++ Addressing confounders and batch effects
++ Reproducible research
+** Big Data
++ Parallel and Cloud Computing
++ Inter-process communication: MPI, OpenMP, Hadoop
++ Filestorage: Gluster, CEFS, GPFS, Lustre
++ Cloud based-infrastructure: Azure, AWS, Docker, cloud-init
++ Debian GNU/Linux system administration
+** Mentoring and Leadership
++ Mentored graduate students and Outreachy and Google Summer of Code
+  interns
++ Chairperson of the Debian Technical Committee
++ Head developer behind https://bugs.debian.org
 ** Software Development
-   + Languages: perl, R, C, C++, assembly, sh
-   + Collaborative Development: git, issue tracking, testing harnesses
-   + Databases: Postgresql (PL/SQL), SQLite, Mysql
-** Parallel and Cloud Computing
-   + Inter-process communication: MPI, OpenMP, Hadoop
-   + Filestorage: Gluster, CEFS, GPFS, Lustre
-   + Cloud based-infrastructure: Azure, AWS, Docker, cloud-init
-   + Debian GNU/Linux system administration
++ Languages: perl, R, C, C++, python, groovy, assembly, sh, make
++ Collaborative Development: git, travis, continuous integration,
+  automated testing
++ Databases: Postgresql (PL/SQL), SQLite, Mysql
+# ** Consortia Involvement
+# + *H3A Bionet*: Generating workflows and cloud resources for H3 Africa
+# + *Psychiatric Genomics Consortium*: Identification of epigenetic
+#   variants which are correlated with PTSD.
+# + *SLEGEN*: System lupus erythematosus genetics consortium.
 
 #+BEGIN_EXPORT latex
 \end{minipage}
+  \hfill
+   \begin{minipage}[t]{0.0in}
+     % dummy (needed here)
+  \end{minipage}
+  \medskip
 \hfill
-\begin{minipage}[t]{0.66\textwidth}
+\begin{minipage}[t]{0.55\textwidth}
 
 #+END_EXPORT
 * Experience
index 886285a7a386fe5a258a41e33f6d60a187b373b2..e5289a9c90c6437e14ba701d4b31f06820ce852f 100644 (file)
@@ -19,7 +19,7 @@
 \setmonofont{FreeMono}
 
 \RequirePackage{lastpage}
-\PassOptionsToPackage{letterpaper,margin=1in,left=1in,ignoreall=true}{geometry}
+\PassOptionsToPackage{letterpaper,margin=0.5in,ignoreall=true}{geometry}
 \RequirePackage{geometry}
 \RequirePackage{url}
 \RequirePackage{fancyhdr}
@@ -47,6 +47,8 @@
 \urlstyle{same}
 % customize the titles so that they appear in the right margin
 \RequirePackage{titlesec}
+% use QR codes
+\RequirePackage{qrcode}
 
 %\AtBeginDocument{
 \setlength{\marginparwidth}{0in}
 \definecolor{subheadings}{HTML}{3A3A3A}
 
 \titleformat{\section}{%
-\color{headings}\fontsize{16pt}{18pt}\selectfont%
- \raggedright\scshape}{}{0pt}{}
-\titlespacing*{\section}{0pt}{0em}{0em}
+\color{headings}\fontsize{18pt}{18pt}\selectfont%
+ \raggedright\scshape}{}{0pt}{}[{\titleline{\titlerule[1.5pt]}}]
+\titlespacing*{\section}{0pt}{0pt}{4pt}
 \titleformat{\subsection}{%
-\color{subheadings}\fontsize{14pt}{16pt}\selectfont%
- \raggedright \scshape}{}{0pt}{}
+\color{subheadings}\fontsize{14pt}{14pt}\selectfont%
+ \raggedright}{}{0pt}{}
 \titlespacing*{\subsection}{0pt}{0em}{0em}
 
 \def\myauthor{Don Armstrong}
 \def\mycopyright{\myauthor}
 \def\myaddress{}
 \def\myemail{don@donarmstrong.com}
-\def\myweb{http://www.donarmstrong.com/}
+\def\myweb{https://www.donarmstrong.com/}
 \def\myphone{+1 714-813-8531}
 
 % create a special cvlist environment to format the items
 \renewcommand{\headrulewidth}{0pt}
 \fancyhead{}
 \fancyfoot{}
-\makeatletter
- \fancyfoot[C]{{\scriptsize \@title \ of \@author \ -- Page \thepage\ of\ \pageref{LastPage}}}
-\makeatother
\ No newline at end of file
+\makeatletter
+ \fancyfoot[C]{{\scriptsize \@title \ of \@author \ -- Page \thepage\ of\ \pageref{LastPage}}}
+\makeatother
\ No newline at end of file