-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
370 lines (304 loc) · 14.5 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
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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Music Connection Machine</title>
<meta property="og:url" content="http://musicconnectionmachine.org" />
<meta property="og:type" content="website" />
<meta property="og:title" content="The Music Connection Machine" />
<meta property="og:image" content="https://cde.peru.com/ima/0/1/4/6/7/1467201/924x530/ateneo-grand-splendid.jpg" />
<meta property="og:description" content="If you knew every recording, every score and every book by heart, what would you do?" />
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/grayscale.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet"
type="text/css">
<link href="http://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Indie+Flower' rel='stylesheet' type='text/css'>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-9937279-8', 'auto');
ga('send', 'pageview');
</script>
<style>
/* This gets Facebook to fall into place */
.social iframe {
vertical-align: bottom;
}
/* Set an optional width for your button wrappers */
.social span {
display: inline-block;
width: 110px;
}
</style>
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
<!-- Navigation -->
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
<i class="fa fa-bars"></i>
</button>
<a class="navbar-brand page-scroll" href="#page-top">
<i class="fa fa-music"></i> <span class="light">The Music Connection Machine</span>
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
<ul class="nav navbar-nav">
<!-- Hidden li included to remove active class from about link when scrolled up past about section -->
<li class="hidden">
<a href="#page-top"></a>
</li>
<li>
<a class="page-scroll" href="#goal">Goal</a>
</li>
<li>
<a class="page-scroll" href="#features">Features</a>
</li>
<li>
<a class="page-scroll" href="#spotlight">Spotlight</a>
</li>
<li>
<a class="page-scroll" href="#supporters">Supporters</a>
</li>
<!--<li>
<a class="page-scroll" href="#how">How</a>
</li>-->
<li>
<a class="page-scroll" href="#survey">Survey</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Intro Header -->
<header class="intro">
<div class="intro-body">
<div class="container">
<div class="row" style="background: rgba(256,256,256,0.9); margin-top: 100px; margin-left: 80px;
margin-right: 80px; padding-top: 50px; padding-bottom: 40px; border-radius: 1px; color: black">
<div class="col-md-8 col-md-offset-2" style="width: 90%; margin-left: 5%">
<h3 class="brand-heading"
style="text-transform: none; line-height: 55px; font-size: 38px; font-family: 'Roboto' cursive; font-weight: normal">
If you knew every recording,<br> every score and every book by heart<br><br>
<span style="font-family: 'Indie Flower', cursive; font-weight: 700; font-size: 44px">What would you do?</span>
</h3>
<a href="#goal" class="btn btn-circle page-scroll">
<i class="fa fa-angle-double-down animated"></i>
</a>
</div>
</div>
</div>
</div>
</header>
<!-- About Section -->
<section id="goal" class="container content-section text-center" style="padding-top: 150px; padding-bottom: 70px;">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2>Let's find out together</h2>
<p><span style="font-family:open sans;"><span style="font-size:24px;">
Music Connection Machine is a large-scale open-source project <br>
that will let <em>you</em>, us and everybody else <br>
experience what it would be like.</span></span>
</p>
</div>
</div>
</section>
<section id="features" class="container content-section text-center" style="padding-top: 50px;">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2>Some examples <br> of what you'll be able to do</h2>
<table style="margin-top: 50px">
<tr style="font-size:24px; font-family:open sans;">
<td style="width: 50%">
<ul>
<li>
Instantly know the differences between various sheet music editions
</li>
<li>
Instantly hear how a place in a score sounds in various performances
</li>
<li>
Instantly spot the differences between multiple interpretations
</li>
</ul>
</td>
<td style="width: 50%">
<ul>
<li>
See how composers influenced each other throughout the history
</li>
<li>
Know how musical pieces are connected by quotations and borrowings
</li>
<li>
See how close composers or musicians are based on their style
</li>
</ul>
</td>
</tr>
</table>
</p>
</div>
</div>
</section>
<section id="spotlight" class="container content-section text-center"
style="padding-top: 70px; padding-bottom: 70px;">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2>Featured Project</h2>
<p><span style="font-family:open sans;"><span style="font-size:20px;">
25 students from the Technical University of Munich are contributing to the Music Connection Machine.
They are analyzing billions of web pages from the CommonCrawl dataset and extracting information about
classical composers, their works and the musicians. The code is open source and is developed on
<a href="https://github.com/MusicConnectionMachine">Github</a>.
The public release is scheduled for June 1st 2017. Stay tuned!
<p>
The Bavarian Radio reports on the project:
<a href="https://www.br-klassik.de/themen/klassik-entdecken/klassik-im-internet-music-connection-technische-universitaet-muenchen-100.html">
"Wenn Lulu den Algorithmus stört"</a> (in German)
</p>
</span></span>
</p>
</div>
</div>
</section>
<section id="supporters" class="container content-section text-center" style="padding-top: 70px; padding-bottom: 70px; background-color: #f3e4c6; width: 100%">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2>Supporters</h2>
<p><span style="font-family:open sans;"><span style="font-size:20pt;">
<div style="width: 150px; display: inline-block;">
<a href="https://imslp.org">
<img src="https://imslp.org/android-touch-icon.png" width="150"/>
</a>
</div>
<br>
<span style="font-family:open sans;"><span style="font-size:20pt;">
<div style="width: 250px; display: inline-block; margin: 10px; padding-top: 20px">
<a href="https://www.tum.de">
<img src="http://echord.eu/public/wp-content/uploads/2015/10/TUM.png" width="250"/>
</a>
</div>
<div style="width: 250px; display: inline-block; margin: 10px">
<a href="https://www.upf.edu">
<img src="https://www.upf.edu/upf-2016-theme/images/logo.png" width="250"/>
</a>
</div>
<div style="width: 250px; display: inline-block; margin: 10px">
<a href="https://www.tudelft.nl">
<img src="http://www.ce.ewi.tudelft.nl/fileadmin/ce/images/TUDLogo.png" width="250"/>
</a>
</div>
</span></span>
</p>
<p><span style="font-family:open sans;"><span style="font-size:20pt;">
<div style="width: 250px; display: inline-block">
<a href="https://www.egi.eu">
<img src="https://www.eiscat.se/wp-content/uploads/2016/03/logo_site-300x300.png" width="150"/>
</a>
</div>
<div style="width: 250px; display: inline-block">
<a href="https://azure.microsoft.com">
<img src="https://upload.wikimedia.org/wikipedia/commons/f/ff/Windows_Azure_logo.png" width="300"/>
</a>
</div>
</span></span>
</p>
<div style="width: 250px; display: inline-block">
<a href="https://www.peachnote.com">
<img src="img/peachnote-logotype-small.png" width="250"/>
</a>
<span style="color: black">(Coordination)</span>
</div>
</div>
</div>
</section>
<section id="survey" class="content-section text-center" style="padding-top: 120px;">
<div class="download-section">
<div class="container" style="background: rgba(256,256,256,0.9);
padding-top: 50px; padding-bottom: 0px; border-radius: 1px; color: black; width: 60%; margin-left: 20%">
<div class="col-lg-8 col-lg-offset-2" style="font-size:24px; line-height: 50px; font-family:open sans;">
<h1 class="brand-heading" style="color: #ba7c33">Your opinion matters</h1>
Which tools should we build for you first?<br>
Tell us and be the first to know<br>
when they are ready for you. <br>
<a id="survey-butt"
href="https://docs.google.com/forms/d/1znpMOy_xWsbtz9Xocbxkrykc7ndbdex3IJsBBEjY3R0/viewform"
class="btn btn-default btn-lg btn-survey" style="margin-top: 55px; margin-bottom: 50px;">
To the Survey
</a>
<div>
<p>Want to join us? Let's get in touch!
<div class="social">
<span class="twitter">
<a href="https://twitter.com/share" class="twitter-share-button" data-hashtags="musicconnectionmachine" data-show-count="false">Tweet</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
</span>
<span class="Facebook">
<div class="fb-share-button" data-href="http://musicconnectionmachine.org" data-layout="button" data-mobile-iframe="true"><a class="fb-xfbml-parse-ignore" target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fmusicconnectionmachine.org%2F&src=sdkpreparse">Share</a></div>
</span>
</div>
<br>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<div class="container text-center">
<a href="http://peachnote.com/impressum" style="color: #828282">Impressum</a>
</div>
</footer>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="js/jquery.easing.min.js"></script>
<!-- Custom Theme JavaScript -->
<script src="js/grayscale.js"></script>
<script>
$(document).ready(function () {
$("#survey-butt").click(function () {
ga('send', 'event', 'Survey', 'Click', 'Music-Connection-Machine');
});
});
</script>
<!-- Load Facebook SDK for JavaScript -->
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.9";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
</body>
</html>