Skip to content
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

Add new datasetfieldtype to metadablock of citation metadata #4575

Open
Thalia-Uranga opened this issue Apr 9, 2018 · 4 comments
Open

Add new datasetfieldtype to metadablock of citation metadata #4575

Thalia-Uranga opened this issue Apr 9, 2018 · 4 comments
Labels
Feature: Metadata Type: Feature a feature request User Role: Depositor Creates datasets, uploads data, etc.

Comments

@Thalia-Uranga
Copy link

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
Copy link
Author

customMRA.txt

@pdurbin
Copy link
Member

pdurbin commented Oct 9, 2022

@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
Copy link
Contributor

jggautier commented Oct 11, 2022

This seems related to #3127

@pdurbin
Copy link
Member

pdurbin commented Oct 12, 2022

@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?)

@pdurbin pdurbin added Type: Feature a feature request User Role: Depositor Creates datasets, uploads data, etc. labels Oct 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature: Metadata Type: Feature a feature request User Role: Depositor Creates datasets, uploads data, etc.
Projects
None yet
Development

No branches or pull requests

4 participants