This visualization shows a list of lexical entries of the Clavius Mathematical Lexicon.
htaccess file has been properly congifured in order to rewrite URI and always redirect requests to the index.html. Client side using Javascript the scroll of the page is changed in order to get the requested resource.
The JSON-LD file has been translated from RDF using this on-line RDF translator.
xxxxxxxxxx
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="Clavius Lexicon" />
<title>Clavius Lexicon</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Noto+Serif" rel="stylesheet" type="text/css">
<link type="text/css" href="index.css" rel="stylesheet"/>
<script src="https://cdn.jsdelivr.net/clipboard.js/1.5.5/clipboard.min.js"></script>
<script src="https://d3js.org/d3.v3.min.js"></script>
</head>
<body>
<div id="header">
<input type="text"/>
<button title="Find"><i class="fa fa-search"></i></button>
</div>
<div id="container"></div>
<script src="index.js"></script>
</body>
</html>
Modified http://d3js.org/d3.v3.min.js to a secure url
https://cdn.jsdelivr.net/clipboard.js/1.5.5/clipboard.min.js
https://d3js.org/d3.v3.min.js