Skip to content

Instantly share code, notes, and snippets.

@shawngraham
Forked from anonymous/index.html
Created December 4, 2015 01:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shawngraham/045eae182157acee4382 to your computer and use it in GitHub Desktop.
Save shawngraham/045eae182157acee4382 to your computer and use it in GitHub Desktop.
Presentation
<!DOCTYPE html>
<html>
<head>
<title>Foo</title>
<meta charset='utf-8' />
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' />
<style type='text/css'>
body {
font-family: 'Helvetica';
letter-spacing:-5px;
background:#000;
background-size:100%;
color:#fff;
margin:0;
padding:0;
font-weight:bold;
}
h1, h2, h3, p {
margin:0;
}
em, a {
font-style:normal;
color:#8dbd0c;
}
a {
background: #34d0e7;
color:#000;
text-decoration:none;
}
img {
width:100%;
}
div {
cursor:pointer;
cursor:hand;
position:absolute;
top:0;
left:0;
}
</style>
<script type='text/javascript'>
window.onload = function() {
var s = document.getElementsByTagName('div'), cur = 0, ti;
if (!s) return;
function go(n) {
cur = n;
var i = 1e3, e = s[n], t;
document.body.className = e.dataset.bodyclass || '';
for (var k = 0; k < s.length; k++) s[k].style.display = 'none';
e.style.display = 'inline';
e.style.fontSize = i + 'px';
if (e.firstChild && e.firstChild.nodeName === 'IMG') {
document.body.style.backgroundImage = 'url(' + e.firstChild.src + ')';
e.firstChild.style.display = 'none';
if ('classList' in e) e.classList.add('imageText');
} else {
document.body.style.backgroundImage = '';
document.body.style.backgroundColor = e.style.backgroundColor;
}
if (ti !== undefined) window.clearInterval(ti);
t = parseInt(e.dataset.timeToNext || 0, 10);
if (t > 0) ti = window.setTimeout(fwd, (t * 1000));
while (
e.offsetWidth > window.innerWidth ||
e.offsetHeight > window.innerHeight) {
e.style.fontSize = (i -= 2) + 'px';
if (i < 0) break;
}
e.style.marginTop = ((window.innerHeight - e.offsetHeight) / 2) + 'px';
if (window.location.hash !== n) window.location.hash = n;
document.title = e.textContent || e.innerText;
}
document.onclick = function() { go(++cur % (s.length)); };
function fwd() { go(Math.min(s.length - 1, ++cur)); }
function rev() { go(Math.max(0, --cur)); }
document.onkeydown = function(e) {
if (e.which === 39 || e.which === 34 || e.which === 40) fwd();
if (e.which === 37 || e.which === 33 || e.which === 38) rev();
};
document.ontouchstart = function(e) {
var x0 = e.changedTouches[0].pageX;
document.ontouchend = function(e) {
var x1 = e.changedTouches[0].pageX;
if (x1 - x0 < 0) fwd();
if (x1 - x0 > 0) rev();
};
};
function parse_hash() {
return Math.max(Math.min(
s.length - 1,
parseInt(window.location.hash.substring(1), 10)), 0);
}
if (window.location.hash) cur = parse_hash() || cur;
window.onhashchange = function() {
var c = parse_hash();
if (c !== cur) go(c);
};
go(cur);
};
</script></head><body>
<div><blockquote>
<p>Shawn Graham @electricarchaeo</p>
<p>Follow along at j.mp/sgoa</p>
</blockquote>
</div>
<div><h2 id="open-data">open data</h2>
<h3 id="-me">&amp; me</h3>
</div>
<div><blockquote>
<p><em>In which a young man&#39;s progress is discussed in public regarding the public work he does publically, sometimes in a pub</em></p>
</blockquote>
</div>
<div><p><img src="http://i.imgur.com/7w4KcFC.png" alt="Imgur">
(BTW I made this presentation with Tom MacWright&#39;s Biggie)</p>
</div>
<div><p><img src="https://dl.dropboxusercontent.com/u/37716296/troy_pba_pottery_tent.jpg" alt="">
Courtesy Brian Rose</p>
</div>
<div><p>Archaeologists know a thing or two about data</p>
</div>
<div><p><img src="https://i.imgflip.com/v60hv.jpg" alt=""></p>
</div>
<div><p>I&#39;ve tried to make my data public</p>
</div>
<div><p><img src="http://i.imgur.com/2lSL53Q.png" alt="Imgur"></p>
</div>
<div><p>Some people do more than upload.</p>
</div>
<div><p><img src="https://pbs.twimg.com/media/B_Rlej4UwAAwD0J.png" alt="">
Like this guy.</p>
</div>
<div><p>He&#39;s Eric Kansa</p>
</div>
<div><p><img src="http://i.imgur.com/knFjPiD.png" alt="Imgur"></p>
</div>
<div><p>He runs Open Context</p>
</div>
<div><p><img src="http://i.imgur.com/D8XInvB.png" alt="Imgur"></p>
<p>opencontext.org</p>
</div>
<div><p>&#39;Because data are for discovery &amp; inspiration</p>
</div>
<div><p>Not just management.&#39;</p>
</div>
<div><p>Think on that for a moment.</p>
</div>
<div><p>Discovery</p>
</div>
<div><p><img src="http://i.imgur.com/EruDNoM.png" alt=""></p>
</div>
<div><p>github.com/shawngraham/Open-Context-Site-Diaries</p>
</div>
<div><p>Inspiration</p>
</div>
<div><p><img src="https://dl.dropboxusercontent.com/u/37716296/oa/Screen%20Shot%202015-12-03%20at%207.37.25%20PM.png" alt="Imgur"></p>
</div>
<div><p><img src="https://dl.dropboxusercontent.com/u/37716296/oa/Screen%20Shot%202015-12-03%20at%207.39.48%20PM.png" alt=""></p>
</div>
<div><p><img src="http://whyopenresearch.org/images/oabenefits.png" alt=""></p>
</div>
<div><p><a href="http://whyopenresearch.org/">http://whyopenresearch.org/</a></p>
</div>
<div><p>But there&#39;s more to OA than putting stuff online, however you do it.</p>
</div>
<div><p><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/06/Aaron_Swartz_profile.jpg/640px-Aaron_Swartz_profile.jpg" alt=""></p>
</div>
<div><p>There are none of us as brave.</p>
</div>
<div><p>And we call ourselves a <em>university</em>.</p>
</div>
<div><p>Turnitin</p>
</div>
<div><p>&#39;Engagement Analytics&#39;</p>
</div>
<div><p>Walled Gardens</p>
</div>
<div><p>If we really thought OA was a good thing</p>
</div>
<div><p>It&#39;d be more than just data.</p>
</div>
<div><p><img src="https://c1.staticflickr.com/5/4140/4768339148_fb56608a04.jpg" alt="">
Line in the sand, cc claire1066</p>
</div>
<div><p>It&#39;d be refusing to support business models like Elsevier&#39;s.</p>
</div>
<div><p><img src="http://i.imgur.com/qgwlvG4.png" alt="">
<a href="http://thecostofknowledge.com/">http://thecostofknowledge.com/</a></p>
</div>
<div><p>It&#39;d be opening the whole process.</p>
</div>
<div><p><img src="https://pbs.twimg.com/media/CRdePH6UEAAScXz.png" alt=""></p>
</div>
<div><p><img src="https://pbs.twimg.com/media/CVBozK2WEAQ4xsU.png" alt=""></p>
</div>
<div><p>It&#39;d be opening our classrooms</p>
</div>
<div><p><img src="https://dl.dropboxusercontent.com/u/37716296/oa/Screen%20Shot%202015-12-03%20at%207.48.10%20PM.png" alt=""></p>
</div>
<div><p>It&#39;d mean actively engaging with governance at all levels</p>
</div>
<div><p><img src="https://c1.staticflickr.com/5/4072/4258191545_64b6af7d20_o.jpg" alt="">
cc John Snape</p>
</div>
<div><p><img src="https://upload.wikimedia.org/wikipedia/commons/e/e5/Mary_Pickford_1916.jpg" alt=""></p>
<p>SG != Pollyanna</p>
</div>
<div><p>Just remember.</p>
</div>
<div><p>OA is more than &#39;free the data&#39;</p>
</div>
<div><p><img src="https://dl.dropboxusercontent.com/u/37716296/oa/Screen%20Shot%202015-12-03%20at%206.50.29%20PM.png" alt="twitter"></p>
</div>

Shawn Graham @electricarchaeo

Follow along at j.mp/sgoa


open data

& me


In which a young man's progress is discussed in public regarding the public work he does publically, sometimes in a pub


Imgur (BTW I made this presentation with Tom MacWright's Biggie)


Courtesy Brian Rose


Archaeologists know a thing or two about data



I've tried to make my data public


Imgur


Some people do more than upload.


Like this guy.


He's Eric Kansa


Imgur


He runs Open Context


Imgur

opencontext.org


'Because data are for discovery & inspiration


Not just management.'


Think on that for a moment.


Discovery



github.com/shawngraham/Open-Context-Site-Diaries


Inspiration


Imgur




http://whyopenresearch.org/


But there's more to OA than putting stuff online, however you do it.



There are none of us as brave.


And we call ourselves a university.


Turnitin


'Engagement Analytics'


Walled Gardens


If we really thought OA was a good thing


It'd be more than just data.


Line in the sand, cc claire1066


It'd be refusing to support business models like Elsevier's.


http://thecostofknowledge.com/


It'd be opening the whole process.




It'd be opening our classrooms



It'd mean actively engaging with governance at all levels


cc John Snape


SG != Pollyanna


Just remember.


OA is more than 'free the data'


twitter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment