Skip to content

Commit

Permalink
version bump to 0.3.0
Browse files Browse the repository at this point in the history
as the old geoparser no longer works.
  • Loading branch information
corajr committed Nov 23, 2012
1 parent ddf46e5 commit f9a5812
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ In order to run Paper Machines, you will need the following (Python and Java sho
* Java ([download page](http://java.com/en/download/index.jsp)) * Java ([download page](http://java.com/en/download/index.jsp))


## Installation ## Installation
Paper Machines should work either in Zotero for Firefox or Zotero Standalone. To install, you must download the <a href="https://github.com/downloads/chrisjr/papermachines/papermachines-0.2.17.xpi">XPI file</a>. If you wish to use the extension in the Standalone version, right-click on the link and save the XPI file in your Downloads folder. Then, in Zotero Standalone, go to the Tools menu -> Add-Ons. Select the gear icon at the right, then "Install Add-On From File." Navigate to your Downloads folder (or wherever you have saved the XPI file) and open it. Paper Machines should work either in Zotero for Firefox or Zotero Standalone. To install, you must download the <a href="https://github.com/downloads/chrisjr/papermachines/papermachines-0.3.0.xpi">XPI file</a>. If you wish to use the extension in the Standalone version, right-click on the link and save the XPI file in your Downloads folder. Then, in Zotero Standalone, go to the Tools menu -> Add-Ons. Select the gear icon at the right, then "Install Add-On From File." Navigate to your Downloads folder (or wherever you have saved the XPI file) and open it.


## Usage ## Usage
To begin, right-click (control-click for Mac) on the collection you wish to analyze and select "Extract Texts for Paper Machines." Once the extraction process is complete, this right-click menu will offer several different processes that may be run on a collection, each with an accompanying visualization. Once these processes have been run, selecting "Export Output of Paper Machines..." will allow you to choose which visualizations to export. To begin, right-click (control-click for Mac) on the collection you wish to analyze and select "Extract Texts for Paper Machines." Once the extraction process is complete, this right-click menu will offer several different processes that may be run on a collection, each with an accompanying visualization. Once these processes have been run, selecting "Export Output of Paper Machines..." will allow you to choose which visualizations to export.
Expand All @@ -29,10 +29,10 @@ Finds phrases that follow a certain pattern, such as "x and y," and displays the


### Mapping ### Mapping
#### Flight Paths #### Flight Paths
Generates a map linking texts from their places of publication to the places they mention, filtered by time. This uses Yahoo!'s Placemaker service, and is limited to the first 50k of each file (approximately 10,000 words per text). Generates a map linking texts from their places of publication to the places they mention, filtered by time.


#### Heatmap #### Heatmap
Generates a map showing regions of relative intensity for mentions in the text; uses Placemaker data to generate a gradient, rather than distinct cities as in the flight path visualization. Generates a map showing regions of relative intensity for mentions in the text. Same as the flight path visualization without the link data; may be more usable on large datasets).


#### Export Geodata to CSV #### Export Geodata to CSV
Creates a CSV file with place name, latitude/longitude, the Zotero item ID number, and some context around the mention. Creates a CSV file with place name, latitude/longitude, the Zotero item ID number, and some context around the mention.
Expand Down Expand Up @@ -62,9 +62,9 @@ Special thanks to [Matthew Battles](http://metalab.harvard.edu/people/) for prov
* [d3.js](http://d3js.org/) * [d3.js](http://d3js.org/)
* [d3.layout.cloud.js](https://github.com/jasondavies/d3-cloud) * [d3.layout.cloud.js](https://github.com/jasondavies/d3-cloud)
* [DBpedia Spotlight](https://github.com/dbpedia-spotlight/dbpedia-spotlight) * [DBpedia Spotlight](https://github.com/dbpedia-spotlight/dbpedia-spotlight)
* [Europeana Geoparser](http://europeana-geo.isti.cnr.it/geoparser/geoparsing)
* [Firefox](http://www.firefox.com/) * [Firefox](http://www.firefox.com/)
* [html5slider](https://github.com/fryn/html5slider) * [html5slider](https://github.com/fryn/html5slider)
* [MALLET](http://mallet.cs.umass.edu) * [MALLET](http://mallet.cs.umass.edu)
* [python-placemaker](https://github.com/bycoffe/python-placemaker/) * [PTStemmer](http://code.google.com/p/ptstemmer/)
* [Yahoo! Placemaker](http://developer.yahoo.com/geo/placemaker/)
* [Zotero](http://www.zotero.org/) * [Zotero](http://www.zotero.org/)
2 changes: 1 addition & 1 deletion install.rdf
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Description about="urn:mozilla:install-manifest"> <Description about="urn:mozilla:install-manifest">
<em:id>papermachines@chrisjr.org</em:id> <em:id>papermachines@chrisjr.org</em:id>
<em:name>Paper Machines</em:name> <em:name>Paper Machines</em:name>
<em:version>0.2.17</em:version> <em:version>0.3.0</em:version>
<em:description>A Zotero extension for analysis and visualization in the digital humanities.</em:description> <em:description>A Zotero extension for analysis and visualization in the digital humanities.</em:description>
<em:creator>Chris Johnson-Roberson</em:creator> <em:creator>Chris Johnson-Roberson</em:creator>
<em:homepageURL>http://chrisjr.github.com/papermachines/</em:homepageURL> <em:homepageURL>http://chrisjr.github.com/papermachines/</em:homepageURL>
Expand Down

0 comments on commit f9a5812

Please sign in to comment.