Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mkachlicka authored Dec 28, 2023
1 parent 32b214f commit dbd0471
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 29 deletions.
58 changes: 48 additions & 10 deletions dataset.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Team</title>
<title>Dataset</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles.css">

Expand All @@ -25,9 +25,7 @@

</head>

<body id="dataset">


<body id="research">



Expand All @@ -50,14 +48,15 @@

<ul class="menu-items"> <!-- style="width: 20%; float:right;"> -->
<li><a href="index.html">Home</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="dataset.html">Dataset</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="team.html">Team</a></li>
</ul>
</ul>
</nav>
</div>


<!-- TITLE -->

<div id="container">
Expand All @@ -66,12 +65,51 @@ <h1>EnviSounds Dataset</h1>
</div>


<!-- CONTENT -->

<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>About</h2>
<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>
</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>

Expand All @@ -80,7 +118,7 @@ <h2>About</h2>
<div class="section">

<div id="credits">
<div class="col"><p>Last modified 2023/12/08</p></div>
<div class="col"><p>Last modified 2023/12/28</p></div>
<div class="col"><p>Designed by @mkachlicka</p></div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@

<ul class="menu-items"> <!-- style="width: 20%; float:right;"> -->
<li><a href="index.html">Home</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="dataset.html">Dataset</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="team.html">Team</a></li>
</ul>
</ul>
</nav>
Expand Down
13 changes: 7 additions & 6 deletions research.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Research</title>
<title>Publications</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles.css">

Expand Down Expand Up @@ -48,19 +48,20 @@

<ul class="menu-items"> <!-- style="width: 20%; float:right;"> -->
<li><a href="index.html">Home</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="dataset.html">Dataset</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="team.html">Team</a></li>
</ul>
</ul>
</nav>
</div>


<!-- TITLE -->

<div id="container">
<div id="pageheader">
<h1>Publications and presentations</h1>
<h1>Publications</h1>
</div>


Expand Down Expand Up @@ -108,10 +109,10 @@ <h3>
<!-- footer items go here
<div class="section">
<div id="footer">
-->
</div>
</div>
-->


<!-- DISCLAIMERS -->
<div class="section">
Expand Down
10 changes: 5 additions & 5 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ nav {
font-size:450%;
font-weight:bold;
color:#171E2E;
text-align: left;
text-align: center;
}

#team h2 {
Expand All @@ -106,7 +106,7 @@ nav {

#team h3 {
font-size:200%;
/*font-weight:bold;*/
font-weight:bold;
color: #171E2E;
text-align: center;
}
Expand All @@ -115,7 +115,7 @@ nav {
font-size:450%;
font-weight:bold;
color:#171E2E;
text-align: left;
text-align: center;
}

#research h2 {
Expand All @@ -127,7 +127,7 @@ nav {

#research h3 {
font-size:110%;
/*font-weight:bold;*/
font-weight:bold;
color: #171E2E;
text-align: left;
}
Expand All @@ -137,7 +137,7 @@ nav {
font-size:450%;
font-weight:bold;
color:#171E2E;
text-align: left;
text-align: center;
}

#dataset h2 {
Expand Down
13 changes: 7 additions & 6 deletions team.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@

<ul class="menu-items"> <!-- style="width: 20%; float:right;"> -->
<li><a href="index.html">Home</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="dataset.html">Dataset</a></li>
<li><a href="dataset.html">Dataset</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="team.html">Team</a></li>
</ul>
</ul>
</nav>
Expand All @@ -63,6 +63,7 @@
<h1>Team</h1>
</div>

<div class="section">

<!-- COLUMNS -->
<div class="row">
Expand Down Expand Up @@ -125,7 +126,7 @@ <h1>Contributors</h1>
<h3>Gavyn Anderson, Aliza Choi, Madelynn Osborne, Dereon Ritter, Lindsey Mayer, Dennis Maddox, Araceli Benson, Baylee Owen, Aiden Parks, Jazmin Kline, Keely Crawford, James Hawkins, Gavyn Anderson, Aliza Choi, Madelynn Osborne, Gavyn Anderson, Aliza Choi, Madelynn Osborne
</h3>
</div>

</div>
<!-- <div id="container"> -->


Expand Down Expand Up @@ -198,9 +199,9 @@ <h2>Morbi Bibendum</h2>
<li><a href="research.html"><img src="images/6.png" alt="button1" style="width:100%;height:100%;"></a></li>
</nav>
</nav>-->

</div>-->
</div>

</div>

Expand Down

0 comments on commit dbd0471

Please sign in to comment.