-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhpc-reprohack.Rmd
827 lines (463 loc) · 17.5 KB
/
hpc-reprohack.Rmd
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
---
title: "Welcome to the HPC ReproHack<br><img src='assets/hex-logo-small.png' height=200px>"
author: "<br>**Please Sign in on the Hackpad:** <br>_bit.ly/hpc-reprohack-hackpad_"
output:
xaringan::moon_reader:
css: [assets/css/reprohack-themer.css, assets/css/hpc-custom-styles.css]
lib_dir: libs
nature:
titleSlideClass: ["left"]
beforeInit: "https://platform.twitter.com/widgets.js"
dev: svg
highlightStyle: github
highlightLines: true
countIncrementalSlides: false
slideNumberFormat: ""
---
class: inverse
```{r xaringan-themer, include = FALSE}
library(xaringanthemer)
style_duo_accent(primary_color = "#2D896B", secondary_color = "#02CC98",
base_font_size = "18px",
header_font_google = google_font("Poppins", "500"),
text_font_google = google_font("Work Sans", "400", "400i"),
code_font_google = google_font("Source Code Pro"),
title_slide_text_color = "white",
background_color = "white",
black_color = "#2a332c",
title_slide_background_image = "../background.jpg",
outfile = "assets/css/reprohack-themer.css"
)
```
## Welcome to the 1st ReproHack HPC ReproHack!
<!-- Put the link to this slide here so people can follow -->
<br>
### `r emo::ji("wave")` from the organising team
#### _David Quigley & Anna Krystalli_
***
### Event Page: [bit.ly/hpc-reprohack](https://bit.ly/hpc-reprohack)
Contains all event information and links to materials
### `r icons::fontawesome("twitter")` @ReproHack #HPCReproHack
???
Welcome everyone on behalf of the organising team, myself and David!
I hope you've signed into the hackpad which has a lot of information, as does our event page. Both links should be in the chat.
If you want to tweet aout today you can tweet at the reprohack project and/or
Let me start with some context into what brings us all here today.
---
> # Reprohack:
> #### Sandbox Environment for Practicing Research Reproducibility
--
> #### One day events using participants' laptops
--
> #### Traditional format **excludes the examination of the reproducibility of computationally intensive research!**
--
<br>
# Enter the 1st High Performance Computing ReproHack!
???
General concept. Authors submit papers with associated code & data and participants try and reproduce the work from submitted materials.
Precludes computationally intensive research. A question we were getting at almost every event so we were keen to address it. So when David got in touch with us about a bid he was preparing and suggesting exactly that we jumped at the opportunity to collaborate.
Which brings us to why we are here today! The 1st HPC reprohack!
This is a pilot and we hope to come up with a blueprint for how to run such events. So what's different:
- Access to HPC cluster!
- Longer format with opportunity to work in your own time
- Mentors
---
class: center, middle
# Thank you!
## EPSRC for funding
```{r, echo=FALSE, out.width="30%"}
knitr::include_graphics("assets/EPSRC_logo.png")
```
_Grant EP/W032201/1_
## Sulis for Compute Power
### **David Quigley** for securing funding
### All mentors for papers & support
???
I want to take the opportunity upfront to thank the EPSRC for the funding,
Sulis HPC framework for the compute power set aside especially for us
---
class: inverse, center, middle
# Agenda
???
OK I'll do a quick blast through the agenda,
---
# HPC ReproHack Launch
### 21st March
| Time | Event |
|--- |--- |
| 10:00 - 10:15 | **Anna Krystalli:** Welcome, Introduction to event. |
| 10:15 - 10:40 | **Martin Callaghan:** HPC in the age of Data Science |
| 10:40 - 11:30 | **Twin Karmakharm:** Reproducibility on HPC |
| 11:30 - 11:45 | COFFEE |
| 11:45 - 12:10 | **Heather Ratcliffe:** Introduction to Sulis |
| 12:10 - 12:35 | **Mike Croucher:** Reproducible MATLAB on HPC |
| 12:35 - 12:55 | **Mozhgan Kabiri Chimeh:** NVIDIA AI & HPC Containers |
| 13:00 - 14:00 | LUNCH |
| 14:00 - 14:20 | **Anna Krystalli:** Introduction to ReproHacking |
| 14:20 - 17:00 | Initial ReproHack Session |
---
# HPC ReproHack
### Drop in sessions
| Date | Time | Event |
|--- |--- |--- |
| 22nd March | 14:00 - 16:00 | Drop In support session |
| 24th March | 14:00 - 16:00 | Drop In support session |
| 28th March | 14:00 - 16:00 | Drop In support session |
| 30th March | 14:00 - 16:00 | Drop In support session |
---
# HPC ReproHack
### Closing sessions
| Date | Time | Event |
|--- |--- |--- |
| 31st March | 10:00 - 13:00 | Closing Event |
???
In te afternoon, remember to take a coffee break and also submit your reviews by the end of the day.
At 4pm, we'll rejoin to hear from Stephen Eglen on the Code Check project.
We'll close by sharing our final thoughts about the experience followed by some closing remarks.
---
class: inverse
# House Keeping:
- ### No fire alarms expected
- ### Water point
- ### Toilets
- ### Code of Conduct <https://reprohack.org/code-of-conduct>
???
So some quick housekeeping
---
## ReproHack hackpad `r emo::ji("right_arrow")` [hackmd.io](https://hackmd.io/s/features) notepad
```{r, echo=FALSE, out.width="90%"}
knitr::include_graphics("assets/hackmd.png")
```
???
As I've mentioned, we're also using a hackpad, specifically a hackmd hackpad. So this pad understands markdown, which is the text shown on the left and it is rendered on the right. If you are not familiar with markdown, don't worry too much, just use it as a plain text editor or you can have a quick look at hack md documentation, there's a link at the top of the hackpad.
---
class: inverse
# Ice breaker: Introductions
<!-- Use this section as an ice-breaker. Introduce yourself, then allow others to
go around the room and introduce themselves too -->
???
Now we're going to do a quick round of intriductions, and I'll put you in smaller break out groups and there's three questions Id like you to answer.
I'll go first:
---
<!-- Add details about yourself the organiser here: -->
## Who am I?
> ### Dr Anna Krystalli (@annakrystalli)
>
> - Research Software Engineer _University of Sheffield_
>
> - 2019 Fellow _Software Sustainability Institute_
>
> - Software Peer Review Editor _rOpenSci_
>
> - Core Team Member _ReproHack_
---
## Why am I here?
> I believe there's lots to learn about Reproducibility from working with other people's materials and engaging with real published research code and data.
???
- I feel very strongly that working with these resources is a really powerful working experience. But also that if we don't engage with the materials, we (the authors who have put all this effort in included) won't really know if they are actually reproducible and therefore fit for purpose.
---
## Who is my favorite animated character?
> Stitch!
>
> ![](https://media3.giphy.com/media/95MU6SEzeLnUc/giphy.gif?cid=790b76115d11033236595055776d483b&rid=giphy.gif)
???
I think he's cute and my friends think that's who I turn into after I've had a couple of strong ciders!
---
<!-- Open it up to participants -->
# Your turn
### in small groups (5 mins)
> - ### Who are you?
> - ### Why are you here?
> - ### Who is your favorite animated character?
???
OK, so it's your turn now, I'm going to put you into break out groups where you'll have 5 minutes to answer these 3 questions amongst yourself.
---
class: inverse
## Welcome back!
***
# Talks
---
class: talk, middle
![](assets/hex-logo-small.png)
## `r emo::ji("loudspeaker")` Martin Callaghan
### _Research Computing Consultant, University of Leeds_
<br>
> # *"HPC in the age of Data Science"*
---
class: talk, middle
![](assets/hex-logo-small.png)
## `r emo::ji("loudspeaker")` Twin Karmakharm
### _Research Software Engineer, University of Sheffield._
<br>
> # *"Reproducibility on HPC"*
---
class: center, middle, bottom
background-image: url("assets/coffee-break-cast.jpeg")
background-size: cover
# COFFEE BREAK
## 11:30 - 11:45
---
class: talk, middle
![](assets/hex-logo-small.png)
## `r emo::ji("loudspeaker")` Heather Ratcliffe
### _Research Software Engineer, University of Warwick_
<br>
> # *"Introduction to Sulis"*
---
class: talk, middle
![](assets/hex-logo-small.png)
## `r emo::ji("loudspeaker")` Mike Croucher
### _Principal Customer Success Engineer, MathWorks_
<br>
> # *"Reproducible MATLAB on HPC"*
---
class: talk, middle
![](assets/hex-logo-small.png)
## `r emo::ji("loudspeaker")` Mozhgan Kabiri Chimeh
### _GPU Developer Advocate, NVIDIA_
<br>
> # *"NVIDIA AI & HPC Containers"*
---
class: center, middle
background-image: url("assets/lunch-break.jpeg")
background-size: cover
# LUNCH
## 13:00 - 14:00
---
class: inverse
## Welcome back!
***
# Tips for Reproducing & Reviewing
---
## ReproHack Objectives
1. **Reproduce a paper from associated code and data**
3. **Feedback experiences to Authors**
5. **Think more broadly about opportunities and challenges**
<br>
--
### + **Explore Reproducibility of Computationally Intensive research**
> #### All papers to be reproduced on the **Sulis High Performance Computing Platform!**
---
.pull-left[
## Code of Conduct
Event governed by **ReproHack Code of Conduct**
<https://reprohack.org/code-of-conduct>
```{r, echo=FALSE}
knitr::include_graphics("assets/1728_TURI_Book sprint_7 community_040619.jpg")
```
]
--
.pull-right[
### Additional Considerations
- #### Reproducibility is hard!
- #### Submitting authors are incredibly brave!
### Thank you Authors! `r emo::ji("raised_hands")`
- #### Without them there would be no ReproHack.
- #### Show gratitude and appreciation for their efforts. `r emo::ji("pray")`
- #### Constructive criticism only please!
]
---
class: inverse, center, middle
# `r emo::ji("mag")` Reproducing & Reviewing
```{r, echo=FALSE, out.width="70%"}
knitr::include_graphics("assets/Hackathon.jpg")
```
---
class: middle
.pull-left[
## Selecting Papers
### [reprohack.org/event/14](https://reprohack.org/event/14)
- **Information submitted by authors:**
- Languages / tools used (tags)
- Why you should attempt the paper.
- Register paper using template in hackpad.
- Create account on Sulis
]
.pull-right[
```{r, echo=FALSE}
knitr::include_graphics("assets/paper-list-14.png")
```
]
---
class: inverse, center, middle
# Review as an auditor `r emo::ji("bookmark_tabs")`
--
#### **tl;dr: Don't be this guy!**
```{r, echo=FALSE, out.width="60%"}
knitr::include_graphics("https://www.reactiongifs.com/r/O_o.gif")
```
---
class:centers
# `r emo::ji("mag")` For FAIR materials
```{r, echo=FALSE, out.width="80%"}
knitr::include_graphics("assets/FAIRPrinciples.jpg")
```
---
.pull-left[
# Access
- How **easy** was it to **gain** access to the materials?
- Did you manage to download all the files you needed?
]
--
.pull-right[
# Installation
- How **easy / automated** was **installation**?
- Did you have any problems?
- How did you solve them?
]
---
---
.pull-left[
# Data
- Were **data clearly separated from code and other items**?
- Were **large data files deposited in a trustworthy data repository** and referred to using a **persistent identifier**?
- Were **data documented** ...somehow...
]
--
.pull-right[
# Documentation
Was there **adequate documentation** describing:
- how to **install** necessary software including non-standard dependencies?
- how to **use** materials to reproduce the paper?
- how to **cite** the materials, ideally in a form that can be copy and pasted?
]
---
.pull-left[
# Analysis
- **Were you able to fully reproduce** the paper? `r emo::ji("white_check_mark")`
- **How automated** was the process of reproducing the paper?
- **How easy was it to link** analysis **code** to:
- the **plots** it generates
- **sections in the manuscript** in which it is described and results reported
]
--
.pull-right[
<br>
### If the analysis was not fully reproducible `r emo::ji("no_entry_sign")`
- Were there **missing dependencies?**
- Was the **computational environment not adequately described** / captured?
- Was there **bugs** in the code?
- Did **code run but results (e.g. model outputs, tables, figures) differ** to those published? By **how much?**
]
---
class: inverse, center, middle
# Review as a user `r emo::ji("video_game")`
--
.pull-left[
### New User
```{r, echo=FALSE, out.width="80%"}
knitr::include_graphics("https://25.media.tumblr.com/30906cccedfe97a3d5450a23359ca298/tumblr_ml72i2eL6t1rsudnqo1_500.gif")
```
]
--
.pull-right[
### Invested User
```{r, echo=FALSE, out.width="80%"}
knitr::include_graphics("https://media.giphy.com/media/9K2nFglCAQClO/source.gif")
```
]
---
## Review as a user `r emo::ji("video_game")`
<br>
#### What did you find easy / intuitive?
> Was the file structure and file naming informative / intuitive?
> Was the analysis workflow easy to follow?
> Was there missing / confusing documentation?
#### What did you find confusing / difficult
> Identify pressure points. Constructive suggestions?
#### What did you enjoy?
> Identify aspects that worked well.
---
class: inverse, center, middle
# Feed back
# `r emo::ji("speech_balloon")`
---
## Feedback as a community member
.pull-left[
#### Acknowledge author effort
#### Give feedback in good faith
#### Focus on community benefits and system level solutions
```{r, echo=FALSE, out.width="80%"}
knitr::include_graphics("assets/1728_TURI_Book sprint_11 community_040619.jpg")
```
]
.pull-right[
> #### _Help build convention on what a Research Compendium should be and how we should be able to use it_
```{r, echo=FALSE, out.width="80%"}
knitr::include_graphics("assets/ResearchCompendium.jpg")
```
]
---
# Submit review
1. ### Sign up / Log in
2. ### New Review: [reprohack.org/review/new](https://www.reprohack.org/review/new)
```{r, echo=FALSE, out.width="70%"}
knitr::include_graphics("assets/new-review.png")
```
---
class: inverse, center, middle
# Participant Guidelines
### [reprohack.org/participant_guidelines](https://www.reprohack.org/participant_guidelines)
---
### Participation guidelines
#### During launch day
- You have the rest of the afternoon to begin ReproHacking with help from organisers and mentors.
- It is recommended you familiarise yourself with the feedback form early on.
#### During Drop in support sessions
- We have four scheduled drop in sessions (see agenda for details)
- RSE and HPC support will be available at these times
#### At any time
- Schedule time with your team to work on your project.
- Contact and schedule support meetings with your mentors.
- Feel free to add to the collaborative notes on the hackpad.
#### Closing event
- Each group will be expected to give a short presentation (5-10 mins) summarising their experiences and lessons learnt. Feel free to create slides if you wish.
- Make sure you have completed your feedback form as a team.
---
class: center, middle
background-image: url("assets/question.jpeg")
background-size: cover
# Questions?
---
class: inverse
# Let's go! `r emo::ji("checkered_flag")`
## Now - 16:30
### `r emo::ji("mag_right")` Paper List review
+ Have a look at the [papers available for reproduction](https://reprohack.org/event/14)
### `r emo::ji("busts_in_silhouette")` Team formation / project registration
+ Fine to work individually
+ Add your details to the [**hackpad: bit.ly/hpc-reprohack-hackpad**](https://bit.ly/hpc-reprohack-hackpad).
+ Register your team and paper on the [**hackpad: bit.ly/hpc-reprohack-hackpad**](https://bit.ly/hpc-reprohack-hackpad)
### Mentors will be assigned once papers selected
---
class: inverse, middle
# First day re-group `r emo::ji("thought_balloon")`
> ### Summarise group experiences
> - What approaches to reproducibility the papers taken.
> - Anything in particular you like about the approaches so far?
> - Anything you're having difficulty with?
---
# Carry on ReproHacking!
#### Join a Drop in Session if you need help.
#### Coordinate with your mentors for additional support.
#### Use ReproHack slack for communication:
[![Slack](https://img.shields.io/badge/slack-join%20us-brightgreen)](https://reprohack-autoinvite.herokuapp.com/) `#warwick-hpc-reprohack`
#### Complete a feedback form for the authors
### Regroup on the 31st March
---
class: center, middle
background-image: url("assets/question.jpeg")
background-size: cover
# Questions?
---
class: middle
# THANK YOU ALL! `r emo::ji("pray")`
### See you on the 31st March 10:00 - 13:00
# `r emo::ji("wave")`
---
# Acknowledgements
Images throughout the slides watermarked with **Scriberia** were created by [Scriberia](https://www.scriberia.co.uk/) for The Turing Way community and is used under a CC-BY licence
- _The Turing Way Community, & Scriberia. (2019, July 11). Illustrations from the Turing Way book dashes. Zenodo. http://doi.org/10.5281/zenodo.3332808_
- Coffee Break Photo by <a href="https://unsplash.com/@mindspacestudio?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Mindspace Studio</a> on <a href="https://unsplash.com/s/photos/coffee-break?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Unsplash</a>
- Lunch Break Photo by <a href="https://unsplash.com/@ferhadd?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Farhad Ibrahimzade</a> on <a href="https://unsplash.com/s/photos/lunch-break?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Unsplash</a>
- Question mark Photo by <a href="https://unsplash.com/@towfiqu999999?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Towfiqu barbhuiya</a> on <a href="https://unsplash.com/s/photos/questions?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Unsplash</a>