-
Notifications
You must be signed in to change notification settings - Fork 3
/
Header.html
23 lines (21 loc) · 943 Bytes
/
Header.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>OMR-Research</title>
<link rel=stylesheet type="text/css" href="css/OMR-Research.css">
</head>
<body>
<section class="page-header">
<h1>Bibliography on Optical Music Recognition</h1>
<p>Last updated: 08.11.2023</p>
<a href="https://github.com/OMR-Research/omr-research.github.io" class="btn">View on GitHub</a>
<table class="page-header-table" id="navigation-table">
<tr>
<td><a href="index.html" class="btn-light">Sorted by Year</a></td>
<td><a href="omr-research-compact.html" class="btn-light">Sortey by Year (Compact)</a></td>
<td><a href="omr-research-sorted-by-key.html" class="btn-light">Sorted by Key</a> </td>
<td><a href="omr-related-research.html" class="btn-light">Related research</a></td>
<td><a href="omr-research-unverified.html" class="btn-light">Unverified research</a></td>
</tr>
</table>
</section>