From c07f8c19d1c82045c23a80511bf8f345f7b60393 Mon Sep 17 00:00:00 2001 From: "jxh@ansto.gov.au" Date: Tue, 20 Jan 2026 16:11:43 +1100 Subject: [PATCH 1/7] Add dictionary authors. --- ddl.dic | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ddl.dic b/ddl.dic index 3973801..3cb3cab 100644 --- a/ddl.dic +++ b/ddl.dic @@ -2569,6 +2569,17 @@ save_ '_description.text'] Item Prohibited [CATEGORY_KEY DICTIONARY] + loop_ + _dictionary_author.id + _dictionary_author.name + _dictionary_author.email + _dictionary_author.id_orcid + 1 'Hall, Sydney R.' . . + 2 'Spadaccini, Nick' . . + 3 'Hester, James R.' jxh@ansto.gov.au 0000-0002-2004-8672 + 4 'Vaitkus, Antanas' . . + 5 'Rowles, Matthew' . . + loop_ _dictionary_audit.version _dictionary_audit.date From 7481d4be815a51e9f1233b7c05aa13f16e7e6adc Mon Sep 17 00:00:00 2001 From: "jxh@ansto.gov.au" Date: Tue, 20 Jan 2026 16:15:52 +1100 Subject: [PATCH 2/7] Added missing author --- ddl.dic | 1 + 1 file changed, 1 insertion(+) diff --git a/ddl.dic b/ddl.dic index 3cb3cab..634384f 100644 --- a/ddl.dic +++ b/ddl.dic @@ -2579,6 +2579,7 @@ save_ 3 'Hester, James R.' jxh@ansto.gov.au 0000-0002-2004-8672 4 'Vaitkus, Antanas' . . 5 'Rowles, Matthew' . . + 6 'MacMahon, Brian' . . loop_ _dictionary_audit.version From dc138b3751faa401f3233034d527bd9e72ae4c67 Mon Sep 17 00:00:00 2001 From: Antanas Vaitkus Date: Tue, 20 Jan 2026 10:20:14 +0200 Subject: [PATCH 3/7] Add dictioanry author details of Antanas Vaitkus --- ddl.dic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ddl.dic b/ddl.dic index 634384f..8df540a 100644 --- a/ddl.dic +++ b/ddl.dic @@ -2577,7 +2577,7 @@ save_ 1 'Hall, Sydney R.' . . 2 'Spadaccini, Nick' . . 3 'Hester, James R.' jxh@ansto.gov.au 0000-0002-2004-8672 - 4 'Vaitkus, Antanas' . . + 4 'Vaitkus, Antanas' antanas.vaitkus@bti.vu.lt 0000-0002-5944-1391 5 'Rowles, Matthew' . . 6 'MacMahon, Brian' . . From 58c4a2d78213f38422e1749694bafd4a3d8f45e7 Mon Sep 17 00:00:00 2001 From: Antanas Vaitkus Date: Tue, 20 Jan 2026 10:24:43 +0200 Subject: [PATCH 4/7] Change DICTIONARY_AUTHOR loop order The_dictionary_author.email was moved to the end of the line due to it being of variable length. --- ddl.dic | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ddl.dic b/ddl.dic index 8df540a..c571079 100644 --- a/ddl.dic +++ b/ddl.dic @@ -2572,12 +2572,12 @@ save_ loop_ _dictionary_author.id _dictionary_author.name - _dictionary_author.email _dictionary_author.id_orcid + _dictionary_author.email 1 'Hall, Sydney R.' . . 2 'Spadaccini, Nick' . . - 3 'Hester, James R.' jxh@ansto.gov.au 0000-0002-2004-8672 - 4 'Vaitkus, Antanas' antanas.vaitkus@bti.vu.lt 0000-0002-5944-1391 + 3 'Hester, James R.' 0000-0002-2004-8672 jxh@ansto.gov.au + 4 'Vaitkus, Antanas' 0000-0002-5944-1391 antanas.vaitkus@bti.vu.lt 5 'Rowles, Matthew' . . 6 'MacMahon, Brian' . . From bffd41c582ac6d0403c482f479e9fd645e668075 Mon Sep 17 00:00:00 2001 From: Antanas Vaitkus Date: Tue, 20 Jan 2026 13:05:25 +0200 Subject: [PATCH 5/7] Fix typo in author's name --- ddl.dic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ddl.dic b/ddl.dic index c571079..df63bb6 100644 --- a/ddl.dic +++ b/ddl.dic @@ -2579,7 +2579,7 @@ save_ 3 'Hester, James R.' 0000-0002-2004-8672 jxh@ansto.gov.au 4 'Vaitkus, Antanas' 0000-0002-5944-1391 antanas.vaitkus@bti.vu.lt 5 'Rowles, Matthew' . . - 6 'MacMahon, Brian' . . + 6 'McMahon, Brian' . . loop_ _dictionary_audit.version From 782d49e70667efb972e476a0ed9bd68a53023daf Mon Sep 17 00:00:00 2001 From: nautolycus <98825550+nautolycus@users.noreply.github.com> Date: Tue, 24 Feb 2026 10:06:18 +0000 Subject: [PATCH 6/7] Add ORCID to McMahon, Brian's entry in ddl.dic --- ddl.dic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ddl.dic b/ddl.dic index df63bb6..d7c757f 100644 --- a/ddl.dic +++ b/ddl.dic @@ -2579,7 +2579,7 @@ save_ 3 'Hester, James R.' 0000-0002-2004-8672 jxh@ansto.gov.au 4 'Vaitkus, Antanas' 0000-0002-5944-1391 antanas.vaitkus@bti.vu.lt 5 'Rowles, Matthew' . . - 6 'McMahon, Brian' . . + 6 'McMahon, Brian' 0000-0003-0391-0002 . loop_ _dictionary_audit.version From 198b6ccceaa74e5a8784784e792cae1a2253378b Mon Sep 17 00:00:00 2001 From: Antanas Vaitkus Date: Tue, 24 Feb 2026 12:36:07 +0200 Subject: [PATCH 7/7] Update dictionary author loop layout --- ddl.dic | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ddl.dic b/ddl.dic index d7c757f..bff8df2 100644 --- a/ddl.dic +++ b/ddl.dic @@ -2574,12 +2574,12 @@ save_ _dictionary_author.name _dictionary_author.id_orcid _dictionary_author.email - 1 'Hall, Sydney R.' . . - 2 'Spadaccini, Nick' . . - 3 'Hester, James R.' 0000-0002-2004-8672 jxh@ansto.gov.au - 4 'Vaitkus, Antanas' 0000-0002-5944-1391 antanas.vaitkus@bti.vu.lt - 5 'Rowles, Matthew' . . - 6 'McMahon, Brian' 0000-0003-0391-0002 . + 1 'Hall, Sydney R.' . . + 2 'Spadaccini, Nick' . . + 3 'Hester, James R.' 0000-0002-2004-8672 jxh@ansto.gov.au + 4 'Vaitkus, Antanas' 0000-0002-5944-1391 antanas.vaitkus@bti.vu.lt + 5 'Rowles, Matthew' . . + 6 'McMahon, Brian' 0000-0003-0391-0002 . loop_ _dictionary_audit.version