Skip to content

Commit 50b9055

Browse files
committed
2 parents bd28673 + 51bb281 commit 50b9055

7 files changed

+77
-270
lines changed

about.html

+4-6
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,8 @@
44
<!-- Required meta tags -->
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7-
<!-- BLOCK INDEX -->
8-
<meta name="robots" content="noindex">
9-
<!-- BLOCK INDEX -->
107
<link rel="icon" href="img/favicon.png" type="image/png">
11-
<title>SpeechBrain</title>
8+
<title>About SpeechBrain</title>
129
<!-- Bootstrap CSS -->
1310
<link rel="stylesheet" href="css/bootstrap.css">
1411
<link rel="stylesheet" href="vendors/linericon/style.css">
@@ -151,7 +148,7 @@ <h2>Partners</h2>
151148
</div>
152149
<div class="main_title">
153150
<h2>Contributors</h2>
154-
<p class="justified large"> In this section we thanks all the peoples that contributed to SpeechBrain. </p>
151+
<p class="justified large"> We would like to thank the following individuals who contributed to SpeechBrain: </p>
155152
</div>
156153
<ul class="contributors-list">
157154
<li>Mirco Ravanelli, Mila, Montréal (CA)</li>
@@ -162,7 +159,7 @@ <h2>Contributors</h2>
162159
<li>Loren Lugosch, Mila, McGill University (CA)</li>
163160
<li>Nauman Dawalatabad, Indian Institute of Technology Madras (IN)</li>
164161
<li>Ju-Chieh Chou, National Taiwan University (TW)</li>
165-
<li>Abdel Heba, University of Toulouse (IRIT, FR)</li>
162+
<li>Abdel Heba, Linagora / University of Toulouse (IRIT, FR)</li>
166163
<li>Francois Grondin, University of Sherbrooke (CA)</li>
167164
<li>William Aris, University of Sherbrooke (CA)</li>
168165
<li>Chien-Feng Liao, National Taiwan University (TW)</li>
@@ -175,6 +172,7 @@ <h2>Contributors</h2>
175172
<li>Jianyuan Zhong, University of Rochester (USA)<li>
176173
<li>Brecht Desplanques, Ghent University (BE)<li>
177174
<li>Jenthe Thienpondt, Ghent University (BE)<li>
175+
<li>Salima Mdhaffar, Avignon Université (LIA, FR)<li>
178176
<li>Renato De Mori, University of McGill (CA), Avignon University (LIA, FR)</li>
179177
<li>Yoshua Bengio, Mila, University of Montréal (CA)</li>
180178
</ul>

contributing.html

+2-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,8 @@
44
<!-- Required meta tags -->
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7-
<!-- BLOCK INDEX -->
8-
<meta name="robots" content="noindex">
9-
<!-- BLOCK INDEX -->
107
<link rel="icon" href="img/favicon.png" type="image/png">
11-
<title>SpeechBrain</title>
8+
<title>How to Contribute</title>
129
<!-- Bootstrap CSS -->
1310
<link rel="stylesheet" href="css/bootstrap.css">
1411
<link rel="stylesheet" href="vendors/linericon/style.css">
@@ -105,7 +102,7 @@ <h3> How to get my code into SpeechBrain? </h3>
105102
Then open a pull request on the official repository.<br/>
106103
<b>3.</b> Participate in the review process. Each pull request is reviewed by one or two reviewers.
107104
Please integrate their feedbacks into your code. Once reviewers are happy with your pull request, they will merge it into the official code. <br/><br/>
108-
<b>Details about this process (i.e including steps for installating the tests) are given in <a href="documentation/contributing.html"> the documentation </a>.</b>
105+
<b>Details about this process (i.e including steps for installating the tests) are given in <a href="https://speechbrain.readthedocs.io/en/latest/contributing.html"> the documentation </a>.</b>
109106
</p>
110107
<h3> How can I help? </h3>
111108
<p class="justified large"> Interractions between speech technologies and deep learning are various and numerous.

index.html

+12-5
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,8 @@
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
77

8-
<!-- BLOCK INDEX -->
9-
<meta name="robots" content="noindex">
10-
<!-- BLOCK INDEX -->
11-
128
<link rel="icon" href="img/favicon.png" type="image/png">
13-
<title>SpeechBrain</title>
9+
<title>SpeechBrain: A PyTorch Speech Toolkit</title>
1410
<!-- Bootstrap CSS -->
1511
<link rel="stylesheet" href="css/bootstrap.css">
1612
<link rel="stylesheet" href="vendors/linericon/style.css">
@@ -23,6 +19,17 @@
2319
<!-- main css -->
2420
<link rel="stylesheet" href="css/style.css">
2521
<link rel="stylesheet" href="css/responsive.css">
22+
<!-- Global site tag (gtag.js) - Google Analytics -->
23+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-146863989-1"></script>
24+
<script>
25+
window.dataLayer = window.dataLayer || [];
26+
function gtag(){dataLayer.push(arguments);}
27+
gtag('js', new Date());
28+
29+
gtag('config', 'UA-146863989-1');
30+
</script>
31+
32+
2633

2734
</head>
2835
<body>

tutorial_advanced.html

+1-4
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,8 @@
44
<!-- Required meta tags -->
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7-
<!-- BLOCK INDEX -->
8-
<meta name="robots" content="noindex">
9-
<!-- BLOCK INDEX -->
107
<link rel="icon" href="img/favicon.png" type="image/png">
11-
<title>SpeechBrain</title>
8+
<title>SpeechBrain Advanced</title>
129
<!-- Bootstrap CSS -->
1310
<link rel="stylesheet" href="css/bootstrap.css">
1411
<link rel="stylesheet" href="vendors/linericon/style.css">

tutorial_basics.html

+2-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,8 @@
44
<!-- Required meta tags -->
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7-
<!-- BLOCK INDEX -->
8-
<meta name="robots" content="noindex">
9-
<!-- BLOCK INDEX -->
107
<link rel="icon" href="img/favicon.png" type="image/png">
11-
<title>SpeechBrain</title>
8+
<title>SpeechBrain Basics</title>
129
<!-- Bootstrap CSS -->
1310
<link rel="stylesheet" href="css/bootstrap.css">
1411
<link rel="stylesheet" href="vendors/linericon/style.css">
@@ -111,7 +108,7 @@ <h3>SpeechBrain Basics</h3>
111108
<div class="blog_details">
112109
<h2>Introduction to SpeechBrain</h2>
113110
<p>SpeechBrain is an open-source all-in-one speech toolkit based on PyTorch.
114-
It is designed to make the research and development of speech technology easier. Alongside with our <a href="http://www.darnault-parcollet.fr/Parcollet/hiddennoshare/speechbrain.github.io/documentation/index.html"> documentation</a>
111+
It is designed to make the research and development of speech technology easier. Alongside with our <a href="https://speechbrain.readthedocs.io/en/latest/index.html"> documentation</a>
115112
this tutorial will provide you all the very basic elements needed to start using SpeechBrain for your projects.</p>
116113
<a href="https://colab.research.google.com/drive/12bg3aUdr9mTfOGqcB5pSMABoIKPgiwcM?usp=sharing" class="blog_btn">Open in Google Colab</a>
117114
</div>

0 commit comments

Comments
 (0)