generated from usf-cs360-spring2020/template-bulma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
230 lines (192 loc) · 9.3 KB
/
about.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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>DIY World Happiness Rank About</title>
<!-- Load Bulma from CDN (consider saving it to repository instead) -->
<!-- https://bulma.io/ -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css">
<!-- Load Font Awesome 5 (free) icons -->
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
<!-- include d3.js v5 -->
<script src="https://d3js.org/d3.v5.min.js"></script>
<!-- include d3.js modules -->
<script src="https://d3js.org/d3-array.v2.min.js"></script>
<script src="https://d3js.org/d3-fetch.v1.min.js"></script>
<script src="https://d3js.org/d3-time.v1.min.js"></script>
<script src="https://d3js.org/d3-time-format.v2.min.js"></script>
<!-- My Css!-->
<link rel="stylesheet" href="resources/style.css">
</head>
<body>
<!-- Page header -->
<!-- https://bulma.io/documentation/layout/hero/ -->
<section class="hero is-primary is-bold">
<div class="hero-body">
<div class="container">
<h1 class="title">DIY World Happiness Rank</h1>
<h2 class="subtitle">By Evelyn Matson for CS 360 'Data Visualization'</h2>
</div>
</div>
</section>
<!-- End page header -->
<!-- Page navigation -->
<!-- https://bulma.io/documentation/components/navbar/ -->
<nav class="navbar has-background-light" role="navigation" aria-label="main navigation">
<div class="container">
<div class="navbar-brand">
<a class="navbar-item" href="index.html" title="Home">
<span class="icon"><i class="fas fa-home"></i></span>
<span>Home</span>
</a>
<a role="button" class="navbar-burger burger" aria-label="menu" aria-expanded="false" data-target="main-menu">
<span aria-hidden="true"></span>
</a>
</div>
<div id="main-menu" class="navbar-menu has-text-weight-medium">
<!-- Left navbar items -->
<div class="navbar-start">
<a class="navbar-item is-active" href="about.html" title="About">
<span class="icon"><i class="far fa-address-card"></i></i></span>
<span>About</span>
</a>
<a class="navbar-item" href="dataset.html" title="Dataset">
<span class="icon"><i class="fas fa-table"></i></span>
<span>Dataset</span>
</a>
<a class="navbar-item" href="finalvisualization.html" title="final visualization">
<span class="icon"><i class="far fa-chart-bar"></i></span>
<span>Final Visualization</span>
</a>
</div>
<!-- Right navbar items -->
<div class="navbar-end">
<a class="navbar-item" href="feedback.html" title="Feedback">
<span class="icon"><i class="fas fa-users"></i></i></span>
<span>Feedback</span>
</a>
<a class="navbar-item" href="references.html" title="References">
<span class="icon"><i class="fas fa-code-branch"></i></span>
<span>References</span>
</a>
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link" href="betaprototypes.html">
<span class="icon"><i class="fas fa-toolbox"></i></span>
<span>Prototypes</span>
</a>
<div class="navbar-dropdown">
<a class="navbar-item" href="betaprototypes.html" title="Prototypes">
<span class="icon"><i class="fas fa-chart-bar"></i></span>
<span>Beta Prototypes</span>
</a>
<a class="navbar-item" href="alphaprototypes.html" title="Prototypes">
<span class="icon"><i class="fas fa-chart-bar"></i></span>
<span>Alpha Prototypes</span>
</a>
</div>
</div>
</div>
</div>
</div>
</nav>
<!-- End page navigation -->
<!-- Begin page content -->
<section class="section">
<div class="container">
<div class="content page-content">
<h2 id="about">
About the Assignment
</h2>
<p>
For our final project, we were asked to <strong>Make something <em>awesome</em></strong>.
In other words, we were asked to create our own advanced, interactive, visualizations using D3v5, and that they should "have strong data encodings, lots of context, high data-ink ratio, high data density, low lie factor, and are well-designed and aesthetically pleasing."
</p>
<p>
Part of the assignment asked us to find our own dataset to visualize, one that speaks to us individually and is big enough to support complex, detailed visualizations (both in length and diversity of columns).
</p>
<h2>Why I Chose this Topic</h2>
<p>
Lots of the visualizations we studied this semester focused on death, disease, plague, wars, and other dreary subjects.
In addition to this year's SARS-CoV-2 pandemic shaking our lives up in a terrifying way, this made me want to focus on a more pleasant subject for my final project.
</p>
<p>
Learning about what <em>actually</em> makes people happy (not just having more money, as late-stage capitalism dictates) has always fascinated me.
I did some research on what kind of datasets might be out there on this topic, and the World Happiness Report, with its in-depth analysis and broad reach impressed me.
I was thrilled to receive permission to use their dataset from the 2020 World Happiness Report to create visualizations for my project, and am excited to create something awesome with it!
</p>
<h2 id="bio">About me</h2><br>
<!-- Profile box -->
<!-- https://bulma.io/documentation/layout/media-object/ -->
<article class="media">
<figure class="media-left">
<p class="image is-128x128"><img class="is-rounded" src="resources/profile.jpg"></p>
</figure>
<div class="media-content">
<div class="content">
<p>
<strong>Evelyn Matson</strong><br/>
Computer Science Major, <a href="https://www.usfca.edu/">University of San Francisco</a><br/>
<em>Expected Graduation: 2021</em><br/>
<i class="fas fa-envelope" style="margin-right: 3px"></i> <a href="mailto:[email protected]">[email protected]</a>
<i class="fab fa-github" style="margin-left: 10px; margin-right: 3px"></i> <a href="https://github.com/evelynmatson">evelynmatson</a>
</p>
<p>
I am a junior Computer Science Major at USF, and expect to graduate in May 2021. I'm from Seattle and enjoy doing computer science, physics and theatre!
</p>
<div class="heading">Skills</div>
<div class="tags">
<span class="tag">Java</span>
<span class="tag">Python</span>
<span class="tag">C</span>
<span class="tag">JavaScript</span>
<span class="tag">HTML</span>
<span class="tag">CSS</span>
</div>
</div>
</div>
</article>
<!-- End profile box -->
</div>
</div>
</section>
<!-- End page content -->
<!-- Page footer -->
<!-- <div class="false-footer"></div>-->
<!-- https://bulma.io/documentation/layout/footer/ -->
<footer class="footer smaller-footers-are-better">
<div class="content has-text-centered is-size-7">
<p>
<a href="https://github.com/usf-cs360-spring2020/template-bulma" class="button is-small" style="padding-left: 1em; padding-right: 1em;">
<i class="fab fa-github-alt"></i> <strong>Github</strong>
</a>
<a href="https://fontawesome.com/" class="button is-small" style="padding-left: 1em; padding-right: 1em;">
<i class="fab fa-font-awesome"></i> <strong>FontAwesome</strong>
</a>
<a href="https://bulma.io" class="button is-small">
<img src="https://bulma.io/images/made-with-bulma--semiblack.png" alt="Made with Bulma" width="128" height="24">
</a>
</p>
</div>
</footer>
<!-- End page footer -->
<!-- Mobile menu responsiveness -->
<!-- https://bulma.io/documentation/components/navbar/ -->
<script>
document.addEventListener('DOMContentLoaded', () => {
const $navbarBurgers = Array.prototype.slice.call(document.querySelectorAll('.navbar-burger'), 0);
if ($navbarBurgers.length > 0) {
$navbarBurgers.forEach( el => {
el.addEventListener('click', () => {
const target = el.dataset.target;
const $target = document.getElementById(target);
el.classList.toggle('is-active');
$target.classList.toggle('is-active');
});
});
}
});
</script>
<!-- End mobile menu responsiveness -->
</body>
</html>