Add interpretive pages as data objects? #91
Replies: 1 comment 1 reply
-
Hi @kyledenlinger! Thanks for your kind words about CB! I'm glad you are enjoying it, and this seems like a really great class project. So I think I would approach your issue in a sort of hybrid way. It will require some customization, and so I would recommend you use CollectionBuilder-CSV -- which might be a little challenging, but it can essentially be used/worked with in the same way as GH via the GitHub web interface. (Let us know if you need any instruction on that -- @juliastone0729 is available this summer to help with that type of training!) My suggestion would then be to follow your instinct and add the short entries as objects -- this way they'd show up in the map and browse, etc. -- you can also give them a featured image via the I checked to see if that would work. Here's a rough sketch of what that might look like: https://github.com/dcnb/test-interpretiveobject You might look at the commits to see what I did. As for adding backlinks from objects, you could do that via the metadata as well. My former colleague @mshannon95 did that for our Harvester special collections blog. Here's the line where that starts: So for items that match blog posts, SPEC staff just add the title of the blog post and the link in separate fields (and if there are more than one they separate by semi-colon). You would just add similar code to the file at You can see how that shows up here: https://harvester.lib.uidaho.edu/collection/items/lumber1424.html So this is a definitely an advanced customization, but hopefully that gives you some sense of where to go. Please let us know if we're missing something, or if you'd like to jump on a quick zoom to figure some of this out. Happy to help! Very cool project! Good luck! and let us know how it's going, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm still playing around with CB but I think it provides one of the more student-friendly experiences for collaborating on a digital collection. Thanks so much for your work on this.
I'm working with a faculty member whose students will be curating objects (photos, etc.) and assigning them metadata. They'll then be writing short entries, including citations, that integrate these objects. I briefly considered hijacking an object's description field, but that's just too limiting.
What might I need to do to accomplish the following?
It's very possible I'm approaching this in the wrong way. Any advice is appreciated. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions