-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
256 lines (228 loc) · 21.1 KB
/
index.html
File metadata and controls
256 lines (228 loc) · 21.1 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
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
<!DOCTYPE html>
<html lang="en">
<head profile="http://www.w3.org/2005/10/profile">
<title>Lucas Kabela Homepage</title>
<meta name="description" content="This is the homepage for my personal website.
From here, you can learn more about my education, my career experience,
and other personal information.">
<meta charset= "UTF-8" >
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!--- Icons made by <a href="http://www.freepik.com/?__hstc=57440181.85fe0f30ff9448ad179206b743c3f056.1594351488666.1594351488666.1594351488666.1&__hssc=57440181.4.1594351488668&__hsfp=611629719" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon"> www.flaticon.com</a> --->
<link rel="icon" type="image/png" href="https://lh3.googleusercontent.com/o4yIGsTRdcUILyL_KdIfaiHOaVeIYOYIcsBgKDM4PQtWsdeNaFgfdhQIggrbVXuX1kUyMLd0pIUfdU-QeqW-mjWSQ-UwvX9ouMe7sctL33gN7j5nZ7CX5DQ8hlQ2SZ3Zs3LJFcC8Iw=s128-p-k">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="lk_style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script src="lk_script.js"></script>
<meta name="author" content="Lucas Kabela">
<meta content="#ffffff" name="theme-color">
</head>
<body>
<nav class="navbar navbar-expand-md justify-content-left fixed-top" id="navbar">
<a class="nav-item nav-link active" href="#About">Home <span class="sr-only">(current)</span></a>
<a class="nav-item nav-link" href="#Career">Career</a>
<a class="nav-item nav-link" href="#Skills">Skills</a>
<a class="nav-item nav-link" href="#Contact">Contact</a>
</nav>
<div id="About" class="row h-100 justify-content-center align-items-center slide">
<div class = "container">
<div class="row">
<div class="col-md-4 px-0">
<img src= "https://lh3.googleusercontent.com/YevDtpaP_wva0XpIbkyecCvM23bHkubfGdhuQUnAlvYYAVuVgR9xgqrUGVlT4KVHghfhtDnCVFknKg2ATdzpmmKGAyH6wtwyIJ79c_LLk1M6n5eXh5SkQhWEYP7KV2GPvrBdLhidOg=w2400"
alt="Picture of me smiling. Welcome!"
height="150" width="225" id="img0" class="float-md-left rounded img-responsive">
</div>
<div class="col-md-8">
<h3 style="color:#05386B;">Hello! My name is Lucas Kabela</h3>
<p></p>
<p> This website is a bit outdated - will try to update soon :)</p>
<p>I am a software engineer at Meta, working on Pytorch Core! I got my Masters in C.S at the University of
Texas at Austin. I also have a Bachelors of Science in Mathematics. </p>
<p> I really enjoy empowering others, whether that be through peer mentoring, teaching,
or just giving advice (when solicited). I've also done some pretty cool things outside of
the classroom! Keep scrolling to check them out.</p>
</div>
</div>
</div>
</div>
<div id="Career" class="row justify-content-center align-items-center slide">
<div class="container" id="CareerContent">
<div id="CareerKids">
<h3>My Career</h3>
<div class = "row justify-content-center align-items-center info-segment">
<div class="col-md-8">
<h4>Meta</h4>
<h5>Software Engineer</h5>
<h5>July 2021 - Present</h5>
<p>I have had the privilege of working on ASR for the family of Meta products (including IG, Whatsapp, Rayban, and Oculus products!), OCR, and EMG.</p>
<p>I also recently contributed to LLaMa4 Full-duplex speech, including training and evaluation efficency (especially for ARPG post training) and conversational dynamic evaluations, metrics, and measurement.</p>
<p>Now, I work on Pytorch Core, on the Dynamo team working on our frontend capture and python bytecode interpreter.</p>
</div>
</div>
<div class = "row justify-content-center align-items-center info-segment">
<div class="col-md-8">
<h4>Facebook AI Research</h4>
<h5>Software Engineering Intern</h5>
<h5>May 2020 - August 2020</h5>
<p>I worked as a research engineering intern contribute to the open source game <a href=https://ai.facebook.com/blog/introducing-light-a-multiplayer-text-adventure-game-for-dialogue-research/>LIGHT</a>, which is a text-based fantasy adventure game grounded providing data for grounded dialog settings in natural language processing. </p>
<p>As a research engineering intern under the software engineering discipline, I combined four servers to one server in Python using Tornado and added frontend components in ReactJS which enabled users to save, load and manage custom worlds built in SQLite which I also implemented.
</p>
</div>
<div class="col-md-4">
<img src="https://lh3.googleusercontent.com/jyl8r0nSyPzFxQaVX_hjWbTsFB_2yC5lLaCDtEsM4JwiSjo4oRMA0psCrQRnarCKMiOr-o4GaTBM_ZyAQY4aILZjH92MNluZl00hP7MfxrUqO16wDc-tiZ6yjyKddizTOl3icks-KQ=w2400"
alt="Lovely Photo of Facebook AI Research Logo"
height="150" width="200" id="img6" class="float-md-right rounded">
</div>
</div>
<div class = "row justify-content-center align-items-center info-segment">
<div class="col-md-8">
<h4>Facebook</h4>
<h5>Software Engineering Intern</h5>
<h5>May 2019 - August 2019</h5>
<p>This summer I worked on a tool to automate neural network quantization in Pytorch. This tool worked by using a variety of strategies such as greedy, heuristic, or exhaustive search to search over the space of quantized models and produce a set of models to the user, each with their runtime and top-1 accuracy.</p>
<p>Using this tool on VGG-16, I was able to reduce the size of the model by roughly 3.7 times and reduce the runtime for inference by roughly 2 times at a less than 1% loss in accuracy.
</div>
<div class="col-md-4">
<img src="https://lh3.googleusercontent.com/oPI5Wvb_p948xEGqrReVkRAzi9eVSUdzJ3xGrN8BRG5xGs2cNvQ2OEHOYUJ0T5JQCNwfF6SYW0ipoGi7m63iVijs_AdO85ESdcbKqoIag3zFu7rw1H6R6joUz9f9-EXDsupjN--_gg=w2400"
alt="Lovely Photo of Pytorch"
height="150" width="200" id="img6" class="float-md-right rounded">
</div>
</div>
<div class = "row justify-content-center align-items-center info-segment">
<div class="col-md-8">
<h4>Toyota Connected</h4>
<h5>Software Engineering Intern</h5>
<h5>May 2018 - August 2018</h5>
<p>As a backend software engineer intern, I contributed to a microservice architecture
for a Telematics Service Platform (or TSP)</p>
<p>I executed a major
consolidation of 5 microservices into one, which required creating maven dependency files,
a new suite of unit and integration test through junit, and a docker file and deployment pipeline.
Additionally, part of this task was creating new controllers and endpoints for the api. </p>
<p>Working with Go, I also added functionality to a device simulator, such as simulating
important vehicle events like collisions or customer request for assistance. To further test our
services and take advantage of this lightweight simulator, I wrote a script to execute hundreds of
instances of the simulator in parallel. This enabled load testing for our servers and saved countless
hours and resources - instead of getting a device and hooking it up to a testing bench one at a time, my work
enabled developers to test their work through the press of a keyboard command.</p>
</div>
<div class="col-md-4">
<img src="https://lh3.googleusercontent.com/g44mUdrEb_FtTGtobV5Dko2LhAM0SvdRS2qHj0KWGn9UgrFzR-_o8F2Yh9Zfuv7MXfJDiDYcpmWfIWK3w9Q0MCyMnQotZtzTjxpV4a1VSJGYJkMUkWgPWRTWaJSqOeHrMk9AIk1hxw=s200-p-k"
alt="Lovely Photo of Toyota Connected"
height="150" width="175" id="img6" class="float-md-right rounded">
</div>
</div>
<div class="row justify-content-center align-items-center info-segment ">
<div class="col-md-8">
<h4>University of Texas at Austin</h4>
<h5>CS314 Undergraduate Proctor</h5>
<h5>August 2017 - May 2019</h5>
<p>As an undergraduate proctor for my schools data structures course, which is taught in Java, I engaged with 20 students
every week in an hourly discussion section that I lead In these sections, I proctored quizzes
and engaged students in discussing the proper answer to coding problems.</p>
<p>Additionally, I held 3 hours of office hours every week
where I aided students in difficult projects or conceptual questions. This was by far my favorite part of
being a teaching assistant! I was able to help explain concepts, provide debugging tips, and effectively review
code.</p>
<p>My other responsibilities included monitoring an online question forum to further engage students
and grading and proctoring projects, quizzes, and test for correctness and programming style</p>
</div>
<div class="col-md-4">
<img src="https://lh3.googleusercontent.com/38KiiC--KhT1d-ThHUgAo8r9FoQp-8PIuLHRfVNi_q5p73-K8qiCfv3HidyC0L599bkRi-k86nGFVlRETue0tp3GFN4APNptdRwUb2TkDBGKGj6T3JLHlbxHHD7UzTfEzNBaWz2g7Q=w2400"
alt="Lovely Photo of UT hookem"
height="150" width="175" id="img6" class="float-md-right rounded">
</div>
</div>
</div>
</div>
</div>
<div id="Skills" class="row justify-content-center align-items-center slide">
<div class = "container">
<div class = "row justify-content-center">
<div class="col-md-6">
<h2 >My Skills</h2>
<p></p>
<h4>----Programming Languages----</h4>
<p><b>5+ years experience in: </b> C++, Python</p>
<p><b>1 to 3 years experience in: </b> Java</p>
<p><b>6 months to 1 year experince in: </b> Agda, Go, Haskell</p>
<p></p>
<h4>----Technologies, Tools, and Frameworks----</h4>
<p><b>5+ years experience in </b> Bash, Git, Pytorch </p>
<p><b>1 to 3 years experience in: </b>Agile, Bootstrap, Docker, Kubernetes, React, SQLite</p>
<p><b>6 months to 1 year experience in: </b>Maven, MongoDB, SpringBoot, Tornado </p>
<p></p>
<h4>----For More Information----</h4>
<p>View or download my <a href="https://drive.google.com/file/d/1Rh7raF7HI4r4a4hf3iBLd631ox9H_7hF/view?usp=sharing">resume</a></p>
</div>
<div class="col-md-5">
<img src= "https://lh3.googleusercontent.com/oeDztXOreRzvCr6L7IqyyEEgWHJsfv1wxNrJpacQpt4Xgtu90avHLvyzJ7U-NudrLfAEcO3og2UIc99k2gMtQLo5rn7vk-ie9xz4PRs2EICPFgBBDdiAzqjOeIrsmAi8oSL432k1Cg=w2400"
alt= "Awesome photo of me staring into distance"
height="200" width="300" id="img4" class="rounded">
</div>
</div>
</div>
</div>
<div id="Contact" class ="row h-100 justify-content-center align-items-center slide">
<div class="container">
<h2>Contact</h2>
<p></p>
<p><b>Lets get in touch!</b></p>
<p></p>
<div class="row justify-content-center align-items-center">
<div class = "col-md-6 col-md-offset-3">
<div class = "row">
<div id="LinkedIn" class = "logo-link">
<!-- Creative Commons Licensing
<div>Icons made by <a href="https://www.flaticon.com/authors/bogdan-rosu"
title="Bogdan Rosu">Bogdan Rosu</a> from
<a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a>
is licensed by <a href="http://creativecommons.org/licenses/by/3.0/"
title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a>
</div>
-->
<a href= "https://www.linkedin.com/in/lucaskabela" target="_blank" class = "media">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" width="49.652px" height="49.652px" viewBox="0 0 49.652 49.652" style="enable-background:new 0 0 49.652 49.652;" xml:space="preserve">
<path d="M29.35,21.298c-2.125,0-3.074,1.168-3.605,1.988v-1.704h-4.002c0.052,1.128,0,12.041,0,12.041h4.002v-6.727 c0-0.359,0.023-0.72,0.131-0.977c0.29-0.72,0.948-1.465,2.054-1.465c1.448,0,2.027,1.104,2.027,2.724v6.442h4.002h0.001v-6.905 C33.958,23.019,31.983,21.298,29.35,21.298z M25.742,23.328h-0.025c0.008-0.014,0.02-0.027,0.025-0.041V23.328z"/>
<rect x="15.523" y="21.582" width="4.002" height="12.041"/>
<path d="M24.826,0C11.137,0,0,11.137,0,24.826c0,13.688,11.137,24.826,24.826,24.826c13.688,0,24.826-11.138,24.826-24.826 C49.652,11.137,38.516,0,24.826,0z M37.991,36.055c0,1.056-0.876,1.91-1.959,1.91H13.451c-1.08,0-1.957-0.854-1.957-1.91V13.211 c0-1.055,0.877-1.91,1.957-1.91h22.581c1.082,0,1.959,0.856,1.959,1.91V36.055z"/>
<path d="M17.551,15.777c-1.368,0-2.264,0.898-2.264,2.08c0,1.155,0.869,2.08,2.211,2.08h0.026c1.396,0,2.265-0.925,2.265-2.08 C19.762,16.676,18.921,15.777,17.551,15.777z"/>
</svg>
</a>
</div>
<div id="Facebook" class = "logo-link">
<!-- Creative Commons Licensing
<div>Icons made by <a href="https://www.flaticon.com/authors/bogdan-rosu"
title="Bogdan Rosu">Bogdan Rosu</a> from
<a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a>
is licensed by <a href="http://creativecommons.org/licenses/by/3.0/"
title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a>
</div>
-->
<a href= "https://www.facebook.com/profile.php?id=100010881074284" target="_blank" class = "media">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" width="49.652px" height="49.652px" viewBox="0 0 49.652 49.652" style="enable-background:new 0 0 49.652 49.652;" xml:space="preserve">
<path d="M24.826,0C11.137,0,0,11.137,0,24.826c0,13.688,11.137,24.826,24.826,24.826c13.688,0,24.826-11.138,24.826-24.826 C49.652,11.137,38.516,0,24.826,0z M31,25.7h-4.039c0,6.453,0,14.396,0,14.396h-5.985c0,0,0-7.866,0-14.396h-2.845v-5.088h2.845 v-3.291c0-2.357,1.12-6.04,6.04-6.04l4.435,0.017v4.939c0,0-2.695,0-3.219,0c-0.524,0-1.269,0.262-1.269,1.386v2.99h4.56L31,25.7z "/>
</svg>
</a>
</div>
<div id="Github" class = "logo-link">
<!-- Creative Commons Licensing
<div>Icons made by <a href="https://www.flaticon.com/authors/dave-gandy"
title="Dave Gandy">Dave Gandy</a> from <a href="https://www.flaticon.com/"
title="Flaticon">www.flaticon.com</a> is licensed by
<a href="http://creativecommons.org/licenses/by/3.0/"
title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a>
</div>
-->
<a href= "https://github.com/Lucaskabela" target="_blank" class = "media">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" width="49.652px" height="49.652px" viewBox="0 0 438.549 438.549" style="enable-background:new 0 0 438.549 438.549;" xml:space="preserve">
<path d="M409.132,114.573c-19.608-33.596-46.205-60.194-79.798-79.8C295.736,15.166,259.057,5.365,219.271,5.365 c-39.781,0-76.472,9.804-110.063,29.408c-33.596,19.605-60.192,46.204-79.8,79.8C9.803,148.168,0,184.854,0,224.63 c0,47.78,13.94,90.745,41.827,128.906c27.884,38.164,63.906,64.572,108.063,79.227c5.14,0.954,8.945,0.283,11.419-1.996 c2.475-2.282,3.711-5.14,3.711-8.562c0-0.571-0.049-5.708-0.144-15.417c-0.098-9.709-0.144-18.179-0.144-25.406l-6.567,1.136 c-4.187,0.767-9.469,1.092-15.846,1c-6.374-0.089-12.991-0.757-19.842-1.999c-6.854-1.231-13.229-4.086-19.13-8.559 c-5.898-4.473-10.085-10.328-12.56-17.556l-2.855-6.57c-1.903-4.374-4.899-9.233-8.992-14.559 c-4.093-5.331-8.232-8.945-12.419-10.848l-1.999-1.431c-1.332-0.951-2.568-2.098-3.711-3.429c-1.142-1.331-1.997-2.663-2.568-3.997 c-0.572-1.335-0.098-2.43,1.427-3.289c1.525-0.859,4.281-1.276,8.28-1.276l5.708,0.853c3.807,0.763,8.516,3.042,14.133,6.851 c5.614,3.806,10.229,8.754,13.846,14.842c4.38,7.806,9.657,13.754,15.846,17.847c6.184,4.093,12.419,6.136,18.699,6.136 c6.28,0,11.704-0.476,16.274-1.423c4.565-0.952,8.848-2.383,12.847-4.285c1.713-12.758,6.377-22.559,13.988-29.41 c-10.848-1.14-20.601-2.857-29.264-5.14c-8.658-2.286-17.605-5.996-26.835-11.14c-9.235-5.137-16.896-11.516-22.985-19.126 c-6.09-7.614-11.088-17.61-14.987-29.979c-3.901-12.374-5.852-26.648-5.852-42.826c0-23.035,7.52-42.637,22.557-58.817 c-7.044-17.318-6.379-36.732,1.997-58.24c5.52-1.715,13.706-0.428,24.554,3.853c10.85,4.283,18.794,7.952,23.84,10.994 c5.046,3.041,9.089,5.618,12.135,7.708c17.705-4.947,35.976-7.421,54.818-7.421s37.117,2.474,54.823,7.421l10.849-6.849 c7.419-4.57,16.18-8.758,26.262-12.565c10.088-3.805,17.802-4.853,23.134-3.138c8.562,21.509,9.325,40.922,2.279,58.24 c15.036,16.18,22.559,35.787,22.559,58.817c0,16.178-1.958,30.497-5.853,42.966c-3.9,12.471-8.941,22.457-15.125,29.979 c-6.191,7.521-13.901,13.85-23.131,18.986c-9.232,5.14-18.182,8.85-26.84,11.136c-8.662,2.286-18.415,4.004-29.263,5.146 c9.894,8.562,14.842,22.077,14.842,40.539v60.237c0,3.422,1.19,6.279,3.572,8.562c2.379,2.279,6.136,2.95,11.276,1.995 c44.163-14.653,80.185-41.062,108.068-79.226c27.88-38.161,41.825-81.126,41.825-128.906 C438.536,184.851,428.728,148.168,409.132,114.573z"/>
</svg>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>