8000 Update top page of web site and COPYING by atztogo · Pull Request #449 · spglib/spglib · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Update top page of web site and COPYING #449

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2014, Atsushi Togo
Copyright (c) 2024, Spglib team
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
24 changes: 21 additions & 3 deletions doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,8 @@ The detailed algorithm of spglib is described the following text:

## For more information

- Repository: https://github.com/spglib/spglib
- Repository: <https://github.com/spglib/spglib>
- License: BSD-3-Clause
- Contact: atz.togo@gmail.com
- Author: Atsushi Togo

## Links

Expand All @@ -57,8 +55,28 @@ The detailed algorithm of spglib is described the following text:
- Conda: <https://anaconda.org/conda-forge/spglib>
- PyPI: <https://pypi.org/project/spglib/>

## Contributors

Spglib thrives from the contributions of the community, and we would like to thank each and every one of [the contributors][contributors] as well as everyone participating in the [issue] and [discussion] forums.

The current main developers of Spglib are:
- [Atsushi Togo] (National Institute for Materials Science)
- [Kohei Shinohara]
- [Cristian Le]

[contributors]: https://github.com/spglib/spglib/graphs/contributors
[issue]: https://github.com/spglib/spglib/issues
[discussion]: https://github.com/spglib/spglib/discussions
[Atsushi Togo]: https://github.com/atztogo
[Kohei Shinohara]: https://github.com/lan496
[Cristian Le]: https://github.com/LecrisUT

## Acknowledgments

Spglib development is supported by

- National Institute for Materials Science

Spglib project acknowledges Paweł T. Jochym for deployment and packaging, Yusuke
Seto for the Crystallographic database, Jingheng Fu for layer group
implementation, Juan Rodriguez-Carvajal for the Magnetic space-group database, 3FF5
Expand Down
0