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
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# SCM syntax highlighting & preventing 3-way merges
pixi.lock merge=binary linguist-language=YAML linguist-generated=true -diff
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ docs
*.so

.idea
# pixi environments
.pixi/*
!.pixi/config.toml
8 changes: 5 additions & 3 deletions content/community/events/upcoming-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ In May 2026, OMSF and our partners will gather in Barcelona for a week of coordi
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
**Information**: [omsf.io/alchemistry/](https://omsf.io/alchemistry/)
**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).

Expand All @@ -25,14 +25,16 @@ Interested in presenting? Submit your abstract [here](https://forms.gle/FngCh66Z
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
**Information and Registration**: [$100](https://luma.com/yklxc0ib)
**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
**Information and Registration**: [$0](https://luma.com/of677kui)
**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
Expand Down
199 changes: 199 additions & 0 deletions pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions pixi.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[workspace]
authors = ["Ethan Holz <[email protected]>"]
channels = ["conda-forge"]
name = "omsf.github.io"
platforms = ["osx-arm64", "linux-64", "linux-aarch64", "osx-64", "win-64"]
version = "0.1.0"

[tasks]

[dependencies]
hugo = "==0.141.0"
Loading