All Projects → OMR-Research → omr-research.github.io

OMR-Research / omr-research.github.io

Licence: other
The definitive bibliography for research on Optical Music Recognition

Programming Languages

HTML
75241 projects
TeX
3793 projects
Roff
2310 projects
perl
6916 projects
CSS
56736 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to omr-research.github.io

crossref
Client for the Crossref API
Stars: ✭ 29 (+38.1%)
Mutual labels:  bibliography
Shbib
A BibTeX-centric bibliography manager written in POSIX shell
Stars: ✭ 26 (+23.81%)
Mutual labels:  bibliography
Scholia
Wikidata scholarly profiles
Stars: ✭ 115 (+447.62%)
Mutual labels:  bibliography
Org Roam Bibtex
Connector between Org-roam, BibTeX-completion, and Org-ref
Stars: ✭ 253 (+1104.76%)
Mutual labels:  bibliography
Effects Bibliography
A collaborative bibliography of work related to the theory and practice of computational effects
Stars: ✭ 611 (+2809.52%)
Mutual labels:  bibliography
Rebiber
A simple tool to update bib entries with their official information (e.g., DBLP or the ACL anthology).
Stars: ✭ 1,005 (+4685.71%)
Mutual labels:  bibliography
vim-minimd
A fast, folding Markdown outliner for Vim
Stars: ✭ 27 (+28.57%)
Mutual labels:  bibliography
My bibliography for research on autonomous driving
Personal notes about scientific and research works on "Decision-Making for Autonomous Driving"
Stars: ✭ 197 (+838.1%)
Mutual labels:  bibliography
Mendeley Add Citations
Adds citations count to documents in your Mendeley library.
Stars: ✭ 16 (-23.81%)
Mutual labels:  bibliography
Rubybib.org
The Ruby Bibliography
Stars: ✭ 102 (+385.71%)
Mutual labels:  bibliography
Helm Bibtex
Search and manage bibliographies in Emacs
Stars: ✭ 328 (+1461.9%)
Mutual labels:  bibliography
Phd Bibliography
References on Optimal Control, Reinforcement Learning and Motion Planning
Stars: ✭ 523 (+2390.48%)
Mutual labels:  bibliography
Bibliography
Bibliography of Scheme research (readscheme.org and beyond)
Stars: ✭ 88 (+319.05%)
Mutual labels:  bibliography
aksh
My personal bibliography of STEM resources and grey literature.
Stars: ✭ 33 (+57.14%)
Mutual labels:  bibliography
Jabref
Graphical Java application for managing BibTeX and biblatex (.bib) databases
Stars: ✭ 2,385 (+11257.14%)
Mutual labels:  bibliography
videlibri
📚 Cross-platform library client to automate any OPAC and library catalog from your local device, e.g. for renewing of borrowed books or searching for books available in the library in automated scripts.
Stars: ✭ 18 (-14.29%)
Mutual labels:  bibliography
Jekyll Scholar
jekyll extensions for the blogging scholar
Stars: ✭ 872 (+4052.38%)
Mutual labels:  bibliography
Neon
A web-based MEI neume editor.
Stars: ✭ 18 (-14.29%)
Mutual labels:  omr
Styles
Official repository for Citation Style Language (CSL) citation styles.
Stars: ✭ 2,458 (+11604.76%)
Mutual labels:  bibliography
Adstex
Automated generation of NASA ADS bibtex entries directly from citation keys in your TeX source files
Stars: ✭ 89 (+323.81%)
Mutual labels:  bibliography

Optical Music Recognition Research Bibliography

This repository contains the most extensive, curated bibliography on Optical Music Recognition. It contains three different BibTex files that are the authoritative sources from which the website https://omr-research.github.io/ will be generated.

  1. OMR Research Bibliography: A collection of scientific and technical publications, that were manually verified for correctness from a trustworthy source (see below). Most of these entries have either a Digital Object Identifier (DOI) or a link to the website, where the publication can be found.
  2. OMR Related Bibliography: A collection of scientific and technical publications, that were manually verified for correctness from a trustworthy source but are not primarily directly towards Optical Music Recognition, such as musicological research or general computer vision papers.
  3. Unverified OMR Bibliography: A collection of scientific and technical publications, that are related to Optical Music Recognition, but they could not be verified from a trustworthy source and might contain incorrect information. Many publications from this collection were authored before 1990 and are often not indexed by the search engines or the respective proceedings could no longer be accessed and verified by us.

Acquisition and Verification Process

The bibliography was acquired and merged from multiple sources, such as the public and private collections from multiple researchers that have historically grown, including a recent one by Andrew Hankinson, who provided us with an extensive BibTeX library. Additionally, we have a Google Scholar Alert on Ana Rebelo's "Optical music recognition: state-of-the-art and open issues" as it currently represents the latest survey and is cited by almost every publication.

To verify the information of each entry in the bibliography, we proceeded with the following steps:

  1. Search on Google Scholar for the title of the work, if necessary with the authors last name and the year of publication.
  2. Find a trustworthy source such as the original publisher, the authors’ website, the website of the venue (that lists the article in the program) or indexing services including IEEE Xplore Digital Library, ACM Digital Library, Springer Link, Elsevier ScienceDirect, arXiv.org, dblp.org or ResearchGate. Information from the last three services are used with caution and if possible backed up with information from other sources.
  3. Manually verify the correctness of the metadata by inspecting and correcting it with the necessary information from another source, e.g., the conference website or the information stated in the document. Suspicious information could be if the author’s name is missing letters that were lost due to special characters; or if the year of publication is before that of cited references.

Once we verified the entry, we add it to the respective bibliography with JabRef and link the original PDF file or at least the DOI. Articles that were only found as PDF without the associated venue of publication were classified as technical reports. Bachelor theses and online sources such as websites of commercial applications were classified as ’Misc’ because of the lack of an appropriate category in BibTex.

Updating the BibTex files

If you find an error in any of the three BibTex files or want to add a missing entry, please open an issue. Especially many old entries could not be verified by us and we appreciate any help from the community to keep this bibliography updated, accessible and a useful resource for the entire community.

Building the website

First, update the date in the header, then follow the remaining instructions below.

Make sure you have LaTeX/BibTex installed and available on your commandline. We recommend installing it via MikTex.

Windows

You can build the website on Windows using the following commands

del *.html

BibTeX2HTML\Windows\bibtex2html.exe -s omr-style --use-keys --no-keywords --nodoc -o OMR-Research-Key OMR-Research.bib
BibTeX2HTML\Windows\bibtex2html.exe -s omr-style --use-keys --no-keywords --nodoc -d -r -o OMR-Research-Year OMR-Research.bib
BibTeX2HTML\Windows\bibtex2html.exe -s omr-style --use-keys --no-keywords --nodoc -noabstract -o OMR-Research-No-Abstract OMR-Research.bib
BibTeX2HTML\Windows\bibtex2html.exe -s omr-style --use-keys --no-keywords --nodoc -o OMR-Related OMR-Related-Research.bib
BibTeX2HTML\Windows\bibtex2html.exe -s omr-style --use-keys --no-keywords --nodoc -o OMR-Unverified OMR-Research-Unverified.bib

copy template\Header.html + OMR-Research-Key.html + template\Footer.html index.html /Y
copy template\Header.html + OMR-Research-Year.html + template\Footer.html omr-research-sorted-by-year.html /Y
copy template\Header.html + OMR-Research-No-Abstract.html + template\Footer.html omr-research-compact.html /Y
copy template\Header.html + OMR-Related.html + template\Footer.html omr-related-research.html /Y
copy template\Header.html + OMR-Unverified.html + template\Footer.html omr-research-unverified.html /Y

del OMR-Research-Key.html
del OMR-Research-Year.html
del OMR-Research-No-Abstract.html
del OMR-Related.html
del OMR-Unverified.html

RenderWebsite.bat contains exactly the same commands for easier execution.

We recommend that you remove the trailing special character from the generated omr-research*.html websites (caused by bibtex2html) before committing.

MacOS

You can build the website on MacOS using the following commands

rm *.html

BibTeX2HTML/OSX_x86_64/bibtex2html -s omr-style --use-keys --no-keywords --nodoc -o OMR-Research-Key OMR-Research.bib
BibTeX2HTML/OSX_x86_64/bibtex2html -s omr-style --use-keys --no-keywords --nodoc -d -r -o OMR-Research-Year OMR-Research.bib
BibTeX2HTML/OSX_x86_64/bibtex2html -s omr-style --use-keys --no-keywords --nodoc -noabstract -o OMR-Research-No-Abstract OMR-Research.bib
BibTeX2HTML/OSX_x86_64/bibtex2html -s omr-style --use-keys --no-keywords --nodoc -o OMR-Related OMR-Related-Research.bib
BibTeX2HTML/OSX_x86_64/bibtex2html -s omr-style --use-keys --no-keywords --nodoc -o OMR-Unverified OMR-Research-Unverified.bib

cat template/Header.html OMR-Research-Key.html template/Footer.html > index.html
cat template/Header.html OMR-Research-Year.html template/Footer.html > omr-research-sorted-by-year.html
cat template/Header.html OMR-Research-No-Abstract.html template/Footer.html > omr-research-compact.html
cat template/Header.html OMR-Related.html template/Footer.html > omr-related-research.html
cat template/Header.html OMR-Unverified.html template/Footer.html > omr-research-unverified.html

rm OMR-Research-Key.html
rm OMR-Research-Year.html
rm OMR-Research-No-Abstract.html
rm OMR-Related.html
rm OMR-Unverified.html

RenderWebsite.sh contains exactly the same commands for easier execution.

Linux

The same process should also be available under Linux with the binaries of bibtex2html residing in BibTeX2HTML\Linux but are currently not tested.

Steps for updating the website

To update the rendered html, firstly make sure that the BibTex-files are updated and correct. Then you can execute the commands from above to build the HTML files that will be committed directly into the repository along with the generated content.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].