A basic Python structure for grouping and clustering RIS references into studies.
/refs2study/models.py: pydantic reference data model/refs2study/io.py: CSV (gold standard) and RIS loading utilities/refs2study/ref_linker.py: baselineRefLinkerwithpredictandevaluate/refs2study/evaluation.py: duplicate-pair evaluation helpers/notebooks/refs2study_workflow.ipynb: notebook for loading, display, prediction, evaluation and visualisation
python -m pip install -r requirements.txt
python -m unittest discover -s tests -v