-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathreproducible.php
53 lines (48 loc) · 1.37 KB
/
reproducible.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<html>
<head>
<?php include 'head.php'; ?>
</head>
<body>
<div id="container">
<?php include 'header.php'; ?>
<div id="spacer"><img src="img/barstaff.png" alt="staff2circuit" style="width:900px"></div>
<div id="content-container">
<?php include 'navigation.php'; ?>
<div id="content">
<h2 id="resources">Reproducible Research</h2>
<p>
If you would like to add a resource please leave a ticket on <a href="https://github.com/ismir/ismir_web/issues">GitHub</a>.<br>
</p>
<table style="width:100%">
<tr>
<td><b>Article</b></td>
<td><b>Link</b></td>
</tr>
<tr>
<td>Reproducible Audio Research Seminar 2016.
</td>
<td>[<a href="https://github.com/audiolabs/APSRR-2016">link</a>]</td>
</tr>
<tr>
<td>Patrick Vandewalle, Jelena Kovacevic and Martin Vetterli. Reproducible Research in Signal Processing - What, why, and how. IEEE Signal Processing Magazine 26 (3), 37-47, 2009.
</td>
<td>[<a href="https://infoscience.epfl.ch/record/136640">link</a>]</td>
</tr>
<tr>
<td>Open List of Reproducible Papers in Audio Research.
</td>
<td>[<a href="https://github.com/faroit/reproducible-audio-research">link</a>]</td>
</tr>
<tr>
<td>ReScience peer-reviewed journal.
</td>
<td>[<a href="https://rescience.github.io/">link</a>]</td>
</tr>
</table>
</br>
</div>
<?php include 'footer.php'; ?>
</div>
</div>
</body>
</html>