Skip to content

Commit

Permalink
update AUDIT_AUTHOR (#405)
Browse files Browse the repository at this point in the history
Added  _audit_author.email, _audit_author.fax, and _audit_author.phone

Generalised description of "analysis" in audit_author_role
  • Loading branch information
rowlesmr committed Jun 5, 2023
1 parent c9439d0 commit 69ec1ae
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

*.dic~
83 changes: 82 additions & 1 deletion cif_core.dic
Original file line number Diff line number Diff line change
Expand Up @@ -14965,6 +14965,57 @@ save_audit_author.address

save_

save_audit_author.email

_definition.id '_audit_author.email'
_definition.update 2023-06-02
_description.text
;
The electronic mail address of an author of the data block, in a form
recognizable to international networks. The format of e-mail addresses is
given in Section 3.4, Address Specification, of Internet Message Format,
RFC 2822, P. Resnick (Editor), Network Standards Group, April 2001.
;
_name.category_id audit_author
_name.object_id email
_type.purpose Encode
_type.source Recorded
_type.container Single
_type.contents Text

loop_
_description_example.case
name@host.domain.country
bm@iucr.org

save_

save_audit_author.fax

_definition.id '_audit_author.fax'
_definition.update 2023-06-02
_description.text
;
Facsimile telephone number of an author of the data block.
The recommended style is the international dialing prefix, followed
by the area code in parentheses, followed by the local number with
no spaces. The earlier convention of including the international
dialing prefix in parentheses is no longer recommended.
;
_name.category_id audit_author
_name.object_id fax
_type.purpose Encode
_type.source Recorded
_type.container Single
_type.contents Text

loop_
_description_example.case
12(34)9477334
12()349477334

save_

save_audit_author.id

_definition.id '_audit_author.id'
Expand Down Expand Up @@ -15042,6 +15093,34 @@ save_audit_author.name

save_

save_audit_author.phone

_definition.id '_audit_author.phone'
_definition.update 2023-06-02
_description.text
;
Telephone number of an author of the data block.
The recommended style is the international dialing prefix,
followed by the area code in parentheses, followed by the
local number and any extension number prefixed by 'x', with
no spaces. The earlier convention of including the international
dialing prefix in parentheses is no longer recommended.
;
_name.category_id audit_author
_name.object_id phone
_type.purpose Encode
_type.source Recorded
_type.container Single
_type.contents Text

loop_
_description_example.case
12(34)9477330
12()349477330
12(34)9477330x5543

save_

save_AUDIT_AUTHOR_ROLE

_definition.id AUDIT_AUTHOR_ROLE
Expand Down Expand Up @@ -15127,7 +15206,7 @@ save_audit_author_role.role
;
analysis
;
Worked on the structural model.
Obtained fitted parameters, such as a structural model, from the data.
;
software
;
Expand Down Expand Up @@ -27460,5 +27539,7 @@ save_

Added _atom_type.mass_number to record specific isotope identities.

Expanded AUDIT_AUTHOR to include email, phone, and fax contact details.

Corrected the content type of the _refln.F_complex_su attribute.
;

0 comments on commit 69ec1ae

Please sign in to comment.