Skip to content

Commit c872e4d

Browse files
authored
Merge pull request #1176 from StoDevX/building-hours-update
Partial summertime Building Hours data update
2 parents 04b1137 + 918bc7e commit c872e4d

37 files changed

+294
-109
lines changed

data/building-hours/1-2-pause-kitchen.yaml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,20 @@ image: pause-kitchen
33
category: Food
44

55
schedule:
6-
- title: Summertime
7-
# title: Daylight
6+
- title: Hours
87
notes: The Pause Kitchen is closed for the summer.
9-
# notes: The late night menu starts at 9 p.m.
108
hours: []
11-
# - {days: [Mo], from: '10:30am', to: '12:00am'}
12-
# - {days: [Tu], from: '11:30am', to: '12:00am'}
13-
# - {days: [We], from: '10:30am', to: '12:00am'}
14-
# - {days: [Th], from: '11:30am', to: '12:00am'}
15-
# - {days: [Fr], from: '10:30am', to: '9:00pm'}
16-
# - {days: [Sa], from: '11:30am', to: '9:00pm'}
17-
# - {days: [Su], from: '11:30am', to: '12:00am'}
9+
10+
# - title: Daylight
11+
# notes: The late night menu starts at 9 p.m.
12+
# hours:
13+
# - {days: [Mo], from: '10:30am', to: '12:00am'}
14+
# - {days: [Tu], from: '11:30am', to: '12:00am'}
15+
# - {days: [We], from: '10:30am', to: '12:00am'}
16+
# - {days: [Th], from: '11:30am', to: '12:00am'}
17+
# - {days: [Fr], from: '10:30am', to: '9:00pm'}
18+
# - {days: [Sa], from: '11:30am', to: '9:00pm'}
19+
# - {days: [Su], from: '11:30am', to: '12:00am'}
1820

1921
# - title: Late Night
2022
# hours:

data/building-hours/1-4-bag-lunch-line.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@ category: Food
33

44
schedule:
55
- title: Hours
6-
hours:
7-
- {days: [Mo, Tu, We, Th, Fr], from: '7:00am', to: '2:00pm'}
6+
hours: []
7+
notes: The Bag Lunch line is closed for the summer.
8+
9+
# - title: Hours
10+
# hours:
11+
# - {days: [Mo, Tu, We, Th, Fr], from: '7:00am', to: '2:00pm'}
812

913
breakSchedule:
1014
fall: []

data/building-hours/4-3-rølvaag-library.yaml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,15 @@ category: Libraries
44
schedule:
55
- title: Hours
66
hours:
7-
- {days: [Mo, Tu, We, Th], from: '7:45am', to: '2:00am'}
8-
- {days: [Fr], from: '7:45am', to: '9:00pm'}
9-
- {days: [Sa], from: '9:00am', to: '9:00pm'}
10-
- {days: [Su], from: '12:00pm', to: '2:00am'}
7+
- {days: [Mo, Tu, We, Th], from: '7:30am', to: '5:00pm'}
8+
- {days: [Fr], from: '7:30am', to: '1:00pm'}
9+
10+
# - title: Hours
11+
# hours:
12+
# - {days: [Mo, Tu, We, Th], from: '7:45am', to: '2:00am'}
13+
# - {days: [Fr], from: '7:45am', to: '9:00pm'}
14+
# - {days: [Sa], from: '9:00am', to: '9:00pm'}
15+
# - {days: [Su], from: '12:00pm', to: '2:00am'}
1116

1217
breakSchedule:
1318
fall: []
@@ -19,5 +24,5 @@ breakSchedule:
1924
summer:
2025
- title: Hours
2126
hours:
22-
- {days: [Mo, Tu, We, Th], from: '7:45am', to: '4:30pm'}
23-
- {days: [Fr], from: '7:45am', to: '12:00pm'}
27+
- {days: [Mo, Tu, We, Th], from: '7:30am', to: '5:00pm'}
28+
- {days: [Fr], from: '7:30am', to: '1:00pm'}

data/building-hours/4-4-rølvaag-reference-desk.yaml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,17 @@ category: Libraries
44
schedule:
55
- title: Hours
66
hours:
7-
- {days: [Mo, Tu, We, Th], from: '10:00am', to: '5:00pm'}
8-
- {days: [Mo, Tu, We, Th], from: '7:00pm', to: '9:00pm'}
9-
- {days: [Fr], from: '10:00am', to: '5:00pm'}
10-
- {days: [Su], from: '1:30pm', to: '5:00pm'}
11-
- {days: [Su], from: '7:00pm', to: '9:00pm'}
7+
- {days: [Mo, Tu, We, Th], from: '10:00am', to: '12:00pm'}
8+
- {days: [Mo, Tu, We, Th], from: '2:00pm', to: '5:00pm'}
9+
- {days: [Fr], from: '10:00am', to: '12:00pm'}
10+
11+
# - title: Hours
12+
# hours:
13+
# - {days: [Mo, Tu, We, Th], from: '10:00am', to: '5:00pm'}
14+
# - {days: [Mo, Tu, We, Th], from: '7:00pm', to: '9:00pm'}
15+
# - {days: [Fr], from: '10:00am', to: '5:00pm'}
16+
# - {days: [Su], from: '1:30pm', to: '5:00pm'}
17+
# - {days: [Su], from: '7:00pm', to: '9:00pm'}
1218

1319
breakSchedule:
1420
fall: []

data/building-hours/5-1-it-helpdesk.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@ category: Help and Support
44
schedule:
55
- title: Hours
66
hours:
7-
- {days: [Mo, Tu, We, Th], from: '7:45am', to: '11:00pm'}
8-
- {days: [Fr], from: '7:45am', to: '5:00pm'}
9-
- {days: [Su], from: '1:30pm', to: '11:00pm'}
7+
- {days: [Mo, Tu, We, Th], from: '7:30am', to: '4:00pm'}
8+
- {days: [Fr], from: '7:30am', to: '12:00pm'}
9+
10+
# - title: Hours
11+
# hours:
12+
# - {days: [Mo, Tu, We, Th], from: '7:45am', to: '11:00pm'}
13+
# - {days: [Fr], from: '7:45am', to: '5:00pm'}
14+
# - {days: [Su], from: '1:30pm', to: '11:00pm'}
1015

1116
breakSchedule:
1217
fall: []

data/building-hours/5-3-asc-speaking-space.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@ category: Help and Support
33

44
schedule:
55
- title: Hours
6-
hours:
7-
- {days: [Mo, Tu, We, Th], from: '7:00pm', to: '9:00pm'}
8-
- {days: [Sa], from: '2:00pm', to: '5:00pm'}
9-
- {days: [Su], from: '6:00pm', to: '9:00pm'}
6+
hours: []
7+
notes: The Speaking Space is closed for the summer.
8+
9+
# - title: Hours
10+
# hours:
11+
# - {days: [Mo, Tu, We, Th], from: '7:00pm', to: '9:00pm'}
12+
# - {days: [Sa], from: '2:00pm', to: '5:00pm'}
13+
# - {days: [Su], from: '6:00pm', to: '9:00pm'}
1014

1115
breakSchedule:
1216
fall: []

data/building-hours/5-4-asc-writing-desk.yaml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,17 @@ category: Help and Support
33

44
schedule:
55
- title: Hours
6-
notes: Times by appointment.
7-
hours:
8-
- {days: [Mo, Tu, We, Th, Fr], from: '10:00am', to: '5:00pm'}
9-
- {days: [Mo, Tu, We, Th], from: '7:00pm', to: '10:00pm'}
10-
- {days: [Sa], from: '11:30am', to: '5:00pm'}
11-
- {days: [Su], from: '1:00pm', to: '5:00pm'}
12-
- {days: [Su], from: '7:00pm', to: '10:00pm'}
6+
hours: []
7+
notes: The Writing Desk is closed for the summer.
8+
9+
# - title: Hours
10+
# notes: Times by appointment.
11+
# hours:
12+
# - {days: [Mo, Tu, We, Th, Fr], from: '10:00am', to: '5:00pm'}
13+
# - {days: [Mo, Tu, We, Th], from: '7:00pm', to: '10:00pm'}
14+
# - {days: [Sa], from: '11:30am', to: '5:00pm'}
15+
# - {days: [Su], from: '1:00pm', to: '5:00pm'}
16+
# - {days: [Su], from: '7:00pm', to: '10:00pm'}
1317

