-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
124 lines (96 loc) · 5.19 KB
/
index.html
File metadata and controls
124 lines (96 loc) · 5.19 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
123
124
<html lang="en-us">
<head>
<link rel="stylesheet" type = "text/css" href="style.css">
</head>
<body>
<title>Major Studio 1</title>
<header>
<div class="CourseDescription"><b>Course Description</b></div>
</header>
<link rel="stylesheet" href="style.css">
<nav>
<ul class="navigation">
<li>
<a href="./Lab01/">Lab01</a>
</li>
<li>
<a href="./Lab02/">Lab02</a>
</li>
<li>
<a href="./Lab03/">Lab03</a>
</li>
</ul>
</nav>
<main>
<section class="CourseDescription">
<div class="content-wrap">
<div class="col-narrow" style="background-color:transparent">
<h3>COURSE DESCRIPTIONS</h3>
<p> This repository contains my assignments for the <b>Major Studio 1</b> course at Parsons School of Design's <a href="https://www.newschool.edu/parsons/ms-data-visualization/">MS in Data Visualization</a>.
</p>
</div>
</div>
<div class="column" style="background-color:transparent">
</div>
<section class="LAB01-description">
<h3>Lab 01: Quantitative Data</h3>
<p></p>
<h4>Project description</h4>
<p>
In an attempt to illustrate the urgent need to provide adequate mental health aid and more humane conditions inside prison, I used data from the <a href="https://dataunodc.un.org/dp-prisons-persons-held">UN's Office on Drugs and Crime</a> and from the <a href="https://ourworldindata.org/suicide#800-000-people-die-from-suicide-every-year">Institute for Health Metrics and Evaluation, Global Burden of Disease</a>, to compare deaths by suicide inside and outside prison facilities in 2019.
</p>
<h4>Learning goals</h4>
<p>
<i>This segment of the course examines the fundamentals of quantitative data. Students will gain an
understanding of how data is gathered, the databases and other formats by which it can be stored,
the APIs by which it can be accessed, and how it may need to be “cleaned” before use. Design
exercises will use web-based libraries (such as D3, R or Processing) to create visualizations of sample
data sets. Through the exercise, students will learn how to determine meaningful patterns along with
best practices for visualizing them. Students will be given a data set to design static visualizations for
an intended audience. Through the exercise, students will explore the most effective way to
communicate the information. Group discussion and critique of the work will highlight best practices. </i>
</p>
<h4>Assignment repository</h4>
<p><a href="https://github.com/ibonnet/majorstudio1/tree/main/Lab01">The assignment repository can be found here.</a></p>
</section>
<section class="LAB02-description">
<h3>Lab 02: Qualitative Data</h3>
<h4>Learning goals</h4>
<p>
<i> The second segment of the course will introduce the concept of qualitative data and how it can be
represented. Students will explore manually-created design alternatives to sample data sets and
examine how those solutions effectively communicate the content, as well as present a narrative
context for the recipient. Students will be given a data set and will design a static visualization of the
content for a proposed intended audience. Through the exercise, students will explore the most
effective way to communicate the information. Group discussion and critique of the work will
examine best practices.</i>
</p>
<h4>Assignment repository</h4>
<a href="https://github.com/ibonnet/majorstudio1/tree/main/Lab02">The assignmnent repository can be found here.</a>
</section>
<section class="LAB03-description">
<h3>Lab 03: Dynamics, Interactivity and Narrative</h3>
<h4>
Learning goals </h4>
<p>
<i> This segment of the course will introduce the design elements of dynamics and interactivity.
Students will gain an understanding of how these elements can be used to further communicate
meaning within data sets. Design exercises will introduce additional web-based tools to incorporate
dynamics and interactivity into new design explorations. Special emphasis will be placed on the
narrative that is generated by the user’s active exploration of the data, how their understanding of
the data is enhanced, and how the designer can effectively guide that journey. At the instructor’s
discretion, students may explore how crowdsourcing can be used to generate or filter the data.
Students will choose a data set in coordination with the instructor and design a dynamic or
interactive visualization of the content for an intended audience. Through the exercise, students will
explore the most effective way to animate the information. Group discussion and critique of the
design solutions will highlight best practices.</i>
</p>
<h4>Assignment repository</h4>
<a href="https://github.com/ibonnet/majorstudio1/tree/main/Lab03">The assignmnent repository can be found here.</a></p>
</section>
</main>
<footer>
© Copyright 2022. All Rights Reserved
<a href="parsons.nyc" target="_blank" title="parsons">parsons.nyc</a>
</footer>
</htlm></body></html>