Skip to content

Change citation algo for cnt and dir objects

Hélène Jonin requested to merge hjonin/swh-web:handle-cite-dir-cnt into master

Previously, we could only generate a BibTeX citation for snp, rel, rev and dir objects, and for dir objects, the metadata was looked for in the provided directory.

Now, we can also generate a BibTeX citation for cnt objects, using the anchor qualifier to extract metadata, and for dir objects, if the anchor is provided, metadata will be look for within the root directory first.

The algorithm is now:

Si l'objet est de type snp, rel ou rev, alors j'ai accès au root directory et je peux renvoyer la citation.

Si l'objet est de type dir, alors

si le SWHID est qualifié et contient une anchor, alors je peux avoir accès au root directory et je peux renvoyer la citation.

sinon je considère le directory comme le root directory

Si l'objet est de type cnt, alors, si le SWHID est qualifié et contient une anchor, alors je peux avoir accès au root directory et je peux renvoyer la citation.

Edited by Hélène Jonin

Merge request reports