Skip to content

Commit

Permalink
Merge pull request #500 from vaitkus/split-and-deprecate-publ-contact…
Browse files Browse the repository at this point in the history
…-author

Split and deprecate _publ_contact_author.
  • Loading branch information
vaitkus authored Aug 29, 2024
2 parents cdb9bef + 047b340 commit d99d2c8
Showing 1 changed file with 48 additions and 4 deletions.
52 changes: 48 additions & 4 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-07-17
_dictionary.date 2024-08-28
_dictionary.uri
https://raw.githubusercontent.com/COMCIFS/cif_core/master/cif_core.dic
_dictionary.ddl_conformance 4.2.0
Expand Down Expand Up @@ -18913,6 +18913,48 @@ save_publ_contact_author.address

save_

save_publ_contact_author.contact_details

_definition.id '_publ_contact_author.contact_details'

loop_
_definition_replaced.id
_definition_replaced.by
1 '_publ_contact_author.name'
2 '_publ_contact_author.address'

loop_
_alias.definition_id
'_publ_contact_author'
'_publ.contact_author'

_definition.update 2024-08-28
_description.text
;
DEPRECATED. The _publ_contact_author.name and _publ_contact_author.address
data items should be used instead of this item.

The name and address of the author submitting the manuscript and data block.
This is the person contacted by the journal editorial staff.
;
_name.category_id publ_contact_author
_name.object_id contact_details
_type.purpose Describe
_type.source Recorded
_type.container Single
_type.contents Text
_description_example.case
;
Professor George Ferguson
Department of Chemistry and Biochemistry
University of Guelph
Ontario
Canada
N1G 2W1
;

save_

save_publ_contact_author.email

_definition.id '_publ_contact_author.email'
Expand Down Expand Up @@ -19058,8 +19100,6 @@ save_publ_contact_author.name
loop_
_alias.definition_id
'_publ_contact_author_name'
'_publ.contact_author'
'_publ_contact_author'
'_publ.contact_author_name'

_definition.update 2012-11-29
Expand Down Expand Up @@ -27882,7 +27922,7 @@ save_
Changed the purpose of the _diffrn_radiation_wavelength.id data item
from 'Encode' to 'Key'.
;
3.3.0 2024-07-17
3.3.0 2024-08-28
;
# Please update the date above and describe the change below until
# ready for the next release
Expand Down Expand Up @@ -27963,4 +28003,8 @@ save_
Redefined the _cell_measurement.wavelength data item as a measurand.
Added and immediately deprecated the _cell_measurement.wavelength_su
data item.

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.
;

0 comments on commit d99d2c8

Please sign in to comment.