From eaa6325ac1169c3366334f5b65a9eb666f23f653 Mon Sep 17 00:00:00 2001 From: Alexander Minges Date: Tue, 20 May 2025 13:30:08 +0200 Subject: [PATCH] Add information on flag for using ROR identifiers for institutions to README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a778ba5..6b11e06 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,9 @@ python doi2dataset.py [options] DOI1 DOI2 ... - `-u, --upload` Upload metadata to a Dataverse.org server. +- `-r, --use-ror` + Use Research Organization Registry (ROR) identifiers for institutions when available. + ## Documentation Documentation is generated using Sphinx. See the `docs/` directory for detailed API references and usage examples.