# HG changeset patch # User Chris Cannam # Date 1390214882 0 # Node ID 6dd719d7c78be0610da246996f3ffc7da78d0c60 # Parent e00ae121c0a6be3068522e99b73819968934b37c Add Sonic Annotator pages (probably best to host it here in future rather than with the omras2 site) diff -r e00ae121c0a6 -r 6dd719d7c78b images/semantic-web-and-friends-webscale.png Binary file images/semantic-web-and-friends-webscale.png has changed diff -r e00ae121c0a6 -r 6dd719d7c78b index.html --- 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 @@ diff -r e00ae121c0a6 -r 6dd719d7c78b sonic-annotator/index.html --- /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 @@ + + + + + + + Sonic Annotator + + + + + +

Sonic Annotator

+ +

A batch tool for audio feature extraction

+ +

Sonic Annotator is a batch tool for feature extraction and + annotation of audio files using Vamp + plugins.

+ +

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.

+ + Freehand sketch depicting Sonic Annotator's place in a semantic web world + +

Sonic Annotator was originally developed in 2009 at Queen + Mary, University of London as part of the OMRAS2 project, 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.

+ +

Sonic Annotator is Free Software published under the GNU + General Public License.

+ + + +

Citations: If you are using Sonic Annotator in research work for publication, please cite (pdf | bib) Chris Cannam, Michael O. Jewell, Christophe Rhodes, Mark Sandler, and Mark d'Inverno, Linked Data and You: Bringing music research software into the Semantic Web, Journal of New Music Research, volume 39, no. 4, pp. 313-325, 2010.

+ +
+ + + + + + + +
Queen Mary logoDeveloped at the Centre for Digital Music, Queen Mary, University of London.Partially funded by the EPSRC through the OMRAS2 project EP/E017614/1.OMRAS2 logo
+
+ + diff -r e00ae121c0a6 -r 6dd719d7c78b sonic-annotator/runner.bib.txt --- /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} +} diff -r e00ae121c0a6 -r 6dd719d7c78b sonic-annotator/runner.pdf Binary file sonic-annotator/runner.pdf has changed diff -r e00ae121c0a6 -r 6dd719d7c78b sonic-annotator/screen.css --- /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; +}