You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the Katz ID is a box-folder BB-FF, separated by a hyphen (e.g. "01-09"). In order to making parsing extremely easy in Liquid the box and folder numbers are always two digits (zero-padded), and the full ID is always five characters long. This means up to 9999 works could be uniquely identified, although in practice there are ~2500 (2569) listed spread across 57 boxes.
What about listing works that aren't in the Katz collection? Approaches:
Just don't; only Katz works are listed in this project
Create imaginary boxes 58-99 (or count backwards) and assign up to 99 works to each. For example, Box 98 could be Twine Games, Box 99 could be Hypertext Fiction. Treat these boxes differently in display or mark them clearly as non-Katz. 41 more "boxes" of 99 works each would allow 4059 more IDs.
Create a collection identifier, e.g. DK01-07 for the Demian Katz Collection. Alter all display code to accommodate parsing the new IDs, then create separate "collections" for entries on related objects -- e.g. TG01-01 for Twine games, or HF01-01 for Hypertext Fiction.
Approach 3 might require a meta-level of multiple galleries, multiple asset collections, etc. -- although this could be flat in Jekyll.
Alternately, each collection site could be a separate site, built and rebuilt with separate assets, and they could be gathered under and umbrella. This makes sense -- although perhaps not if there are only 10-20 "Other" examples of various kinds and 1000 gamebooks.
The text was updated successfully, but these errors were encountered:
Currently the Katz ID is a box-folder BB-FF, separated by a hyphen (e.g. "01-09"). In order to making parsing extremely easy in Liquid the box and folder numbers are always two digits (zero-padded), and the full ID is always five characters long. This means up to 9999 works could be uniquely identified, although in practice there are ~2500 (2569) listed spread across 57 boxes.
What about listing works that aren't in the Katz collection? Approaches:
Approach 3 might require a meta-level of multiple galleries, multiple asset collections, etc. -- although this could be flat in Jekyll.
Alternately, each collection site could be a separate site, built and rebuilt with separate assets, and they could be gathered under and umbrella. This makes sense -- although perhaps not if there are only 10-20 "Other" examples of various kinds and 1000 gamebooks.
The text was updated successfully, but these errors were encountered: