Skip to content

Commit 99d7811

Browse files
committed
added histogram, view finder, favicon and changed from year-month to year
1 parent 96af3bc commit 99d7811

File tree

5 files changed

+202
-43
lines changed

5 files changed

+202
-43
lines changed

data/articles.json

+1-1
Large diffs are not rendered by default.

img/favicon.png

245 Bytes
Loading

index.html

+3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
<html>
33
<head>
44
<meta charset="utf-8">
5+
<title>PLOS Cloud Explorer</title>
6+
<link rel="icon" type="image/png" href="img/favicon.png">
57
<script type="text/javascript" src="js/jquery-1.10.2.min.js"></script>
68
<script type="text/javascript" src="js/d3.min.js"></script>
9+
<script src="http://dimplejs.org/dist/dimple.v1.1.5.min.js"></script>
710
<link rel="stylesheet" type="text/css" href="css/style.css" />
811
</head>
912
<body>

0 commit comments

Comments
 (0)