-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathindex.html
84 lines (75 loc) · 3.66 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Open Speech and Language Resources."/>
<meta charset="UTF-8">
<link rel="icon" type="image/png" href="/openslr_ico.png"/>
<link rel="stylesheet" type="text/css" href="style.css"/>
<title>openslr.org</title>
</head>
<body>
<div class="container">
<div id="centeredContainer">
<div id="headerBar">
<div id="headerLeft"> <image id="logoImage" src="/openslr.png"> </div>
<div id="headerRight"><h2 class="slrStyle">Open Speech and Language Resources</h2></div>
</div>
<hr>
<div id="topBar">
<a class="myTopButton" href="/index.html">Home</a>
<a class="topButtons" href="/resources.php">Resources</a>
</div>
<hr>
<div id="rightCol">
<div class = "contact_info">
<div class="contactTitle">Contact</div>
<a href=mailto:dpovey@gmail.com> dpovey@gmail.com </a> <br/>
Phone: 425 247 4129 <br/>
(Daniel Povey) <br/>
</div>
</div>
<div id="mainContent">
<div class= "container" >
<p><h3 class="slrStyle"> About OpenSLR </h3>
OpenSLR is a site devoted to hosting speech and language resources, such as training
corpora for speech recognition, and software related to speech recognition. We intend to be a convenient place for anyone to
put resources that they have created, so that they can be downloaded publicly.
<p>
Part of our goal is to mirror software available elsewhere, in order to provide a
failover location. We are starting by mirroring some software which is used
in the <a href="http://kaldi-asr.org"> Kaldi </a> scripts.
<p>
We aim to provide a central, hassle-free place for others to put their speech resources.
For more information, see <a href=/contributions.html> here </a>.
<p>
If you wanna keep updated, we have created a mailing list
<a href="https://groups.google.com/forum/#!forum/openslr-news"><texttt>openslr-news@googlegroups.com</texttt></a>
in which we intend to send announcements about newest additions and other news.
<p>
For a list of resources, please click on <a href="resources.php" target="_top"> resources </a> above.
<p>
If you want to download things from this site, please download them one at a time, and please don't use
any fancy software-- just download things from your browser or use 'wget'.
We have a firewall rule to drop connections from hosts with more than 5 simultaneous connections, and certain
types of download software may activate this rule. Now, aside from the main site
<a href=http://openslr.org>openslr.org</a>, we also have a mirror in
China that is available at <a href=http://cn-mirror.openslr.org>cn-mirror.openslr.org</a>.
The mirror server is made available by <a href=http://surfing.ai>Surfing Technology.</a>.
</div>
<div style="height:300px"></div>
</div>
</div>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<div style="clear: both"></div>
<div id="footer">
<p>
<a href="http://jigsaw.w3.org/css-validator/check/referer">
<img style="border:0;width:88px;height:31px"
src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
alt="Valid CSS!" />
</a>
</p>
</div>
</div>
</body>
</html>