Added qualifications section
This commit is contained in:
parent
335c46d486
commit
ebaed6771c
2 changed files with 22 additions and 11 deletions
2
Makefile
2
Makefile
|
|
@ -9,7 +9,7 @@ pdf-print: ps
|
||||||
text: html
|
text: html
|
||||||
html2text -width 100 -style pretty ${filename}/${filename}.html | sed -n '/./,$$p' | head -n-2 >${filename}.txt
|
html2text -width 100 -style pretty ${filename}/${filename}.html | sed -n '/./,$$p' | head -n-2 >${filename}.txt
|
||||||
|
|
||||||
html:
|
html: blindtext.sty
|
||||||
@#latex2html -split +0 -info "" -no_navigation ${filename}
|
@#latex2html -split +0 -info "" -no_navigation ${filename}
|
||||||
htlatex ${filename}
|
htlatex ${filename}
|
||||||
|
|
||||||
|
|
|
||||||
27
cv.tex
27
cv.tex
|
|
@ -67,7 +67,6 @@
|
||||||
\textbf{#2} \\
|
\textbf{#2} \\
|
||||||
\textit{#3} \normalsize{#4}
|
\textit{#3} \normalsize{#4}
|
||||||
\end{minipage}\\
|
\end{minipage}\\
|
||||||
\vspace{.2cm}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
\newcommand{\skillsection}[2]{
|
\newcommand{\skillsection}[2]{
|
||||||
|
|
@ -77,6 +76,19 @@
|
||||||
\vspace{-.2cm}
|
\vspace{-.2cm}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
\newcommand{\qualificationentry}[4]{
|
||||||
|
\noindent
|
||||||
|
\begin{minipage}[t]{.14\linewidth}
|
||||||
|
\hfill \textsc{#1}
|
||||||
|
\end{minipage}
|
||||||
|
\hfill\vline\hfill
|
||||||
|
\begin{minipage}[t]{.81\linewidth}
|
||||||
|
\raggedright
|
||||||
|
\textbf{#2}
|
||||||
|
\textit{#3} \hfill \normalsize{#4}
|
||||||
|
\end{minipage}\\
|
||||||
|
}
|
||||||
|
|
||||||
\newcommand{\itemsubsection}[1]{\vspace{0.2em}\subsubsection{\emph{#1}}}
|
\newcommand{\itemsubsection}[1]{\vspace{0.2em}\subsubsection{\emph{#1}}}
|
||||||
|
|
||||||
% Content
|
% Content
|
||||||
|
|
@ -116,6 +128,11 @@ ECS/ECR, MERN stack, Docker, Terraform}
|
||||||
|
|
||||||
\vspace{-1.4em}
|
\vspace{-1.4em}
|
||||||
|
|
||||||
|
\section{Qualifications}
|
||||||
|
\qualificationentry{2019--2020}{MA Entreprenuership}{Falmouth University -- LaunchPad} {Third}
|
||||||
|
\qualificationentry{2015--2018}{BSc (Hons) Computing for Games}{Falmouth University -- Games Academy}{2:1}
|
||||||
|
\vspace{-0.8cm}
|
||||||
|
|
||||||
\section{Projects and Experience}
|
\section{Projects and Experience}
|
||||||
\entry{2021--Present}{Associate Lecturer of Computing}{Falmouth University -- Games Academy}
|
\entry{2021--Present}{Associate Lecturer of Computing}{Falmouth University -- Games Academy}
|
||||||
{
|
{
|
||||||
|
|
@ -129,7 +146,7 @@ ECS/ECR, MERN stack, Docker, Terraform}
|
||||||
staff.
|
staff.
|
||||||
}
|
}
|
||||||
|
|
||||||
\entry{2019--2020}{MA Entreprenuership Student, Co-Founder and Full Stack Web
|
\entry{2019--2020}{MA Entreprenuership --- Co-Founder and Full Stack Web
|
||||||
Developer}{Falmouth University -- Ramble Media LTD}
|
Developer}{Falmouth University -- Ramble Media LTD}
|
||||||
{
|
{
|
||||||
As an Entrepreneurship MA student, I developed skills in web development and
|
As an Entrepreneurship MA student, I developed skills in web development and
|
||||||
|
|
@ -140,12 +157,6 @@ Developer}{ Falmouth University -- Ramble Media LTD}
|
||||||
allowing users to call into web call-shows that we broadcasted through the
|
allowing users to call into web call-shows that we broadcasted through the
|
||||||
Wowza platform. Our platform was hosted on AWS and attracted a small but
|
Wowza platform. Our platform was hosted on AWS and attracted a small but
|
||||||
dedicated user base before we decided to move on due to market competition. \\
|
dedicated user base before we decided to move on due to market competition. \\
|
||||||
|
|
||||||
During this project, I also gained hands-on experience in managing scrum/agile
|
|
||||||
methodologies in a small multi-disciplinary team. This experience, along with my
|
|
||||||
academic background in project management and entrepreneurship, has given me a
|
|
||||||
deep understanding of how to bring a product to market and deliver projects on
|
|
||||||
time and within budget.
|
|
||||||
}
|
}
|
||||||
|
|
||||||
\entry{2015--2018}{BSc (Hons) Computing for Games --- Monq}{Falmouth University}
|
\entry{2015--2018}{BSc (Hons) Computing for Games --- Monq}{Falmouth University}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue