Initial commit and release of doi2dataset

This commit is contained in:
Alexander Minges 2025-03-21 14:53:23 +01:00
commit 9be53fd2fc
Signed by: Athemis
SSH key fingerprint: SHA256:TUXshgulbwL+FRYvBNo54pCsI0auROsSEgSvueKbkZ4
23 changed files with 2482 additions and 0 deletions

14
docs/source/faq.rst Normal file
View file

@ -0,0 +1,14 @@
Frequently Asked Questions (FAQ)
================================
Q: What is **doi2dataset**?
A: **doi2dataset** is a tool to process DOIs and generate metadata for Dataverse datasets by fetching data from external APIs like OpenAlex and CrossRef.
Q: How do I install **doi2dataset**?
A: You can clone the repository from GitHub or install it via pip. Please refer to the Installation section for details.
Q: Can I upload metadata directly to a Dataverse server?
A: Yes, the tool provides an option to upload metadata via the command line using the ``-u`` flag. Ensure that your configuration in `config.yaml` is correct.
Q: Where can I find the API documentation?
A: The API reference is generated automatically in the Modules section of this documentation.