-
Before I get to my question, firstly, thanks for developing this platform and all of the instructional materials! I have learned so much already in just a couple weeks. I'm using CollectionBuilder in order to develop a paleographical glossary for currency-related terms and have just managed to upload draft metadata and their corresponding objects. The issue I have encountered lies in the image display on my GitHub Pages site. Although I can download the .jpg or .pdf objects as standalone files when I "View Full Record" they are not displaying directly on the site: https://geniza.github.io/paleographicalglossary/browse.html |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@geniza thanks for reaching out, and glad you are enjoying learning! CollectionBuilder-GH switches out the display based on the "format" field in your metadata. Your current metadata CSV does not have a "format" field included--so it is falling back to assuming all your items are some unknown object type! To get the images to display correctly in your collection, all you will need to do is add a "format" column to your metadata spreadsheet--here is the documentation about "format" field. It looks like you were trying both ".jpg" and ".pdf" versions of your objects--> I think I would go with the ".jpg" version (as in the file "coinsofcairogenizabackendtest.csv"). Then add a column named Let me know how it goes! |
Beta Was this translation helpful? Give feedback.
@geniza thanks for reaching out, and glad you are enjoying learning!
CollectionBuilder-GH switches out the display based on the "format" field in your metadata. Your current metadata CSV does not have a "format" field included--so it is falling back to assuming all your items are some unknown object type! To get the images to display correctly in your collection, all you will need to do is add a "format" column to your metadata spreadsheet--here is the documentation about "format" field.
It looks like you were trying both ".jpg" and ".pdf" versions of your objects--> I think I would go with the ".jpg" version (as in the file "coinsofcairogenizabackendtest.csv"). Then add a column named
fo…