-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
232 lines (220 loc) · 8.63 KB
/
index.html
File metadata and controls
232 lines (220 loc) · 8.63 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
<!DOCTYPE html>
<html>
<head>
<title>Kimberly Dextras-Romagnino</title>
<link href="https://fonts.googleapis.com/css?family=Noto+Serif:400,400i" rel="stylesheet">
<link href="css/uikit.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<div id="header" class="uk-padding">
<div class="uk-container uk-container-small">
<div uk-grid>
<div class="uk-width-1-2@s uk-width-1-3@m">
<img src="images/kimberly-dextras-romagnino-c.png" alt="Kimberly Dextras-Romagnino"
class="portrait" />
</div>
<div class="uk-width-1-2@s uk-width-2-3@m">
<h1 class="uk-margin-top">Kimberly Dextras-Romagnino</h1>
<p class="intro">I completed my Master's degree in Computer Science at the University of British
Columbia. I specialized in Information Visualization under the supervision of Tamara Munzner
within
the InfoVis group. As part of my Master's thesis, I conducted a design study and collaborated
with Mobify to develop a clickstream analytics tool. My interests include: data visualization,
machine learning, human computer interacton.</p>
<p class="intro">I currently work as a Data Scientist at Kabam, a mobile gaming studio in Vancouver!
</p>
<div class="intro-links">
<div class="intro-link"><a href="files/kdr_cv_two_cols_210121.pdf" class="plain-link"><span
uk-icon="icon: copy" class="uk-margin-small-right"></span> Download CV</a></div>
<div class="intro-link"><a href="mailto:k.dextras.romagnino@gmail.com" class="plain-link"><span
uk-icon="icon: mail" class="uk-margin-small-right"></span>
k.dextras.romagnino@gmail.com</a></div>
<div class="intro-link"><a href="https://www.linkedin.com/in/kdextras" class="plain-link"><span
uk-icon="icon: linkedin; ratio: 0.8" class="uk-margin-small-right"></span>
LinkedIn</a></div>
</div>
</div>
</div>
</div>
</div>
<div id="projects" class="uk-container uk-container-small">
<h2>Selected Projects</h2>
<div class="subtitle">Visualization, machine learning</div>
<div class="uk-child-width-1-2@m uk-grid-small uk-grid-match" uk-grid>
<div>
<div class="project-tile">
<div uk-lightbox>
<a href="images/segmentifier.png">
<img class="project-tile-image" src="images/segmentifier-sm.png"
data-caption="Segmentifier" />
</a>
</div>
<div class="project-tile-title">Segmentifier: Interactive Refinement of Clickstream Data</div>
<div class="project-tile-desc">[2018] Designed, implemented, and evaluated a web application for
clickstream data analysis to help deal with the complexity of web clickstream data by allowing
users to easily filter and transform data into segments of interest that lead to actionable
insights and more effective downstream analysis.</div>
<div class="project-tile-desc"> Presented at <a href="http://eurovis2019.org/"> EuroVis 2019</a>.
</div>
<div class="project-tile-links">
<a href=https://www.cs.ubc.ca/labs/imager/tr/2019/segmentifier>Project page</a> •
<a href=https://onlinelibrary.wiley.com/doi/abs/10.1111/cgf.13715>Paper</a> •
<a href=https://www.youtube.com/watch?v=TobYDFeISOg>Video</a> •
<a href=files/segmentifier_eurovis.pdf>Talk slides</a>
</div>
</div>
</div>
<div>
<div class="project-tile">
<div uk-lightbox>
<a href="images/randomnumbergenerator.png">
<img class="project-tile-image" src="images/randomnumbergenerator-sm.png"
data-caption="Random Number Generator" />
</a>
</div>
<div class="project-tile-title">Predicting Pseudo Random Number Generators</div>
<div class="project-tile-desc">[2016] Evaluated the effectiveness of different machine learning
models at
predicting the outcome of various pseudo random number generators.</div>
<div class="project-tile-links">
<a href="https://github.com/kdextras/PredictingPRNGs">Github</a>
</div>
</div>
</div>
<div>
<div class="project-tile">
<div uk-lightbox>
<a href="images/visualaws.png">
<img class="project-tile-image" src="images/visualaws-sm.png" data-caption="VisuaLaws" />
</a>
</div>
<div class="project-tile-title">VisuaLaws: Visualizing Laws Over Time:</div>
<div class="project-tile-desc">[2015] Developed a web application to help understand how laws in
British
Columbia have evolved over time.</div>
<div class="project-tile-links">
<a href="https://www.cs.ubc.ca/~tmm/courses/547-15/projects/kim-yasha/report.pdf">Project
report</a>
</div>
</div>
</div>
<div>
<div class="project-tile">
<div uk-lightbox>
<a href="images/jdeodorant.png">
<img class="project-tile-image" src="images/jdeodorant-sm.png" data-caption="JDeodorant" />
</a>
</div>
<div class="project-tile-title">JDeodorant: Code Smell Visualization</div>
<div class="project-tile-desc">[2013] Developed visualizations for code smell refactoring
suggestions in
the JDeodorant Eclipse plug-in to help developers understand which they should apply under the
supervision of Nikolaos Tsantalis.</div>
<div class="project-tile-links">
<a href="https://www.youtube.com/watch?v=LtH8uF0epV0">Video</a> •
<a href="files/jdeodorant_CodeSmellVisualizationPoster.pdf">Poster</a>
</div>
</div>
</div>
</div>
</div>
<div id="experience" class="uk-container uk-container-small">
<div uk-grid>
<div class="uk-width-1-2@m" id="education">
<h2>Education</h2>
<div class="uk-grid-small" uk-grid>
<div class="uk-width-1-4">2015 - 2018</div>
<div class="uk-width-3-4">
<h4>Master of Science</h4>
University of British Columbia, Vancouver, BC<br />
<i>Computer Science</i><br />
<ul>
<li>Supervised by <a href="http://www.cs.ubc.ca/~tmm/">Tamara Munzner</a></li>
</ul>
</div>
</div>
<div class="uk-grid-small" uk-grid>
<div class="uk-width-1-4">2011 - 2015</div>
<div class="uk-width-3-4">
<h4>Bachelor of Science</h4>
Concordia University, Montreal, QC<br />
<i>Joint Major Mathematics and Computer Science</i><br />
<ul>
<li>Minor in Business Studies</li>
<li>Graduated with High Distinction</li>
</ul>
</div>
</div>
</div>
<div class="uk-width-1-2@m">
<h2>Work Experience</h2>
<div class="uk-grid-small" uk-grid>
<div class="uk-width-1-3">Jul 2019 - Present</div>
<div class="uk-width-2-3">
<h4>Data Scientist</h4>
<a href="https://kabam.com/">Kabam</a>, Vancouver, BC
</div>
</div>
<div class="uk-grid-small" uk-grid>
<div class="uk-width-1-3">Jun 2018 - Jul 2019</div>
<div class="uk-width-2-3">
<h4>Data Analyst</h4>
<a href="https://kabam.com/">Kabam</a>, Vancouver, BC
</div>
</div>
<div class="uk-grid-small" uk-grid>
<div class="uk-width-1-3">Oct 2016 - Feb 2017</div>
<div class="uk-width-2-3">
<h4>Data Analysis & Visualization Intern</h4>
<a href="https://www.mobify.com/">Mobify</a>, Vancouver, BC
</div>
</div>
<div class="uk-grid-small" uk-grid>
<div class="uk-width-1-3">May 2015 - Apr 2018</div>
<div class="uk-width-2-3">
<h4>Research Assistant </h4>
<a href="http://www.cs.ubc.ca/group/infovis/">InfoVis Group</a>, University of British Columbia
</div>
</div>
<div class="uk-grid-small" uk-grid>
<div class="uk-width-1-3">
Sep 2015 - Aug 2016
</div>
<div class="uk-width-2-3">
<h4>Teaching Assistant</h4>
University of British Columbia<br />
<i>Software Construction, Basic Algorithms and Data Structures</i>
</div>
</div>
<!-- <div class="uk-grid-small" uk-grid>
<div class="uk-width-1-3">May - Aug 2016</div>
<div class="uk-width-2-3">
<h4>Teaching Assistant</h4>
University of British Columbia<br />
<i>Basic Algorithms and Data Structures</i>
</div>
</div> -->
<div class="uk-grid-small" uk-grid>
<div class="uk-width-1-3">May - Aug 2013</div>
<div class="uk-width-2-3">
<h4>NSERC USRA Research Assistant</h4>
Concordia University, Montreal, QC
Supervisor: Nikolaos Tsantalis
</div>
</div>
<div class="uk-grid-small" uk-grid>
<div class="uk-width-1-3">Sep 2012 - Aug 2015</div>
<div class="uk-width-2-3">
<h4>Teaching Assistant</h4>
Concordia University<br />
<i>Fundamental Mathematics</i>
</div>
</div>
</div>
</div>
</div>
<script src="js/uikit.min.js"></script>
<script src="js/uikit-icons.min.js"></script>
</body>
</html>