Skip to content

Commit

Permalink
Update 8127-citation-field-improvements.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jggautier committed Mar 21, 2022
1 parent 8c30101 commit 0272629
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions doc/release-notes/8127-citation-field-improvements.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
### Improvements to fields that appear in the Citation metadata block

Grammar, style and consistency improvements have been made to the titles, tooltip description text, and watermarks of metadata fields that appear in the Citation metadata block.

This includes fields that dataset depositors can edit in the Citation Metadata accordion (i.e. fields controlled by the citation.tsv and citation.properties files) and fields whose values are system-generated, such as the Dataset Persistent ID, Previous Dataset Persistent ID, and Publication Date fields (controlled by the bundles.properties file).

The changes should provide clearer information to curators, depositors, and people looking for data about what the fields are for.

A new page in the Style Guides called "Text" has also been added. The new page includes a section called "Metadata Text Guidelines" with a link to a Google Doc where the guidelines are being maintained for now since we expect them to be revised frequently.

### Additional Upgrade Steps

1. Reload Citation Metadata Block:
Update the Citation metadata block:

`wget https://github.com/IQSS/dataverse/releases/download/v#.##/citation.tsv`
`curl http://localhost:8080/api/admin/datasetfield/load -X POST --data-binary @citation.tsv -H "Content-type: text/tab-separated-values"`
- `wget https://github.com/IQSS/dataverse/releases/download/v#.##/citation.tsv`
- `curl http://localhost:8080/api/admin/datasetfield/load -X POST --data-binary @citation.tsv -H "Content-type: text/tab-separated-values"`

0 comments on commit 0272629

Please sign in to comment.