-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #462 from nla/fix/blac-673_extracting-chronlist
fix: accommodate chronlists that are not duplicates
- Loading branch information
Showing
6 changed files
with
129 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
{ | ||
"chronlist": { | ||
"head": "Honours and Awards", | ||
"chronitem": [ | ||
{ | ||
"date": 1965, | ||
"eventgrp": { | ||
"event": "The Queen Elizabeth Award - Royal Academy of Dancing, London" | ||
} | ||
}, | ||
{ | ||
"date": 1966, | ||
"eventgrp": { | ||
"event": "Order of the British Empire (OBE) for services to ballet" | ||
} | ||
}, | ||
{ | ||
"date": 1970, | ||
"eventgrp": { | ||
"event": "Dame Commander of the Order of the British Empire (DBE) for services to ballet" | ||
} | ||
}, | ||
{ | ||
"date": 1970, | ||
"eventgrp": { | ||
"event": "Encyclopaedia Britannica (Australia) Award for the Arts" | ||
} | ||
}, | ||
{ | ||
"date": 1974, | ||
"eventgrp": { | ||
"event": "Doctor of Letters (Honoris Causa) University of New England" | ||
} | ||
}, | ||
{ | ||
"date": 1975, | ||
"eventgrp": { | ||
"event": "Distinguished Artist Award from the Australia Council" | ||
} | ||
}, | ||
{ | ||
"date": 1981, | ||
"eventgrp": { | ||
"event": "Doctor of Laws (Honoris Causa) Melbourne University" | ||
} | ||
}, | ||
{ | ||
"date": 1981, | ||
"eventgrp": { | ||
"event": [ | ||
"Dummy 1", | ||
"Dummy 2" | ||
] | ||
} | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters