Main Page

From BeauGunderson

Jump to: navigation, search

Contents

[edit] Jump-offs

[edit] In the mail

[edit] To mail

Nothing.

[edit] Current Projects

[edit] Deferred Projects

  • WorldWiki
    • Wiki where the interface is a world map, users can collaboratively create datasets and export them in CSV, SHP, etc. formats
  • Wikibase? Public database where users can edit fields?
    • Same thing for maps, imagine someone who wants to compile a list of mobile phone standards in use by country; have the interface be a world map with clickable countries
    • Someone beat me to it, freebase
  • Wiki ideas
    • Track 'market failures' and solutions
    • Track responses to emails asking the recipient to sign legislation to socialize something (healthcare, etc.)
  • The Windows Quicksilver Wishlist
  • Maya Particle Caching Project
  • Photag Firefox Extension
  • c# app to grab user's calendars and then provide a bevy of reminder plugins

[edit] For nuclear graph

[edit] Organization

[edit] Fixin' stuff

[edit] For mapping

[edit] Google Earth

Current best option:

PREFIX rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
PREFIX dc:   <http://purl.org/dc/elements/1.1/>
PREFIX pol:  <tag:govshare.info,2005:rdf/politico/>
PREFIX vote: <tag:govshare.info,2005:rdf/vote/>
PREFIX time: <http://pervasive.semanticweb.org/ont/2004/06/time#>

SELECT * WHERE {
   <tag:govshare.info,2005:data/us/congress/109/senate/votes/2006-126> vote:hasBallot ?ballot .
   
   ?ballot     vote:voter     ?voter;
               vote:option    ?position.

   ?voter      foaf:name      ?name;
               pol:hasRole [ 
                  time:to [ time:at ?enddate ];
                  pol:forOffice [ pol:represents ?state ]
               ].

   ?state      dc:title       ?stateName.

   FILTER(?enddate = "2006-12-31" || ?enddate = "2008-12-31" || ?enddate = "2010-12-31").
}

[edit] Google Maps State-based Statistics

  • Make a set of state overlays
  • How many shades?
  • How many detail levels?
  • What to use for data source?
    • ArcGIS data
    • Tiger/LINE
  • Breaks?
    • Natural breaks, quantile, etc.

[edit] Other possible Google Maps Overlays

  • Countries
  • United States Counties

[edit] Stay on the lookout for

  • Denis Wood's Boylan Heights map book
Views
Personal tools