From 54c4948f817201cab9fcef9d20b7b6b6b8b2bc8d Mon Sep 17 00:00:00 2001 From: Ethan Holz Date: Wed, 15 Apr 2026 10:43:46 -0600 Subject: [PATCH 1/6] feat: add information about the symposium --- content/community/events/upcoming-events.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/community/events/upcoming-events.md b/content/community/events/upcoming-events.md index 6029caf..8f1b016 100644 --- a/content/community/events/upcoming-events.md +++ b/content/community/events/upcoming-events.md @@ -24,7 +24,8 @@ 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 +**When**: May 6, 2026 +**Information**: [https://omsf.notion.site/barcelona-2026](https://omsf.notion.site/barcelona-2026) **Information and Registration**: [$100](https://luma.com/yklxc0ib) ### OMSF Symposium 2026 @@ -32,7 +33,8 @@ The inaugural CoFold Summit brings together researchers and developers working o 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) +**Information**: [https://omsf.notion.site/barcelona-2026](https://omsf.notion.site/barcelona-2026) +**Registration**: [$0](https://luma.com/of677kui) ## Boston Open Science & Innovation Forum From e36792953bd7bdab6043f664d718291781d7a506 Mon Sep 17 00:00:00 2001 From: Ethan Holz Date: Wed, 15 Apr 2026 11:11:32 -0600 Subject: [PATCH 2/6] fix: whitespace --- content/community/events/upcoming-events.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/community/events/upcoming-events.md b/content/community/events/upcoming-events.md index 8f1b016..54ae44e 100644 --- a/content/community/events/upcoming-events.md +++ b/content/community/events/upcoming-events.md @@ -24,8 +24,8 @@ 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**: [https://omsf.notion.site/barcelona-2026](https://omsf.notion.site/barcelona-2026) +**When**: May 6, 2026 +**Information**: [https://omsf.notion.site/barcelona-2026](https://omsf.notion.site/barcelona-2026) **Information and Registration**: [$100](https://luma.com/yklxc0ib) ### OMSF Symposium 2026 @@ -33,7 +33,7 @@ The inaugural CoFold Summit brings together researchers and developers working o 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**: [https://omsf.notion.site/barcelona-2026](https://omsf.notion.site/barcelona-2026) +**Information**: [https://omsf.notion.site/barcelona-2026](https://omsf.notion.site/barcelona-2026) **Registration**: [$0](https://luma.com/of677kui) From cfd6ec03388cbd317a4f2beeed11e28e58b4e554 Mon Sep 17 00:00:00 2001 From: Ethan Holz Date: Wed, 15 Apr 2026 12:41:05 -0600 Subject: [PATCH 3/6] fix: labeling --- content/community/events/upcoming-events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/community/events/upcoming-events.md b/content/community/events/upcoming-events.md index 54ae44e..8b1c9bf 100644 --- a/content/community/events/upcoming-events.md +++ b/content/community/events/upcoming-events.md @@ -26,7 +26,7 @@ The inaugural CoFold Summit brings together researchers and developers working o **When**: May 6, 2026 **Information**: [https://omsf.notion.site/barcelona-2026](https://omsf.notion.site/barcelona-2026) -**Information and Registration**: [$100](https://luma.com/yklxc0ib) +**Registration**: [$100](https://luma.com/yklxc0ib) ### OMSF Symposium 2026 From 793d6ae033f0a779b92189426edce19804d57e5c Mon Sep 17 00:00:00 2001 From: Ethan Holz Date: Wed, 15 Apr 2026 12:53:34 -0600 Subject: [PATCH 4/6] chore: add pixi so we have a working environment --- .gitattributes | 2 + .gitignore | 3 + pixi.lock | 199 +++++++++++++++++++++++++++++++++++++++++++++++++ pixi.toml | 11 +++ 4 files changed, 215 insertions(+) create mode 100644 .gitattributes create mode 100644 pixi.lock create mode 100644 pixi.toml diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..997504b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# SCM syntax highlighting & preventing 3-way merges +pixi.lock merge=binary linguist-language=YAML linguist-generated=true -diff diff --git a/.gitignore b/.gitignore index a371946..86d73f2 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,6 @@ docs *.so .idea +# pixi environments +.pixi/* +!.pixi/config.toml diff --git a/pixi.lock b/pixi.lock new file mode 100644 index 0000000..10c10d7 --- /dev/null +++ b/pixi.lock @@ -0,0 +1,199 @@ +version: 6 +environments: + default: + channels: + - url: https://conda.anaconda.org/conda-forge/ + options: + pypi-prerelease-mode: if-necessary-or-explicit + packages: + linux-64: + - conda: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-20_gnu.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/hugo-0.141.0-h9a0b160_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.2.0-he0feb66_18.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-15.2.0-he0feb66_18.conda + - conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-15.2.0-h934c35e_18.conda + linux-aarch64: + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/_openmp_mutex-4.5-20_gnu.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/hugo-0.141.0-h5ad3122_0.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-15.2.0-h8acb6b2_18.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgomp-15.2.0-h8acb6b2_18.conda + - conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-15.2.0-hef695bb_18.conda + osx-64: + - conda: https://conda.anaconda.org/conda-forge/osx-64/hugo-0.141.0-hba536fe_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-64/libcxx-22.1.3-h19cb2f5_0.conda + osx-arm64: + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/hugo-0.141.0-h286801f_0.conda + - conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-22.1.3-h55c6f16_0.conda + win-64: + - conda: https://conda.anaconda.org/conda-forge/win-64/hugo-0.141.0-ha2862d8_0.conda + - conda: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.26100.0-h57928b3_0.conda +packages: +- conda: https://conda.anaconda.org/conda-forge/linux-64/_openmp_mutex-4.5-20_gnu.conda + build_number: 20 + sha256: 1dd3fffd892081df9726d7eb7e0dea6198962ba775bd88842135a4ddb4deb3c9 + md5: a9f577daf3de00bca7c3c76c0ecbd1de + depends: + - __glibc >=2.17,<3.0.a0 + - libgomp >=7.5.0 + constrains: + - openmp_impl <0.0a0 + license: BSD-3-Clause + license_family: BSD + size: 28948 + timestamp: 1770939786096 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/_openmp_mutex-4.5-20_gnu.conda + build_number: 20 + sha256: a2527b1d81792a0ccd2c05850960df119c2b6d8f5fdec97f2db7d25dc23b1068 + md5: 468fd3bb9e1f671d36c2cbc677e56f1d + depends: + - libgomp >=7.5.0 + constrains: + - openmp_impl <0.0a0 + license: BSD-3-Clause + license_family: BSD + size: 28926 + timestamp: 1770939656741 +- conda: https://conda.anaconda.org/conda-forge/linux-64/hugo-0.141.0-h9a0b160_0.conda + sha256: f2ec18a36696a56d923b4dc3d3e99d42b4f6a54a177519e33c5fefcabdd7eef2 + md5: 19f0043dffe562ca4c88d889c115acd9 + depends: + - __glibc >=2.17 + - __glibc >=2.17,<3.0.a0 + - libgcc >=13 + - libstdcxx >=13 + license: Apache-2.0 + license_family: APACHE + size: 16477827 + timestamp: 1737122864257 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/hugo-0.141.0-h5ad3122_0.conda + sha256: 9b1331d7f5fc22f47be24d9244546a5dcbf519189372ee6982474f15e282bbd0 + md5: 3b6342bdd63362acde2a8a6b5e742c0e + depends: + - libgcc >=13 + - libstdcxx >=13 + license: Apache-2.0 + license_family: APACHE + size: 15011719 + timestamp: 1737122920952 +- conda: https://conda.anaconda.org/conda-forge/osx-64/hugo-0.141.0-hba536fe_0.conda + sha256: f1c3ae28c3a3e60ae834345880f3c90762b7b07e8a33b6118d4fe187a610b25a + md5: 93c0ffcb49c9b5ad0f4137a426bf5027 + depends: + - __osx >=11.0 + - libcxx >=17 + constrains: + - __osx>=10.12 + license: Apache-2.0 + license_family: APACHE + size: 16526710 + timestamp: 1737123268663 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/hugo-0.141.0-h286801f_0.conda + sha256: 8cb9623b4d26a9c1df1e42deebbee8ca1f0614c2537d9ada3341a7baffae537b + md5: cfebd12de2c136963ab5ee8da5000723 + depends: + - __osx >=11.0 + - libcxx >=18 + license: Apache-2.0 + license_family: APACHE + size: 15388285 + timestamp: 1737123119649 +- conda: https://conda.anaconda.org/conda-forge/win-64/hugo-0.141.0-ha2862d8_0.conda + sha256: b969e56dd669eee14b8307b2cd1169265df7405eb47989c777ccbcec06d9b994 + md5: c18f339cbe7202486d836737bfa7f23b + depends: + - ucrt >=10.0.20348.0 + license: Apache-2.0 + license_family: APACHE + size: 16839724 + timestamp: 1737123534615 +- conda: https://conda.anaconda.org/conda-forge/osx-64/libcxx-22.1.3-h19cb2f5_0.conda + sha256: 24d7e7d15d144f2f74fbc9f397a643f0a1da94dbe9aa9f0d15990fabe34974c9 + md5: 212ddd7bd52988f751905114325b5c0b + depends: + - __osx >=11.0 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + size: 564947 + timestamp: 1775564350407 +- conda: https://conda.anaconda.org/conda-forge/osx-arm64/libcxx-22.1.3-h55c6f16_0.conda + sha256: 34cc56c627b01928e49731bcfe92338e440ab6b5952feee8f1dd16570b8b8339 + md5: acbb3f547c4aae16b19e417db0c6e5ed + depends: + - __osx >=11.0 + license: Apache-2.0 WITH LLVM-exception + license_family: Apache + size: 570026 + timestamp: 1775565121045 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.2.0-he0feb66_18.conda + sha256: faf7d2017b4d718951e3a59d081eb09759152f93038479b768e3d612688f83f5 + md5: 0aa00f03f9e39fb9876085dee11a85d4 + depends: + - __glibc >=2.17,<3.0.a0 + - _openmp_mutex >=4.5 + constrains: + - libgcc-ng ==15.2.0=*_18 + - libgomp 15.2.0 he0feb66_18 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 1041788 + timestamp: 1771378212382 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgcc-15.2.0-h8acb6b2_18.conda + sha256: 43df385bedc1cab11993c4369e1f3b04b4ca5d0ea16cba6a0e7f18dbc129fcc9 + md5: 552567ea2b61e3a3035759b2fdb3f9a6 + depends: + - _openmp_mutex >=4.5 + constrains: + - libgcc-ng ==15.2.0=*_18 + - libgomp 15.2.0 h8acb6b2_18 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 622900 + timestamp: 1771378128706 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libgomp-15.2.0-he0feb66_18.conda + sha256: 21337ab58e5e0649d869ab168d4e609b033509de22521de1bfed0c031bfc5110 + md5: 239c5e9546c38a1e884d69effcf4c882 + depends: + - __glibc >=2.17,<3.0.a0 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 603262 + timestamp: 1771378117851 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libgomp-15.2.0-h8acb6b2_18.conda + sha256: fc716f11a6a8525e27a5d332ef6a689210b0d2a4dd1133edc0f530659aa9faa6 + md5: 4faa39bf919939602e594253bd673958 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 588060 + timestamp: 1771378040807 +- conda: https://conda.anaconda.org/conda-forge/linux-64/libstdcxx-15.2.0-h934c35e_18.conda + sha256: 78668020064fdaa27e9ab65cd2997e2c837b564ab26ce3bf0e58a2ce1a525c6e + md5: 1b08cd684f34175e4514474793d44bcb + depends: + - __glibc >=2.17,<3.0.a0 + - libgcc 15.2.0 he0feb66_18 + constrains: + - libstdcxx-ng ==15.2.0=*_18 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 5852330 + timestamp: 1771378262446 +- conda: https://conda.anaconda.org/conda-forge/linux-aarch64/libstdcxx-15.2.0-hef695bb_18.conda + sha256: 31fdb9ffafad106a213192d8319b9f810e05abca9c5436b60e507afb35a6bc40 + md5: f56573d05e3b735cb03efeb64a15f388 + depends: + - libgcc 15.2.0 h8acb6b2_18 + constrains: + - libstdcxx-ng ==15.2.0=*_18 + license: GPL-3.0-only WITH GCC-exception-3.1 + license_family: GPL + size: 5541411 + timestamp: 1771378162499 +- conda: https://conda.anaconda.org/conda-forge/win-64/ucrt-10.0.26100.0-h57928b3_0.conda + sha256: 3005729dce6f3d3f5ec91dfc49fc75a0095f9cd23bab49efb899657297ac91a5 + md5: 71b24316859acd00bdb8b38f5e2ce328 + constrains: + - vc14_runtime >=14.29.30037 + - vs2015_runtime >=14.29.30037 + license: LicenseRef-MicrosoftWindowsSDK10 + size: 694692 + timestamp: 1756385147981 diff --git a/pixi.toml b/pixi.toml new file mode 100644 index 0000000..7cc762a --- /dev/null +++ b/pixi.toml @@ -0,0 +1,11 @@ +[workspace] +authors = ["Ethan Holz "] +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" From a3a591eb5ccd8754d6b37098b6bb60da7eed2f80 Mon Sep 17 00:00:00 2001 From: Ethan Holz Date: Wed, 15 Apr 2026 13:00:39 -0600 Subject: [PATCH 5/6] fix: formatting --- content/community/events/upcoming-events.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/community/events/upcoming-events.md b/content/community/events/upcoming-events.md index 8b1c9bf..ab100dd 100644 --- a/content/community/events/upcoming-events.md +++ b/content/community/events/upcoming-events.md @@ -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). @@ -25,16 +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**: [https://omsf.notion.site/barcelona-2026](https://omsf.notion.site/barcelona-2026) -**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 ($100)](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**: [https://omsf.notion.site/barcelona-2026](https://omsf.notion.site/barcelona-2026) -**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 ($0)](https://luma.com/of677kui) ## Boston Open Science & Innovation Forum From 86083e4bdf9c78f8b2174c88363062e910e56bee Mon Sep 17 00:00:00 2001 From: Ethan Holz Date: Wed, 15 Apr 2026 13:02:22 -0600 Subject: [PATCH 6/6] add sold out --- content/community/events/upcoming-events.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/community/events/upcoming-events.md b/content/community/events/upcoming-events.md index ab100dd..884d44a 100644 --- a/content/community/events/upcoming-events.md +++ b/content/community/events/upcoming-events.md @@ -26,7 +26,7 @@ The inaugural CoFold Summit brings together researchers and developers working o **When**: May 6, 2026 **Schedule**: [https://omsf.notion.site/cofold-summit-speakerlist](https://omsf.notion.site/cofold-summit-speakerlist) -**Registration**: [https://luma.com/yklxc0ib ($100)](https://luma.com/yklxc0ib) +**Registration**: [https://luma.com/yklxc0ib (Sold Out)](https://luma.com/yklxc0ib) ### OMSF Symposium 2026 @@ -34,7 +34,7 @@ The OMSF Symposium serves as the anchor gathering for the community, bringing to **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 ($0)](https://luma.com/of677kui) +**Registration**: [https://luma.com/of677kui (Sold Out)](https://luma.com/of677kui) ## Boston Open Science & Innovation Forum