-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (45 loc) · 2.37 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml" itemscope itemtype="http://schema.org/Map">
<head>
<title>CFRP Visualization Sketch 1</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,height=device-height,initial-scale=1,user-scalable=no" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<!--[if IE]><script type="text/javascript" src="js/excanvas.js"></script><![endif]--> <!-- js/default.js -->
<script src="js/jquery/jquery.min.js" type="text/javascript"></script>
<script src="js/fancybox/jquery.fancybox.pack.js" type="text/javascript" language="javascript"></script>
<script src="js/main.js" type="text/javascript" language="javascript"></script>
<link rel="stylesheet" type="text/css" href="js/fancybox/jquery.fancybox.css"/>
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" />
<link rel="stylesheet" media="screen and (max-height: 770px)" href="css/tablet.css" />
</head>
<body>
<div class="sigma-parent">
<div class="sigma-expand" id="sigma-canvas"></div>
</div>
<div id="mainpanel">
<div class="col">
<div id="maintitle"></div>
<div id="titletext"></div>
<div id="navigationtext">
Between the years 1769 and 1793, there were approximately 700 plays in the repertoire and 5264 different combinations.
<br/><br/>
<strong>Visualizations:</strong>
<br/><br/>
<a href="/1/network/index.html#">1. Is there a pattern to plays being staged on the same day?</a>
<br/> <br/>
<a href="/2/network/index.html#">2. Are there groups of plays that are more often to be staged with each other?</a>
<br/><br/>
<a href="/3/network/index.html#">3. Are plays performed the most often also the most profitable?</a>
<br/><br/>
<a href="/4/network/index.html#">4. Is there a pattern to authors whose plays are staged on the same day?</a>
<br/><br/>
<a href="/5/network/index.html#">5. Are their groups of authors that are more often staged with each other?</a>
<br/><br/>
<a href="/6/network/index.html#">6. Are the most popular authors also the most profitable?</a>
<br/><br/>
<a href="/7/network/index.html#">7. How are central authors such as Moliere’s plays staged in relation to other authors?</a>
</div>
</body>
</html>