Skip to content

Commit aeb9193

Browse files
committed
pages: Add page for open proposals
1 parent 7f3cf82 commit aeb9193

File tree

4 files changed

+47
-1
lines changed

4 files changed

+47
-1
lines changed

mkdocs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ nav:
5858
- Partnership:
5959
- index: "partnership/index.md"
6060
- Partners: "partnership/partners/index.md"
61+
- Open Proposals:
62+
- index: "partnership/open-proposals/index.md"
63+
- Community Traning: "partnership/open-proposals/community-training/index.md"
6164
- Learning:
6265
- index: learning/index.md
6366
- Events:
@@ -92,6 +95,7 @@ markdown_extensions:
9295
- pymdownx.inlinehilite
9396
- pymdownx.snippets
9497
- pymdownx.superfences
98+
- mdx_truly_sane_lists
9599

96100
plugins:
97101
- include-markdown:
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: "Open Proposals"
3+
description: "Open Proposals"
4+
date: "2025-03-23"
5+
authors: ["OSL Team"]
6+
template: single-sidebar.html
7+
---
8+
9+
# Open Proposals
10+
11+
Welcome to the Open Proposals page of Open Science Labs (OSL). This page serves
12+
as a central hub for proposals aimed at addressing common challenges across our
13+
communities and organizations. Here, we publish ideas that have the potential to
14+
be developed in partnership with other communities, institutes, or interested
15+
partners.
16+
17+
Proposals on this page may originate from OSL or from our partner organizations,
18+
and they are intended to foster collaborative solutions that benefit the broader
19+
open science and technology ecosystem. Each proposal will remain open for
20+
discussion and feedback for one year. If a proposal does not generate sufficient
21+
interest within that period, it will be closed to focus our efforts on active
22+
and promising initiatives.
23+
24+
We invite all partners and interested organizations to review these proposals,
25+
share your feedback, and consider collaboration on projects that can drive
26+
meaningful impact.

poetry.lock

Lines changed: 16 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ dependencies = [
2222
"linkcheckmd (>=1.4.0,<2.0.0)",
2323
"beautifulsoup4 (>=4.12.3,<5.0.0)",
2424
"mkdocs-git-revision-date-localized-plugin (>=1.3)",
25+
"mdx-truly-sane-lists (>=1.3,<2.0)",
2526
]
2627

2728

0 commit comments

Comments
 (0)