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

32 lines
1.7 KiB
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html>
<head>
<title>Zk | 2010-12-08 19:01:26</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Gentium+Plus&family=Lato&family=Ubuntu+Monodisplay=swap" />
<link rel="stylesheet" type="text/css" href="/style.css?2024-05-04" />
<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>
<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>
</article>
<footer>
<p>Page generated on Update to State of Furry Vis</p>
</footer>
</main>
<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>
</body>
</html>