Skip to content

Commit 92019c9

Browse files
authored
Bs7 citations (#305)
* Initial attempt to build citation modal dialog box. Citation link, generates modal dialog box whose content is the results of a call to Zotero to get the citation. Currently using apa citation, there are many other options... * Update Citation modal to include both rendered text and html Allow the user to copy either the formatted 'pretty' text or the raw html that creates the entry. * Fix reference to prettier js files in script. * Convert 'View on Zotero' and 'Citation' into buttons. Move citations button to bottom of page with Zotero button. * Move Zotero group id from hardcoded to a site parameter * Fix button styles and clean up Hugo operation syntax. In the process I discovered a couple minor errors in the layout of the bibliography and fixed them.
1 parent a3d27e4 commit 92019c9

File tree

5 files changed

+320
-75
lines changed

5 files changed

+320
-75
lines changed

config/_default/params.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ github_project_repo: https://github.com/interlisp/medley
5757
# gcs_engine_id: search engine
5858
gcs_engine_id: 33ef4cbe0703b4f3a
5959

60+
# Zotero Group ID for bibliography management
61+
zotero_group_id: 2914042
62+
6063
# Footer Links
6164
#
6265
# user: End user relevant links. These will show up on

0 commit comments

Comments
 (0)