A modular D3.js-based geologic time scale that utilizes data from the Paleobiology Database. The repo can be found here.
forked from jczaplew's block: Geologic Time Scale
xxxxxxxxxx
<html>
<head>
<meta charset="utf-8"/>
<meta http-equiv="Content-Language" content="en" />
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, width=device-width">
<title>Geologic Time</title>
<link rel="stylesheet" href="timescale.css" />
</head>
<body>
<div id="geoTime"></div>
<script src="https://d3js.org/d3.v3.min.js"></script>
<script src="timescale.js"></script>
<script type="text/javascript">
// Start
timescale.init("geoTime");
</script>
</body>
</html>
Modified http://d3js.org/d3.v3.min.js to a secure url
https://d3js.org/d3.v3.min.js