Skip to content

Commit

Permalink
Commit from GitHub Actions (docker-push)
Browse files Browse the repository at this point in the history
  • Loading branch information
wragge committed Mar 16, 2023
1 parent 21bb5a5 commit 896b40d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.ipynb
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "5b2ad7bc",
"id": "0ff08dfe",
"metadata": {},
"source": [
"# Trove Newspaper and Gazette Harvester\n",
Expand All @@ -17,6 +17,7 @@
"\n",
"* [**Using TroveHarvester to get newspaper articles in bulk**](Using-TroveHarvester-to-get-newspaper-articles-in-bulk.ipynb) — an easy introduction to the TroveHarvester tool\n",
"* [**Trove Harvester web app**](newspaper_harvester_app.ipynb) — a simple web interface to the TroveHarvester, the easiest way to harvest data from Trove (runs in Voila)\n",
"* [**Harvesting articles that mention \"Anzac Day\" on Anzac Day**](harvest-specific-days.ipynb) – import the Harvester as a Python library to harvest a complex search\n",
"* [**Display the results of a harvest as a searchable database using Datasette**](display_harvest_results_using_datasette.ipynb) – load your harvested data into a SQLite database and explore it using Datasette\n",
"* [**Exploring your TroveHarvester data**](Exploring-your-TroveHarvester-data.ipynb) — use Pandas to analyse your data and create some visualisations\n",
"* [**Explore harvested text files**](Explore-harvested-text-files.ipynb) (experimental) — analyse the full text content of harvested articles\n",
Expand All @@ -26,7 +27,7 @@
},
{
"cell_type": "markdown",
"id": "8df8467f",
"id": "d9f734cc",
"metadata": {},
"source": [
"## Cite as\n",
Expand Down

0 comments on commit 896b40d

Please sign in to comment.