|
@ -6,6 +6,8 @@ |
|
|
<title>VVVW</title> |
|
|
<title>VVVW</title> |
|
|
<link rel="stylesheet" href="static/css/style.css"> |
|
|
<link rel="stylesheet" href="static/css/style.css"> |
|
|
<link href="static/styles/jquery-ui.css" rel="stylesheet" type="text/css"> |
|
|
<link href="static/styles/jquery-ui.css" rel="stylesheet" type="text/css"> |
|
|
|
|
|
<!-- <link rel="stylesheet" href="static/css/font-awesome/css/font-awesome.min.css"> --> |
|
|
|
|
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.12.1/css/all.css" crossorigin="anonymous"> |
|
|
<link rel="stylesheet" href="static/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> |
|
|
<link rel="stylesheet" href="static/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> |
|
|
<script src="static/js/jquery.min.js"></script> |
|
|
<script src="static/js/jquery.min.js"></script> |
|
|
<script type="text/javascript" src="static/js/p5/p5.min.js"></script> |
|
|
<script type="text/javascript" src="static/js/p5/p5.min.js"></script> |
|
@ -38,10 +40,16 @@ |
|
|
Your browser does not support the audio tag. |
|
|
Your browser does not support the audio tag. |
|
|
</audio> |
|
|
</audio> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
<div class="map_legend"> |
|
|
|
|
|
<div id="box1" onclick="popup_bg(120,group1)"><i class="fas fa-play"></i></div> <p>Folklore literature</p> |
|
|
|
|
|
<div id="box2" onclick="popup_bg(300,group2)"><i class="fas fa-play"></i></div><p>Islamic Mysticism</p> |
|
|
|
|
|
<div id="box3" onclick="popup_bg(500,group3)"><i class="fas fa-play"></i></div> <p>Contemporary poets</p> |
|
|
|
|
|
<div id="box4" onclick="popup_bg(700,group4)"><i class="fas fa-play"></i></div> <p>Contemporary musicians</p> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
<div class="col-md-3"> |
|
|
<div class="col-md-3"> |
|
|
<div class="row"> |
|
|
<div class="row"> |
|
|
<div class="col-md-12"> |
|
|
<div class="col-md-12"> |
|
@ -111,16 +119,6 @@ Technical details: We have built the visualization from scratch using a javascri |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
<div class="row"> |
|
|
|
|
|
<div class="col-md-6"> |
|
|
|
|
|
<div class="map_legend"> |
|
|
|
|
|
<div id="box1" onclick="popup_bg(120)"></div> <p>Folklore literature</p> |
|
|
|
|
|
<div id="box2" onclick="popup_bg(300)"></div> <p>Islamic Mysticism</p> |
|
|
|
|
|
<div id="box3" onclick="popup_bg(500)"></div> <p>Contemporary poets</p> |
|
|
|
|
|
<div id="box4" onclick="popup_bg(700)"></div> <p>Contemporary musicians</p> |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
@ -141,7 +139,7 @@ Technical details: We have built the visualization from scratch using a javascri |
|
|
</script> |
|
|
</script> |
|
|
|
|
|
|
|
|
<script> |
|
|
<script> |
|
|
function popup_bg(time) { |
|
|
function popup_bg(time,group) { |
|
|
var box = document.getElementById("audioBG"); |
|
|
var box = document.getElementById("audioBG"); |
|
|
// if (box.currentTime>0) { |
|
|
// if (box.currentTime>0) { |
|
|
// box.currentTime = 0; |
|
|
// box.currentTime = 0; |
|
|