-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathold.html
More file actions
227 lines (213 loc) · 8.72 KB
/
old.html
File metadata and controls
227 lines (213 loc) · 8.72 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha256-pasqAKBDmFT4eHoN2ndd6lN370kFiGUFyTiUHWhU7k8=" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@600;900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;1,600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="index.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-154968547-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-154968547-1');
</script>
<title>Sidney Nimako</title>
</head>
<body style=" font-family: 'Open Sans', sans-serif;">
<div id="head" >
<div id="left" style="">
Hello! I'm Sidney Nimako. I'm a Mechanical Engineering and Robotics Undergraduate @
<span id="cmu" style="color:var(--cmu-red)">Carnegie Mellon University</span>
<br>
<span id="links" style="">
<a class="hover-box" href="Resume.pdf"> Resume </a>
<a class="hover-box" href="http://github.com/snibo13">Github</a>
<a class="hover-box" href="http://linkedin.com/in/snibo">LinkedIn</a>
<a class="hover-box" href="mailto:snimakob@andrew.cmu.edu">Contact Me </a>
</span>
</div>
<div id="right" style="">
<p>
I am interested in <span id="robo" style="font-weight: 600; color:var(--queen-blue);">Robotics </span>,
<span style="font-weight: 600; color:var(--green-munsell)"> Computer Science</span>,
<span style="font-weight: 600; color:var(--midnight-green-eagle-green);"> Industrial Design</span> and
<span style="font-weight: 600; color:var(--dark-orange);"> Game Development</span>.
</p>
<p>
Take a look at some of my in progress and completed projects down below and if you think I would be a
good fit for your company or research group, feel free to reach out. Cheers!
</p>
</div>
<div id="currently">
Currently: Looking for Research Positions for Fall 2022 and Internships for Summer 2023
</div>
</div>
<main style="padding-left: 10vw;">
<div class="project">
<img src="machine-learning.png" alt="">
<div style="grid-column-start: 3;">
<h1>Context-Aware Object Recogntion</h1>
<br>
<h2>August 2021 - Ongoing</h2>
<p>
Experimenting to see the impact of context detection on the accuracy of object recognition systems.
</p>
</div>
</div>
<!-- <div class="project">
<img src="machine-learning.png" alt="">
<div style="grid-column-start: 3;">
<h1>Augmented Reality Sysem</h1>
<br>
<h2>November 2021 - Ongoing</h2>
<p>
Developing a ground up augmented reality system using OpenCV, OpenGL and Machine Learning technologies
</p>
</div>
</div> -->
<!-- <div class="project">
<img src="machine-learning.png" alt="">
<div style="grid-column-start: 3;">
<h1>SK8 NFTs</h1>
<br>
<h2>January 2022 - Ongoing</h2>
<p>
Blender based NFT collection of animated skateboards with handcrafted art
</p>
</div>
</div> -->
<!-- <div class="project">
<img src="machine-learning.png" alt="">
<div style="grid-column-start: 3;">
<h1>Context-Aware Object Recogntion</h1>
<br>
<h2>January 2022 - Ongoing</h2>
<p>
Experimenting to see the impact of context detection on the accuracy of object recognition systems.
</p>
</div>
</div> -->
<div class="project">
<img src="Jenga.jpg" alt="">
<div style="grid-column-start: 3;">
<h1>Robotics Kinematics and Dynamics Capstone</h1>
<br>
<h2>November 2021 - December 2021</h2>
<p>
Developed a control system for a Hebi robotic arm to build a Jenga tower, created the fastest system in the course.
</p>
<a href="Robot_Kinematics_and_Dynamics.pdf">Read more</a>
</div>
</div>
<div class="project">
<img src="Wheelchair.jpg" alt="">
<div style="grid-column-start: 3;">
<h1>Wheelchair Conversion Kit</h1>
<br>
<h2>December 2021 - Ongoing</h2>
<p>
Designing an post-hoc wheelchair conversion kit designed to allow traditional wheelchairs to be motorized while maintaining portability and not increasing cost too drastically.
</p>
</div>
</div>
<div class="project">
<img src="D'Manus.jpg">
<div style="grid-column-start: 3">
<h1>D'Manus Hand</h1>
<br>
<h2>May 2021 - August 2021</h2>
<p>
I worked with Facebook AI Research (FAIR) and CMU's Robotics Institute on a dexterous 3-digit robotic hand.
</p>
<a href="http://projects.snibo.me/facebook-ai-research-internship">Read More</a>
</div>
</div>
<div class="project" style="">
<img src="BrevisFull.JPG" alt="" style="">
<div style="grid-column-start: 3;">
<h1>Brevis Macro Keypad</h1>
<br>
<h2>February 2021</h2>
<p>
I designed the PCB and firmware for a seven key macropad with a rotary encoder.
</p>
<a href="http://projects.snibo.me/brevis">Read More</a>
</div>
</div>
<div class="project" style="">
<img src="Notes For Terminal.png" alt="" style="">
<div style="grid-column-start: 3;">
<h1>Notes For Terminal</h1>
<br>
<h2>June 2020</h2>
<p>
A Simple Notes App that lives entirely in the terminal written in C
</p>
<a href="https://github.com/snibo13/Notes-for-Terminal">Read More</a>
</div>
</div>
<!-- <div class="project" style="">
<img src="" alt="" style="">
<div style="grid-column-start: 3;">
Homework 4
<h1>Self-Balancing Bot Simulation</h1>
<br>
<h2>Spring 2021</h2>
<p>
As part of the Introduction to Robotics course, we wrote code for self-balancing robots on several occasions. One based on the PID control method and a second based on a machine learning model that first imitated a PID controller and then expanded on it to optimize the balance.
</p>
<a href="https://github.com/snibo13/Notes-for-Terminal">Read More</a>
</div>
</div> -->
<div class="project" style="">
<img src="Mobot1.jpeg" alt="" style="">
<div style="grid-column-start: 3;">
<!-- Homework 4 -->
<h1>Mobot</h1>
<br>
<h2>Winter 2020</h2>
<p>
An arduino-based robot built as a project for Fundamentals of Engineering, used a PID based control scheme to follow a line.
</p>
<a href="http://projects.snibo.me/mobot-summary/">Read More</a>
</div>
</div>
<div id="one-liners">
<h1 style="grid-column-start:2; text-align: right;">One-Liners</h1>
<h3 style= "grid-column-start: 4;">Some smaller projects that are simple or I can't go into more detail on</h3>
<br>
<h2 style="grid-column-start: 2; text-align: right;">
Stealth Social Network (Ongoing)
<br>
<br>
<br>
Odometry in Simulation(Spring 2021)
<br>
<br>
<br>
<br>
Path Planning Robot (Spring 2021)
<br>
<br>
<br>
Localization (Spring 2021)
</h2>
<h3 style="grid-column-start: 4; grid-column-end: 6; line-height: 2;">
Social Network with GraphQL, Node.JS and MongoDB backend with a Dart (Flutter) frontend
<br>
A robot simulation built on the Webots engine that used system dynamics to predict robot location, control code written in C and accuracy to 0.03 m
<br>
<br>
A path planning robot written in C, using a Graph-based Djikstra's search to reach locations on the map. Built on the Webots engine.
<br>
<br>
A robot simulation built on the Webots engine using a Discrete-Bayes filter to determine robot positioning from a random position and random configuration on a circular track
</h3>
</div>
</main>
<footer style="text-align: center; font-weight: 500;"> © Sidney Nimako 2021</footer>
</body>
</html>