-
Notifications
You must be signed in to change notification settings - Fork 32
Create page draft for CollaborationFest 2026 #149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
dff9a2d
a77bc50
1c8958b
c9bb003
8a528c0
c8f1777
4a8eb65
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,46 @@ | ||
| --- | ||
| author: hmenager | ||
| cover: | ||
| alt: CoFest-2022 | ||
| image: https://open-bio.org/wp-content/uploads/2022/08/image4.jpg | ||
| date: "2025-02-16T09:35:44+00:00" #creation date | ||
| title: CollaborationFest 2026 | ||
| url: /events/bosc-2026/collaborationfest | ||
| aliases: | ||
| - /events/bosc/collaborationfest2026/ | ||
| - /events/bosc/collaborationfest/ | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Lots of the past CoFest pages also have this alias - I would guess Hugo prioritises the most recent based on the date in the metadata. But that is a guess.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Once it's committed, let's be sure to test the alias |
||
| bosc: yes | ||
| --- | ||
|
|
||
| CollaborationFest 2026 will be a collaborative work event at which participants work together to contribute code, documentation, training materials, and challenging analysis problems and use cases. If you are interested in learning and contributing in an intensely collaborative environment, then CollaborationFest is for you. Bring your own project ideas or come ready to collaborate with others on their projects! | ||
|
|
||
|  | ||
|
|
||
| BOSC has organized CollaborationFests (aka CoFests) every year before or after ISMB since 2010 (see, for example, [the 2025 CoFest page](https://www.open-bio.org/events/bosc-2025/ismb-collaborationfest-2025/)). | ||
|
|
||
| ### Dates | ||
|
|
||
| Friday July 17 to Saturday July 18 (right after ISMB 2026). | ||
|
|
||
| ### How to sign up | ||
|
|
||
| {{< columns >}} | ||
|
|
||
| Due to space constraints, participation in CollaborationFest is limited. A registration link will be available shortly. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Note that participation is free |
||
|
|
||
| Limited remote participation will be possible, but engagement opportunities will depend on the people and projects active on the day. A video feed from the room will be available, but joining will require you to be a registered (virtual or in-person) ISMB/ECCB participant. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Remove this line or edit for 2026 (remove last clause) |
||
|
|
||
| {{< column >}} | ||
|
|
||
|  | ||
|
|
||
| {{< endcolumns >}} | ||
|
|
||
| ### CollaborationFest News and Activities | ||
|
|
||
| As we get closer to BOSC 2026 and the CollaborationFest, we will add relevant news and activities here. Note that some of | ||
| these activities are on dynamically updated Github pages, and will only be fully ready "the day of", or shortly before. | ||
|
|
||
| ### Code of Conduct | ||
|
|
||
| As an OBF-organized event, CollaborationFest 2026 is covered by the [OBF Code of Conduct](https://github.com/OBF/obf-docs/blob/master/code-of-conduct/CODE_OF_CONDUCT.md). | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -84,7 +84,7 @@ menu: | |
| - name: 'Donate' | ||
| parent: 'about' | ||
| url: 'donate' | ||
| weight: 7 | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this is just a change in whitespace - also needs change to add cofest 2026 page to menu |
||
| weight: 7 | ||
| - name: 'News' | ||
| url: 'blog' | ||
| weight: 8 | ||
|
|
@@ -112,10 +112,10 @@ menu: | |
| weight: 6 | ||
| parent: 'bosc' | ||
| url: 'events/bosc-2025/panel/' | ||
| - name: "CollaborationFest (2025)" | ||
| - name: "CollaborationFest" | ||
| weight: 7 | ||
| parent: 'bosc' | ||
| url: 'events/bosc-2025/ismb-collaborationfest-2025/' | ||
| url: '/events/bosc/collaborationfest/' | ||
| - name: 'Sponsors' | ||
| weight: 8 | ||
| parent: 'bosc' | ||
|
|
||
| +17 −9 | .github/workflows/ci.yml | |
| +0 −6 | data/beautifulhugo/social.toml | |
| +0 −1 | exampleSite/hugo.toml | |
| +1 −1 | layouts/_default/single.html | |
| +1 −1 | layouts/partials/disqus.html | |
| +1 −0 | static/css/main.css |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is fine, but just fyi, i'm not sure cover images actually show up anywhere!