Skip to content

Commit 6b3989f

Browse files
committed
Update contributors page
1 parent ac445fe commit 6b3989f

File tree

3 files changed

+21
-13
lines changed

3 files changed

+21
-13
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ atomate2 workflows can be run using the [FireWorks] software. See the
7676

7777
## Installation
7878

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

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

112112
Atomate2 was designed and developed by Alex Ganose.
113113

114+
A full list of all contributors can be found [here][contributors].
115+
114116
[maggma]: https://materialsproject.github.io/maggma/
115117
[pymatgen]: https://pymatgen.org
116118
[fireworks]: https://materialsproject.github.io/fireworks/

docs/src/user/changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ This version removed Python 3.7 support following numpy and pymatgen.
88

99
New features:
1010

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

1313
Bug fixes:
1414

15-
- Fix VASP relaxation using custodian "FULL_OPT" (@arosen) [#42]
15+
- Fix VASP relaxation using custodian "FULL_OPT" (@arosen93) [#42]
1616
- Fix supercell generation and input sets in electron-phonon workflow.
1717
- Fix ``HSEBSSetGenerator`` INCAR settings.
1818
- Fix issue with magnetism in SOC structures.

docs/src/user/contributors.rst

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,12 @@ Contributors
33

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

6-
.. |computron| image:: https://cdnjs.cloudflare.com/ajax/libs/octicons/8.5.0/svg/mark-github.svg
7-
:target: https://github.com/computron
8-
:width: 16
9-
:height: 16
10-
:alt: GitHub profile for computron
11-
.. |0000-0001-5893-9967| image:: ../_static/orcid.svg
12-
:target: https://orcid.org/0000-0001-5893-9967
13-
:width: 16
14-
:height: 16
15-
:alt: ORCID profile for 0000-0001-5893-9967
6+
Additional contributions have been provided by:
7+
8+
| **Andrew Rosen** |arosen| |0000-0002-0141-7006|
9+
| Miller Research Fellow
10+
| University of California, Berkeley
11+
1612
.. |utf| image:: https://cdnjs.cloudflare.com/ajax/libs/octicons/8.5.0/svg/mark-github.svg
1713
:target: https://github.com/utf
1814
:width: 16
@@ -23,3 +19,13 @@ atomate2 was designed and developed by **Alex Ganose** |utf| |0000-0002-4486-332
2319
:width: 16
2420
:height: 16
2521
:alt: ORCID profile for 0000-0002-4486-3321
22+
.. |arosen| image:: https://cdnjs.cloudflare.com/ajax/libs/octicons/8.5.0/svg/mark-github.svg
23+
:target: https://github.com/arosen93
24+
:width: 16
25+
:height: 16
26+
:alt: GitHub commits from arosen93
27+
.. |0000-0002-0141-7006| image:: _static/orcid.svg
28+
:target: https://orcid.org/0000-0001-7777-8871
29+
:width: 16
30+
:height: 16
31+
:alt: ORCID profile for 0000-0002-0141-7006

0 commit comments

Comments
 (0)