1. What can you do in a day?
Can’t:
• build fully working, robust, sustainable solutions
Can:
• test out ideas
• identify problems
• build proof-of-concept solutions
• get user feedback
2. Hack day outputs in brief
Finding affiliated people
Zombie detector
Combining institutional data and ORCIDs
Data modelling discussions
New terminology! (Zombie / Tombstone)
https://github.com/adammoore/corda/wiki/Hackday-outputs
* Uses public API to search for all ORCID IDs with an affiliation to an institution, using Ringgold ID to specify the institution
* Fetches the resulting ORCID IDs 200 at a time (maximum API will allow) until all results have been retrieved (SLIGHTLY SLOW)
* Displays list of ORCID IDs on a web page
* For each ORCID ID displayed, fetches the full, publicly available, information (VERY SLOW!)
* Once all full data has been retrieved, make table searchable, sortable and exportable