-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
executable file
·80 lines (80 loc) · 4.24 KB
/
about.html
File metadata and controls
executable file
·80 lines (80 loc) · 4.24 KB
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
---
title: About
---
<div class="container">
<div class="row">
<div class="user-card">
<div class="row">
<div class="card col-md-3">
<img src="{{ site.baseurl }}/images/self.jpg">
</div>
<div class="col-md-9">
<h1>Arturo</h1>
<p><i class="fa fa-map-marker"></i> Canada</p>
<p><i class="fa fa-envelope-o"></i> arturoComputes [at] gmail [dot] com </p>
<hr />
</div>
</div>
<div class="row">
<div class="col-md-12 letter">
<p>
👨💻 I'm a computer science researcher specialized in Natural Language Processing and Machine Learning
<br>
<br>
I'm also
<br/>
🗺 a <a href="{{ site.baseurl }}/photoprojects/travel.html">traveler</a>,
<br/>
🍪 a <a href="{{ site.baseurl }}/photoprojects/cooking.html">cook</a>,
<br/>
🍲 an avid eater,
<br/>
📷 a photographer,
<br/>
🎧 a <a href="https://twitter.com/arturoShares" target="_blank">podcast listener</a>,
<br/>
<!-- 💉 an unexpected translator, science-based public health information spreader & information-access-in-different-languages advocate,
<br/> -->
🚲 a cyclist,
<br/>
⚽ a soccer player,
<br/>
👅 a polyglot 🇲🇽 🇨🇦 🇫🇷 🇩🇪 🇯🇵 🔜 🧏,
<br/>
🎪 an <a href="http://civicseries.org/" target="_blank">event organizer</a>,
<br/>
👂 and a good listener
</p>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="user-card">
<div class="row">
<div class="col-md-12 letter">
<p>
🐍 Python is what I mostly code in, but I have experience with shell scripting, MATLAB, LaTeX and some JavaScript
<br>
<br>
🖥 For different projects I've used LLM APIs, HuggingFace, scikit-learn, TensorFlow, pandas, XGBoost and Jupyter/IPython
<br>
<br>
👉 You can read more about my background on <a href="http://www.linkedin.com/in/arturomp" target="_blank">LinkedIn</a>
<br>
<br>
🕐 TL;DR: Before grad school, I was a Natural Language and Data Scientist at <a href="https://www.awakelabs.com/" target="_blank">Awake Labs</a>, a Speech Scientist at <a href="https://www.nuance.com/" target="_blank">Nuance</a>, a Research Assistant in <a href="https://taglab.utoronto.ca/" target="_blank">TAGlab</a> in the <a href="http://web.cs.toronto.edu/" target="_blank">Computer Science department</a> at the <a href="https://www.utoronto.ca/" target="_blank">University of Toronto</a>, and a Software Development intern at <a href="https://psiphon.ca" target="_blank">Psiphon</a>
<br>
<br>
👨🎓 <a href="https://nlp.naist.jp/" target="_blank">NAIST NLP</a> grad student 2022-now. Before, I did a full undergraduate degree in computer science at the University of Toronto, as well as a psychology major and a linguistics minor.
<br>
<br>
📚 I've published some of my grad school work with <a href="https://nlp.naist.jp/en/member/" target="_blank">Prof. Taro Watanabe</a> on <a href="https://arxiv.org/abs/2407.02637" target="_blank">reframing</a>; along with lab colleagues we also published our competition-winning contributions for <a href="https://aclanthology.org/2024.americasnlp-1.24/" target="_blank">Indigenous Languages educational resources</a>. I published my undergraduate research with <a href="http://www.cs.toronto.edu/~gh/" target="_blank">Prof. Graeme Hirst</a> on <a href="https://www.ncbi.nlm.nih.gov/pubmed/23920798" target="_blank">text classification in a medical setting</a>.
</p>
</div>
</div>
</div>
</div>
</div>