Skip to content

Commit

Permalink
Update bio in index.html and link to 2024 Resume
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Preciado committed Dec 10, 2023
1 parent aefb607 commit 3c45f5c
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,29 +35,29 @@

<img alt="./static/images/Alex_HF.jpg" class="align-left" src="./static/images/Alex_HF.jpg" style="width: 250px; padding: 0; margin: 0 20px 0 0px" />

<p>I am the Machine Learning & Data Engineering manager at <a href=https://www.hellofresh.ca>HelloFresh Canada</a> and a former postdoctoral researcher and astrophysicist of the <a
href=https://eventhorizontelescope.org>Event
Horizon Telescope </a>(EHT) Collaboration. I was part of the international team of researchers that captured the <a href="https://www.nytimes.com/2019/04/10/science/black-hole-picture.html">first-ever image of a black hole.</a></p>
<p>I currently work as a Quantum Software Development Manager at <a href=https://www.xanadu.ai>Xanadu Quantum Technologies Inc.</a>, leading the Core and High-Performance Computing squads developing <a href=https://pennylane.ai>PennyLane</a>, our cutting-edge library for Quantum Machine Learning and Quantum Computing.</p>
<p>Before joining Xanadu, I worked as a Machine Learning & Data Engineering Manager at <a href=https://www.hellofresh.ca>HelloFresh Canada</a>, leading a team of data engineers supporting strategic partners across all business functions.</p>
<p>I'm also an astrophysicist and a former member of the <a href=https://eventhorizontelescope.org>Event Horizon Telescope </a>(EHT) Collaboration. I was part of the international team of researchers that captured the <a href="https://www.nytimes.com/2019/04/10/science/black-hole-picture.html">first-ever image of a black hole</a> while working as a postdoctoral researcher at the <a href=https://eventhorizontelescope.org> Perimeter Institute for Theoretical Physics</a>.</p>

<p>Previously, I was a postdoctoral researcher at the <a href=https://eventhorizontelescope.org> Perimeter Institute for Theoretical Physics</a>, where I developed software and models for major international scientific collaborations to analyze astrophysical data. I'm a core developer of THEMIS, a Bayesian parameter estimation and model comparison framework used by the Event Horizon Telescope to analyze the astrophysical data that has resulted in the first images of the cores of the galaxies M87 and 3C 279</a>.

<!---I am also the creator of <a href="https://github.com/Alex-Preciado/crowdfunding-prophet">cwdprophet</a>, a Python library to track crowdfunding campaigns.--->
<p>I'm a core developer of <a href=https://perimeterinstitute.github.io/Themis/html/index.html>THEMIS</a>, a Bayesian parameter estimation and model comparison framework used by the EHT Collaboration to analyze the astrophysical data that has resulted in the first images of the cores of the galaxies M87 and Sgr A*.</p>

<p>Competencies:
<ul>
<li>People management.</li>
<li>Software Development (Python, C++, Fortran, shell scripting).</li>
<li>Quantum Computing.</li>
<li>Machine Learning & MLOPs.</li>
<li>Data Science (predictive modelling).</li>
<li>Data Engineering (ETLs, database management).</li>
<li>Machine Learning (MLOPs).</li>
<li>Data Literacy & Data Governance</li>
<li>Software Development (Python, C++, SQL, shell scripting, HTML/CSS).</li>
<li>Data Engineering (ETLs, SQL, database management).</li>
<li>Data Literacy & Data Governance.</li>
<li>High Performance Computing.</li>
<li>Theoretical Physics.</li>
</ul></p>

<p>You can find an updated version of my resume here:</p>

<button class="button" type="submit"
onclick="window.open('./files/JPreciado_Resume_2023.pdf')">Download Resume (PDF)</button>
onclick="window.open('./files/JPreciado_Resume_2024.pdf')">Download Resume (PDF)</button>

</div>
</div>
Expand All @@ -67,13 +67,11 @@
<div class=social style="font-size: 27px;">
<ul>
<script language="JavaScript">
front = 'alexpreciado1';
school = 'gmail';
tld = 'com';
document.write('<a href=\"mailto:' + front + '@' + school + '.' + tld + '\" target=\"_blank\">');
username = 'alexpreciado1';
domain = 'gmail.com';
document.write('<a href=\"mailto:' + username + '@' + domain + '\" target=\"_blank\">');
</script>
<li><i class="fa fa-envelope"></i> </li>
</a>
<a href="https://github.com/alex-preciado" target="_blank"> <li> <i class="fa fa-github"></i> </li> </a>
<a href="https://scholar.google.ca/citations?user=ZIUyto0AAAAJ&hl=en" target="_blank"> <li> <i class="ai ai-google-scholar-square"></i> </li> </a>
</ul>
Expand Down

0 comments on commit 3c45f5c

Please sign in to comment.