Skip to content

Commit

Permalink
added alt. skills and certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-nas committed Sep 4, 2023
1 parent 5722712 commit f67a4d7
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 0 deletions.
76 changes: 76 additions & 0 deletions examples/cv/certificates.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
%-------------------------------------------------------------------------------
% SECTION TITLE
%-------------------------------------------------------------------------------
\cvsection{Certificates \& Trainings}


%-------------------------------------------------------------------------------
% CONTENT
%-------------------------------------------------------------------------------
\begin{cvhonors}

%---------------------------------------------------------
\cvhonor
{Machine Learning} % Name
{Stanford University, Online} % Issuer
{\href{http://tinyurl.com/v5ytdzhs}{Certificate}} % Credential ID
{2014} % Date(s)

%---------------------------------------------------------
\cvhonor
{Intro to Machine Learning} % Name
{Kaggle.com, Machine-Learning Community} % Issuer
{\href{https://tinyurl.com/3t9xuxdy}{Certificate}} % Credential ID
{2022} % Date(s)

%---------------------------------------------------------
\cvhonor
{Pandas} % Name
{Kaggle.com, Machine-Learning Community} % Issuer
{\href{https://tinyurl.com/4ec7n95c}{Certificate}} % Credential ID
{2022} % Date(s)

%---------------------------------------------------------
\cvhonor
{Feature Engineering} % Name
{Kaggle.com, Machine-Learning Community} % Issuer
{\href{https://tinyurl.com/2u7kbxyh}{Certificate}} % Credential ID
{2022} % Date(s)

%---------------------------------------------------------
\cvhonor
{Data Visualization} % Name
{Kaggle.com, Machine-Learning Community} % Issuer
{\href{https://tinyurl.com/bdee5xwk}{Certificate}} % Credential ID
{2022} % Date(s)

%---------------------------------------------------------
\cvhonor
{Computing for Data Analysis} % Name
{John Hopkins University, Online} % Issuer
{\href{http://tinyurl.com/2ez3unkj}{Certificate}} % Credential ID
{2013} % Date(s)

%---------------------------------------------------------
\cvhonor
{Nextflow and nf-core community training} % Name
{Seqera.io, Online} % Issuer
{} % Credential ID
{2023} % Date(s)

%---------------------------------------------------------
\cvhonor
{The Complete JavaScript Course 2023: From Zero to Expert!} % Name
{Udemy, Online } % Issuer
{\href{https://tinyurl.com/mrxc5h3x}{Certificate}} % Credential ID
{2023} % Date(s)

%---------------------------------------------------------
\cvhonor
{Node.js, Express, MongoDB \& More} % Name
{Udemy, Online } % Issuer
{} % Credential ID
{Ongoing} % Date(s)

%---------------------------------------------------------
\end{cvhonors}
59 changes: 59 additions & 0 deletions examples/cv/skills_alt.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
%-------------------------------------------------------------------------------
% SECTION TITLE
%-------------------------------------------------------------------------------
\cvsection{Skills}


%-------------------------------------------------------------------------------
% CONTENT
%-------------------------------------------------------------------------------
\begin{cvskills}
%---------------------------------------------------------
\cvskill
{IT skills} % Category
{
\begin{cvitems}
\item {\textbf{operating systems:} Linux (10+ years Arch and Debian-based distributions), Windows, macOS}
\item {\textbf{version control:} git}
\item {\textbf{container and virtualization:} docker, qemu, wsl}
\item {\textbf{productivity/office:} Shell scripting, Regular expressions, LaTeX, Markdown, Pandoc,\newline Microsoft Office Suite}
\end{cvitems}
}
%---------------------------------------------------------
\cvskill
{Web-Development} % Category
{
\begin{cvitems}
\item {\textbf{languages:} Python, JavaScript}
\item {\textbf{frameworks:} Django, Node.js (Express.js) for RESTful API development}
\item {\textbf{databases:} SQL (SQLAlchemy), MongoDB (Mongoose)}
\item {\textbf{Other Web-related Skills:} HTML, CSS, Jinja2, Bootstrap}
\item {\textbf{webserver:} nginx, shiny}
\end{cvitems}
}
%---------------------------------------------------------
\cvskill
{Data science/Machine learning}% Category
{
\begin{cvitems}
\item {\textbf{languages}: Python, R/bioconductor}
\item {\textbf{libraries:} scikit-learn, pandas, nummpy, caret, tidyverse, biomaRt, Rcpp, data.table, grid, \newline shiny, bedtools}
\item {\textbf{databases:} GEO DataSets, dbSNP, RefSeq, OMIM, 1000Genomes, UCSC}
\item {\textbf{visualization:} Publication ready plots, development of custom visualizations using grid,\newline ggplot2, seaborn, matplotlib or D3.js}
\item {\textbf{supervised:} Linear regression, knn, decision trees, random forests}
\item {\textbf{unsupervised:} HCA, PCA, kmeans}
\item {\textbf{statistics:} Parametric and non-parametric methods}
\end{cvitems}
}
%---------------------------------------------------------
\cvskill
{Languages} % Category
{
\begin{cvitems}
\item {\textbf{English:} Fluent}
\item {\textbf{Dutch:} Fluent (nt2)}
\item {\textbf{German:} Native}
\end{cvitems}
}
%---------------------------------------------------------
\end{cvskills}

0 comments on commit f67a4d7

Please sign in to comment.