IQSS / dataverse

Open source research data repository software
http://dataverse.org
Other
872 stars 482 forks source link

Add new datasetfieldtype to metadablock of citation metadata #4575

Open Thalia-Uranga opened 6 years ago

Thalia-Uranga commented 6 years ago

I want add new fields to metadablock of citation, for example description type and i want display order next to description. @pdurbin helped me with add a new metadatablock but now my question is about If Can I add values in metadatablock of citation? The values to description type: "Abstract", "Methods", "Series Information", "Table of contents", "Other"

Thalia-Uranga commented 6 years ago

customMRA.txt

pdurbin commented 1 year ago

@Thalia-Uranga in your metadata block I'm seeing this:

#controlledVocabulary   DatasetField    Value   identifier  displayOrder                                            
    rightsURI   http://creativecommons.org/about/cc0/   1   0                                           
    rightsURI   http://creativecommons.org/licenses/by/4.0  2   1                                           
    rightsURI   http://creativecommons.org/licenses/by-nd/4.0   3   2                                           
    rightsURI   http://creativecommons.org/licenses/by-nc-sa/4.0    4   3                                           
    rightsURI   http://creativecommons.org/licenses/by-nc-sa/4.0    6   4                                           
    rightsURI   http://creativecommons.org/licenses/by-nc-nd/4.0    7   5       

Have you played around with the new licenses features? Please see https://guides.dataverse.org/en/5.12/installation/config.html#configuring-licenses

jggautier commented 1 year ago

This seems related to https://github.com/IQSS/dataverse/issues/3127

pdurbin commented 1 year ago

@jggautier yes, I agree! These fields...

#controlledVocabulary   DatasetField    Value   identifier  displayOrder                                            
    descriptionType Abstract    1   0                                           
    descriptionType Methods 2   1                                           
    descriptionType Series Information  3   2                                           
    descriptionType Table of Contents   4   3                                           
    descriptionType Other   5   4                                   

... seem related to this issue:

And these fields...

#controlledVocabulary   DatasetField    Value   identifier  displayOrder                                            
    relatedType     1   0                                           
    relatedType Cites   2   1                                           
    relatedType IsSupplementTo  3   2                                           
    relatedType IsSupplementedBy    4   3                                           
    relatedType IsContinuedBy   5   4                                           
    relatedType Continues   6   5                                           
    relatedType HasMetadata 7   6                                           
    relatedType IsMetadataFor   8   7                                           
    relatedType IsNewVersionOf  9   8   
    relatedType IsPreviousVersionOf 10  9                                           
    relatedType IsPartOf    11  10                                          
    relatedType IsReferencedBy  12  11                                          
    relatedType References  13  12                                          
    relatedType IsDocumentedBy  14  13                                          
    relatedType Issued  15  14                                          
    relatedType Documents   16  15                                          
    relatedType isCompiledBy    17  16                                          
    relatedType IsVariantFormOf 18  17
    relatedType IsOriginalFormOf    19  18                                          
    relatedType IsIdenticalTo   20  19                                          
    relatedType IsReviewedBy    21  20                                          
    relatedType Reviews 22  21                                          
    relatedType IsDerivedFrom   23  22                                          
    relatedType IsSourceOf  24  23                                          

... seem related to this issue:

Finally, these fields...

#controlledVocabulary   DatasetField    Value   identifier  displayOrder                                            
    Rights  Open Access 1   0                                           
    Rights  Embargoed Access    3   1                                               

... seem related to the new embargo feature: https://guides.dataverse.org/en/5.12/user/dataset-management.html#embargoes (@Thalia-Uranga have you tried this yet?)