-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
268 lines (258 loc) · 15.7 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
<!DOCTYPE html>
<html>
<head>
<title>Mau's Page</title>
<meta name="description" content="Mauricio's resume/blog spot.">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<script src="home.js" defer></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header id="homepage">
<nav class="nav main-nav">
<!-- <a href="3dLand.html" class="link"> Metaverse</a>
<a href="test.html" class="link">Test Page</a> -->
<a href="blog.html" class="link">Experiences</a>
<a href="#projects" class="link">Projects</a>
<!-- <a href="recursion/recurse.html" class="link">Recursion</a> -->
<a href="#socials" class="link">Socials</a>
</nav>
<div class="intro-wrapper center-flex">
<p></p>
<h1 class="intro" style="font-size: 6rem;">
Welcome to
</h1>
<h1 id="NAME" class="intro" style="font-size: 12rem;">
Mauricio's
</h1>
<h1 class="intro" style="font-size: 6rem;">
Website!
</h1>
<p></p>
<h3 class="intro" style="font-size: 2rem;">
This page will serve as a more extensive resume / blog.
</h3>
</div>
</header>
<a id="projects"></a>
<h1 id="project" class="nav-section-title">Projects</h2>
<div class="project-container">
<div class="flipper-card">
<div class="flipper-front">
<img src="images/projectsThumbnail/roomy.png">
</div>
<div class="flipper-back">
<h3><a href="" rel="noopener noreferrer" target="_blank" style="pointer-events: none;">
Roomy
</a></h3>
<p>
Smart homes offer a set of basic device functionalities that users can use to build complex routines. But intelligent automatons require manual set up and normal interactions are handled with dashboards because voice assistants are flaky.
Roomy is an AI powered smarter home proof of concept. We apply the tool forming and auto GPT concepts to build an intelligent assistant capable of handling complex, and opinionated interactions. System Design Roomy uses an orchestrator model to understand the users request and apply it to the most relevant command(s). If there are no commands that handle the user's request, the orchestrator calls the tool former. The tool former generates a new function building on the previous functions and it appends it to the set of functions for the orchestrator to call from. The tool former goes through a feedback cycle with a feedback agent until the tool former generates a function that compiles and meets the user's request (if possible). As roomy is used and it generates more functions it continuous to augment and improve it's abilities until it has a minimal amount of function creations. Power users can then write their own functions in python for the orchestrator to call, or they can edit python functions created by the tool former.
</p>
<div class="tag-container">
<a class="tag lang">python</a>
<a class="tag lang">Typescript</a>
<a class="tag lib">React</a>
<a class="tag lib">Next.js</a>
<a class="tag lib">tailwind</a>
<a class="tag lib">Aceternity UI</a>
<a class="tag lib">Fetch AI</a>
<a class="tag api">Gemini</a>
</div>
</div>
</div>
<div class="flipper-card">
<div class="flipper-front">
<img src="images/projectsThumbnail/magigram.png">
</div>
<div class="flipper-back">
<h3><a href="https://magigram.us" rel="noopener noreferrer" target="_blank">
Magigram
</a></h3>
<p>
A tool to help users create unique and meaningful pseudonyms. Inspired by Voldemort derived from the transformation of "Tom Marvolo Riddle" to "I am Lord Voldemort", I tried creating my own anagramatic pseudonym. It was a difficult and lengthy process. I created a tool to allow you to see all the valid word options, filter them, search through them, and select them. The product also includes a history section to allow users to explore multiple attempts simultaneously. Lastly, I created a transformer based inspired name generation algorithm to create a unique name constrained by the user's remaining letters. The model used is modifiable and users can weight different corpus to get a more Greek or Aztec inspired name for example.
</p>
<div class="tag-container">
<a class="tag lang">js</a>
<a class="tag lang">python</a>
<a class="tag library">React</a>
<a class="tag library">tailwind</a>
<a class="tag library">DaisyUI</a>
</div>
</div>
</div>
<div class="flipper-card">
<div class="flipper-front">
<img src="images/projectsThumbnail/safeandslug.png">
</div>
<div class="flipper-back">
<h3><a href="https://safeandslug.us" rel="noopener noreferrer" target="_blank">
Safe and Slug
</a></h3>
<p>
UC Santa Cruz Hackathon 2024 submission. A progressive web app to facilitate safe events. We wanted to protect people at big events by empowering users to report health issues, violence, SA, or other issues discretely. The reports will be seen and addressed by event organizers who then have access to the reporter's phone number and disclosed medical information. With multiple user roles, we allow event organizers to view an event dashboard with all reports, all users, and users capable of helping in emergency situations. While the PWA is built in Next.js, tailwind, and daisy UI, and hosted on Vercel, we handle realtime data on a different server. Since each event manager will be looking at the dashboard, we need a better way of sending up to date traffic. We solve this by having a dedicated socket server to minimize traffic to the vercel server and to allow the server to update the dashboard in real time when necessary. The architecture is designed to be scalable and secure. Please view the <a href="https://devpost.com/software/safe-and-slug">dev post</a> to see the design. To make the product easy to use, the website is responsive and downloadable as a PWA. We also made joining events seemless, by allowing users to scan a QR code with a link to the event that is generated on the event dashboard. There are a host of quality of life features as well, please reach out if you want to learn more.
</p>
<div class="tag-container">
<a class="tag lang">ts</a>
<a class="tag library">Prisma</a>
<a class="tag library">Next.js</a>
<a class="tag library">MongoDB Atlas</a>
<a class="tag library">tailwind</a>
<a class="tag library">DaisyUI</a>
<a class="tag library">Node.js</a>
</div>
</div>
</div>
<div class="flipper-card">
<div class="flipper-front">
<img src="images/projectsThumbnail/raytracer.png">
</div>
<div class="flipper-back">
<h3><a href="https://swemau.me/RayTracer" rel="noopener noreferrer" target="_blank">
RayTracer
</a></h3>
<p>
Ray Tracing visualizer created by coding along with David Shiffman's coding challenge 146.
</p>
<div class="tag-container">
<a class="tag lang">js</a>
<a class="tag lang">html/css</a>
<a class="tag library">p5.js</a>
</div>
</div>
</div>
<div class="flipper-card">
<div class="flipper-front">
<img src="images/projectsThumbnail/tripBud.png">
</div>
<div class="flipper-back">
<h3><a href="https://tripbud.swemau.me" rel="noopener noreferrer" target="_blank">
TripBud
</a></h3>
<p>
A Budget Trip Planner to help you plan trips within a budget and keep track of who paid for what!
</p>
<div class="tag-container">
<a class="tag lang">js</a>
<a class="tag lang">html/css</a>
<a class="tag lang">java</a>
<a class="tag api">cloud datastore</a>
</div>
</div>
</div>
<div class="flipper-card">
<div class="flipper-front">
<img src="images/projectsThumbnail/galacti-pong.png">
</div>
<div class="flipper-back">
<h3><a href="https://luceium.github.io/Galacti-Pong/game.html" rel="noopener noreferrer" target="_blank">
Galacti-Pong
</a></h3>
<p>
Circular pong inspired by: Paul Beltran
<br>
small side project to play around with web development and game design.
</p>
<div class="tag-container">
<a class="tag lang">js</a>
<a class="tag lib">p5.js</a>
<a class="tag lib">matter.js</a>
</div>
</div>
</div>
<div class="flipper-card">
<div class="flipper-front">
<img src="images/projectsThumbnail/recurse.png">
</div>
<div class="flipper-back">
<h3><a href="recursion/recurse.html" rel="noopener noreferrer" target="_blank">
Recursion
</a></h3>
<p>
An attempt to have pages that load each other via multiple strategies. See page for my reflection.
</p>
<div class="tag-container">
<a class="tag lang">js</a>
<a class="tag lang">html/css</a>
</div>
</div>
</div>
<div class="flipper-card">
<div class="flipper-front">
<img src="images/projectsThumbnail/scanslate.png">
</div>
<div class="flipper-back">
<h3><a href="https://replit.com/@shift4id/cssi-final-project#index.html" rel="noopener noreferrer" target="_blank">
Scanslate
</a></h3>
<p>
A travelers tool for language learning. It translates detected items to spanish and makes a flashcard with the picture for you.
</p>
<div class="tag-container">
<a class="tag lang">js</a>
<a class="tag lang">html/css</a>
<a class="tag lib">node.js</a>
<a class="tag api">google translate</a>
</div>
</div>
</div>
<div class="flipper-card">
<div class="flipper-front">
<img src="images/projectsThumbnail/ambiair.jpg">
</div>
<div class="flipper-back">
<h3><a href="" rel="noopener noreferrer" target="_blank" style="pointer-events: none;">
Ambi~Air
</a></h3>
<p>
An android app to help you save electricity, save the environment, and save your wallet!
Ambi~Air is a project I built in highschool for my AP Computer Science A class final.
This was my first project with Android, Firebase, Python or a RaspberryPi.
It was built in 2 weeks and was a fun project.
The RaspberryPi served as a weather station gathering weather data with an API and a temperature sensor.
It sent the data to firebase using Python. The temperature however, was flawed.
The RainbowHat's temperature sensor was directly above the CPU.
I used a simple thermal transfer equation to estimate the added temperature, based on the temperature and distance of the CPU.
On the other end, the Android phone running the app will see live updated temperatures obtained from Firebase.
The app also does data manipulation to return a custom instruction alerting the user to open, or close windows when it would help the user get closer to their desired home temperature without using an AC or a heater.
</p>
<div class="tag-container">
<a class="tag lang">python</a>
<a class="tag lang">java</a>
<a class="tag lib">RainbowHat</a>
<a class="tag misc">Android</a>
<a class="tag api">Open Weather</a>
</div>
</div>
</div>
</div>
<main>
<iframe class="pdf-viewer" id="resume" src="documents/FinishedResume.pdf"></iframe>
<!-- <iframe class="pdf-viewer" id="resume"
sandbox="allow-scripts allow-popups allow-forms allow-same-origin allow-popups-to-escape-sandbox allow-downloads allow-modals" frameborder="0" aria-label="Document, Mauricio Miguel Curiel-Resume on Website" allowfullscreen=""
src="https://docs.google.com/document/d/1WM9vmMeHefoPdo1IlmMTOpKRWMS-3HiwIFX9lqCQIAk/preview?authuser=0">
</iframe> -->
</main>
<footer>
<a id="socials"></a>
<nav class="nav footer">
<div id="social-message"> <!-- footer notes-->
<h2>Learn More About<a href="https://g.dev/Luceium"> </a>Me Here:</h2>
<h2>stay connected and reach out</h2>
</div>
<div class="socials-container">
<a target="_blank" href="https://github.com/Luceium">
<img class="link" src="/images/socialLogos/github.png">
</a>
<a target="_blank" href="https://leetcode.com/SlytherinMau/">
<img class="link" src="/images/socialLogos/leetcode.png">
</a>
<a target="_blank" href="https://linkedin.com/in/swemau">
<img class="link" src="/images/socialLogos/linkedin.png">
</a>
</div>
</nav>
</footer>
</body>
</html>