Initial work on hiding sensitive info in public version
This commit is contained in:
parent
604a777c50
commit
e94918354c
3
cv.tex
3
cv.tex
@ -25,6 +25,9 @@
|
|||||||
\usepackage{enumitem}
|
\usepackage{enumitem}
|
||||||
\usepackage{ifthen}
|
\usepackage{ifthen}
|
||||||
|
|
||||||
|
\newboolean{include-sensitive}
|
||||||
|
\setboolean{include-sensitive}{false}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
\input{header.tex}
|
\input{header.tex}
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
{Present}
|
{Present}
|
||||||
{Software Developer}
|
{Software Developer}
|
||||||
{Better Conversations Foundation}
|
{Better Conversations Foundation}
|
||||||
{After I have completed my degree I intend to return to the Better Conversations Foundation to continue the work I started the previous year as I look for a longer term role.}
|
{After I completing my degree I returned to the Better Conversations Foundation to continue the work I started the previous year for the non-profit as I look for a longer term role.}
|
||||||
\entry
|
\entry
|
||||||
{Academic\,Year 2023/24}
|
{Academic\,Year 2023/24}
|
||||||
{Final Year Project, AI Applications in Lagrangian Physics}
|
{Final Year Project, AI Applications in Lagrangian Physics}
|
||||||
@ -55,7 +55,7 @@
|
|||||||
{}
|
{}
|
||||||
{}
|
{}
|
||||||
{This role gave me an appreciation for how the interpersonal aspects of successful team are crucial for the overall success of a project. This was especially important when interfacing with the business side of the organisation on the direction of the project.\\
|
{This role gave me an appreciation for how the interpersonal aspects of successful team are crucial for the overall success of a project. This was especially important when interfacing with the business side of the organisation on the direction of the project.\\
|
||||||
\kwdlst{React, Express, Jest, Cypress, Redis, SQL, Postgres, HBase, Cloudera, Jenkins, Docker, Typescript, JavaScript, Linux, Microservices, Agile, Scrum}}
|
\kwdlst{React, Redux, Express, Jest, Cypress, Redis, SQL, Postgres, HBase, Cloudera, Jenkins, Docker, Typescript, JavaScript, Linux, Microservices, Agile, Scrum}}
|
||||||
\entry
|
\entry
|
||||||
{2017 -- 2021\\\footnotesize{Holidays \& Part time}}
|
{2017 -- 2021\\\footnotesize{Holidays \& Part time}}
|
||||||
{Software Developer}
|
{Software Developer}
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
\newboolean{include-references}
|
\newboolean{include-references}
|
||||||
\setboolean{include-references}{true}
|
\setboolean{include-references}{true}
|
||||||
|
|
||||||
\ifthenelse{\boolean{include-references}}
|
\ifthenelse{\boolean{include-references} \AND \boolean{include-sensitive}}
|
||||||
{
|
{
|
||||||
\begin{entrylist}
|
\begin{entrylist}
|
||||||
\entry
|
\entry
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user