Skip to content

Commit

Permalink
Merge pull request #504 from vaitkus/add-more-audit-support-data-items
Browse files Browse the repository at this point in the history
Add more AUDIT_SUPPORT data items
  • Loading branch information
vaitkus authored Oct 21, 2024
2 parents d99d2c8 + cf059aa commit 6f8502e
Showing 1 changed file with 44 additions and 2 deletions.
46 changes: 44 additions & 2 deletions cif_core.dic
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data_CIF_CORE
_dictionary.title CIF_CORE
_dictionary.class Instance
_dictionary.version 3.3.0
_dictionary.date 2024-08-28
_dictionary.date 2024-10-21
_dictionary.uri
https://raw.githubusercontent.com/COMCIFS/cif_core/master/cif_core.dic
_dictionary.ddl_conformance 4.2.0
Expand Down Expand Up @@ -15756,6 +15756,27 @@ save_audit_support.funding_organization_doi

save_

save_audit_support.funding_organization_url

_definition.id '_audit_support.funding_organization_URL'
_definition.update 2024-10-21
_description.text
;
The Uniform Resource Locator (URL) associated with the funding organisation.

The _audit_support.funding_organization_DOI data item should be provided
alongside this item when possible.
;
_name.category_id audit_support
_name.object_id funding_organization_URL
_type.purpose Encode
_type.source Recorded
_type.container Single
_type.contents Uri
_description_example.case https://www.nccih.nih.gov/

save_

save_audit_support.id

_definition.id '_audit_support.id'
Expand All @@ -15774,6 +15795,24 @@ save_audit_support.id

save_

save_audit_support.special_details

_definition.id '_audit_support.special_details'
_definition.update 2024-10-21
_description.text
;
Details of the funding support that cannot be specified by other data items
from the AUDIT_SUPPORT category.
;
_name.category_id audit_support
_name.object_id special_details
_type.purpose Describe
_type.source Recorded
_type.container Single
_type.contents Text

save_

save_CITATION

_definition.id CITATION
Expand Down Expand Up @@ -27922,7 +27961,7 @@ save_
Changed the purpose of the _diffrn_radiation_wavelength.id data item
from 'Encode' to 'Key'.
;
3.3.0 2024-08-28
3.3.0 2024-10-21
;
# Please update the date above and describe the change below until
# ready for the next release
Expand Down Expand Up @@ -28007,4 +28046,7 @@ save_
Moved the definition of _publ_contact_author data name into a
separate data item definition and deprecated it in favour of the
_publ_contact_author.name and _publ_contact_author.address data items.

Added the _audit_support.funding_organization_url and
_audit_support.special_details data items.
;

0 comments on commit 6f8502e

Please sign in to comment.