-
Notifications
You must be signed in to change notification settings - Fork 2
/
SemanticNarratives.html
59 lines (40 loc) · 1.42 KB
/
SemanticNarratives.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Narratives</title>
<style>
.grid-container {
display: grid;
grid-template-columns: 60% 40%;
grid-gap: 10px;
background-color: #ffffff;
padding: 10px;
}
.grid-container > div {
background-color: #ffffff;
text-align: center;
padding: 30px 30px;
font-size: 1em;
}
body {
font-family: Lato;
}
</style>
</head>
<body>
<div class="grid-container">
<div class="grid-item"><iframe width="100%" height=800px" src="https://www.youtube.com/embed/aTfEYTx-U1I?rel=0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></div>
<div class="grid-item"><h2>Semantic Narratives</h2><h3>Semantic Narratives allow you to embed and visualise underlying data in narratives allowing your narratives to convey information that narratives by themselves find difficult
and to relate local micro description to the larger macro picture.
</h3>
<p>ResearchSpace allows data to be embedded in Web Narratives so that data is visualised and carried by a traditional document. This document acts as a standalone database in its own right.</p>
<ul>
<li>Embed data items that can be exported seperately</li>
<li>Link to other data and components in the reseachSpace system</li>
<li>Link to external </li>
</ul>
</div>
</div>
</body>
</html>