Skip to content

Commit 3ffacbb

Browse files
authored
Merge pull request #40 from mxochicale/39-feb2025
39 - feb2025
2 parents 26465eb + 5155ec8 commit 3ffacbb

File tree

10 files changed

+117
-88
lines changed

10 files changed

+117
-88
lines changed

.github/workflows/cv-two-pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ on:
2121
- 33-sep2023
2222
- 35-feb2024
2323
- 37-aug2024
24+
- 39-feb2025
2425

2526
jobs:
2627
build:

README.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,33 @@
1-
# :scroll: My Curriculum Vitae (August 2024)
1+
# :scroll: My Curriculum Vitae (Feb 2024)
22

33
[![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)
44

55
My Curriculum Vitae (CV) is written in LaTeX and it is built locally in Ubuntu 22.04x64 OS with [texlive](https://github.com/mxochicale/latex/tree/master/installation) and remotely with [github action CI](https://github.com/free-cortex/framework/tree/main/workflow).
6-
Refer to [README](tex/README.md) for detailed instructions on local and remote latex built.
6+
Refer to [README](tex/README.md) for detailed instructions on local and remote latex build.
77

88
## My CV
99
Download my latest CV by clicking on the following pages.
1010

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

14+
15+
## Build CV locally
16+
Open a terminal to build cv locally
17+
```bash
18+
cd $HOME/repositories/mxochicale/cv/tex
19+
bash localbuilt.sh TwoPages
20+
make clean #clean project
21+
```
22+
For further details see [here](tex)
23+
24+
## Commit and push changes
25+
```bash
26+
git add .
27+
git commit -m ':tada: version monthYEAR is ready CICV2P #0'
28+
git push oring <FEATURE_BRANCH>
29+
```
30+
1431
## Clone repository
1532
After generating your SSH keys as suggested [here](https://docs.github.com/en/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent) or [here](https://github.com/mxochicale/tools/blob/main/github/SSH.md).
1633
You can then clone the repository by typing (or copying) the following line in a terminal at your selected path in your machine:

docs/page-0.png

-8.06 KB
Loading

docs/page-1.png

-7.97 KB
Loading

docs/pdf2png.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# References
66
# https://superuser.com/questions/185880/how-to-convert-a-pdf-document-to-png
77

8-
#wget https://github.com/mxochicale/cv/raw/generated-pdfs/cv-two-pages.pdf
8+
sudo apt-get install -y imagemagick
99
cp ../tex/cv-two-pages.pdf .
1010

1111
mv cv-two-pages.pdf input.pdf

tex/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,25 @@
22

33
## tex built with texlive
44
Open terminal and run:
5-
```
5+
```bash
66
cd $HOME/repositories/mxochicale/cv/tex
77
bash localbuilt.sh TwoPages
88
bash localbuilt.sh NPages
99
```
1010
to clean project, then type:
11-
```
11+
```bash
1212
make clean
1313
```
1414

1515
## tex built with github action
1616
1. Edit .github/worflows/cv-two-pages.yml and add branch name.
17+
```
18+
vim .github/workflows/cv-two-pages.yml
19+
```
1720

1821
2. To make use of the CI tex build, please make use of "CICV2P" in the commit message:
1922
```
20-
git commit -m ':tada: version monthYEAR is ready CICV2P (#0)'
23+
git commit -m ':tada: version monthYEAR is ready CICV2P #0'
2124
```
2225

2326
For further details, please follow this [instructions](https://github.com/free-cortex/framework/tree/main/workflow) to set up github action.

tex/cv-two-pages.tex

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
\name{Miguel Xochicale}
44
\researchinterest{
5-
\\ My research interests focus on advancing real-time AI tools for MedTech, SurgTech, biomechanics, and clinical translation.
5+
\\ My research interests focus on advancing real-time AI tools for MedTech, SurgTech, Biomechanics, and clinical translation.
66
}
77

88
\address{
@@ -62,11 +62,12 @@ \subsection{M.Sc. in Signal Processing at Institute of Astrophysics, Optics and
6262

6363
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
6464
\section{Research Experience}
65-
\subsection{Senior Research Engineer at University College London, UK}[Oct 2022~--~Present]
65+
\subsection{Senior Research Software Engineer at University College London, UK}[Oct 2022~--~Present]
6666
\begin{itemize}
6767
\item
68-
I am advancing real-time AI-enabled surgical tools by developing end-to-end frameworks, including training, inference, API design, and deployment to medical devices \href{https://mxochicale.github.io/real-time-ai-for-surgery-with-NVIDIA-Holoscan-platform/#/section}{\faExternalLink*}.
69-
Additionally, I contribute to elevating the highest standards of code quality in UCL's open-source software projects (\href{https://github.com/UCLH-Foundry/PIXL}{PIXL \faGithub*} \& \href{https://github.com/SciKit-Surgery}{SciKit-Surgery \faGithub*}).
68+
I am advancing real-time AI-enabled tools by developing end-to-end frameworks that encompass model training, efficient inference, robust API design, and seamless deployment to medical devices, ensuring scalablity and clinical applicability \href{https://mxochicale.github.io/real-time-ai-for-surgery-with-NVIDIA-Holoscan-platform/#/section}{\faExternalLink*}.
69+
Additionally, I empower innovators to progress from idea to research to production by ensuring the highest standards of code quality in UCL's open-source software projects (\href{https://github.com/UCL-CDI/cdi-hub}{CDI-HUB \faGithub*}, \href{https://github.com/UCLH-Foundry/PIXL}{PIXL \faGithub*} \& \href{https://github.com/SciKit-Surgery}{SciKit-Surgery \faGithub*}).
70+
7071
%\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}
7172
%Additionally, I am leading the preparation of one proceeding and one manuscript in the area of medical imaging with real-time deep learning techniques.
7273
%All previous activities in collaboration with renowned clinicians and engineers in KCL, University of Oxford and University of Melbourne.
@@ -149,18 +150,24 @@ \subsection{Research Associate in Software and Hardware Engineering at King's Co
149150
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
150151
\section{Publications}
151152
\publications{publications.bib}
153+
See more full list of publications and associated links \href{https://github.com/mxochicale/cv/blob/main/tex/publications.bib}{(\faExternalLink*)}.
154+
152155
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
153156
\section{Talks, Posters and Workshops}
154157
\publications{talks-and-posters.bib}
155-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
156-
158+
See more full list of references and associated links \href{https://github.com/mxochicale/cv/blob/main/tex/talks-and-posters.bib}{(\faExternalLink*)}.
157159

158160

159161
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
160162
\section{Supervision and Teaching Experience}
161163

162164
\subsection{University College London}[Jan 2023~--~Present]
163165
\begin{itemize}
166+
167+
\item Co-supervision of PhD student Elvira Cortese from the UCL Queen Square Institute of Neurology
168+
%\textit{Project: }
169+
\printdate{Oct 24'~--~Sep 27'}
170+
164171
\item Supervision: Sujon Hekim, in2reserach summer placement
165172
\textit{Project: AI-based surgical skill assessment using transformer model.}
166173
\printdate{June 23'~--~Sep 23'}
@@ -172,8 +179,9 @@ \subsection{University College London}[Jan 2023~--~Present]
172179
\textit{Project: Fetal Brain Ultrasound Imaging synthesis with diffusion models.}
173180
\printdate{May 23'~--~Aug 23'}
174181

175-
\item Teaching Associate: AI in Healthcare Group project. Lecturer: Prof. Paul Taylor \printdate{Jan 23'~--~March 23'}
176-
\\ I led two group projects on \textit{Fetal Brain Ultrasound Imaging Synthesis with Diffusion Models.}
182+
\item Technical Lead: CHME0039: Artificial Intelligence in Healthcare Group Project. Lecturers: Prof. Paul Taylor and Dr Kevin Tsang
183+
\\ I led two group projects on \textit{Fetal Brain Ultrasound Imaging Synthesis with Diffusion Models.} \printdate{Jan 23'~--~March 23'}
184+
\\ I led two group projects on \textit{End-to-End AI Workflow for Automated Multimodal Medical Image Reporting (AMMIR).} \printdate{Jan 25'~--~March 25'}
177185

178186
\end{itemize}
179187

@@ -368,6 +376,7 @@ \section{Skills}
368376
CUDA Programming [2021-present],
369377
Docker [2024-present], \&
370378
python-based linting [2022-present].
379+
aws-cli \href{https://github.com/UCL-CDI/cdi-hub/tree/main/tutorials/aws-services/aws-batch}{\faGithub*} [Oct2024-present].
371380

372381
\item[Tools and hardware]
373382
Single-board computers and microcontrollers (NVIDIA Jetson Nano, RaspberryPi, BeagleBone, Arduino \& PIC)[2010-present],
@@ -404,6 +413,12 @@ \section{Outreach activities and scientific engagement}
404413
% \entry{Outreach activities and scientific engagement}{Sep 2019~--~Present}
405414
%\end{positions}
406415
\begin{itemize}
416+
417+
\item Lead organiser of HAWKESHACKS3 hackathon "Redefining Eye Tracking with Open-Source Real-Time AI Solutions":
418+
Site: \href{https://cmic-ucl.github.io/CMICHACKS/}{\faExternalLink*}, \&
419+
GitHub: \href{https://github.com/oocular/ready/tree/main/docs/hackathons/hawkes2024}{\faGithub*}.
420+
\printdate{6-8th Nov 25'}.
421+
407422
\item Lead organiser of "Open-Source Software for SurgTech 2" at the Hamlym Symp. on Medical Robotics 2024.
408423
\href{https://www.hamlynsymposium.org/events/open-source-software-for-surgical-technologies-2/}{\faExternalLink*}.
409424
\printdate{Jan 24' -- Oct 25'}.

tex/publications.bib

Lines changed: 46 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,34 @@
11

2+
3+
@article{https://doi.org/10.1049/htl2.12101,
4+
author = {Das, Adrito and
5+
Sidiqi, Bilal and
6+
Mennillo, Laurent and
7+
Mao, Zhehua and
8+
Brudfors, Mikael and
9+
Xochicale, Miguel and
10+
Khan, Danyal Z. and
11+
Newall, Nicola and
12+
Hanrahan, John G. and
13+
Clarkson, Matthew J. and
14+
Stoyanov, Danail and
15+
Marcus, Hani J. and
16+
Bano, Sophia},
17+
author+an = {6=highlight},
18+
title = {Automated surgical skill assessment in endoscopic pituitary surgery using real-time instrument tracking on a high-fidelity bench-top phantom},
19+
journal = {Healthcare Technology Letters},
20+
volume = {11},
21+
number = {6},
22+
pages = {336-344},
23+
keywords = {artificial intelligence, instrument segmentation, machine learning, minimally invasive surgery, neurosurgery},
24+
doi = {https://doi.org/10.1049/htl2.12101},
25+
url = {https://ietresearch.onlinelibrary.wiley.com/doi/abs/10.1049/htl2.12101},
26+
eprint = {https://ietresearch.onlinelibrary.wiley.com/doi/pdf/10.1049/htl2.12101},
27+
year = {2024}
28+
}
29+
30+
31+
232
@article{thompson2023using,
333
title={Using SciKit-Surgery for Augmented Reality in Surgery Research},
434
author={Thompson, Stephen and
@@ -341,7 +371,7 @@ @inproceedings{montenegro2021air4children
341371
url = {https://github.com/air4children/hri2021}
342372
}
343373

344-
@inproceedings{HAI2017:movvar,
374+
%@inproceedings{HAI2017:movvar,
345375
author = {Xochicale, Miguel
346376
and Baber, Chris},
347377
author+an = {1=highlight},
@@ -356,7 +386,7 @@ @inproceedings{HAI2017:movvar
356386
address = {Bielefeld, Germany}
357387
}
358388

359-
@inproceedings{HRI2017:hri-imitation,
389+
%@inproceedings{HRI2017:hri-imitation,
360390
author = {Xochicale, Miguel
361391
and Baber, Chris
362392
and Oussalah Mourad},
@@ -372,7 +402,7 @@ @inproceedings{HRI2017:hri-imitation
372402
address = {Vienna, Austria}
373403
}
374404

375-
@inproceedings{WEROB2016:movvar-dance,
405+
%@inproceedings{WEROB2016:movvar-dance,
376406
author = {Xochicale, Miguel
377407
and Baber, Chris
378408
and Oussalah Mourad},
@@ -388,7 +418,7 @@ @inproceedings{WEROB2016:movvar-dance
388418
address = {Segovia, Spain}
389419
}
390420

391-
@inproceedings{DERBIS2016:movvar-gestures,
421+
%@inproceedings{DERBIS2016:movvar-gestures,
392422
author = {Xochicale, Miguel
393423
and Baber, Chris
394424
and Oussalah Mourad},
@@ -405,16 +435,16 @@ @inproceedings{DERBIS2016:movvar-gestures
405435
}
406436

407437
%@inproceedings{ICED2006:narrow-band-filters,
408-
% author = {Xochicale, Miguel
409-
% and Jovanovic-Dolecek, G},
410-
% author+an = {1=highlight},
411-
% title = {A New Method for Design Narrow Band Lowpass FIR Filters Using a Scale Function},
412-
% url = {https://github.com/mxochicale/publications/tree/master/2006/Iced},
413-
% eprint_url = {https://github.com/mxochicale/publications/blob/master/2006/Iced/article/MPXochicale_GJovanovic-Dolecek-2006.pdf},
414-
% addendum = {Conference Paper},
415-
% booktitle = {2nd International Conference on Electronic Design (\textbf{ICED '06})},
416-
% month = {11},
417-
% year = {2006},
418-
% address = {Veracruz, Mexico}
419-
%}
438+
author = {Xochicale, Miguel
439+
and Jovanovic-Dolecek, G},
440+
author+an = {1=highlight},
441+
title = {A New Method for Design Narrow Band Lowpass FIR Filters Using a Scale Function},
442+
url = {https://github.com/mxochicale/publications/tree/master/2006/Iced},
443+
eprint_url = {https://github.com/mxochicale/publications/blob/master/2006/Iced/article/MPXochicale_GJovanovic-Dolecek-2006.pdf},
444+
addendum = {Conference Paper},
445+
booktitle = {2nd International Conference on Electronic Design (\textbf{ICED '06})},
446+
month = {11},
447+
year = {2006},
448+
address = {Veracruz, Mexico}
449+
}
420450

tex/talks-and-posters.bib

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
22
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
33
%%% TALKS
4+
%%%
5+
@inproceedings{fosdem2025,
6+
author = {
7+
Xochicale, Miguel
8+
},
9+
author+an = {1=highlight},
10+
title = {How Open-Source Software is Shaping the Future of Healthcare},
11+
addendum = {Presentation, Abstract},
12+
doi = {},
13+
url = {https://fosdem.org/2025/schedule/event/fosdem-2025-5196-how-open-source-software-is-shaping-the-future-of-healthcare},
14+
day = {01},
15+
month = {02},
16+
year = {2025},
17+
address = {Free and Open source Software Developers' European Meeting (FOSDEM)}
18+
}
19+
20+
https://fosdem.org/2025/schedule/event/fosdem-2025-5196-how-open-source-software-is-shaping-the-future-of-healthcare/
21+
22+
423
@inproceedings{fastML4S:2023:rtt4ssa,
524
author = {
625
Hekim, Sujon and
@@ -111,7 +130,7 @@ @inproceedings{ICDEA2019:movvar-hri
111130
address = {London, UK}
112131
}
113132
114-
@inproceedings{ECCC2018:chaos-movement-variability,
133+
%@inproceedings{ECCC2018:chaos-movement-variability,
115134
author = {Xochicale, Miguel},
116135
author+an = {1=highlight},
117136
title = {Quantifying the Inherent Chaos of Human Movement Variability},
@@ -125,7 +144,7 @@ @inproceedings{ECCC2018:chaos-movement-variability
125144
address = {Madrid, Spain}
126145
}
127146

128-
@inproceedings{CERE2018:movvariability-in-facial-expresions,
147+
%@inproceedings{CERE2018:movvariability-in-facial-expresions,
129148
author = {Xochicale, Miguel
130149
and Baber, Chris},
131150
author+an = {1=highlight},

tex/talks.bib

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)