Skip to content

a-monalisa/SPARClink

 
 

Repository files navigation

SPARClink

SPARClink: Visualizing the Impact of SPARC

What is SPARClink?

SPARClink is a tool that shows the impact of SPARC generated datasets and their publications on the overall research landscape. This tool is meant to create interactive visualizations (graphs) on the relationships (citations) between datasets, protocols, publications, and other external resources. This project was created during the 2021 SPARC FAIR Codeathon.

How it works

Metadata information is extracted from Pennsieve, and the SPARC Airtable database. This information is queried against the NIH Reporter and Google Scholar to extract citations and create a well connected graph using d3.js.


SPARClink workflow

Run the project

The development environment uses Anaconda to keep track of the python dependencies. Download Anaconda here: Anaconda Individual Edition

git clone https://github.com/SPARC-FAIR-Codeathon/SPARClink.git
cd SPARClink
conda env create -f environment.yml
conda activate sparclink

## Run the backend python server
cd backend
python api.py

## Run the front end
cd frontend
npm install

Keep track of the project here

Created by

  • Sanjay Soundarajan
  • Monalisa Achalla
  • Jongchan Kim
  • Ashutosh Singh

About

SPARClink: Visualizing the Impact of SPARC

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 75.0%
  • Python 25.0%