From eb55df0316b5f994636ed8e456f857898cb26dc6 Mon Sep 17 00:00:00 2001 From: Giovanni Pizzi Date: Tue, 27 Feb 2024 14:19:16 +0100 Subject: [PATCH] Fixing Giovanni's affiliation and adding docs link to the README file --- README.rst | 7 ++++++- docs/docs/user_guide/introduction.md | 8 ++++---- docs/docs/user_guide/wannier90/files.md | 2 +- src/readwrite.F90 | 2 +- 4 files changed, 12 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index a376f6fa..683d4ff5 100644 --- a/README.rst +++ b/README.rst @@ -10,8 +10,13 @@ The homepage of the Wannier90 code is http://www.wannier.org The code is hosted on GitHub_. +The documentation of the code can be found +here_. + .. _GitHub: https://github.com/wannier-developers/wannier90 +.. _here: https://wannier-developers.github.io/wannier90 + How to contribute +++++++++++++++++ @@ -87,7 +92,7 @@ Authors and contributors The Wannier90 Developer Group includes: -* Giovanni Pizzi (EPFL, CH) +* Giovanni Pizzi (Paul Scherrer Institute, CH) * Valerio Vitale (University of Trieste, IT) * David Vanderbilt (Rutgers University, US) * Nicola Marzari (EPFL, CH) diff --git a/docs/docs/user_guide/introduction.md b/docs/docs/user_guide/introduction.md index 7c9a9fd6..d3a78249 100644 --- a/docs/docs/user_guide/introduction.md +++ b/docs/docs/user_guide/introduction.md @@ -59,10 +59,10 @@ and ## Credits -The Wannier90 Developer Group includes Giovanni Pizzi (EPFL, CH), -Valerio Vitale (University of Trieste, IT), David Vanderbilt (Rutgers University, -US), Nicola Marzari (EPFL, CH), Ivo Souza (Universidad del Pais Vasco, -ES), Arash A. Mostofi (Imperial College London, GB), and Jonathan R. +The Wannier90 Developer Group includes Giovanni Pizzi (Paul Scherrer Institute, +CH), Valerio Vitale (University of Trieste, IT), David Vanderbilt (Rutgers +University, US), Nicola Marzari (EPFL, CH), Ivo Souza (Universidad del Pais +Vasco, ES), Arash A. Mostofi (Imperial College London, GB), and Jonathan R. Yates (University of Oxford, GB). The present release of `wannier90` was written by the Wannier90 diff --git a/docs/docs/user_guide/wannier90/files.md b/docs/docs/user_guide/wannier90/files.md index ba41a049..47de3e7b 100644 --- a/docs/docs/user_guide/wannier90/files.md +++ b/docs/docs/user_guide/wannier90/files.md @@ -121,7 +121,7 @@ might slightly change across different versions): | http://www.wannier.org | | | | Wannier90 Developer Group: | - | Giovanni Pizzi (EPFL) | + | Giovanni Pizzi (Paul Scherrer Institute) | | Valerio Vitale (Cambridge) | | David Vanderbilt (Rutgers University) | | Nicola Marzari (EPFL) | diff --git a/src/readwrite.F90 b/src/readwrite.F90 index 8ea2def8..b0688150 100644 --- a/src/readwrite.F90 +++ b/src/readwrite.F90 @@ -1436,7 +1436,7 @@ subroutine w90_readwrite_write_header(bohr_version_str, constants_version_str1, write (stdout, *) ' | |' write (stdout, *) ' | |' write (stdout, *) ' | Wannier90 Developer Group: |' - write (stdout, *) ' | Giovanni Pizzi (EPFL) |' + write (stdout, *) ' | Giovanni Pizzi (Paul Scherrer Institute) |' write (stdout, *) ' | Valerio Vitale (University of Trieste) |' write (stdout, *) ' | David Vanderbilt (Rutgers University) |' write (stdout, *) ' | Nicola Marzari (EPFL) |'