-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopen-research.html
More file actions
719 lines (450 loc) · 25.4 KB
/
open-research.html
File metadata and controls
719 lines (450 loc) · 25.4 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
<!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>Open Research | OLS</title>
<meta name="description" content="Evidence base and interventions for widening participation in research.">
<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://live.staticflickr.com/65535/48387079157_ff48f7c8b8_6k.jpg);">
<div class="hero-body">
<h1 class="title is-1">Open Research</h1>
</div>
<div class="hero-foot">
<p class="credit"><a href="https://flic.kr/p/2gHNqRt">Photo by Bérénice Batut</a> </p>
</div>
</section>
<section class="section">
<div class="container content ">
<p>As researchers, we value <strong>evidenced-based</strong> behaviours. This means one of our core focuses is creating the <strong>community-based</strong>, <strong>landscape and longitudinal</strong> analyses that inform <strong>open, equitable research practices</strong>.</p>
<p>We aim to spread effective techniques and reduce ineffective techniques. Studies are run by experienced hands-on practitioners of open research and open community.</p>
<h2 id="what-makes-us-different">What makes us different</h2>
<p>We are researchers with <strong>demonstrated track record</strong> in researching and influencing open. We apply <strong>inclusivity and equity-focused approach</strong> to research by</p>
<ul>
<li>
<strong>training</strong> and <strong>incubating</strong> independent research leaders,</li>
<li>
<strong>compensating</strong> contributors,</li>
<li>
<strong>fostering</strong> collaborations.</li>
</ul>
<h1 id="our-current-work-streams">Our Current Work Streams</h1>
<div class="columns is-multiline three-pillars">
<div class="column is-one-third">
<a href="#open-seeds-impact-research">
<div class="card stream-card">
<div class="card-content">
<h2 class="title is-4">Open Seeds Impact Research</h2>
<p class="content">Funded by Wellcome Trust Open Research Fund 2021, this study investigates the transformative impact of Open Seeds interventions from a…</p>
</div>
</div>
</a>
</div>
<div class="column is-one-third">
<a href="#influencing-policy-to-widen-participation-in-open-data-science">
<div class="card stream-card">
<div class="card-content">
<h2 class="title is-4">Influencing policy to widen participation in open data science</h2>
<p class="content">Funded by the Alan Turing Skills Policy Award (SPA) 2023/2024, this research looks at ways to influence policy in order…</p>
</div>
</div>
</a>
</div>
</div>
<h2 id="open-seeds-impact-research">Open Seeds Impact Research</h2>
<p>Funded by <a href="https://wellcome.org/grant-funding/schemes/open-research-fund">Wellcome Trust Open Research Fund 2021</a>, this study investigates the <strong>transformative impact</strong> of <strong>Open Seeds</strong> interventions from a qualitative angle. You can read more about it in the <a href="/posts/2021/12/21/wt-open-research-fund">launch announcement post</a>, and in the <a href="https://zenodo.org/record/5267934">proposal</a></p>
<h3 id="key-personnel">Key personnel</h3>
<p><strong>Malvika</strong> is the Principal Investigator while <strong>Paz</strong> leads the qualitative interview study.</p>
<div class="people">
<div class="card people-card" id="pazbc">
<div class="card-content">
<div class="media">
<div class="media-left people-card-avatar">
<figure class="image is-64x64">
<img class="is-rounded" src="https://avatars.githubusercontent.com/pazbc" alt="The GitHub avatar of ">
</figure>
</div>
<div class="media-content people-card-meta">
<p class="title is-4">Paz Bernaldo</p>
<p class="is-6">
Pronouns: she/her<br>
<a class="people-card-meta-twitter" href="https://twitter.com/PazByC"><i class="fab fa-twitter"></i> @PazByC</a><br>
<a href="https://github.com/pazbc"><i class="fab fa-github"></i></a>
</p>
</div>
</div>
<p class="people-description">
Role in OLS:
Community Researcher & Programme Coordinator (contract)
<br>
</p>
<p class="people">
</p>
<div class="people-description-question">Expertise:</div> Qualitative research, Inequities, Inequalities in technology.
<div class="people-description" id="people-bio">
<p class="people-description-question">
<a class="card-toggle">
More about Paz
<i class="fa fa-angle-down"></i>
</a>
</p>
<div class="content is-hidden">
<p>Chilean worker and researcher. Social scientist (wannabe). I am an immigrant, not an expat. Open science hardware was my entrance to the world of critical open science. “Critical” as in: it matters who gets to be involved in science.</p>
</div>
</div>
</div>
</div>
<div class="card people-card" id="malvikasharan">
<div class="card-content">
<div class="media">
<div class="media-left people-card-avatar">
<figure class="image is-64x64">
<img class="is-rounded" src="https://avatars.githubusercontent.com/malvikasharan" alt="The GitHub avatar of ">
</figure>
</div>
<div class="media-content people-card-meta">
<p class="title is-4">Malvika Sharan</p>
<p class="is-6">
Pronouns: she/her<br>
<a class="people-card-meta-twitter" href="https://twitter.com/malvikasharan"><i class="fab fa-twitter"></i> @malvikasharan</a><br>
<a href="https://malvikasharan.github.io"><i class="fas fa-globe"></i></a>
<a href="https://github.com/malvikasharan"><i class="fab fa-github"></i></a>
<a href="https://orcid.org/0000-0001-6619-7369"><i class="ai ai-orcid"></i></a>
<br>
<i class="fas fa-map-marker-alt"></i>
The Alan Turing Institute
</p>
</div>
</div>
<p class="people-description">
Role in OLS:
Director of Partnerships and Strategy
<br>
</p>
<p class="people">
</p>
<div class="people-description-question">Expertise:</div> Community building, Mentoring, Data Science best practices, Reproducibility, Inclusive and collaborative practices, Python, Version Control, Funding Proposals, Bioinformatics, Algorithm design
<div class="people-description" id="people-bio">
<p class="people-description-question">
<a class="card-toggle">
More about Malvika
<i class="fa fa-angle-down"></i>
</a>
</p>
<div class="content is-hidden">
<p>Malvika Sharan is a Senior Researcher at <a href="https://turing.ac.uk">The Alan Turing Institute</a>, where she leads a
<a href="https://www.turing.ac.uk/research/research-programmes/tools-practices-and-systems/community-management-and-open-research">team of community managers</a>
and co-leads <a href="https://the-turing-way.netlify.com"><em>The Turing Way</em></a>, a community-led handbook on data science.
She is a co-founder of Open Life Science, and an active contributor of several open source/science projects.
Connect with her on topics such as community building, open science, strategic collaboration and representation of
marginalised members in leadership.</p>
</div>
</div>
</div>
</div>
</div>
<h2 id="influencing-policy-to-widen-participation-in-open-data-science">Influencing policy to widen participation in open data science</h2>
<p>Funded by the <a href="https://www.turing.ac.uk/skills-policy-awards-20232024">Alan Turing Skills Policy Award (SPA) 2023/2024</a>, this research looks at <strong>ways to influence policy</strong> in order to <strong>widen participation in open data science</strong>. You can read more about it in the <a href="/posts/2023/08/23/critical-infrastructure-for-open-scholarship">launch announcement post</a>.</p>
<h3 id="key-personnel-1">Key personnel</h3>
<p>This project is supported by 3 OLS Resident Fellows (<strong>Bethan</strong>, <strong>Mayya</strong>, and <strong>Flavio</strong>) and <strong>Yo</strong> as Principal Investigator</p>
<div class="people">
<div class="card people-card" id="bethaniley">
<div class="card-content">
<div class="media">
<div class="media-left people-card-avatar">
<figure class="image is-64x64">
<img class="is-rounded" src="https://avatars.githubusercontent.com/bethaniley" alt="The GitHub avatar of ">
</figure>
</div>
<div class="media-content people-card-meta">
<p class="title is-4">Bethan Iley</p>
<p class="is-6">
Pronouns: she/her<br>
<a class="people-card-meta-twitter" href="https://twitter.com/bethaniley"><i class="fab fa-twitter"></i> @bethaniley</a><br>
<a href="https://github.com/bethaniley"><i class="fab fa-github"></i></a>
<a href="https://orcid.org/0000-0002-5813-3303"><i class="ai ai-orcid"></i></a>
<br>
<i class="fas fa-map-marker-alt"></i>
Queen's University Belfast
</p>
</div>
</div>
<p class="people-description">
Role in OLS:
Finance Administrator & OSPARK Coordinator
<br>
</p>
<p class="people">
</p>
<div class="people-description-question">Expertise:</div> Dis/misinformation and conspiracy theories, Equality, diversity and inclusion, Intergroup relations, Mixed methods, Neurodiversity, Political psychology, Social identity
<div class="people-description" id="people-bio">
<p class="people-description-question">
<a class="card-toggle">
More about Bethan
<i class="fa fa-angle-down"></i>
</a>
</p>
<div class="content is-hidden">
<p>I’m a Psychology PhD student in the Centre for Identity and Intergroup Relations at Queen’s University Belfast, where I research conspiracy theory beliefs and dis/misinformation about gender equality. I’m generally interested in the psychology of science (how people think and behave regarding science) and political beliefs. I also care about inclusion in science and run a science communication project.</p>
</div>
</div>
</div>
</div>
<div class="card people-card" id="msundukova">
<div class="card-content">
<div class="media">
<div class="media-left people-card-avatar">
<figure class="image is-64x64">
<img class="is-rounded" src="https://avatars.githubusercontent.com/msundukova" alt="The GitHub avatar of ">
</figure>
</div>
<div class="media-content people-card-meta">
<p class="title is-4">Mayya Sundukova</p>
<p class="is-6">
Pronouns: she/her<br>
<a class="people-card-meta-twitter" href="https://twitter.com/mayya_sundukova"><i class="fab fa-twitter"></i> @mayya_sundukova</a><br>
<a href="https://github.com/msundukova"><i class="fab fa-github"></i></a>
<a href="https://orcid.org/0000-0003-1328-0008"><i class="ai ai-orcid"></i></a>
<br>
<i class="fas fa-map-marker-alt"></i>
Igdore
</p>
</div>
</div>
<p class="people-description">
Role in OLS:
Resident Fellow
<br>
</p>
<p class="people">
</p>
<div class="people-description-question">Expertise:</div> Neuroscience, Microscopy, Imaging, Electrophysiology, Biophysics, Mental health, Journaling, Therapeutic writing facilitation, Life coaching, Career development
<div class="people-description" id="people-bio">
<p class="people-description-question">
<a class="card-toggle">
More about Mayya
<i class="fa fa-angle-down"></i>
</a>
</p>
<div class="content is-hidden">
<p>Researcher</p>
</div>
</div>
</div>
</div>
<div class="card people-card" id="flavioazevedo">
<div class="card-content">
<div class="media">
<div class="media-left people-card-avatar">
<figure class="image is-64x64">
<img class="is-rounded" src="https://avatars.githubusercontent.com/flavioazevedo" alt="The GitHub avatar of ">
</figure>
</div>
<div class="media-content people-card-meta">
<p class="title is-4">Flavio Azevedo</p>
<p class="is-6">
<a href="https://github.com/flavioazevedo"><i class="fab fa-github"></i></a>
</p>
</div>
</div>
<p class="people-description">
Role in OLS:
Resident Fellow (contract)
<br>
</p>
<div class="people-description" id="people-bio">
</div>
</div>
</div>
<div class="card people-card" id="yochannah">
<div class="card-content">
<div class="media">
<div class="media-left people-card-avatar">
<figure class="image is-64x64">
<img class="is-rounded" src="https://avatars.githubusercontent.com/yochannah" alt="The GitHub avatar of ">
</figure>
</div>
<div class="media-content people-card-meta">
<p class="title is-4">Yo Yehudi</p>
<p class="is-6">
Pronouns: they/them<br>
<a class="people-card-meta-twitter" href="https://twitter.com/yoyehudi"><i class="fab fa-twitter"></i> @yoyehudi</a><br>
<a href="https://yo-yehudi.com"><i class="fas fa-globe"></i></a>
<a href="https://github.com/yochannah"><i class="fab fa-github"></i></a>
<a href="https://orcid.org/0000-0003-2705-1724"><i class="ai ai-orcid"></i></a>
</p>
</div>
</div>
<p class="people-description">
Role in OLS:
Executive Director, Business and Development Lead
<br>
</p>
<p class="people">
</p>
<div class="people-description-question">Expertise:</div> Software development, Community building, Mentoring
<div class="people-description" id="people-bio">
<p class="people-description-question">
<a class="card-toggle">
More about Yo
<i class="fa fa-angle-down"></i>
</a>
</p>
<div class="content is-hidden">
<p>Yo is the executive director and a co-founder of <a href="https://openlifesci.org/">OLS</a>. As an <a href="https://www.research.manchester.ac.uk/portal/yochannah.yehudi-postgrad.html">EngD student at the University of Manchester</a>, Yo is studying pathogen-related data sharing and sustainability of open source software.Yo is a founder of <a href="https://codeisscience.github.io/manifesto/">Code is Science</a>, and previously, they were editor for the <a href="https://channels.plos.org/open-source-toolkit">PLOS Open Source Toolkit</a>, editor emeritus at the <a href="https://joss.theoj.org/">Journal of Open Source Software</a>, board member of the <a href="https://www.open-bio.org/board/">Open Bioinformatics Foundation</a>, and a software developer at the University of Cambridge, working on an open source biological data warehouse called <a href="http://intermine.org/">InterMine</a>.</p>
</div>
</div>
</div>
</div>
</div>
</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>