Platform
Resources
Pricing
Sign in
Get started
Zach Pino
Workspace
Fork
Published
ID Fall 2022 Communication Systems Workshop
By
Zach Pino
Edited
Sep 29, 2022
1 star
3
ID Fall 2022 Communication Systems Workshop
Communication Systems Workshop : Communicating Uncertain Futures
Week 3: Instructional Imagery
Zach's Sol Lewitt Challenge
Week 4 : Intro to Javascript for Visualization
Zach's Hello World Map Challenge
Week 5 : Intro to D3 and Data Synthesis
Language Scatter Plot
Week 6 : D3 Data Binding/Joining
Coding Challenge: Butterfly Chart
Creative Professions by State Butterfly Chart
Week 7 : Animation and Interactivity
Coding Challenge: 2D Heatmap
Birth Heatmap
City Racers
Brain.js Simple Example to Predict Color Lightness
Census Migration Data Exercise
Events Example
Communicating Uncertain Futures
Data Journal Entry 1 · Data Detective Work
Data Journal Entry 2 · Data Exploration
Simple GeoJSON Custom Map
Line Chart Example
Data Journal Entry 3 · Data Time-Keeping
Data Journal Entry 4 · Data Arrangers
Data Journal Entry 5 · Summary and Wishlist
Insert cell
Insert cell
Insert cell
Insert cell
architects
=
FileAttachment
(
"Table2bArchitects.xlsx"
)
.
xlsx
(
)
Insert cell
designers
=
FileAttachment
(
"Table2eDesigners.xlsx"
)
.
xlsx
(
)
Insert cell
Insert cell
allRacesArchitects
=
architects
.
sheet
(
"All-Races"
)
Insert cell
allRacesDesigners
=
designers
.
sheet
(
"All-Races"
)
Insert cell
Insert cell
allRacesArchitects
[
3
]
Insert cell
allRacesDesigners
[
3
]
Insert cell
Insert cell
Insert cell
architectData
=
allRacesArchitects
.
slice
(
6
)
.
filter
(
(
d
)
=>
d
.
A
)
.
map
(
(
s
)
=>
(
{
state
:
s
.
A
,
abbreviation
:
stateLabels
.
find
(
(
d
)
=>
d
.
name
==
s
.
A
)
,
allWorkers
:
s
.
B
,
creatorCount
:
s
.
C
,
creatorPercentage
:
s
.
C
/
s
.
B
,
creatorLabel
:
"Architect"
}
)
)
Insert cell
designerData
=
allRacesDesigners
.
slice
(
6
)
.
filter
(
(
d
)
=>
d
.
A
)
.
map
(
(
s
)
=>
(
{
state
:
s
.
A
,
abbreviation
:
stateLabels
.
find
(
(
d
)
=>
d
.
name
==
s
.
A
)
,
allWorkers
:
s
.
B
,
creatorCount
:
s
.
C
,
creatorPercentage
:
s
.
C
/
s
.
B
,
creatorLabel
:
"Designer"
}
)
)
Insert cell
allCreatorData
=
architectData
.
concat
(
designerData
)
Insert cell
Inputs
.
table
(
allCreatorData
)
Insert cell
Insert cell
Insert cell
Insert cell
Purpose-built for displays of data
Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Try it for free
Learn more
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
architects
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
designers
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
allRacesArchitects
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
allRacesDesigners
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
stateLabels
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
architectData
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
designerData
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
allCreatorData
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
untitled14
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML