changeset 82:6dd719d7c78b website

Add Sonic Annotator pages (probably best to host it here in future rather than with the omras2 site)
author Chris Cannam
date Mon, 20 Jan 2014 10:48:02 +0000
parents e00ae121c0a6
children 4fa88050d021
files images/semantic-web-and-friends-webscale.png index.html sonic-annotator/index.html sonic-annotator/runner.bib.txt sonic-annotator/runner.pdf sonic-annotator/screen.css
diffstat 6 files changed, 183 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
Binary file images/semantic-web-and-friends-webscale.png has changed
--- a/index.html	Fri Dec 13 10:27:32 2013 +0000
+++ b/index.html	Mon Jan 20 10:48:02 2014 +0000
@@ -42,7 +42,7 @@
       <ul>
       <li>Interactive audio analysis using Vamp plugins?  Try <a href="http://www.sonicvisualiser.org/">Sonic Visualiser</a>!</li>
       <li>Analysis inside your audio editor?  <a href="http://audacity.sourceforge.net/">Audacity 2</a> can use Vamp plugins to create label tracks from analysis results.</li>
-      <li>Want to extract features from lots of audio files, writing results into text files or as RDF for linked data purposes? You need <a href="http://omras2.org/SonicAnnotator">Sonic Annotator</a>!</li>
+      <li>Want to extract features from lots of audio files, writing results into text files or as RDF for linked data purposes? You need <a href="sonic-annotator/">Sonic Annotator</a>!</li>
       <li>For simple command-line purposes, there is also a Vamp host included in the <a href="develop.html">developer SDK</a>.</li>
       <li>... other hosts you'd like to see mentioned here?  <a href="mailto:cannam@all-day-breakfast.com">Tell us!</a></li>
       </ul>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sonic-annotator/index.html	Mon Jan 20 10:48:02 2014 +0000
@@ -0,0 +1,57 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+  <head>
+    <link rel="stylesheet" media="screen" type="text/css" href="screen.css"/>
+    <link rel="icon" type="image/png" href="../images/waveform.png"/>
+    <link rel="shortcut" type="image/png" href="../images/waveform.png"/>
+    <title>Sonic Annotator</title>
+    <meta name="robots" content="index"/>
+    <meta name="keywords" content="vamp plugin api plugins sonic annotator audio music spectrogram feature extraction feapi vsi dssi"/>
+    <meta name="description" content="Sonic Annotator is a batch tool for feature extraction and annotation of audio files."/>
+  </head>
+  <body>
+      <h1 id="header"><span>Sonic Annotator</span></h1>
+
+      <h2 id="firstpara">A batch tool for audio feature extraction</h2>
+      
+      <p>Sonic Annotator is a batch tool for feature extraction and
+      annotation of audio files using <a href="../index.html">Vamp
+      plugins</a>.</p>
+
+      <p>Sonic Annotator can use any installed Vamp plugin to process
+      a wide range of audio file types, loading audio data either from
+      the local filesystem or from http or ftp URLs on the Internet.
+      It can then write the results in RDF or comma-separated text
+      formats.</p>
+
+      <img style="float:right;clear:right;padding-left:1em;padding-top:0em" src="../images/semantic-web-and-friends-webscale.png" alt="Freehand sketch depicting Sonic Annotator's place in a semantic web world">
+
+      <p>Sonic Annotator was originally developed in 2009 at Queen
+      Mary, University of London as part of the <a
+      href="http://omras2.org/">OMRAS2 project</a>, to facilitate
+      feature data publication on the Semantic Web. It has since been
+      used in a number of audio annotation projects and to power
+      online audio feature retrieval APIs.</p>
+
+      <p>Sonic Annotator is Free Software published under the GNU
+      General Public License.</p>
+
+      <ul><li><a href="http://code.soundsoftware.ac.uk/projects/sonic-annotator/files">Download the current version of Sonic Annotator</a> &mdash; binaries for Linux, OS/X and Windows, or source code;</li>
+      <li>Read our <a href="http://code.soundsoftware.ac.uk/projects/sonic-annotator/wiki">quick tutorial</a> about how to use Sonic Annotator;</li>
+      <li>Read an <a href="runner.pdf">early document</a> describing more about the purpose and design of Sonic Annotator.</li>
+      </ul>
+
+      <p><small><i>Citations:</i> If you are using Sonic Annotator in research work for publication, please cite (<a href="http://eprints.soton.ac.uk/351746/1/tools.pdf">pdf</a> | <a href="runner.bib.txt">bib</a>) Chris Cannam, Michael O. Jewell, Christophe Rhodes, Mark Sandler, and Mark d'Inverno, <i>Linked Data and You: Bringing music research software into the Semantic Web</i>, Journal of New Music Research, volume 39, no. 4, pp. 313-325, 2010.</p>
+
+	<div id="logoblock">
+	<table width="100%" border="0" cellpadding="0" cellspacing="10"/>
+	<tr>
+	<td align=center><a href="http://www.elec.qmul.ac.uk/digitalmusic/"><img src="../images/qm-logo.png" width="224" height="95" alt="Queen Mary logo" border=0/></a></td>
+	<td>Developed at the Centre for Digital Music, Queen Mary, University of London.</td>
+	<td align=right>Partially funded by the EPSRC through the OMRAS2 project EP/E017614/1.</td>
+	<td align=center><a href="http://www.omras2.org/"><img src="../images/omras2-logo.png" width="265" height="46" alt="OMRAS2 logo" border=0/></a></td>
+	</tr>
+	</table>
+	</div>
+    </body>
+</html>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sonic-annotator/runner.bib.txt	Mon Jan 20 10:48:02 2014 +0000
@@ -0,0 +1,9 @@
+ @article{chris2010a,
+  author = {Chris Cannam and Michael O. Jewell and Christophe Rhodes and Mark Sandler and Mark d'Inverno},
+  title = {Linked Data And You: Bringing music research software into the Semantic Web},
+  journal = {Journal of New Music Research},
+  number = {4},
+  pages = {313-325},
+  volume = {39},
+  year = {2010}
+} 
Binary file sonic-annotator/runner.pdf has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sonic-annotator/screen.css	Mon Jan 20 10:48:02 2014 +0000
@@ -0,0 +1,116 @@
+#header {
+  width: 596px;
+  height: 35px;
+  position: relative;
+  background: url(../images/sonic-annotator-title.png) no-repeat;
+}
+#header span {
+  display: block;
+  width: 0;
+  height: 0;
+  overflow: hidden;
+}
+body {
+  margin: 0;
+  border-top-width: 0;
+  border-bottom-width: 0;
+  border-left-width: 2em;
+  border-right-width: 2em;
+  border-left-style: solid;
+  border-right-style: solid;
+  border-left-color: #ef6a35;
+  border-right-color: #ef6a35;
+  background-color: #ffffff;
+  padding-top: 1.4em;
+  padding-bottom: 20em;
+  padding-left: 2em;
+  padding-right: 2em;
+  color: #303030;
+}
+p,td,ul,ol,li,blockquote { 
+    font-size: 0.95em;
+    font-style: normal;
+    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
+}
+h1,h2,h3,h4 { 
+    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
+}
+h3 {
+    margin-bottom: 0;
+}
+h4 {
+    margin-bottom: 0;
+}
+#firstpara {
+  border-top-width: 2px;
+  border-top-style: solid;
+  border-top-color: #ef6a35;
+  padding-top: 1em;
+}
+#logoblock {
+  border-top-width: 2px;
+  border-top-style: solid;
+  border-top-color: #ef6a35;
+  font-size: 0.9em;
+}
+#nav {
+  position: relative;
+  float: right;
+  top: 1.8em;
+  color: #ef6a35;
+  margin-left: 1em;
+  padding-left: 1em;
+  margin-bottom: 3em;
+  border-left-width: 2px;
+  border-left-style: solid;
+  border-left-color: #ef6a35;
+/*  text-align: right;*/
+}
+#nav ul {
+/*  display: inline; */
+  margin: 0;
+  padding: 0;
+  font-size: 0.8em;
+  text-transform: uppercase;
+  font-weight: bold;
+}
+#nav ul li {
+  list-style: none;
+}
+a {
+  text-decoration: none;
+  color: #ef6a35;
+}
+a:visited {
+  text-decoration: none;
+  color: #ef6a35;
+}
+a:hover {
+  text-decoration: underline;
+  color: #ef6a35;
+}
+.logoleft { 
+  float: left;
+  padding-right: 2em;
+  padding-bottom: 2em;
+}
+.logoright { 
+  float: right;
+  padding-left: 2em;
+  padding-bottom: 2em;
+}
+.toc1,.toc2,.toc3,.toc4 { 
+    font-size: 0.8em;
+    font-style: normal;
+    font-weight: bold;
+    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
+}
+.toc2 { 
+  padding-left: 2em;
+}
+.toc3 { 
+  padding-left: 4em;
+}
+.toc4 { 
+  padding-left: 6em;
+}