-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
391 lines (347 loc) · 28.2 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
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
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
<!DOCTYPE html>
<html lang="en">
<head>
<title>Stephen Maldonado Portfolio</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Bootstrap 4 Portfolio/Resume Theme for Developers">
<meta name="author" content="Xiaoying Riley at 3rd Wave Media">
<link rel="shortcut icon" href="favicon.ico">
<link href='https://fonts.googleapis.com/css?family=Lato:300,400,300italic,400italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<!-- FontAwesome JS -->
<script defer src="assets/fontawesome/js/all.js"></script>
<!-- Global CSS -->
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<!-- github calendar css -->
<!--<link rel="stylesheet" href="assets/plugins/github-calendar/dist/github-calendar.css">-->
<link rel="stylesheet" href="https://unpkg.com/github-calendar@latest/dist/github-calendar-responsive.css"/>
<!-- github activity css -->
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/octicons/2.0.2/octicons.min.css">
<link rel="stylesheet" href="assets/plugins/github-activity/github-activity-0.1.5.min.css">
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/styles.css">
</head>
<body>
<!-- ******HEADER****** -->
<header class="header">
<div class="container clearfix">
<img class="profile-image img-fluid float-left rounded-circle" src="assets/images/profile.png" alt="profile image" width="175" height="175">
<div class="profile-content float-left">
<h1 class="name">Stephen Maldonado</h1>
<h2 class="desc">Undergraduate Computer Science Student</h2>
<!--
<ul class="social list-inline">
<li class="list-inline-item"><a href="https://www.instagram.com/officially.stephen/"><i class="fab fa-instagram"></i></a></li>
<li class="list-inline-item"><a href="https://www.linkedin.com/in/stephen-maldonado-052593170/"><i class="fab fa-linkedin-in"></i></a></li>
<li class="list-inline-item"><a href="https://github.com/StephenMal"><i class="fab fa-github-alt"></i></a></li>
<li class="list-inline-item"><a href="#"><i class="fab fa-stack-overflow"></i></a></li>
<li class="list-inline-item last-item"><a href="#"><i class="fab fa-codepen"></i></a></li>
</ul>
-->
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="#">Home<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="/projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/workexperience">Work Experience</a>
</li>
<!--<li class="nav-item">
<a class="nav-link" href="/research">Research</a>
</li>-->
<li class="nav-item">
<a class="nav-link" href="https://github.com/StephenMal" target="_blank">GitHub Profile</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.linkedin.com/in/stephen-maldonado-052593170/" target="_blank">LinkedIn</a>
</li>
</ul>
</div>
</nav>
</div><!--//profile-->
<a class="btn btn-cta-primary float-right" href="Resume_Stephen_Maldonado.pdf" target="_blank" download><i class="fas fa-download"></i> Resume </a>
</div><!--//container-->
</header><!--//header-->
<div class="container sections-wrapper">
<div class="row">
<div class="primary col-lg-8 col-12">
<section class="about section">
<div class="section-inner shadow-sm rounded">
<h2 class="heading">About Me</h2>
<div class="content">
<p>I am an Undergraduate Computer Science student at the University of Central Florida graduating in 2022 and afterwards plan on pursuing my PhD in Computer Science. My research experience includes working in UCF's Natural Language Processing lab since November 2020 under Dr. Fei Liu and working in the UCF's Evolutionary Computation lab since May 2021 under Dr. Annie Wu. I am interested in any research opportunities and any research-based internships particularly in Natural Language Processing or Machine Learning as I intend to find a career in these fields of research.</p>
</div><!--//content-->
</div><!--//section-inner-->
</section><!--//section-->
<section class="latest section">
<div class="section-inner shadow-sm rounded">
<h2 class="heading">Latest</h2>
<div class="content">
<div class="item featured text-center">
<div class="featured-image has-ribbon">
<a href="/project_pages/knightbook" target="_blank">
<img class="img-fluid project-image rounded shadow-sm" src="assets/images/projects/project-featured.jpg" alt="project name" />
</a>
<div class="ribbon">
<div class="text">Project</div>
</div>
</div>
<h3 class="title mb-3"><a href="/project_pages/knightbook" target="_blank">Online Contact Manager: KnightBook</a></h3>
<div class="desc text-left">
<p>KnightBook is a web-based online contact manager made specifically to store contacts for peers at the University of Central Florida. It acts like most contact majors and includes a searchable field for your peer's major so you can search through your contacts to find help from other students of certain majors. The site supports login with password hashing, the ability to search for contacts by name or major, ability to add, edit, or delete contacts, and it is all built with boot strap to allow easy scalability between browsers on different devices such as desktops or mobile.</p>
<p>Knightbook started by a team of undergraduate developers at the University of Central Florida in January 2021, and was completed by February 2021. KnightBook was built using HTML, JavaScript, PHP, and CSS with Bootstrap.</p>
<p>I was able to take the role as Project Manager, and was able to work on the Database and the Front-End Development. This project allowed me to learn a lot about how databases work and allowed me to develop some HTML and Javascript skills.</p>
</div>
<a class="btn btn-cta-secondary" href="/project_pages/knightbook" target="_blank">Check it out! <i class="fas fa-chevron-right pt-1"></i></a>
</div>
<!--
<hr class="divider" />
<div class="item row">
<a class="col-md-4 col-12" href="https://themes.3rdwavemedia.com/bootstrap-templates/startup/coderpro-bootstrap-4-startup-template-for-software-projects/" target="_blank">
<img class="img-fluid project-image rounded shadow-sm" src="assets/images/projects/project-1.png" alt="project name" />
</a>
<div class="desc col-md-8 col-12">
<h3 class="title"><a href="https://themes.3rdwavemedia.com/bootstrap-templates/startup/coderpro-bootstrap-4-startup-template-for-software-projects/" target="_blank">CoderPro - Bootstrap 4 Startup Template For Software Projects</a></h3>
<p class="mb-2">You can put one of your secondary projects here. Suspendisse in tellus dolor. Vivamus a tortor eu turpis pharetra consequat quis non metus. Aliquam aliquam, orci eu suscipit pellentesque, mauris dui tincidunt enim, eget iaculis ante dolor non turpis.</p>
<p><a class="more-link" href="https://themes.3rdwavemedia.com/bootstrap-templates/startup/coderpro-bootstrap-4-startup-template-for-software-projects/" target="_blank"><i class="fas fa-external-link-alt"></i>Find out more</a></p>
</div>
</div>
-->
<a class="btn btn-cta-secondary" href="https://github.com/StephenMal" target="_blank">More on GitHub <i class="fas fa-chevron-right pt-1"></i></a>
</div>
</div>
</section>
<!--
<section class="experience section">
<div class="section-inner shadow-sm rounded">
<h2 class="heading">Work Experience</h2>
<div class="content">
<div class="item">
<h3 class="title">Natural Language Processing Research Assistant <span class="year">(11/2020 - Ongoing)</span></h3>
<h3 class="title"><span class="place"><a href="https://www.cs.ucf.edu/" target="_blank">University of Central Florida Computer Science Department</a></span></h3>
<p>Working under <a href="https://www.cs.ucf.edu/~feiliu/" target="_blank">Dr. Fei Liu</a>, I have been able to participate in Natural Language Processing Research here at the University of Central FLorida. I performed data analysis, worked with several machine summarization metrics, and assisted in the implementation of a new summarization metric.</p>
</div>
<div class="item">
<h3 class="title">Financial Allocation for Organizations Committee Chair - <span class="year">(3/2020 - 2/2021)</span></h3>
<h3 class="title"><span class="place"><a href="https://studentgovernment.ucf.edu/" target="_blank">Unversity of Central Florida Student Government</a></span></h3>
<p>Working as the FAO Committee Chair, I ran committee weekly meetings, managed the distribution of a $330,000 budget, was a voting member of the $21,000,000 A&SF annual budget committee, met with various student ran organizations to discuss their funding requests, and worked on a team consisting of other Student Government leaders and Professional Staff.</p>
</div>
<div class="item">
<h3 class="title">Resident Assistant - <span class="year">(7/2019 - Present)</span></h3>
<h3 class="title"><span class="place"><a href="https://www.housing.ucf.edu/" target="_blank">University of Central Florida Department of Housing and Residence Life</a></span> </h3>
<p>As a Resident Assistant here at the University of Central Florida, I have been able to assist managing a building of 80+ residents, developed professional relationships with students, plan and host events, develop interpersonal relationship skills, and have learned how to respond in crisis situations.</p>
</div>
</div>
</div>
</section>
-->
<!--
<section class="projects section">
<div class="section-inner shadow-sm rounded">
<h2 class="heading">Projects</h2>
<div class="content">
<div class="item">
<h3 class="title"><a href="https://themes.3rdwavemedia.com/bootstrap-templates/resume/free-bootstrap4-resume-cv-template-for-developers-pillar/" target="_blank">Pillar - Free Bootstrap 4 Resume/CV Template for Developers</a> <span class="badge badge-theme">Free</span></h3>
<p class="summary">Provide a brief description of your project. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatu.</p>
<p><a class="more-link" href="https://themes.3rdwavemedia.com/bootstrap-templates/resume/free-bootstrap4-resume-cv-template-for-developers-pillar/" target="_blank"><i class="fas fa-external-link-alt"></i>Download Now</a></p>
</div>
<div class="item">
<h3 class="title"><a href="https://themes.3rdwavemedia.com/bootstrap-templates/speciality/devblog-free-bootstrap-4-blog-template-for-developers/" target="_blank">DevBlog - Free Bootstrap 4 Blog Template for Developers</a> <span class="badge badge-theme">Free</span></h3>
<p class="summary">Provide a brief description of your project. Maecenas ornare ultricies risus, in fermentum augue consectetur in. Vestibulum vitae mauris iaculis, sollicitudin velit in, molestie nulla. </p>
<p><a class="more-link" href="https://themes.3rdwavemedia.com/bootstrap-templates/speciality/devblog-free-bootstrap-4-blog-template-for-developers/" target="_blank"><i class="fas fa-external-link-alt"></i>Download Now</a></p>
</div>
<div class="item">
<h3 class="title"><a href="https://themes.3rdwavemedia.com/bootstrap-templates/startup/nova-bootstrap-landing-page-template-for-mobile-apps/" target="_blank">Nova - Free App Landing Page Template for App Developers</a> <span class="badge badge-theme">Free</span></h3>
<p class="summary">Provide a brief description of your project. Lorem ipsum dolor sit amet, consectetur adipiscing elit. In vel purus enim. Etiam tortor felis, fermentum ac ultrices sed.</p>
<p><a class="more-link" href="https://themes.3rdwavemedia.com/bootstrap-templates/startup/nova-bootstrap-landing-page-template-for-mobile-apps/" target="_blank"><i class="fas fa-external-link-alt"></i>Download Now</a></p>
</div>
<a class="btn btn-cta-secondary" href="#">More on GitHub <i class="fas fa-chevron-right pt-1"></i></a>
</div>
</div>
</section>
-->
</div><!--//primary-->
<div class="secondary col-lg-4 col-12">
<aside class="info aside section">
<div class="section-inner shadow-sm rounded">
<h2 class="heading sr-only">Basic Information</h2>
<div class="content">
<ul class="list-unstyled">
<li><i class="fas fa-map-marker-alt"></i><span class="sr-only">Location:</span>Orlando, FL</li>
<li><i class="fas fa-envelope"></i><span class="sr-only">Email:</span><a href="mailto:[email protected]">[email protected]</a></li>
<li><i class="fas fa-link"></i><span class="sr-only">Website:</span><a href="#">www.StephenMaldonado.com</a></li>
<li><i class="fab fa-github-alt"></i><span class="sr-only">Github:</span><a href="https://github.com/StephenMal">Github Profile</a></li>
<!--<li><i class="fas fa-graduation-cap"></i><span class="sr-only">Google Scholar:</span><a href="#">Google Scholar Profile</a></li>-->
</ul>
</div><!--//content-->
</div><!--//section-inner-->
</aside><!--//aside-->
<!--
<aside class="testimonials aside section">
<div class="section-inner shadow-sm rounded">
<h2 class="heading">Testimonials</h2>
<div class="content">
<div class="item">
<blockquote class="quote">
<p><i class="fas fa-quote-left"></i>James is an excellent software engineer and he is passionate about what he does. You can totally count on him to deliver your projects!</p>
</blockquote>
<p class="source"><span class="name">Tim Adams</span><br /><span class="title">Curabitur commodo</span></p>
</div>
<p><a class="more-link" href="https://www.linkedin.com/in/stephen-maldonado-052593170/"><i class="fas fa-external-link-alt"></i>More on Linkedin</a></p>
</div>
</div>
</aside>
-->
<aside class="education aside section">
<div class="section-inner shadow-sm rounded">
<h2 class="heading">Education</h2>
<div class="content">
<div class="item">
<h3 class="title"><i class="fas fa-graduation-cap"></i> B.S. Computer Science</h3>
<h4 class="university">University of Central Florida <span class="year">(On track for May 2022)</span></h4>
<h4 class="university">Graduating with Honors</h4>
<h4 class="university">Minors: Leadership Studies</h4>
<h4 class="university">GPA: 3.5</h4>
</div><!--//item-->
</div><!--//content-->
</div><!--//section-inner-->
</aside><!--//section-->
<aside class="skills aside section">
<div class="section-inner shadow-sm rounded">
<h2 class="heading">Skills</h2>
<div class="content">
<p class="intro">
Below list my comfort with various languages given my experience so far. </p>
<div class="skillset">
<div class="item">
<h3 class="level-title">Python<span class="level-label" data-toggle="tooltip" data-placement="left" data-animation="true" title="I am very comfortable in my ability to use Pytohn and to expand my knowldege of Python prfoessionally. I have used it in Research and several AI courses."><i class="fas fa-info-circle"></i>Decent</span></h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="90%">
</div>
</div><!--//level-bar-->
</div><!--//item-->
<div class="item">
<h3 class="level-title">C<span class="level-label" data-toggle="tooltip" data-placement="left" data-animation="true" title="I am very comfortable in my ability to use C and to expand my knowledge of C professionally."><i class="fas fa-info-circle"></i>High</span></h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="90%">
</div>
</div><!--//level-bar-->
</div><!--//item-->
<div class="item">
<h3 class="level-title">Java<span class="level-label" data-toggle="tooltip" data-placement="left" data-animation="true" title="I have experience in Java and would be able to use it in a professional environment."><i class="fas fa-info-circle"></i>Pretty High</span></h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="80%">
</div>
</div><!--//level-bar-->
</div><!--//item-->
<div class="item">
<h3 class="level-title">Microsoft Office<span class="level-label" data-toggle="tooltip" data-placement="left" data-animation="true" title="I am very comfortable in my ability to use Microsoft Office Products and to expand my knowledge of Microsoft Office professionally.."><i class="fas fa-info-circle"></i>Pretty High</span></h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="80%">
</div>
</div><!--//level-bar-->
</div><!--//item-->
<p><a class="more-link" href="https://github.com/StephenMal" target="_blank"><i class="fas fa-external-link-alt"></i>More on GitHub</a></p>
</div>
</div><!--//content-->
</div><!--//section-inner-->
</aside><!--//section-->
<aside class="languages aside section">
<div class="section-inner shadow-sm rounded">
<h2 class="heading">Electives</h2>
<div class="content">
<ul class="list-unstyled">
<li class="item">
<span class="title"><strong><a href="https://catalog.ucf.edu/preview_course_nopop.php?catoid=18&coid=76048" target="_blank">Artificial Intelligence</a></strong></span>
</li>
<li class="item">
<span class="title"><strong><a href="https://catalog.ucf.edu/preview_course_nopop.php?catoid=18&coid=76047" target="_blank">Robot Vision</a></strong></span>
</li>
<li class="item">
<span class="title"><strong><a href="https://catalog.ucf.edu/preview_course_nopop.php?catoid=4&coid=10369" target="_blank">Evolutionary Computation</a></strong></span>
</li>
<li class="item">
<span class="title"><strong><a href="https://catalog.ucf.edu/preview_course_nopop.php?catoid=15&coid=66416" target="_blank">Natural Language Processing</a></strong></span>
</li>
</ul>
</div>
</div>
</aside>
<!--<aside class="languages aside section">
<div class="section-inner shadow-sm rounded">
<h2 class="heading">Languages</h2>
<div class="content">
<ul class="list-unstyled">
<li class="item">
<span class="title"><strong>English:</strong></span>
<span class="level">Native Speaker <br class="visible-xs"/><i class="fas fa-star"></i> <i class="fas fa-star"></i> <i class="fas fa-star"></i> <i class="fas fa-star"></i> <i class="fas fa-star"></i> </span>
</li>
<li class="item">
<span class="title"><strong>Spanish:</strong></span>
<span class="level">Professional Proficiency <br class="visible-sm visible-xs"/><i class="fas fa-star"></i> <i class="fas fa-star"></i> <i class="fas fa-star"></i> <i class="fas fa-star-half"></i></span>
</li>
</ul>
</div>
</div>
</aside>-->
<!--
<aside class="list conferences aside section">
<div class="section-inner shadow-sm rounded">
<h2 class="heading">Conferences</h2>
<div class="content">
<ul class="list-unstyled">
<li><i class="far fa-calendar-alt"></i> <a href="http://www.nacurh.org/" target="_blank">NACURH 2020</a> (Virtual)</li>
<li><i class="far fa-calendar-alt"></i> <a href="http://www.nacurh.org/">NACURH 2019</a> (Baton Rouge, LA)</li>
</ul>
</div>
</div>
</aside>
-->
<!--<aside class="skills aside section">
<div class="section-inner shadow-sm rounded">
<h2 class="heading">Euler Project Progress</h2>
<div class="content">
<p class="intro">
Project Euler is a website dedicated to a series of computational problems intended to be solved with computer programs. The project attracts adults and students interested in mathematics and computer programming. I saved my solutions on Github.</p>
<div class="skillset">
<div class="item">
<h3 class="level-title">Personal Progress<span class="level-label" data-toggle="tooltip" data-placement="left" data-animation="true" title="Number of Euler Problems completed."><i class="fas fa-info-circle"></i>2/713</span></h3>
<div class="level-bar">
<div class="level-bar-inner" data-level="0.02%">
</div>
</div>
</div>
<p><a class="more-link" href="https://projecteuler.net/about"><i class="fas fa-external-link-alt"></i>Euler Project Website</a></p>
</div>
</div>
</div>
</aside>
-->
</div><!--//secondary-->
</div><!--//row-->
</div><!--//masonry-->
<!-- Javascript -->
<script type="text/javascript" src="assets/plugins/jquery-3.4.1.min.js"></script>
<script type="text/javascript" src="assets/plugins/popper.min.js"></script>
<script type="text/javascript" src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="assets/plugins/jquery-rss/dist/jquery.rss.min.js"></script>
<!-- github calendar plugin -->
<script type="text/javascript" src="assets/plugins/github-calendar/dist/github-calendar.min.js"></script>
<!--<script src="https://unpkg.com/github-calendar@latest/dist/github-calendar.min.js"></script>-->
<!-- github activity plugin -->
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/mustache.js/0.7.2/mustache.min.js"></script>
<script type="text/javascript" src="assets/plugins/github-activity/github-activity-0.1.5.min.js"></script>
<!-- custom js -->
<script type="text/javascript" src="assets/js/main.js"></script>
</body>
</html>