This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@prefix arch: <http://purl.org/archival/vocab/arch#> . | |
@prefix bibo: <http://purl.org/ontology/bibo/> . | |
@prefix dc: <http://purl.org/dc/terms/> . | |
@prefix foaf: <http://xmlns.com/foaf/0.1/> . | |
@prefix locah: <http://data.archiveshub.ac.uk/def/> . | |
@prefix ore: <http://www.openarchives.org/ore/terms/> . | |
@prefix owl: <http://www.w3.org/2002/07/owl#> . | |
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | |
<http://dhistory.org/archives/naa/items/7461003/1/#page> a arch:Manuscript, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@prefix arch: <http://purl.org/archival/vocab/arch#> . | |
@prefix bibo: <http://purl.org/ontology/bibo/> . | |
@prefix dc: <http://purl.org/dc/terms/> . | |
@prefix foaf: <http://xmlns.com/foaf/0.1/> . | |
@prefix locah: <http://data.archiveshub.ac.uk/def/> . | |
@prefix ore: <http://www.openarchives.org/ore/terms/> . | |
@prefix owl: <http://www.w3.org/2002/07/owl#> . | |
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | |
<http://dhistory.org/archives/naa/items/7461003/#series> a locah:ArchiveResource, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{'title': u'PANAMA EXPOSITION'}, | |
{'title': u'ELECTORAL ADMINISTRATION'}, | |
{'title': u'OODNADATTA-PORT AUGUSTA RAILWAY'}, | |
{'title': u'SMALL-POX OUTBREAK'}, | |
{'title': u'H.M.A.S. AUSTRALIA'}, | |
{'title': u'MEAT TRUST IN QUEENSLAND'}, | |
{'title': u'SUPPLEMENTARY ESTIMATES: LIGHTHOUSES'}, | |
{'title': u'QUESTIONS: SMALL-POX OUTBREAK'}, | |
{'title': u'MILITARY POLICY'}, | |
{'title': u'ADDITIONS, NEW WORKS, BUILDINGS, ETC'}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{u'APPROPRIATION (WORKS AND BUILDINGS) BILL': [{'date': '22/10/1913', | |
'num_speeches': 30, | |
'num_words': 45982, | |
'speakers': [u'FORREST, John', | |
u'FRAZER, Charles', | |
u'SPEAKER, Mr', | |
u'KELLY, William', | |
u'DEPUTY SPEAKER, Mr', | |
u'CHAPMAN, Austin', | |
u'HARPER, Robert', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0:05inside confession spies | |
0:08impact on | |
0:09week every copyright | |
0:14if | |
0:18i don't want to have to kya | |
0:25uh... think specific rules while applying | |
0:29in my technique | |
0:32disdain system site | |
0:38he'd | |
0:41dot con |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(function(){ | |
var trove_api_key = "Your API key"; // Add your API key | |
var trove_api_url = "http://api.trove.nla.gov.au/result?zone=newspaper"; | |
var start_year = 1803; | |
var end_year = 1954; | |
var current_year = 0; | |
function get_random_article() { | |
current_year = get_random_year(); // Get a random year first to limit the query size | |
var query = trove_api_url + "&q=date:[" + current_year + " TO " + current_year + "]&n=0&l-category=Article&encoding=json&key=" + trove_api_key; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(function(){ | |
var api_key = 'your api key'; | |
function get_data() { | |
$.jsonp({ | |
"callbackParameter": 'callback', | |
"url": "http://api.trove.nla.gov.au/result?q= &zone=book,article,collection,picture,map,music&facet=format&n=0&encoding=json&key=" + api_key, | |
"timeout": 20000, | |
"success": function(results) { | |
process_results(results); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
advertiser - 116 | |
times - 67 | |
advocate - 43 | |
news - 41 | |
herald - 40 | |
australian - 39 | |
chronicle - 38 | |
gazette - 31 | |
express - 29 | |
guardian - 28 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mark Colvin: 39087 | |
Chris Uhlmann: 29182 | |
Eleanor Hall: 23280 | |
Linda Mottram: 11304 | |
Alexandra Kirk: 3878 | |
Alison Caldwell: 2269 | |
Peter Ryan: 2142 | |
Mark Willacy: 2067 | |
Sabra Lane: 1948 | |
Stephen Long: 1830 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import requests | |
import time | |
import plotly.plotly as py | |
from plotly.graph_objs import * | |
from credentials import TROVE_API_KEY | |
py.sign_in("[your plotly id]", "[your plotly password]") | |
titles_url = 'http://api.trove.nla.gov.au/newspaper/titles?encoding=json&key={}' |
OlderNewer