-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprocess_book.html
194 lines (128 loc) · 6.38 KB
/
process_book.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
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>CSE457 - Process Book</title>
<!-- Load Google Font -->
<link href='https://fonts.googleapis.com/css?family=Roboto:100,400,300,400italic,700' rel='stylesheet' type='text/css'>
<!-- CSS libraries -->
<link rel="stylesheet" href="public/js/bootstrap-4.2.1-dist/css/bootstrap.min.css">
<!-- LEAFLET -->
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" />
<!-- Custom CSS code -->
<link rel="stylesheet" href="public/css/style.css">
</head>
<body>
<div class="container-fluid">
<!-- Header -->
<div class="row">
<div class="col-md-12">
<br/>
<h5>CSE 457 Final Project - Process Book</h5>
<span>Vihar Desu | [email protected] | 443845</span>
<br/>
<span>Nick Murray | [email protected] | 441567</span>
<br/>
<hr/>
<br/>
</div>
</div>
<div id="storyBox" class="processBookBlocks">
<div id="story"><svg width="500" height="200"><text class="txt" x="90" y="150">27K</text></svg></div>
<p id="tagline" class="processBookTagline">StreetStyle: Exploring world-wide clothing styles from millions of photos</p>
</div>
<br/>
<hr/>
<br/>
<div id="overview">
<p class="processBookTagline">Overview & Motivation</p>
<p class = "processBookText">
FILLER: Each day billions of photographs are uploaded to photo-sharing services and social media platforms. These images are packed with information about how people live around the world. <br><br>
In this paper we exploit this rich trove of data to understand fashion and style trends worldwide.<br><br>
We present a framework for visual discovery at scale, analyzing clothing and fashion across millions of images of people around the world and spanning several years.<br>
</p>
</div>
<br/>
<hr/>
<br/>
<div id="relatedWork">
<p class="processBookTagline">Related Work</p>
<p class = "processBookText">
FILLER: Each day billions of photographs are uploaded to photo-sharing services and social media platforms. These images are packed with information about how people live around the world. <br><br>
In this paper we exploit this rich trove of data to understand fashion and style trends worldwide.<br><br>
We present a framework for visual discovery at scale, analyzing clothing and fashion across millions of images of people around the world and spanning several years.<br>
</p>
</div>
<br/>
<hr/>
<br/>
<div id="questions">
<p class="processBookTagline">Questions</p>
<p class = "processBookText">
FILLER: Each day billions of photographs are uploaded to photo-sharing services and social media platforms. These images are packed with information about how people live around the world. <br><br>
In this paper we exploit this rich trove of data to understand fashion and style trends worldwide.<br><br>
We present a framework for visual discovery at scale, analyzing clothing and fashion across millions of images of people around the world and spanning several years.<br>
</p>
</div>
<br/>
<hr/>
<br/>
<div id="data">
<p class="processBookTagline">Data</p>
<p class = "processBookText">
FILLER: Each day billions of photographs are uploaded to photo-sharing services and social media platforms. These images are packed with information about how people live around the world. <br><br>
In this paper we exploit this rich trove of data to understand fashion and style trends worldwide.<br><br>
We present a framework for visual discovery at scale, analyzing clothing and fashion across millions of images of people around the world and spanning several years.<br>
</p>
</div>
<br/>
<hr/>
<br/>
<div id="exploratoryData">
<p class="processBookTagline">Exploratory Data Analysis</p>
<p class = "processBookText">
FILLER: Each day billions of photographs are uploaded to photo-sharing services and social media platforms. These images are packed with information about how people live around the world. <br><br>
In this paper we exploit this rich trove of data to understand fashion and style trends worldwide.<br><br>
We present a framework for visual discovery at scale, analyzing clothing and fashion across millions of images of people around the world and spanning several years.<br>
</p>
</div>
<br/>
<hr/>
<br/>
<div id="designEvolution">
<p class="processBookTagline">Design Evolution</p>
<p class = "processBookText">
We considered a few different visualizations before arriving at our final version. We ended up choosing a simple layout to let users select a city.
The beeswarm was chosen as the distribution for the clothing categories so users could easily compare data points, and then they could see individual images.
</p>
</div>
<br/>
<hr/>
<br/>
<div id="implementation">
<p class="processBookTagline">Implementation</p>
<p class = "processBookText">
FILLER: Each day billions of photographs are uploaded to photo-sharing services and social media platforms. These images are packed with information about how people live around the world. <br><br>
In this paper we exploit this rich trove of data to understand fashion and style trends worldwide.<br><br>
We present a framework for visual discovery at scale, analyzing clothing and fashion across millions of images of people around the world and spanning several years.<br>
</p>
</div>
<br/>
<hr/>
<br/>
<div id="evaluation">
<p class="processBookTagline">Evaluation</p>
<p class = "processBookText">
FILLER: Each day billions of photographs are uploaded to photo-sharing services and social media platforms. These images are packed with information about how people live around the world. <br><br>
In this paper we exploit this rich trove of data to understand fashion and style trends worldwide.<br><br>
We present a framework for visual discovery at scale, analyzing clothing and fashion across millions of images of people around the world and spanning several years.<br>
</p>
</div>
<br/>
<hr/>
<br/>
</div>
</body>
</html>