-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
177 lines (143 loc) · 5.46 KB
/
404.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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
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>