From f6b3c518ff0f9ebf73883cc88b18c41633d991d6 Mon Sep 17 00:00:00 2001 From: apmcleod <apmcleod@users.noreply.github.com> Date: Mon, 29 Oct 2018 16:57:25 +0900 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 4a27849..c319dff 100755 --- a/README.md +++ b/README.md @@ -2,15 +2,15 @@ This is the code and data from my 2018 ISMIR paper. If you use it, please cite it: -` -@inproceedings{McLeod:18b,` - `title={Meter detection and alignment of {MIDI} performance},` - `author={McLeod, Andrew and Steedman, Mark},` - `booktitle={{ISMIR}},` - `year={2018},` - `pages={113--119}` -`} -` +``` +@inproceedings{McLeod:18b, + title={Meter detection and alignment of {MIDI} performance}, + author={McLeod, Andrew and Steedman, Mark}, + booktitle={{ISMIR}}, + year={2018}, + pages={113--119} +} +``` ## Project Overview This is a model for meter detection and alignment from live performance MIDI data. Example corpora are found in the `corpora` directory, [anacrusis files](#anacrusis-files) are found in the `anacrusis` directory, and pre-trained grammars are found in the `grammars` directory.