From 05de961fb500cf54f133d3641c96049a17dee9c2 Mon Sep 17 00:00:00 2001 From: Alexander Minges Date: Fri, 21 Mar 2025 14:55:54 +0100 Subject: [PATCH] Clarify that we mean Dataverse.org; fix link to LICENSE.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fb83831..0a0682d 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # doi2dataset -**doi2dataset** is a Python tool designed to process DOIs and generate metadata for Dataverse datasets. It retrieves metadata from external APIs (such as OpenAlex and CrossRef), maps metadata fields, and can optionally upload the generated metadata to a Dataverse instance. +**doi2dataset** is a Python tool designed to process DOIs and generate metadata for Dataverse.org datasets. It retrieves metadata from external APIs (such as OpenAlex and CrossRef), maps metadata fields, and can optionally upload the generated metadata to a Dataverse.org instance. ## Features - **DOI Validation and Normalization:** Validates DOIs and converts them into a standardized format. - **Metadata Retrieval:** Fetches metadata such as title, abstract, license, and author information from external sources. - **Metadata Mapping:** Automatically maps and generates metadata fields (e.g., title, description, keywords) including support for controlled vocabularies and compound fields. -- **Optional Upload:** Allows uploading of metadata directly to a Dataverse server. +- **Optional Upload:** Allows uploading of metadata directly to a Dataverse.org server. - **Progress Tracking:** Uses the Rich library for user-friendly progress tracking and error handling. ## Installation @@ -25,7 +25,7 @@ Configuration Before running the tool, configure the necessary settings in the `config.yaml` file located in the project root. This file contains configuration details such as: -- Dataverse connection details (URL, API token, authentication credentials) +- Connection details (URL, API token, authentication credentials) - Mapping of project phases - Principal Investigator (PI) information - Default grant configurations @@ -56,7 +56,7 @@ python doi2dataset.py [options] DOI1 DOI2 ... Contact email address. - `-u, --upload` - Upload metadata to a Dataverse server. + Upload metadata to a Dataverse.org server. ## Documentation @@ -76,4 +76,4 @@ Contributions are welcome! Please fork the repository and submit a pull request ## License -This project is licensed under the MIT License. See the [LICENSE.md] file for details. +This project is licensed under the MIT License. See the [LICENSE.md](LICENSE.md) file for details.