-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
277 lines (240 loc) · 13 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
<!DOCTYPE HTML>
<!--
Story by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Story by HTML5 UP</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<script type="text/javascript">
function decode(a) {
return a.replace(/[a-zA-Z]/g, function(c){
return String.fromCharCode((c <= 'Z' ? 90 : 122) >= (c = c.charCodeAt(0) + 13) ? c : c - 26);
})
};
function openMailer(element) {
var y = decode("[email protected]");
element.setAttribute("href", "mailto:" + y);
element.setAttribute("onclick", "");
element.firstChild.nodeValue = "Open email software";
};
</script>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper" class="divided">
<!-- One -->
<section class="banner style1 orient-left content-align-left image-position-right fullscreen onload-image-fade-in onload-content-fade-right">
<div class="content">
<h1 style="font-weight: bold; white-space: pre;">I'm Raul Galvez </h1>
<p class="subtext">
A senior at Duke Univeristy (December 2024)<br />
<br />
Electrical and Computer Engineering (Primary Major)<br />
Computer Science (Secondary Major) <br />
Robotics & Automation (Certificate)<br />
<br />
Always passionate to learn more and to explore new areas in Engineering<br />
</p>
<ul class="actions stacked">
<li><a href="#first" class="button big wide smooth-scroll-middle">Get Started</a></li>
</ul>
</div>
<div class="image" style="background-color: #b2b4b3";>
<img src="headshot.jpg" alt="Raul Galvez Selfie" />
</div>
</section>
<!-- Two -->
<!-- Three -->
<section class="spotlight style1 orient-left content-align-left image-position-center onscroll-image-fade-in">
<div class="content">
<h2>Here is more detail about my experience and projects</h2>
<ul class="actions stacked">
<a href="https://raulgalvezresume.tiiny.site/" target="_blank"class="icon fa-solid fa-file button">Resume</a>
</ul>
</div>
<div class="image">
<img src="resume_clipart.jpg" alt="Resume Clipart" style="width: 400px;"/>
</div>
</section>
<!-- Four -->
<section class="spotlight style1 orient-right content-align-left image-position-center onscroll-image-fade-in">
<div class="content">
<h2>Connect with me!</h2>
<ul class="actions stacked">
<a href="https://www.linkedin.com/in/raulgalvezjr/" id="Main Raul Galvez LinkedIn" target="_blank" class="icon brands fa-linkedin button">LinkedIn</a>
</ul>
</div>
<div class="image">
<img src="linkedin_website.jpg" alt="Linkedin Clipart" />
</div>
</section>
<!-- Five -->
<section class="wrapper style1 align-center">
<div class="inner">
<h2>Engineering Projects</h2>
</div>
<!-- Engineering -->
<div class="gallery style2 small lightbox onscroll-fade-in">
<article>
<a href="burger_simulation.png" style="padding-top: 20px; box-shadow: inset 0 0 0 20px white" class="image">
<img src="burger_simulation.png" alt="Gazebo Burger Flip SImulation" />
</a>
<div class="caption">
<h3>Burger Flip Simulation</h3>
<p>Used Gazebo and ROS in order to simulate a UR5e robot arm building a burger</p>
</div>
</article>
<article>
<a href="underwater_AUV.jpg" class="image">
<img src="underwater_AUV.jpg" alt="Underwater AUV" />
</a>
<div class="caption">
<h3>Autonomous AUV</h3>
<p>Developed an AUV that can sink to a depth of 300ft and remain operational for long periods of time</p>
</div>
</article>
<article>
<a href="hook_delivery.png" class="image">
<img src="hook_delivery.png" alt="XPrize Hook Delivery" />
</a>
<div class="caption">
<h3>Drone Delivery/Recovery System</h3>
<p>
Developed a way to deliver and retrieve recording devices and insect traps with a Parrot ANAFI drone. Part of the semi-finalist 2023 <a href="https://www.xprize.org/prizes/rainforest" target="_blank">XPRIZE Rainforest</a> Competition.
</p>
</div>
</article>
<article>
<a href="Robot.jpg" class="image">
<img src="Robot.jpg" alt="Autonomous Camera Trap" style="padding-top: 40px; box-shadow: inset 0 0 0 40px white" />
</a>
<div class="caption" style="line-height: 1;">
<h3>Autonomous Camera Trap</h3>
<p>Camera trap that could attach to a tree branch autonomously. Also, it could take pictures whenever it detected movement up to 20ft.
Part of the 2020 <a href="https://www.xprize.org/prizes/rainforest" target="_blank">XPRIZE Rainforest</a> Competition. </p>
</div>
</article>
</div>
</section>
<section class="wrapper style1 align-center">
<div class="inner">
<h2>Computer Science Projects</h2>
</div>
<!-- Computer Science -->
<div class="gallery style2 medium lightbox onscroll-fade-in">
<article style= "background-color: #6d757d;">
<a style= "background-color: #6d757d;" href="atxapartmenthunter.jpg" class="image">
<img src="atxapartmenthunter.jpg" alt="" style="padding-top: 60px"/>
</a>
<div class="caption">
<h3>ATX Apartment Hunter</h3>
<p>Helped to develop a website that used a custom API in order to help people find apartments in Austin Texas. Mainly focused on frontend and search functionality</p>
</div>
</article>
<article>
<a href="RISCProcessor.png" class="image">
<img src="RISCProcessor.png" style="padding-top: 20px; box-shadow: inset 0 0 0 20px white" alt="" />
</a>
<div class="caption">
<h3>RISC-V Processor</h3>
<p>Coded a RISC-V Processor using Verilog and used it to create a Prime number sifter</p>
</div>
</article>
<article>
<a href="bill_picture.jpg" class="image">
<img src="bill_picture.jpg" alt="" />
</a>
<div class="caption">
<h3>Analysis of Congress Bills</h3>
<p>Analyzed the text in Congressional bills from 1993-2021. Mainly looked for changes in text complexity and word usage</p>
</div>
</article>
</div>
</section>
<!-- Six -->
<section class="wrapper style1 align-center">
<div class="inner">
<h2>Activity/Involvement</h2>
<p>This is a combination of on and off campus</p>
<div class="items style1 medium onscroll-fade-in">
<section>
<span style="display: block; width: 100%; height: 100%; border-radius: inherit; object-position: center center; object-fit: cover; image-rendering: auto; background-color:#1b2d50;">
<a href="https://headstarter.co/" id="Headstarter-website" style="border-width:0px;border:0px;" >
<img decoding="async" sizes="146px" srcset="https://framerusercontent.com/images/fP9Evsnp42PXLTXr2lEJDVDs34Y.png?scale-down-to=512 512w,https://framerusercontent.com/images/fP9Evsnp42PXLTXr2lEJDVDs34Y.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/fP9Evsnp42PXLTXr2lEJDVDs34Y.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/fP9Evsnp42PXLTXr2lEJDVDs34Y.png 4063w" src="https://framerusercontent.com/images/fP9Evsnp42PXLTXr2lEJDVDs34Y.png" alt="" style="display: block; width: 100%; height: 100%; border-radius: inherit; object-position: center center; object-fit: cover; image-rendering: auto; background-color:#0d0d14;">
</a>
</span>
<span style="padding-top: 20px;">
<h4> Summer 2024 </h4>
<h3>SWE Fellow</h3>
<p>I recently joined Headstarter in order to develop new projects and to better understand the field oF AI. I am very excited for what is to come</p>
</section>
<section>
<a href="https://codepath.org?hsLang=en" id="Codepath-website" style="border-width:0px;border:0px;" data-uw-rm-brl="PR" data-uw-original-href="https://codepath.org/?hsLang=en">
<img src="https://www.codepath.org/hs-fs/hubfs/logo-codepath.png?width=269&height=24&name=logo-codepath.png" alt="Codepath logo" style="display: block; width: 100%; height: 100%; border-radius: inherit; object-position: center center; object-fit: cover; image-rendering: auto;"/>
</a>
<h4>Summer 2024</h4>
<h3>TIP 102 Interview PREP</h3>
<p>I joined Codepath in order to gai a better understanding of algorithms and to review Python. It has helped me practice leetcode problems and optimze my code</p>
</section>
<section>
<a href="https://www.colorstack.org/" id="Colorstack-website" style="border-width:0px;border:0px;">
<img src="https://cdn.prod.website-files.com/61ae4846c32bb55b23085ccd/621150da29e6f9048c44a6dd_Logo.png" alt="Colorstack logo" style="display: block; width: 100%; height: 100%; border-radius: inherit; object-position: center center; object-fit: cover; image-rendering: auto;"/>
</a>
<h4> Spring 2024 - Current</h4>
<h3>Colorstack</h3>
<p>I am a member of Colorstack which aims to help Black and Hispanic graduates get hired and explore new opportunities</p>
</section>
<section>
<a href="https://duke-robotics.com/" id="Duke-Robotics-Club-website" style="border-width:0px;border:0px;">
<img src="https://duke-robotics.com/wp-content/uploads/2024/03/cropped-cropped-cropped-cropped-cropped-title_logo-e1711214631691.png" alt="Duke Robotics Club" style="display: block; width: 100%; height: 100%; border-radius: inherit; object-position: center center; object-fit: cover; image-rendering: auto;"/>
</a>
<h4> Fall 2023 - Current </h4>
<h3>Computer Science Team</h3>
<p>We participate in the yearly <a href="https://robosub.org/programs/2024/" target="_blank">Robosub Competition </a>. I focus on creating new components for the interface and ensuring that the AUV behaves as intended for each task.</p>
</section>
<section>
<a href="https://shpe.org/" id="SHPE-website" style="border-width:0px;border:0px;">
<img src="https://shpe.org/wp-content/uploads/2019/07/logo-footer-large.webp" alt="SHPE logo" sizes="146px" style="display: block; width: 100%; height: 100%; border-radius: inherit; object-position: center center; object-fit: cover; image-rendering: auto; background-color:#1b2d50;"/>
</a>
<h4>Fall 2022 - Current</h4>
<h3>Member</h3>
<p> I am a member of the Duke University SHPE Chapter. We focus on finding opportunities for Hispanics in STEM and helping them succeed.</p>
</section>
<section>
<a href="https://sites.duke.edu/migente/" id="Mi Gente-website" style="border-width:0px;border:0px;" >
<img src="https://media.licdn.com/dms/image/C560BAQEeJKMZINkitQ/company-logo_200_200/0/1630650689046?e=1730332800&v=beta&t=FS9_TAk-ZGYP-dOvzFoEb7EMo0OJerU2Cr_bEiaJOfU" alt="Mi Gente logo" style=" width: 50%; height: 30%; border-radius: inherit; object-position: center center; overflow:hidden; object-fit: cover; image-rendering: auto;"/>
</a>
<h4>Fall 2021 - Current</h4>
<p>Mi Gente is the Hispanic group at Duke University. They host events throughout the year and help to promote inclusion.</p>
</section>
</div>
</div>
</section>
<!-- Footer -->
<footer class="wrapper style1 align-center">
<div class="inner">
<ul class="icons">
<li><a href="https://www.instagram.com/rgalvez7/" id="Raul Galvez Jr Instagram" class="icon brands insta_style fa-instagram" target= "_blank"><span class="label">Instagram</span></a></li>
<li><a href="https://www.linkedin.com/in/raulgalvezjr/" id="Raul Galvez Jr Linkedin" class="icon brands linkedin_style fa-linkedin" target= "_blank"><span class="label">LinkedIn</span></a></li>
<li><a id ="Raul Galvez Jr Email" href ="#" class="icon email_style fa-envelope" onclick="openMailer(this)"><span class="label" target= "_blank">Email</span></a></li>
</ul>
<p>© Untitled. Design: <a href="https://html5up.net">HTML5 UP</a>.</p>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>