-
Notifications
You must be signed in to change notification settings - Fork 492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#24 add DataCite DOI support #2964
Conversation
# Conflicts: # src/main/java/edu/harvard/iq/dataverse/DatasetPage.java # src/main/java/edu/harvard/iq/dataverse/engine/command/DataverseRequest.j ava # src/main/webapp/dataset.xhtml
RFI Checklist
|
Waiving usability testing as it is not necessary for this functionality. |
I see docs have already been marked as complete but @posixeleni just pointed out that DataCite customers can subscribe to updates at http://status.datacite.org and I guess we could mention this in our docs. Just a suggestion, really. Perhaps someone could add it to the list at #2944. |
@sekmiller as we discussed, please update https://github.com/IQSS/dataverse/blob/24-add-DataCite-DOI-Support/doc/sphinx-guides/source/installation/prep.rst#architecture-and-components If you'd like me to help you create a dedicated page for "Persistent indentifer service" (whoops, please fix that typo while you're in there), please let me know. |
Handing back to Gustavo for code review. Will make a small edit to documentation as noted by Phil above. |
Add reference to DataCite support
@scolapasta The conflict is most likely on the Dataset.xhtml. Per our discussion about the warning we show to users if the publish is going to also register the dataset, @eaquigley asked me to remove it completely (for DataCite and EZID instances) - it's a sausage-making message that the users don't care about. They should be aware that publishing a dataset will include having a public doi. |
# Conflicts: # src/main/java/edu/harvard/iq/dataverse/DatasetVersion.java
Add list typing and narrow the errors thrown by DataCite api calls
Checkins completed. Ready for testing |
OK to merge |
#24 add data cite doi support
@@ -56,7 +56,7 @@ When planning your installation you should be aware of the following components | |||
- PostgreSQL: a relational database. | |||
- Solr: a search engine. A Dataverse-specific schema is provided. | |||
- SMTP server: for sending mail for password resets and other notifications. | |||
- Persistent indentifer service: DOI support is provided. An EZID subscription is required for production use. | |||
- Persistent indentifier service: DOI support is provided. An EZID subscription or DataCite account is required for production use. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gah! It's still spelled wrong! From "indentifer" to "indentifier". D'oh! I added a reminder to #2944.
Updated Documentation for Installers Guide included