Skip to content

Commit

Permalink
Add new provenance (#599)
Browse files Browse the repository at this point in the history
* add Ašnakkum to provenances

* change Redpath Museum to McGill University

* add Ašn to ebl_atf.lark

---------

Co-authored-by: Ilya Khait <[email protected]>
  • Loading branch information
zsomborfoldi and khoidt authored Jan 27, 2025
1 parent 6ed9857 commit 8a5ea26
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions ebl/common/domain/provenance.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ class Provenance(ProvenanceEnum):
TELL_EL_AMARNA = ("Tell el-Amarna", "Ama", "Periphery", "AKH")
ANAH = ("‘Anah", "Anh", "Periphery", "TNA")
ANSAN = ("Anšan", "Anš", "Periphery", "ANS")
ASNAKKUM = ("Ašnakkum", "Ašn", "Periphery", "ASZ")
BAKR_AWA = ("Bakr Āwā", "Bakr", "Periphery", "BAW")
BARAH = ("Bārah", "Bar", "Periphery", "PRA")
BITWATA = ("Bitwātā", "Bitw", "Periphery", "SNJ")
Expand Down
4 changes: 2 additions & 2 deletions ebl/fragmentarium/domain/museum.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ def __init__(self, museum_name, city="", country="", url=""):
"",
"GBR",
)
REDPATH_MUSEUM = (
"Redpath Museum Ethnological Collections",
MCGILL_UNIVERSITY = (
"McGill University Ethnological Collections",
"Montreal",
"CAN",
"https://www.mcgill.ca/redpath/collections/ethnology",
Expand Down
1 change: 1 addition & 0 deletions ebl/transliteration/domain/ebl_atf.lark
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ PROVENANCE: "Assa"
| "Ama"
| "Anh"
| "Anš"
| "Ašn"
| "Ašš"
| "Baba"
| "Bab"
Expand Down

0 comments on commit 8a5ea26

Please sign in to comment.