Skip to article frontmatterSkip to article content

Lesson 4. iCite

The Ohio State University Libraries

The Relative Citation Ratio (RCR) evaluates the influence of a scientific article by analyzing its co-citation network. An RCR of 1.0 represents the median citation rate for articles in a given field. Values above 1.0 indicate that an article is cited more frequently than average, suggesting greater impact or influence. In this lesson, we’ll use the NIH Reporter to identify an active project at The Ohio State University with associated publications. We will then retrieve the RCR values for thos publications using the iCite API.

Data skills | concepts

  • Working with APIs

Learning objectives

  1. Locate API documentation and identify key components required to formulate an API request
  2. Parse the API response and store extracted data.

This tutorial is designed to support multi-session workshops hosted by The Ohio State University Libraries Research Commons. It assumes you already have a basic understanding of Python, including how to iterate through lists and dictionaries to extract data using a for loop. To learn basic Python concepts visit the Python - Mastering the Basics tutorial.

LESSON 4

The NIH Reporter is a database of NIH-funded research projects that provides information about grants, contracts, publications, patents, and other outcomes resulting from NIH funding.

Step 1: Locate an active NIH project

  • Go to the NIH Reporter.
  • Under Fiscal Year, select Active Projects.
  • Under Organization, search for and select Ohio State University.
nih_reporter_1_search.png

Step 2: Browse active projects

  • As of May 6, 2025 there were 687 active projects at The Ohio State University.
  • Browse the list and click on a project that interests you.
nih_reporter_2_select_project.png

Step 3: Review project details

  • Read the project abstract to understand its focus.
  • To check for related publications:
    • Click on Publications in the left-hand menu, or
    • Scroll to the bottom of the project page.
nih_reporter_3_select_publications.png

Step 4: Export the publications

  • If the publications are listed, use the Export option to download the list for further analysis.
nih_reporter_4_export_publications.png
References
  1. Hutchins, B. I., Yuan, X., Anderson, J. M., & Santangelo, G. M. (2016). Relative Citation Ratio (RCR): A New Metric That Uses Citation Rates to Measure Influence at the Article Level. PLOS Biology, 14(9), e1002541. 10.1371/journal.pbio.1002541