-
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
0 parents
commit 3a467b8
Showing
54 changed files
with
11,663 additions
and
0 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,177 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
|
||
|
||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
<meta name="description" content="KunquDB, a large-scale, well-annotated audio-visual dataset comprising 339 speakers and 128 hours of content. Originating from the Kunqu Opera Art Canon (Kunqu yishu dadian), KunquDB is meticulously structured by dialogue lines, providing explicit annotations such as character names, speaker names, gender, vocal manner classifications and accompanied by preliminary text transcriptions."> | ||
<meta name="author" content="Huali Zhou"> | ||
<link rel="canonical" href="https://hualizhou167.github.io/KunquDB/404.html"> | ||
|
||
<title>Page Not Found | KunquDB</title> | ||
|
||
<!-- Bootstrap core CSS --> | ||
<link href="assets/css/bootstrap.min.css" rel="stylesheet" /> | ||
|
||
<!-- Custom fonts for this template --> | ||
<link href="assets/css/all.min.css" rel="stylesheet" type="text/css"> | ||
|
||
|
||
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css"> | ||
|
||
<link href="https://fonts.googleapis.com/css?family=Kaushan+Script" rel="stylesheet" type="text/css"> | ||
|
||
<link href="https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic" rel="stylesheet" type="text/css"> | ||
|
||
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700" rel="stylesheet" type="text/css"> | ||
|
||
|
||
<!-- Custom styles for this theme --> | ||
<!--<link href="assets/css/agency.min.css" rel="stylesheet">--> | ||
<link href="assets/css/agency.css" rel="stylesheet" /> | ||
|
||
<!-- Page container change top padding when nav shrinks --> | ||
|
||
<style> | ||
#pagecontainer { | ||
padding-top: 150px; | ||
} | ||
@media only screen and (max-width: 991px) { | ||
#pagecontainer { | ||
padding-top: 100px; | ||
} | ||
} | ||
</style> | ||
|
||
</head> | ||
|
||
|
||
<body id="page-top"> | ||
|
||
<!-- Navigation --> | ||
<nav | ||
class="navbar navbar-expand-lg navbar-dark fixed-top" | ||
id="mainNav" | ||
style="background-color: #212529" | ||
> | ||
<div class="container"> | ||
<a class="navbar-brand js-scroll-trigger" href="/KunquDB/#">KunquDB</a> | ||
<button | ||
class="navbar-toggler navbar-toggler-right" | ||
type="button" | ||
data-toggle="collapse" | ||
data-target="#navbarResponsive" | ||
aria-controls="navbarResponsive" | ||
aria-expanded="false" | ||
aria-label="Toggle navigation" | ||
> | ||
Menu<i class="fas fa-bars"></i> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarResponsive"> | ||
<ul class="navbar-nav text-uppercase ml-auto"> | ||
<li class="nav-item"><a | ||
class="nav-link js-scroll-trigger" | ||
href="/KunquDB/#about" | ||
>About</a | ||
></li><li class="nav-item"><a | ||
class="nav-link js-scroll-trigger" | ||
href="/KunquDB/#portfolio" | ||
>statistics</a | ||
></li><li class="nav-item"><a | ||
class="nav-link js-scroll-trigger" | ||
href="/KunquDB/#demo" | ||
>demo</a | ||
></li><li class="nav-item"><a | ||
class="nav-link js-scroll-trigger" | ||
href="/KunquDB/#paper" | ||
>paper</a | ||
></li><li class="nav-item"><a | ||
class="nav-link js-scroll-trigger" | ||
href="/KunquDB/#download" | ||
>download</a | ||
></li><li class="nav-item"><a | ||
class="nav-link js-scroll-trigger" | ||
href="/KunquDB/#acknowledgment" | ||
>acknowledgment</a | ||
></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</nav> | ||
<!-- End Navigation --> | ||
|
||
|
||
|
||
|
||
<div class="container" id="pagecontainer"> | ||
<section class="page-section"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-lg-12 text-center"> | ||
<h2 class="section-heading text-uppercase">404 - Page Not Found</h2> | ||
<h3 class="section-subheading text-muted">The requested page could not be found.</h3> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
</div> | ||
|
||
|
||
<!-- Footer --> | ||
<footer class="footer" id="footer" style="background-color: white"> | ||
<div class="container"> | ||
|
||
<div class="row align-items-center"> | ||
<div class="col-md-4 text-md-left"> | ||
<span class="copyright" | ||
>Copyright © DKU 2024</span | ||
> | ||
</div> | ||
<!-- Legal --> | ||
<!-- <div class="col-md-8 text-md-right"> | ||
<ul class="list-inline quicklinks"> | ||
<li class="list-inline-item"> | ||
<a href="legal" | ||
>Privacy Policy</a | ||
> | ||
</li> | ||
</ul> | ||
</div> --> | ||
</div> | ||
|
||
</div> | ||
</footer> | ||
|
||
<script> | ||
fixPageShort(); | ||
function fixPageShort() { | ||
if (window.innerHeight > document.body.offsetHeight) { | ||
document.getElementById("footer").style.position = "fixed"; | ||
document.getElementById("footer").style.bottom = 0; | ||
document.getElementById("footer").style.right = 0; | ||
document.getElementById("footer").style.left = 0; | ||
document.getElementById("footer").style.width = "100%"; | ||
} | ||
} | ||
</script> | ||
|
||
<!-- End Footer --> | ||
|
||
<!-- Bootstrap core JavaScript --> | ||
<script src="assets/js/jquery.min.js"></script> | ||
<script src="assets/js/bootstrap.bundle.min.js"></script> | ||
|
||
<!-- Plugin JavaScript --> | ||
<script src="assets/js/jquery.easing.min.js"></script> | ||
|
||
<!-- Contact form JavaScript --> | ||
<script src="assets/js/jqBootstrapValidation.js"></script> | ||
<script src="assets/js/contact_me.js"></script> | ||
|
||
<!-- Custom scripts for this template --> | ||
<script src="assets/js/agency.min.js"></script> | ||
|
||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2021 Ravi Riley | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
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 @@ | ||
# the official site for the KunquDB dataset |
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,22 @@ | ||
LICENSE FOR THE KunquDB DATASET | ||
|
||
Description: | ||
The KunquDB dataset is a large-scale, well-annotated audio-visual dataset comprising 339 speakers and 128 hours of content. Originating from the Kunqu Opera Art Canon (_Kunqu yishu dadian_), KunquDB is meticulously structured by dialogue lines, providing explicit annotations such as character names, speaker names, gender, vocal manner classifications and accompanied by preliminary text transcriptions. As an audio-visual dataset, it has potential uses in a variety of applications. For more, please visit https://hualizhou167.github.io/KunquDB. | ||
|
||
License: | ||
The data falls under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) license. More details on this license can be viewed at https://creativecommons.org/licenses/by-nc-sa/4.0/. | ||
|
||
By downloading or using this dataset, you agree to abide by the terms of the CC BY-NC-SA 4.0 license, including any modifications or redistributions in any form. | ||
|
||
Disclaimer: | ||
THIS DATASET IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
|
||
Citation: | ||
If our work is useful for your research, please consider citing: | ||
|
||
@article{zhou2024kunqudb, | ||
title={KunquDB: An Attempt for Speaker Verification in the Chinese Opera Scenario}, | ||
author={Zhou, Huali and Lin, Yuke and Liu, Dong and Li, Ming}, | ||
journal={arXiv preprint arXiv:2403.13356}, | ||
year={2024} | ||
} |
Oops, something went wrong.