Skip to content

Commit

Permalink
Add Software Maturity and ESEE badges
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosbento committed Feb 19, 2025
1 parent e6702a1 commit 6b1d4dc
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# ecFlow

<div align="center">
<a href="https://github.com/ecmwf/codex/raw/refs/heads/main/ESEE"><img src="https://github.com/ecmwf/codex/raw/refs/heads/main/ESEE/production_chain_badge.svg" alt="Static Badge"></a>
&nbsp;
<a href="https://github.com/ecmwf/codex/raw/refs/heads/main/Project%20Maturity"><img src="https://github.com/ecmwf/codex/raw/refs/heads/main/Project%20Maturity/graduated_badge.svg" alt="Static Badge"></a>
</div>


> [!IMPORTANT]
> This software is **Graduated** and subject to ECMWF's guidelines on [Software Maturity](https://github.com/ecmwf/codex/raw/refs/heads/main/Project%20Maturity).
*ecFlow* is a client/server workflow package that enables users to run a large number of programs (with dependencies on each other and on time) in a controlled environment. It provides tolerance for hardware and software failures, combined with restart capabilities. It is used at ECMWF to run all our operational suites across a range of platforms.

The documentation can be found at https://ecflow.readthedocs.io/.


## COPYRIGHT AND LICENCE

Copyright 2005- European Centre for Medium-Range Weather Forecasts (ECMWF).

This software is licensed under the terms of the Apache Licence Version 2.0
which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.

In applying this licence, ECMWF does not waive the privileges and immunities granted to it by
virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
22 changes: 22 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@

**ecFlow**
==========

.. raw:: html

<div align="center">
<a href="https://github.com/ecmwf/codex/raw/refs/heads/main/ESEE"><img src="https://github.com/ecmwf/codex/raw/refs/heads/main/ESEE/production_chain_badge.svg" alt="Static Badge"></a>
&nbsp;
<a href="https://github.com/ecmwf/codex/raw/refs/heads/main/Project%20Maturity"><img src="https://github.com/ecmwf/codex/raw/refs/heads/main/Project%20Maturity/graduated_badge.svg" alt="Static Badge"></a>
</div>

.. important::

This software is **Graduated** and subject to ECMWF's guidelines on `Software Maturity`_.

.. _software maturity: https://github.com/ecmwf/codex/raw/refs/heads/main/Project%20Maturity


.. list-table::

* - Important
* - This software is **Graduated** and subject to ECMWF's guidelines on `Software Maturity`_.


*ecFlow* is a client/server workflow package that enables users to run a large number of programs (with dependencies on each other and on time) in a controlled environment. It provides tolerance for hardware and software failures, combined with restart capabilities. It is used at ECMWF to run all our operational suites across a range of platforms.

The documentation can be found at https://ecflow.readthedocs.io/.
Expand Down

0 comments on commit 6b1d4dc

Please sign in to comment.