Change citation algo for cnt and dir objects
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
ourev
, alors j'ai accès auroot directory
et je peux renvoyer la citation.Si l'objet est de type
dir
, alorssi le
SWHID
est qualifié et contient uneanchor
, alors je peux avoir accès auroot 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 leSWHID
est qualifié et contient uneanchor
, alors je peux avoir accès auroot directory
et je peux renvoyer la citation.