-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathevents.html
More file actions
856 lines (727 loc) · 44.5 KB
/
events.html
File metadata and controls
856 lines (727 loc) · 44.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="google-site-verification" content="1dAqFck3BIBxCx-EyBbHy1HkoFnptYfP04TgKOJiYO8">
<title>Events | OLS</title>
<meta name="description" content="The hub of all OLS events">
<link href="/css/custom.css" rel="stylesheet" type="text/css">
<link rel="icon" type="image/x-icon" href="/images/logo/ols-transparent-bg.ico">
<link rel="stylesheet" href="https://cdn.rawgit.com/jpswalsh/academicons/master/css/academicons.min.css">
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.13.8/css/dataTables.bulma.min.css">
<link rel="stylesheet" href="https://cdn.datatables.net/responsive/2.5.0/css/responsive.dataTables.min.css">
<link rel="stylesheet" href="https://cdn.datatables.net/searchbuilder/1.6.0/css/searchBuilder.dataTables.min.css">
<link rel="stylesheet" href="https://cdn.datatables.net/1.13.6/css/jquery.dataTables.min.css">
<!--Below is the schema annotation for blogposts-->
</head>
<body>
<nav class="navbar is-fixed-top" role="navigation" aria-label="main navigation">
<div class="container">
<div class="navbar-brand">
<a class="navbar-item" href="/">
<img src="/images/logo/ols-transparent-bg.png" alt="OLS">
</a>
<a role="button" class="navbar-burger burger" aria-label="menu" aria-expanded="false" data-target="top-menu">
<span aria-hidden="true"></span> <span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div id="top-menu" class="navbar-menu">
<div class="navbar-end">
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link" href="/open-science-training.html">Open Science Training</a>
<div class="navbar-dropdown">
<a class="navbar-item" href="/openseeds/">Open Seeds</a>
<a class="navbar-item" href="/nebula/">Nebula</a>
</div>
</div>
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link" href="/open-research.html">Research on Open</a>
<div class="navbar-dropdown">
<a class="navbar-item" href="/open-research.html#open-seeds-impact-research">Open Seeds Impact Research</a>
<a class="navbar-item" href="/open-research.html#influencing-policy-to-widen-participation-in-open-data-science">Influencing policy to widen participation in open data science</a>
</div>
</div>
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link" href="/open-incubator.html">Open Incubator</a>
<div class="navbar-dropdown">
<a class="navbar-item" href="https://catalystproject.cloud/">Catalyst</a>
<a class="navbar-item" href="/open-incubator.html#fellowship-programmes">Fellowship Programmes</a>
<a class="navbar-item" href="/open-incubator.html#facilitators-training-and-transcription-services">Facilitators Training and Transcription Services</a>
<a class="navbar-item" href="/open-incubator.html#grant-writing-training">Grant writing training</a>
<a class="navbar-item" href="/open-incubator/fiscal-hosting/">Fiscal hosting</a>
<a class="navbar-item" href="/consulting/">Consultancy & open research advice</a>
</div>
</div>
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link" href="/openseeds/about.html">About</a>
<div class="navbar-dropdown">
<a class="navbar-item" href="/people.html"> People </a>
<a class="navbar-item" href="/community.html"> Team </a>
<a class="navbar-item" href="/governance.html"> Governance </a>
<a class="navbar-item" href="/funders.html"> Funding & Supporters </a>
<a class="navbar-item" href="/partners.html"> Partners </a>
<a class="navbar-item" href="/knowledge_management.html"> Knowledge Management System </a>
<a class="navbar-item" href="/publications.html"> Citing OLS & Publications </a>
<a class="navbar-item" href="/branding.html"> Branding </a>
<a class="navbar-item" href="/events.html"> Events </a>
<a class="navbar-item" href="/open-science.html"> Open Science </a>
</div>
</div>
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link" href="/policies-procedures-and-docs/">Policies & Procedures</a>
<div class="navbar-dropdown">
<a class="navbar-item" href="/code-of-conduct.html"> Code of Conduct </a>
<a class="navbar-item" href="/openseeds/cohort-procedures-and-templates/graduation-guide.html"> Graduation Guide </a>
<a class="navbar-item" href="/openseeds/cohort-procedures-and-templates/microgrants.html"> Microgrants </a>
<a class="navbar-item" href="/openseeds/cohort-procedures-and-templates/speedblog.html"> Speedblog </a>
<a class="navbar-item" href="/policies-procedures-and-docs/communications/hackmd-guide.html"> HackMD Guide </a>
<a class="navbar-item" href="/policies-procedures-and-docs/communications/slack-guide.html"> Slack Guide </a>
<a class="navbar-item" href="/policies-procedures-and-docs/fellows/ols-ssi-terms-conditions.html"> OLS/SSI Fellowship </a>
<a class="navbar-item" href="/policies-procedures-and-docs/payments/honorarium.html"> Honoraria Policy </a>
<a class="navbar-item" href="/policies-procedures-and-docs/payments/invoicing.html"> Invoicing OLS </a>
</div>
</div>
<a class="navbar-item" href="/posts.html"> Stories </a>
</div>
</div>
</div>
</nav>
<section class="hero " style="background-image: linear-gradient(to top, #000, transparent), url(https://images.unsplash.com/photo-1503428593586-e225b39bddfe);">
<div class="hero-body">
<h1 class="title is-1">Events</h1>
</div>
<div class="hero-foot">
<p class="credit"><a href="https://images.unsplash.com/photo-1503428593586-e225b39bddfe">The Climate Reality Project</a> (CC BY-SA 4.0)</p>
</div>
</section>
<section class="section">
<div class="container content ">
<section>
<div class="article-post">
<p>This page lists all past and upcoming events either organised by OLS or where OLS presented.</p>
<table class="eventtable table is-striped">
<thead>
<tr>
<th>Date</th>
<th>Type</th>
<th>Event</th>
<th>Location</th>
<th>Contributions from OLS</th>
</tr>
</thead>
<tbody>
<tr>
<td>Oct 17, 2024 - Nov 28, 2024</td>
<td>Workshop</td>
<td>
<a class="eventtable-title" href="/events/2025/04/02/2024-10-research-software-engineer-training-course/">Research Software Engineer (RSE) Leadership Training Course</a>
<br>
<span class="eventtable-description">This leadership course is possibly the first in the world to provide an intersectional framework that underpins a leadership course for those working as RSEs and those in the tech industry.
</span>
</td>
<td>Online</td>
<td>
<span class="eventtable-contribution">Organisers:</span> <img src="https://avatars.githubusercontent.com/rowlandm" alt="" class="people-badge"> <a href="/people.html#rowlandm">Rowland Mosbergen</a>
<br>
</td>
</tr>
<tr>
<td>Jun 10, 2024 - Jun 12, 2024</td>
<td>Conference</td>
<td>
<a class="eventtable-title" href="https://elixir-europe.org/events/elixir-all-hands-2024">ELIXIR All-Hands Meeting 2024</a>
<br>
<span class="eventtable-description">The meeting brings together members of the ELIXIR community from across the ELIXIR Nodes, and collaborators from partner organisations, in order to review ELIXIR’s achievements and activities so far and discuss plans for the future.
</span>
</td>
<td>Uppsala, Sweden</td>
<td>
</td>
</tr>
<tr>
<td>Apr 14, 2024 - Apr 19, 2024</td>
<td>Seminar</td>
<td>
<a class="eventtable-title" href="https://www.dagstuhl.de/24161">Dagstuhl Seminar 24161 - Research Software Engineering: Bridging Knowledge Gaps</a>
<br>
<span class="eventtable-description">This interactive seminar therefore brings the computer science and software engineering research community and the research software engineering community together to define a common language, and apply it to improve reciprocal knowledge transfer, beginning with five key topic.
</span>
</td>
<td>Wadern, Germany</td>
<td>
</td>
</tr>
<tr>
<td>Mar 22, 2024</td>
<td>Workshop</td>
<td>
<a class="eventtable-title" href="/events/2025/04/02/2024-03-policy-workshop/">Policy Workshop: (Big) Team Science and Widening Participation</a>
<br>
<span class="eventtable-description">Do you use (big) team science, widening participation, and/or data science in your work? If yes, we need your help!
</span>
</td>
<td>Online</td>
<td>
<span class="eventtable-contribution">Organisers:</span> <img src="https://avatars.githubusercontent.com/bethaniley" alt="" class="people-badge"> <a href="/people.html#bethaniley">Bethan Iley</a>, <img src="https://avatars.githubusercontent.com/msundukova" alt="" class="people-badge"> <a href="/people.html#msundukova">Mayya Sundukova</a>
<br>
</td>
</tr>
<tr>
<td>Mar 21, 2024 - Mar 22, 2024</td>
<td>Conference</td>
<td>
<a class="eventtable-title" href="https://www.cos.io/yos-conference">Year of Open Science Conference</a>
<br>
<span class="eventtable-description">The Center for Open Science (COS), in collaboration with NASA, hosted a no-cost, online culminating conference on March 21 and 22, 2024, to showcase the outcomes, coalition-building efforts, and ongoing work stemming from the 2023 Year of Open Science (YOS)
</span>
</td>
<td>Charlottesville, USA</td>
<td>
<span class="eventtable-contribution">Talks</span>
<br><i>“Using the OLS training programme as launch pad for NASA TOPS Open Science 101 cohorts”</i> (<a href="https://zenodo.org/records/10884382"><i class="fas fa-file-powerpoint"></i> Slides</a>)
by <img src="https://avatars.githubusercontent.com/iramosp" alt="" class="people-badge"> <a href="/people.html#iramosp">Irene Ramos</a>, <img src="https://avatars.githubusercontent.com/yochannah" alt="" class="people-badge"> <a href="/people.html#yochannah">Yo Yehudi</a>
<br>
<br>
</td>
</tr>
<tr>
<td>Mar 19, 2024 - Mar 20, 2024</td>
<td>Conference</td>
<td>
<a class="eventtable-title" href="https://ai-uk.turing.ac.uk/">AI UK</a>
<br>
<span class="eventtable-description">The UK’s national showcase of data science and artificial intelligence (AI)
</span>
</td>
<td>London, United Kingdom</td>
<td>
<span class="eventtable-contribution">Talks</span>
<br><i>“Widening Participation in Data Science. Balancing the scales between systemic reform and individual wellbeing”</i> (<a href="https://docs.google.com/presentation/d/e/2PACX-1vQyGnstVMqlwYvR3eZE3jN-yNdAwgUONW-qWw2Hspx3WuI1aVRgA3-tzsF4VOBqxg/pub"><i class="fas fa-file-powerpoint"></i> Slides</a>)
by <img src="https://avatars.githubusercontent.com/yochannah" alt="" class="people-badge"> <a href="/people.html#yochannah">Yo Yehudi</a>
<br>
<br>
</td>
</tr>
<tr>
<td>Mar 10, 2024</td>
<td>Workshop</td>
<td>
<a class="eventtable-title" href="/events/2025/04/02/2024-03-well-being-workshop/">Well-being workshop: Reclaiming your professional identity from the burnouts</a>
<br>
<span class="eventtable-description">This workshop is an essential opportunity for professionals in research contexts, data, and open science communities to reflect on their professional identity, reconnect with their values and skills, and develop a sense of community support to help resist workplace difficulties.
</span>
</td>
<td>Online</td>
<td>
<span class="eventtable-contribution">Organisers:</span> <img src="https://avatars.githubusercontent.com/bethaniley" alt="" class="people-badge"> <a href="/people.html#bethaniley">Bethan Iley</a>, <img src="https://avatars.githubusercontent.com/msundukova" alt="" class="people-badge"> <a href="/people.html#msundukova">Mayya Sundukova</a>
<br><span class="eventtable-contribution">Facilitators:</span> <img src="https://avatars.githubusercontent.com/msundukova" alt="" class="people-badge"> <a href="/people.html#msundukova">Mayya Sundukova</a>
<br><span class="eventtable-contribution">Helpers:</span> <img src="https://avatars.githubusercontent.com/yochannah" alt="" class="people-badge"> <a href="/people.html#yochannah">Yo Yehudi</a>
<br>
</td>
</tr>
<tr>
<td>Feb 10, 2024 - Feb 10, 2024</td>
<td>Conference</td>
<td>
<a class="eventtable-title" href="https://research-fosdem.github.io/">ORDEM: Open Research, Dev, Ethics & Mobilization</a>
<br>
<span class="eventtable-description">The Open Research devroom addresses FLOSS developers in a broad community concerned with research production and curation: scientists, engineers, journalists, archivists, curators, activists. This devroom provides a place and time to discuss the issues related to the creation and usage of open research technologies, with the ambition to foster discussions between designers, developers and users, bridging multiple knowledge-based communities together, and with the broader FLOSS community.
</span>
</td>
<td>Online</td>
<td>
<span class="eventtable-contribution">Talks</span>
<br><i>“An integrated Knowledge Management System to support Open Science training”</i> (<a href="https://docs.google.com/presentation/d/1y8-Ih3-rwGxY6rfwI2uWsFG1uA-rDxXKO1fKNqDTj_M/"><i class="fas fa-file-powerpoint"></i> Slides</a>)
by <img src="https://avatars.githubusercontent.com/npdebs" alt="" class="people-badge"> <a href="/people.html#npdebs">Deborah Udoh</a>, <img src="https://avatars.githubusercontent.com/bebatut" alt="" class="people-badge"> <a href="/people.html#bebatut">Bérénice Batut</a>, <img src="https://avatars.githubusercontent.com/iramosp" alt="" class="people-badge"> <a href="/people.html#iramosp">Irene Ramos</a>
<br>
<br>
</td>
</tr>
<tr>
<td>Jul 23, 2023 - Jul 27, 2023</td>
<td>Conference</td>
<td>
<a class="eventtable-title" href="https://www.iscb.org/ismbeccb2023">ISMB/ECCB 2023</a>
<br>
<span class="eventtable-description">ISMB/ECCB is the largest and most high profile annual meeting of scientists working in computational biology and provides an intense multidisciplinary forum for disseminating the latest developments in computational tools for data driven biological research.
</span>
</td>
<td>Lyon, France</td>
<td>
<span class="eventtable-contribution">Talks</span>
<br><i>“Open seeds by OLS: A virtual mentoring & training program for open science ambassadors”</i> (<a href="https://f1000research.com/slides/12-1485"><i class="fas fa-file-powerpoint"></i> Slides</a>, <a href="https://youtu.be/J7Dp_v4loeE?si=IqtjSznZPqofOXZ4"><i class="fas fa-video"></i> Recording</a>)
by <img src="https://avatars.githubusercontent.com/peranti" alt="" class="people-badge"> <a href="/people.html#peranti">Pradeep Eranti</a>, <img src="https://avatars.githubusercontent.com/yochannah" alt="" class="people-badge"> <a href="/people.html#yochannah">Yo Yehudi</a>, <img src="https://avatars.githubusercontent.com/selgebali" alt="" class="people-badge"> <a href="/people.html#selgebali">Sara El-Gebali</a>, <img src="https://avatars.githubusercontent.com/bebatut" alt="" class="people-badge"> <a href="/people.html#bebatut">Bérénice Batut</a>
<br>
<br>
<span class="eventtable-contribution">Posters</span>
<br><i>“Open Seeds by OLS: A mentoring & training program for Open Science ambassadors”</i>
(<a href="https://f1000research.com/posters/12-710"><i class="fas fa-image"></i> Poster</a>)
by <img src="https://avatars.githubusercontent.com/malloryfreeberg" alt="" class="people-badge"> <a href="/people.html#malloryfreeberg">Mallory Freeberg</a>, <img src="https://avatars.githubusercontent.com/fpsom" alt="" class="people-badge"> <a href="/people.html#fpsom">Fotis Psomopoulos</a>, <img src="https://avatars.githubusercontent.com/diana-pilvar" alt="" class="people-badge"> <a href="/people.html#diana-pilvar">Diana Pilvar</a>, <img src="https://avatars.githubusercontent.com/bebatut" alt="" class="people-badge"> <a href="/people.html#bebatut">Bérénice Batut</a>
<br>
<br>
</td>
</tr>
<tr>
<td>Jun 5, 2023 - Jun 8, 2023</td>
<td>Conference</td>
<td>
<a class="eventtable-title" href="https://elixir-europe.org/events/elixir-all-hands-2023">ELIXIR All-Hands Meeting 2023</a>
<br>
<span class="eventtable-description">The meeting brings together members of the ELIXIR community from across the ELIXIR Nodes, and collaborators from partner organisations, in order to review ELIXIR’s achievements and activities so far and discuss plans for the future.
</span>
</td>
<td>Dublin, Ireland</td>
<td>
<span class="eventtable-contribution">Posters</span>
<br><i>“Open Seeds by OLS: A mentoring & training program for Open Science ambassadors”</i>
(<a href="https://f1000research.com/posters/12-710"><i class="fas fa-image"></i> Poster</a>)
by <img src="https://avatars.githubusercontent.com/malloryfreeberg" alt="" class="people-badge"> <a href="/people.html#malloryfreeberg">Mallory Freeberg</a>, <img src="https://avatars.githubusercontent.com/fpsom" alt="" class="people-badge"> <a href="/people.html#fpsom">Fotis Psomopoulos</a>, <img src="https://avatars.githubusercontent.com/diana-pilvar" alt="" class="people-badge"> <a href="/people.html#diana-pilvar">Diana Pilvar</a>, <img src="https://avatars.githubusercontent.com/bebatut" alt="" class="people-badge"> <a href="/people.html#bebatut">Bérénice Batut</a>
<br>
<br>
</td>
</tr>
<tr>
<td>May 2, 2023 - May 4, 2023</td>
<td>Conference</td>
<td>
<a class="eventtable-title" href="https://www.software.ac.uk/workshop/collaborations-workshop-2023-cw23-0">Software Sustainability Institute’s Collaborations Workshop</a>
<br>
<span class="eventtable-description">The Software Sustainability Institute’s Collaborations Workshop series brings together researchers, developers, innovators, managers, funders, publishers, policy makers, leaders and educators to explore best practices and the future of research software.
</span>
</td>
<td>Manchester, UK</td>
<td>
<span class="eventtable-contribution">Workshops</span>
<br><i>“Open Life Science: helping you care for yourself and your community”</i> (<a href="https://zenodo.org/records/8060439"><i class="fas fa-file-powerpoint"></i> Slides</a>, <a href="https://youtu.be/S3-ul_EkJxo"><i class="fas fa-video"></i> Recording</a>)
by <img src="https://avatars.githubusercontent.com/pherterich" alt="" class="people-badge"> <a href="/people.html#pherterich">Patricia Herterich</a>, <img src="https://avatars.githubusercontent.com/msundukova" alt="" class="people-badge"> <a href="/people.html#msundukova">Mayya Sundukova</a>
<br>
<br>
</td>
</tr>
<tr>
<td>Feb 24, 2023 - Feb 25, 2023</td>
<td>Conference</td>
<td>
<a class="eventtable-title" href="https://www.mariecuriealumni.eu/conference-2023">Marie Curie Alumni Conference</a>
<br>
<span class="eventtable-description"></span>
</td>
<td>Cordoba, Spain</td>
<td>
<span class="eventtable-contribution">Talks</span>
<br><i>“OLS: capacity building in open science in peer-led global and diverse community”</i> (<a href="https://zenodo.org/records/7712075#.ZBr2BdqZO3B"><i class="fas fa-file-powerpoint"></i> Slides</a>, <a href="https://youtu.be/S3-ul_EkJxo"><i class="fas fa-video"></i> Recording</a>)
by <img src="https://avatars.githubusercontent.com/msundukova" alt="" class="people-badge"> <a href="/people.html#msundukova">Mayya Sundukova</a>, <img src="https://avatars.githubusercontent.com/lisanna" alt="" class="people-badge"> <a href="/people.html#lisanna">Lisanna Paladin</a>, <img src="https://avatars.githubusercontent.com/peranti" alt="" class="people-badge"> <a href="/people.html#peranti">Pradeep Eranti</a>, <img src="https://avatars.githubusercontent.com/malvikasharan" alt="" class="people-badge"> <a href="/people.html#malvikasharan">Malvika Sharan</a>
<br>
<br>
<span class="eventtable-contribution">Posters</span>
<br><i>“OLS: capacity building in open science in peer-led global and diverse community”</i>
(<a href="https://zenodo.org/records/7712075#.ZBr2BdqZO3B"><i class="fas fa-image"></i> Poster</a>)
by <img src="https://avatars.githubusercontent.com/msundukova" alt="" class="people-badge"> <a href="/people.html#msundukova">Mayya Sundukova</a>, <img src="https://avatars.githubusercontent.com/lisanna" alt="" class="people-badge"> <a href="/people.html#lisanna">Lisanna Paladin</a>, <img src="https://avatars.githubusercontent.com/peranti" alt="" class="people-badge"> <a href="/people.html#peranti">Pradeep Eranti</a>, <img src="https://avatars.githubusercontent.com/malvikasharan" alt="" class="people-badge"> <a href="/people.html#malvikasharan">Malvika Sharan</a>
<br>
<br>
</td>
</tr>
<tr>
<td>Feb 12, 2023</td>
<td>Podcast</td>
<td>
<a class="eventtable-title" href="https://grssieee.podbean.com/">Down To Earth: A podcast for Geoscientists by Geoscientist</a>
<br>
<span class="eventtable-description"></span>
</td>
<td>Online</td>
<td>
<span class="eventtable-contribution">Talks</span>
<br><i>“What is Open Science”</i> (<a href="https://grssieee.podbean.com/e/s4e01-down-to-earth-what-is-open-science/"><i class="fas fa-video"></i> Recording</a>)
by <img src="https://avatars.githubusercontent.com/yochannah" alt="" class="people-badge"> <a href="/people.html#yochannah">Yo Yehudi</a>
<br>
<br>
</td>
</tr>
<tr>
<td>Oct 23, 2022 - Oct 25, 2022</td>
<td>Conference</td>
<td>
<a class="eventtable-title" href="https://bigteamscienceconference.github.io/">Big Team Science Conference</a>
<br>
<span class="eventtable-description">The goal of this three-day virtual conference was to bring together a multidisciplinary group of researchers, funders, and stakeholders to discuss advancements, challenges, and future opportunities related to big team science.
</span>
</td>
<td>Online</td>
<td>
<span class="eventtable-contribution">Talks</span>
<br><i>“What does it take to build an equitable global team”</i> by <img src="https://avatars.githubusercontent.com/pazbc" alt="" class="people-badge"> <a href="/people.html#pazbc">Paz Bernaldo</a>, <img src="https://avatars.githubusercontent.com/yochannah" alt="" class="people-badge"> <a href="/people.html#yochannah">Yo Yehudi</a>
<br>
<br>
</td>
</tr>
<tr>
<td>Sep 26, 2022 - Sep 27, 2022</td>
<td>Conference</td>
<td>
<a class="eventtable-title" href="https://www.vitae.ac.uk/events/vitae-international-researcher-development-conference-2022">Vitae International Researcher Development Conference</a>
<br>
<span class="eventtable-description">Vitae’s annual conference (#VitaeCon2022) is for all those with an interest in the policy and practice of global researcher development.
</span>
</td>
<td>Online</td>
<td>
<span class="eventtable-contribution">Talks</span>
<br><i>“Open Life Science - mentoring program and community - nurturing ambassadors for equitable open science”</i> (<a href="https://www.youtube.com/watch?v=YEXHJuGMX6U"><i class="fas fa-video"></i> Recording</a>)
by <img src="https://avatars.githubusercontent.com/msundukova" alt="" class="people-badge"> <a href="/people.html#msundukova">Mayya Sundukova</a>, <img src="https://avatars.githubusercontent.com/batoolmm" alt="" class="people-badge"> <a href="/people.html#batoolmm">Batool Almarzouq</a>, <img src="https://avatars.githubusercontent.com/landimi2" alt="" class="people-badge"> <a href="/people.html#landimi2">Michael Landi</a>, <img src="https://avatars.githubusercontent.com/yochannah" alt="" class="people-badge"> <a href="/people.html#yochannah">Yo Yehudi</a>
<br>
<br>
</td>
</tr>
<tr>
<td>Jul 9, 2022 - Jul 10, 2022</td>
<td>Conference</td>
<td>
<a class="eventtable-title" href="https://scs2022.iscbsc.org/">ISCB Student Council Symposium</a>
<br>
<span class="eventtable-description">The Student Council Symposium is a forum for students and young researchers in the fields of Computational Biology and Bioinformatics. Participants will have the opportunity to present their work to an international audience, build a network within the computational biology community and develop important soft skills in an environment that fosters the exchange of ideas and knowledge.
</span>
</td>
<td>Online</td>
<td>
<span class="eventtable-contribution">Talks</span>
<br><i>“Building open communities and empowering your contributors with open principles”</i> (<a href="https://docs.google.com/presentation/d/e/2PACX-1vSkSak14S5pNMR2qMuQcjwleGPfmH5scRjF6x4qzgs-wt2eyBtSnQzw5z90qlHnM9XArJ-ErhPN1aIp/pub"><i class="fas fa-file-powerpoint"></i> Slides</a>)
by <img src="https://avatars.githubusercontent.com/yochannah" alt="" class="people-badge"> <a href="/people.html#yochannah">Yo Yehudi</a>, <img src="https://avatars.githubusercontent.com/peranti" alt="" class="people-badge"> <a href="/people.html#peranti">Pradeep Eranti</a>
<br>
<br>
</td>
</tr>
<tr>
<td>May 23, 2022</td>
<td>Workshop</td>
<td>
<a class="eventtable-title" href="/events/2025/04/02/2022-05-empowering-communities/">Empowering communities with open principles</a>
<br>
<span class="eventtable-description">This workshop, part of the <a href="https://www.eventbrite.co.uk/cc/research-software-camp-next-steps-in-coding-242199">Research Software Camp: Next Steps in Coding</a> collection organized by <a href="https://www.software.ac.uk/">The Software Sustainability Institute</a>, provides a taster session for people who are interested in community building and creating an open sharing research culture.
</span>
</td>
<td>Online</td>
<td>
<span class="eventtable-contribution">Facilitators:</span> <img src="https://avatars.githubusercontent.com/msundukova" alt="" class="people-badge"> <a href="/people.html#msundukova">Mayya Sundukova</a>, <img src="https://avatars.githubusercontent.com/batoolmm" alt="" class="people-badge"> <a href="/people.html#batoolmm">Batool Almarzouq</a>, <img src="https://avatars.githubusercontent.com/landimi2" alt="" class="people-badge"> <a href="/people.html#landimi2">Michael Landi</a>
<br>
</td>
</tr>
<tr>
<td>Apr 22, 2022</td>
<td>Workshop</td>
<td>
<a class="eventtable-title" href="https://www.lorentzcenter.nl/vive-la-difference-research-software-engineers.html">Vive la différence - research software engineers</a>
<br>
<span class="eventtable-description">Research software engineering is becoming increasingly essential as the role of research software is becoming at once more critical to scientific discovery, and more difficult to sustain. Research software engineering combines professional software engineering expertise with an intimate understanding of research, and is critical to achieving open science goals. This workshop proposes to consider how research software engineering could be reframed to place DEI as a central organizing principle in research software.
</span>
</td>
<td>Leiden, The Netherlands</td>
<td>
<span class="eventtable-contribution">Talks</span>
<br><i>“A mentoring & training program for Open Science Ambassador in Life Science”</i> (<a href="https://drive.google.com/file/d/1anK9O7VQh_ZBK66kfOM9RC0ZOdy3ZX2W/view"><i class="fas fa-file-powerpoint"></i> Slides</a>, <a href="https://youtu.be/9jCrEIRO11g?si=4XJzAiWHUo9voviM"><i class="fas fa-video"></i> Recording</a>)
by <img src="https://avatars.githubusercontent.com/yochannah" alt="" class="people-badge"> <a href="/people.html#yochannah">Yo Yehudi</a>
<br>
<br>
</td>
</tr>
<tr>
<td>Jun 11, 2021</td>
<td>Workshop</td>
<td>
<a class="eventtable-title" href="/events/2025/04/02/2021-06-ally-skill/">Ally Skills Workshop</a>
<br>
<span class="eventtable-description"></span>
</td>
<td>Online</td>
<td>
<span class="eventtable-contribution">Organisers:</span> <img src="https://avatars.githubusercontent.com/yochannah" alt="" class="people-badge"> <a href="/people.html#yochannah">Yo Yehudi</a>, <img src="https://avatars.githubusercontent.com/malvikasharan" alt="" class="people-badge"> <a href="/people.html#malvikasharan">Malvika Sharan</a>, <img src="https://avatars.githubusercontent.com/emmyft" alt="" class="people-badge"> <a href="/people.html#emmyft">Emmy Tsang</a>
<br><span class="eventtable-contribution">Facilitators:</span> <img src="https://avatars.githubusercontent.com/yochannah" alt="" class="people-badge"> <a href="/people.html#yochannah">Yo Yehudi</a>, <img src="https://avatars.githubusercontent.com/malvikasharan" alt="" class="people-badge"> <a href="/people.html#malvikasharan">Malvika Sharan</a>, <img src="https://avatars.githubusercontent.com/emmyft" alt="" class="people-badge"> <a href="/people.html#emmyft">Emmy Tsang</a>
<br>
</td>
</tr>
<tr>
<td>Mar 30, 2021 - Apr 1, 2021</td>
<td>Conference</td>
<td>
<a class="eventtable-title" href="https://www.software.ac.uk/workshop/collaborations-workshop-2021-cw21">Software Sustainability Institute’s Collaborations Workshop</a>
<br>
<span class="eventtable-description">The Software Sustainability Institute’s Collaborations Workshop series brings together researchers, developers, innovators, managers, funders, publishers, policy makers, leaders and educators to explore best practices and the future of research software.
</span>
</td>
<td>Online</td>
<td>
<span class="eventtable-contribution">Talks</span>
<br><i>“Open Life Science”</i> (<a href="https://ssi-cw.figshare.com/articles/presentation/CW21_lightning_talk_-_OpenLifeSci/14332670/1"><i class="fas fa-file-powerpoint"></i> Slides</a>)
by <img src="https://avatars.githubusercontent.com/emmyft" alt="" class="people-badge"> <a href="/people.html#emmyft">Emmy Tsang</a>
<br>
<br>
</td>
</tr>
<tr>
<td>Dec 4, 2020</td>
<td>Workshop</td>
<td>
<a class="eventtable-title" href="/events/2025/04/02/2020-12-ally-skill-2/">Opportunity to learn ally skills to make your workplace more inclusive - Session 2</a>
<br>
<span class="eventtable-description"></span>
</td>
<td>Online</td>
<td>
<span class="eventtable-contribution">Organisers:</span> <img src="https://avatars.githubusercontent.com/yochannah" alt="" class="people-badge"> <a href="/people.html#yochannah">Yo Yehudi</a>, <img src="https://avatars.githubusercontent.com/malvikasharan" alt="" class="people-badge"> <a href="/people.html#malvikasharan">Malvika Sharan</a>
<br><span class="eventtable-contribution">Facilitators:</span> <img src="https://avatars.githubusercontent.com/yochannah" alt="" class="people-badge"> <a href="/people.html#yochannah">Yo Yehudi</a>, <img src="https://avatars.githubusercontent.com/malvikasharan" alt="" class="people-badge"> <a href="/people.html#malvikasharan">Malvika Sharan</a>, <img src="https://avatars.githubusercontent.com/emmyft" alt="" class="people-badge"> <a href="/people.html#emmyft">Emmy Tsang</a>
<br>
</td>
</tr>
<tr>
<td>Dec 4, 2020</td>
<td>Workshop</td>
<td>
<a class="eventtable-title" href="/events/2025/04/02/2020-12-ally-skill-1/">Opportunity to learn ally skills to make your workplace more inclusive - Session 1</a>
<br>
<span class="eventtable-description"></span>
</td>
<td>Online</td>
<td>
<span class="eventtable-contribution">Organisers:</span> <img src="https://avatars.githubusercontent.com/yochannah" alt="" class="people-badge"> <a href="/people.html#yochannah">Yo Yehudi</a>, <img src="https://avatars.githubusercontent.com/malvikasharan" alt="" class="people-badge"> <a href="/people.html#malvikasharan">Malvika Sharan</a>
<br><span class="eventtable-contribution">Facilitators:</span> <img src="https://avatars.githubusercontent.com/yochannah" alt="" class="people-badge"> <a href="/people.html#yochannah">Yo Yehudi</a>, <img src="https://avatars.githubusercontent.com/malvikasharan" alt="" class="people-badge"> <a href="/people.html#malvikasharan">Malvika Sharan</a>, <img src="https://avatars.githubusercontent.com/emmyft" alt="" class="people-badge"> <a href="/people.html#emmyft">Emmy Tsang</a>
<br>
</td>
</tr>
<tr>
<td>Nov 26, 2020</td>
<td>Seminar</td>
<td>
<a class="eventtable-title" href="/events/2025/04/02/2020-11-ssi-fellow/">SSI Fellows community call</a>
<br>
<span class="eventtable-description"></span>
</td>
<td>Online</td>
<td>
<span class="eventtable-contribution">Talks</span>
<br><i>“SSI fellow 2019”</i> (<a href="https://zenodo.org/records/4292654"><i class="fas fa-file-powerpoint"></i> Slides</a>)
by <img src="https://avatars.githubusercontent.com/malvikasharan" alt="" class="people-badge"> <a href="/people.html#malvikasharan">Malvika Sharan</a>
<br>
<br>
</td>
</tr>
<tr>
<td>Nov 12, 2020</td>
<td>Podcast</td>
<td>
<a class="eventtable-title" href="https://orionopenscience.podbean.com/">The ORION Open Science Podcast</a>
<br>
<span class="eventtable-description"></span>
</td>
<td>Online</td>
<td>
<span class="eventtable-contribution">Talks</span>
<br><i>“Process Not Product: How the Open Life Science Mentoring Program Creates Open Science Ambassadors”</i> (<a href="https://www.podbean.com/media/share/pb-b6k74-f1f4bd"><i class="fas fa-video"></i> Recording</a>)
by <img src="https://avatars.githubusercontent.com/yochannah" alt="" class="people-badge"> <a href="/people.html#yochannah">Yo Yehudi</a>
<br>
<br>
</td>
</tr>
<tr>
<td>Sep 17, 2020</td>
<td>Conference</td>
<td>
<a class="eventtable-title" href="/events/2025/04/02/2020-09-dora/">Euroscience Open Forum</a>
<br>
<span class="eventtable-description"></span>
</td>
<td>Trieste, Italy</td>
<td>
<span class="eventtable-contribution">Talks</span>
<br><i>“Challenges in Assessing Contributions to Reproducible Research and Open Science”</i> (<a href="https://zenodo.org/records/4013300"><i class="fas fa-file-powerpoint"></i> Slides</a>)
by <img src="https://avatars.githubusercontent.com/malvikasharan" alt="" class="people-badge"> <a href="/people.html#malvikasharan">Malvika Sharan</a>
<br>
<br>
</td>
</tr>
<tr>
<td>Aug 17, 2020</td>
<td>Seminar</td>
<td>
<a class="eventtable-title" href="/events/2025/04/02/2020-08-eanbit/">Open Science Seminar at EANBiT Virtual Training</a>
<br>
<span class="eventtable-description"></span>
</td>
<td>Online</td>
<td>
<span class="eventtable-contribution">Talks</span>
<br><i>“Open Science - Building communities with Open Life Science”</i> (<a href="https://docs.google.com/presentation/d/e/2PACX-1vQEgd1A1KXTIGaMs1ppU-ZyTjjQNYxllEmc22O1Lpc0DTlXrzg_LnVnpCp2Vztqj4Puutir2WHv9C_d/pub"><i class="fas fa-file-powerpoint"></i> Slides</a>, <a href="https://youtu.be/8Hu9g3PmFvA?si=9TDwCxnh5q5lB1iH"><i class="fas fa-video"></i> Recording</a>)
by <img src="https://avatars.githubusercontent.com/yochannah" alt="" class="people-badge"> <a href="/people.html#yochannah">Yo Yehudi</a>
<br>
<br>
</td>
</tr>
<tr>
<td>Jul 19, 2020 - Jul 22, 2020</td>
<td>Conference</td>
<td>
<a class="eventtable-title" href="https://bcc2020.github.io/">Bioinformatics Community Conference</a>
<br>
<span class="eventtable-description">Bioinformatics Community Conference is a combination of two existing conferences: the Bioinformatics Open Source Conference, hosted by the Open Bioinformatics Foundation, and the Galaxy Community Conference, hosted by Galaxy.
</span>
</td>
<td>Online</td>
<td>
<span class="eventtable-contribution">Talks</span>
<br><i>“Open Life Science: Empowering early career researchers to become open science leaders”</i> (<a href="https://www.youtube.com/watch?v=UIgg9G-NXp8"><i class="fas fa-video"></i> Recording</a>)
by <img src="https://avatars.githubusercontent.com/bebatut" alt="" class="people-badge"> <a href="/people.html#bebatut">Bérénice Batut</a>, <img src="https://avatars.githubusercontent.com/malvikasharan" alt="" class="people-badge"> <a href="/people.html#malvikasharan">Malvika Sharan</a>, <img src="https://avatars.githubusercontent.com/yochannah" alt="" class="people-badge"> <a href="/people.html#yochannah">Yo Yehudi</a>
<br>
<br>
</td>
</tr>
<tr>
<td>Jul 15, 2020 - Aug 2, 2020</td>
<td>Conference</td>
<td>
<a class="eventtable-title" href="https://2020.carpentrycon.org/">CarpentryCon @ Home</a>
<br>
<span class="eventtable-description">CarpentryCon is an annual conference that convenes the global Carpentries community.
</span>
</td>
<td>Online</td>
<td>
<span class="eventtable-contribution">Workshops</span>
<br><i>“Learning Ally Skills”</i> (<a href="https://youtu.be/eHKnPfcbRCo?si=owSdy7C_umm43zOo"><i class="fas fa-video"></i> Recording</a>)
by <img src="https://avatars.githubusercontent.com/yochannah" alt="" class="people-badge"> <a href="/people.html#yochannah">Yo Yehudi</a>, <img src="https://avatars.githubusercontent.com/malvikasharan" alt="" class="people-badge"> <a href="/people.html#malvikasharan">Malvika Sharan</a>
<br><i>“Developing Open Leadership mindset for our learners through mentoring”</i> (<a href="https://youtu.be/4F3mec5xaDg?si=Na7LTvJiY3lQ-mth"><i class="fas fa-video"></i> Recording</a>)
by <img src="https://avatars.githubusercontent.com/yochannah" alt="" class="people-badge"> <a href="/people.html#yochannah">Yo Yehudi</a>, <img src="https://avatars.githubusercontent.com/malvikasharan" alt="" class="people-badge"> <a href="/people.html#malvikasharan">Malvika Sharan</a>
<br>
<br>
</td>
</tr>
<tr>
<td>Jun 23, 2020</td>
<td>Seminar</td>
<td>
<a class="eventtable-title" href="/events/2025/04/02/2020-06-tps-turing-way/">Tools, practices and systems - Turing Way</a>
<br>
<span class="eventtable-description"></span>
</td>
<td>Online</td>
<td>
<span class="eventtable-contribution">Talks</span>
<br><i>“Open Life Science mentoring and training second cohort”</i> (<a href="https://zenodo.org/records/3906219"><i class="fas fa-file-powerpoint"></i> Slides</a>)
by <img src="https://avatars.githubusercontent.com/malvikasharan" alt="" class="people-badge"> <a href="/people.html#malvikasharan">Malvika Sharan</a>
<br>
<br>
</td>
</tr>
<tr>
<td>May 20, 2020</td>
<td>Seminar</td>
<td>
<a class="eventtable-title" href="/events/2025/04/02/2020-05-rda-eceig/">RDA Early Career and Engagement Interest Group (ECEIG) “Ask-me-anything”</a>
<br>
<span class="eventtable-description"></span>
</td>
<td>Online</td>
<td>
<span class="eventtable-contribution">Talks</span>
<br><i>“Open Life Science: Empowering Communities With Open* Principles”</i> (<a href="https://docs.google.com/presentation/d/e/2PACX-1vSljvK7Fuuv6BNJGrUIdMB1gcGpqVwJayAxcBQ_3b0s7PyXAkBa6TEB3uWpk4Gc4_n5GeNOVQ97J7_6/pub"><i class="fas fa-file-powerpoint"></i> Slides</a>)
by <img src="https://avatars.githubusercontent.com/bebatut" alt="" class="people-badge"> <a href="/people.html#bebatut">Bérénice Batut</a>, <img src="https://avatars.githubusercontent.com/malvikasharan" alt="" class="people-badge"> <a href="/people.html#malvikasharan">Malvika Sharan</a>, <img src="https://avatars.githubusercontent.com/yochannah" alt="" class="people-badge"> <a href="/people.html#yochannah">Yo Yehudi</a>
<br>
<br>
</td>
</tr>
<tr>
<td>Mar 31, 2020 - Apr 2, 2020</td>
<td>Conference</td>
<td>
<a class="eventtable-title" href="https://www.software.ac.uk/workshop/collaborations-workshop-2020-cw20">Software Sustainability Institute’s Collaborations Workshop</a>
<br>
<span class="eventtable-description">The Software Sustainability Institute’s Collaborations Workshop series brings together researchers, developers, innovators, managers, funders, publishers, policy makers, leaders and educators to explore best practices and the future of research software.
</span>
</td>
<td>Online</td>
<td>
<span class="eventtable-contribution">Talks</span>
<br><i>“Open Life Science”</i> (<a href="https://cw20.figshare.com/articles/presentation/Collaborations_Workshop_2020_-_Lightning_Talk_-_Yo_Yehudi/12288284/1"><i class="fas fa-file-powerpoint"></i> Slides</a>, <a href="https://www.youtube.com/watch?v=nx24UsXbLNw"><i class="fas fa-video"></i> Recording</a>)
by <img src="https://avatars.githubusercontent.com/yochannah" alt="" class="people-badge"> <a href="/people.html#yochannah">Yo Yehudi</a>
<br>
<br>
<span class="eventtable-contribution">Workshops</span>
<br><i>“Open Life Science: Empowering communities with open* principles”</i> (<a href="https://youtu.be/eHKnPfcbRCo?si=owSdy7C_umm43zOo"><i class="fas fa-video"></i> Recording</a>)
by <img src="https://avatars.githubusercontent.com/yochannah" alt="" class="people-badge"> <a href="/people.html#yochannah">Yo Yehudi</a>, <img src="https://avatars.githubusercontent.com/malvikasharan" alt="" class="people-badge"> <a href="/people.html#malvikasharan">Malvika Sharan</a>
<br>
<br>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</div>
</section>
<footer class="footer">
<div class="container content">
<div class="columns">
<div class="column">
<h3>Get in touch</h3>
<p>
<i class="fab fa-twitter"></i>
<a href="https://twitter.com/openlifesci">
openlifesci
</a>
</p>
<p>
<i class="fas fa-at"></i>
<a href="mailto:team@we-are-ols.org">
team[at]we-are-ols.org
</a>
</p>
<p>
<i class="fab fa-github"></i>
<a href="https://github.com/open-life-science/open-life-science.github.io">
open-life-science
</a>
</p>
<p>
<i class="fa fa-envelope" aria-hidden="true"></i>
<a href="https://groups.google.com/g/ols-news">
Subscribe to our announcements list
</a>
</p>
</div>
<div class="column is-5">
<p>
If you want to report a problem or suggest an enhancement we'd love
for you to
<a href="https://github.com/open-life-science/open-life-science.github.io/issues/new">open an issue</a>
on our GitHub repository because then we can get right on it.
</p>
<p>
The website content is licensed
<a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY SA 4.0</a>.
The code behind the infrastructure is licensed under the <a href="https://github.com/open-life-science/open-life-science.github.io/blob/main/LICENSE.md">MIT License</a>
</p>
<p>
Logo design by <a href="/people.html#jilaga">Jilaga Nneoma</a>. Other OLS branding assets are found at the <a href="/branding.html">OLS branding page</a>.
</p>
<p>
Open Life Science Limited is a non-profit company limited by guarantee, based in the United Kingdom.
Company number
<a href="https://data.companieshouse.gov.uk/doc/company/12824090">12824090</a>.
</p>
</div>
</div>
</div>
</footer>
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
<script src="https://code.jquery.com/jquery-3.7.0.js"></script>
<script src="https://cdn.datatables.net/1.13.8/js/jquery.dataTables.min.js"></script>
<script src="https://cdn.datatables.net/1.13.8/js/dataTables.bulma.min.js"></script>
<script src="https://cdn.datatables.net/responsive/2.5.0/js/dataTables.responsive.min.js"></script>
<script src="https://cdn.datatables.net/searchbuilder/1.6.0/js/dataTables.searchBuilder.min.js"></script>
<script src="/js/bulma-collapsible.min.js"></script>
<script src="/js/scripts.js"></script>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</body>
</html>