-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
237 lines (219 loc) · 15.6 KB
/
Copy pathindex.html
File metadata and controls
237 lines (219 loc) · 15.6 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
<!DOCTYPE HTML>
<!--
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Moaaz Elsayed</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body id="top">
<!-- Header -->
<header id="header">
<div class="inner">
<a href="#" class="image avatar"><img src="images/avatar.JPG" alt="" /></a>
<h1><strong>My name's Moaaz.</strong> I work on cool projects...<br />
Check them out! <br />
While you're here, check out my <a href="https://github.com/moaazelsayed">GitHub</a> account.</h1>
</div>
</header>
<!-- Main -->
<div id="main">
<!-- One -->
<section id="one">
<header class="major">
<!--
<script type="text/javascript" src="http://counter7.01counter.com/private/counter.js?c=6c84eb0ab6098e6ba43181caf4e3ffa5"></script>
-->
<h2>Where do I start?<br />
Well, When I was born...</h2>
</header>
<p>When I was born, in the great and majestic mountains of Tuholok, a very unique and magical phenomenon occurred; It was foretold that it only happened once in a million years, when a gifted child is born. Unfortunately, that gifted child was my neighbor who was also born on the same day. Jokes and stories aside, I'm a normal (somewhat creative) guy who has a strong knack for electrical & mechanical gadgets (Robots!) and a love for outer space and space exploration. Most of all, I love to write code... clean, fast, code. A close friend of mine, that first introduced me to programming, said it was the closest thing to magic, that still holds true for me until today. Anyways, without me blabbering too much, I've listed some of my projects below. Check them out!
<ul class="actions">
<li><a href="about.html" class="button">More about me...</a></li>
</ul>
</section>
<!-- Two -->
<section id="two">
<h2>Projects!</h2>
<div class="row">
<article class="6u 12u$(xsmall) work-item">
<a href="images/fulls/com.jpg" class="image fit thumb"><img src="images/thumbs/com.jpg" alt="" /></a>
<h3>WinHacks Hackathon</h3>
<p>Won <b>1st place</b> in Windsor's 1st Hackathon. Led a team in developing an application for elderly people as well as people “At-Risk” to make requests for essential needs in a pandemic. These requests will then be fulfilled by workers picking up groceries/medicine and dropping them off for contactless pickup.. Devpost link <a href="https://devpost.com/software/wehelp-5vpzw9"><b>here</b></a>. Here's a short <a href="https://www.youtube.com/watch?v=tAAGhtddGFU"><b>video</b></a> as well!
</p>
</article>
<article class="6u 12u$(xsmall) work-item">
<a href="images/fulls/brail.jpg" class="image fit thumb"><img src="images/thumbs/brail.jpg" alt="" /></a>
<h3>PC Hacks (University of Toronto Hackathon)</h3>
<p>Won <b>1st place</b> (Best use of robotics/hardware) in Toronto's regional Hackathon. Led a team to create a brail printer that uses motors on 3 axis to poke coordinated holes into paper making brail letters. The printer was built using items bought from the dollar store. An Arduino microcontroller was used to receive sentences and coordinate the motors to print the sentences in brail. Devpost website can be found <a href="https://devpost.com/software/braille-printer-r81uo9"><b>here</b></a>. Check out the code <a href="https://github.com/serenityvr/SerenityVRProject1"><b>here</b></a>. Here's a short <a href="Serenity.mp4"><b>video</b></a> as well!
</p>
</article>
<article class="6u 12u$(xsmall) work-item">
<a href="images/fulls/ai.jpg" class="image fit thumb"><img src="images/thumbs/ai.jpg" alt="" /></a>
<h3>Deep Learning & Reinforcement Learning AI Projects</h3>
<p>Created several mini projects using OpenCV and TensorFlow libraries in Python. Used OpenAI Gym with TensorFlow to create and test a Reinforcement Learning model on a pole-balancing game. Created an object recognition program that recognized and counted fish using OpenCV.
</p>
</article>
<article class="6u 12u$(xsmall) work-item">
<a href="images/fulls/bc.jpg" class="image fit thumb"><img src="images/thumbs/bc.jpg" alt="" /></a>
<h3>Ford Blockchain Hackathon</h3>
<p>Led team in the build of Ford Connected Ecosystem for a Blockchain competition. This is a system that uses the concept of Multi-Signature Wallet to verify the authenticity of the source of information/ notification and the ledger to track these notifications. Developed program in Solidity.
</p>
</article>
<article class="6u 12u$(xsmall) work-item">
<a href="images/fulls/td.jpg" class="image fit thumb"><img src="images/thumbs/td.jpg" alt="" /></a>
<h3>Cisco Fintech Hackathon (Top 10 finalists)</h3>
<p>Led team in the build of a promise-tracking system called TrusTD. It is a service that tracks and resolves IOU promises through a ledger to help eliminate micro transactions. It incorporates IoT to suggest the right time and place to pay for any unresolved promises.
</p>
</article>
<article class="6u 12u$(xsmall) work-item">
<a href="images/fulls/th.jpg" class="image fit thumb"><img src="images/thumbs/th.jpg" alt="" /></a>
<h3>Hack the North Hackathon (Bloomberg ‘Best App’ Mini Prize)</h3>
<p>Helped create app named Tim\'s in the Middle. This app uses geolocation to find a midpoint between multiple locations which it then uses to locate the nearest Tim Horton\'s. It's ideal for arranging group meetings, setting up Kijiji/craigslist meet-ups, and all the other miscellaneous activities which require a non-formal meeting place.
</p>
</article>
<article class="6u 12u$(xsmall) work-item">
<a href="images/fulls/01.jpg" class="image fit thumb"><img src="images/thumbs/01.jpg" alt="" /></a>
<h3>NASA SpaceApps Challenge - Serenity VR</h3>
<p>Won <b>1st place</b> (Best use of hardware) in Waterloo's regional SpaceApps Hackathon and became a <b>Global Nominee</b>. SerenityVR was created to take the astronaut away from the confined spaces that they're faced with everyday as part of space travel. Spaceflight is known to create both physical and psychological damages to the body. With SerenityVR, we are aiming to reduce these damages through Earth-like sensory + physical activities. Project's website can be found <a href="https://2016.spaceappschallenge.org/challenges/mars/space-recreation/projects/serenityvr"><b>here</b></a>. Check out the code <a href="https://github.com/serenityvr/SerenityVRProject1"><b>here</b></a>. Here's a short <a href="Serenity.mp4"><b>video</b></a> as well!
</p>
</article>
<article class="6u$ 12u$(xsmall) work-item">
<a href="images/fulls/02.jpg" class="image fit thumb"><img src="images/thumbs/02.jpg" alt="" /></a>
<h3>Unibo One-Wheeled Self Balancing Vehicle</h3>
<p>Invented and led project in the design and build of a one wheeled self-balancing vehicle for Capstone.
This project utilized control theory in the design of lateral and longitudinal balancing systems for a one
wheeled board. Team consisted of 6 members from different faculties to accomplish this task. Check out my code <a href="https://github.com/moaazelsayed/Unibo"><b>here</b></a>.
</p>
</article>
<article class="6u 12u$(xsmall) work-item">
<a href="images/fulls/03.jpg" class="image fit thumb"><img src="images/thumbs/03.jpg" alt="" /></a>
<h3>PID Controller for aircraft (Navion)</h3>
<p>Group won <b>3rd place</b> in a class wide project competition. The main objective of this project was the development of a controller for an aircraft autopilot system. This includes the detailing, design, analysis, and simulation of the system through MatLab's Simulink.
</p>
</article>
<article class="6u 12u$(xsmall) work-item">
<a href="images/fulls/05.jpg" class="image fit thumb"><img src="images/thumbs/05.jpg" alt="" /></a>
<h3>Self-Charging Heating Insoles</h3>
<p>A product had to be invented that could be applied to a real world market. Kinetic Rechargeable
Heating Insoles were invented in this project. Parts of this project included finding the market,
feasibility, each machining / manufacturing process, bill of material (BOM), floor plan,
business plan, and overall company structure.
</p>
</article>
<article class="6u$ 12u$(xsmall) work-item">
<a href="images/fulls/13.jpg" class="image fit thumb"><img src="images/thumbs/13.jpg" alt="" /></a>
<h3>Dynamics Catapult Project</h3>
<p> This project required the design and construction of a catapult that would be able to shoot a rubber ball to certain distances. It was solely built out of glue, string and Popsicle sticks. The Objective of this project was to apply the concept of projectile motion to a real life application.
</p>
</article>
<article class="6u 12u$(xsmall) work-item">
<a href="images/fulls/10.jpg" class="image fit thumb"><img src="images/thumbs/10.jpg" alt="" /></a>
<h3>FIRST Robotics Competition</h3>
<p>Won <b>Outstanding Contribution Award</b>. In this project, several components such as gears, motors, servos and several other devices were used to
build a remote controlled robot. This robot was programmed to compete in a country wide
competition involving different obstacles. A plaque was received for extraordinary work.
</p>
</article>
<article class="6u$ 12u$(xsmall) work-item">
<a href="images/fulls/11.jpg" class="image fit thumb"><img src="images/thumbs/11.jpg" alt="" /></a>
<h3>Mechatronics Autonomus Track Race</h3>
<p>Tied <b>1st Place</b> in a class wide competition. This project required the design and build of an autonomus vehicle programmed with PBASIC on a STAMP BS2.
</p>
</article>
<article class="6u$ 12u$(xsmall) work-item">
<a href="images/fulls/06.jpg" class="image fit thumb"><img src="images/thumbs/06.jpg" alt="" /></a>
<h3>Quick Coffee Portable coffee maker</h3>
<p> Team won <b>Viewers Choice Award</b> in the <b>BlueSky Competition</b>. Quick Coffee is a portable electric hot drink maker that can produce a hot beverage within minutes. It will provide coffee or any other hot beverage to go as long as water and coffee/pods pods are available. Check out the news page <a href="http://www.epicentreuwindsor.ca/2015-uwill-discover-undergraduate-research-conference-winners/"><b>here</b></a>. And our youtube <a href="https://www.youtube.com/watch?v=NOEuq_EK020"><b>here</b></a>.
</p>
</article>
<article class="6u 12u$(xsmall) work-item">
<a href="images/fulls/09.jpg" class="image fit thumb"><img src="images/thumbs/09.JPG" alt="" /></a>
<h3>Innovation Design Project</h3>
<p> In this project, an innovative/ cheap/ green trashcan had to be designed. This project included designing each component and their manufacturing system as well as their impact on different markets as well as the environment.
</p>
</article>
<article class="6u 12u$(xsmall) work-item">
<a href="images/fulls/12.jpg" class="image fit thumb"><img src="images/thumbs/12.jpg" alt="" /></a>
<h3>Humanoid Robotics Race</h3>
<p> The construct of this competition was to build a humanoid robot out of different parts using an echolocation device, color recognition device, touch sensor and servos. This robot was then programmed and later used in a campus wide competition.
</p>
</article>
<article class="6u$ 12u$(xsmall) work-item">
<a href="images/fulls/04.jpg" class="image fit thumb"><img src="images/thumbs/04.jpg" alt="" /></a>
<h3>Windsor Engineering Competition - Impact Structure</h3>
<p>Group won <b>1st Place</b>. Went on to <b>Province Wide Competition</b>. In this competition, engineering students are faced with several real world engineering problems that range from bridge construction, displacement of fluids under certain conditions, to the design and building of a front-end vehicle impact system. Students are then forced to use engineering concepts to build devices that would incorporate solutions.
</p>
</article>
<article class="6u$ 12u$(xsmall) work-item">
<a href="images/fulls/sl.jpg" class="image fit thumb"><img src="images/thumbs/sl.jpg" alt="" /></a>
<h3>Hack Harvard Hackathon (Solution Featured in Microsoft Blog)</h3>
Helped create a Microsoft HoloLens shopping application named ShopLens. This application enables users to shop through an augmented reality environment. It uses voice recognition and cognitive services to recognize a product then uses Walmart’s API to pull information and pricing while showing products to users in real time. Azure services connectivity solution featured on Microsoft Blog.
</p>
</article>
</div>
<!--
<ul class="actions">
<li><a href="#" class="button">Full Portfolio</a></li>
</ul>
-->
</section>
<!-- Three -->
<section id="three">
<h2 id="myContacts">Get In Touch</h2>
<p>Need to get in touch to collaborate on a project or for anything else? Drop me a line!</p>
<div class="row">
<div class="8u 12u$(small)">
<form method="post" action="https://formspree.io/elsayedm@uwindsor.ca">
<input type="hidden" name="_next" value="http://www.moaaze.com" />
<div class="row uniform 50%">
<div class="6u 12u$(xsmall)"><input type="text" name="name" id="name" placeholder="Name" /></div>
<div class="6u$ 12u$(xsmall)"><input type="email" name="_replyto" id="email" placeholder="Email" /></div>
<div class="12u$"><textarea name="message" id="message" placeholder="Message" rows="4"></textarea></div>
</div>
<br/>
<ul class="actions">
<li><input type="submit" value="Send" /></li>
</ul>
</form>
</div>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="icons">
<li><a href="index.html" class="icon fa-globe"><span class="label">Main Page</span></a></li>
<li><a href="Moaaz Resume.pdf" class="icon fa-file-o"><span class="label">Resume</span></a></li>
<li><a href="https://ca.linkedin.com/in/moaaze" class="icon fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="https://github.com/moaazelsayed" class="icon fa-github"><span class="label">Github</span></a></li>
<li><a href="#myContacts" class="icon fa-envelope-o"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>© Moaaz Els<a href="Moaaz Elsayed Resume.pdf" >a</a>yed</li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.poptrox.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7SX3K7WXE7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-7SX3K7WXE7');
</script>
</body>
</html>