-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
415 lines (360 loc) · 27.3 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
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
<!DOCTYPE html>
<!--
___ ___ __ __ ____ ___ _______ ___ _ ___ _ _ _____ __ __
( ) / _ \| \ / | / __ \ / _ (_ _) \ / / | | ( ) \ | | ___) (_ \ / _)
| | | |_| | v | | | | || |_| || | \ v /| |_| || || \| | | \ v /
| | | _ | |\_/| | | | | || _ || | > < | _ || || | | | |
| | | | | | | | | _\ \/ /_| | | || | / ^ \| | | || || |\ | | | |
(___) |_| |_|_| |_| (___||___)_| |_||_| /_/ \_\_| |_(___)_| \_|_| |_|
-->
<html lang="English">
<head>
<meta charset="UTF-8">
<title>My Portfolio - Edward Gaibor</title>
<link rel="stylesheet" type="text/css" href="assets/css/style.css"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/webp" href="assets/images/profile.webp">
</head>
<body>
<main>
<div class="contenth">
<div class="content__imgh">
<div class="content__imgh-inner" style="background-image:url(assets/images/14.webp)"></div>
</div>
<div class="content__imgh">
<div class="content__imgh-inner" style="background-image:url(assets/images/15.webp)"></div>
</div>
<div class="content__imgh">
<div class="content__imgh-inner" style="background-image:url(assets/images/16.webp)"></div>
</div>
<div class="content__imgh">
<div class="content__imgh-inner" style="background-image:url(assets/images/17.webp)"></div>
</div>
<div class="content__imgh">
<div class="content__imgh-inner" style="background-image:url(assets/images/18.webp)"></div>
</div>
<div class="content__imgh">
<div class="content__imgh-inner" style="background-image:url(assets/images/19.webp)"></div>
</div>
<div class="content__imgh">
<div class="content__imgh-inner" style="background-image:url(assets/images/20.webp)"></div>
</div>
<div class="content__imgh">
<div class="content__imgh-inner" style="background-image:url(assets/images/21.webp)"></div>
</div>
<div class="content__imgh">
<div class="content__imgh-inner" style="background-image:url(assets/images/22.webp)"></div>
</div>
<div class="content__imgh">
<div class="content__imgh-inner" style="background-image:url(assets/images/23.webp)"></div>
</div>
</div>
<section class="home" id="home">
<p class="home-about">
A portfolio about
</p>
<h2>Edward Gaibor</h2>
<div class="intro">
<span class="intro__info">Please scroll moderately to fully experience the animations</span>
</div>
</section>
<div class="input-container">
<input type="text" id="commandInput" class="input-box" placeholder="Type command here (e.g., 'cd home')">
<button class="tooltip-icon">?</button>
<div class="tooltip-container">
<p>
<b>Help:</b><br><br>
- <b>'cd home':</b><br> Go to the home section.<br>
- <b>'cd about':</b><br> Learn more about me.<br>
- <b>'cd projects':</b><br> View my favorite projects.<br>
- <b>'cd gallery':</b><br> View my recent gallery.<br>
- <b>'cd experience':</b><br> View my working experience.<br>
- <b>'cd certificates':</b><br> View my certificates.<br>
- <b>'cd credits':</b><br> View the acknowledgements.
</p>
</div>
</div>
<section class="about" id="about">
<h2 class="section-titles">About Me</h2>
<div class="about-content">
<div class="about-text">
<p class="body-text">
I am a Computer Science student that is interested in traveling, CI/CD pipelines & automation, machine learning, computing on the web and full stack development.
<br><br>
Check out my resume here 😉
</p>
<a href="assets/Resume.pdf" download class="resume-button">Download Resume</a>
</div>
<div class="about-image">
<img style="filter: sepia(50%);"src="assets/images/server_profile.webp" alt="About Image">
</div>
</div>
</section>
<h2 class="projects-title">My Favorite <span class="fancy">Projects</span></h2>
<section class="projects" id="projects">
<div class="tabs">
<button class="tab-link qrpigeon" data-target="tab5" >Hack UMB App</button>
<button class="tab-link qrpigeon" data-target="tab1" >QR Pigeon</button>
<button class="tab-link hydroponics" data-target="tab2" >Automated Hydroponics System</button>
<button class="tab-link deeplearning" data-target="tab3">Deep Learning</button>
<button class="tab-link exoplanet" data-target="tab4">Interactive Exoplanet Predictor</button>
</div>
<div class="tab-content-wrapper">
<div id="tab1" class="tab-content">
<h2>QR Pigeon - Share images fast and cross-platform</h3>
<ul>
<li>We realized that all tools for sharing images from your phone to your laptop have a certain level of friction. Thus, we aim to make the sharing process as smooth as possible. No apps. No account setup. No clutter.</li>
<li>All you have to do is open https://www.qrpigeon.pics/ on your computer, scan the QR code on your phone, upload or take any image, and refresh the website on your computer! Boom, your pigeon has flown faster than light! Now you can download or copy the images with max quality and use them however you need, 100% free 🤯.</li>
</ul>
<a href="https://github.com/leiDnedyA/qr-image-drop" target="_blank">
<button class="project-links">Github Repository</button>
</a>
<a href="https://www.qrpigeon.pics" target="_blank">
<button class="project-links">Website</button>
</a>
</div>
<div id="tab2" class="tab-content">
<h2>Hydroponic IoT Greenhouse "BioInv_IoT"</h3>
<ul>
<li>Improved water consumption by +90 percent. As result, got second place in the national competition Junior Water Prize of Ecuador and participated in “Innovadores” – Ecuador’s innovation tournament, leading to a reduction of 50 dollars in weekly spending for my school’s dining service.</li>
<li>I created a refill system for water reservoirs with Arduino (C++) and a 24/7 monitoring system of abiotic data using ThingSpeak with MatLab triggers.</li>
</ul>
<a href="https://github.com/gaiborjosue/Hidroponic_IOT_Greenhouse" target="_blank">
<button class="project-links">Github Repository</button>
</a>
<a href="https://1drv.ms/b/s!ArFmrAajjkk_h89NMAPhRxwEbxVBTg?e=xBKHkg" target="_blank">
<button class="project-links">Research Paper (Spanish)</button>
</a>
</div>
<div id="tab3" class="tab-content">
<h2>6 Deep learning projects with Tensorflow</h3>
<ul>
<li>I did six projects related to deep learning, which include regression and classification, such as CNN model to predict
Pneumonia via images, CNN model to predict galaxy type, Life Expectancy within countries, Medical Cost prediction with
patient data, Patient survival rate, Air Quality predictor, and Forest Cover Type Classifier. As a result, I achieved a
certification.</li>
</ul>
<a href="https://github.com/gaiborjosue/DeepLearning-Projects" target="_blank">
<button class="project-links">GitHub Repository</button>
</a>
<a href="https://www.codecademy.com/profiles/Edward_Gaibor/certificates/5f85c4b9c431a800138a60e0" target="_blank">
<button class="project-links">Certificate</button>
</a>
</div>
<div id="tab4" class="tab-content">
<h2>Interactive Exoplanet Predictor</h3>
<ul>
<li>I predicted the number of planets based on the stellar characteristics using the Random Forest Classifier by scikit-learn
algorithm, resulting in Systems with one star with a 98% Accuracy score</li>
<li>In collaboration, an extended version of this project was made available through a 3D front-end. Collaborator: Ayden Diel.</li>
</ul>
<a href="https://github.com/leiDnedyA/interactive-exoplanet-predictor" target="_blank">
<button class="project-links">Github Repository</button>
</a>
</div>
<div id="tab5" class="tab-content">
<h2>Hack UMB: Fullstack App</h3>
<ul>
<li>As the CS Club, we organize hackathons each semester, so I created a website to improve the registration and check in of participants to the event.</li>
<li>One of my favorite feature is the personalized 3D badge :)</li>
</ul>
<a href="https://hackumb.tech" target="_blank">
<button class="project-links">Live Website</button>
</a>
<a href="https://github.com/gaiborjosue/HackUMB-Website" target="_blank">
<button class="project-links">Github Repository</button>
</a>
</div>
</div>
</section>
<p class="body-text" style="font-size: 30px; padding-top: 4%;">👀 View more projects <a href="/projects.html" target="_blank" style="color: var(--second-color-crazy); text-decoration: underline; cursor: none;">here.</a></p>
<h2 class="gallery-title">Recent Gallery</h2>
<div class="grid" id="gallery">
<figure class="grid__item" style="--r: 1;--c: 4;--s: 3;">
<div class="grid__item-img">
<div class="grid__item-img-inner" style="background-image:url(assets/images/1.webp);"></div>
</div>
<figcaption class="grid__item-caption"><h3>MPSYCH Lab Presentation</h3> <span>2023</span></figcaption>
</figure>
<figure class="grid__item" style="--r: 2;--c: 1;--s:3;">
<div class="grid__item-img">
<div class="grid__item-img-inner" style="background-image:url(assets/images/2.webp);"></div>
</div>
<figcaption class="grid__item-caption"><h3>Boostlet Presentation in SCU</h3> <span>2023</span></figcaption>
</figure>
<figure class="grid__item" style="--r: 3;--c: 4;--s: 4;">
<div class="grid__item-img">
<div class="grid__item-img-inner" style="background-image:url(assets/images/3.webp);"></div>
</div>
<figcaption class="grid__item-caption"><h3>Boostlet Presentation in Sloan Meeting</h3> <span>2023</span></figcaption>
</figure>
<figure class="grid__item" style="--r: 4;--c: 2;--s: 2;">
<div class="grid__item-img">
<div class="grid__item-img-inner" style="background-image:url(assets/images/4.webp);"></div>
</div>
<figcaption class="grid__item-caption"><h3>MIT Media Lab AI Conference</h3> <span>2023</span></figcaption>
</figure>
<figure class="grid__item" style="--r: 5;--c: 4;--s: 3;">
<div class="grid__item-img">
<div class="grid__item-img-inner" style="background-image:url(assets/images/5.webp);"></div>
</div>
<figcaption class="grid__item-caption"><h3>Boston Bridge Hackathon</h3> <span>2024</span></figcaption>
</figure>
<figure class="grid__item" style="--r: 6;--c: 2;--s: 2;">
<div class="grid__item-img">
<div class="grid__item-img-inner" style="background-image:url(assets/images/6.webp);"></div>
</div>
<figcaption class="grid__item-caption"><h3>MIT Media Lab AI Conference</h3> <span>2023</span></figcaption>
</figure>
<figure class="grid__item" style="--r: 7;--c: 4;--s:3;">
<div class="grid__item-img">
<div class="grid__item-img-inner" style="background-image:url(assets/images/7.webp);"></div>
</div>
<figcaption class="grid__item-caption"><h3>Boston Bridge Hackathon</h3> <span>2024</span></figcaption>
</figure>
<figure class="grid__item" style="--r: 8;--c: 2;--s:2;">
<div class="grid__item-img">
<div class="grid__item-img-inner" style="background-image:url(assets/images/8.webp);"></div>
</div>
<figcaption class="grid__item-caption"><h3>Niivue Hackathon @ SCU</h3> <span>2023</span></figcaption>
</figure>
<figure class="grid__item" style="--r: 9;--c: 4;--s: 4;">
<div class="grid__item-img">
<div class="grid__item-img-inner" style="background-image:url(assets/images/9.webp);"></div>
</div>
<figcaption class="grid__item-caption"><h3>Internship Conference</h3> <span>2023</span></figcaption>
</figure>
<figure class="grid__item" style="--r: 10;--c: 8;--s: 1;">
<div class="grid__item-img">
<div class="grid__item-img-inner" style="background-image:url(assets/images/10.webp);"></div>
</div>
<figcaption class="grid__item-caption"><h3>MIT Media Lab AI for Architecture Conference</h3> <span>2023</span></figcaption>
</figure>
<figure class="grid__item" style="--r: 11;--c: 3;--s: 5;">
<div class="grid__item-img">
<div class="grid__item-img-inner" style="background-image:url(assets/images/11.png);"></div>
</div>
<figcaption class="grid__item-caption"><h3>Boston Bridge Hackathon</h3> <span>2024</span></figcaption>
</figure>
<figure class="grid__item" style="--r: 12;--c: 1;--s: 2;">
<div class="grid__item-img">
<div class="grid__item-img-inner" style="background-image:url(assets/images/12.webp);"></div>
</div>
<figcaption class="grid__item-caption"><h3>Google DevFest</h3> <span>2023</span></figcaption>
</figure>
<figure class="grid__item" style="--r: 13;--c: 3;--s: 5;">
<div class="grid__item-img">
<div class="grid__item-img-inner" style="background-image:url(assets/images/13.webp);"></div>
</div>
<figcaption class="grid__item-caption"><h3>South Carolina University</h3> <span>2023</span></figcaption>
</figure>
<figure class="grid__item" style="--r: 14;--c: 8;--s: 1;">
<div class="grid__item-img">
<div class="grid__item-img-inner" style="background-image:url(assets/images/clubgs.jpg);"></div>
</div>
<figcaption class="grid__item-caption"><h3>UMB CS Club Guest Speaker - Anthony Hannon</h3> <span>2024</span></figcaption>
</figure>
</div>
<section class="work-experience" id="experience">
<div class="content content--highlight content--intro">
<p class="text-large"> I enjoy learning and collaborating on new projects to challenge myself. As the Computer Science Club's vice president, I am involved in hackathons, Google DevFests, and weekly sessions on campus.</p>
</div>
</div>
<div class="wrap">
<h2 class="projects-title">My Working Experience</h2>
<div class="content content--sticky content--grid bg-7">
<img class="content__img content__img--large content__img--left" src="assets/images/swe.webp" alt="SWE Intern"/>
<h2 class="content__title"><i>Software Engineer</i> Intern</h2>
<p class="content__text content__text--left text-meta">
Software Engineer intern @ John Hancock.
</p>
</div>
<div class="content content--sticky content--grid bg-1">
<img class="content__img content__img--large content__img--left" src="assets/images/heart.webp" alt="Heart Icon"/>
<h2 class="content__title"><i>Biomedical Signal</i> and Image Processing</h2>
<p class="content__text content__text--left text-meta">
Grader @ UMB for 20 students, where I had to review homework. I also built a Discord bot to automate the grading process.
</p>
</div>
<div class="content content--sticky content--grid bg-2" style="--offset:2rem;">
<img class="content__img content__img--large content__img--left" src="assets/images/brain.webp" alt="Brain Icon"/>
<h2 class="content__title"><i>Neuroimaging</i> Edge Computing Research</h2>
<p class="content__text content__text--left text-meta">
Research assistantship @ UMB for Boostlet.js to enable framework-agnostic image
processing on the web.
</p>
</div>
<div class="content content--sticky content--grid bg-3" style="--offset:4rem;">
<img class="content__img content__img--large content__img--left" src="assets/images/gpu.webp" alt="GPU"/>
<h2 class="content__title"><i>Graphics</i> Programming</h2>
<p class="content__text content__text--left text-meta">Grader @ UMB, reviewed weekly homework assignments for 30+ senior and graduate students and solved multiple issues
related to XTK.js, Three.js, WebGL, and more.</p>
</div>
<div class="content content--sticky content--grid bg-4" style="--offset:6rem;">
<img class="content__img content__img--large content__img--left" src="assets/images/bar.webp" alt="Data"/>
<h2 class="content__title"><i>Data Visualization</i> on the Web</h2>
<p class="content__text content__text--left text-meta">Grader @ UMB for 20 students, where I had to review homework. I also built a Discord bot to automate the grading process.</p>
</div>
<div class="content content--sticky content--grid bg-5" style="--offset:8rem;">
<img class="content__img content__img--large content__img--left" src="assets/images/lab.webp" alt="Lab"/>
<h2 class="content__title"><i>Research </i>Intern</h2>
<p class="content__text content__text--left text-meta">Developed scientific software for neuroimaging and other biomedical signals @ MIT, including neural network models.</p>
</div>
<div class="content content--sticky content--grid bg-6" style="--offset:10rem;">
<img class="content__img content__img--large content__img--left" src="assets/images/pc.webp" alt="PC"/>
<h2 class="content__title"><i>Technical</i> Intern</h2>
<p class="content__text content__text--left text-meta">Added a CI/CD pipeline @ MIT that automated the handling of new neuroimaging models using GitHub Actions, Amazon’s EC2
machines, and LinkML.</p>
</div>
</div>
<div class="content content--highlight content--outro">
<section class="certificates" id="certificates">
<h2 id="CERTIFICATES" class="section-titles">Certificates</h2>
<div class="slider-container">
<div class="slider">
<img src="assets/images/certs/DL_crt.png" alt="Certificate 1">
<img src="assets/images/certs/kncert.png" alt="Certificate 2">
<img src="assets/images/certs/perceptronscert.png" alt="Certificate 3">
<img src="assets/images/certs/certificate_ibm.png" alt="Certificate 4">
<img src="assets/images/certs/regressioncert.png" alt="Certificate 5">
<img src="assets/images/certs/certificate_1.webp" alt="Certificate 6">
<img src="assets/images/certs/certificate_2.webp" alt="Certificate 7">
<img src="assets/images/certs/certificate_3.webp" alt="Certificate 8">
<img src="assets/images/certs/certificate_4.webp" alt="Certificate 9">
<img src="assets/images/certs/certificate_5.webp" alt="Certificate 10">
</div>
<div class="slider-controls">
<button class="prev-button"><</button>
<button class="next-button">></button>
</div>
</div>
</section>
<div class="child" id="credits">
<p class="outo-titles"><b>Acknowledgements</b></p>
<p>
This website was inspired by the font Bricolage Grotesque, designed by Mathieu Triay. I used a similar style with brown, red and sepia tones to create a vintage look. I was also inspired by their font's <a href="https://ateliertriay.github.io/bricolage" target="_blank" class="links">website</a>. When I travel, I like to take pictures of the places I visit, so I decided to integrate that passion within the cursor effect on the home page. All the pictures taken in the gallery are from my personal collection.<br><br>
For the effects used on this website, I used the repository <a class="links" href="https://github.com/codrops" target="_blank">CoDrops</a> as inspiration, without their tutorials and help this website would not have been possible. <br><br>
I was also inspired by the minimalist approach of <a class="links" href="https://twitter.com/hesheissa" target="_blank">Hesham Eissa</a> and <a class="links" href="https://twitter.com/datavizlinds" target="_blank">Lindsey Poulter</a> on their website <a class="links" href="https://benjerry.heshlindsdataviz.com" target="_blank">Ben & Jerry's.</a>
I would also want to acknowledge the documentation of css and html, which helped me to create this website.
</p>
</div>
</div>
</section>
</main>
<svg class="cursor cursor--1" width="12" height="12" viewBox="0 0 12 12" data-scale-enter="0" data-opacity-enter="0">
<circle class="cursor__inner" cx="6" cy="6" r="3"></circle>
</svg>
<svg class="cursor cursor--2" width="72" height="72" viewBox="0 0 72 72" data-scale-enter="2" data-opacity-enter=".5" data-amt="0.15">
<circle class="cursor__inner" cx="36" cy="36" r="18"></circle>
</svg>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.9.1/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.9.1/ScrollTrigger.min.js"></script>
<script src="https://unpkg.com/@studio-freight/[email protected]/dist/lenis.min.js"></script>
<script src="https://unpkg.com/split-type"></script>
<script src="assets/js/imagesloaded.pkgd.min.js"></script>
<script type="module" src="assets/js/galleryeffects.js"></script>
<script src="assets/js/cursorEffect.js"></script>
<script src="assets/js/main.js"></script>
<script type="module" src="assets/js/scrollE.js"></script>
</body>
</html>