Wiki » History » Version 3

Luis Figueira, 2012-10-03 06:50 PM

1 1 Luis Figueira
h1. Reusable software and reproducibility in music informatics research
2 1 Luis Figueira
3 1 Luis Figueira
h2. Tutorial on ISMIR 2012
4 1 Luis Figueira
5 1 Luis Figueira
* 8 Oct 2012
6 1 Luis Figueira
* 14:30
7 1 Luis Figueira
8 1 Luis Figueira
h2. Introduction
9 1 Luis Figueira
10 1 Luis Figueira
The need to develop and reuse software to process data is almost universal in music informatics research. Many methods, including most of those published at ISMIR, are developed in tandem with software implementations, and some of them are too complex or too fundamentally software-based to be reproduced readily from a published paper alone. For this reason, it is helpful for sustainable research to have software and data published along with papers. In practice, non-publication of code and data is still the norm and research software is commonly lost in the years following publication of the associated methods.  
11 1 Luis Figueira
12 1 Luis Figueira
During this tutorial we will discuss common barriers to publication of software and data, and will present a practical hands-on session in which attendees will explore tools and methods to help them overcome these barriers. The tutorial will rapidly cover the use of version control software, code hosting facilities, aspects of testing and provenance, and software licensing for publication. Worked examples will be drawn from the music and audio fields, and hands-on help will be provided by experienced researcher-developers from the Centre for Digital Music, Luís Figueira and Steve Welburn. This tutorial will be of immediate practical interest to researchers within the music informatics community, and will also be highly relevant to research supervisors and research group leaders with an interest in policy and guidance.
13 1 Luis Figueira
14 2 Luis Figueira
h2. Pre Tutorial Preparation
15 1 Luis Figueira
16 2 Luis Figueira
As part of the tutorial we will do a live example of good practices in a research environment. It will be a straightforward example of music processing, in which the tutorial participants are invited to code along., Thus, in order to make the most of the tutorial, attendees are advised to bring *a laptop* and to install the following software before the session day.
17 2 Luis Figueira
18 2 Luis Figueira
If you run into any problems installing any of the software from the list below, we will be in the tutorial room from 14:00.
19 2 Luis Figueira
20 2 Luis Figueira
h3. Software Requirements
21 2 Luis Figueira
22 1 Luis Figueira
In order to take better advantage of the tutorial, we recommend that all tutorial attendees install the following software beforehand:
23 1 Luis Figueira
24 3 Luis Figueira
* Python (version 2.7 or higher, but not python 3)
25 1 Luis Figueira
* Numpy
26 1 Luis Figueira
* Matplotlib
27 1 Luis Figueira
* Nose and Nosetests
28 1 Luis Figueira
* ipython (desirable, but not mandatory)
29 2 Luis Figueira
* Mercurial (version control software)
30 2 Luis Figueira
* EasyMercurial (http://easyhg.org)
31 1 Luis Figueira
32 2 Luis Figueira
h3. Repository
33 1 Luis Figueira
34 2 Luis Figueira
In the following link you'll find a Mercurial repository with some basic code and audio files that are going to be used during the tutorial. It is highly recommended that you clone this to your laptop (you will need to have mercurial installed on your machine)
35 2 Luis Figueira
36 1 Luis Figueira
https://code.soundsoftware.ac.uk/hg/python-tutorial-skeleton
37 1 Luis Figueira
38 2 Luis Figueira
You can either use the command line to clone this repository (hg clone command) or either EasyMercurial or your GUI of choice.