forked from abhinemani/preso
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
280 lines (256 loc) · 13.2 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
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
<!doctype html>
<html>
<!--
,/%%%%/,
,%@@@@@@@@@@@@@(.
.,,.. /&@@@@@@@@@@@@@@@@@@%.
.&@@@@@@@@@@@. %@@@@@@@@@@@@@@@@@@@@@@@,
.@@@@@@@@@@@@@@@@@@%, %@@@@@@@@@@@@@@@@@@@@@@@@@@/
%@@@@@@@@@@@@@@@@@@@@@@/ *@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#@@@@@@@@@@@@@@@@@@@@@@@@&, .@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@.
#@@@@@@@@@@@@@@@@@@@@@@@@@@@##&@@@&&%%%%&&@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@,
@@@@@@@@@@@@@@@@@@@@@@@@@@@@/ ./#&@@@@@@@@@@@@@@@@@@@@@@@@@,
*@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ./&@@@@@@@@@@@@@@@@@.
#@@@@@@@@@@@@@@@@@@@@@@@@@@/ *@@@@@@@@@@@@@&
%@@@@@@@@@@@@@@@@@@@@@@&( %@@@@@@@@@@,
(@@@@@@@@@@@@@@@@@@%* /@@@@@@@*
.@@@@@@@@@@@@@@&/ ./@@@/
/@@@@@@@@@@@@#.... ....... %@.
%@@@@@@@@@&%#((/#&@@@@@&&&&&%(, .,(%&&&&@@@@@@####%&&&&&&&%&%.
/&%#%&&. /@@@@@@@@@@@* (&&&&&&&&&&&&&, %@@@@@@@@@@& /&&@(/%
/&&&( %@@@@@@@@@@@@@@ %&&&&&&&&&, (@@@@@@@@@@@@@@( &&&&.
,&&. &@@@&(,..,#&@@@@% ,&&, #&& .@@@@@@@(#%@@@@* #&%@,
%&&. (@@# #@@&.*&* %& ,@@@@( #@@* #&./&.
#@*&( *@@@ .#%%%% @@* %& ,&, &@@# /%%%%,*@& %% @%
@% .%. %@@@. ,%%%%%..@/ (%. .&, #@% #%%%%/*@@. .%. (@
,@* .%. &@@@@% */,.%# &% *&&&&&&&%,#/ ,%#. ,/*.%@@@, .# .&*
/&. *%(%@@@@@@@@@&/. .#% *&&&&&&&&&&&&,##. .%%%%%&@@@@&(*%. %#
#% ,#&&%%###%&&, #&&&&&&&&&&&&* .(%%#(///(#%* (%
%# %&&&&&&&&&&/ /&.
%% ,/((*. (%
/&. %#
,@* /&%(*,,*%&. ,@*
&& .... %@
,@* ,@*
.@# (@,
.&&. .%&,
/@@&* .#&&*
@@@@@@@@(. #@@@@@@%
%@@@@@@@@*/&@@&%(*,. ..,*#%@@@@@@@@@@@@*
#@@@@@@@@@, ,,/(#&,,*/#%&&@@@@@@&%#(//%#/*,. %@@@@@@@@&.
@@@@@@@@@@ #.#%#((#&(%&%###%#.% *@@@@@@@@@(
.@@@@@@@@@% . .%##%, . @@@@@@@@@&
,@@@@@@@@@% #*. % &@@@@@@@@&
.@@@@@@@@@& *%////&* @@@@@@@@@%
(@@@@@@@@@ %(*,. ,% ,@@@@@@@@&.
%@@@@&@@%, (* .(#, .,#@@#@@@@&/
%@@@@@@@@@@@@@&&%%%%####%@%%%%%%%&&&@@@@@@@@@@@@&
#@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
.#@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@&/
,@@@@@@@@@@#(((////(((###&@@@@@@@@@*
%@@@@@@@@@@@% ,@@@@@@@@@@@@*
.&@@@@@@@@@@@, #@@@@@@@@@@@(
.@@@@@@@@@@, &@@@@@@@@@(
,%&@, *&@@&/
built by @abhinemani -->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>RAILS Nominees</title>
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/night.css">
<link href="favicon.png" rel="icon" type="image/png">
<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="lib/css/zenburn.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>
<script src='https://cdnjs.cloudflare.com/ajax/libs/tabletop.js/1.4.3/tabletop.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/headjs/1.0.3/head.min.js'></script>
<script src="https://use.fontawesome.com/01f145f8ce.js"></script>
</head>
<body>
<div class="reveal">
<div class="slides">
<section class="present" data-background-image="http://abhinemani.com/preso/img/skyline.jpg" data-index-h="1" style="top: 180px; display: block; transform: translate3d(0px, 0px, 0px);">
<img src="img/rails-logo-min.png" style="border: none; background: none; box-shadow: none;">
<p>The City of Sacramento committed up to $1.5M in grants for groups that drive acceleration, innovation & leadership for startups. After receiving nearly <strong>150</strong> applications, and going through an extensive review process with internal and external leaders, the following are recommendations for Council's consideration.</p>
<p><i>Hit space, swipe left, or click the orange arrow below to get started.</i></p>
</section>
<section style="text-align: center">
<h1>The Funnel Strategy</h1>
<img src="https://cdn-images-1.medium.com/max/800/1*kYAQeG6DNzhv7m5ENer9Yg.png"></section>
<section>
<section>
<h1>Results</h1>
<h3>The City received <u>143 applications</u> totaling nearly <u>$18 million</u> in funding requests -- in just 4 weeks of open applications.*</h3>
<table>
<thead>
<tr>
<th></th>
<th>Leadership</th>
<th>Innovation</th>
<th>Acceleration</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>Applications</strong></td>
<td>30</td>
<td>48</td>
<td>28</td>
</tr>
<tr>
<td><strong>Total Requested</strong></td>
<td>$4M</td>
<td>$2M</td>
<td>$1M</td>
</tr>
<tr>
<td><strong>Average</strong></td>
<td>$168K</td>
<td>$76K</td>
<td>$40K</td>
</tr>
</tbody>
</table>
<p><small><i>Some applications were deemed incomplete or ineligible; hence the total actually considered was 106.</i></small></p>
<p><i>(Swipe down for more... Or left to see the nominations)</i></p>
<!-- <a href="#" class="navigate-down enabled">
<img width="178" height="238" alt="Down arrow" src="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png">
</a>-->
</section>
<section>
<h1>How It Worked</h1>
<ol>
<li>Online application from participants</li>
<li>Internal screening for eligibility; review by Tech Council; and in-person interviews and scoring by City management with the finalist</li>
<li>Final recommendations made by group consensus by all involved</li>
</ol>
</section>
<section>
<h1>Review Process</h1>
<p>The Economic Development Department (EDD), Information Technology Department (IT), and the Mayor's Office for Innovation & Entrepreneurship (MOFIE) reviewed and scored applications, with the Mayor’s Tech Council serving in an advisory capacity as industry experts. Top-ranking applicants were interviewed. Funding recommendations were developed using a competitive selection process based upon the following criteria: </p>
<ul>
<li>Proven track record</li>
<li>Clear, actionable plans that achieve RAILS objectives</li>
<li>Fills an industry gap or local market need</li>
<li>City funds would be "catalytic" to completing the project</li>
<li>Value to the Sacramento innovation ecosystem</li>
<li>Program deliverables and metrics</li>
</ul>
</section>
<section><h1>Selection Committee</h1>
<h3>Tech Council</h3>
<p>Sheri Atwood (SupportPay), Erika Bjork (Sacramento Republic FC), Sonny Mayugba (Waitr), Viabhav Nadgauda (Moneta Ventures), Jay Sales (VSP Global), Tyler Smith (SkySlope)</p>
<h3>City Management Leadership</h3>
<p>Larry Burkhart, Melissa Anguiano, Veronica Smith (EDD); Maria MacGunigal (ITD); Ash Roughani, Abhi Nemani (MOFIE)</p>
<hr>
<p>The review processes consisted of online voting and scoring, in-person interviews, group discussions - both online and in-person - and every single application was reviewed and discussed by the review team.</p>
</section>
</section>
<div class="gsheet"></div>
<section>
<h1>Summary</h1>
<table>
<thead>
<tr>
<th></th>
<th></th>
<th></th>
<th></th>
<th></th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>Leadership</strong><br>($175K)</td>
<td>Elevate Project</td>
<td>Yellow Circle</td>
<td>Green Tech</td>
<td>Square Root</td>
<td>Operation Innovate</td>
</tr>
<tr>
<td><strong>Innovation</strong><br>($288K)</td>
<td>Hacker Lab</td>
<td>Apptology</td>
<td>Code4Sac</td>
<td>Rocket Dept</td>
<td>Dynasty Video</td>
</tr>
<tr>
<td><strong>Acceleration</strong><br>($507K)</td>
<td>I/O Labs</td>
<td>Velocity</td>
<td>E49 Corp</td>
<td>Founder Academy</td>
<td>Square One</td>
</tr>
</tbody>
</table>
<hr>
<h3>Total Requested: $970K</h3>
</section>
<section>
<h1>Bringing it all together</h1>
<ul>
<li><strong>What We Are</strong>: Civic & Socially Oriented
<ul>
<li>eg E49, I/O Labs, Code for Sacramento, etc</li>
</ul>
</li>
<li><strong>Who We Are</strong>: Diverse, Inclusive, and Creative</li>
<ul>
<li>eg Elevate Project, Operation Innovate, Square Root Clubs, etc</li>
</ul>
<li><strong>Where We Are Heading</strong>: <i>Next Economy</i> tech in hardware, energy, avionics & more</li>
<ul>
<li>eg Hacker Lab, Green Tech, Rocket Department, etc</li>
</ul>
</ul>
</section>
<section>
<h1>What's Next</h1>
<h2>Data-Driven Assessment</h2>
<img src="img/dashboard.png">
</section>
<section>
<h1>What's Next</h1>
<h3>Small Pieces, Loosely Joined</h3>
<ul>
<li>Networking all 140+ applicants for collaboration</li>
<li>Showcase & celebrate the growth and success of Sacramento's growing, diverse economy</li>
<li>Determine ongoing innovation and entrepreneurship strategy to put Sacramento on the map</li>
</section>
<section>
<h1>Questions</h1>
<p>More information: <a href="http://sacmoie.github.io/preso">Learn more about the companies</a></p>
<p><a href="mailto:mofie@cityofsacramento.org">Contact Us</a></p>
</section>
</div>
</div>
<script src="js/index.js"></script>
<!--<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,
// 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: false },
{ src: 'plugin/highlight/highlight.js', async: false, callback: function() { hljs.initHighlightingOnLoad(); } }
]
});
</script>
</body>
</html>