-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPA7-SW.html
More file actions
122 lines (117 loc) · 5.14 KB
/
PA7-SW.html
File metadata and controls
122 lines (117 loc) · 5.14 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Pa7</title>
<link rel="stylesheet" href="pa7.css">
<link rel="stylesheet" href="w3.css">
<link rel="stylesheet" href="w3-theme-indego.css">
<style>
body {
background-color: #FFFFFF;
}
h1,
h2,
h3,
p,
a {
font-size: 155%;
color: blue;
}
</style>
</head>
<body>
<div class="w3-row">
<div class="w3-col w3-container w3-theme-l1 w3-sidebar w3-bar-block" style="width: 20%;">
<a href="PA7.html" class="w3-bar-item w3-button w3-mobile">Home</a>
<a href="PA7-CI.html" class="w3-bar-item w3-button w3-mobile">Campus Information</a>
<a href="PA7-AI.html" class="w3-bar-item w3-button w3-mobile">Academic Information</a>
<a href="PA7-SW.html" class="w3-bar-item w3-button w3-mobile">Student Work</a>
</div>
<div class="w3-container" style=" margin-left:20%;">
<div class="w3-row">
<div class="w3-rest w3-mobile">
<div class="w3-container w3-theme-l4 w3-center">
<h1 style="color:rgb(0, 68, 255);">Student Work</h1>
</div>
</div>
</div>
<div class="w3-row w3-padding w3-theme-l4">
<div class="w3-half w3-mobile">
<div class="w3-container w3-theme-l3">
<img class="w3-image" src="olinproj1.jpg" alt="Human powered vehicle">
</div>
</div>
<div class="w3-half w3-mobile">
<div class="w3-container w3-theme-l3">
<br>
<br>
<p>The strange-looking thing on the left is a human powered vehicle from the Olin hpv team. Each year,
the produce a human powered vehicle to compete at ASME's Human Powered Vehicle Challenge. The
team also makes a point to design the vehicle such that all of the team members are able to ride
in it (more than most teams can say).
</p>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</div>
</div>
</div>
<div class="w3-row w3-padding w3-theme-l4">
<div class="w3-half w3-mobile">
<div class="w3-container w3-theme-l3">
<br>
<br>
<p>Olin works with Community Boating of Boston to develop the Robosail competition. The competition
is for High School students, and challenges them to design and build a robotic model sail boat.
Olin students play a large part in designing the kits and the competition.
</p>
<br>
<br>
<br>
<br>
<br>
<br>
</div>
</div>
<div class="w3-half w3-mobile">
<div class="w3-container w3-theme-l3">
<img class="w3-image" src="olinproj2.jpg" alt="Robosail">
</div>
</div>
</div>
<div class="w3-row w3-padding w3-theme-l4">
<div class="w3-half w3-mobile">
<div class="w3-container w3-theme-l3">
<img class="w3-image" src="olinproj3.jpg" alt="Olin SCOPE project">
</div>
</div>
<div class="w3-half w3-mobile">
<div class="w3-container w3-theme-l3">
<br> <br>
<p>
Olin has a unique industry-university collaboration called SCOPE, or SENIOR CAPSTONE PROGRAM IN ENGINEERING. Each year, seniors
team up with a company and work to create a solution to a real problem the company has. This
group on the left worked with
<a style="font-size: 100%;" href="http://www.spacex.com/">
<u>
<strong>SpaceX</strong>
</u>
</a> to optimize testing of flight control hardware. The SCOPE teams work closely with mentors from
the companies, and ultimately end the project with delivering a product to the company. This
gives students hands-on experience working with industry professionals, creating real products.
</p>
<br>
</div>
</div>
</div>
</div>
</div>
</body>