changeset 33:929391dcf778 abstract

Merge from default branch
author Chris Cannam
date Fri, 06 Sep 2013 16:39:23 +0100
parents 102bfb16f17f (current diff) 46151fd36a0a (diff)
children b2d9512e2e51
files vamp-plugins_abstract/qmvamp-mirex2013.bib
diffstat 6 files changed, 289 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/vamp-plugins_abstract/Makefile	Fri Sep 06 16:26:29 2013 +0100
+++ b/vamp-plugins_abstract/Makefile	Fri Sep 06 16:39:23 2013 +0100
@@ -1,6 +1,19 @@
-all: qmvamp-mirex2013.pdf
+all: qmvamp-mirex2013.pdf chordino-mirex2013.pdf segmentino-mirex2013.pdf beatroot-vamp-mirex2013.pdf cep-mirex2013.pdf
 
 qmvamp-mirex2013.pdf: qmvamp-mirex2013.tex qmvamp-mirex2013.bib
 	( echo q | xelatex qmvamp-mirex2013 ) && bibtex qmvamp-mirex2013 && xelatex qmvamp-mirex2013 && xelatex qmvamp-mirex2013
+
+chordino-mirex2013.pdf: chordino-mirex2013.tex qmvamp-mirex2013.bib
+	( echo q | xelatex chordino-mirex2013 ) && bibtex qmvamp-mirex2013 && xelatex chordino-mirex2013 && xelatex chordino-mirex2013
+
+segmentino-mirex2013.pdf: segmentino-mirex2013.tex qmvamp-mirex2013.bib
+	( echo q | xelatex segmentino-mirex2013 ) && bibtex qmvamp-mirex2013 && xelatex segmentino-mirex2013 && xelatex segmentino-mirex2013
+
+beatroot-vamp-mirex2013.pdf: beatroot-vamp-mirex2013.tex qmvamp-mirex2013.bib
+	( echo q | xelatex beatroot-vamp-mirex2013 ) && bibtex qmvamp-mirex2013 && xelatex beatroot-vamp-mirex2013 && xelatex beatroot-vamp-mirex2013
+
+cep-mirex2013.pdf: cep-mirex2013.tex qmvamp-mirex2013.bib
+	( echo q | xelatex cep-mirex2013 ) && bibtex qmvamp-mirex2013 && xelatex cep-mirex2013 && xelatex cep-mirex2013
+
 clean:
