Skip to content

Instantly share code, notes, and snippets.

View portableant's full-sized avatar
👹

Daniel Pett portableant

👹
View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
{
"@context": "http://iiif.io/api/presentation/3/context.json",
"id": "https://manifests.museologi.st/9f6fe27e-f60a-46a1-95bb-e0a618b3be3a.json",
"type": "Manifest",
"label": {
"en": [
"Aldbury Church of St John the Baptist"
]
},
"summary": {
{
"@context": "http://iiif.io/api/presentation/3/context.json",
"id": "https://example.org/kkqtsr0b34-mcujnwqx",
"type": "Manifest",
"label": {
"en": [
"Blank Manifest"
]
},
"items": [

Programme

This programme is subject to change due to transport and availability. Some speakers may be on Teams.

Session 1, 10.30 - 11.30: Introduction, Context, Questions

  • 10.30 - 10:50: Elton Barker/Maria Aristeidou - Welcome to all (e.g., academia, GLAMs, third sector, policy makers) A brief history of the OU and ‘open societal challenges”, where Pelagios meets citizen science
  • 10.50 - 11:10: Daniel Pett - demoing Peripleo
  • 11:10 - 11:30: Q&A
@portableant
portableant / objects.json
Last active July 6, 2022 13:22
A response from the Fitzwilliam Museum Collections API
{
"data": [
{
"summary": [
{
"term": "term-117732",
"URI": "https://data.fitzmuseum.cam.ac.uk/id/terminology/term-117732",
"apiURI": "https://data.fitzmuseum.cam.ac.uk/api/v1/terminology/term-117732",
"summary_title": ""3-Swami" Pagoda"
}
@portableant
portableant / README.md
Last active May 28, 2022 08:55
Download data

Scraping data from ESRI Arcview maps/ extract images from Web resources

NOTE - The rscripts are not optimised, they were just created to prove this can be done

Problem to solve - extract all the records from a webmap on Historic England's website for aerial photography and create a CSV file. This relates to a section 21 refusal of a FOIA request by Andy Mabbett: https://www.whatdotheyknow.com/request/847052/response/2037681/attach/html/4/Mr%20Mabbett%20FOI.docx.html

He has uploaded an example image to wikicommons here: https://commons.wikimedia.org/wiki/File:Historic_England_Aerial_Photo_Explorer_-_raf_540_78_sffo_0003_-_screenshot_-_01.png

@portableant
portableant / upgradeInstuctions.md
Last active May 10, 2022 22:48
How to upgrade SOLR instance from 8.3 to 8.11.1

How to upgrade SOLR instance from 8.3 to 8.11.1

This is how I got the SOLR upgrade process to run. There was nothing else to run!

Steps

To upgrade I did the following:

  1. Backup your data
  2. Stop the solr service
  3. Download the latest version
<a href="https://tickets.museums.cam.ac.uk/account/create" title="Sign up for enews" class="btn btn-info d-block">Tickets coming soon, sign up to our eNews for more information.</a>
<!--tag buttons style-->
<style>
.btn-tag {
margin-bottom: 5px;
text-transform: capitalize;
}
.btn-tag.connections {
background-color: rgba(255, 255, 157, 0.5);
}