diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 000000000..4725d22f4 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,36 @@ +# This CITATION.cff file was generated with cffinit. +# Visit https://bit.ly/cffinit to generate yours today! + +cff-version: 1.2.0 +title: lichess-bot +message: >- + If you use this software, please cite it using the + metadata from this file. +type: software +authors: + - given-names: Ioannis + family-names: Pantidis + - given-names: Mark + family-names: Harrison + orcid: 'https://orcid.org/0000-0001-7212-8810' + - given-names: Shail + family-names: Choksi + - given-names: Thibault + family-names: Duplessis + affiliation: lichess.org +repository-code: 'https://github.com/lichess-bot-devs/lichess-bot' +abstract: >- + lichess-bot is a free bridge between the Lichess Bot API + and chess engines. + + With lichess-bot, you can create and operate a bot on + lichess. Your bot will be able to play against humans and + bots alike, and you will be able to view these games live + on lichess. +keywords: + - chess + - chess engine + - lichess + - API + - game +license: AGPL-3.0 diff --git a/README.md b/README.md index a6cfc9bf7..23093731c 100644 --- a/README.md +++ b/README.md @@ -59,3 +59,6 @@ Thanks to the Lichess team, especially T. Alexander Lystad and Thibault Duplessi ## License lichess-bot is licensed under the AGPLv3 (or any later version at your option). Check out the [LICENSE file](https://github.com/lichess-bot-devs/lichess-bot/blob/master/LICENSE) for the full text. + +## Citation +If this software has been used for research purposes, please cite it using the "Cite this repository" menu on the right sidebar. For more information, check the [CITATION file](https://github.com/lichess-bot-devs/lichess-bot/blob/master/CITATION.cff).