-
Notifications
You must be signed in to change notification settings - Fork 0
/
resources.html
67 lines (50 loc) · 2.13 KB
/
resources.html
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
<html lang="fr"><head>
<meta charset="utf-8">
<head>
<title>Resources</title>
<link rel="stylesheet" href="/assets/css/global.css">
<link rel="stylesheet" href="/assets/css/profile.css">
<link rel="stylesheet" href="/assets/css/index.css">
<script src="https://kit.fontawesome.com/12b596ef39.js" crossorigin="anonymous"></script>
<link type="application/atom+xml" rel="alternate" href="/feed.xml" />
<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>Resources</title>
<meta name="generator" content="Jekyll v4.3.2" />
<meta property="og:title" content="Resources" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Resources" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","headline":"Resources","url":"/resources"}</script>
<!-- End Jekyll SEO tag -->
</head>
<body>
<div class="content">
<div class="func">
<ul id="navigation">
<li><a href="/research/">Research</a></li>
<li><a href="/resume/">Resume</a></li>
<li><a href="/publications/">Publications</a></li>
<li><a href="/codes/">Codes</a></li>
<li><a href="/TODO/">Music</a></li>
<li><a href="/resources/">Resources</a></li>
</ul>
<div class="content_block">
<h3><i class="fas fa-briefcase"></i>Resources</h3>
<ul>
<li><a class="inner-link" href="/resources/ISMIR2020/Notebooks_mainpage.html">- Resources for ISMIR2020 Conference (click here)</a></li>
<li><a class="inner-link" href="/resources/examples/ListeningNTD.html">- Presentation of different values of beta (0,1,2) for the NTD, with listenable (audio) examples (click here)</a></li>
</ul>
</div>
<div>
</div>
<footer>
<div class="copyright">
<p>For the theme: Copyright (c) 2020 by Naomi Bastian Weatherford <a target="_blank" class="inner-link" href="https://codepen.io/astronaomical/pen/KexYgb">(https://codepen.io/astronaomical/pen/KexYgb)</a></p>
</div>
</footer>
</div>
</div>
</body>
</html>