Skip to content

Commit ff572d8

Browse files
committed
auto: deploy new website
1 parent a1bb3de commit ff572d8

File tree

3 files changed

+51
-8
lines changed

3 files changed

+51
-8
lines changed

community/CONTRIBUTING/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1460,6 +1460,13 @@ <h2 id="recognizing-contributions">Recognizing contributions<a class="headerlink
14601460
<p>We welcome and recognize all contributions regardless their size, content or scope:
14611461
from documentation to testing and code development.
14621462
You can see a list of current developers and contributors in our <a href="https://github.com/nipreps/fmriprep/blob/master/.zenodo.json">zenodo file</a>.
1463+
Note that the <code>.zenodo.json</code> file is generated automatically, digesting data
1464+
from the <code>maint/MAINTAINERS.md</code> and <code>maint/CONTRIBUTORS.md</code> files (and from
1465+
the <code>maint/PIs.md</code> and <code>maint/FORMER.md</code> files, if applicable).
1466+
New contributors should add their names to the <code>maint/CONTRIBUTORS.md</code> file.
1467+
Contributors are promoted to the <code>maint/MAINTAINERS.md</code> list following the
1468+
<em>NiPreps</em> governance model.
1469+
Governance information can be found in the <a href="https://github.com/nipreps/GOVERNANCE">GOVERNANCE repository</a>.
14631470
Before every release, a new <a href="https://github.com/nipreps/fmriprep/blob/master/.zenodo.json">zenodo file</a> will be generated.
14641471
The <a href="https://github.com/nipreps/fmriprep/blob/master/.maint/update_authors.py">update script</a> will also sort creators and contributors by
14651472
the relative size of their contributions, as provided by the <code>git-line-summary</code> utility

community/members/index.html

Lines changed: 43 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<div data-md-component="skip">
7171

7272

73-
<a href="#developers" class="md-skip">
73+
<a href="#historical-note" class="md-skip">
7474
Skip to content
7575
</a>
7676

@@ -444,21 +444,36 @@
444444
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
445445

446446
<li class="md-nav__item">
447+
<a href="#historical-note" class="md-nav__link">
448+
<span class="md-ellipsis">
449+
Historical note
450+
</span>
451+
</a>
452+
453+
<nav class="md-nav" aria-label="Historical note">
454+
<ul class="md-nav__list">
455+
456+
<li class="md-nav__item">
447457
<a href="#developers" class="md-nav__link">
448458
<span class="md-ellipsis">
449459
Developers
450460
</span>
451461
</a>
452462

453463
</li>
454-
455-
<li class="md-nav__item">
464+
465+
<li class="md-nav__item">
456466
<a href="#contributors" class="md-nav__link">
457467
<span class="md-ellipsis">
458468
Contributors
459469
</span>
460470
</a>
461471

472+
</li>
473+
474+
</ul>
475+
</nav>
476+
462477
</li>
463478

464479
</ul>
@@ -937,21 +952,36 @@
937952
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
938953

939954
<li class="md-nav__item">
955+
<a href="#historical-note" class="md-nav__link">
956+
<span class="md-ellipsis">
957+
Historical note
958+
</span>
959+
</a>
960+
961+
<nav class="md-nav" aria-label="Historical note">
962+
<ul class="md-nav__list">
963+
964+
<li class="md-nav__item">
940965
<a href="#developers" class="md-nav__link">
941966
<span class="md-ellipsis">
942967
Developers
943968
</span>
944969
</a>
945970

946971
</li>
947-
948-
<li class="md-nav__item">
972+
973+
<li class="md-nav__item">
949974
<a href="#contributors" class="md-nav__link">
950975
<span class="md-ellipsis">
951976
Contributors
952977
</span>
953978
</a>
954979

980+
</li>
981+
982+
</ul>
983+
</nav>
984+
955985
</li>
956986

957987
</ul>
@@ -977,14 +1007,20 @@ <h1>Membership</h1>
9771007
However, because of the scientific domain of <em>NiPreps</em>, the community features some
9781008
structure from <em>meritocracy models</em> to prescribe the order in the
9791009
authors list of <a href="../CONTRIBUTING/#publications">new papers about these tools</a>.</p>
980-
<h2 id="developers">Developers<a class="headerlink" href="#developers" title="Permanent link">&para;</a></h2>
1010+
<h2 id="historical-note">Historical note<a class="headerlink" href="#historical-note" title="Permanent link">&para;</a></h2>
1011+
<p>The sections below provide a note on how contributions to the <em>NiPreps</em>
1012+
projects were historically acknowledged.
1013+
The scheme below has been substituted by a robuster strategy
1014+
that is described in the <a href="../CONTRIBUTING/#recognizing-contributions">contributor recognition</a>
1015+
section.</p>
1016+
<h3 id="developers">Developers<a class="headerlink" href="#developers" title="Permanent link">&para;</a></h3>
9811017
<p>Developers are members of a wonderful team <em>driving the project</em>.
9821018
Names and contacts of all developers are included in the
9831019
<a href="https://github.com/nipreps/fmriprep/blob/master/.maint/developers.json"><code>.maint/developers.json</code> file</a> of each project.
9841020
Examples of steering activities that <em>drive the project</em> are: actively participating in the
9851021
follow-up meetings, leading documentation sprints, helping in the design of the tool and definition of the roadmap,
9861022
providing resources (in the broad sense, including funding), code-review, etc.</p>
987-
<h2 id="contributors">Contributors<a class="headerlink" href="#contributors" title="Permanent link">&para;</a></h2>
1023+
<h3 id="contributors">Contributors<a class="headerlink" href="#contributors" title="Permanent link">&para;</a></h3>
9881024
<p>Contributors enlisted in the
9891025
<a href="https://github.com/nipreps/fmriprep/blob/master/.maint/contributors.json"><code>.maint/contributors.json</code> file</a> of each project
9901026
actively help or have previously helped the project in a broad sense: writing code, writing documentation,

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)