Search for records related to your institution
You can search for your institution’s name and do a high level analysis of the records out there. As an example, we created a Jupyter Notebook in Google Colab.
Anyone can run this script. One must only add search criteria and run all the cells in sequence. You can also save all the data as a Google sheet in your Google Drive.
Here is the order of operations:
- Import libraries and set base API endpoint and institution name
- Search using this endpoint: https://docs.figshare.com/#articles_search and create a dataframe
- Collect the full metadata for each item and create separate lists for item metadata, authors, funding, categories, tags, and files.
- Do some formatting and make dataframes from all the lists
- Start analysis by looking at the main dataframe columns
- Look at how many records are from institutions (using the existence of group_id)
- Item types with views
- Look at licenses
- See a list of linked funders (linked to Dimensions records)
- See grant titles
- See the top 20 tags
- See the top 20 categories
- See top 10 viewed items
- Export all the data to a Google sheet that you can then use for visualizations or other analysis