From 60fdc8936a83f042c43d22644323136c9f34dc00 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Wed, 5 Apr 2017 15:28:54 +0200 Subject: [PATCH] doc/about.rst: add credits page --- doc/about.rst | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ doc/index.rst | 22 +----------------- 2 files changed, 74 insertions(+), 21 deletions(-) create mode 100644 doc/about.rst diff --git a/doc/about.rst b/doc/about.rst new file mode 100644 index 00000000..4793903c --- /dev/null +++ b/doc/about.rst @@ -0,0 +1,73 @@ +About +===== + +This library gathers a collection of music signal processing algorithms written +by several people. The documentation of each algorithms contains a brief +description and references to the corresponding papers. + +Credits +------- + +Many thanks to the following people who contributed to aubio, including: + + - Martin Hermant (`MartinHN `_) + - Eduard Müller (`emuell `_) + - Nils Philippsen (`nphilipp `_) + - Tres Seaver (`tseaver `_) + - Dirkjan Rijnders (`dirkjankrijnders `_) + - Jeffrey Kern (`anwserman `_) + - Sam Alexander (`sxalexander `_) + +Special thanks to Juan Pablo Bello, Chris Duxbury, Samer Abdallah, Alain de +Cheveigne for their help. Also many thanks to Miguel Ramirez and Nicolas Wack +for their advices and help fixing bugs. + +Publications +------------ + +Substantial informations about several of the algorithms and their evaluation +are gathered in: + + - Paul Brossier, `Automatic annotation of musical audio for interactive + systems `_, PhD thesis, Centre for Digital music, + Queen Mary University of London, London, UK, 2006. + +Additional results obtained with this software were discussed in the following +papers: + + - P. M. Brossier and J. P. Bello and M. D. Plumbley, `Real-time temporal + segmentation of note objects in music signals + `_ in *Proceedings of + the International Computer Music Conference*, 2004, Miami, Florida, ICMA + + - P. M. Brossier and J. P. Bello and M. D. Plumbley, `Fast labelling of note + objects in music signals + `, in *Proceedings of + the International Symposium on Music Information Retrieval*, 2004, + Barcelona, Spain + +Citation +-------- + +Please refer to the Zenodo link in the file README.md to cite this release. + +Copyright +--------- + +Copyright © 2003-2016 Paul Brossier + +License +------- + +aubio is a `free `_ and `open source +`_ software; **you** can +redistribute it and/or modify it under the terms of the `GNU +`_ `General Public License +`_ as published by the `Free Software +Foundation `_, either version 3 of the License, or (at your +option) any later version. + +.. note:: + + aubio is not MIT or BSD licensed. Contact us if you need it in your + commercial product. diff --git a/doc/index.rst b/doc/index.rst index c9dfc849..4fc80de8 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -62,27 +62,6 @@ aubio provides several algorithms and routines, including: The name aubio comes from *audio* with a typo: some errors are likely to be found in the results. -Copyright -========= - -Copyright © 2003-2016 Paul Brossier - -License -======= - -aubio is a `free `_ and `open source -`_ software; **you** can -redistribute it and/or modify it under the terms of the `GNU -`_ `General Public License -`_ as published by the `Free Software -Foundation `_, either version 3 of the License, or (at your -option) any later version. - -.. note:: - - aubio is not MIT or BSD licensed. Contact the author if you need it in your - commercial product. - Content ======= @@ -93,3 +72,4 @@ Content python_module cli develop + about -- 2.11.0