14 lines
763 B
ReStructuredText
14 lines
763 B
ReStructuredText
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.
|