diff --git a/README.md b/README.md index 122933a..434837a 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ - [Real-data examples](#real-data-examples) - [License](#license) - [GitHub Repository](#github-repository) +- [Contributors](#contributors) - [How to Cite This Work](#how-to-cite-this-work) - [References](#references) @@ -303,12 +304,37 @@ with this program. If not, see Source files for the packages can be found at +## Contributors + +- Idris A. Eckley: [email](mailto:i.eckley@lancaster.ac.uk) (**Author**) + (**Thesis Advisor**) + +- Paul Fearnhead: [email](mailto:p.fearnhead@lancaster.ac.uk) + (**Author**) (**Thesis Advisor**) + +- Daniel Grose: [email](mailto:dan.grose@lancaster.ac.uk) (**Author**) + (**Maintainer**) (**Creator**) + +- Liudmila Pishchagina: + [email](mailto:liudmila.pishchagina@univ-evry.fr) (**Author**) + +- Guillem Rigaill: [email](mailto:guillem.rigaill@inrae.fr) (**Author**) + (**Thesis Advisor**) + +- Gaetano Romano: [email](mailto:g.romano@lancaster.ac.uk) (**Author**) + (**Maintainer**) (**Creator**) (**Translator**) + +- Vincent Runge: [email](mailto:vincent.runge@univ-evry.fr) (**Author**) + (**Thesis Advisor**) + +- Kes Ward: [email](mailto:k.ward4@lancaster.ac.uk) (**Author**) + ## How to Cite This Work A possible BibTeX entry for this package could be: @software{changepoint_online, - author = {Daniel Grose, Gaetano Romano}, + author = {Idris A. Eckley, Paul Fearnhead, Daniel Grose, Liudmila Pishchagina, Guillem Rigaill, Gaetano Romano, Vincent Runge, Kes Ward}, title = {changepoint_online: A Collection of Methods for Online Changepoint Detection.}, month = Apr, year = 2024, diff --git a/generate_README_file.qmd b/generate_README_file.qmd index cdc60a4..325965a 100644 --- a/generate_README_file.qmd +++ b/generate_README_file.qmd @@ -256,13 +256,31 @@ You should have received a copy of the GNU General Public License along with thi Source files for the packages can be found at +## Contributors + +- Idris A. Eckley: [email](mailto:i.eckley@lancaster.ac.uk) (**Author**) (**Thesis Advisor**) + +- Paul Fearnhead: [email](mailto:p.fearnhead@lancaster.ac.uk) (**Author**) (**Thesis Advisor**) + +- Daniel Grose: [email](mailto:dan.grose@lancaster.ac.uk) (**Author**) (**Maintainer**) (**Creator**) + +- Liudmila Pishchagina: [email](mailto:liudmila.pishchagina@univ-evry.fr) (**Author**) + +- Guillem Rigaill: [email](mailto:guillem.rigaill@inrae.fr) (**Author**) (**Thesis Advisor**) + +- Gaetano Romano: [email](mailto:g.romano@lancaster.ac.uk) (**Author**) (**Maintainer**) (**Creator**) (**Translator**) + +- Vincent Runge: [email](mailto:vincent.runge@univ-evry.fr) (**Author**) (**Thesis Advisor**) + +- Kes Ward: [email](mailto:k.ward4@lancaster.ac.uk) (**Author**) + ## How to Cite This Work A possible BibTeX entry for this package could be: -``` +``` @software{changepoint_online, - author = {Daniel Grose, Gaetano Romano}, + author = {Idris A. Eckley, Paul Fearnhead, Daniel Grose, Liudmila Pishchagina, Guillem Rigaill, Gaetano Romano, Vincent Runge, Kes Ward}, title = {changepoint_online: A Collection of Methods for Online Changepoint Detection.}, month = Apr, year = 2024, diff --git a/python/package/pyproject.toml b/python/package/pyproject.toml index cf3424b..15f60f5 100644 --- a/python/package/pyproject.toml +++ b/python/package/pyproject.toml @@ -10,8 +10,14 @@ authors = [ { name="Gaetano Romano", email="g.romano@lancaster.ac.uk" } ] maintainers = [ - { name="Daniel Grose", email="dan.grose@lancaster.ac.uk" }, - { name="Gaetano Romano", email="g.romano@lancaster.ac.uk" } + { name="Idris A. Eckley", email="i.eckley@lancaster.ac.uk"}, + { name="Paul Fearnhead", email="p.fearnhead@lancaster.ac.uk"}, + { name="Daniel Grose", email="dan.grose@lancaster.ac.uk"}, + { name="Liudmila Pishchagina", email="liudmila.pishchagina@univ-evry.fr"}, + { name="Guillem Rigaill", email="guillem.rigaill@inrae.fr"}, + { name="Gaetano Romano", email="g.romano@lancaster.ac.uk"}, + { name="Vincent Runge", email="vincent.runge@univ-evry.fr"}, + { name="Kes Ward", email="k.ward4@lancaster.ac.uk"}, ] description = "A Collection of Methods for Online Changepoint Detection" readme = "README.md"