-
Notifications
You must be signed in to change notification settings - Fork 0
/
design_process.html
63 lines (51 loc) · 2.54 KB
/
design_process.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="copyright" content="MACode ID, https://macodeid.com/">
<title>DS 4200 Final Project</title>
<link rel="stylesheet" href="stylesheets/stylesheet.css">
<link rel="stylesheet" href="stylesheets/normalize.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<link rel="stylesheet" href="assets/css/maicons.css">
<link rel="stylesheet" href="assets/css/bootstrap.css">
<link rel="stylesheet" href="assets/vendor/animate/animate.css">
<link rel="stylesheet" href="assets/css/theme.css">
<script src="components/page/footer.js" type="text/javascript" defer></script>
<script src="components/page/header.js" type="text/javascript" defer></script>
</head>
<body>
<header-component pagename="Design Process"></header-component>
<div class="page-section">
<div class="container">
<div class="row align-items-center">
<div class="col py-3">
<h2 class="title-section">Design Process</h2>
<div class="divider"></div>
<p>
We went through many iterations of sketches of our final design, as seen below. After individually sketching,
our group came together and identified a lot of overlap amongst our visualizations. We ultimately decided
on Sketch #3 as our final visualization. It focuses on rail and bus transportation usage near the Chester
Square neighborhood and the data that available is most complete for these plots.
<br><br>
This visualization answers many of our tasks, such as "What public transportation options are available?",
"When is the community the busiest?", and "When transportation options are most frequently used?".
</p>
<img src = "images/sketch1.png" width = 365></img>
<img src = "images/sketch2.png" width = 365></img>
<img src = "images/sketch3.png" width = 365></img>
<img src = "images/sketch4.png" width = 365></img>
<img src = "images/sketch5.png" width = 365></img>
<img src = "images/sketch6.png" width = 365></img>
<img src = "images/sketch7.png" width = 365></img>
<img src = "images/sketch8.png" width = 365></img>
<img src = "images/sketch9.png" width = 365></img>
</div>
</div>
</div>
</div>
<footer-component></footer-component>
</body>
</html>