Update the checks in the publications to include biorXiv.
This commit is contained in:
parent
58d446caf0
commit
6695585c63
1 changed files with 18 additions and 6 deletions
|
@ -1,9 +1,21 @@
|
||||||
\defbibcheck{notarXiv}{%
|
\defbibcheck{formal}{
|
||||||
\iffieldequalstr{journaltitle}{CoRR}{\skipentry}{}
|
\ifboolexpr{
|
||||||
|
test {\iffieldequalstr{journaltitle}{CoRR}}
|
||||||
|
or
|
||||||
|
test {\iffieldequalstr{journaltitle}{bioRxiv}}
|
||||||
|
}
|
||||||
|
{\skipentry}
|
||||||
|
{}
|
||||||
}
|
}
|
||||||
|
|
||||||
\defbibcheck{arXiv}{%
|
\defbibcheck{informal}{%
|
||||||
\iffieldequalstr{journaltitle}{CoRR}{}{\skipentry}
|
\ifboolexpr{
|
||||||
|
test {\iffieldequalstr{journaltitle}{CoRR}}
|
||||||
|
or
|
||||||
|
test {\iffieldequalstr{journaltitle}{bioRxiv}}
|
||||||
|
}
|
||||||
|
{}
|
||||||
|
{\skipentry}
|
||||||
}
|
}
|
||||||
|
|
||||||
\defbibfilter{reports}{%
|
\defbibfilter{reports}{%
|
||||||
|
@ -25,7 +37,7 @@ mes publications, par catégorie.
|
||||||
heading=subbibliography,
|
heading=subbibliography,
|
||||||
title={Revues internationales},
|
title={Revues internationales},
|
||||||
type=article,
|
type=article,
|
||||||
check=notarXiv
|
check=formal
|
||||||
]
|
]
|
||||||
|
|
||||||
\newrefcontext[sorting=ydnt,labelprefix=c]
|
\newrefcontext[sorting=ydnt,labelprefix=c]
|
||||||
|
@ -40,7 +52,7 @@ mes publications, par catégorie.
|
||||||
heading=subbibliography,
|
heading=subbibliography,
|
||||||
title={Publications informelles},
|
title={Publications informelles},
|
||||||
type=article,
|
type=article,
|
||||||
check=arXiv
|
check=informal
|
||||||
]
|
]
|
||||||
|
|
||||||
\newrefcontext[sorting=ydnt,labelprefix=r]
|
\newrefcontext[sorting=ydnt,labelprefix=r]
|
||||||
|
|
Loading…
Reference in a new issue