zk_html/diary/2010-12-07-19:24:40.html

33 lines
2.8 KiB
HTML
Raw Normal View History

2020-04-25 06:35:06 +00:00
<!doctype html>
<html>
<head>
<title>Zk | 2010-12-07 19:24:40</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-07 19:24:40</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>It&rsquo;s been a busy few days at home and work.  Work itself was really slow, so I started working on one large visualization project and wound up completing another smaller one in the meantime.  I may need to take a break from protovis for a little while, as I&rsquo;ve been working for several days straight on these projects.</p>
2020-04-25 06:35:06 +00:00
<p>The smaller of the two projects was a very fast (about two hours) visualization of data regarding a disturbing punishment discrepancy between heterosexual/non-heterosexual teens by both the justice system and schools.  You can <a href="http://vis.mjs-svc.com/lgbsanction/">see in the vis</a> that, in some cases, non-heterosexual teens can be two to three times as likely to be punished by schools or police.  Some reasons for this are debated in the <a href="http://www.washingtonpost.com/wp-dyn/content/article/2010/12/06/AR2010120600035.html">original article</a> that was pointed out to me.  The comments section on the article is rather distressing, I should warn.</p>
2020-06-24 07:10:07 +00:00
<p>The second, larger project has taken up most of my energy over the past few days.  A friend pointed me toward the results of the <a href="http://www.klisoura.com/furrypoll.php">Furry Survey</a>, which I hadn&rsquo;t seen before.  The furry community differs from society at large in several very important demographic areas, from gender to sexual orientation (or at least openness regarding the same), to mean age.  With these important differences, I felt that a series of visualizations was almost necessary.  I&rsquo;ve pulled those together into a <a href="http://vis.mjs-svc.com/sf/">dashboard</a> that displays each visualization in miniature (not just thumbnails - the visualizations are reconstructed in miniature within the dashboard).  Check it out and find out some neat things about the furry fandom.  If you don&rsquo;t know what furries are&hellip; well, Google carefully.</p>
2020-04-25 06:35:06 +00:00
</article>
<footer>
<p>Page generated on Two New Visualizations</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>