Normalize Journal Titles (NJT) is a command line tool to normalize journal titles obtained from user-entered data for interlibrary loan reports.
This section provides guidance on setting up a NJT development environment on a local workstation.
The following instructions assume that "uv" is installed to enable the setup of an isolated Python environment.
See the following for setup instructions:
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>