-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (19 loc) · 869 Bytes
/
index.html
File metadata and controls
19 lines (19 loc) · 869 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
layout: page
---
<h1>Welcome to the DCS Project</h1>
<p style="text-align: justify">Our goal is to design an automated system that will identify, slice and sort common vegetables (eggplants, zucchinis and cucumbers).</p>
<p style="text-align: justify">See the <a href="/problem/">Problem</a> page for the problem formulation.</p>
<h2>Symposium</h2>
<P style="text-align: justify">Thank you to everyone who came out on symposium day. We thoroughly enjoyed showcasing our project. Here are the videos that were shown:</P>
<div style="margin: 0 auto; width: 400px;" >
<video width="400" controls>
<source src="video/1.mp4" type="video/mp4">
</video>
<video width="400" controls>
<source src="video/2.mp4" type="video/mp4">
</video>
<video width="400" controls>
<source src="video/3.mp4" type="video/mp4">
</video>
</div>