Skip to content

Commit 8118174

Browse files
authored
Fix double id and empty h1 for about pages (#155)
1 parent 2df4dcc commit 8118174

File tree

4 files changed

+22
-15
lines changed

4 files changed

+22
-15
lines changed

content/about/code_of_conduct/_index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Code of Conduct
1+
+++
2+
title = "Code of Conduct"
3+
+++
24

35
## Our Pledge
46

content/about/mission/_index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# Mission Statement
1+
+++
2+
title = "Mission statement"
3+
+++
4+
25

36
## Goals
47

content/about/roles/_index.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# Roles And Responsibilities
1+
+++
2+
title = "Roles and Decisions"
3+
+++
4+
5+
## Roles and Responsibilities
26

37
The purpose of this document is to formalize the governance process used by the `scverse` project, to clarify how decisions are made and how the various groups within our community interact.
48

@@ -7,11 +11,11 @@ However, any subproject within the scverse can have its own governance system as
711
Anyone with an interest in the project can join the community, contribute to the project design, and participate in the decision making process.
812
This document describes how that participation takes place, how to find consensus, and how deadlocks are resolved.
913

10-
## The Community
14+
### The Community
1115

1216
The scverse community consists of anyone using or working with the project in any way.
1317

14-
## Contributors
18+
### Contributors
1519

1620
A community member can become a contributor by interacting directly with the project in concrete ways, such as:
1721

@@ -31,20 +35,20 @@ A community member becomes a contributor when the following criteria are met:
3135
- At least two core team members support their addition
3236
- The new member has supported the project several times, either through code or otherwise
3337

34-
### Project developers
38+
#### Project Developers
3539

3640
Individual projects within scverse have a lot of freedom in deciding how their projects are developed.
3741
This includes who gets commit rights to their projects.
3842

39-
## Core team
43+
### Core Team
4044

4145
The core team are community members who have demonstrated continued commitment to the project through ongoing contributions.
4246
They have shown they can be trusted to maintain scverse with care.
4347
Team members appear as organization members on the scverse [GitHub organization](https://github.com/orgs/scverse/people) and are on our [@scverse/core](https://github.com/orgs/scverse/teams/core) GitHub team.
4448

4549
There are sub-roles within the core team depending on the kinds covering different kinds of contributions and responsibilities.
4650

47-
### Core developers
51+
#### Core Developers
4852

4953
Core developers are members of the core team who have made significant code contributions to `scverse`.
5054
They are granted additional rights so they can more easily carry on with their `scverse` related activities.
@@ -64,7 +68,7 @@ After nomination, admission will be decided by two-thirds majority vote on a pri
6468

6569
Primary maintainers of new core packages, who are not already core developers, will be invited to join.
6670

67-
## Steering Council
71+
### Steering Council
6872

6973
The Steering Council (SC) members are core team members who have additional responsibilities to ensure the smooth running of the project.
7074
SC members are expected to participate in strategic planning, approve changes to the governance model, and make decisions about funding granted to `scverse` itself (funding to community members is theirs to pursue and manage). Changes that impact the full project require analysis informed by extensive experience with both the project and the larger ecosystem.
@@ -91,19 +95,19 @@ During that time deadlocked votes of the SC will be postponed until the new memb
9195

9296
The `scverse` steering council may be contacted at `steering-council@scverse.org`, or via the [@scverse/steering-council](https://github.com/orgs/scverse/teams/steering-council) GitHub team.
9397

94-
## Management Committee
98+
### Management Committee
9599

96100
The management committee consists of PIs that support the development of scverse core projects. Members of the management committee are expected to secure funding and allocate resources to the continuous development of one or more core projects.
97101

98102
PIs supervising the development of new core packages, who are not already part of the managment committee, will be invited to join.
99103

100-
## Scientific Advisory Board
104+
### Scientific Advisory Board
101105

102106
The scientific advisory boards consists of highly experienced scientists devoted to research in single cell omics analysis. In an annual meeting, the scientific advisory boards assesses the progress of scverse and suggests priorities for the next year based on the latests developments in the field.
103107

104108
Members of the scientific advisory boards are nominated by the core team.
105109

106-
# Decision Making Process
110+
## Decision Making Process
107111

108112
Decisions about the future of the project are made through discussion with members of the community.
109113
All non-sensitive project management discussion takes place on the issue trackers of the https://github.com/scverse repositories, in public channels of our chat, or on the forums.

layouts/about/list.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212
<div id="page-content">
1313
<h1>{{ .Title }}</h1>
1414
<article class="post">
15-
<div class="post-content">
16-
{{ .Content }}
17-
</div>
15+
{{ .Content }}
1816
</article>
1917
</div>
2018
</div>

0 commit comments

Comments
 (0)