-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
884 lines (692 loc) · 62.5 KB
/
index.html
File metadata and controls
884 lines (692 loc) · 62.5 KB
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
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Library Technology Conference 2014 : The Origin of the Future is in the Present : Mita Williams</title>
<meta name="description" content="text and slides of morning keynote of Library Technology Conference 2014">
<meta name="author" content="Mita Williams">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="css/reveal.min.css">
<link rel="stylesheet" href="css/theme/solarized.css" id="theme">
<!-- For syntax highlighting -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<!-- 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 = 'css/print/pdf.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
}
</script>
<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="reveal">
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">
<section>
<h1>The Origin of the Future is in the Present</h1>
<h3>Library Technology Conference, March 19, 2014</h3>
<p>
<small><a href="http://aedileworks.com/">Mita Williams</a>
</br>User Experience Librarian, University of Windsor</br>
<a href="http://librarian.newjackalamanac.ca/">new jack librarian</a></br>
<a href="http://twitter.com/copystar">@copystar</a></small>
</p>
<aside class="notes">
I would like to begin at the beginning. I would like to begin with an origin story.
</aside>
</section>
<section>
<h2>Let's begin with an origin story</h2>
<p>
Athena springing from the head of Zeus
</p>
<img src="Birth_of_Athena.jpg" alt="image of Athena springing from the head of Zeus">
<!-- image source: http://commons.wikimedia.org/wiki/File:Birth_of_Athena.jpg-->
<aside class="notes">
Origin stories can be found in comic books. Even those of us don’t regularly read comics already seem to know the backstory of how Batman, Spiderman, and Superman came to be. Origin stories, of course, also hold an important place in our mythologies: Here is Athena, goddess of wisdom and of warfare, springing, fully formed and armored, from the head of Zeus.
</aside>
</section>
<section>
<h2>Every start-up has an origin story</h2>
<img src="the_social_network.jpg" alt="The Social Network movie poster">
<!-- source: http://www.redmondpie.com/the-social-network-facebook-movie-won-three-oscars-out-of-8-it-was-nominated-for/ -->
<aside class="notes">
Origin stories are still popular today. Almost every tech start up seems to have a one. HP’s humble beginnings in a small garage. Twitter’s cultural tipping point during South by Southwest in 2007. Facebook’s turbulent origins that were worthy of a movie.
</aside>
</section>
<section>
<h2>Origin stories as a path to a profession or pursuit</h2>
<a href="https://www.youtube.com/watch?v=_OczqFEcUTA#t=401"><img src="OSBridge.png" alt="Screenshot"></a>
<!-- image source: https://www.youtube.com/watch?v=_OczqFEcUTA#t=401 -->
<aside class="notes">
Women in technology have a practice of sharing their origin stories. Sumana Harihareswara shared hers at the OSBridge Conference some years ago where she described how she became involved in community organizing around open source software.
Sharing an origin story, such as the moment you found wanting to know more about computer programming, is useful for several reasons. First, it reminds us that there are many origin stories out there and that there is not one set path that we must follow to a destination. And origin stories remind us - that it is often moments of enchantment or illumination that first capture our imagination and then our attention and *that* is what sets us on a path to a profession or lifetime pursuit.
I would like you to take a moment to think about your own origin story when it comes to libraries. And I give you permission to ask other people about their origin story over the course of the 2014 Library Technology Conference, perhaps use as an icebreaker if you find yourself beside someone you don’t know.
I’m not going to start this talk by telling you my library origin story, I’m going to share with you another woman’s . See if you can recognize it. And no googling as this text is pretty much taken directly from the biography that I found on her official website.
</aside>
</section>
<section>
<h2>A library origin story. But whose?</h2>
<p>......was born in McMinnville, Oregon, and, until she was old enough to attend school, lived on a farm in a town so small it had no library. Her mother arranged with the State Library to have books sent to her town and acted as librarian in a lodge room upstairs over a bank. She loved to read books but when the family moved to Portland, she found herself in the school's low reading circle, an experience that has gave her sympathy with struggling readers.</p>
<aside class="notes">
This woman... ...was born in McMinnville, Oregon, and, until she was old enough to attend school, lived on a farm in a town so small it had no library. Her mother arranged with the State Library to have books sent to her town and acted as librarian in a lodge room upstairs over a bank. She loved to read books but when the family moved to Portland, she found herself in the school's low reading circle, an experience that has gave her sympathy with struggling readers.
</aside>
</section>
<section>
<p>... By third grade she had conquered reading and spent much of her childhood either with books or on her way to and from the public library. The school librarian once suggested that she should write for boys and girls when she grew up. The idea appealed to her, and she decided that someday she would write the books that she longed to read but was unable to find on the library shelves: funny stories about her neighborhood and the sort of children she knew. </p>
<aside class="notes">
By third grade she had conquered reading and spent much of her childhood either with books or on her way to and from the public library. The school librarian once suggested that she should write for boys and girls when she grew up. The idea appealed to her, and she decided that someday she would write the books that she longed to read but was unable to find on the library shelves: funny stories about her neighborhood and the sort of children she knew.
</aside>
</section>
<section>
<p>And so Ramona Quimby, Henry Huggins, Ellen Tebbits, and her other beloved characters were born. </p>
<aside class="notes">
And so Ramona Quimby, Henry Huggins, Ellen Tebbits, and her other beloved characters were born.
</aside>
</section>
<section>
<h2>A life defined by libraries</h2>
<img src="BeverlyCleary.png" alt="Screenshot Beverly Cleary's website">
<aside class="notes">
If you haven’t guessed it already, that was the official biography of children’s author Beverly Cleary, -- a life that was formed and defined by libraries.
I have friends who grew up with not much. They’ve told me that, like for Beverly Clearly, the library was an oasis in their childhood. It was an abundance of riches that could be drawn from time and time again.
</aside>
<!-- image source: http://www.beverlycleary.com/-->
</section>
<section>
<h2>Libraries as abundance</h2>
<img src="abundance.jpg" alt="cc-by-nc: sirwiseowl">
<!-- image source: https://secure.flickr.com/photos/sirwiseowl/1361717131/-->
<aside class="notes">
Libraries were and remain a place of generosity. For libraries are not just a place for those who have an appetite for reading that outpaces what they can afford but remain a refuge for students, for the elderly, for the disenfranchised, *for anyone* who needs to come in from the rain and find a place to sit down.
I’ve been asked to open today’s conference with a look forward to the future of libraries. I’ve told stories about the Future of Libraries before and it’s always been my best received work. But as we know from the small print of so many investment commercials, past performance cannot be considered an indicator of future performance.
And that is the challenge of what we have, collectively, together before us: How can we make a future of libraries that is as important and as generous as our past?
What will be the future of the library if the Internet continues to make text no longer scarce and makes our abundance, no longer impressive? And what will be the future of our world at large? Will our children live in a world of scarcity or abundance? Endless austerity or the dawn of post-scarcity?
</aside>
</section>
<section>
<h2>Academic Library of the Future?</h2>
<img src="Ryerson.png" alt="rendering of future library of Ryerson University">
<!-- image source: http://www.designboom.com/architecture/snohetta-ryerson-universitys-new-student-learning-center/-->
<aside class="notes">
Will the academic library of the future look like this: a study hall with wifi?
</aside>
</section>
<section>
<h2>Public Library of the Future?</h2>
<a href="http://www.ameliaacker.com/soft-discipline-and-open-libraries-in-denmark/"><img src="Open_Libraries.png" alt="screenshot of a key card control panel"></a>
<!-- image source: http://www.ameliaacker.com/soft-discipline-and-open-libraries-in-denmark/-->
<aside class="notes">
This is how the residents of Præstø Denmark get into their library. They have to swipe their social security card for entrance. And they have to do so because there is no library staff in their completely “open service” library. As the essay that this image links to suggests, this library is the surveillance state brought to its logical conclusion.
If these two scenarios are our future, what will form the library origin stories of our future readers, our future advocates, and our future colleagues?
In my previous talks, I have framed the Future of Libraries through the telling of five different stories. The premise is that these investigations are not unlike the story of the five blind men and the elephant: each describe the shape of something emerging in the present, but the whole remains elusive. And I have two disclaimers: I am not a futurist, nor do I suggest that these possible futures are inevitable.
</aside>
</section>
<section>
<h2>The 2013 <a href="http://librarian.newjackalmanac.ca/2012/11/the-future-of-libraries-is.html">Future of the Library Stories</a></h2>
<ul>
<li>The inside-out library</li>
<li>Google > Wikipedia > References</li>
<li>Becoming An Archive Warrior</li>
<li>Occupy the Storefront</li>
<li>Viva Les Ebooks Libre</li>
</ul>
<aside class="notes">
In my 2013 The Future of the Library (And How to Stop It) Talk: I told these five stories. They are stories that describe the strange ways libraries have been turned inside out. About how our collections have gone online and our buildings are now designed to collect people. I told stories of how libraries are now created by activists and artists as community building exercises. And I told how we, as librarians, can help in these efforts by providing linked open data as well as the doing the work of digitizing and capturing the digital human record.
</aside>
</section>
<section>
<h2>Today's Stories </br>about The Future of the Library</a></h2>
<ul>
<li>1000 True Fans</li>
<li>Making a Mesh of Things</li>
<li>Reveal Coders</li>
<li>A book is for re-use</li>
<li>WTFM</li>
</ul>
<aside class="notes">
It is 2014 and I now have five new stories to tell you.
</aside>
</section>
<section>
<ul>
<li><h1>1000 True Fans</h1></li>
<li>Making a Mesh of Things</li>
<li>Reveal Coders</li>
<li>A book is for re-use</li>
<li>WTFM</li>
</ul>
<aside class="notes">
Let’s begin with 1000 True Fans.
</aside>
</section>
<section>
<h2>The Central Library of Amsterdam</h2>
<a href="https://www.youtube.com/watch?v=OisEIYfimL8"><img src="ThoughtsFromAmsterdam.png" alt="screenshot from Wrong but Right: Thoughts from Places Amsterdam"></a>
<!-- image source: https://www.youtube.com/watch?v=OisEIYfimL8-->
<aside class="notes">
I began this talk with a story of an author so shaped by libraries that it defined her life and work.
Now let me tell you the story of another author. He wrote his last novel here, in the Central Library of Amsterdam. I don’t know what effect libraries had on him when he was younger, but I do know that is a strong advocate of libraries today.
We know many other authors who champion libraries and defend them when necessary. Some that come to mind include Cory Doctorow, Zadie Smith, Neil Gaiman, and Lemony Snicket.
Many authors - especially those who write for children and young adults - recognize how valuable the work of connecting books with readers that is done by librarians. They value the school and public librarians who create the space - both physical and intellectual - where the reading choices of young people are taken seriously.
But while many authors may love libraries, the organizations that represent their interests like the Authors Guild and their respective publishers have a much more adversarial relationship with us, as institutions.
There are several reasons for this, but I think it’s safe to say that the situation has escalated largely because creative work remains time-consuming and emotionally expensive to produce while advances in technology has made such work very easy and almost free to reproduce.
</aside>
</section>
<section>
<h2>This is the response we get</h2>
<img src="YourQuestionIsBad.jpg" alt="Your question is bad and you should feel bad"></a>
<!-- image source: http://memegenerator.net/instance/16560663-->
<aside class="notes">
When librarians ask how can we preserve ebooks and make them available in our collections for future generations, the answer we frequently receive in return is, How can do you expect a creative person to make a living these days?
Keeping in mind that this doesn’t answer the question we asked nor is it the question that we were established as an institution to answer, let’s try to answer this question. If just for our friends, our authors.
</aside>
</section>
<section>
<h2>The Long Tail</h2>
<a href="http://www.thelongtail.com/about.html"><img src="long_tail.jpg" alt="graph of the Long Tail"></a>
<!-- image source: http://www.thelongtail.com/about.html-->
<aside class="notes">
Remember the Long Tail? This was the conceptual model that came out in 2004 that helped us understand the brave new world of online shopping. It wasn’t that long ago - yet it’s hard to remember - when our choices of what our next book, album or movie to spend time with was restricted to what was physically available in your town, stocked in a local store or library.
The theory of the long tail is that physical retailers can only stock a limited amount of products so they sell only the ‘popular hits’ to make the most money, while online retailers of digital products have no such limitations and so they can aggregate the sales of the ‘long tail’ of less popular niche products.
Over the last ten years, the long tail has proven to be good for two groups of people; the first are the people who run these aggregators of culture : Amazon, iTunes, and Netflix. The second group of people are consumers, who have never as much access to different entertainment choices as they do today.
</aside>
</section>
<section>
<p> "But the long tail is a decidedly mixed blessing for creators... The long tail does not raise the sales of creators much, but it does add massive competition and endless downward pressure on prices...</p></br>
<p>Other than aim for a blockbuster hit, what can an artist do to escape the long tail?</p></br>
<p>One solution is to find 1,000 True Fans."</p>
<!-- source: http://kk.org/thetechnium/archives/2008/03/1000_true_fans.php-->
<aside class="notes">
But the long tail is a decidedly mixed blessing for creators... The long tail does not raise the sales of creators much, but it does add massive competition and endless downward pressure on prices. Other than aim for a blockbuster hit, what can an artist do to escape the long tail? One solution is to find 1,000 True Fans
That passage is from author Kevin Kelly who suggests that a True Fan is one who is willing to support an artist’s work for the tune of $100 a year.
In 2008, Kelly’s suggestion was considered audacious. But I think the future will show how on target he really was.
Now, I’m not saying that this model is fair but I will say that for some types of content and for some artists, this model is working. For example, there are podcasts and web comics that are freely available online and where the artist compensation is largely derived from sales of T-Shirts and other promotional items. And, in the example of NPR, funding comes through pledge drives.
Whether we call it crowd-funding or public patronage, it is one of the few models that exist as an alternative to advertising. We are starting to see crowd-funding is starting to supplement other creative activities as well.
</aside>
</section>
<section>
<h2>Crowdfunded journalism</h2>
<a href="http://joeycoleman.ca/support/"><img src="JoeyColeman.png" alt="screenshot from http://joeycoleman.ca/support/"></a>
<!-- image source: http://joeycoleman.ca/support/-->
<aside class="notes">
We’re starting to see crowd-funded journalists…
</aside>
</section>
<section>
<h2>Crowdfunded programming</h2>
<a href="https://git-annex.branchable.com/thanks/"><img src="git-annex.png" alt="screenshot from git-annex"></a>
<!-- image source: https://git-annex.branchable.com/thanks/-->
<aside class="notes">
...crowd-funded programming sprints and crowd-funded programmers…
</aside>
</section>
<section>
<h2>Crowdfunded criticism</h2>
<a href="http://hackeducation.com/support.php"><img src="HackEducation.png" alt="screenshot"></a>
<!-- image source: http://hackeducation.com/support.php-->
<aside class="notes">
...crowd-funded criticsm.
</aside>
</section>
<section>
<h2>Crowdfunded activism</h2>
<a href="https://www.gittip.com/ashedryden/"><img src="ashedryden_gittip.png" alt="screenshot from https://www.gittip.com/ashedryden/"></a>
<!-- image source: https://www.gittip.com/ashedryden/-->
<aside class="notes">
... and even crowd-funded activism.
And I think we are starting to see a new kind of author who understands the importance of having True Fans.
The children’s author of the future, I believe is going to be more like John Green.
</aside>
</section>
<section>
<h2>John Green, vlogbrother</h2>
<a href="http://www.youtube.com/watch?v=F_vFvbfn9Fs"><img src="JohnGreen.png" alt="John Green"></a>
<!-- image source: http://www.youtube.com/watch?v=F_vFvbfn9Fs-->
<aside class="notes">
If you haven’t heard of John Green yet, you will probably will soon as his latest book, The Fault in Our Stars is going be released shortly as a major motion picture. John Green wrote a large part of that work while in a writer in residence in Amsterdam.
John and his brother Hank have a video channel called the vlogbrothers that they started seven years ago. If the number of fans can be thought of as equivalent to the number of YouTube subscribers, they have 1.8 million of them. And there are many more than 1000 True Fans among them. Indeed, their non-profit organization, Project For Awesome has raised over $2.1 million dollars over the last 5 years for charitable projects that are both nominated and picked by their fans.
I bring attention to their work because I can find no better example of artists who understand how to use the internet as platform for engagement for their fans to connect to each other. They have seem to have taken the lessons of the long tail to heart and through their various projects such as their record label, tshirt store, fan conventions, and Subbable, their subscription service for already free videos, they have become aggregators of the work many other artists.
Of course, not every author can or will be as successful as John Green, but his story suggests that finding 1000 true fans for each author - which remains still a very difficult and challenging achievement - isn’t as outrageous as it sounded in 2008.
We can extend the work that libraries already do - connecting readers with works - by helping and supporting local authors find and connect to readers. We can do this by starting or continuing hosting writers in residence programs and writing circles. And we can look to the niche publishing models that seem to be surviving despite the Internet. In particular, I’m thinking about how we might borrow from the various science-fiction and fan conventions which creates an International circuit that brings authors and artists to their readers every year.
Maybe it’s not enough for us to just provide access to books. Perhaps libraries should work together and create or our own circuit of events to help maintain and grow a reading and writing culture and connect it to the already thriving participatory culture on the internet.
We can learn from John Green. Perhaps the best way to save print is to teach authors how to record and edit sound and video at the library.
</aside>
</section>
<section>
<ul>
<li>1000 True Fans</li>
<li><h1>Making a Mesh of Things</h1></li>
<li>Reveal Coders</li>
<li>A book is for re-use</li>
<li>WTFM</li>
</ul>
<aside class="notes">
Now suppose you wanted to create an audio and video studio in your library. Because we work in institutions, this usually requires having to make a case for it and to ask for permission. Understandably, we need an ok from our administration. But not so understandingly we frequently also need permission from our IT department.
I recognize that many libraries are beholden to the IT Departments of their parent institutions and I know first hand how this can limit one’s technology options. For example, at my own place of work, it’s necessary to engage in certain amount of subterfuge in order to get root access to a campus server. That being said, I know it’s a privilege to even have such a complaint, as I know of libraries whose IT departments lock-down work computers completely to prevent staff from downloading unsanctioned software.
I would like to talk more about running a server because running an application for use by people other than yourself frequently requires one. If you have access to a server, you have access to the public. With a server, you can be on the web and you can be of the web.
That’s how it used to be - when the web was young. If you worked at the university you could have access to your very own folder on the campus server. That the web we lost. Now, most of our online work is limited to form filling, or confined to Learning Management System or the underworld of an Intranet. Academia hid its work away. And then it had nothing to show for when the world suddenly became enamoured with MOOCS.
</aside>
</section>
<section>
<h2>A domain of one's own</h2>
<a href="https://umwdomains.com/"><img src="DomainOfOnesOwn.png" alt="screenshot"></a>
<!-- image source: https://umwdomains.com/-->
<aside class="notes">
We knash our teeth when we receive another wave of LinkedIn requests and shake our heads when a young person we know posts something less than professional on Facebook. And yet we don’t provide our students with the tools or guidance to build a place of their own on the web. These are just some of the reasons I’m personally very interested in University of Mary Washington’s Domain of One’s Own project. All incoming students are given their own domain names and Web space and the freedom to create subdomains, install any LAMP-compatible software, setup databases and email addresses, and carve out their own space on the web that they own and control.
LAMP by the way, stands for Linux, Apache, MySQL, PHP/Python/Perl. I make mention of this because it’s not enough to have access to a server to run software. You need to have a server with a particular combination of pre-installed programming languages and utility programs, as well as their dependencies.
</aside>
</section>
<section>
<h2>Discourse</h2>
<a href="http://try.discourse.org/"><img src="Discourse.png" alt="screenshot of Discourse"></a>
<!-- image source: http://try.discourse.org/-->
<aside class="notes">
For example, let’s say that you are looking for an alternative to listservs and you would like to try out Discourse - the open source forum software that’s supposed to be a million times better than the bulletin board type systems that are still remarkably common on the web today. Discourse doesn’t run as a paid, hosted service yet but it is available if you know how to clone the publicly available code from GitHub. All you need is to have access to a server that has Postgres 9.1, Redis 2.6, Ruby 1.9.3 and 1 GB of RAM already installed.
That sounds complicated because it is complicated. And for most of us curious about trying this software, this point would probably be the end of the experiment.
</aside>
</section>
<section>
<h2>One click install</h2>
<a href="http://bitnami.com/stack/discourse/cloud"><img src="discourse_bitami.png" alt="bitami screenshot"></a>
<!-- image source: http://bitnami.com/stack/discourse/cloud-->
<aside class="notes">
But that barrier has greatly come down, because someone else has already set up a script that will create the exact server I would need for Discourse and as well as Discourse already installed for use. It’s a one-click server install that runs on Amazon Web Services.
And this is possible because of virtual machines.
It’s not really the place of keynote to explain the mechanics of virtual servers. So let me say that a virtual machine is when a larger more powerful machine is able to imagine into being one or more less powerful machines.
</aside>
</section>
<section>
<h2>Yo Dawg. I heard you like servers</h2>
<img src="WhatIfIToldYou.jpg" alt="What If I Told You Your VM was running a VM?">
<!-- image source: http://memegenerator.net/instance/45631477-->
<aside class="notes">
You know why I think people use the term ‘Cloud’ as a jargon? I think its because describing virtual machines or VMs are so damn matrixy it’s almost hard to take seriously.
</aside>
</section>
<section>
<h2>So easy, your parents can do it</h2>
<a href="http://warpedvisions.org/blog/2012/02/howto-set-up-a-minecraft-server-in-10-minutes-using-amazon-ec2.md"><img src="MinecraftAWS.png" alt="screenshot"></a>
<!-- image source: http://warpedvisions.org/blog/2012/02/howto-set-up-a-minecraft-server-in-10-minutes-using-amazon-ec2.md-->
<aside class="notes">
To be clear, I am not suggesting that the knowledge of how to install software on servers and interact with the underlying stack is obsolete. By no means! But I will suggest that this shift to virtual machines takes server software from being in the domain of an institution to something more readily available to the end user. Indeed, families around the world are setting up servers just to get their kids out of their hair.
</aside>
</section>
<section>
<h2>Try Ruby for 0.02 cents an hour</h2>
<a href="https://aws.amazon.com/marketplace/pp/B007IA2QVG/ref=gtw_msl_image?ie=UTF8&pf_rd_r=14G1FJXX9T6DFFP6BN7M&pf_rd_m=A33KC2ESLMUT5Y&pf_rd_t=101&pf_rd_i=awsmp-gateway-1&pf_rd_p=1549113282&pf_rd_s=center-3#product-details"><img src="aws_ruby.png" alt="bitami screenshot"></a>
<!-- image source: https://aws.amazon.com/marketplace/pp/B007IA2QVG/ref=gtw_msl_image?ie=UTF8&pf_rd_r=14G1FJXX9T6DFFP6BN7M&pf_rd_m=A33KC2ESLMUT5Y&pf_rd_t=101&pf_rd_i=awsmp-gateway-1&pf_rd_p=1549113282&pf_rd_s=center-3#product-details-->
<aside class="notes">
What I think is particularly important about virtual machines is that they can reduce the barrier of learning use software on servers because a virtual server instance can be easily shut down and started up again if you really screw something up.
Want to try to make something using the programming language Ruby? You can run a server with a whole set of other integrated server tools already installed for 2 cents an hour. When you’re done, you can close the server and only pay for the time you used.
It’s too soon to see whether VMS will destable the centralizing force of IT in our institutions, or, in a cruel twist of fate, contribute to the to trend of increased centralized control through technology.
But I do think that this present of virtual servers allow for a particular future of libraries that, if I could call on the power of magical thinking, I would try to bring about.
</aside>
</section>
<section>
<h2>Public Cloud Platforms</h2>
<a href="https://twitter.com/edsu/status/429964528789757953"><img src="public_cloud.png" alt="screenshot"></a>
<!-- image source: https://twitter.com/edsu/status/429964528789757953-->
<aside class="notes">
If it’s too much to ask for the library to provide domain space for our students, I would like to see a future in which the library becomes the public cloud server for smaller organizations in their community. If the library already has to the expertise to maintain the servers for the work that it needs to do already, why not share this expertise with other organizations who don’t have as many professional and skilled staff as we do.
I know that sounds crazy, but at least one library that is already doing this now.
</aside>
</section>
<section>
<h2>Ann Arbor's District Library hosts a LocalWiki</h2>
<a href="http://arborwiki.org/Library_Lane?&redirected_from=library%20lot"><img src="arborwiki.png" alt="screenshot from arborwiki"></a>
<!-- image source: http://arborwiki.org/Library_Lane?&redirected_from=library%20lot-->
<aside class="notes">
The Ann Arbor Public Library’s hosts the Ann Arbor’s ArborWiki Project. Created in 2005 and now running on open source LocalWiki software, this site has over 11,000 pages, 1,000 images and 300 maps all a result of community driven efforts to share local knowledge.
I love this project for many reasons. In many ways I see the LocalWiki project as an extension of the newspaper clipping service reference librarians used to maintain. I see a need for the localwiki project, because I think it complements and does not compete with Wikipedia.
</aside>
</section>
<section>
<h2>The War Within Wikipedia</h2>
<a href="hhttp://en.wikipedia.org/wiki/Deletionism_and_inclusionism_in_Wikipedia#Positions"><img src="ADW.png" alt="screenshot from wikipedia"></a>
<!-- image source: http://en.wikipedia.org/wiki/Deletionism_and_inclusionism_in_Wikipedia#Positions-->
<aside class="notes">
Wikipedia is a great gift to us all but it does have “Notability guidelines.” And as anyone who has ever tried to add an entry to Wikipedia knows that if your subject is not considered ‘noteable’ by an editor you will feel the wrath of the Deletionists.
Now the Ann Arbor District Library has the technical know how to run servers because as an organization, they have decided to a support a local infrastructure. This allows them to pursue a variety of inspiring projects such as the streaming of local music to their community and the scanning and hosting of digitized historical newspapers for access to all.
</aside>
</section>
<section>
<h2>The future is here,</br> it just isn't funded yet</h2>
<a href="http://librarylab.law.harvard.edu/blog/2014/03/06/dan-cohen-on-the-dplas-proposal-to-the-fcc/"><img src="dpla_local.png" alt="screenshot"></a>
<!-- image source: http://librarylab.law.harvard.edu/blog/2014/03/06/dan-cohen-on-the-dplas-proposal-to-the-fcc/-->
<aside class="notes">
Again, I recognize that not all libraries have such a commitment to such an infrastructure. But even if your library does not invest in local servers, there is still a chance that a cloud-served library platform is your future. Indeed, it may already be on it’s way. The Digital Library of America has applied to the FCC for e-rate funding to build a yet undetermined structure to host content from public libraries.
But as promising as may sound to some to have another organization - whether that be DPLA or Amazon - manage the library’s technical infrastructure “in the cloud”- I don’t want to over-sell virtual servers. For one, while they make data processing cheaper, moving your terabytes of digitized newspapers over the wires to such a server can make costs add up quickly. If the economics of data transfer doesn’t change, then it suggests that large data sets should be kept locally while processing and indexing should be done virtually.
</aside>
</section>
<section>
<h2>From a center to a central node</h2>
<a href="http://social-physics.net/what-is-network-analysis/"><img src="node_network.png" alt="image of network"></a>
<!-- image source: http://social-physics.net/what-is-network-analysis/-->
<aside class="notes">
The library used to be the central place for information for our community and about our community. Now, we are just a node in a larger network. This shift has been very challenging to us.
But if we - as a profession - can accept this change in the dynamic then we can take the next step. We can try to connect our work directly with other organizations in our community and try to directly support them. Maybe hosting their website might not be the most appropriate way to help, but perhaps there are other services we can provide for them. Perhaps like the Chattanooga Public Library we can host their data, as they intend to in their new Open Data Portal. And maybe, just maybe, in the future we can serve up library-management software for them.
If libraries are just another another node in the network, then the next best thing we can do is strive to become a central node and provide strength to our communities.
</aside>
</section>
<section>
<ul>
<li>1000 True Fans</li>
<li>Making a Mesh of Things</li>
<li><h1>Reveal Coders</h1></li>
<li>A book is for re-use</li>
<li>WTFM</li>
</ul>
<aside class="notes">
You know the joke about the person who describes themselves as an expert at quitting smoking, because they’ve done a hundred times? That’s how I feel about myself and computing. I’m an expert at learning to code because it feels like I’ve tried to do it at least dozen times in at least a dozen different ways.
One thing I’ve learned about learning to code is that you can do pretty amazing things even if you just learn to “read” code. My understanding is that it’s actually fairly rare for advanced computer users to write entire programs from scratch by themselves. It’s more accurate to say that these users instead tend to have developed a favourite set of programming tools that they use or script together when they need to apply themselves to a project.
</aside>
</section>
<section>
<h2>Making charts with Excel</h2>
<img src="excel_graphs.png" alt="various examples of excel charts"></a>
<!-- image source: https://www.google.ca/search?q=excel+graphs-->
<aside class="notes">
Whereas consumer computer users tend use software applications like Excel to turn tables of numbers into graphs or charts, advanced computer users may be more inclined to use a library.
</aside>
</section>
<section>
<h2>Making charts using a library</h2>
<a href="http://matplotlib.org/"><img src="matplotlib.png" alt="screenshot of matplotlib"></a>
<!-- image source: http://matplotlib.org/ -->
<aside class="notes">
Or a module. The words modules and libraries are usually used interchangeably when talking about computer languages. A programming library can be described as is an add-on that you can run within a particular computing language that gives you new commands that are usually specific for a particular type of functions or a particular use in a discipline. For example, there is a module called the NLTK or Natural Language Toolkit which provides specialized commands that perform tasks such as breaking down a piece of text into individual sentences.
This difference between how consumer computer users and their more skilled computer colleagues admittedly isn’t so much new as “new to me”. You see, for the last two years I’ve been working alongside software developers outside of academia as part of my involvement with a local hackerspace. Sharing favourite Python libraries is favourite conversation topic at Hackforge.
</aside>
</section>
<section>
<h2>The Digital Humanities Use Python Libraries</h2>
<a href="http://programminghistorian.org/lessons/working-with-text-files"><img src="ProgrammingHistorian.png" alt="screenshot"></a>
<!-- image source: http://programminghistorian.org/lessons/working-with-text-files -->
<aside class="notes">
Why I believe this kind of computing practice should be on the radar of librarians, is because a growing number of our faculty - or perhaps more accurately - our graduate students also do their computing this way. You can see this kind of approach in the Digital Humanities, for example.
</aside>
</section>
<section>
<h2>Scientists and Engineers use Python Libraries</h2>
<a href="http://brochure.getpython.info/"><img src="SciPython.png" alt="screenshot from brochure"></a>
<!-- image source: http://brochure.getpython.info/media/releases/prerelases/psf-python-brochure-vol-1-final-content-preview -->
<aside class="notes">
You also see it such practice in scientific, engineering and mathematical computing.
</aside>
</section>
<section>
<h2>Data Scientists Use Python Libraries</h2>
<a href=http://readwrite.com/2013/11/25/python-displacing-r-as-the-programming-language-for-data-science"><img src="python_R.png" alt="screenshot of blog post"></a>
<!-- image source: http://readwrite.com/2013/11/25/python-displacing-r-as-the-programming-language-for-data-science -->
<aside class="notes">
And the evidence is only anecdotal at this point, but there is a feeling that programing modules are increasingly being adopted by statisticians, over more traditional software suites such as Excel, SPSS, SAS, and Matlab. And as more non-data scientists get involved with data, it been suggested that they will opt for an add on of a programming language that they already know how to use rather than learn specialized software.
</aside>
</section>
<section>
<h2>The feel of bigger data</h2>
<a href="https://twitter.com/bryjbrown/status/438721371430875136"><img src="twitter_ thatfeel.png" alt="screenshot"></a>
<!-- image source: https://twitter.com/bryjbrown/status/438721371430875136 -->
<aside class="notes">
As data sets become larger, many programs that offer graphical interfaces such as Excel are simply not strong enough to do the work on large data sets. Or perhaps its more accurately, that consumer computers aren’t powerful enough for bigger data
</aside>
</section>
<section>
<h2>Recipe sharing</h2>
<a href="https://github.com/drewconway/data_science_box"><img src="databox.png" alt="screenshot"></a>
<!-- image source: https://github.com/drewconway/data_science_box -->
<aside class="notes">
Remember I told you about virtual servers are changing things? Here’s a data scientist sharing his recipe how to create a powerful but temporary virtual computer that will install the statistical package called ‘R’, the computer language python and the science-related python libraries that he uses in his work.
This Databox also installs a particular python library that I’d like to showcase, because it suggests a whole new possible future for scientific computing and science education. It’s called iPython Notebooks.
</aside>
</section>
<section>
<h2>iPython Notebook</h2>
<a href="http://ipython.org/notebook"><img src="IPython_Notebook.png" alt="screenshot ipython"></a>
<!-- image source: http://ipython.org/notebook -->
<aside class="notes">
I need to warn you that we are getting to strange Matrix-y territory, again.
To briefly explain, iPython Notebooks allow code and documentation to be shared online. When the pages are viewed online in your browser, they are static. But when you copy that same notebook onto your personal computer that has iPython Notebook already installed, you can run and edit the code in the page the itself - as it sits in your web browser.
</aside>
</section>
<section>
<h2>A mix of code and codex</h2>
<a href="http://nbviewer.ipython.org/github/mwaskom/seaborn/blob/master/examples/plotting_distributions.ipynb"><img src="code_codex.png" alt="screenshot ipython"></a>
<!-- image source: http://nbviewer.ipython.org/github/mwaskom/seaborn/blob/master/examples/plotting_distributions.ipynb -->
<aside class="notes">
Change the code here - hit run - and it will charge the the graph here.
What this means is that every single chart, graph, and data visualization in an iPython notebook can become an opportunity for interaction. This means you could download a chapter of a book and then adjust the variables in the graph of the page to see how they might fit in a different scenario.
</aside>
</section>
<section>
<h2>Explorable Explainations</h2>
<a href="http://worrydream.com/ExplorableExplanations/"><img src="explorable_explainations.png" alt="screenshot"></a>
<!-- image source: http://worrydream.com/ExplorableExplanations/ -->
<aside class="notes">
It’s as if Bret Victor’s concept of Explorable Explanations is becoming a little closer to reality. Bret Victor is an interface designer and no less than Edward Tufte said will be one of the most important in the future of graphic design. Bret Victor uses the umbrella term Explorable Explanations to describe where text is used not as something to consume but as an environment to think in.
</aside>
</section>
<section>
<h2>Data Analysis for Research, Scholarship, Journalism</h2>
<a href="http://nbviewer.ipython.org/gist/nealcaren/5105037"><img src="using_python_nyt.png" alt="screenshot ipython"></a>
<!-- image source: http://nbviewer.ipython.org/gist/nealcaren/5105037 -->
<aside class="notes">
When we make learning visible, we make learning possible. Many of know this this the same way that I know this : I learned how to make websites by ample use of Control-U, which reveals the HTML code behind the screen. iPython Notebooks could do something similar.
Such visibility is essential for communication and education in science and social science. Because it’s not enough just to let others know what methods and operations you use. If you want science that is replicable, you need to share the order of these operations too.
Already journal articles are have been supplemented with iPython Notebooks and there are already courses in computing, statistics that use such notebooks as class texts.
</aside>
</section>
<section>
<h2>Are contributors co-authors? Are forks new editions?</h2>
<a href="https://github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/blob/master/Chapter1_Introduction/Chapter1_Introduction.ipynb"><img src="GitBook.png" alt="screenshot github"></a>
<!-- image source: https://github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/blob/master/Chapter1_Introduction/Chapter1_Introduction.ipynb -->
<aside class="notes">
Books such as this one on Bayesian Methods for Hackers, that are built on iPython Notebooks can allow themselves to have multiple remixed editions by multiple authors and as such it challenges our idea of the book itself, which we generally understand as a discrete object.
iPython Notebooks blur the line between code and codex -- just like apps. But unlike apps, which are designed so they do not allow themselves to shared or copied, notebooks are open and copyable and they are essentially made of text. One of my greatest fears as a librarian, is that publishers will decide to put essential works such as the DSM for individual sale in app stores and cut libraries out completely.
I’m not suggesting that writing books in python and published on GitHub is going to that future of publishing but it shows us what form that it could be if we choose to move in this direction. In fact, there was a startup called Editorially that launched last year that tried to bring similar functionality but with an interface that was friendly to non-programmers, but sadly the venture failed to gain traction and it has already folded.
And yet iPython Notebooks remain and show us how these sorts of systems could bring entirely new functionality to what we think of as pages.
</aside>
</section>
<section>
<h2>Web As Preservation Material</h2>
<a href="http://inkdroid.org/journal/2013/11/26/the-web-as-a-preservation-medium/"><img src="Web_ Preservation.png" alt="screenshot"></a>
<!-- image source: http://inkdroid.org/journal/2013/11/26/the-web-as-a-preservation-medium/ -->
<aside class="notes">
Ed Summers in his delightful talk The Web As Preservation Medium, tells a story that illustrates this nicely. He tells us what happened after two authors, Mark Pilgrim and Jonathan Gillette (otherwise known as _why), independent of each other, make the decision to delete all of their own online code and written work and to leave the web without explanation. In both cases, the works of these two men were reassembled by fans from copies on the Internet Archive and from github fragments that their readers had saved for themselves. It was just as if an ancient work had been reassembled from pieces found from commonplace books.
Not counting the books that have been written on a type-writer and typeset and published using a manual letterpress, every book published now either is an ebook or at one time was an ebook.
In the future we will still have books, its just that some of these books will bring us more uses than ever before.
</aside>
</section>
<section>
<ul>
<li>1000 True Fans</li>
<li>Making a Mesh of Things</li>
<li>Reveal Coders</li>
<li><h1>A book is for re-use</h1></li>
<li>WTFM</li>
</ul>
<aside class="notes">
Even in the future, I think we can agree that a book is still for use.
And it goes without saying that libraries are for use. But the question that is worth raising is, if so, then for what uses?
If we look at our mission statements, we will that answer expressed in the most passive of verbs. What does a library do? We are provide access to knowledge with reference services.
But all we know that there’s a lot more that goes on in a library than that. And like to think that in the future of library, those activities are going to brought closer to mind and reflected in the space and the organization of the library itself.
Because the library has to be much more than just access. The library has to be about use.
</aside>
</section>
<section>
<h2>Jon Voss, Crate Digger</h2>
<a href="http://about.me/jonvoss"><img src="Jon_Voss.png" alt="screenshot"></a>
<!-- image source: http://about.me/jonvoss -->
<aside class="notes">
I was at a THATCamp workshop led by Jon Voss when he casually mentioned that he had found a particular map from 'crate-digging' in a library. ‘Crate-digging’ is a phrase that describes how DJs comb boxes of records in search of the perfect sample.
I really love this phrase because it captures the feeling of browsing in a library that captures both the work involved and the hope of treasure that will make it worthwhile.
</aside>
</section>
<section>
<h2>Community Collaborating Over History</h2>
<a href="http://www.historypin.com/"><img src="HistoryPin.png" alt="screenshot"></a>
<!-- image source: http://www.historypin.com/ -->
<aside class="notes">
Jon Voss works for History Pin. The History Pin website allows people to upload their photos and videos relating to history and to pin those works on a map with a timeline. But the goal of this not-for-profit company is not just to fill their map with pins. Their mission is bring people together by sharing small pieces of personal history and to connect them into a larger shared history. Jon Voss is wonderful ambassador for Open Linked Data and as such champions the ways that others can like be HistoryPin build on collections made open and available by libraries, museums and other cultural organizations.
Now unfortunately, by and large, libraries don't go out of their way to tell our their users what they have that in the public domain or placed in the creative commons and available to artists and entrepreneurs looking for inspiration or plunder. The good news that many of our more recent digital collections make this license information readily available, But our library catalogues and discovery layers decidedly do not.
When I think about how libraries could re-organize themselves to better support the re-use of their materials, a number of artist libraries come to mind. as well as one particular library blog.
That’s because I believe that libraries created by artists are some of the most interesting and perhaps even important libraries of our age.
</aside>
</section>
<section>
<h2>Reanimation Library</h2>
<a href="http://reanimationlibrary.org/"><img src="Reanimation_Library.png" alt="screenshot"></a>
<!-- image source: http://reanimationlibrary.org/ -->
<aside class="notes">
One example that I’m particularly fond of is the Reanimation Library in Brooklyn. It’s a small, independent “Presence Library” that is open to public and is the work of librarian Andrew Beconne. It holds a collection of books that been previously discarded and culled and have been acquired for their visual content.
It’s called the Reanimation Library because the goal of the collection is not to be comprehensive (which is the ideal that so many of our own collection development policies still strive for).
but instead, the hope is the public visits of the library will Reanimate the works within. The library is designed to inspire art.
</aside>
</section>
<section>
<h2>Library As Incubator</h2>
<a href="http://www.libraryasincubatorproject.org/?page_id=9"><img src="Library_as_Incubator.png" alt="screenshot"></a>
<!-- image source: http://www.libraryasincubatorproject.org/?page_id=9 -->
<aside class="notes">
You can read more about the Reanimation Library at the Library as Incubator Project
Library as Incubator Project is a blog, and soon to be a book, and is an invigorating way to re-look at the library and to re-imagine it’s advocacy and outreach work.
The Incubator regularly publish stories about the works made by artists and makers of all levels made within libraries and they pay special attention to those who work from material drawn from library collections. They also share activities that allow other libraries to start similar art projects.
With the Makerspace movement that’s currently pushing through libraries at the moment, many libraries are considering what tools they can make available to their communities. But let’s not forget that we also hold the raw materials for inspiration and appropriation that artists and inventors can work with.
We can organize our space and design activities that highlight this connection between insight and creation, between hand and heart, and we are lucky to have the Library as Incubator Project as an inspiration to us.
</aside>
</section>
<section>
<ul>
<li>1000 True Fans</li>
<li>Making a Mesh of Things</li>
<li>Reveal Coders</li>
<li>A book is for re-use</li>
<li><h1>WTFM</h1></li>
</ul>
<aside class="notes">
Speaking of makerspaces, what is the Information Literacy of the Library Makerspace?
Or if the concept of information literacy is too contentious and thorny, let me ask some simpler questions instead.
What do we hope our community will make in our makespaces? What do we hope our community will learn?
</aside>
</section>
<section>
<h2>3D Printing is Better Than Friendship</h2>
<img src="3DPrinting.jpg" alt="photo by retrocactus">
<!-- image source: http://www.flickr.com/photos/retrocactus/12680601653/ -->
<aside class="notes">
While there are exceptional examples of maker spaces being brought into the library, I’m afraid that many libraries are treating 3D printers the same way as we treat 2D printers. We see them as expensive institutional equipment that we provide to the public and the expectation is that as long as our community covers the cost of the raw materials, we’ll deal with any of the jams, paper or plastic.
And as such we are missing a huge opportunity to make something really big.
</aside>
</section>
<section>
<h2>Teaching is Magic</h2>
<a href="http://quartz.syr.edu/blog/?p=1400"><img src="DuctTape.png" alt="screenshot"></a>
<!-- image source: http://quartz.syr.edu/blog/?p=1400 -->
<aside class="notes">
Two years ago, R. David Lankes wrote about a visit to his local public library’s Fablab and how, during the course of that visit, his then 11 year old son was recruited to teach a class on how to make things with duct tape.
Lankes noticed that what really hooked his son to the space, was the moment when his son came back two weeks later and saw that the librarians had hung his duct tape Fab Lab sign on the Lab door.
</aside>
</section>
<section>
<h2>Thank you David Lankes</h2>
<a href="http://www.newlibrarianship.org/wordpress/"><img src="MissionOfLibrarians.png" alt="The MISSION of LIBRARIANS is to IMPROVE SOCIETY through FACILITATING KNOWLEDGE CREATION in their COMMUNITIES"></a>
<!-- image source: http://www.newlibrarianship.org/wordpress/ -->
<aside class="notes">
David Lankes wrote the Atlas of New Librarianship and has coined this mission of librarians, which I have taken to heart.
The MISSION of LIBRARIANS is to IMPROVE SOCIETY through FACILITATING KNOWLEDGE CREATION in their COMMUNITIES
How can we facilitate knowledge creation in our makerspaces? I think its it’s actually easier than we may first think.
We can do it the same way we facilitate knowledge creation in our communities in our libraries.
</aside>
</section>
<section>
<h2>Remember kids!</h2>
<img src="MythBusters.png" alt="screenshot">
<!-- image source: http://youtube.com/watch?v=BSUMBBFjxrY -->
<aside class="notes">
We can do it by saving the stuff that gets written down!
Documentation. It separates screwing around from science.
</aside>
</section>
<section>
<h2>Wisdom of the Ancients</h2>
<a href="https://xkcd.com/979/"><img src="wisdom_of_the_ancients.png" alt="xkcd"></a>
<!-- image source: https://xkcd.com/979/ -->
<aside class="notes">
The practice of writing down what you’ve learned and putting it in place so that you and others can find it again when you or someone else needs it, is as important than ever. The internet has not made this less important. If anything, it has made documentation more important as every act of shared learning now can become a gift to person who might need it halfway around the world over ten years later.
</aside>
</section>
<section>
<h2>If you can't open it, you don't own it.</h2>
<a href="http://archive.makezine.com/04/ownyourown/"><img src="makers_rights.png" alt="Maker Bill of Rights"></a>
<!-- image source: http://cdn.makezine.com/make/MAKERS_RIGHTS.pdf -->
<aside class="notes">
Having maker spaces in the library can be a wonderful thing. We just need “more library” in makers spaces. In fact, such work has already been recognized as needed for Maker culture.
In 2006, Make Magazine published a 16 point Bill of Rights which includes this proclamation
Docs and drivers shall have permalinks and shall reside for all perpetuity at archive.org.
This sounds like library work to me.
If every library a maker space, then every maker space, a library.
And I’m sure we will get there as we tinker with these spaces, as we drop what’s not working and expand and iterate and grow towards what our communities respond to.
As David Lankes reminds us : “The Maker Space concept does not work unless all are involved – librarians, members, experts, children, parents – understand that they are all learning at the same time.”
</aside>
</section>
<section>
<h2>Share What You Know</h2>
<a href="http://libtechconf.org/"><img src="LibTechConf.png" alt="screenshot"></a>
<!-- image source: http://libtechconf.org/ -->
<aside class="notes">
Lankes also suggests that libraries should move From a culture of lending to a culture of sharing and I couldn’t agree more. All five stories that I’ve told you this morning are essentially just iterations of this theme.
Sharing is an act of generosity and the library is a place of generosity. Our future is will continue as long as we can continue to inspire new origin stories.
I like to think that the path of how to achieve this is already on the sitting on shelves of our libraries at this very moment. In fact, I believe that the answer to the question of how we should go forward can already be found within ourselves.
Every one of us in this room has figured a part of our shared future already. All of us have found a little a way forward that works. All we need to do is to write these ideas down and share these stories and experiences of what we have learned and to listen and to learn from others who do the same.
That’s why we are here at the 2014 Library Technology Conference. I can’t wait to hear your experiences and your stories.
</aside>
</section>
<section>
<h1>Thank you.</h1>
<p>Text and slides will be up shortly at <a href="http://librarian.newjackalamanac.ca/">http://librarian.newjackalamanac.ca/</a>
and </br><a href="http://copystar.github.io/libtechconf14/">http://copystar.github.io/libtechconf14/</a></p>
</br>
<p>presentation made with <a href="http://lab.hakim.se/reveal-js/#/">reveal.js</a></p>
<aside class="notes">
That’s why we are here at the 2014 Library Technology Conference. I can’t wait to hear your experiences and your stories.
Thank you very much to the organizers who have done so much good work to allow for so much learning to happen in these next two days. And thank you all kindly for listening.
</aside>
</section>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.min.js"></script>
<script>
// Full list of configuration options available here:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: true,
history: true,
center: true,
theme: Reveal.getQueryHash().theme, // available themes are in /css/theme
transition: Reveal.getQueryHash().transition || 'zoom', // default/cube/page/concave/zoom/linear/fade/none
// Parallax scrolling
// parallaxBackgroundImage: 'https://s3.amazonaws.com/hakim-static/reveal-js/reveal-parallax-1.jpg',
// parallaxBackgroundSize: '2100px 900px',
// Optional libraries used to extend on reveal.js
dependencies: [
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: 'plugin/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } },
{ src: 'plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } }
]
});
</script>
</body>
</html>