Compare commits
10
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
90bc584b7e | ||
|
|
7885aa5b9f | ||
|
|
562f8b2cec | ||
|
|
4a5c40a51c | ||
|
|
d7176ca32c | ||
|
|
68af3a24f6 | ||
|
|
b443e8d73b | ||
|
|
cf1037126f | ||
|
|
e19574d9f2 | ||
|
|
24541d119d |
@@ -12,7 +12,7 @@ release name:
|
||||
git push origin --tags
|
||||
|
||||
upload:
|
||||
scp main.pdf cosmos:infrastructure/caddy/files/cv.pdf
|
||||
scp cv.pdf cosmos:infrastructure/caddy/files/cv.pdf
|
||||
|
||||
build:
|
||||
tectonic cv.tex
|
||||
|
||||
Executable
+22
@@ -0,0 +1,22 @@
|
||||
Copyright (c) <2018> <Jan Vorisek>
|
||||
|
||||
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.
|
||||
Executable → Regular
+4
-19
@@ -1,22 +1,7 @@
|
||||
Copyright (c) <2018> <Jan Vorisek>
|
||||
Copyright © 2024 Joshua Coles
|
||||
|
||||
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:
|
||||
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 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.
|
||||
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.
|
||||
|
||||
@@ -8,4 +8,8 @@ A hosted version can be found at <https://files.joshuacoles.me/cv.pdf>
|
||||
|
||||
Currently the CV is built using [`tectonic`](https://tectonic-typesetting.github.io/en-US/) for a nicer build experience. This can be installed as described [here](https://tectonic-typesetting.github.io/en-US/install.html).
|
||||
|
||||
Commands are managed using the [Just runner](https://just.systems/).
|
||||
Commands are managed using the [Just runner](https://just.systems/), to build the CV run `just build`.
|
||||
|
||||
## License
|
||||
|
||||
The template used is licensed under the MIT license, see `LICENSE-TEMPLATE.md`, the content of the CV is licensed under the MIT license, see `LICENSE.md`.
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
Author: Sid Lacy
|
||||
License: Creative Commons CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/)
|
||||
Source: Overleaf Template Gallery (https://www.overleaf.com/latex/templates/simple-cover-letter/jmkbrdnmxmbn)
|
||||
@@ -0,0 +1,12 @@
|
||||
% Closer
|
||||
\vspace{0.1in}
|
||||
\vfill
|
||||
|
||||
\begin{flushright}
|
||||
\closer,
|
||||
|
||||
\ifthenelse{\boolean{include-signature}}{\vspace{-0.1in}\includegraphics[width=1.5in]{sig.png}\vspace{-0.1in}}{}
|
||||
|
||||
\myname\\
|
||||
\mytitle
|
||||
\end{flushright}
|
||||
@@ -0,0 +1,22 @@
|
||||
% Shaded header banner
|
||||
\AddToShipoutPictureBG{%
|
||||
\color{TopBackground}
|
||||
\AtPageUpperLeft{\rule[-\shadedheight]{\paperwidth}{\shadedheight}}
|
||||
}
|
||||
|
||||
% Header
|
||||
\begin{center}
|
||||
{\fontsize{28}{0}\selectfont\scshape \myname}
|
||||
|
||||
\vspace{0.2cm}
|
||||
\icon{MapMarker}{12}{Bath / Reading}
|
||||
\hfill
|
||||
\icon{Phone}{12}{\tel{+44 7564 199236}}
|
||||
\hfill
|
||||
\icon{At}{12}{\emailaddr{me@joshuacoles.me}}
|
||||
\hfill
|
||||
\icon{Github}{12}{\href{https://github.com/joshuacoles}{joshuacoles}}
|
||||
% \icon{Linkedin}{12}{\href{https://www.linkedin.com/in/joshua-coles-a79498151/}{LinkedIn}}
|
||||
\end{center}
|
||||
|
||||
\vspace{0.75cm}
|
||||
@@ -0,0 +1,29 @@
|
||||
%%%%
|
||||
% Personal information
|
||||
%%%%
|
||||
|
||||
\newcommand{\myname}{Joshua Coles}
|
||||
\newcommand{\mytitle}{Applicant}
|
||||
\newcommand{\myemail}{me@joshucoles.me}
|
||||
\newcommand{\mylinkedin}{https://www.linkedin.com/in/joshua-coles-a79498151/}
|
||||
\newcommand{\myphone}{+44 7564 199236}
|
||||
\newcommand{\mylocation}{Bath / Reading, UK}
|
||||
|
||||
%%%%
|
||||
% Company Information
|
||||
%%%%
|
||||
|
||||
\newcommand{\recipient}{Hiring Manager}
|
||||
\newcommand{\greeting}{Dear}
|
||||
\newcommand{\closer}{Kind Regards}
|
||||
|
||||
\newboolean{include-signature}
|
||||
\setboolean{include-signature}{false}
|
||||
|
||||
\newboolean{include-company-address}
|
||||
\setboolean{include-company-address}{false}
|
||||
|
||||
\newcommand{\company}{AdaCore}
|
||||
\newcommand{\companyaddress}{
|
||||
1 Microsoft Way\\
|
||||
Redmond, WA\ 98052}
|
||||
@@ -0,0 +1,92 @@
|
||||
% Author: Sid Lacy
|
||||
|
||||
\documentclass[12pt]{letter}
|
||||
\usepackage[utf8]{inputenc} % Required for inputting international characters
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage[empty]{fullpage}
|
||||
\usepackage[hidelinks]{hyperref}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{fontawesome}
|
||||
\usepackage{eso-pic}
|
||||
\usepackage[bitstream-charter]{mathdesign}
|
||||
%\usepackage{charter}
|
||||
%\usepackage[default]{raleway}
|
||||
\usepackage{ifthen}
|
||||
|
||||
\usepackage{geometry} % Required for adjusting page dimensions and margins
|
||||
|
||||
\geometry{
|
||||
paper=a4paper,
|
||||
top=1cm, % Top margin
|
||||
bottom=1.25cm, % Bottom margin
|
||||
left=2cm, % Left margin
|
||||
right=2cm, % Right margin
|
||||
headheight=0.75cm, % Header height
|
||||
footskip=1cm, % Space from the bottom margin to the baseline of the footer
|
||||
headsep=0.5cm, % Space from the top margin to the baseline of the header
|
||||
% showframe, % Uncomment to show how the type block is set on the page
|
||||
}
|
||||
|
||||
\newcommand{\shadedheight}{3.5cm}
|
||||
\definecolor{TopBackground}{RGB}{225,225,225}
|
||||
\definecolor{Accent}{HTML}{367DA2}
|
||||
|
||||
\input{info.tex}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\newcommand{\emailaddr}[1]{\href{mailto:#1}{#1}}
|
||||
\newcommand{\tel}[1]{\href{tel:#1}{#1}}
|
||||
|
||||
% Command to vertically centre adjacent content
|
||||
\newcommand{\vcenteredhbox}[1]{% The only parameter is for the content to centre
|
||||
\begingroup%
|
||||
\setbox0=\hbox{#1}\parbox{\wd0}{\box0}%
|
||||
\endgroup%
|
||||
}
|
||||
|
||||
\newcommand{\icon}[3]{%
|
||||
\vcenteredhbox{\colorbox{Accent}{\makebox(#2, #2){\textcolor{white}{\large\csname fa#1\endcsname}}}}% Icon and box
|
||||
\hspace{0.2cm}% Whitespace
|
||||
\vcenteredhbox{#3}% Text
|
||||
}
|
||||
|
||||
%%%
|
||||
% Header
|
||||
%%%
|
||||
|
||||
\input{header.tex}
|
||||
|
||||
|
||||
%%%
|
||||
% Opening block
|
||||
%%%
|
||||
|
||||
% Date
|
||||
\today \\
|
||||
|
||||
% Address
|
||||
\vspace{-0.1in}\recipient\\\company\\
|
||||
\ifthenelse{\boolean{include-company-address}}
|
||||
{\companyaddress\\}
|
||||
{}
|
||||
|
||||
|
||||
% Greeting
|
||||
\vspace{-0.1in}
|
||||
\greeting\ \recipient, \\
|
||||
|
||||
%%%
|
||||
% Body
|
||||
%%%
|
||||
|
||||
\vspace{-0.1in}\setlength\parindent{24pt}
|
||||
\noindent\input{body.tex}
|
||||
|
||||
%%%
|
||||
% Closer
|
||||
%%%
|
||||
|
||||
\input{closer.tex}
|
||||
|
||||
\end{document}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 2.4 KiB |
+2
-2
@@ -3,9 +3,9 @@
|
||||
\begin{entrylist}
|
||||
\entry
|
||||
{2019 -- 2024}
|
||||
{MSc Mathematics and Physics (Hons)}
|
||||
{MSc Mathematics and Physics (Hons) (Sandwhich)}
|
||||
{University of Bath}
|
||||
{Expected classification: 2:1}
|
||||
{Expected classification: 2:1\\Placement with the ONS between academic years 2 and 3.}
|
||||
\entry
|
||||
{Graduated 2019}
|
||||
{Prior Qualifications, Graduating 2019}
|
||||
|
||||
+3
-3
@@ -17,7 +17,7 @@
|
||||
\end{itemize}
|
||||
The completed report can be found \href{https://files.joshuacoles.me/final-year-report.pdf}{\underline{here}}.
|
||||
\\
|
||||
\kwdlst{JAX, Neural Networks, Loss functions, Numpy, Flax, Tensorflow, Python}}
|
||||
\kwdlst{JAX, Neural Networks, Loss functions, Numpy, Flax, Tensorflow, Keras, Python}}
|
||||
\entry
|
||||
{Summer 2023}
|
||||
{Software Developer}
|
||||
@@ -39,7 +39,7 @@
|
||||
\end{itemize}
|
||||
\kwdlst{Langchain, Weaviate, Python}}
|
||||
\entry
|
||||
{2022 -- 2023\\{\footnotesize{part time}} \\\\2021 -- 2022\\\footnotesize{placement year}}
|
||||
{2022 -- 2023\\{\footnotesize{part time aside studies}} \\\\2021 -- 2022\\\footnotesize{placement year}}
|
||||
{Software Developer}
|
||||
{Office for National Statistics}
|
||||
{For my placement I joined a team working on software for processing the results of the 2021 Census. After the end of my placement I was kept on to assist with the next phase of product development and solution design. In this role I worked with sensitive data from the Census in isolated production environments and thus obtained SC clearance. Key contributions include,
|
||||
@@ -77,5 +77,5 @@
|
||||
\item Centralised database for cross-domain analytics.
|
||||
\end{itemize}
|
||||
A history of these is available on my \href{https://github.com/joshuacoles}{\underline{GitHub}} or \href{https://git.joshuacoles.me/explore/repos}{\underline{personal Gitea}}, along with this \href{https://git.joshuacoles.me/joshuacoles/cv}{\underline{CV and build process}}.
|
||||
\\\kwdlst{Rust, CI/CD, Postgres, Caddy, Docker, System administration of internet connected servers}}
|
||||
\\\kwdlst{Rust, CI/CD, Github actions, Postgres, Caddy, Docker, Docker Compose, System administration}}
|
||||
\end{entrylist}
|
||||
|
||||
Binary file not shown.
+1
-1
@@ -18,7 +18,7 @@
|
||||
% Other icons can be found by referring to fontawesome.pdf (supplied with the template) and using the word after \fa in the command for the icon you want
|
||||
\icon{MapMarker}{12}{Bath / Reading}\\
|
||||
\icon{Phone}{12}{+44 7564 199236}\\
|
||||
\icon{At}{12}{\emailaddr{josh@coles.to}}\\
|
||||
\icon{At}{12}{\emailaddr{me@joshuacoles.me}}\\
|
||||
\end{minipage}
|
||||
\begin{minipage}[t]{0.275\textwidth} % 27.5% of the page width for the second row of icons
|
||||
\vspace{-\baselineskip} % Required for vertically aligning minipages
|
||||
|
||||
Reference in New Issue
Block a user