Skip to content

Commit

Permalink
Merge pull request #53 from qchempku2017/main
Browse files Browse the repository at this point in the history
DOC: add badges.
  • Loading branch information
qchempku2017 committed Sep 21, 2023
2 parents e77a23b + 899727e commit 8e84aca
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
WorkFlow for Automated Cluster Expansion Regression (WFacer)
===================================================

*Modulated automation of cluster expansion model construction based on atomate2 and Jobflow*
*Modulated automation of cluster expansion model fitting based on atomate2 and Jobflow*

-----------------------------------------------------------------------------
[![test](https://github.com/CederGroupHub/WFacer/actions/workflows/test.yml/badge.svg)](https://github.com/CederGroupHub/WFacer/actions/workflows/test.yml)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/3385a15764b144589ef993b942b2a159)](https://app.codacy.com/gh/CederGroupHub/WFacer/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
[![Codacy Badge](https://app.codacy.com/project/badge/Coverage/3385a15764b144589ef993b942b2a159)](https://app.codacy.com/gh/CederGroupHub/WFacer/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_coverage)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/CederGroupHub/WFacer/main.svg)](https://results.pre-commit.ci/latest/github/CederGroupHub/WFacer/main)
[![pypi version](https://img.shields.io/pypi/v/WFacer?color=blue)](https://pypi.org/project/WFacer)
[![Static Badge](https://img.shields.io/badge/python-3.8%2B-blue)](https://www.python.org/downloads/)

**WFacer** ("Wall"Facer) is a light-weight package based on [smol](https://github.com/CederGroupHub/smol.git)
to automate the fitting of lattice models in disordered crystalline solids using
Expand Down
23 changes: 22 additions & 1 deletion docs/src/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,31 @@
WorkFlow for Automated Cluster Expansion Regression (WFacer)
============================================================

*Modulated automation of cluster expansion model construction based on atomate2 and Jobflow*
*Modulated automation of cluster expansion model fitting based on atomate2 and Jobflow*

**************

.. |test| image:: https://github.com/CederGroupHub/WFacer/actions/workflows/test.yml/badge.svg
:target: https://github.com/CederGroupHub/WFacer/actions/workflows/test.yml

.. |codacy_grade| image:: https://app.codacy.com/project/badge/Grade/3385a15764b144589ef993b942b2a159
:target: https://app.codacy.com/gh/CederGroupHub/WFacer/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade

.. |codacy_coverage| image:: https://app.codacy.com/project/badge/Coverage/3385a15764b144589ef993b942b2a159
:target: https://app.codacy.com/gh/CederGroupHub/WFacer/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_coverage

.. |precommit| image:: https://results.pre-commit.ci/badge/github/CederGroupHub/WFacer/main.svg
:target: https://results.pre-commit.ci/latest/github/CederGroupHub/WFacer/main

.. |pypi_version| image:: https://img.shields.io/pypi/v/WFacer?color=blue
:target: https://pypi.org/project/WFacer

.. |static_badge| image:: https://img.shields.io/badge/python-3.8%2B-blue
:target: https://www.python.org/downloads/

|test| |codacy_grade| |codacy_coverage| |precommit| |pypi_version| |static_badge|


WFacer ("Wall"Facer) is a light-weight package based on `smol <https://github.com/CederGroupHub/smol.git>`_
to automate the fitting of lattice models in disordered crystalline solids using
*cluster expansion* method. Beyond metallic alloys, **WFacer** is also designed
Expand Down

0 comments on commit 8e84aca

Please sign in to comment.