Skip to content

Instantly share code, notes, and snippets.

View sethwoodworth's full-sized avatar

Seth Woodworth sethwoodworth

View GitHub Profile

### How would your project help to further humanities research?

(e.g. it will make more content and data openly available for researchers to use, it will produce novel insights into humanities data through visualisations...) *

GITenberg will improve the quality of Public Domain transcriptions of books by treating books like open source code. The GITenberg project has compiled an archive of 40,000 public domain ebooks, and by applying open source software tools and techniques to these texts,

@sethwoodworth
sethwoodworth / index.html
Last active December 19, 2015 14:09 — forked from enjalot/index.html
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>Testing Pie Chart</title>
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.js?2.1.3"></script>
<style type="text/css">
.slice text {

GITenberg Status Report #2

Quite a bit of work has occurred since our last status report, though it’s rather scattered work in progress and still needs to be put together and documented.

  • We have 14 PG texts converted to asciidoc

  • We have a working asciidoc-to-epub build machine

  • We have the start of a django website

  • We’ll be at Book Expo America

  • We’ll be participating in a hackathon in SFO in June

from __future__ import division
import sys
import math
import random
import time
import arcade
from collections import deque
from pyglet import image