-	rm qmvamp-mirex2013.bbl qmvamp-mirex2013.aux qmvamp-mirex2013.blg qmvamp-mirex2013.log
+	rm -f qmvamp-mirex2013.bbl qmvamp-mirex2013.aux qmvamp-mirex2013.blg qmvamp-mirex2013.log chordino-mirex2013.aux chordino-mirex2013.blg chordino-mirex2013.log segmentino-mirex2013.bbl segmentino-mirex2013.aux segmentino-mirex2013.blg segmentino-mirex2013.log beatroot-vamp-mirex2013.bbl beatroot-vamp-mirex2013.aux beatroot-vamp-mirex2013.blg beatroot-vamp-mirex2013.log cep-mirex2013.bbl cep-mirex2013.aux cep-mirex2013.blg cep-mirex2013.log
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/vamp-plugins_abstract/beatroot-vamp-mirex2013.tex	Fri Sep 06 16:39:23 2013 +0100
@@ -0,0 +1,66 @@
+% -----------------------------------------------
+% Template for MIREX 2010
+% (based on ISMIR 2010 template)
+% -----------------------------------------------
+
+\documentclass{article}
+\usepackage{mirex2010,amsmath,cite}
+\usepackage{graphicx}
+
+% Title.
+% ------
+\title{MIREX 2013 Entry: BeatRoot Vamp Plugin}
+
+% Single address
+% To use with only one author or several with the same address
+% ---------------
+%\oneauthor
+% {Names should be omitted for double-blind reviewing}
+% {Affiliations should be omitted for double-blind reviewing}
+
+% Two addresses
+% --------------
+%\twoauthors
+%{Chris Cannam} {Affiliation1 \\ {\tt author1@music-ir.org}}
+%{Lu\'{i}s A. Figueira} {Affiliation2 \\ {\tt author2@music-ir.org}}
+
+% Three addresses
+% --------------
+ \threeauthors
+  {Chris Cannam} {Affiliation1 \\ {\tt author1@music-ir.org}}
+  {Lu\'{i}s A. Figueira} {Affiliation2 \\ {\tt author2@music-ir.org}}
+  {Simon Dixon} {Affiliation3 \\ {\tt author3@music-ir.org}}
+
+\begin{document}
+%
+\maketitle
+%
+\begin{abstract}
+
+The BeatRoot Vamp Plugin is an open source Vamp plugin library that
+implements the BeatRoot beat-tracking method of Simon Dixon\cite{!!!!}.
+
+This plugin library is available online as a free, open source
+download from the Centre for Digital Music at Queen Mary, University
+of London. The BeatRoot algorithm has been submitted to MIREX
+evaluation in earlier years\cite{!!!}; we are preparing and submitting
+this plugin version of the work as part of a programme of evaluation
+of Vamp plugin implementations of published or publicly available
+algorithms being carried out at the Centre for Digital Music.
+
+(For a complete overview of this submission across all of the tasks and
+plugins it covers, please see the relevant repository at the
+SoundSoftware
+site\footnote{http://code.soundsoftware.ac.uk/projects/mirex2013}.)
+
+\end{abstract}
+%
+\section{Introduction}\label{sec:introduction}
+
+describe vamp
+describe rationale supporting submission\ldots
+
+
+\bibliography{qmvamp-mirex2013}
+
+\end{document}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/vamp-plugins_abstract/cep-mirex2013.tex	Fri Sep 06 16:39:23 2013 +0100
@@ -0,0 +1,67 @@
+% -----------------------------------------------
+% Template for MIREX 2010
+% (based on ISMIR 2010 template)
+% -----------------------------------------------
+
+\documentclass{article}
+\usepackage{mirex2010,amsmath,cite}
+\usepackage{graphicx}
+
+% Title.
+% ------
+\title{MIREX 2013 Entry: Cepstral Pitch Tracker Vamp Plugin}
+
+% Single address
+% To use with only one author or several with the same address
+% ---------------
+%\oneauthor
+% {Names should be omitted for double-blind reviewing}
+% {Affiliations should be omitted for double-blind reviewing}
+
+% Two addresses
+% --------------
+\twoauthors
+{Chris Cannam} {Affiliation1 \\ {\tt author1@music-ir.org}}
+{Lu\'{i}s A. Figueira} {Affiliation2 \\ {\tt author2@music-ir.org}}
+
+% Three addresses
+% --------------
+% \threeauthors
+%  {Chris Cannam} {Affiliation1 \\ {\tt author1@music-ir.org}}
+%  {Lu\'{i}s A. Figueira} {Affiliation2 \\ {\tt author2@music-ir.org}}
+%  {Simon Dixon} {Affiliation3 \\ {\tt author3@music-ir.org}}
+
+\begin{document}
+%
+\maketitle
+%
+\begin{abstract}
+
+The Cepstral Pitch Tracker Vamp Plugin is an open source Vamp plugin
+library that implements a monophonic pitch tracking and note
+segmentation method.
+
+This plugin library is available online as a free, open source
+download from the Centre for Digital Music at Queen Mary, University
+of London. It was initially developed as an illustration of the use of
+unit testing in development of audio research algorithms; we are now
+preparing and submitting it as part of a programme of evaluation of
+Vamp plugin implementations of published or publicly available
+algorithms being carried out at the Centre for Digital Music.
+
+(For a complete overview of this submission across all of the tasks and
+plugins it covers, please see the relevant repository at the
+SoundSoftware
+site\footnote{http://code.soundsoftware.ac.uk/projects/mirex2013}.)
+
+\end{abstract}
+%
+\section{Introduction}\label{sec:introduction}
+
+describe vamp
+describe rationale supporting submission\ldots
+
+
+\bibliography{qmvamp-mirex2013}
+
+\end{document}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/vamp-plugins_abstract/chordino-mirex2013.tex	Fri Sep 06 16:39:23 2013 +0100
@@ -0,0 +1,68 @@
+% -----------------------------------------------
+% Template for MIREX 2010
+% (based on ISMIR 2010 template)
+% -----------------------------------------------
+
+\documentclass{article}
+\usepackage{mirex2010,amsmath,cite}
+\usepackage{graphicx}
+
+% Title.
+% ------
+\title{MIREX 2013 Entry: Chordino Vamp Plugin}
+
+% Single address
+% To use with only one author or several with the same address
+% ---------------
+%\oneauthor
+% {Names should be omitted for double-blind reviewing}
+% {Affiliations should be omitted for double-blind reviewing}
+
+% Two addresses
+% --------------
+%\twoauthors
+%{Chris Cannam} {Affiliation1 \\ {\tt author1@music-ir.org}}
+%{Lu\'{i}s A. Figueira} {Affiliation2 \\ {\tt author2@music-ir.org}}
+
+% Three addresses
+% --------------
+ \threeauthors
+  {Chris Cannam} {Affiliation1 \\ {\tt author1@music-ir.org}}
+  {Lu\'{i}s A. Figueira} {Affiliation2 \\ {\tt author2@music-ir.org}}
+  {Matthias Mauch} {Affiliation3 \\ {\tt author3@music-ir.org}}
+
+\begin{document}
+%
+\maketitle
+%
+\begin{abstract}
+
+Chordino is an open source Vamp plugin library for harmony and chord
+extraction with some features aimed at amateur musicians, and some at
+music information retrieval researchers.
+
+This plugin library has been available online as a free, open source
+download from the Centre for Digital Music at Queen Mary, University
+of London since late 2010. A related method was submitted to MIREX in
+2010 by Matthias Mauch\cite{mauch:md1:2010}. We are now preparing and
+submitting this plugin version of his work as part of a programme of
+evaluation of Vamp plugin implementations of published or publicly
+available algorithms being carried out at the Centre for Digital
+Music.
+
+(For a complete overview of this submission across all of the tasks and
+plugins it covers, please see the relevant repository at the
+SoundSoftware
+site\footnote{http://code.soundsoftware.ac.uk/projects/mirex2013}.)
+
+\end{abstract}
+%
+\section{Introduction}\label{sec:introduction}
+
+desccibe vamp
+describe rationale supporting submission\ldots
+
+
+\bibliography{qmvamp-mirex2013}
+
+\end{document}
--- a/vamp-plugins_abstract/qmvamp-mirex2013.bib	Fri Sep 06 16:26:29 2013 +0100
+++ b/vamp-plugins_abstract/qmvamp-mirex2013.bib	Fri Sep 06 16:39:23 2013 +0100
@@ -71,3 +71,11 @@
 }
 
 
+@incollection{mauch:md1:2010,
+	Author = {Matthias Mauch and Simon Dixon},
+	Booktitle = {Submissions to MIREX 2010},
+	Publisher = {Graduate School of Library Information Science University of Illinois at Urbana-Champaign},
+	Title = {MIREX 2010: Chord Detection Using a Dynamic Bayesian Network},
+	Year = {2010}}
+
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/vamp-plugins_abstract/segmentino-mirex2013.tex	Fri Sep 06 16:39:23 2013 +0100
@@ -0,0 +1,65 @@
+% -----------------------------------------------
+% Template for MIREX 2010
+% (based on ISMIR 2010 template)
+% -----------------------------------------------
+
+\documentclass{article}
+\usepackage{mirex2010,amsmath,cite}
+\usepackage{graphicx}
+
+% Title.
+% ------
+\title{MIREX 2013 Entry: Segmentino Vamp Plugin}
+
+% Single address
+% To use with only one author or several with the same address
+% ---------------
+%\oneauthor
+% {Names should be omitted for double-blind reviewing}
+% {Affiliations should be omitted for double-blind reviewing}
+
+% Two addresses
+% --------------
+%\twoauthors
+%{Chris Cannam} {Affiliation1 \\ {\tt author1@music-ir.org}}
+%{Lu\'{i}s A. Figueira} {Affiliation2 \\ {\tt author2@music-ir.org}}
+
+% Three addresses
+% --------------
+ \threeauthors
+   {Chris Cannam} {Affiliation1 \\ {\tt author1@music-ir.org}}
+   {Lu\'{i}s A. Figueira} {Affiliation2 \\ {\tt author2@music-ir.org}}
+   {Matthias Mauch} {Affiliation3 \\ {\tt author3@music-ir.org}}
+
+\begin{document}
+%
+\maketitle
+%
+\begin{abstract}
+
+Segmentino is a Vamp plugin library for structural segmentation of music audio.
+
+%!!! check spelling
+This library, developed by Matthias Mauch and Massimiliano Zanoni, is
+currently in preparation for a public release from the Centre for
+Digital Music at Queen Mary, University of London. We are preparing
+and submitting it as part of a programme of evaluation of Vamp plugin
+implementations of existing algorithms being carried out at the Centre
+for Digital Music.
+
+(For a complete overview of this submission across all of the tasks and
+plugins it covers, please see the relevant repository at the
+SoundSoftware
+site\footnote{http://code.soundsoftware.ac.uk/projects/mirex2013}.)
+
+\end{abstract}
+%
+\section{Introduction}\label{sec:introduction}
+
+desccibe vamp
+describe rationale supporting submission\ldots
+
+
+\bibliography{qmvamp-mirex2013}
+
+\end{document}