diff --git a/README.md b/README.md index ffa69e2..4da3d5e 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ **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. +![doi2dataset Demo](assets/doi2dataset_demo.webp) + ## Features - **DOI Validation and Normalization:** Validates DOIs and converts them into a standardized format. diff --git a/assets/doi2dataset_demo.webp b/assets/doi2dataset_demo.webp new file mode 100644 index 0000000..67038ef Binary files /dev/null and b/assets/doi2dataset_demo.webp differ