Hi,

One of the features of the module is an "In-line citing of references in "page" or "story" node types (builds a reference list at the end of the node body)". However, there seems to be no documentation about this feature.

How can I add a list of publications to the node?

Thanks!

Comments

rjerome’s picture

First this depends upon each node you want to cite having a citekey entry.

Then, you have to have the footnotes module installed, then you have to go to the admin/settings/filters page and edit an existing Input Format (or create a new one) and make sure the both the "Footnotes <fn>" and References <bib> are turned on. Then select the rearrange tab and make sure that the <bib> filter has a "lighter" weight (smaller number) than the <fn> filter.

Now when you create a page, story, book, etc type node, you can put a tag like this <bib>some_cite_key_value</bib> and then when the node is displayed, the tags like this... "<bib>some_cite_key_value</bib>" should be replaced by a superscripted number which is hyper-linked to a list of referenced at the end of the page.

open-keywords’s picture

Hi

This sounds great.

But, how to get the citekey value of a notice ? I can't find a way to display this value (when auto generated, running version 5-1.15)

Thanks for your help

rjerome’s picture

There are two ways to see this value, you can go to the admin/settings/biblio/defaults page and check the "Common" box beside the biblio_citekey field, then a text box (with the citekey in it) will be visible when you edit a biblio entry. Also, if you switch to the tabular view on the admin/settings/biblio page in the styling section, then the cite key will be displayed when you view the node.

bekasu’s picture

Status: Active » Closed (fixed)

Marking issue closed.