Handling citations in Readium Web #8
HadrienGardeur
started this conversation in
General
Replies: 1 comment
-
In the context of citations and academic use - the helper function cold be usefull for pulling teh citation metadata for display in some type of html presentation, but in likelyhood, and academic library would like the citation to be exportable to a citation management tool such as Medeley or Zoterro. In that case, the CSL-JSON maybe or RIS files may be useful to generate from the helper as well so the user can add the the citation into their citation management tool. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Compared to our other projects, Readium Web is even more likely to be deployed by academic publishers and/or libraries where citations are an important feature.
There are many citation styles in use, but all of them rely on a mix of:
Getting high quality metadata can be challenging though and there could be issues for example with the format used for author names.
Should we provide this feature somehow in Readium Web and potentially our other projects as well?
I believe that this could be a helper that implementers could call by providing the
metadata
object of an RWPM with their preferred style as a parameter. This way, it could default tometadata
from the publication itself, but could be overridden when necessary (for example with OPDS metadata).For additional context, we could include page references (when they're present in the publication) and/or use the
<title>
of the current resource or the table of contents to identify the current chapter/section.Beta Was this translation helpful? Give feedback.
All reactions