zk_html/diary/2010-12-08-19:01:26.html

31 lines
1.6 KiB
HTML
Raw Normal View History

2020-04-25 06:35:06 +00:00
<!doctype html>
<html>
<head>
<title>Zk | 2010-12-08 19:01:26</title>
<link rel="stylesheet" type="text/css" href="/style.css" />
<meta name="viewport" content="width=device-width" />
<meta charset="utf-8" />
</head>
<body>
<main>
<header>
<h1>Zk | 2010-12-08 19:01:26</h1>
</header>
<article class="content">
<p><span class="tag">blog</span> <span class="tag">fossil</span> <span class="tag">diary</span></p>
2020-06-24 07:10:07 +00:00
<p>Two new aspects visualized: <a href="http://vis.mjs-svc.com/sf/extras/species.html">species</a> and a <a href="http://vis.mjs-svc.com/sf/extras/states.html">choropleth of population for the US</a>.  I had to grab, shred, and parse the data myself from responses to forum topics (i.e.: members would respond with their location and a moderator would add their name to one enormous list - I had to turn that into JSON with magic), so the data may not be terribly accurate, but some trends may be visible.  Since they&rsquo;re separate but related, I&rsquo;ve added them to a different section of the site.</p>
2020-04-25 06:35:06 +00:00
</article>
<footer>
<p>Page generated on Update to State of Furry Vis</p>
</footer>
</main>
2020-06-24 07:10:07 +00:00
<script type="text/javascript">
document.querySelectorAll('.tag').forEach(tag => {
let text = tag.innerText;
tag.innerText = '';
tag.innerHTML = `<a href="/tags.html#${text}">${text}</a>`;
});
</script>
2020-04-25 06:35:06 +00:00
</body>
</html>