-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dbd0471
commit 5e0a61b
Showing
4 changed files
with
167 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,121 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<title>About</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>EnviSounds Dataset</h1> | ||
</div> | ||
|
||
|
||
<div class="section"> | ||
<!--<h1>Publications and presentations</h1>--> | ||
|
||
<!--<div class="pageitem"> | ||
<h2>Publications</h2> | ||
<h3> | ||
<p> Saito, K., Petrova, K., Suzukida, Y., <b>Kachlicka, M.</b>, & Tierney, A. (2022). | ||
<a href="https://psycnet.apa.org/doi/10.1037/xhp0001042" target="_blank"> 'Training auditory processing promotes second language speech acquisition'</a>, | ||
<em>Journal of Experimental Psychology: Human Perception and Performance</em>, 48(12), 1410–1426. </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>About</h2> | ||
<h3> | ||
<p>The EnviSounds dataset aims to remedy the shortcomings of the existing resources. It comprises a comprehensive selection of 530 environmental sounds covering categories at different levels of complexity and different sounds produced by the same sound source. Complemented by the additional insight about sounds’ acoustic variability and norms from behavioural studies, it enables researchers to select items for experiments based on the desired categories or specific criteria across a range of acoustic features. The dataset can be used for specifying training sets with individual sound sources, defining the boundaries of various categories or providing additional variables to building prediction models. Our dataset allows for exploring long-neglected issues of within-class variability and between-class confusion by providing multiple exemplars of each class and a selection of acoustic descriptors and normative data. We believe it will be a valuable resource for behavioural and neuroimaging research.</p> | ||
|
||
<p>For more information or specific inquiries please contact Magdalena Kachlicka at <a href="[email protected]" target="_blank"> [email protected]</a> </p> | ||
</h3> | ||
</div> | ||
|
||
<div class="pageitem"> | ||
<h2>Uses of EnviSounds</h2> | ||
<h3> | ||
<p>TBC</p> | ||
|
||
<p>Please get in touch if you would like to add sounds, features or have new ideas on how to expand or use the dataset.</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 2023/12/29</p></div> | ||
<div class="col"><p>Designed by @mkachlicka</p></div> | ||
|
||
</div> | ||
</div> | ||
|
||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters