-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresearch.html
110 lines (83 loc) · 2.92 KB
/
research.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Publications</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles.css">
</head>
<body id="research">
<!-- HEADER -->
<div id="menu">
<nav>
<input type="checkbox" id="show-menu" role="button">
<label for="show-menu" class="open"><span class="fa fa-bars"></span></label>
<label for="show-menu" class="close"><span class="fa fa-times"></span></label>
<ul id="topnav" >
<ul class="logo-list"> <!-- style="width: 20%; float:left;"> -->
<li><img src="images/ERC-Logo-Black.png" alt="Logo" class="logo" height="40"></li>
<li><img src="images/BBK-Logo-Black.png" alt="Logo" class="logo" height="40"></li>
<li><img src="images/UCL-Logo-Black.png" alt="Logo" class="logo" height="40"></li>
</ul>
<ul class="menu-items"> <!-- style="width: 20%; float:right;"> -->
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="dataset.html">Dataset</a></li>
<li><a href="research.html">Research</a></li>
</ul>
</ul>
</nav>
</div>
<!-- TITLE -->
<div id="container">
<div id="pageheader">
<h1>Publications</h1>
</div>
<div class="section">
<!--<h1>Publications and presentations</h1>-->
<div class="pageitem">
<h2>Publications</h2>
<h3>
<p> Kachlicka, M., van den Bosch, J., Kang, J., & Dick, F. (2024).
<a href="TBC_link" target="_blank"> 'EnviSounds dataset: A selection of environmental sounds for behavioural and neuroimaging research'</a>, <em>TBC</em>, TBC. </p>
</h3>
</div>
<!--<div class="pageitem">
<h2>Conference papers</h2>
<h3>
<p> Mitchell, A., Oberman, T., Aletta, F., Erfanian, M., <b>Kachlicka, M.</b>, Lionello, M., & Kang, J. (2020).
<a href="https://doi.org/10.1121/1.5136970" target="_blank"> 'Making cities smarter with new soundscape indices'</a>,
<em>The Journal of the Acoustical Society of America</em>, 146, 2873. </p>
</h3>
</div>
-->
<div class="pageitem">
<h2>Posters</h2>
<h3>
<p> Kachlicka, M., van den Bosch, J., Kang, J., Dick, F. (2022). <a href="http://dx.doi.org/10.13140/RG.2.2.22589.84963" target="_blank"> 'Representations of natural sound categories'</a> at FENS Summer School 'Artificial and natural computations for sensory perception' (Bertinoro, Italy) </p>
</h3>
</div>
<!--<div class="pageitem">
<h2>Talks</h2>
<h3>
<p> 'Auditory processing in second language learning' at Brain & Language Seminar (February 2019), University of Helsinki, Finland </p> <br> <br>
</h3>
</div>
-->
<!-- footer items go here
<div class="section">
<div id="footer">
-->
</div>
</div>
<!-- DISCLAIMERS -->
<div class="section">
<div id="credits">
<div class="col"><p>Last modified 2024/04/03</p></div>
<div class="col"><p>Designed by @mkachlicka</p></div>
</div>
</div>
</div>
</body>
</html>