-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
206 lines (169 loc) · 8.22 KB
/
index.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>reveal.js</title>
<style>
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
</style>
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/black.css">
<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<link href="/c3/c3.css" rel="stylesheet" type="text/css">
<script src="/c3/d3.min.js"></script>
<script src="/c3/c3.js"></script>
<link rel="stylesheet" href="css/custom.css">
<!-- Printing and PDF exports -->
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
</head>
<body>
<div class="reveal">
<div class="slides">
<section data-background="images/intro.jpg"></section>
<section class="slide starwars">
<p class="starwars-intro">A year ago, on a campus about 8 hours away...</p>
<h1>PRINTER<br /><sub>The Quota Awakens</sub>WARS</h1>
<div class="starwars-scroll">
<div class="starwars-scroll-content">
<p>
It's a time of uncertainty. Unrest ripples through the campus community as department directors battle budgetary challenges which are forcing them to reevaluate service offerings and consider changes to processes put in place long ago. Front facing services like computer labs and printing which have historically been integral parts of the student learning experience and statisfaction have managed to remain largely unchanged...until now.
</p>
<p>
The long standing quota system which gave students a weekly alotment of 240 pages has drawn critism from students and staff alike. Now a few rebillious staff members from across IT and the Student Government are coming together to discuss the future of printing.
</p>
</div>
</div>
</section>
<section data-background="images/sbu.jpg">
<div style="background-color: rgba(0,0,0,0.7);width:100%;padding: 2em;box-sizing: border-box;">
<h2 style="float:right">About Stony Brook</h2>
<br style="clear:both" />
<div style="text-align: left;">
Long Island, NY<br />
25,272 Students; 16,000 Undergrads<br />
200+ Undergrad Programs<br />
140+ Graduate Programs<br />
</div>
</div>
</section>
<section>
<section data-background="images/stakeholders.jpg">
Identifying Our Stakeholders
</section>
<section data-background="images/starsbg.jpg">
User Support Team
</section>
<section data-background="images/starsbg.jpg">
Systems Team
</section>
<section data-background="images/starsbg.jpg">
Faculty
</section>
<section data-background="images/starsbg.jpg">
Students
</section>
</section>
</section>
<section>
<section data-background="images/stakeholders.jpg">
Timeline
</section>
<section data-background="images/starsbg.jpg">
Fall 2001 - Unmetered print usage of about 3 Million Pages
</section>
<section data-background="images/starsbg.jpg">
Spring 2005 - 9 Million Pages printed in Spring; 1 student printed 1500 in 3 days.
</section>
<section data-background="images/starsbg.jpg">
Fall 2008 - Print From Anywhere
</section>
<section data-background="images/starsbg.jpg">
Fall 2013 - Omega Release Stations; First “Printer Kiosk” Installed in Commuter Lounge
</section>
<section data-background="images/starsbg.jpg">
Fall 2014 - Residence Halls Folded In & Kiosk Printers Expanded
</section>
<section data-background="images/starsbg.jpg">
Fall 2015 - Print Quota Set to Semesterly Ration of 1500 pages
</section>
</section>
</section>
<section>
Community Breakdown
<div class="chart-wrap">
<div id="chart--community-breakdown">
</div>
</div>
<script src="data/community-breakdown.js"></script>
</section>
<section>
Enrollment vs Transactions
<div class="chart-wrap">
<div id="chart--enrollment-transactions"></div>
</div>
<script src="data/enrollment-v-transactions.js"></script>
</section>
<section>
Enrollment vs Transactions
<div class="chart-wrap">
<div id="chart--job-size"></div>
</div>
<script src="data/job-size.js"></script>
</section>
<section>
Single vs Double Sided Printing
<div class="chart-wrap">
<div id="chart--single-double"></div>
</div>
<script src="data/single-double.js"></script>
</section>
<section>
Number of Printers
<div class="chart-wrap">
<div id="chart--number-printers"></div>
</div>
<script src="data/number-printers.js"></script>
</section>
<section>
Job Types<br />
<a onclick="loadFall();">Fall 2015</a>
<a onclick="loadSpring();">Spring 2016</a>
<div class="chart-wrap">
<div id="chart--job-types"></div>
</div>
<script src="data/job-types.js"></script>
</section>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>
<script>
// More info https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
history: true,
minScale: 1,
maxScale: 1,
margin: 0,
width: '100%',
height: '100%',
// More info https://github.com/hakimel/reveal.js#dependencies
dependencies: [
{ src: 'plugin/markdown/marked.js' },
{ src: 'plugin/markdown/markdown.js' },
{ src: 'plugin/notes/notes.js', async: true },
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }
]
});
Reveal.addEventListener( 'slidechanged', function( event ) {
window.dispatchEvent(new Event('resize'));
console.log("Resized");
} );
</script>
</body>
</html>