Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions content/community/events/past-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,43 @@ part: 20

![Events](/images/event.svg)

## Barcelona 2026

In May 2026, OMSF and our partners will gather in Barcelona for a week of coordinated events, bringing together one of the largest annual gatherings of computational chemists. Consisting of three connected events, the week is scheduled sequentially to allow participants to attend multiple programs during a single visit to Barcelona.

### The Free Energy Workshop 2026

Hosted by the Alchemistry project, this long-standing workshop will focus on free energy methods in drug design, attracting researchers and practitioners to discuss methodology and real-world applications.

**When**: May 4-6, 2026
**Schedule**: [https://omsf.io/alchemistry/program/schedule/](https://omsf.io/alchemistry/program/schedule/)
**Registration**: [$267](https://www.zeffy.com/en-US/ticketing/register-for-the-2026-free-energy-workshop)
Interested in presenting? Submit your abstract [here](https://forms.gle/FngCh66Z9BvxqMCZ8).

### CoFold Summit

The inaugural CoFold Summit brings together researchers and developers working on structure prediction, with programming focused on technical exchange and cross-project discussion.

**When**: May 6, 2026
**Schedule**: [https://omsf.notion.site/cofold-summit-speakerlist](https://omsf.notion.site/cofold-summit-speakerlist)
**Registration**: [https://luma.com/yklxc0ib (Sold Out)](https://luma.com/yklxc0ib)

### OMSF Symposium 2026

The OMSF Symposium serves as the anchor gathering for the community, bringing together contributors, academics, and industry partners to share recent developments across our software projects and explore the future of molecular software together.

**When**: May 7-8, 2026
**Schedule**: [https://omsf.notion.site/omsf-symposium-2026-speakerlist](https://omsf.notion.site/omsf-symposium-2026-speakerlist)
**Registration**: [https://luma.com/of677kui (Sold Out)](https://luma.com/of677kui)


## Boston Open Science & Innovation Forum

The Boston Open Science & Innovation Forum is a community gathering celebrating Boston’s open science ecosystem. The event focuses on connecting individuals working in open science to break down traditional silos in biotech and drug discovery through open collaboration.

When: March 18, 2026
Information and Registration: [$0](https://luma.com/o5disge6)

### OMSF Symposium 2025

In May of 2025, OMSF gathered at the Museum of Science in Boston, MA for our third annual symposium!
Expand Down
38 changes: 2 additions & 36 deletions content/community/events/upcoming-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,42 +5,8 @@ name: "Upcoming Events"
class: "events future"
intro: "OMSF has regular events scheduled every year. Learn more here."
part: 20
redirect_to: "https://events.omsf.io"
---

## Barcelona 2026

In May 2026, OMSF and our partners will gather in Barcelona for a week of coordinated events, bringing together one of the largest annual gatherings of computational chemists. Consisting of three connected events, the week is scheduled sequentially to allow participants to attend multiple programs during a single visit to Barcelona.

### The Free Energy Workshop 2026

Hosted by the Alchemistry project, this long-standing workshop will focus on free energy methods in drug design, attracting researchers and practitioners to discuss methodology and real-world applications.

**When**: May 4-6, 2026
**Schedule**: [https://omsf.io/alchemistry/program/schedule/](https://omsf.io/alchemistry/program/schedule/)
**Registration**: [$267](https://www.zeffy.com/en-US/ticketing/register-for-the-2026-free-energy-workshop)
Interested in presenting? Submit your abstract [here](https://forms.gle/FngCh66Z9BvxqMCZ8).

### CoFold Summit

The inaugural CoFold Summit brings together researchers and developers working on structure prediction, with programming focused on technical exchange and cross-project discussion.

**When**: May 6, 2026
**Schedule**: [https://omsf.notion.site/cofold-summit-speakerlist](https://omsf.notion.site/cofold-summit-speakerlist)
**Registration**: [https://luma.com/yklxc0ib (Sold Out)](https://luma.com/yklxc0ib)

### OMSF Symposium 2026

The OMSF Symposium serves as the anchor gathering for the community, bringing together contributors, academics, and industry partners to share recent developments across our software projects and explore the future of molecular software together.

**When**: May 7-8, 2026
**Schedule**: [https://omsf.notion.site/omsf-symposium-2026-speakerlist](https://omsf.notion.site/omsf-symposium-2026-speakerlist)
**Registration**: [https://luma.com/of677kui (Sold Out)](https://luma.com/of677kui)


## Boston Open Science & Innovation Forum

The Boston Open Science & Innovation Forum is a community gathering celebrating Boston’s open science ecosystem. The event focuses on connecting individuals working in open science to break down traditional silos in biotech and drug discovery through open collaboration.

When: March 18, 2026
Information and Registration: [$0](https://luma.com/o5disge6)
You are being redirected to [https://events.omsf.io](https://events.omsf.io).

7 changes: 7 additions & 0 deletions themes/hugo-kiera-master/layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,17 @@
<head>
<title>OMSF — {{ .Page.Title }}</title>
{{ partial "meta" . }}
{{ with .Params.redirect_to }}
<meta http-equiv="refresh" content="0; url={{ . }}" />
<link rel="canonical" href="{{ . }}" />
{{ end }}
Comment thread
ethanholz marked this conversation as resolved.
{{ partialCached "header_includes" . -}}
</head>

<body class="{{block "bodyClass" .}} {{ end }} {{ if .Params.class }} {{ .Params.class }} {{ end }} {{ .Page.Section }}">
{{ with .Params.redirect_to }}
<script>window.location.replace("{{ . }}");</script>
{{ end }}
Comment thread
ethanholz marked this conversation as resolved.

<div id="container">

Expand Down
Loading