Skip to content

Commit eb2b608

Browse files
committed
large cleanup/update for 2026
1 parent c35d22e commit eb2b608

155 files changed

Lines changed: 1590 additions & 4003 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/ISSUE_TEMPLATE/emergent-session-submit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ body:
8787
id: terms
8888
attributes:
8989
label: Agreement to Code of Conduct
90-
description: By submitting this issue, you agree to follow our [Code of Conduct](https://ohbm.github.io/osr2025/osr_coc/).
90+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://ohbm.github.io/osr2026/osr_coc/).
9191
options:
9292
- label: I agree to follow OSR's Code of Conduct
9393
required: true
@@ -106,4 +106,4 @@ body:
106106
description: By submitting this issue, you agree to let us transcribe the session into our proceeding.
107107
options:
108108
- label: I agree to be included in the proceedings.
109-
required: true
109+
required: true

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ Gemfile.lock
1313
beautiful-jekyll-theme-*.gem
1414
.idea/
1515
.jekyll-cache
16+
17+
reference_docs

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,31 @@
22

33
This is the GitHub repository for the OHBM Open Science Room (OSR).
44

5-
This repository hosts the code for [the OSR2025 website](https://ohbm.github.io/osr2025).
5+
This repository hosts the code for [the OSR2026 website](https://ohbm.github.io/osr2026).
66

77
Below we provide basic info and links to more information.
88

99
### Who are we?
1010

11-
We are part of the <a href="https://ossig.netlify.com/">Open Science Special Interest Group</a>(OSSIG) of the <a href="https://www.humanbrainmapping.org/i4a/pages/index.cfm?pageid=3267&pageid=1">Organization for Human Brain Mapping</a>.
11+
We are part of the <a href="https://ossig.netlify.com/">Open Science Special Interest Group</a>(OSSIG) of the <a href="https://humanbrainmapping.org/">Organization for Human Brain Mapping</a>.
1212

1313
### What are we doing?
1414

15-
We are organizing, among other events, the Open Science Room at the <a href="https://www.humanbrainmapping.org/i4a/pages/index.cfm?pageid=4114" target="_blank">2025 meeting of the OHBM</a>.
15+
We are organizing, among other events, the Open Science Room at the <a href="https://humanbrainmapping.org/OHBM2026/" target="_blank">2026 meeting of the OHBM</a>.
1616

1717
### Get involved
1818

19-
All information is available on <a href="https://ohbm.github.io/osr2025" target="_blank">our website</a>.
19+
All information is available on <a href="https://ohbm.github.io/osr2026" target="_blank">our website</a>.
2020

2121
### Contact us
2222

23-
Feel free to <a href="https://ohbm.github.io/osr2025/contact/" target="_blank">reach out to us</a>!
23+
Feel free to <a href="https://ohbm.github.io/osr2026/contact/" target="_blank">reach out to us</a>!
2424

2525

2626
---
2727

2828
### Credit
29-
The [OSR website](https://ohbm.github.io/osr2025) was built using the [Beautiful Jekyll](https://deanattali.com/beautiful-jekyll/) theme by [Dean Attali](https://deanattali.com/).
29+
The [OSR website](https://ohbm.github.io/osr2026) was built using the [Beautiful Jekyll](https://deanattali.com/beautiful-jekyll/) theme by [Dean Attali](https://deanattali.com/).
3030

3131

3232
#### Instructions for building website (these must be run prior to uploading onto GH)

_config.yml

Lines changed: 6 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
title: Home
55

66
# Short description of your site
7-
description: Open Science Room 2025
7+
description: Open Science Room 2026
88

99
# --- Local development options ---
1010
# If your website is hosted locally rather than on GitHub, then you need to uncomment the next two parameters to set the url and baseurl
@@ -29,7 +29,6 @@ navbar-links:
2929
OSSIG: "https://ossig.netlify.app/"
3030
Program:
3131
- Schedule: "schedule"
32-
#- Schedule: "schedule-PLACEHOLDER"
3332
- Panels: "panel"
3433
- Emergent Sessions: "emergent"
3534
- Table Talks: "tabletalk"
@@ -88,9 +87,10 @@ social-network-links:
8887

8988
facebook: openscience.ohbm
9089
github: ohbm
91-
twitter: OhbmOpen
90+
x: OhbmOpen
91+
bluesky: ohbmofficial.bsky.social
9292
# reddit: yourname
93-
# linkedin: Name
93+
# linkedin: https://www.linkedin.com/company/your-page/
9494
email: "ohbmopenscience@gmail.com"
9595
# email: "ohbm.osr@gmail.com" #this email is still used by past OSR chairs
9696
# xing: yourname
@@ -112,7 +112,7 @@ share-links-active:
112112

113113
# How to display the link to the website in the footer
114114
# Remove this if you don't want a link in the footer
115-
url-pretty: "ohbm.github.io/osr2025" # eg. "deanattali.com/beautiful-jekyll"
115+
url-pretty: "ohbm.github.io/osr2026" # eg. "deanattali.com/beautiful-jekyll"
116116

117117
# --- Web Statistics Section --- #
118118

@@ -122,40 +122,8 @@ url-pretty: "ohbm.github.io/osr2025" # eg. "deanattali.com/beautiful-jekyll"
122122
# Fill in your Google Analytics ID to track your website using GA
123123
#google_analytics: ""
124124

125-
# Google Tag Manager ID
126-
#gtm: ""
127-
128-
# Matomo (aka Piwik) Web statistics
129-
# Uncomment the following section to enable Matomo. The opt-out parameter controls
130-
# whether or not you want to allow users to opt out of tracking.
131-
132-
#matomo:
133-
# site_id: "9"
134-
# uri: "demo.wiki.pro"
135-
# opt-out: true
136-
137125
# --- Comments --- #
138126

139-
# Fill in your Disqus shortname (NOT the userid) if you want to support Disqus comments
140-
# disqus: "OSSIG-OSR"
141-
142-
# If you want to use JustComments fill with the API Key
143-
#just-comments: "ABCD-EFGH-IJKL"
144-
145-
# To use Facebook Comments, fill in a Facebook App ID
146-
# fb_comment_id: ""
147-
148-
# To use Staticman comments, fill in repository, branch, and endpoint
149-
staticman:
150-
repository : # GitHub username/repository eg. "daattali/beautiful-jekyll"
151-
branch : master # If you're not using `master` branch, then you also need to update the `branch` parameter in `staticman.yml`
152-
endpoint : # URL of your own deployment, with a trailing slash (will fallback to a public GitLab instance) eg. https://<your-api>/v3/entry/github/
153-
reCaptcha:
154-
# reCaptcha for Staticman (OPTIONAL, but recommended for spam protection)
155-
# If you use reCaptcha, you must also set these parameters in staticman.yml
156-
siteKey : # Use your own site key, you need to apply for one on Google
157-
secret : # ENCRYPT your password by going to https://staticman3.herokuapp.com/v3/encrypt/<your-site-secret>
158-
159127
# --- Misc --- #
160128

161129
# Facebook App ID
@@ -175,7 +143,7 @@ date_format: "%B %-d, %Y"
175143
# --- Don't need to touch anything below here (but you can if you want) --- #
176144

177145
# Output options (more information on Jekyll's site)
178-
timezone: "Europe/Amsterdam"
146+
timezone: "Europe/Paris"
179147
markdown: kramdown
180148
highlighter: rouge
181149
permalink: /:year-:month-:day-:title/

_data/SocialNetworks.yml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,19 @@ github:
1717
icon: "fa-github"
1818

1919
twitter:
20-
name: "Twitter"
21-
baseURL: "https://twitter.com/"
22-
icon: "fa-twitter"
20+
name: "X"
21+
baseURL: "https://x.com/"
22+
icon_image: "/img/social/x.svg"
23+
24+
x:
25+
name: "X"
26+
baseURL: "https://x.com/"
27+
icon_image: "/img/social/x.svg"
28+
29+
bluesky:
30+
name: "Bluesky"
31+
baseURL: "https://bsky.app/profile/"
32+
icon_image: "/img/social/bluesky.svg"
2333

2434
reddit:
2535
name: "Reddit"
@@ -33,7 +43,7 @@ email:
3343

3444
linkedin:
3545
name: "LinkedIn"
36-
baseURL: "https://linkedin.com/in/"
46+
baseURL: "https://www.linkedin.com/in/"
3747
icon: "fa-linkedin"
3848

3949
xing:

_data/accepted_talks.csv

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
Name,TalkTitle,Link,Date,Theme,TalkFormat
2+
James Kent,Open Science Room Opening ft. BIDS annual updates,/panel/#opening-bids-updates,"June 15, 2026","Open Science Room Opening ft. BIDS annual updates",Round Table Moderator
3+
James Kent,Sharing Data Across Borders,/panel/#sharing-data-across-borders,"June 15, 2026",Sharing Data Across Borders,Panel Moderator
4+
James Kent,How to Communicate Your Science to a Broader Audience,/panel/#communicate-science,"June 15, 2026",How to Communicate Your Science to a Broader Audience,Panel Moderator
5+
James Kent,"What’s/who’s missing in the Era of Large Data?",/tabletalk/#missing-large-data,"June 15, 2026","What’s/who’s missing in the Era of Large Data?",Table Talk Moderator
6+
James Kent,Using LLMs to Lower the Barrier to Entry to Open Science,/tabletalk/#llms-open-science,"June 16, 2026",Using LLMs to Lower the Barrier to Entry to Open Science,Table Talk Moderator
7+
James Kent,Career Journeys in Open Science,/panel/#career-journeys,"June 17, 2026",Career Journeys in Open Science,Panel Moderator
8+
James Kent,Ten years of OSSIG - historical perspectives on open science at OHBM,/panel/#ten-years-ossig,"June 17, 2026","Ten years of OSSIG - historical perspectives on open science at OHBM",Panel Moderator
9+
Gaëlle Leroux,Sharing Data Across Borders,/panel/#sharing-data-across-borders,"June 15, 2026",Sharing Data Across Borders,Panel Moderator
10+
Gaëlle Leroux,Preregistration Enhances Creativity in Science,/tabletalk/#preregistration-creativity,"June 15, 2026",Preregistration Enhances Creativity in Science,Table Talk Moderator
11+
Gaëlle Leroux,The Buffet of Open Science,/tabletalk/#buffet-open-science,"June 15, 2026",The Buffet of Open Science,Table Talk Moderator
12+
Chloe Page,How to Communicate Your Science to a Broader Audience,/panel/#communicate-science,"June 15, 2026",How to Communicate Your Science to a Broader Audience,Panel Moderator
13+
Chloe Page,Career Journeys in Open Science,/panel/#career-journeys,"June 17, 2026",Career Journeys in Open Science,Panel Moderator
14+
Johanna Bayer,Using LLMs to Lower the Barrier to Entry to Open Science,/tabletalk/#llms-open-science,"June 16, 2026",Using LLMs to Lower the Barrier to Entry to Open Science,Table Talk Moderator
15+
Johanna Bayer,Ten years of OSSIG - historical perspectives on open science at OHBM,/panel/#ten-years-ossig,"June 17, 2026","Ten years of OSSIG - historical perspectives on open science at OHBM",Panel Moderator
16+
Eva Van Heese,Preregistration Enhances Creativity in Science,/tabletalk/#preregistration-creativity,"June 15, 2026",Preregistration Enhances Creativity in Science,Table Talk Moderator
17+
Eva Van Heese,The Buffet of Open Science,/tabletalk/#buffet-open-science,"June 15, 2026",The Buffet of Open Science,Table Talk Moderator
18+
Felix Hoffstaeder,"What’s/who’s missing in the Era of Large Data?",/tabletalk/#missing-large-data,"June 15, 2026","What’s/who’s missing in the Era of Large Data?",Table Talk Moderator
19+
Claude Bajada,"Open Brains, Tight Laws: The GDPR and Europe’s Next Steps",/panel/#sharing-data-across-borders,"June 15, 2026",Sharing Data Across Borders,Panel Talk
20+
Anita Jwa,Empirical Analyses of Privacy Risks in Neuroimaging Data Sharing,/panel/#sharing-data-across-borders,"June 15, 2026",Sharing Data Across Borders,Panel Talk
21+
Oliver Gray,"The global access, use, and impact of UK Biobank",/panel/#sharing-data-across-borders,"June 15, 2026",Sharing Data Across Borders,Panel Talk
22+
Udunna Anazodo,Implementing Open Neuroimaging in Africa.,/panel/#sharing-data-across-borders,"June 15, 2026",Sharing Data Across Borders,Panel Talk
23+
Fernanda Ribeiro,"The Talks I Can't Forget: Why Enthusiasm Matters",/panel/#communicate-science,"June 15, 2026",How to Communicate Your Science to a Broader Audience,Panel Talk
24+
Ashley Tyrer,From Experts to Everyone: Making Science Accessible,/panel/#communicate-science,"June 15, 2026",How to Communicate Your Science to a Broader Audience,Panel Talk
25+
Yohan Yee,"How not to Communicate Your Science to a Broader Audience",/panel/#communicate-science,"June 15, 2026",How to Communicate Your Science to a Broader Audience,Panel Talk
26+
Tiffany Love,Bridging Neuroscience and Industry Communication,/panel/#communicate-science,"June 15, 2026",How to Communicate Your Science to a Broader Audience,Panel Talk
27+
Cassandra Gould Van Praag,Open Science brought passion and purpose to my career,/panel/#career-journeys,"June 17, 2026",Career Journeys in Open Science,Panel Talk
28+
Stephanie Noble,Beyond the degree: career paths & collaborative science for early career researchers,/panel/#career-journeys,"June 17, 2026",Career Journeys in Open Science,Panel Talk
29+
Cameron Craddock,My open science career.,/panel/#career-journeys,"June 17, 2026",Career Journeys in Open Science,Panel Talk
30+
Cameron Craddock,Ten years of OSSIG - historical perspectives on open science at OHBM,/panel/#ten-years-ossig,"June 17, 2026","Ten years of OSSIG - historical perspectives on open science at OHBM",Panel Participant
31+
Subapriya Suppiah,Imaging the Brain in the Open: From Neuroscience to Real-World Care,/panel/#career-journeys,"June 17, 2026",Career Journeys in Open Science,Panel Talk
32+
Pierre Bellec,Ten years of OSSIG - historical perspectives on open science at OHBM,/panel/#ten-years-ossig,"June 17, 2026","Ten years of OSSIG - historical perspectives on open science at OHBM",Panel Participant
33+
Camille Maumet,Ten years of OSSIG - historical perspectives on open science at OHBM,/panel/#ten-years-ossig,"June 17, 2026","Ten years of OSSIG - historical perspectives on open science at OHBM",Panel Participant
34+
Janine Bijsterbosch,Ten years of OSSIG - historical perspectives on open science at OHBM,/panel/#ten-years-ossig,"June 17, 2026","Ten years of OSSIG - historical perspectives on open science at OHBM",Panel Participant
35+
Koen Haak,Ten years of OSSIG - historical perspectives on open science at OHBM,/panel/#ten-years-ossig,"June 17, 2026","Ten years of OSSIG - historical perspectives on open science at OHBM",Panel Participant
36+
Nils Muhlert,Ten years of OSSIG - historical perspectives on open science at OHBM,/panel/#ten-years-ossig,"June 17, 2026","Ten years of OSSIG - historical perspectives on open science at OHBM",Panel Participant
37+
Stefano Moia,Ten years of OSSIG - historical perspectives on open science at OHBM,/panel/#ten-years-ossig,"June 17, 2026","Ten years of OSSIG - historical perspectives on open science at OHBM",Panel Participant
38+
Muriah Wheelock,Ten years of OSSIG - historical perspectives on open science at OHBM,/panel/#ten-years-ossig,"June 17, 2026","Ten years of OSSIG - historical perspectives on open science at OHBM",Panel Participant

_data/osr_schedule.yml

Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
days:
2+
- id: "06-15"
3+
tab_label: June 15
4+
heading: June 15, Monday
5+
entries:
6+
- session_id: opening-bids-updates
7+
- session_id: buffet-open-science
8+
- session_id: sharing-data-across-borders
9+
- session_id: missing-large-data
10+
- session_id: preregistration-creativity
11+
- session_id: communicate-science
12+
- id: "06-16"
13+
tab_label: June 16
14+
heading: June 16, Tuesday
15+
entries:
16+
- session_id: llms-open-science
17+
- id: panel-slot-tbd
18+
title: "Panel Slot: Title TBD"
19+
start_time: "09:15"
20+
end_time: "10:30"
21+
gcal_start: "20260616T091500"
22+
gcal_end: "20260616T103000"
23+
page_url: /schedule/
24+
- id: no-cap
25+
title: No-Cap (SACIN)
26+
start_time: "12:15"
27+
end_time: "13:15"
28+
gcal_start: "20260616T121500"
29+
gcal_end: "20260616T131500"
30+
page_url: /schedule/
31+
- id: reproducibility-challenge
32+
title: Reproducibility Challenge
33+
start_time: "13:30"
34+
end_time: "14:30"
35+
gcal_start: "20260616T133000"
36+
gcal_end: "20260616T143000"
37+
page_url: /schedule/
38+
- id: big-think
39+
title: Big Think
40+
start_time: "15:15"
41+
end_time: "17:15"
42+
gcal_start: "20260616T151500"
43+
gcal_end: "20260616T171500"
44+
page_url: /schedule/
45+
- id: "06-17"
46+
tab_label: June 17
47+
heading: June 17, Wednesday
48+
entries:
49+
- id: emergent-1
50+
title: Emergent Session 1
51+
start_time: "08:00"
52+
end_time: "09:00"
53+
gcal_start: "20260617T080000"
54+
gcal_end: "20260617T090000"
55+
page_url: /emergent/
56+
- session_id: ten-years-ossig
57+
- session_id: career-journeys
58+
- id: emergent-2
59+
title: Emergent Session 2
60+
start_time: "13:45"
61+
end_time: "14:45"
62+
gcal_start: "20260617T134500"
63+
gcal_end: "20260617T144500"
64+
page_url: /emergent/
65+
- id: software-demos
66+
title: Software Demonstrations
67+
start_time: "15:45"
68+
end_time: "17:00"
69+
gcal_start: "20260617T154500"
70+
gcal_end: "20260617T170000"
71+
page_url: /schedule/
72+
- id: "06-18"
73+
tab_label: June 18
74+
heading: June 18, Thursday
75+
entries:
76+
- id: emergent-3
77+
title: Emergent Session 3
78+
start_time: "09:15"
79+
end_time: "10:15"
80+
gcal_start: "20260618T091500"
81+
gcal_end: "20260618T101500"
82+
page_url: /emergent/
83+
- id: emergent-4
84+
title: Emergent Session 4
85+
start_time: "11:15"
86+
end_time: "12:15"
87+
gcal_start: "20260618T111500"
88+
gcal_end: "20260618T121500"
89+
page_url: /emergent/
90+
- id: emergent-5
91+
title: Emergent Session 5
92+
start_time: "12:30"
93+
end_time: "13:30"
94+
gcal_start: "20260618T123000"
95+
gcal_end: "20260618T133000"
96+
page_url: /emergent/
97+
- id: emergent-6
98+
title: Emergent Session 6
99+
start_time: "13:45"
100+
end_time: "14:45"
101+
gcal_start: "20260618T134500"
102+
gcal_end: "20260618T144500"
103+
page_url: /emergent/

0 commit comments

Comments
 (0)