-
Notifications
You must be signed in to change notification settings - Fork 6
/
related.php
73 lines (68 loc) · 3.02 KB
/
related.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<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">Related Conferences and Journals</h2>
<p>
The audio related conferences and journals presented here are non-exhaustive. Please refer to <a href="http://smcnetwork.org/resources/conferences">SMC Network</a> for an exhaustive list.<br>
The journal and conferences are sorted by alphabetical order. If you would like to add a Journal or a conference please leave a ticket on <a href="https://github.com/ismir/ismir_web/issues">GitHub</a>.<br>
For new authors in the field or young researchers, don't forget to check for predatory journal and fake editor and to read carefully:
<ul>
<li><a href="http://www.nature.com/news/predatory-journals-recruit-fake-editor-1.21662">Nature recommendations</a></li>
<li><a href="http://beallslist.weebly.com/standalone-journals.html">Beall's List of Predatory Journals and Publishers</a></li>
<li><a href="http://beallslist.weebly.com/uploads/3/0/9/5/30958339/criteria-2015.pdf">Criteria for Determining Predatory Open-Access Publishers</a></li>
</ul>
You can also look out this list of useful links for checking different metrics concerning conferences and journals:
<ul>
<li><a href="http://www.conferenceranks.com/index.html?searchall=ICASSP#data">Conference Ranks</a></li>
<li><a href="http://www.wikicfp.com/cfp/servlet/event.showcfp?eventid=57535">Wiki CfP</a></li>
<li><a href="https://www.semanticscholar.org/">Semantic Scholar</a></li>
<li><a href="https://scholar.google.com/citations?hl=en&view_op=search_venues&vq=The+Journal+of+the+Acoustical+Society+of+America">Google Scholar</a></li>
<li><a href="http://www.scimagojr.com/journalrank.php">Scimago Journal Rank</a></li>
</ul>
</p>
<table style="width:100%">
<tr>
<td><b>Conferences</b></td>
</tr>
<tr>
<td><a href="http://icassp2015.org/">International Conference on Acoustics, Speech,
and Signal Processing (ICASSP)</a></td>
</tr>
<tr>
<td><a href="http://www.computermusic.org/">International Computer Music Association</a></td>
</tr>
<tr>
<td><a href="http://smcnetwork.org/">Sound and Music Computing (SMC)</a></td>
</tr>
<tr>
<td><a href="http://nips.cc/">Neural Information Processing Systems (NIPS)</a></td>
</tr>
<tr>
<td><b>Journals</b></td>
</tr>
<tr>
<td><a href="http://ieeexplore.ieee.org/xpl/RecentIssue.jsp?punumber=6570655">
IEEE / ACM Transactions on Audio, Speech, and Language Processing (TASLP)</a></td>
</tr>
<tr>
<td><a href="http://ucpressjournals.com/journal.php?j=mp">Music Perception</a></td>
</tr>
<tr>
<td><a href="http://www.tandfonline.com/toc/nnmr20/current">Journal of New Music Research</a></td>
</tr>
</table>
</br>
</div>
<?php include 'footer.php'; ?>
</div>
</div>
</body>
</html>