-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCV-2024
40 lines (32 loc) · 1 KB
/
CV-2024
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
\documentclass{resume}
\usepackage{fontawesome5}
\usepackage{tikz,xcolor,hyperref}
\usepackage{marvosym}
\usepackage{setspace}
\usepackage{graphicx}
\usepackage{mwe}
\usepackage[left=0.5in,top=0.5in,right=0.5in,bottom=0.5in]{geometry}
\hypersetup{
colorlinks=true,
linkcolor=blue,
filecolor=blue,
urlcolor=blue,
pdftitle={CV-A-Gharibian-2024},
bookmarksopen=false,
pdfauthor= Arootin Gharibian
}
\newcommand{\tab}[1]{\hspace{0.2667\textwidth}\rlap{#1}}
\newcommand{\itab}[1]{\hspace{0em}\rlap{#1}}
\name{A-Gharibian}
\begin{document}
\begin{rSection}{SKILLS}
\vspace{-0.11em}
\setstretch{1.25}
\begin{tabular}{@{} >{\bfseries}l @{\hspace{15ex}} l}
Industry Skills & Scientific Marketing, In-Vitro Diagnostics, Regulatory Affairs\\
Tools \& Frameworks & Python, R, Data Mining \& Data Visualization.\\
Research Skills & Real-World Data Mining, Clinical Diagnostics,\\
Regulatory Knowledge & GDPR (EU 2016/679), QMS, ISMS, Risk Management.\\
\end{tabular}
\end{rSection}
\end{document}