Initial commit and release of doi2dataset
This commit is contained in:
commit
9be53fd2fc
23 changed files with 2482 additions and 0 deletions
14
docs/source/faq.rst
Normal file
14
docs/source/faq.rst
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue