-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ideas.html
242 lines (206 loc) · 6.5 KB
/
ideas.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>UltiArchive India</title>
<meta name="author" content="Puneeth Chaganti"/>
<meta name="description" content=""/>
<meta name="keywords" content=""/>
<style type="text/css">
.underline { text-decoration: underline; }
</style>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/reveal.js/dist/reveal.css"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/reveal.js/dist/theme/simple.css" id="theme"/>
<!-- If the query includes 'print-pdf', include the PDF print sheet -->
<script>
if( window.location.search.match( /print-pdf/gi ) ) {
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = 'https://cdn.jsdelivr.net/npm/reveal.js/css/print/pdf.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
}
</script>
</head>
<body>
<div class="reveal">
<div class="slides">
<section id="sec-title-slide"><h1 class="title">UltiArchive India</h1><p class="subtitle"></p>
</section>
<section>
<section id="slide-org548c1d3">
<h2 id="org548c1d3">Who are you?</h2>
<ul>
<li>Punch, play Ultimate with TIKS in Bangalore</li>
<li>Love making useful tools to make life easier</li>
<li>Enjoy collaborating and mentoring</li>
<li>Help Indian Ultimate with tech stuff</li>
</ul>
</section>
</section>
<section>
<section id="slide-org2c85582">
<h2 id="org2c85582">What do you want?</h2>
<ul>
<li>A digital archive for Ultimate in India</li>
<li>Stats and data
<ul>
<li>photos and videos, may follow</li>
</ul></li>
<li>Better system to collect scores/spirit scores?</li>
</ul>
</section>
</section>
<section>
<section id="slide-org3a519e9">
<h2 id="org3a519e9">Why do we need this?</h2>
<ul>
<li>Data is lost
<ul>
<li>Ephemeral (lost in Social media, WhatsApp, …)</li>
<li>Most of the content we consume today has been created in the last 3 days!</li>
</ul></li>
<li>Record the history and growth of the Sport in India
<ul>
<li>Stories for future players</li>
<li>Data for League auctions?</li>
<li>Data for reasearch?</li>
</ul></li>
</ul>
</section>
</section>
<section>
<section id="slide-org969e3c1">
<h2 id="org969e3c1">What do you have in mind?</h2>
<p>
We can do better than "lost" Spreadsheets
</p>
<div class="figure">
<p><img src="./images/ncuc-brackets.png" alt="ncuc-brackets.png" height="600px" />
</p>
</div>
</section>
<section id="slide-org15ad1c8">
<h3 id="org15ad1c8"><a href="https://www.windmilltournament.com/legacy">Windmill scores page</a></h3>
<div class="figure">
<p><img src="./images/windmill-scores-screenshot.png" alt="windmill-scores-screenshot.png" height="800px" />
</p>
</div>
</section>
<section id="slide-org1024a69">
<h3 id="org1024a69"><a href="http://live.wcbu2017.org/team/mix/ind">WCBU 2017 scores page</a></h3>
<div class="figure">
<p><img src="./images/wcbu-2017-screenshot.png" alt="wcbu-2017-screenshot.png" />
</p>
</div>
</section>
<section id="slide-orgcd1f6a9">
<h3 id="orgcd1f6a9"><a href="https://www.ultiphotos.com/">Ultiphotos</a></h3>
<div class="figure">
<p><img src="./images/ultiphotos-screenshot.png" alt="ultiphotos-screenshot.png" />
</p>
</div>
</section>
</section>
<section>
<section id="slide-org002c469">
<h2 id="org002c469">How long will it take?</h2>
<ul>
<li>Work on it for 2-3 months and see how far we get</li>
<li>Handful of people to working 5 hours a week</li>
</ul>
</section>
</section>
<section>
<section id="slide-org72d3137">
<h2 id="org72d3137">Do I need to be able to code?</h2>
<ul>
<li>Brainstorming ideas</li>
<li>Design</li>
<li>Data collection and cleaning</li>
<li>Code</li>
<li>User testing and feedback</li>
</ul>
</section>
</section>
<section>
<section id="slide-org7a9bafc">
<h2 id="org7a9bafc">Can you show us proof?</h2>
<p>
A couple of tools that people have found useful
</p>
</section>
<section id="slide-orgf9251e0">
<h3 id="orgf9251e0">Spirit scoring sheet</h3>
<div class="outline-text-3" id="text-orgf9251e0">
</div>
<ul class="org-ul">
<li><a id="org35c81d0"></a>Problems<br />
<ul>
<li>Too much time pressure</li>
<li>Human errors</li>
<li>Spirit Directors (SDs) miss games</li>
<li>SDs/TDs need not be Spreadsheet ninjas</li>
<li>Some help in identifying missing entries</li>
</ul>
</li>
</ul>
</section>
<section id="slide-org91c65b5">
<h4 id="org91c65b5">Demo</h4>
<div class="figure">
<p><img src="https://user-images.githubusercontent.com/315678/38825245-7c9694f4-41c9-11e8-837c-c25ae7c307e0.gif" alt="38825245-7c9694f4-41c9-11e8-837c-c25ae7c307e0.gif" width="400px" />
</p>
</div>
<dl>
<dt>Tech Stack</dt><dd>Python, Pandas, Google Sheets, Heroku</dd>
<dt>Code</dt><dd><a href="https://github.com/india-ultimate/sotg-calculator">github.com/india-ultimate/sotg-calculator</a></dd>
</dl>
</section>
<section id="slide-orgb01d568">
<h3 id="orgb01d568">RSVP App</h3>
<p>
More like a <a href="https://rsvp.tiks-ultimate.in/features">Team Management App</a> …
</p>
<p>
WhatsApp is a blackhole. Period.
</p>
</section>
<section id="slide-org076ed88">
<h4 id="org076ed88">Features</h4>
<div class="figure">
<p><img src="./images/rsvp-screenshot.png" alt="rsvp-screenshot.png" width="600px" />
</p>
</div>
<dl>
<dt>Tech Stack</dt><dd>Python, Heroku, Google OAuth, JS, …</dd>
<dt>Code</dt><dd><a href="https://github.com/thatte-idli-kaal-soup/rsvpapp/">github.com/thatte-idli-kaal-soup/rsvpapp</a></dd>
</dl>
</section>
</section>
<section>
<section id="slide-org8f28fe1">
<h2 id="org8f28fe1">How do I sign up?</h2>
<ul>
<li>Sign up on <a href="https://forms.gle/yw5i27fuK4o8hr9E7">this form</a>.</li>
<li>@punchagan on Twitter/GitHub/GMail</li>
</ul>
</section>
</section>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/reveal.js/dist/reveal.js"></script>
<script>
// Full list of configuration options available here:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
// Optional libraries used to extend on reveal.js
dependencies: [
{ src: 'https://cdn.jsdelivr.net/npm/reveal.js/plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'https://cdn.jsdelivr.net/npm/reveal.js/plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'https://cdn.jsdelivr.net/npm/reveal.js/plugin/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } },
{ src: 'https://cdn.jsdelivr.net/npm/reveal.js/plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } }]
});
</script>
</body>
</html>