-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMechEprojects.html
More file actions
238 lines (202 loc) · 9.55 KB
/
MechEprojects.html
File metadata and controls
238 lines (202 loc) · 9.55 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
238
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Josh Lamothe's MechE Projects</title>
<link rel="stylesheet" href="style.css">
<script>
let slideIndex = 1;
showSlides(slideIndex);
// Next/previous controls
function plusSlides(n) {
showSlides(slideIndex += n);
}
// Thumbnail image controls
function currentSlide(n) {
showSlides(slideIndex = n);
}
function showSlides(n) {
let i;
let slides = document.getElementsByClassName("mySlides");
let dots = document.getElementsByClassName("dot");
if (n > slides.length) {slideIndex = 1}
if (n < 1) {slideIndex = slides.length}
for (i = 0; i < slides.length; i++) {
slides[i].style.display = "none";
}
for (i = 0; i < dots.length; i++) {
dots[i].className = dots[i].className.replace(" active", "");
}
slides[slideIndex-1].style.display = "block";
dots[slideIndex-1].className += " active";
}
</script>
</head>
<body>
<div id="navbar">
<ul style="background-color: firebrick;">
<li> <a href="index.html">Home</a> </li>
<li> <a href="CSprojects.html">CS Projects</a> </li>
<li> <a href="MechEprojects.html">Mechanical Engineering Projects</a> </li>
</ul>
</div>
<br><br><br><br>
<h1> Mechanical Engineering Projects</h1> <hr>
<div id="tool">
<br>
<h2> Cooking Spray Assistant</h2>
<div class="slideshow-container">
<!-- Full-width images with number and caption text -->
<div class="mySlides fade">
<div class="numbertext">1 / 2</div>
<img src="spray1.png" style="width:100%">
</div>
<div class="mySlides fade">
<div class="numbertext">2 / 2</div>
<img src="spray2.png">
</div>
<!-- Next and previous buttons -->
<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
</div>
<br> <br> <br>
<!-- The dots/circles -->
<div style="text-align:center">
<span class="dot" onclick="currentSlide(1)"></span>
<span class="dot" onclick="currentSlide(2)"></span>
</div>
<h3> Click one of the dots to see our cooking spray assistant </h3>
<p>This project was done in order to help an individual named Natalie with cerebral palsy. <br> Natalie loves to bake, but unfortunately she has mobility issues which prevent her from completing certain task without difficulty. <br> This product was created to help Natalie gain some independence and give her the ability to cover her baking tray with non-stick coating easier. <br> Natalie has the ability to grasp the can, but she has a hard time pressing the small cap by herself. This product created a lever to squeeze, in order to give Natalie a greater surface area, which helped her have an easier time using the non-stick spray.</p>
</div>
<br> <br>
<div style="text-align: center;">
<h3> Product Review</h3>
<p> Natalie recently reviewed our product on her Youtube channel! She even included the clip of me using the product as a demo. <br> Skip to 1:56 if you want to see the product.</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/U7ZUgOXwIzA?start=47" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
<div id="teardown">
<br>
<h2> Sewing Machine teardown</h2>
<div class="slideshow-container">
<!-- Full-width images with number and caption text -->
<div class="mySlides fade">
<div class="numbertext">1 / 3</div>
<img src="tear1.png" style="width:100%">
</div>
<div class="mySlides fade">
<div class="numbertext">2 / 3</div>
<img src="tear2.png" style="width:100%">
</div>
<div class="mySlides fade">
<div class="numbertext">3 / 3</div>
<img src="tear3.png" style="width:100%">
</div>
<!-- Next and previous buttons -->
<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
</div>
<br> <br> <br>
<!-- The dots/circles -->
<div style="text-align:center">
<span class="dot" onclick="currentSlide(3)"></span>
<span class="dot" onclick="currentSlide(4)"></span>
<span class="dot" onclick="currentSlide(5)"></span>
</div>
<h3> Click one of the dots to see my product teardown </h3>
<p> This is a complete product teardown, of a sewing machine. The first slide is my team's analysis of the machine's components and how the machine operates. The second slide is a complete teardown of the product, labeling every component of the machine. The final slide is the 3D model we created as a group in Solidworks.</p>
</div>
<div id="bike">
<br>
<h2> Bike Part Construction </h2>
<div class="slideshow-container">
<!-- Full-width images with number and caption text -->
<div class="mySlides fade">
<div class="numbertext">1 / 4</div>
<img src="bike3.jpg">
</div>
<div class="mySlides fade">
<div class="numbertext">2 / 4</div>
<img src="bike4.jpg">
</div>
<div class="mySlides fade">
<div class="numbertext">3 / 4</div>
<img src="bike2.jpg">
</div>
<div class="mySlides fade">
<div class="numbertext">4 /4</div>
<img src="bike1.jpg">
</div>
<!-- Next and previous buttons -->
<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
</div>
<br> <br> <br>
<!-- The dots/circles -->
<div style="text-align:center">
<span class="dot" onclick="currentSlide(6)"></span>
<span class="dot" onclick="currentSlide(7)"></span>
<span class="dot" onclick="currentSlide(8)"></span>
<span class="dot" onclick="currentSlide(9)"></span>
</div>
<h3> Click one of the dots to see a project where we used recycled bike pieces to make something new </h3>
<p> The point of this project was to create anything from recycled bike parts. We decided to create a ferris wheel for plants with the pieces. We used a bike wheel as the ferris wheel, and pedals as the cart that would rotate around. We learned a lot of manufacturing techniques which helped us create this project. Here are the techniques and tools we used: <br>
Drilling (hand drill and drill press) <br>
Cutting (angle grinder and horizontal bandsaw) <br>
Grinding (angle grinder) <br>
Welding (MIG)
</p>
</div>
<div id="CAD">
<br>
<h2> CAD Modeling</h2>
<div class="slideshow-container">
<!-- Full-width images with number and caption text -->
<div class="mySlides fade">
<div class="numbertext">1 / 7</div>
<img src="cad.png">
</div>
<div class="mySlides fade">
<div class="numbertext">2 / 7</div>
<img src="cad2.png">
</div>
<div class="mySlides fade">
<div class="numbertext">3 / 7</div>
<img src="cad3.png">
</div>
<div class="mySlides fade">
<div class="numbertext">4 / 7</div>
<img src="cad4.png">
</div>
<div class="mySlides fade">
<div class="numbertext">5 / 7</div>
<img src="cad5.png">
</div>
<div class="mySlides fade">
<div class="numbertext">6 / 7</div>
<img src="cad6.jpg">
</div>
<div class="mySlides fade">
<div class="numbertext">7 / 7</div>
<img src="cad7.png">
</div>
<!-- Next and previous buttons -->
<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
</div>
<br> <br> <br>
<!-- The dots/circles -->
<div style="text-align:center">
<span class="dot" onclick="currentSlide(10)"></span>
<span class="dot" onclick="currentSlide(11)"></span>
<span class="dot" onclick="currentSlide(12)"></span>
<span class="dot" onclick="currentSlide(13)"></span>
<span class="dot" onclick="currentSlide(14)"></span>
<span class="dot" onclick="currentSlide(15)"></span>
<span class="dot" onclick="currentSlide(16)"></span>
</div>
<h3> Here are all the CAD models I have done using the tool SolidWorks</h3>
</div>
</body>
</html>