Skip to content

Commit 447214f

Browse files
committed
add lab 2
1 parent 1594580 commit 447214f

8 files changed

Lines changed: 2758 additions & 1 deletion

File tree

observablehq.config.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,20 @@ export default {
1717
},
1818
{
1919
name: "Lab 1: Prolific Pollinators",
20-
open: true,
20+
open: false,
2121
pages: [
2222
{ name: "Instructions", path: "/lab_1/readme" },
2323
{ name: "Dashboard", path: "/lab_1/index" },
2424
],
2525
},
26+
{
27+
name: "Lab 2: Subway Staffing",
28+
open: true,
29+
pages: [
30+
{ name: "Instructions", path: "/lab_2/readme" },
31+
{ name: "Dashboard", path: "/lab_2/index" },
32+
],
33+
},
2634
],
2735

2836
// Content to add to the head of the page, e.g. for a favicon:

src/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ Welcome to the CUNY Interactive Data Visualization course repository for fall 20
55
Labs:
66

77
- [Lab 0: Getting Started](/lab_0/readme)
8+
- [Lab 1: Passing Pollinators](/lab_1/readme)
9+
- [Lab 2: Subway Staffing](/lab_2/readme)

0 commit comments

Comments
 (0)