npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

rapidreview

v1.0.1

Published

A command-line interface (CLI) to support rapid review studies.

Downloads

7

Readme

Rapid Review CLI

Build Status Coverage Status NPM Version Package License

Rapid Review is a command-line interface (CLI) that supports performing the search step of literature reviews.

Rapid Review was designed to work with JabRef tool through a minimalist workflow, without impacting the decision-making process of researchers.

Installation

Prerequisites

Install Node.js which includes Node Package Manager

NPM Release

npm install --global rapidreview

Contributor Local Repository

npm install --global .

Usage

CLI version option

Description: displays the CLI installed version.

rapidreview --version

CLI help option

Description: describes the CLI commands and options aiming to support the usage.

rapidreview --help

CLI help command

Description: describes the options of a specific command aiming to support the usage.

rapidreview help [command]

CLI prepare command

Description: prepares the analysis fields in each document of the input bib file.

rapidreview prepare --input <filepath> --output [filepath]

Analysis fields: title_criteria, abstract_criteria, and reading_criteria. These fields are added with the default value 'TO DO'.

The output bib file is annotated with predefined JabRef groups (e.g., pending, included, excluded, etc) to support the analysis step.

CLI sanitize command

Description: marks inconsistent and duplicate documents of the input bib file aiming to agile the analysis.

rapidreview sanitize --input <filepath> --output [filepath] --directory <dirpath>

No documents are taken from the bib file, this command only handles the analysis fields (i.e., title_criteria, abstract_criteria, and reading_criteria) and the comment field.

  • Inconsistent: absence of title, author, or year field(s).

  • Duplicate: DOI equivalence or predefined criteria match (i.e., slugified title equivalence and year equivalence).

This command encompasses the activities of the prepare command, i.e., adding analysis fields before sanitizing and annotating the output bib file with predefined JabRef groups.

Observation: already analyzed documents are ignored, i.e., title_criteria != 'TO DO'. In addition, working directory files that have the same name as the input bib file will be ignored in the analysis.

CLI snowballing command

Description: generates the Scopus URL to support snowballing based on documents selected (i.e., reading_criteria field == YES) in the input bib file and snowballing strategy (backward | forward).

rapidreview snowballing --input <filepath> --strategy <string>

The benefit of this command is to optimize the researcher's work, which instead of generating bib files per document and snowballing strategy, will now be able to generate only one bib file per strategy, analyzing all selected documents together.

This command is restricted to bib files generated from the Scopus online database.

CLI build command

Description: builds the release bib file based on documents selected (i.e., reading_criteria field == YES) from the bib files in the working directory.

rapidreview build --directory <dirpath>

In this scenario, the analysis fields (i.e., title_criteria, abstract_criteria, and reading_criteria) are removed and the output bib file does not have the predefined JabRef groups (e.g., pending, included, excluded, etc).

JabRef Suggestions

In this section, two customization suggestions for the JabRef tool are presented in order to optimize the researcher's work.

Columns (i.e., options > preferences > entry table)

This customization aims to simplify JabRef's document list presentation, inserting the analysis fields as columns to enable a more effective analysis, avoiding improper filling.

linked_id
field:entrytype
field:author
field:title
field:year
field:title_criteria
field:abstract_criteria
field:reading_criteria

Tabs (i.e., options > preferences > custom editor tabs)

This customization aims to facilitate the analysis fields filling, creating a specific tab called 'Analysis' in JabRef's document editor.

General:doi;crossref;keywords;eprint;url;file;groups;owner;timestamp;printed;priority;qualityassured;ranking;readstatus;relevance
Abstract:abstract
Analysis:title_criteria;abstract_criteria;reading_criteria
Comments:comment

Code of Conduct

Help us keep the project open and inclusive. Please read and follow our Code of Conduct.

Love Rapid Review CLI? Give our repo a star.