forked from lucasnfe/adl-music-annotation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (28 loc) · 1.63 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
<html>
<head>
<title>ADL Music Annotation Tool</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
</head>
<body class="container text-justify">
<div class="container pt-4">
<h2 class="text-center">Music Emotion Annotation Task</h2>
</div>
<div class="container pt-2">
<p> This is a tool to annotate emotions perceived in music pieces.
It was developed by <a href="http://www.lucasnferreira.com">Lucas N. Ferreira</a> as part of his
Ph.D. in Computer Science at the <a href="https://games.soe.ucsc.edu/adl">Augmented Design Lab</a> -
<a href="https://www.soe.ucsc.edu/departments/computational-media">Department of Computational Media</a> -
<a href="https://www.ucsc.edu">University of California, Santa Cruz</a>. </p>
<p>The annotation task takes in average 10 MINUTES and consists of listenning to a list of
music pieces and annotating them using an emotion map.</p>
<p>If you agree on performing this task, please click on the Next button.</p>
<div class="container pt-4 pb-4 page-controler text-center">
<button type="button" class="btn btn-outline-dark" id="next-button" href="#" onClick="nextPage('emotion.html')">Next</button>
</div>
</div>
<script src="js/lib/page-manager.js"></script>
</body>
</html>