-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Displaying footnotes #226
Comments
It's likely Lens does not display footnotes, and some enhancements would be required to do so. You add an example of some footnote XML you have, if you are able, to this issue for others to see. |
Thank you for your quick reply! The footnotes looks like this in the xml-files we received from our supplier: Markup in the paragraphs looks like this:
And the footnote content, at the bottom of the file, looks like this:
|
I think perhaps in the case above, the converter logic does not currently support parsing the |
Though, in addition to the above, lines https://github.com/elifesciences/lens/blob/develop/converter/lens_converter.js#L2106-L2111 indicates if there is a |
Again, thank you for replying! Am I correct though, in understanding as the tag that gives the reference function? And that I may be able to 'hack' what is displayed by that function by using the tag? Or is this a separate tag that may create footnotes? |
I think what you would see is in the left-side content panel, the As described in comment #226 (comment) above the XML tagging inside the |
Hi folks! How's y'all doing? So, the citation references for my XMLs works just fine, however, the cross references such as author/foot notes doesn't. The tagging on the XMLs are as shown below:
I'm using stand-alone Lens Viewer on my localhost webserver (by the way, it's an amazing feature, very appreciated!!) so the URL I get in the navigator address bar when I launch Lens is something like "http://localhost/lensreader/#toc" and one thing that I noticed is that when I click on a citation reference the URL points to http://localhost/lensreader/#content/citation_reference_1 and the citation reference gets highlighted perfectly, but when I click on a foot note cross reference the URL points to http://localhost/lensreader/#content/cross_reference_1 which displays nothing. links the citation to it's reference inside "div resources/panel citations resource-view": while a footnote cross reference : doesn't have a panel at all: So unless a footnote is intended to be displayed under the "div panel citations resource-view" the cross reference is not being recognized from it's XML tag or Lens is failing to create the proper container "cross_reference_1" for footnotes. I'm no programmer myself but I hope this information I gathered makes any sense to actual developers to figure out how to solve this issue/bug. Thanks in advance |
Thanks for your examples @Tiago-Manzato and adding to the discussion. |
Hi!
I'm very new to XML and have only just started to use this wonderful solution for displaying them on the web. I'm using the integrated OJS version. Everything works very well, except the footnotes of our articles will not display in any way.
I wonder if the problem is in our XML-coding or if maybe footnotes are not a feature of this solution? If so, can it be implemented in some way?
I apologize if this is not the forum for these kinds of questions.
The text was updated successfully, but these errors were encountered: