Closed cdmo closed 1 year ago
we will remove this feature from the pre-release but will fix for initial release
So I'll push this out to 1.0.x for now then.
So I'll push this out to 1.0.x for now then.
yes but we need to remember to hide the functionality for 0.2.x release.
oh I saw that you added hiding this as task in #319, yes makes sense ✔️
Heather Ross noted that Wisconsin (not a BL institution but has a Ruby/Solr setup) has a really nice citation feature!
https://search.library.wisc.edu/catalog/9910017867502121/cite
Ruth: I updated our Wiki page about this toward the end of 2022. https://github.com/psu-libraries/psulib_blacklight/wiki/Adding-RIS-Citation-Export
For implementation -- let's replace the Refworks and EndNote exports since they can both use RIS and they're not going to be as good quality as what we're giving in RIS. This will be in the Share dropdown and it'll be just Email and Export RIS.
Multiple authors can be put in as repeating A2s, however none of the rest of the fields can repeat so we'll need to grab field[0] for any arrays. (did my own test to see how Zotero handles it)
Including below notes from how they did it at Wisconsin -- they're using straight Ruby vs. Blacklight, so we would probably have to look into how BL does it when making exports, but it might be useful. (I got this info when checking something else they do that I decided won't be a good fit for our catalog.) Our own RIS mappings are in the wiki link above.