Skip to content

timkanke/normalize-journal-titles

Repository files navigation

Normalize Journal Titles

Normalize Journal Titles (NJT) is a command line tool to normalize journal titles obtained from user-entered data for interlibrary loan reports.

Development Environment

This section provides guidance on setting up a NJT development environment on a local workstation.

Prerequisites

The following instructions assume that "uv" is installed to enable the setup of an isolated Python environment.

See the following for setup instructions:

Setup

Clone NJT from GitHub

git clone git@github.com:timkanke/normalize-journal-titles
cd normalize-journal-titles
uv venv
source .venv/bin/activate

To run program:

uv run ./src/njt.py <path-to-file>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages