Bug #2981
closedCitations currently do not include, Data Registry Name, lsid and URL for domain
0%
Description
Currently the citation do not include the complete citation. There is not enough information so for people to find the dataset. The ESA has a complete citation. We can edit the skin config files to have the citation be complete but there may be some steps that need to be taken regarding using the lisd (Life Science ID).
Here is what has been testing on test servers.
Files that are edited to update the citation information
tomcat5/webapps/knb/WEB-INF/
The skins need to be listed in the metacat.properties file
skinconfigfiles=esa,knb,nrs,obfs,sanparks,nceas
and the skin.configs directory for each skin needs to include the parameters.
Here is an example:
tomcat5/webapps/knb/WEB-INF/skin.configs/knb/knb.properties
contents of knb.properties:
lsidauthority=knb.ecoinformatics.org
registryurl=http://knb.ecoinformatics.org
registryname=KNB Data Registry
eml-identifier.xsl looks to see if the skin has these parameters.
Note the default skin will not be part of the citation update, but it may need to be addressed in some of the documentation for Metacat setup.
Related issues