Skip to content

Commit

Permalink
Update contributors page
Browse files Browse the repository at this point in the history
  • Loading branch information
utf committed Jan 26, 2022
1 parent ac445fe commit 6b3989f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 13 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ atomate2 workflows can be run using the [FireWorks] software. See the

## Installation

Atomate2 is a Python 3.7+ library and can be installed using pip. Full installation
Atomate2 is a Python 3.8+ library and can be installed using pip. Full installation
and configuration instructions are provided in the [installation tutorial][installation].

## Tutorials
Expand Down Expand Up @@ -111,6 +111,8 @@ Atomate2 is released under a modified BSD license; the full text can be found [h

Atomate2 was designed and developed by Alex Ganose.

A full list of all contributors can be found [here][contributors].

[maggma]: https://materialsproject.github.io/maggma/
[pymatgen]: https://pymatgen.org
[fireworks]: https://materialsproject.github.io/fireworks/
Expand Down
4 changes: 2 additions & 2 deletions docs/src/user/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ This version removed Python 3.7 support following numpy and pymatgen.

New features:

- Base schema for molecule task documents (@arosen) [#54]
- Base schema for molecule task documents (@arosen93) [#54]

Bug fixes:

- Fix VASP relaxation using custodian "FULL_OPT" (@arosen) [#42]
- Fix VASP relaxation using custodian "FULL_OPT" (@arosen93) [#42]
- Fix supercell generation and input sets in electron-phonon workflow.
- Fix ``HSEBSSetGenerator`` INCAR settings.
- Fix issue with magnetism in SOC structures.
Expand Down
26 changes: 16 additions & 10 deletions docs/src/user/contributors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,12 @@ Contributors

atomate2 was designed and developed by **Alex Ganose** |utf| |0000-0002-4486-3321|.

.. |computron| image:: https://cdnjs.cloudflare.com/ajax/libs/octicons/8.5.0/svg/mark-github.svg
:target: https://github.com/computron
:width: 16
:height: 16
:alt: GitHub profile for computron
.. |0000-0001-5893-9967| image:: ../_static/orcid.svg
:target: https://orcid.org/0000-0001-5893-9967
:width: 16
:height: 16
:alt: ORCID profile for 0000-0001-5893-9967
Additional contributions have been provided by:

| **Andrew Rosen** |arosen| |0000-0002-0141-7006|
| Miller Research Fellow
| University of California, Berkeley
.. |utf| image:: https://cdnjs.cloudflare.com/ajax/libs/octicons/8.5.0/svg/mark-github.svg
:target: https://github.com/utf
:width: 16
Expand All @@ -23,3 +19,13 @@ atomate2 was designed and developed by **Alex Ganose** |utf| |0000-0002-4486-332
:width: 16
:height: 16
:alt: ORCID profile for 0000-0002-4486-3321
.. |arosen| image:: https://cdnjs.cloudflare.com/ajax/libs/octicons/8.5.0/svg/mark-github.svg
:target: https://github.com/arosen93
:width: 16
:height: 16
:alt: GitHub commits from arosen93
.. |0000-0002-0141-7006| image:: _static/orcid.svg
:target: https://orcid.org/0000-0001-7777-8871
:width: 16
:height: 16
:alt: ORCID profile for 0000-0002-0141-7006

0 comments on commit 6b3989f

Please sign in to comment.