-
Notifications
You must be signed in to change notification settings - Fork 38
Bibliographic concordance
EFES comes with support for bibliographic concordance that lists all of the inscriptions form previous publications showing which inscription from your corpus corresponds to each entry in the respective collection. In order to make use of this feature, you need to have a master bibliography file containing all works cited in your publication. This file lives in webapps/ROOT/content/xml/authority/ and by default is called bibliography.xml. It is referenced as such in config.xmap c. line 95 in the global variable <concordance-bibliography-file>
, so if your file is called differently you need to change the value of this variable too.
Once bibliography.xml is indexed through Admin, all of the epidoc documents are linked up to the references in the master file, much like with the indices.
The stylesheet that deals with display is called bibliography-to-concordance-html.xsl and it lives in webapps/ROOT/stylesheets/authority. The display of the actual bibliographic references needs to be customized according to your preferences.
Other XSL/XML files that you may want to edit to adjust the concordance display are concordance-bibliography-to-solr.xsl (in webapps/ROOT/stylesheets/solr), concordance-bibliography.xml and concordance-bibliography-item.xml (in webapps/ROOT/assets/templates), and concordance-bibliography.xml (in webapps/ROOT/assets/queries/solr).