-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
322 lines (298 loc) · 11.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
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
<!DOCTYPE html>
<html ng-app="SlidedeckApp">
<head>
<title>PaperHive @ OpenXLab</title>
<meta charset="UTF-8">
<!-- bootstrap, font -->
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="bower_components/fontawesome/css/font-awesome.min.css">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:400,500">
<!-- angular-slidedeck and dependencies-->
<script src="bower_components/angular/angular.min.js"></script>
<script src="bower_components/angular-animate/angular-animate.min.js"></script>
<script src="bower_components/angular-slidedeck/angular-slidedeck.min.js"></script>
<link rel="stylesheet" href="bower_components/angular-slidedeck/angular-slidedeck.min.css">
<!-- initialize angular (your own js and css) -->
<script src="index.js"></script>
<link rel="stylesheet" href="index.css">
</head>
<body ng-cloak>
<slides>
<slide class="slide-full-img" style="background-image: url('https://media.giphy.com/media/v2xIous7mnEYg/giphy.gif')">
<div class="row">
<div class="col-md-12 box text-center">
<h1><a href="https://paperhive.org">PaperHive</a></h1>
<h2>Papers, alive.</h2>
<p>
May 30, 2015, Berlin Open City Barcamp<br>
<a href="https://paperhive.github.io/paperhive-slides-2015-05-30-openx">
paperhive.github.io/paperhive-slides-2015-05-30-openx
</a>
</p>
</div>
</div>
<div class="row sm-margin-top">
<div class="col-md-4 col-md-offset-1 box text-center">
<img src="https://paperhive.org/static/img/andre.jpg" class="img-circle" style="max-width: 100px"><br>
André Gaul<br>
<a href="https://twitter.com/andrenarchy">@andrenarchy</a>
</div>
<div class="col-md-4 col-md-offset-2 box text-center">
<img src="https://paperhive.org/static/img/nico.jpg" class="img-circle" style="max-width: 100px"><br>
Nico Schlömer<br>
<a href="https://twitter.com/nschloe">@nschloe</a>
</div>
</div>
</slide>
<slide class="clearfix">
<h1>Academia today</h1>
<ul>
<li><strong>Publishing:</strong> paywall vs. open access</li>
<li><strong>Participation:</strong> backroom science vs. open
science</li>
<li><strong>Reproducibility:</strong> closed vs. open data/source</li>
<li><strong>Reputation and measurability:</strong> impact factor vs.
diverse metrics</li>
<li><strong>Collaboration:</strong> traditional communication vs.
internet</li>
</ul>
</slide>
<slide class="clearfix">
<h1>Collaboration problems</h1>
<p>
You read a paper and
</p>
<ul>
<li>
<img src="img/cantcomment.jpg" class="pull-right" style="max-width: 40%">
you don't understand what's going on</li>
<li>you think you found a mistake</li>
<li>there's a mistake and you didn't find it (but someone else
did)</li>
<li>you know a better paper about the topic</li>
<li>you discovered an improvement and would like to contribute it
to the original paper</li>
<li>you'd like to discuss the paper with colleagues and friends</li>
</ul>
</slide>
<slide class="slide-full-img" style="background-image: url('img/postit.png')">
<div class="box text-center lg-margin-top">
<h1>Enter PaperHive</h1>
</div>
</slide>
<slide class="slide-full-img" style="background-image: url('img/screenshot.png')">
<div class="box text-center xl-margin-top">
<h1>The Look</h1>
</div>
</slide>
<slide>
<h1>What can you do with PaperHive?</h1>
<div class="row">
<div class="col-md-12">
<ul>
<li>Review and improve
<ul>
<li>share your opinion on-the-fly</li>
<li>add helpful formulas, figures, data, code, ...</li>
</ul>
</li>
<li>Discuss and learn
<ul>
<li>ask and answer questions</li>
<li>ignite fruitful conversations</li>
</ul>
</li>
<li>Annotate and discover
<ul>
<li>attach your comments where they belong</li>
<li>find relevant comments immediately</li>
</ul>
</li>
</ul>
<p><strong>Shared and structured discussions instead of
unassociated sticky notes!</strong></p>
</div>
</div>
</slide>
<slide>
<h1>A network of papers and researchers</h1>
<ul>
<li><strong>Currently:</strong> network of papers established via
backward references by the authors at time of publication</li>
<li><strong>With PaperHive:</strong>
<ul>
<li>comments may link to other papers, code, data, ...</li>
<li>forward references, finally!</li>
<li>constantly evolving network of papers established by authors
& readers</li>
</ul>
</li>
</ul>
<!-- TODO: pic w/ forward references, finally! -->
</slide>
<slide class="slide-full-img" style="background-image: url('img/open.jpg')">
</slide>
<slide>
<h1>Open and citable</h1>
<ul>
<li>
Public comments are licensed under Creative Commons BY license
(CC-BY-4.0)</li>
<li>Each comment
<ul>
<li>has its own URL</li>
<li>can be cited</li>
<li>can be reused (with proper attribution)</li>
</ul>
</li>
</ul>
<p class="text-center">
<img src="img/cc-by.svg" style="width: 40%">
</p>
</slide>
<slide class="slide-full-img" style="background-image: url('img/data.png')">
<div class="box">
<h1>Our data is your data – API</h1>
<ul>
<li>open REST API for accessing public comments</li>
<li>everyone can build tools on top of the PaperHive infrastructure
<ul>
<li>enrich metrics</li>
<li>show comments wherever you want (e.g., on journal websites)</li>
<li>data/graph analysis</li>
</ul>
</li>
<li>
API documented on
<a href="http://docs.paperhive.apiary.io/">
docs.paperhive.apiary.io
</a>
</li>
</ul>
</div>
</slide>
<slide>
<h1>Free & libre open source software</h1>
<ul>
<li>Free software (GPL v3)
<ul>
<li>frontend (AngularJS, MathJax, PDF.js)</li>
<li>backend modules (NodeJS/io.js, MongoDB)</li>
<li>browser extensions (Firefox/Chrome/Chromium)</li>
</ul>
</li>
<li>Modules contributed to the ecosystem:
<ul>
<li>mongoose-authorize</li>
<li>mongoose-concurrent</li>
<li>angular-slidedeck</li>
<li>...</li>
</ul>
</li>
<li>
<a href="https://github.com/paperhive">github.com/paperhive</a>
</li>
</ul>
</slide>
<slide class="slide-full-img" style="background-image: url('img/extensions.jpg')">
<div class="box text-center lg-margin-top">
<h1>Browser extensions</h1>
</div>
</slide>
<slide>
<h1>Browser extensions</h1>
<div class="row">
<div class="col-md-6">
No need to adapt your workflow; use Firefox or Chrom{e,ium} and
install
<ul>
<li><a
href="https://addons.mozilla.org/en-US/firefox/addon/paperhive/">the Firefox Add-on</a></li>
<li><a
href="https://chrome.google.com/webstore/detail/paperhive/fihafdlllifbanclcjljledeifcdjbok">the Chrome Extension</a></li>
</ul>
Notfications galore!
</div>
<div class="col-md-6">
<img src="img/ff.png" class="img-responsive">
</div>
</div>
</slide>
<slide class="slide-full-img" style="background-image: url('img/no.gif')">
<div class="text-center sm-margin-top">
<h1 style="color:white;">Are we done yet?</h1>
</div>
</slide>
<slide>
<h1>Are we done yet?</h1>
<ul>
<li>Fresh alpha release</li>
<li>Current restrictions:
<ul>
<li><a href="http://arxiv.org">arxiv.org</a></li>
<li>PDFs</li>
</ul>
</li>
<li>Heavy development:
<a href="https://github.com/paperhive">github.com/paperhive</a>
</li>
<li>Data is reset every day</li>
<li>Feel free to play around!</li>
<li>Feedback loop is wide open (feature requests, bugs, ...)!</li>
</ul>
</slide>
<slide class="slide-full-img" style="background-image: url('img/future.gif')">
<div class="text-center lg-margin-top">
<h1 style="color:white;">The Future</h1>
</div>
</slide>
<slide>
<h1>Arriving soon</h1>
<ul>
<li>Notifications for authors and tracked papers</li>
<li>Discussion of paywalled papers</li>
<li>Linked data via JSON-LD, Open Annotation data model</li>
<li>Semantic annotations via tags (question, typo, correction, ...)</li>
<li>Private comments (personal or for a group)</li>
<li>Allow other formats than PDFs</li>
<li>Content moderation (spam, trolls, ...)</li>
<li><strong>Conventional pre-publication peer-review process</strong></li>
</ul>
</slide>
<slide>
<h1>Hands-on</h1>
<ul>
<li>ORCID login</li>
<li>add a paper</li>
<li>ask or answer a question</li>
<li>point out a mistake</li>
</ul>
</slide>
<slide class="slide-dark">
<div class="box">
<h1>Contact</h1>
<div><a href="https://paperhive.org">
<i class="fa fa-fw fa-home"></i>
paperhive.org
</a></div>
<div><a href="https://twitter.com/paper_hive">
<i class="fa fa-fw fa-twitter"></i>
@paper_hive
</a></div>
<div><a href="mailto:info@paperhive.org">
<i class="fa fa-fw fa-envelope"></i>
info@paperhive.org
</a></div>
<div><a href="https://github.com/paperhive">
<i class="fa fa-fw fa-github"></i>
github.com/paperhive
</a></div>
<div><a href="https://plus.google.com/114787682678537396870">
<i class="fa fa-fw fa-google-plus"></i>
Google+ PaperHive
</a></div>
</div>
</slide>
</slides>
</body>
</html>