Move demo image from assets to docs directory

This commit is contained in:
Alexander Minges 2025-07-10 14:22:21 +02:00
parent 4d097a287a
commit d96b07777e
Signed by: Athemis
SSH key fingerprint: SHA256:TUXshgulbwL+FRYvBNo54pCsI0auROsSEgSvueKbkZ4
3 changed files with 9 additions and 1 deletions

View file

@ -5,7 +5,7 @@
**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)
![doi2dataset Demo](docs/source/_static/doi2dataset_demo.webp)
## Features

View file

Before

Width:  |  Height:  |  Size: 870 KiB

After

Width:  |  Height:  |  Size: 870 KiB

Before After
Before After

View file

@ -3,6 +3,14 @@ Usage
Running **doi2dataset** is done from the command line. Below is an example of how to use the tool.
Demo
----
Here's a demonstration of **doi2dataset** in action:
.. image:: _static/doi2dataset_demo.webp
:alt: doi2dataset demonstration
:align: center
Basic Example
-------------
To process one or more DOIs, run: