Released under the GNU General Public License, version 3.
// Includes functions for exporting active sheet or all sheets as JSON object (also Python object syntax compatible). | |
// Tweak the makePrettyJSON_ function to customize what kind of JSON to export. | |
var FORMAT_ONELINE = 'One-line'; | |
var FORMAT_MULTILINE = 'Multi-line'; | |
var FORMAT_PRETTY = 'Pretty'; | |
var LANGUAGE_JS = 'JavaScript'; | |
var LANGUAGE_PYTHON = 'Python'; |
GNU GENERAL PUBLIC LICENSE | |
Version 3, 29 June 2007 | |
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> | |
Everyone is permitted to copy and distribute verbatim copies | |
of this license document, but changing it is not allowed. | |
Preamble | |
The GNU General Public License is a free, copyleft license for |
import urllib2 | |
from bs4 import BeautifulSoup | |
import re | |
import csv | |
import requests | |
#Checks all of the pages listing records for the record urls | |
for i in range(0,5): | |
url = ('http://www.qub.ac.uk/imagining-history/resources/short/index.php?pageNum_rstCallShort=' + str(i)) |
Released under the GNU General Public License, version 3.
Released under the GNU General Public License, version 3.
Released under the GNU General Public License, version 3.
This visual is one of a set that attempts to contextualize both human characters and nonhuman others within the natural world of Thomas Hardy's 1892 novel Tess of the d'Urbervilles. This cluster visualizes words tagged "flora" that appear within 120 characters of a word tagged "Other Male Humans," (i.e. any male human except Edward and Reddin who have their own visualizations). Words may be repeated and have been sorted according to their location in the novel. To see context from the novel, click on a word. You can submit feedback or questions and read more about the larger project here.
This visual is one of a set that attempts to contextualize both human characters and nonhuman others within the natural world of Thomas Hardy's 1892 novel Tess of the d'Urbervilles. This cluster visualizes words tagged "flora" that appear within 120 characters of a word tagged "Other Female Humans," (i.e. any female human except Tess who has her own visualizations). Words may be repeated and have been sorted according to their location in the novel. To see context from the novel, click on a word. You can submit feedback or questions and read more about the larger project here.
This visual is one of a set that attempts to contextualize both human characters and nonhuman others within the natural world of Thomas Hardy's 1892 novel Tess of the d'Urbervilles. This cluster visualizes words tagged "flora" that appear within 120 characters of a word tagged "Angel." Words may be repeated and have been sorted according to their location in the novel. To see context from the novel, click on a word. You can submit feedback or questions and read more about the larger project here.