Skip to content

Commit f10aa70

Browse files
authored
Doc: HPSF & Gov Links (#5085)
Add agreed upon HPSF boilerplate text in README and manual. Update acknowledegments.
1 parent 128ed9e commit f10aa70

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

Docs/source/acknowledgements.rst

+7-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,18 @@
33
Funding and Acknowledgements
44
============================
55

6-
WarpX is supported by the Exascale Computing Project (17-SC-20-SC), a collaborative effort of two U.S. Department of Energy organizations (Office of Science and the National Nuclear Security Administration) responsible for the planning and preparation of a capable exascale ecosystem, including software, applications, hardware, advanced system engineering, and early testbed platforms, in support of the nation's exascale computing imperative.
6+
WarpX is hosted by the High Performance Computing Foundation (HPSF).
7+
If your organization wants to help steer the evolution of the HPC software ecosystem, visit `hpsf.io <https://hpsf.io>`__ and consider joining!
78

89
WarpX is supported by the CAMPA collaboration, a project of the U.S. Department of Energy, Office of Science, Office of Advanced Scientific Computing Research and Office of High Energy Physics, Scientific Discovery through Advanced Computing (SciDAC) program.
910

10-
ABLASTR seed development is supported by the Laboratory Directed Research and Development Program of Lawrence Berkeley National Laboratory under U.S. Department of Energy Contract No. DE-AC02-05CH11231.
11+
WarpX is supported by the KISMET project, a project of the U.S. Department of Energy, Office of Science, Office of Advanced Scientific Computing Research and Office of Fusion Energy Science, Scientific Discovery through Advanced Computing (SciDAC) program.
1112

1213
CEA-LIDYL actively contributes to the co-development of WarpX.
1314
As part of this initiative, WarpX also receives funding from the French National Research Agency (ANR - Plasm-On-Chip), the Horizon H2020 program and CEA.
1415

16+
WarpX was supported by the Exascale Computing Project (17-SC-20-SC), a collaborative effort of two U.S. Department of Energy organizations (Office of Science and the National Nuclear Security Administration) responsible for the planning and preparation of a capable exascale ecosystem, including software, applications, hardware, advanced system engineering, and early testbed platforms, in support of the nation's exascale computing imperative.
17+
18+
ABLASTR seed development was supported by the Laboratory Directed Research and Development Program of Lawrence Berkeley National Laboratory under U.S. Department of Energy Contract No. DE-AC02-05CH11231.
19+
1520
We acknowledge all the contributors and users of the WarpX community who participate to the code quality with valuable code improvement and important feedback.

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![Discussions](https://img.shields.io/badge/chat-discussions-turquoise.svg)](https://github.com/ECP-WarpX/WarpX/discussions)
99
[![Supported Platforms](https://img.shields.io/badge/platforms-linux%20|%20osx%20|%20win-blue)](https://warpx.readthedocs.io/en/latest/install/users.html)
1010
[![GitHub commits since last release](https://img.shields.io/github/commits-since/ECP-WarpX/WarpX/latest/development.svg)](https://github.com/ECP-WarpX/WarpX/compare/development)
11-
[![Exascale Computing Project](https://img.shields.io/badge/supported%20by-ECP-orange)](https://www.exascaleproject.org/research/)
11+
[![HPSF](https://img.shields.io/badge/hosted%20by-HPSF-orange)](https://hpsf.io)
1212
[![Language: C++17](https://img.shields.io/badge/language-C%2B%2B17-orange.svg)](https://isocpp.org/)
1313
[![Language: Python](https://img.shields.io/badge/language-Python-orange.svg)](https://python.org/)
1414
[![License WarpX](https://img.shields.io/badge/license-BSD--3--Clause--LBNL-blue.svg)](https://spdx.org/licenses/BSD-3-Clause-LBNL.html)
@@ -45,6 +45,14 @@ To contact the developers, feel free to open an issue on this repo, or visit our
4545
[![SENSEI](https://img.shields.io/static/v1?label="runs%20on"&message="SENSEI"&color="blueviolet")](https://sensei-insitu.org)
4646

4747
Our workflow is described in [CONTRIBUTING.rst](CONTRIBUTING.rst).
48+
We invite you to contribute to WarpX in any form following our [Code of Conduct](https://warpx.readthedocs.io/en/latest/coc.html), e.g., contribute to [discussions](https://github.com/ECP-WarpX/WarpX/discussions), help each other in [issues](https://github.com/ECP-WarpX/WarpX/issues), fix bugs, or add [documentation](https://warpx.readthedocs.io/en/latest/developers/documentation.html) and new functionality!
49+
50+
## Governance
51+
52+
WarpX is hosted by the High Performance Computing Foundation (HPSF).
53+
If your organization wants to help steer the evolution of the HPC software ecosystem, visit [hpsf.io](https://hpsf.io) and consider joining!
54+
55+
The WarpX open governance model is described in [GOVERNANCE.rst](GOVERNANCE.rst).
4856

4957
## Copyright Notice
5058

0 commit comments

Comments
 (0)