Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 909 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 909 Bytes

sr-software-comparison

This project compares features among software that supports systematic reviews of biomedical literature. Software was assessed in July 2021.

Plotting Features of Systematic Review Software

Objective: Make charts comparing the presence of features in top systematic review softwares Last Modified: August 6 2021

#allsr.ipynb Calculates summary of the feature count and feature percent for each software Plots summmarized data comparing all SR software. Exports charts as a PNG.

groupbyfeature.ipynb

This program divides features based on pre-specificed feature classes. It compares softare based on the number of support features in each feature class. Generates charts using seaborn and exports the captions of each figure.

helpers.py

Includes functions for reading the SR data sheet, summarizing the data, and limiting the dataframe to the top performing software.