Introduction
The Organization for Human Brain Mapping (OHBM) is a global society of scientists united to advance understanding of the human brain. OHBM has held an Annual Meeting since 1995 in Paris,1,2 where members have presented the latest research, shared fresh findings with colleagues and conducted high-quality educational courses. The scientific impact of such meetings has been immense; however, they are naturally limited in the number of people to whom information can be shared. Those who cannot or do not wish to travel to a given Annual Meeting, which rotates annually across the continents, would miss out on Annual Meeting content. Here, we present the OHBM Time Machine project, a collaboration between the Communications (AW, KRS), Education (SLV) and Program Committees (SJF) of OHBM to publicly release all recorded Annual Meeting content on the OHBM YouTube channel.
The previous status quo: Paywalled access to conference content
Since the early Annual Meetings, technological advancements have made recording and sharing meeting content possible and affordable. Starting in 2015, OHBM members have had access to recorded oral sessions, symposia, keynote lectures, and educational courses through an online platform called OnDemand. Video recordings provide additional information to scientific papers, with more content being critically contextualized by its presenters. Sharing such information is in line with the rise of the online landscape observed in education and science through social media, podcasts, and videos.3 The OnDemand platform has proven valuable, with approximately 17,000 user visits across over 2,000 video recordings. With OHBM’s annual membership hovering around 4,000 subscribers, the annual average of approximately 1,500 OnDemand video views, however, points toward some limitations of the system for members and obstacles to access for non-members.
The primary limitation is that content is only available to those with an active OHBM membership. As such, researchers who skip their membership for a given year—perhaps because they cannot commit to traveling to the Annual Meeting—temporarily lose access to previous meetings’ content. This is especially pertinent for early career researchers, who are oftentimes dependent on the approval of their principal investigators rather than having running memberships. Furthermore, researchers outside the field and the general public never gain access. The limitation of sharing state-of-the-art scientific content only with paying members of the community is therefore at odds with the open, accessible ethos of OHBM and its community, which has been a strong voice for supporting open science, with an annual Open Science Award, a dedicated member-led Open Science Special Interest Group (SIG), as well as a very early publication on open data sharing prior to the availability of the tools that we leverage today.4 Where possible, these videos should be available for free to as wide an audience as possible.
Secondly, maintaining a dedicated video server to store and share the growing number of video files imposes significant and escalating costs on OHBM (over $12,000 USD in 2025), ultimately affecting its members. Raising membership fees to cover these costs would exacerbate inequalities in access to OHBM content. Due to the high cost of digital storage, content older than five or six years is already archived, making it inaccessible even to paying members.
To maintain OHBM’s missions of inclusivity, accessibility and equitability, content would ideally be available to all, regardless of financial or personal ability to travel to a physical conference or pay for membership, and include those who are simply curious to learn about our field, including members of the public, journalists and researchers in other fields.5,6 The new system would allow for the expansion of shared content with no cost to the membership while maintaining the availability of older content, rather than requiring the archiving of past years due to space restrictions.
The future of sharing Annual Meeting content
After years-long discussions regarding the sharing of previous meetings’ content, in 2023, the OHBM Council approved opening OHBM content to the general public. To facilitate this, all recorded content from past Annual Meetings will be posted to the OHBM YouTube channel (https://www.youtube.com/@ohbm). Furthermore, we will transfer all paywalled content from the OnDemand system (dating back to the 2015 Annual Meeting) onto the YouTube channel. With the ability to openly host unlimited content, this project will allow anyone (members, non-members and the general public) to travel back in time through the years of OHBM discoveries. This will generate an unprecedented resource of content to evaluate evolving concepts and the appearance, disappearance and advancement of ideas over time (for which there is precedent7). We are calling this project the OHBM Time Machine. This paper details the processes and pipelines established for this project, viewership results from the initial batch of content covering the 2022–2024 OHBM Annual Meetings, and the expected benefits to and impacts on the OHBM and the broader scientific community.
Methods
Collecting existing data and video URLs
To facilitate streamlined YouTube uploads for Annual Meeting content, a data spreadsheet was required containing all relevant information about each year, including columns containing the desired YouTube title and description and a URL to the desired video in its present storage location (OnDemand, Dropbox, etc.). This spreadsheet was created where possible using automated processes, with different procedures required for different past Annual Meeting content due to varying formats of storage and availability.
OHBM Annual Meeting content between 2015 and 2021 has been stored and shared via the OnDemand system. We developed a script using Selenium, a web automation tool, to systematically extract video URLs and speaker and session information from the OnDemand platform. This automated process efficiently extracted multiple video URLs and associated metadata from the OnDemand system, reducing the need for manual navigation and data collection. The script was implemented in Python and utilized the Chrome WebDriver for browser automation. The main processes of this script are detailed below:
WebDriver Setup: A headless (no graphical interface) Chrome browser was initialized using Selenium to simulate user interactions without a visible browser interface. The WebDriver was configured with specific options to handle secure connections, prevent sandboxing issues (which can restrict browser functionality in isolated environments), and optimize performance in a headless environment.
Login Automation: The script navigated to the OnDemand platform’s login page, where login credentials were automatically submitted.
Course and Session Navigation: After login, the script iterated through a predefined list of URLs relating to each ‘Course’ (one ‘Course’ typically contained all content for a given year’s Annual Meeting). For each course, it navigated through the available sections (sessions and individual presentations). Elements on the page were located using CSS selectors and XPath queries to identify relevant video links and download buttons.
Video URL Extraction: Within each session or presentation page, the script located and extracted video URLs, contributor names, and other relevant metadata.
Toggle Download Permissions: When required, the script interacted with page controls (such as download switches) using JavaScript execution to enable download options where applicable.
Data Storage: Extracted data, including course titles, session titles, video titles, contributor names, and video URLs, was compiled into a structured format using Python’s pandas library and saved into a spreadsheet.
Additional columns were added to the spreadsheet output file using Microsoft Excel with formulae to concatenate and combine relevant information from each field and create columns containing the finalized YouTube title and description.
In 2022 and 2023, a virtual component of the conference was hosted on the FourWaves platform, which handled all video submissions. FourWaves functionality allowed for a straightforward exporting of all video files in the form of a spreadsheet containing all associated information, including speaker names, talk titles, abstracts, keywords, and, critically, URLs to each respective video file. Additional columns were added to these files using Microsoft Excel with formulae to concatenate and combine relevant information from each field and create columns containing the finalized YouTube title and description. Session names for the educational courses were not provided automatically by Fourwaves, so they were collated and matched to talk titles manually from the Annual Meeting programs.
Finally, for 2024 videos, video files were stored in a Dropbox folder for each Annual Meeting session. A similar Python script using Selenium and Chrome WebDriver matched video titles to known presentation titles within each respective Dropbox folder and created the desired data spreadsheet as before.
Some manual review of the automatically created data spreadsheets was required to maintain consistency in naming conventions across years and to adhere to YouTube naming restrictions. For example, YouTube video titles and descriptions are limited to 100 and 5000 characters. This was never an issue for descriptions but talk titles would regularly push this limit. Manual abridged titles were created for some talks—e.g., educational courses and Keynote Lectures. However, this was infeasible for most talks, so titles were automatically concatenated at the character limit and appended with an ellipsis.
Also, YouTube titles and descriptions do not accept ‘less than (<)’ or ‘greater than (>)’ symbols. These symbols appeared fairly frequently in talk abstracts, which formed part of the descriptions. To easily convert this text into a YouTube-compatible format, similar-looking but differently coded ‘full-width’ symbols (‘<’, ‘>’) are accepted and used instead using Excel’s ‘Find & Replace’ functionality.
Uploading content to YouTube
Automated upload methods were implemented, given the large volume of videos uploaded to YouTube. After creating the data sheets, videos were uploaded using a custom Python script (v3.9.18) that interfaced with the YouTube Application Programming Interface (API). Google provides a template script and detailed instructions for uploading videos via the YouTube API.8
For this project, we utilized an updated script compatible with Python 3+ (see ref9 for the script, and ref10 for a comprehensive video tutorial on using the YouTube API with Python). This script allows the calling of a function ‘upload_video.py’, which provides the ability to upload a video to a given (pre-authorized) YouTube channel with the following command:
python upload_video.py
--file <video.mp4/URL>
--title <title>
--description <text>
--keywords <comma separated keywords>
--privacyStatus <unlisted/private/public>
--category <value>
--selfDeclaredMadeForKids <true/false>
--notifySubscribers <true/false>
This function was placed within a wrapper script to read each row of the corresponding data spreadsheet, extracting appropriate fields for ‘file’, ‘title’ and ‘description’ flags. Some categories derived from FourWaves content (2022–2023 Annual Meetings) were also included under the ‘keywords’ field. For all videos, ‘privacyStatus’ was set to ‘public’, and the YouTube ‘category’ was set to ‘28’ (‘Science & Technology’). In compliance with YouTube’s requirements, the ‘selfDeclaredMadeForKids’ flag was consistently set to ‘false’, indicating that the videos were not specifically made for children. Additionally, the ‘notifySubscribers’ option was set to ‘false’ to prevent email and mobile notifications to subscribers, given the large volume of uploads.
By default, all new APIs are limited in two key ways. First, videos can only be uploaded in ‘private’ viewing mode. Second, API’s are limited in how much data they can access per day, represented by ‘tokens’. By default, new APIs are limited to 10,000 tokens per day. Uploading a video requires 1,600 tokens. To upload more than 6 videos per day and to upload in ‘public’ status, the API had to be audited (https://support.google.com/youtube/contact/yt_api_form). Following this approval, the quota limit was increased to a total of 260,000, providing a daily upload limit of 162 videos.
All videos are presently being uploaded with the standard YouTube license. This prohibits the editing, replication and re-use of video content without specific consent from the owner. In the future, consent could be gathered from speakers to list their video with a more permissive CC-BY license, allowing others to reuse and modify the work with appropriate attribution. This would allow more flexible use of this content by the community, at the expense of a more complex consent process at the back end.
To improve the sustainability of this initiative, all codes are made available on Github for this endeavor to be carried forward by the next generation of OHBMers, or to be used by other communities. We aim to make uploading videos of the previous meeting a central goal of the Program, Educational and Communication Committees. To this end, the current lead team will produce guidelines and manuals for the next generations of Committee volunteers.
Results
OHBM Time Machine snapshot (as of May 2025)
As of May 2025, the OHBM YouTube channel has around 2,748 subscribers and has amassed over 125,000 views across 1143 videos. Of these, 912 are from the Time Machine project from the 2022, 2023 and 2024 Annual Meetings, with older Annual Meeting content to be uploaded in 2025. The other videos include the Neurosalience Podcast, interviews with selected leadership and promotional videos from previous years. From the 2022 Annual Meeting content, 298 videos have been watched an average of 35 times each. For 2023 content, 276 videos have averaged 60 views per video. Finally, the latest upload of 2024 content, comprising 338 videos (Figure 1), has received 57 views per video (Figure 2).
Of these years, only 2022’s content was uploaded to OnDemand, which can serve as a direct comparison point between the two platforms. 2022’s Annual Meeting content on the OnDemand platform reached 8.1 user visits per uploaded video, three times less than the YouTube content, despite the content only being available on YouTube for a few months versus the 2 years it was available on OnDemand. The 2021, 2020 and 2019 content received 16, 30 and 5 user visits per video, respectively, on the OnDemand platform. These metrics already demonstrate the effectiveness of the broader audience base on the YouTube platform compared to OnDemand.
Table 1 contains mean views per talk category for all Time Machine content uploaded (2022-2024). This shows that keynotes are, on average, the most viewed, followed by educational course videos. Symposia, oral sessions and roundtables all gather similar levels of viewership.
Demographics of YouTube viewership over the past year
Between December 1, 2023, and May 3, 2024, the channel received 86,509 views. 20.2% were from the United States, 9.3% from India, 2.6% from Canada, 1.9% from the Germany and 1.8% from the United Kingdom. The views from these countries are shown over time in Figure 3, with full geographical distribution shown in Figure 4C. Clear peaks and an increased baseline of views are visible after uploading Time Machine content.
Most viewers in the same timeframe (59.7%) are within the 25–34 years age group. 21.0% of viewers are aged 35–44, and 8.2% are aged 18–24. A distribution of viewer ages can be seen in Figure 4A.
71.2% of our viewership on YouTube are male, with only 28.8% of views from female viewers (Figure 4B). ‘User-specified’ genders accounted for less than 0.5% of views. As a comparison point, according to a report from the Diversity and Inclusivity Committee of OHBM, between 2017–2020 there was an approximately 60:40 male:female bias in Annual Meeting attendees, with a slightly greater bias in Committee members.11 Furthermore, YouTube audiences as a whole have been found to be slightly male-skewed at roughly 54% male, 46% female.12
We note that all demographic values from YouTube should be interpreted with caution, as people may often share accounts with others, use inaccurate account data or use no account at all.
Discussion
Benefits
The OHBM Time Machine is an ongoing project that has already demonstrated its value in providing impactful, accessible content to a broad and expanding audience base. Publicly available OHBM content expands the accessibility of OHBM expertise to individuals who could not attend the OHBM Annual Meeting due to geography, expense, family obligation, sustainability concerns13 and other reasons14,15 while removing a significant cost for the organization, and by extension, its members. Additionally, the impact beyond OHBM membership has even more tremendous potential. The advertisement of content expertise to people outside the active OHBM membership or in adjacent scientific fields further increases the standing of OHBM as a publicly known and respected organization of experts. Thinking further, journalists and others curious about brain mapping can access and cite our publicly available content. This may open new opportunities for Annual Meeting presenters to be contacted by science media, facilitating additional science outreach for the Organization’s many experts. YouTube has a robust recommendation engine, and as more content is uploaded and watched, the platform will share our channel’s content more widely.5
YouTube also provides additional free benefits, including automated closed-caption subtitling, and highly detailed analytical information to assess viewership demographics. Advertising opportunities would also be considerably more accessible, as the public video platform serves as a ‘one-stop shop’ for all OHBM video content rather than having content split across different platforms. Of course, great care needs to be taken regarding if, how, and with whom OHBM introduces advertisements in our online content. One option is for relevant companies (vendors, publishers, etc.) to sponsor a specific video or series, in a similar fashion to the currently run sponsored sessions at Annual Meetings.
Because newly presented content will be uploaded after each Annual Meeting, the content will remain timely, addressing current topics, controversies and breakthroughs in human brain mapping. Given the rapid rate of neuroimaging methods development, new educational content is likely to remain the most popular content on the channel at any given time. However, open access to historical OHBM content also opens the door for a longitudinal review of concepts and methods in the field, allowing us to observe the evolution of particular topics and methods over time. The OHBM Communications Committee has several blog posts—spearheaded by Ilona Lipp—that synthesize related OHBM content into coherent conceptual reviews and how-to guides. However, while the Communications Committee blog posts were publicly available, links to video content were only accessible to active OHBM members. Open access to past Annual Meeting content removes a significant barrier to educational materials. It enables any interested party to synthesize OHBM content, offering opportunities for novel insights and interdisciplinary exploration. It is worth emphasizing that such content can and should be used as a valuable source of course materials for educational institutions.
Challenges
While OHBM Annual Meeting content on YouTube vastly improves its accessibility, there are challenges that remain. Perhaps most notably, YouTube is unavailable globally due to geopolitical issues, leading to OHBM content not being accessible from certain countries without a virtual private network (VPN). However, access to YouTube may still be possible in specific contexts within those countries. Further, similar video-sharing services may also be restricted in certain countries, so there does not appear to be a universally accessible service. Indeed, even OnDemand, designed to serve the OHBM community, was unavailable globally, with content restrictions in Brazil due to funding limitations. Given its popularity and general accessibility, YouTube is (at this point) the clear best platform for publicly disseminating OHBM Annual Meeting content.
It is worth keeping an eye on the evolution of video-sharing platforms and tech policy globally. In the future, it may be valuable to duplicate content sharing across multiple services to ensure the broadest possible access—similar to how Neurosalience, the OHBM Podcast, is primarily shared via YouTube, Spotify and Apple Music but is also shared with the Chinese market on Ximalaya (https://www.ximalaya.com/album/71621547), though this would require further resources, as these initiatives currently rely on dedicated subteams. Additionally, while YouTube is currently the largest video-sharing platform and facilitates open sharing of content, platforms change over time, adding or removing services and changing access policies (as seen with X, formerly Twitter, over the past few years16,17). While YouTube offers far more opportunities than were previously available, it is worth exploring governmental and private funding for persistent video repositories, or distributed hosting (e.g., Fediverse), so that access to OHBM Annual Meeting content is not solely at the whim of a single corporation.
Within the Annual Meeting itself, content generation relies on event contracts for presentation recordings or presenter uploads. OHBM negotiates event recordings in its contract for each Annual Meeting, so we expect to continue having access to official audio and video recordings, but it cannot be guaranteed. Another option is for presenters to upload recordings of their presentations to an OHBM database (or YouTube directly). This has been offered and encouraged for presenters since the 2020 Annual Meeting, but not all presenters can make and upload their recordings. OHBM may consider additional ways to facilitate the recording and uploading of presentations.
A critical point to consider in this project is the gathering of consent for open publication of videos. At present, this consent has been gathered at time of abstract submission for all content from 2017 onwards with wording as such: “By submitting your proposal, you give permission for the Organization for Human Brain Mapping (OHBM) to distribute the presentation in any format in the future, including print and electronic text through the OHBM OnDemand learning portal, social media and on the OHBM website”. For content uploaded between 2015–2016, consent was collected for hosting videos on OnDemand. To address this discrepancy, we will announce a 3-month period during which speakers in videos of this older content will be invited to opt-out from the YouTube transfer process. Following this period, videos will be transferred to YouTube. Clear instructions will be included in the description of these YouTube videos for speakers to have their videos removed from YouTube after the 3-month period. This process has been agreed upon between Communications, Program and Educational Committees and the Executive Office of OHBM.
Sharing OHBM content beyond the Annual Meeting can increase presenters’ reach beyond meeting attendees and OHBM members. Still, there are some situations where extra care must be taken in crafting presentations for a public audience. In particular, presenters who include sensitive content—including data from children, human tissue, or animal models—must ensure that their presentations do not include ethically ambiguous images or videos. Particularly challenging is the fact that policies regarding the depiction of human tissue and animals vary across jurisdictions and may be subject to change over time. Presenters should assume that their content will be viewable worldwide and only include content that can be displayed ethically, regardless of geographic location. However, data-sharing policies constantly change globally, even when best practices are followed. OHBM has instituted a liability declaration on the OHBM YouTube channel to minimize legal liability for uploaded content. Presenters should consider whether such a declaration benefits them as individuals as well.
Lastly, since conference presentations frequently include unpublished material, conference organizers may want to consider an embargo period during which presentations will not be publicly uploaded. As an inspiration, the OpenNeuro public database allows for embargoes of up to 36 months, at which point uploaded data become publicly accessible. A similar option could be made available to presenters who would like to present novel findings but would like to limit public availability until they submit a publication or intellectual property claim. Such a claim would be most conveniently collected digitally alongside submissions or registrations for the Annual Meeting, as large numbers of personalized embargo requests would require more effort to manage efficiently.
Collecting future OHBM material for ease of public sharing
While we have already received vital positive feedback in the public dissemination of OHBM content, collecting, curating, uploading, and moderating public research content requires time, energy, and resources (coordinating the efforts to this point has taken around one year). Conference organizations need to commit staff and resources to this dissemination process. One thing that can help is to ensure that content is collected in a flexible format to be uploaded through a minimally effortful, maximally automated pipeline. In this report, we make the following recommendations for collecting and maintaining usable metadata to facilitate the public sharing of scientific conference content.
To smoothly facilitate the future transfer of Annual Meeting recordings to YouTube, we suggest that content be curated such that the following information for every video is available and complete: Speaker Name, Session Type (e.g., Educational Course or Symposium), Session Title, Order within Session, Talk Title, Abstract, Keywords, and Video Link. Session title and order are particularly relevant for Educational Courses, as this allows titles to be formatted with the primary topic at the front and center. Oral sessions, symposia and keynotes can be titled on YouTube with the speaker’s name and talk title. An optional field for ‘keywords’ could be provided at the time of submission to enhance the searchability of a given talk, although YouTube’s own guidelines suggest these extra tags do not have huge value on top of including an informative description and title.
Streamlining this process and providing appropriate documentation thereon will be important for maintaining the longevity of this project, given the high turnover of individuals within OHBM committees. We aim to develop specific, repeatable standard operating procedures for transferring Annual Meeting content to YouTube, using the existing code as a key tool in this endeavor. There will likely be some variation due to different logistics of Annual Meeting hosting venues in providing recordings that our guidelines would seek to minimize.
Finally, even though consent is already routinely gathered at the time of submission for this content to be presented on social media, presenters should be reminded that content will be shown in this open forum and to be aware of how data are presented, with particular care to images or videos containing human or animal tissue or live specimens. An explicit ‘opt-out of YouTube’ option that is automatically collated with speaker information could be provided so that it can be easily excluded from any automated upload processes.
Why offering content online is likely to improve the Annual Meeting
One concern with publicly sharing OHBM Annual Meeting content is the worry that making the content freely available will discourage attendance at the Annual Meeting. However, there are multiple principled reasons why this fear is overblown, supported by early statistics.
As a first data point, registration for in-person educational courses has grown steadily, from under 600 registrants in 2022 to over 1100 registrants in 2024. Educational courses were previously available as recordings through OHBM’s OnDemand system, and many sessions had already been uploaded to YouTube before our recent OHBM Time Machine endeavor. Despite the availability of educational content online, in-person courses are growing in popularity, suggesting that the online availability of previous educational courses has had minimal (if any) impact on educational course registration. Indeed, the combination of online videos and onsite courses may add additional depth to the meeting, allowing more focus on active learning and interaction, rather than the passive learning provided by the videos.
Similarly, attendance at the Annual Meeting has continued to increase over the past three years. We highlight 2024 in Seoul, which had over 3100 registrants for the first time since 2019 (Rome)—and the first time an OHBM Annual Meeting hosted in Asia has surpassed 3000 registrants. While online availability of Annual Meeting content was minimal until recently, the overall meeting registration trends point to a strong desire for in-person meetings. That said, given fluctuations in geopolitical stability, cutbacks in research funding and potential difficulties in acquiring visas, broadening accessibility to online content is more timely than ever.
Additionally, in-person conferences provide much more than just transmitting research findings through talks. On-site events enable active participation by asking questions, networking and collaboration-building, job- and candidate-seeking, and discovering new research topics. These are all key attributes of in-person conferences that have been challenging to replicate through online and asynchronous events. Therefore, while posting meeting content online is likely to expand the reach of OHBM’s scientific contributions beyond current in-person meeting attendees, it is unlikely to be detrimental to in-person Annual Meeting participation, given the additional benefits of attending the in-person meeting.
Widely sharing previous Annual Meeting content can also improve presentations at future Annual Meetings. It can reduce the repetition of similar ideas and topics by widely disseminating already-completed work. This makes it easier for a researcher to find related content that may have been presented already. Still, it also assists researchers in conducting better science by disseminating research findings more widely and allowing them to incorporate more up-to-date research into their projects and presentations.
With the size of the brain mapping community continuing to grow, abstract submissions to the Annual Meeting are increasing. However, the Annual Meeting already occupies a week in attendees’ annual conference schedules and is unlikely to be expanded much further to accommodate the growing number of submissions. By branching out online, OHBM has an opportunity to present extra Annual Meeting content online. This content need not be limited to the week of the Annual Meeting, rather, it could be provided year-round. Already, OHBM offers asynchronous online symposia and roundtables that were ranked highly by the reviewers but could not be accommodated in the Annual Meeting schedule. Having OHBM content provided year-round, with the Annual Meeting as a focus point rather than a sole event, will likely lead to more consistent engagement with the community.
With the broad exposure, the OHBM community will grow and broaden as the organization and its conference become popular. This trend would be desirable given the increasing need for team science and interdisciplinarity.
Global Access and Inclusion
Ensuring equitable access to scientific knowledge is a core principle of OHBM’s open science mission. OHBM’s Annual Meeting rotates across the continents each year to engage with and be close to local communities. In recent years, there has been an extended effort to include countries in the Global South that have not yet been included in the rotation. To further increase accessibility and impact, OHBM also offers a public lecture in the local language to engage the community beyond the scientific audience. As detailed in this manuscript, expanding the availability of conference content beyond membership barriers has already demonstrated a significant increase in global viewership and engagement. A recent example of this principle in action is the Brainhack held in South Africa in 2024. Brainhacks are collaborative events where researchers gather to work on open problems in neuroscience, often in a highly interactive and decentralized format.18 The South African Brainhack was particularly notable for its commitment to inclusion and global reach, facilitated through co-sponsoring as part of an OHBM Chapter ‘Neuroscience Alliance’ (http://www.neurosciencealliance.org/). All scientific talks and workshops were made publicly available on YouTube19), ensuring that researchers from underrepresented regions, particularly those from the Global South, could engage with cutting-edge content without the financial and logistical barriers associated with attending an international conference in person.
Bringing all content online democratizes access to knowledge and enables a more sustained and wide-reaching impact. By hosting content on a platform like YouTube, the scientific content becomes searchable, citable, and reusable, providing a lasting resource for researchers, educators, and the public. This increased visibility encourages cross-disciplinary engagement and facilitates collaboration beyond traditional academic boundaries. Moreover, YouTube’s automated captioning services and multilingual translation options further reduce accessibility barriers for non-native English speakers and individuals with hearing impairments. The success of the South African Brainhack illustrates how strategic use of open platforms can foster a more inclusive and diverse research community while amplifying the impact of scientific discoveries.
Conclusions: Taking OHBM Time Machine into the future
Our vision is for the OHBM YouTube channel to become a singular location for year-round OHBM-relevant content that is as informative, accessible, and comprehensive as possible. The hosting of an archive of Annual Meeting content will be useful not only to all OHBM members but also to broader members of the scientific community and the general public. It will provide an unprecedented curated educational resource and a permanent track record of scientific development and the evolution of talking points in brain mapping. In establishing this project, we hope that we set a precedent for the broader use of video hosting tools like YouTube in OHBM activities—for example, the hosting of live talks and webinars year-round. Collaborations with other OHBM-affiliated efforts are also possible. For example, Aperture Neuro video abstracts could be hosted on the YouTube channel. Furthermore, timely mini-conferences could be hosted related to special issues in Aperture Neuro or other relevant journals. This content will increase the impact of the organization in a sustainable and inclusive manner.
We hope that by setting up these pipelines and providing an archive of past content – while acknowledging that the organization must remain flexible in the face of changing technologies and social media landscapes – the precedent and workflows have been established to facilitate the continuation of this project effectively ad infinitum.
Code Availability Statement
Scripts referred to in the manuscript are available on Github in the following repository: https://github.com/Alfiew/ohbm_time_machine.
Acknowledgements
The authors would like to thank the OHBM Executive Office—in particular, Beth Slater and Christine Keightley—for their support and assistance in compiling data, content, and resources for dissemination. We thank Eva Guzman Chacon and Edoardo Gornetti for their help with data curation. We would also like to thank past and present members of the OHBM Communications Committee, Education Committee, Program Committee, and Council for supporting open science and education, laying the groundwork for our public dissemination of OHBM Annual Meeting content through the OHBM Time Machine project. We also sincerely thank our four reviewers for their kindness and valuable suggestions, with special appreciation to Aina Puce for signing her review and providing thoughtful feedback and the OHBM Zeitgeist.
Funding Sources
This work was supported by a Jeanne Timmins Costello Postdoctoral Fellowship from the Montreal Neurological Association (AW), a Dutch Research Council NWO Aspasia Grant (SJF), the Donders Mohrmann Fellowship No. 2401515 (SJF), the Theme Leadership Award from the Donders Institute (SJF), and the National Institutes of Health/National Institute on Deafness and Other Communication Disorders (K01DC019421 to K.R.S.). S.L.V. was supported by the Max Planck Society, the Helmholtz International BigBrain Analytics and Learning Laboratory (Hiball) and the Jacobs foundation.
Conflicts of Interest
The authors declare that they have no competing interests.