-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
85 lines (65 loc) · 4.08 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html lang="en">
<head>
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Noticia+Text:400,700' rel='stylesheet' type='text/css' />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdn.rawgit.com/jpswalsh/academicons/master/css/academicons.min.css">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>About | Alex Preciado</title>
<link rel="stylesheet" href="./static/css/style.css" type="text/css" />
</head>
<body>
<div class=container>
<span class=name>Alex Preciado</span>
<div class=navigation>
<ul>
<li><a href="./contact.html">Contact</a> </li>
<li><a href="./media.html">Media</a> </li>
<li><a href="./publications.html">Publications</a> </li>
<li><a href="./index.html">About</a> </li>
</ul>
</div>
<div class=separator></div>
<div class=body>
<div class=page>
<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 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>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, 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_2024.pdf')">Download Resume (PDF)</button>
</div>
</div>
<div class=footer>
<p>© Copyright <script language="JavaScript">var date = new Date(); document.write(date.getFullYear());</script> by Jorge Alejandro Preciado Lopez</p>
<div class=social style="font-size: 27px;">
<ul>
<script language="JavaScript">
username = 'alexpreciado1';
domain = 'gmail.com';
document.write('<a href=\"mailto:' + username + '@' + domain + '\" target=\"_blank\">');
</script>
<li><i class="fa fa-envelope"></i> </li>
<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>
</div>
</div>
</div>
</body>
</html>