Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 1 addition & 22 deletions .github/workflows/cv-two-pages.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,7 @@
name: CICV2P
on:
push:
branches:
- main
- 6-cv-jan-2021
- 08-march2021
- 10-oct2021
- 12-cvmarch2022
- 15-may2022
- 15-minor-changes
- 18-june2022
- 18-cv_june2022
- 21-november2022
- 23-feb2023
- 25-march2023
- 27-may2023
- 27-minor-updates-may2023
- 30-july2023
- 30-20thjuly2023
- 33-sep2023
- 35-feb2024
- 37-aug2024
- 39-feb2025
- 42-june2025
branches: ['**']

jobs:
build:
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# :scroll: My Curriculum Vitae (June 2025)
# :scroll: My Curriculum Vitae (Sep 2025)

[![GitHub Actions Status](https://github.com/mxochicale/cv/workflows/CICV2P/badge.svg)](https://github.com/mxochicale/cv/actions) [![CV](https://img.shields.io/badge/read_my-CV-blue.svg)](https://github.com/mxochicale/cv/blob/generated-pdfs/cv-two-pages.pdf)

Expand All @@ -7,13 +7,13 @@ Refer to [README](tex/README.md) for detailed instructions on local and remote l

## My CV
Download my latest CV by clicking on the following pages.
Alternatively, you can simply view the PNG pages: [page-0](docs/page-0.png) and [page-1](docs/page-0.png).
Alternatively, you can simply view the PNG pages: [page-0](docs/cv-page-0.png) and [page-1](docs/cv-page-1.png).

[<img src="docs/page-0.png" width="400">](https://github.com/mxochicale/cv/blob/generated-pdfs/cv-two-pages.pdf)
[<img src="docs/page-1.png" width="400">](https://github.com/mxochicale/cv/blob/generated-pdfs/cv-two-pages.pdf)
[<img src="docs/cv-page-0.png" width="400">](https://github.com/mxochicale/cv/blob/generated-pdfs/cv-two-pages.pdf)
[<img src="docs/cv-page-1.png" width="400">](https://github.com/mxochicale/cv/blob/generated-pdfs/cv-two-pages.pdf)


## Build CV locally
## (1) Build CV locally
Open a terminal to build cv locally
```bash
cd $HOME/repositories/mxochicale/cv/tex
Expand All @@ -22,13 +22,13 @@ make clean #clean project
```
For further details see [here](tex)

## pdf2png
## (2) pdf2png
```bash
cd $HOME/repositories/mxochicale/cv/docs
bash pdf2png.bash
```

## Commit and push changes
## (3) Commit and push changes
```bash
git add .
git commit -m ':tada: version monthYEAR is ready CICV2P #0'
Expand Down
Binary file added docs/cv-page-0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/cv-page-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/page-0.png
Binary file not shown.
Binary file removed docs/page-1.png
Binary file not shown.
8 changes: 5 additions & 3 deletions docs/pdf2png.bash
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@
# https://superuser.com/questions/185880/how-to-convert-a-pdf-document-to-png

sudo apt-get install -y imagemagick
cp ../tex/cv-two-pages.pdf .

mv cv-two-pages.pdf input.pdf
#download ci-version
wget https://raw.githubusercontent.com/mxochicale/cv/refs/heads/generated-pdfs/cv-two-pages.pdf

#mv cv-two-pages.pdf input.pdf
DENSITY=100 #500
QUALITY=500 #300
convert -background white -alpha remove -alpha off -density ${DENSITY} input.pdf -quality ${QUALITY} page.png
convert -background white -alpha remove -alpha off -density ${DENSITY} cv-two-pages.pdf -quality ${QUALITY} cv-page.png
rm *.pdf
26 changes: 17 additions & 9 deletions tex/cv-two-pages.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

\name{Miguel Xochicale}
\researchinterest{
\\ Driving the next generation of real-time AI tools for medical technology, surgical innovation, robotics, biomechanics, and clinical translation.
\\
Driving Next-Gen Healthcare \& Clinical Translation with Open-Source AI and Robotics
%Driving the next generation of real-time AI tools for medical technology, surgical innovation, robotics, biomechanics, and clinical translation.
}

\address{
Expand Down Expand Up @@ -65,13 +67,15 @@ \section{Research Experience}
\subsection{Senior Research Software Engineer at University College London, UK}[Oct 2022~--~Present]
\begin{itemize}
\item
I lead software development for real-time AI tools, models, and APIs, ensuring smooth deployment to scalable, clinically effective medical devices \href{https://mxochicale.github.io/real-time-ai-for-surgery-with-NVIDIA-Holoscan-platform/#/section}{\faExternalLink*}.
I support and accelerate innovation by helping UCL researchers turn ideas into production, ensuring high code quality throughout
I lead software development and infrastructure for real-time AI tools, models, and APIs, ensuring smooth deployment to scalable, clinically effective medical devices \href{https://mxochicale.github.io/real-time-ai-for-surgery-with-NVIDIA-Holoscan-platform/#/section}{\faExternalLink*}.
I help UCL researchers turn ideas into real-world solutions, driving innovation while ensuring top-quality code and documentation every step of the way.
(
\href{https://github.com/oocular/ready}{READY \faGithub*},
\href{https://github.com/UCL-CDI/cdi-hub}{CDI-HUB \faGithub*},
\href{https://github.com/sense-base}{SENSE-BASE \faGithub*} \&
\href{https://github.com/SciKit-Surgery}{SciKit-Surgery \faGithub*}).
\href{https://github.com/oocular/ready}{READY \faGithub*};
\href{https://github.com/UCL-CDI/cdi-hub}{CDI-HUB \faGithub*};
\href{https://github.com/sense-base}{SENSE-BASE \faGithub*};
\href{https://github.com/SciKit-Surgery}{SciKit-Surgery \faGithub*};
\href{https://github.com/xfetus/xfetus}{XFETUS \faGithub*}
).
%\item Collaborators: \href{https://scholar.google.co.uk/citations?user=-rD4cJIAAAAJ}{Stephen Thompson} and \href{https://iris.ucl.ac.uk/iris/browse/profile?upi=MJCLA42}{Prof Matt Clarkson}
%Additionally, I am leading the preparation of one proceeding and one manuscript in the area of medical imaging with real-time deep learning techniques.
%All previous activities in collaboration with renowned clinicians and engineers in KCL, University of Oxford and University of Melbourne.
Expand Down Expand Up @@ -153,7 +157,7 @@ \subsection{Research Associate in Software and Hardware Engineering at King's Co

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Publications}
\publications{publications.bib}
\publications{latest-ten-publications.bib}
See more full list of publications and associated links \href{https://github.com/mxochicale/cv/blob/main/tex/publications.bib}{(\faExternalLink*)}.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Expand All @@ -172,6 +176,10 @@ \subsection{University College London}[Jan 2023~--~Present]
%\textit{Project: }
\printdate{Oct 24'~--~Sep 27'}

\item Supervision: John Nocum, in2reserach summer placement
\textit{Project: Hacking real-time AI workflows for eye-tracking.}
\printdate{June 25'~--~Aug 25'}

\item Supervision: Sujon Hekim, in2reserach summer placement
\textit{Project: AI-based surgical skill assessment using transformer model.}
\printdate{June 23'~--~Sep 23'}
Expand Down Expand Up @@ -404,7 +412,7 @@ \section{Skills}
IEC 62304 Medical Device Software Standard;
BS EN 82304-1:2017 Health Software;
IEC 60601-1 Medical electrical equipment;
BS EN 61391-2:2010 Ultrasonics;, \&
BS EN 61391-2:2010 Ultrasonics;
BSI 60825-14 Safety of laser products.
%IEC 60601-1-4 and BS EN 60601-2-5;

Expand Down
Loading