1418
breakSchedule:
1519
fall: []

data/building-hours/6-1-skoglund.yaml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,15 @@ category: Gym
55
schedule:
66
- title: Hours
77
hours:
8-
- {days: [Mo, Tu, We, Th], from: '6:30am', to: '10:45pm'}
9-
- {days: [Fr], from: '6:30am', to: '8:45pm'}
10-
- {days: [Sa], from: '9:00am', to: '8:45pm'}
11-
- {days: [Su], from: '12:00pm', to: '10:45pm'}
8+
- {days: [Mo, Tu, We, Th], from: '8:00am', to: '7:00pm'}
9+
- {days: [Fr], from: '8:00am', to: '2:00pm'}
10+
11+
# - title: Hours
12+
# hours:
13+
# - {days: [Mo, Tu, We, Th], from: '6:30am', to: '10:45pm'}
14+
# - {days: [Fr], from: '6:30am', to: '8:45pm'}
15+
# - {days: [Sa], from: '9:00am', to: '8:45pm'}
16+
# - {days: [Su], from: '12:00pm', to: '10:30pm'}
1217

1318
breakSchedule:
1419
fall: []

data/building-hours/6-2-skoglund-pool.yaml

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,23 @@ name: Skoglund Pool
22
category: Gym
33

44
schedule:
5-
- title: Fac/Staff Swim
6-
hours:
7-
- {days: [Mo, Tu, We, Th, Fr, Sa], from: '7:00am', to: '9:45am'}
8-
- {days: [Su], from: '8:30am', to: '10:15am'}
9-
105
- title: Lap Swim
116
hours:
12-
- {days: [Mo, Tu, We, Th, Fr], from: '12:45pm', to: '2:00pm'}
13-
- {days: [Mo, Tu, We, Th, Fr], from: '6:00pm', to: '8:00pm'}
7+
- {days: [Mo, Tu, We, Th], from: '1:00pm', to: '2:00pm'}
148

15-
- title: Open Swim
16-
hours:
17-
- {days: [Mo, Tu, We, Th, Fr], from: '7:00am', to: '2:00pm'}
9+
# - title: Fac/Staff Swim
10+
# hours:
11+
# - {days: [Mo, Tu, We, Th, Fr, Sa], from: '7:00am', to: '9:45am'}
12+
# - {days: [Su], from: '8:30am', to: '10:15am'}
13+
14+
# - title: Lap Swim
15+
# hours:
16+
# - {days: [Mo, Tu, We, Th, Fr], from: '12:45pm', to: '2:00pm'}
17+
# - {days: [Mo, Tu, We, Th, Fr], from: '6:00pm', to: '8:00pm'}
18+
19+
# - title: Open Swim
20+
# hours:
21+
# - {days: [Mo, Tu, We, Th, Fr], from: '7:00am', to: '2:00pm'}
1822

1923
breakSchedule:
2024
fall: []

data/building-hours/6-3-storp.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ category: Gym
55
schedule:
66
- title: Hours
77
hours:
8-
- {days: [Mo, Th, Fr], from: '4:00pm', to: '6:00pm'}
8+
- {days: [Mo, Th], from: '4:00pm', to: '6:00pm'}
9+
10+
# - title: Hours
11+
# hours:
12+
# - {days: [Mo, Th, Fr], from: '4:00pm', to: '6:00pm'}
913

1014
breakSchedule:
1115
fall: []

0 commit comments

Comments
 (0)