Bibliography module
Please add a new main module for Citations showBibliography(document.getElementById('genesys-container'), genesysConfig);
to Embedded Genesys that renders filters and list of citations + citation details on a separate URL.
The genesysConfig
needs some updates for bibliography
:
{
...
partnerUUID: [ 'uuid1234-uuid-uuid...' ]
bibliography: {
collections: [ 'coll1', 'coll2' ]
}
}
These new settings control the bibliography filters that are always applied (similar to how we handle accession filters).
The UI follows that of accessions for the layout.
Edited by Matija Obreza