pairwise-pubmed-search-generator

A web application for building PubMed search strings from pairwise combinations of two lists.

https://github.com/marijane/pairwise-pubmed-search-generator

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 2 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.8%) to scientific vocabulary

Keywords

medical-library medical-subject-headings proximity-search pubmed searching
Last synced: 6 months ago · JSON representation ·

Repository

A web application for building PubMed search strings from pairwise combinations of two lists.

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
medical-library medical-subject-headings proximity-search pubmed searching
Created over 1 year ago · Last pushed 7 months ago
Metadata Files
Readme License Citation Codeowners

README.md

🔎 Pairwise PubMed Search Generator 🔎

DOI Streamlit App

The Pairwise PubMed Search Generator is a web application for working around the truncation limitation in PubMed’s proximity search. It simplifies the creation of two-concept proximity search strategies by eliminating the need to type out every variation by hand. Users enter two lists of terms, one for each concept, containing variations of each term. The tool does the rest, generating formatted PubMed search strings containing every pairwise combination of the two lists with the necessary search syntax, which can then be copied to the clipboard or launched in PubMed. In addition to generating proximity search strings, it can also combine a list of MeSH main headings with a list of subheadings and combine two lists of keyword terms in a traditional Boolean AND search.

Owner

  • Name: marijane white
  • Login: marijane
  • Kind: user
  • Location: Portland, OR
  • Company: @OHSU-Library

Data and Research Engagement Librarian, Assistant Professor

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
  - family-names: White
    given-names: Marijane
    orcid: https://orcid.org/0000-0001-5059-4132
title: "Pairwise PubMed Search Generator"
version: v1.0.0
identifiers:
  - type: doi
    value: 10.5281/zenodo.14768348
date-released: 2025-01-29
url: https://github.com/marijane/pairwise-pubmed-search-generator

GitHub Events

Total
  • Release event: 1
  • Push event: 31
  • Create event: 3
Last Year
  • Release event: 1
  • Push event: 31
  • Create event: 3

Dependencies

requirements.txt pypi
  • streamlit *