forked from mitchelloharawild/vitae
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master'
- Loading branch information
Showing
6 changed files
with
368 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ | |
^\.Rproj\.user$ | ||
hex | ||
presentation | ||
njtierney |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
The MIT License (MIT) | ||
|
||
Copyright (c) 2016 Carmine Spagnuolo | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
--- | ||
name: Nicholas Tierney | ||
position: "Research Fellow" | ||
address: "Monash University, Australia" | ||
www: njtierney.com | ||
profilepic: "njtierney.png" | ||
email: "[email protected]" | ||
twitter: nj_tierney | ||
github: njtierney | ||
date: "`r format(Sys.time(), '%B %Y')`" | ||
aboutme: "Constantly excited about #rstats" | ||
output: vitae::hyndman | ||
--- | ||
|
||
```{r setup, include=FALSE} | ||
knitr::opts_chunk$set(echo = FALSE, warning = FALSE, message = FALSE) | ||
library(tidyverse) | ||
library(vitae) | ||
``` | ||
|
||
# Welcome | ||
|
||
This is my resume, I'd like some jobs please. | ||
|
||
# Education | ||
```{r education} | ||
edu <- rorcid::orcid_educations("0000-0003-1460-8722") | ||
edu$`0000-0003-1460-8722`$`education-summary` %>% | ||
detailed_entries( | ||
what = `role-title`, | ||
when = glue::glue("{`start-date.year.value`} - {`end-date.year.value`}"), | ||
with = organization.name, | ||
where = organization.address.city | ||
) | ||
``` | ||
|
||
# R Packages | ||
```{r rpkgs} | ||
pkgsearch::ps("Tierney",size = 100) %>% | ||
filter(maintainer_name == "Nicholas Tierney") %>% | ||
brief_entries( | ||
what = title, | ||
when = lubridate::year(date), | ||
with = description | ||
) | ||
``` | ||
|
||
# Publications | ||
```{r publications} | ||
scholar::get_publications("o4eVsQEAAAAJ") %>% | ||
detailed_entries( | ||
what = title, | ||
when = year, | ||
with = author, | ||
where = journal, | ||
why = cites | ||
) | ||
``` | ||
|
||
# Selected talks | ||
```{r talks} | ||
tibble::tribble( | ||
~name, ~event, ~location, ~year, | ||
"Empowering people with community, software, and peer review", "**RUCK: R Users Conference Korea (Invited Keynote speaker)**", "Seoul, Korea", 2018, | ||
"Now you see it? Now you don’t? The role of graphics in identifying MCMC convergence (Awarded Runner up Pitman Prize for Young Statistician)", "ISCB-ASC", "Melbourne, Australia", 2018, | ||
"Find the best locations for facilities using `maxcovr`", "UseR! 2018", "Brisbane, Australia", 2018 | ||
) %>% | ||
detailed_entries( | ||
what = name, | ||
when = year, | ||
with = event, | ||
where = location | ||
) | ||
``` |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,272 @@ | ||
\ProvidesClass{twentysecondcv}[2017/01/08 CV class] | ||
\LoadClass{article} | ||
\NeedsTeXFormat{LaTeX2e} | ||
|
||
%---------------------------------------------------------------------------------------- | ||
% REQUIRED PACKAGES | ||
%---------------------------------------------------------------------------------------- | ||
|
||
\RequirePackage[sfdefault]{ClearSans} | ||
\RequirePackage[utf8]{inputenc} | ||
\RequirePackage[T1]{fontenc} | ||
\RequirePackage{tikz} | ||
\RequirePackage{fontawesome} | ||
\RequirePackage{xcolor} | ||
\RequirePackage[absolute,overlay]{textpos} | ||
\RequirePackage{ragged2e} | ||
\RequirePackage{etoolbox} | ||
\RequirePackage{ifmtarg} | ||
\RequirePackage{ifthen} | ||
\RequirePackage{pgffor} | ||
\RequirePackage{marvosym} | ||
\RequirePackage{parskip} | ||
|
||
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{article}} | ||
\ProcessOptions\relax | ||
|
||
%---------------------------------------------------------------------------------------- | ||
% COLOURS | ||
%---------------------------------------------------------------------------------------- | ||
|
||
\definecolor{white}{RGB}{255,255,255} | ||
\definecolor{gray}{HTML}{4D4D4D} | ||
\definecolor{sidecolor}{HTML}{E7E7E7} | ||
\definecolor{mainblue}{HTML}{0E5484} | ||
\definecolor{maingray}{HTML}{B9B9B9} | ||
|
||
%---------------------------------------------------------------------------------------- | ||
% MISC CONFIGURATIONS | ||
%---------------------------------------------------------------------------------------- | ||
|
||
\renewcommand{\bfseries}{\color{gray}} % Make \textbf produce coloured text instead | ||
|
||
\pagestyle{empty} % Disable headers and footers | ||
|
||
\setlength{\parindent}{0pt} % Disable paragraph indentation | ||
|
||
%---------------------------------------------------------------------------------------- | ||
% SIDEBAR DEFINITIONS | ||
%---------------------------------------------------------------------------------------- | ||
|
||
\setlength{\TPHorizModule}{1cm} % Left margin | ||
\setlength{\TPVertModule}{1cm} % Top margin | ||
|
||
\newlength\imagewidth | ||
\newlength\imagescale | ||
\pgfmathsetlength{\imagewidth}{5cm} | ||
\pgfmathsetlength{\imagescale}{\imagewidth/600} | ||
|
||
\newlength{\TotalSectionLength} % Define a new length to hold the remaining line width after the section title is printed | ||
\newlength{\SectionTitleLength} % Define a new length to hold the width of the section title | ||
\newcommand{\profilesection}[1]{% | ||
\setlength\TotalSectionLength{\linewidth}% Set the total line width | ||
\settowidth{\SectionTitleLength}{\huge #1 }% Calculate the width of the section title | ||
\addtolength\TotalSectionLength{-\SectionTitleLength}% Subtract the section title width from the total width | ||
\addtolength\TotalSectionLength{-2.22221pt}% Modifier to remove overfull box warning | ||
\vspace{8pt}% Whitespace before the section title | ||
{\color{black!80} \huge #1 \rule[0.15\baselineskip]{\TotalSectionLength}{1pt}}% Print the title and auto-width rule | ||
} | ||
|
||
% Define custom commands for CV info | ||
\newcommand{\cvdate}[1]{\renewcommand{\cvdate}{#1}} | ||
\newcommand{\cvmail}[1]{\renewcommand{\cvmail}{#1}} | ||
\newcommand{\cvtwitter}[1]{\renewcommand{\cvtwitter}{#1}} | ||
\newcommand{\cvlinkedin}[1]{\renewcommand{\cvlinkedin}{#1}} | ||
\newcommand{\cvgithub}[1]{\renewcommand{\cvgithub}{#1}} | ||
\newcommand{\cvnumberphone}[1]{\renewcommand{\cvnumberphone}{#1}} | ||
\newcommand{\cvaddress}[1]{\renewcommand{\cvaddress}{#1}} | ||
\newcommand{\cvsite}[1]{\renewcommand{\cvsite}{#1}} | ||
\newcommand{\aboutme}[1]{\renewcommand{\aboutme}{#1}} | ||
\newcommand{\profilepic}[1]{\renewcommand{\profilepic}{#1}} | ||
\newcommand{\cvname}[1]{\renewcommand{\cvname}{#1}} | ||
\newcommand{\cvjobtitle}[1]{\renewcommand{\cvjobtitle}{#1}} | ||
|
||
% Command for printing the contact information icons | ||
\newcommand*\icon[1]{\tikz[baseline=(char.base)]{\node[shape=circle,draw,inner sep=1pt, fill=mainblue,mainblue,text=white] (char) {#1};}} | ||
|
||
% Command for printing skill progress bars | ||
\newcommand\skills[1]{ | ||
\renewcommand{\skills}{ | ||
\begin{tikzpicture} | ||
\foreach [count=\i] \x/\y in {#1}{ | ||
\draw[fill=maingray,maingray] (0,\i) rectangle (6,\i+0.4); | ||
\draw[fill=white,mainblue](0,\i) rectangle (\y,\i+0.4); | ||
\node [above right] at (0,\i+0.4) {\x}; | ||
} | ||
\end{tikzpicture} | ||
} | ||
} | ||
|
||
% Command for printing skills text | ||
\newcommand\skillstext[1]{ | ||
\renewcommand{\skillstext}{ | ||
\begin{flushleft} | ||
\foreach [count=\i] \x/\y in {#1}{ | ||
\x$ \star $\y | ||
} | ||
\end{flushleft} | ||
} | ||
} | ||
|
||
%---------------------------------------------------------------------------------------- | ||
% SIDEBAR LAYOUT | ||
%---------------------------------------------------------------------------------------- | ||
|
||
\newcommand{\makeprofile}{ | ||
\begin{tikzpicture}[remember picture,overlay] | ||
\node [rectangle, fill=sidecolor, anchor=north, minimum width=9cm, minimum height=\paperheight+1cm] (box) at (-5cm,0.5cm){}; | ||
\end{tikzpicture} | ||
|
||
%------------------------------------------------ | ||
|
||
\begin{textblock}{6}(0.5, 0.2) | ||
|
||
%------------------------------------------------ | ||
|
||
\ifthenelse{\equal{\profilepic}{}}{}{ | ||
\begin{center} | ||
\begin{tikzpicture}[x=\imagescale,y=-\imagescale] | ||
\clip (600/2, 567/2) circle (567/2); | ||
\node[anchor=north west, inner sep=0pt, outer sep=0pt] at (0,0) {\includegraphics[width=\imagewidth]{\profilepic}}; | ||
\end{tikzpicture} | ||
\end{center} | ||
} | ||
|
||
%------------------------------------------------ | ||
|
||
{\Huge\color{mainblue}\cvname} | ||
|
||
%------------------------------------------------ | ||
|
||
{\Large\color{black!80}\cvjobtitle} | ||
|
||
\ifthenelse{\equal{\cvdate}{}}{}{\cvdate} | ||
\vspace*{0.4cm} | ||
%------------------------------------------------ | ||
|
||
\renewcommand{\arraystretch}{1.6} | ||
\begin{tabular}{p{0.5cm} @{\hskip 0.5cm}p{5cm}} | ||
\ifthenelse{\equal{\cvaddress}{}}{}{\Large\faicon{map-marker} & \cvaddress\\} | ||
\ifthenelse{\equal{\cvnumberphone}{}}{}{\Large\faicon{phone} & \cvnumberphone\\} | ||
\ifthenelse{\equal{\cvsite}{}}{}{\Large\faicon{home} & \cvsite\\} | ||
\ifthenelse{\equal{\cvmail}{}}{}{\Large\faicon{envelope} & \cvmail\\} | ||
\ifthenelse{\equal{\cvtwitter}{}}{}{\Large\faicon{twitter} & \cvtwitter\\} | ||
\ifthenelse{\equal{\cvgithub}{}}{}{\Large\faicon{github} & \cvgithub\\} | ||
\ifthenelse{\equal{\cvlinkedin}{}}{}{\Large\faicon{linkedin} & \cvlinkedin} | ||
\end{tabular} | ||
|
||
%------------------------------------------------ | ||
|
||
\ifthenelse{\equal{\aboutme}{}}{}{ | ||
\profilesection{About me} | ||
\begin{flushleft} | ||
\aboutme | ||
\end{flushleft} | ||
} | ||
|
||
%------------------------------------------------ | ||
|
||
\profilesection{Skills} | ||
|
||
\skills | ||
\skillstext | ||
\scriptsize | ||
(*)[The skill scale is from 0 (Fundamental Awareness) to 6 (Expert).] | ||
|
||
%------------------------------------------------ | ||
|
||
\end{textblock} | ||
} | ||
|
||
%---------------------------------------------------------------------------------------- | ||
% COLOURED SECTION TITLE BOX | ||
%---------------------------------------------------------------------------------------- | ||
|
||
% Command to create the rounded boxes around the first three letters of section titles | ||
\newcommand*\round[2]{% | ||
\tikz[baseline=(char.base)]\node[anchor=north west, draw,rectangle, rounded corners, inner sep=1.6pt, minimum size=5.5mm, text height=3.6mm, fill=#2,#2,text=white](char){#1};% | ||
} | ||
|
||
\newcounter{colorCounter} | ||
\newcommand{\sectioncolor}[1]{% | ||
{% | ||
\round{#1}{ | ||
\ifcase\value{colorCounter}% | ||
maingray\or% | ||
mainblue\or% | ||
maingray\or% | ||
mainblue\or% | ||
maingray\or% | ||
mainblue\or% | ||
maingray\or% | ||
mainblue\or% | ||
maingray\or% | ||
mainblue\else% | ||
maingray\fi% | ||
}% | ||
}% | ||
\stepcounter{colorCounter}% | ||
} | ||
|
||
\renewcommand{\section}[1]{ | ||
{% | ||
\color{gray}% | ||
\Large\sectioncolor{#1}% | ||
} | ||
} | ||
|
||
\renewcommand{\subsection}[1]{ | ||
\par\vspace{.5\parskip}{% | ||
\large\color{gray} #1% | ||
} | ||
\par\vspace{.25\parskip}% | ||
} | ||
|
||
%---------------------------------------------------------------------------------------- | ||
% LONG LIST ENVIRONMENT | ||
%---------------------------------------------------------------------------------------- | ||
|
||
\setlength{\tabcolsep}{0pt} | ||
|
||
% New environment for the long list | ||
\newenvironment{twenty}{% | ||
\begin{tabular*}{\textwidth}{@{\extracolsep{\fill}}ll} | ||
}{% | ||
\end{tabular*} | ||
} | ||
|
||
\newcommand{\twentyitem}[4]{% | ||
#1&\parbox[t]{0.83\textwidth}{% | ||
\textbf{#2}% | ||
\hfill% | ||
{\footnotesize#3}\\% | ||
#4\vspace{\parsep}% | ||
}\\ | ||
} | ||
|
||
%---------------------------------------------------------------------------------------- | ||
% SMALL LIST ENVIRONMENT | ||
%---------------------------------------------------------------------------------------- | ||
|
||
\setlength{\tabcolsep}{0pt} | ||
|
||
% New environment for the small list | ||
\newenvironment{twentyshort}{% | ||
\begin{tabular*}{\textwidth}{@{\extracolsep{\fill}}ll} | ||
}{% | ||
\end{tabular*} | ||
} | ||
|
||
\newcommand{\twentyitemshort}[2]{% | ||
#1&\parbox[t]{0.83\textwidth}{% | ||
\textbf{#2}% | ||
}\\ | ||
} | ||
|
||
%---------------------------------------------------------------------------------------- | ||
% MARGINS AND LINKS | ||
%---------------------------------------------------------------------------------------- | ||
|
||
\RequirePackage[left=7.6cm,top=0.1cm,right=1cm,bottom=0.2cm,nohead,nofoot]{geometry} | ||
|
||
\RequirePackage{hyperref} |