-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Sampling citation not showing up in view service #31
Comments
This is the response snippet received by metacatui from metacat:
whereas the sampling section should contain 2 citations:
|
|
fixing the import ordering makes some of the Sampling Citation info show up, but not all of it. Comparing to display in Morpho, the same info is missing, so I'm wondering if it has ever shown up correctly? Will continue to investigate... Sampling Citation info that should be listed:
Sampling Citation info that is listed after
Sampling Citation info that is listed in morpho:
|
metadata is not displaying because several imports have been commented out in various xsl files. Uncommenting them leads to a circular import and a crash - which is probably why they're commented out in the first place. root is:lib/style/skins/metacatui/metacatui.xsl Sampling template is in:lib/style/skins/metacatui/eml-2/eml-method.xsl for-each select="citation" hands off to citation template in:lib/style/skins/metacatui/eml-2/eml-literature.xsl citationCommon TRIES to hand off to a resource template,but the xsl:import in: lib/style/skins/metacatui/eml-2/eml-resource.xsl has been commented out: and in eml-resource.xsl, the following imports are commented out:
uncommenting them leads to an exception, because eml-coverage.xsl has a circular import back to: The plot thickens... |
fixed in #1605 |
@isteves noticed this over in NCEAS/metacatui#485 that the sampling citation isn't showing up for this document:
https://arcticdata.io/catalog/#view/doi:10.18739/A2C857
as shown by this:
I'm not sure why this is, though I did look at the
eml2-
XSLs and it looks like this should work. There's a citation template ineml-literature.xsl
but I haven't looked into why this information isn't showing up.The text was updated successfully, but these errors were encountered: