Open weaverbel opened 7 years ago
Above are the Brisbane suggestions for an overarching 'superpower' example to use throughout the lesson.
Also, have the idea of analysing ezyproxy logs
Some comments I've scribed from the room in Otago:
The aim of my point 1. is that libraries often have publications repositories where bibliographic records need to be standardised/cleaned up/linked for reporting-to-government exercises like Excellence in Research Australia. So if we developed a workflow that could do that, most academic libraries would have a use for that. Ditto point 2. A lot of libraries want to identify grant awardees annually so they can target them to create data management plans. @jduckles
Actually @jduckles point 2. would probably work better in the web scraping lesson. And we could tell people to just plug in their own grant-making bodies - or we could do US/UK/ Australia/NZ etc and people teach what bits they want.
One idea I have discussed with @jduckles at Otago, was to parse a series of BibTex records (from Scopus) and to use the oadoi API to find out which articles are open access.
Jonah mentioned that we should not rely on an API, but we could use prefetched JSON data from oadoi to show how this could be done.
This would showcase:
bibtexparser
)Another idea I had was to handle XML data (which is in itself useful because MARC, MODS, METS, DC etc...). Maybe this XML is coming from an OAI-PMH provider (so we also need to show how to make an HTTP request). For instance there is a feature in OAI-PMH called "selective harvesting" which only returns records that have been modified with a specific date range, this can be useful if you want to synchronize duplicate metadata between two repositories.