Update the checks in the publications to include biorXiv.

This commit is contained in:
Sergiu Ivanov 2021-08-27 14:41:32 +02:00
parent 58d446caf0
commit 6695585c63
1 changed files with 18 additions and 6 deletions

View File

@ -1,9 +1,21 @@
\defbibcheck{notarXiv}{%
\iffieldequalstr{journaltitle}{CoRR}{\skipentry}{}
\defbibcheck{formal}{
\ifboolexpr{
test {\iffieldequalstr{journaltitle}{CoRR}}
or
test {\iffieldequalstr{journaltitle}{bioRxiv}}
}
{\skipentry}
{}
}
\defbibcheck{arXiv}{%
\iffieldequalstr{journaltitle}{CoRR}{}{\skipentry}
\defbibcheck{informal}{%
\ifboolexpr{
test {\iffieldequalstr{journaltitle}{CoRR}}
or
test {\iffieldequalstr{journaltitle}{bioRxiv}}
}
{}
{\skipentry}
}
\defbibfilter{reports}{%
@ -25,7 +37,7 @@ mes publications, par catégorie.
heading=subbibliography,
title={Revues internationales},
type=article,
check=notarXiv
check=formal
]
\newrefcontext[sorting=ydnt,labelprefix=c]
@ -40,7 +52,7 @@ mes publications, par catégorie.
heading=subbibliography,
title={Publications informelles},
type=article,
check=arXiv
check=informal
]
\newrefcontext[sorting=ydnt,labelprefix=r]