2024-01-18 10:05:51 +01:00
% Distinguish between "real" journals and preprint sites.
\defbibcheck { formal} {
\ifboolexpr {
test { \iffieldequalstr { journaltitle} { CoRR} }
or
test { \iffieldequalstr { journaltitle} { bioRxiv} }
}
{ \skipentry }
{ }
}
\defbibcheck { informal} { %
\ifboolexpr {
test { \iffieldequalstr { journaltitle} { CoRR} }
or
test { \iffieldequalstr { journaltitle} { bioRxiv} }
}
{ }
{ \skipentry }
}
% Typeset my name in bold in the bibliography.
% https://tex.stackexchange.com/a/327046
\def \makenamesetup { %
\def \bibnamedelima { ~} %
\def \bibnamedelimb { } %
\def \bibnamedelimc { } %
\def \bibnamedelimd { } %
\def \bibnamedelimi { } %
\def \bibinitperiod { .} %
\def \bibinitdelim { ~} %
\def \bibinithyphendelim { .-} }
\newcommand * { \makename } [2]{ \begingroup \makenamesetup \xdef #1{ #2} \endgroup }
\newcommand * { \boldname } [3]{ %
\def \lastname { #1} %
\def \firstname { #2} %
\def \firstinit { #3} }
\boldname { } { } { }
% Patch new definitions
\renewcommand { \mkbibnamegiven } [1]{ %
\ifboolexpr { ( test { \ifdefequal { \firstname } { \namepartgiven } } or test { \ifdefequal { \firstinit } { \namepartgiven } } ) and test { \ifdefequal { \lastname } { \namepartfamily } } }
{ \mkbibbold { #1} } { #1} %
}
\renewcommand { \mkbibnamefamily } [1]{ %
\ifboolexpr { ( test { \ifdefequal { \firstname } { \namepartgiven } } or test { \ifdefequal { \firstinit } { \namepartgiven } } ) and test { \ifdefequal { \lastname } { \namepartfamily } } }
{ \mkbibbold { #1} } { #1} %
}
% Typeset my name in bold.
\boldname { Ivanov} { Sergiu} { }
\begin { refsection} [bib/sivanov-dblp.bib,bib/sivanov-extra.bib]
2024-01-18 11:46:42 +01:00
I co-authored 1 book chapter, 38 journal papers, and 27 peer-reviewed
2024-01-18 11:58:45 +01:00
conference papers. This list omits 3 technical reports and
7 preprints. The paper~\cite { DBLP:conf/bibe/SegretainTG021} received
the Best Student Paper award at the 21st IEEE International Conference
on BioInformatics and BioEngineering.
2024-01-18 11:46:42 +01:00
The paper~\cite { DBLP:journals/jmemcom/AlhazovF021} received the Best
Paper award at the International Conference on Membrane Computing
(ICMC) in 2020. The paper~\cite { DBLP:journals/tcs/AlhazovFIPS20}
received the Best Paper award at the Asian Conference on Membrane
Computing (ACMC) in 2017.
2024-01-18 10:05:51 +01:00
2024-01-18 14:29:51 +01:00
The order of the authors depends on the domain. Generally, papers in
theoretical computer science feature alphabetical order
(e.g.,~\cite { DBLP:journals/tcs/AlhazovFFGI23,
DBLP:journals/tcs/AlhazovFIV23, DBLP:journals/tcs/AlhazovFIO22,
DBLP:journals/jalc/AlhazovF0V22, DBLP:journals/ijfcs/AlhazovFIV22} ),
while in papers in theoretical biology
(e.g.,~\cite { C:AB20,DBLP:conf/bibe/SegretainTG021,DBLP:conf/complexnetworks/Segretain0TG20} )
and bioinformatics
(e.g.,~\cite { doi:https://doi.org/10.1002/9781119716600.ch10,DBLP:journals/tcs/PardoID21,DBLP:conf/cmsb/PardoID19} )
the order of the authors reflects the type of contribution.
2024-01-18 10:05:51 +01:00
\nocite { *}
\subsection * { Book chapters}
\label { sec:chapters}
\newrefcontext [sorting=ydnt,labelprefix=ch]
\printbibliography [
heading=none,
type=inbook
]
\subsection * { Peer-reviewed journals}
\label { sec:journals}
\newrefcontext [sorting=ydnt,labelprefix=j]
\printbibliography [
heading=none,
type=article,
check=formal
]
\subsection * { Conference proceedings}
\label { sec:proceedings}
\newrefcontext [sorting=ydnt,labelprefix=c]
\printbibliography [
heading=none,
type=inproceedings
]
\subsection * { Theses}
\label { sec:theses}
\newrefcontext [sorting=ydnt,labelprefix=t]
\printbibliography [
heading=none,
type=thesis
]
2024-01-18 10:06:41 +01:00
% \subsection*{Technical reports}
% \label{sec:reports}
% \newrefcontext[sorting=ydnt,labelprefix=r]
% \printbibliography[
% heading=none,
% type=report
% ]
% \subsection*{Preprints}
% \label{sec:informal}
% \newrefcontext[sorting=ydnt,labelprefix=p]
% \printbibliography[
% heading=none,
% type=article,
% check=informal
% ]
2024-01-18 10:05:51 +01:00
\end { refsection}
%%% Local Variables:
%%% TeX-engine: luatex
%%% TeX-master: "hdr"
%%% End: