Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing link to neon page #125

Merged
merged 1 commit into from
Jul 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
144 changes: 110 additions & 34 deletions software/neon/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,46 +12,47 @@
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-status-bar-style" content="#1DB2E9">
<title>
Software &middot; DDMAL
Neon &middot; DDMAL
</title>
<!-- CSS -->
<link rel="stylesheet" href="../../assets/css/main.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700%7CPT+Sans:400">
<link href="https://fonts.googleapis.com/css?family=Montserrat|Raleway:300,400,500" rel="stylesheet">
<!-- Icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../public/mcgill_crest.png">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../../public/mcgill_crest.png">
<link rel="shortcut icon" href="../../public/mcgill_crest.png">
<!-- RSS -->
<link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml">
</head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<nav class="navbar navbar-light fixed-top navbar-expand-lg bg-white">
<a class="navbar-brand" href="../">DDMAL</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<a class="navbar-brand" href="../../">DDMAL</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto" id="nav-items">
<li class="nav-item">
<a class="nav-link" href="../">Home <span class="sr-only">(current)</span></a>
<a class="nav-link" href="../../">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="../../lab_members/">Lab Members</a>
</li>
<li class="dropdown">
<a class="dropdown-toggle" role="button" data-toggle="dropdown" href="#">Activities<span class="caret"></span></a>
<a class="dropdown-toggle" role="button" data-toggle="dropdown" href="#">Activities<span
class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href='../../activities/media/' target='_top' >Media</a></li>
<li><a href='../../activities/posters/' target='_top' >Posters</a></li>
<li><a href='../../activities/presentations/' target='_top' >Presentations</a></li>
<li><a href='../../activities/publications/' target='_top' >Publications</a></li>
<li><a href='../../activities/media/' target='_top'>Media</a></li>
<li><a href='../../activities/posters/' target='_top'>Posters</a></li>
<li><a href='../../activities/presentations/' target='_top'>Presentations</a></li>
<li><a href='../../activities/publications/' target='_top'>Publications</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="../../research/">Research</a>
</li>
<li class="nav-item">
<a class="nav-link" href="../../software">Software</a>
<a class="nav-link" href="../../software/">Software</a>
</li>
<li class="nav-item">
<a class="nav-link" href="../../events/">Events</a>
Expand All @@ -62,28 +63,99 @@
</ul>
</div>
</nav>
<body id ="Site" class='layout-reverse theme-base-db sidebar-overlay'>
<body id="Site" class='layout-reverse theme-base-db sidebar-overlay'>
<!-- Wrap is the content to shift when toggling the sidebar. We wrap the
content to avoid any CSS collisions with our real content. -->
<div class="wrap">
<div class="container content">
<div class="page container">
<h1 style="text-align: left;" class="page-title">Software</h1>
<h1 style="text-align: left;" class="page-title">Neon</h1>
<div style="margin-bottom: 25px"></div>
<p>Our <a href="http://github.com/DDMAL">GitHub Page</a> is the best place to follow our software development.</p>
<p>Some projects also live at <a href="https://github.com/ELVIS-Project">ELVIS Project</a>.</p>
<p>Some current and past projects include:</p>
<ul>
<li><a href="http://www.ampact.org/">AMPACT (Automated Music Performance Analysis and Comparison Toolkit)</a></li>
<li><a href="https://www.aruspix.net/">Aruspix</a></li>
<li><a href="https://ddmal.github.io/diva.js/">Diva.js</a></li>
<li><a href="https://gamera.informatik.hsnr.de/">Gamera</a></li>
<li><a href="https://jmir.sourceforge.net/">jMIR</a></li>
<li><a href="../../software/LibMEI/">LibMEI</a></li>
<li><a href="../../software/neon/">Neon.js</a></li>
<li><a href="https://github.com/ahankinson/pybagit">PyBagit</a></li>
<li><a href="https://github.com/ddmal/rodan">Rodan</a></li>
<p>Neon is a browser-based music notation editor written in JavaScript, designed for working with square
notation. It uses <a href="http://www.verovio.org/index.xhtml">Verovio</a> to dynamically render the symbolic
music files in MEI format, updating the file in real time through a graphical interface. Neon can be used for
creating new musical scores, making ground-truth data for machine learning, or for correcting errors from
automated transcriptions in an OMR workflow. Neon is designed as part of an optical music recognition
workflow, allowing for quick and easy correction of pitch and position errors created in the OMR process.
Every component of our OMR process is designed as an accessible online application, to allow correction tasks
to be crowdsourced from our partner organizations and community members.<br />
<br />
</p>
<h2 id="demo">Demo</h2>
<p>You can try out Neon on our <a href="https://ddmal.github.io/Neon/">demo page</a>. You can begin by selecting
a link to a musical document that has undergone OMR, and then continue to insert, delete, or pitch shift notes
on the page.<br />
<br />
</p>
<h2 id="source-code">Source Code</h2>
<p>Source code is available on the <a href="https://github.com/DDMAL/Neon">Neon Github</a>.<br />
<br />
</p>
<h2 id="documentation">Documentation</h2>
<p>Installation and instructions are available on the <a href="https://github.com/DDMAL/Neon/wiki">Neon Wiki
page</a>.<br />
<br />
</p>
<h2 id="contributing-code">Contributing Code</h2>
<p>Any contributions are welcome! The easiest way to submit code is:</p>
<ol>
<li>Create a fork of the <a href="https://github.com/DDMAL/Neon">Neon Github repository</a></li>
<li>Read through the documentation and familiarize yourself with the code. Look at same of the outstanding <a
href="https://github.com/DDMAL/Neon/issues">issues and feature requests</a> if you need some inspiration.
</li>
<li>Change code as you please in your local repository.</li>
<li>When you’re ready, send us a pull request. We’ll look through your code, and then merge it in.<br />
<br />
</li>
</ol>
<h2 id="feedback">Feedback</h2>
<p>If you have any comments please <a href="mailto:marisa.goldman@mcgill.ca" >let us know</a>. If
you would like to see a particular feature implemented, post a new <a
href="https://github.com/DDMAL/Neon/issues">issue</a> on the Neon Github.<br />
<br />
</p>
<h2 id="developers">Developers</h2>
<p>Neon is developed by:</p>
<ul class="ulist-html">
<li>
Gregory Burlet
</li>
<li>
Zoé McLennan
</li>
<li>
Alastair Porter
</li>
<li>
Juliette Regimbal
</li>
<li>
Andrew Tran
</li>
</ul>
<p>Project managers:</p>
<ul class="ulist-html">
<li>
<a href="http://www.music.mcgill.ca/~ich">Ichiro Fujinaga</a>
</li>
<li>
<a href="https://andrewhankinson.info/">Andrew Hankinson</a>
</li>
<li>
<a href="http://vigliensoni.com/blog">Gabriel Vigliensoni</a>
</li>
</ul>
<p><br /></p>
<h2 id="sponsors">Sponsors</h2>
<p>Neon is an ongoing project at the <a href="../../">Distributed Digital Music Archives and Libraries Lab
(DDMAL)</a>, at the <a href="http://www.mcgill.ca/music">Schulich School of Music</a> of <a
href="http://www.mcgill.ca/">McGill University</a>. Neon is part of the larger <a
href="http://simssa.ca/">Single Interface for Music Score Searching and Analysis (SIMSSA)</a> project that
is generously funded by the <a href="http://www.sshrc-crsh.gc.ca/">Social Sciences and Humanities Research
Council of Canada</a>. We’re also grateful for the support provided by the <a
href="http://www.cirmmt.mcgill.ca/">Centre for Interdisciplinary Research in Music Media and Technology
(CIRMMT)</a>.
</p>
</div>
<br>
<br>
Expand All @@ -96,16 +168,20 @@ <h1 style="text-align: left;" class="page-title">Software</h1>
<img class="ddmal-img-footer" src="../../assets/Ddmal_logo_transp-bg_no-border_1600w.png" alt="">
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js"
integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut"
crossorigin="anonymous"></script>
<script src="../../js/bootstrap.js"></script>
<script type="text/javascript">
$(document).ready(function () {
var url = window.location;
$('ul.navbar-nav a[href="'+ url +'"]').parent().addClass('active');
$('ul.navbar-nav a').filter(function() {
return this.href == url;
}).parent().addClass('active');
var url = window.location;
$('ul.navbar-nav a[href="' + url + '"]').parent().addClass('active');
$('ul.navbar-nav a').filter(function () {
return this.href == url;
}).parent().addClass('active');
});
</script>
</body>
Expand Down
Loading