eagereyes / PresidentialDemographics (http://eagereyes.org/applications/PresidentialDemographicsII.html)

A Java applet to explore the lives and office terms of all US Presidents from George Washington to Barack Obama.

commit 0: cb2f6d72f3d0
Initial commit. defaulttip
Robert Kosara
8 months ago
filename size last modified message
data  
src  
.classpath 281 B 8 months ago Initial commit.
.hgignore 18 B 8 months ago Initial commit.
.project 383 B 8 months ago Initial commit.
Notes.txt 658 B 8 months ago Initial commit.
README.txt 659 B 8 months ago Initial commit.
java.policy.applet 141 B 8 months ago Initial commit.

README

Presidential Demographics

This is the source code for the visualization applet at
<http://eagereyes.org/applications/PresidentialDemographicsII.html>.

It is released under the BSD License.

The data was scraped from Wikipedia's list of US presidents:
<http://en.wikipedia.org/wiki/List_of_Presidents_of_the_United_States>
and from the individual pages about each president.

You can directly import this directory as a project into Eclipse. To run, right-click
on PresidentialDemographics.java and select Run As -> Java Applet. It works best in
a window of 580x505 (wider is always better, but it won't use more height without
changes to the code).

Enjoy!