Skip to content

Commit

Permalink
small updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaussion committed Nov 27, 2024
1 parent 55e7611 commit 6967203
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
6 changes: 3 additions & 3 deletions code-of-conduct.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# {octicon}`code-of-conduct` Code of Conduct

👋🏽 Welcome to the OGGM community! We’re excited to have you with us. Please take a moment to read and accept our Code of Conduct, which outlines the values that make our community strong, inclusive, and respectful. We also invite you to review our [Mission Statement](mission) to understand the shared goals and vision that guide us.
👋🏽 Welcome to the [OGGM](https://oggm.org) community! We’re excited to have you with us. Please take a moment to read and accept our Code of Conduct, which outlines the values that make our community strong, inclusive, and respectful. We also invite you to review our [Mission Statement](mission) to understand the shared goals and vision that guide us.

## Introduction

Expand All @@ -12,8 +12,8 @@ Our goal is to maintain a safe, helpful and friendly community for everyone, reg

This code of conduct applies to all online spaces managed by OGGM, all in-person or online OGGM events, and anywhere such behavior has the potential to adversely affect the safety and well-being of community members as well as their career develpment. This includes:

- the OGGM Slack space
- all OGGM repositories in the OGGM github organisation
- the OGGM [Slack space](./guides/slack-intro.md)
- all OGGM repositories in the [OGGM github organisation](https://github.com/OGGM)
- the OGGM online meetings
- the OGGM in-person workshops
- the OGGM in-person meetings at conferences, etc.
Expand Down
4 changes: 2 additions & 2 deletions convert_roles.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ def generate_markdown(data, header=None):

# Role holders tab
markdown += ":::::{tab-item} Role holders\n"
markdown += "::::{grid} 1 2 3 4\n:gutter: 3\n\n"
markdown += "::::{grid} 3\n:gutter: 2\n\n"
for role_holder in content.get('role_holders', []):
markdown += f":::{{grid-item-card}} {role_holder['name']}\n{role_holder['period']}\n:::\n\n"
markdown += "::::\n:::::\n\n"

# Past role holders tab
if content.get('past_role_holders'):
markdown += ":::::{tab-item} Past role holders\n"
markdown += "::::{grid} 1 2 3 4\n:gutter: 3\n\n"
markdown += "::::{grid} 3\n:gutter: 2\n\n"
for past_holder in content['past_role_holders']:
markdown += f":::{{grid-item-card}} {past_holder['name']}\n{past_holder['period']}\n:::\n\n"
markdown += "::::\n:::::\n\n"
Expand Down
2 changes: 1 addition & 1 deletion mission.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# {octicon}`rocket` Mission

```{epigraph}
The OGGM community is a collaborative, open-source initiative focused on advancing glacier science and understanding the impacts of climate change on glaciers. Our mission is to provide accessible and comprehensive glacier modeling tools for researchers, educators, and decision-makers. Together, we are building a community-driven platform that enables:
The [OGGM](https://oggm.org) community is a collaborative, open-source initiative focused on advancing glacier science and understanding the impacts of climate change on glaciers. Our mission is to provide accessible and comprehensive glacier modeling tools for researchers, educators, and decision-makers. Together, we are building a community-driven platform that enables:
- Cutting-edge glacier and climate science.
- Open educational resources to train the next generation of scientists.
Expand Down
4 changes: 3 additions & 1 deletion welcome.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# {octicon}`home` OGGM community

Website documenting all things related to the OGGM community! Welcome to all.
OGGM is the Open Global Glacier Model, an open-source project ([oggm.org](https://oggm.org)).

This webpage documents many aspects related to its governance, and the values shared by its community of users.

```{tableofcontents}
```

0 comments on commit 6967203

Please sign in to comment.