Revision e09b076792880c40f3ee31c9176727a4295471b2 (click the page title to view the current version)
\documentclass[a4paper]{article}
\usepackage[a4paper, total={20cm, 27cm}]{geometry}
\pagestyle{empty}
\usepackage[utf8]{inputenc}
\usepackage{hyperref}
\usepackage[
%backend=biber,
backend=bibtex,
style=reading,
sorting=ydnt,
defernumbers=true
]{biblatex}
\addbibresource{/GW/root/bibtex/golem}
\title{The GOLEM tokamak bibliography}
\author{The tokamak GOLEM team}
%\date{}
\begin{document}
\maketitle
\nocite{*}
\defbibcheck{late}{
\iffieldint{year}
{\ifnumless{\thefield{year}}{2024}
{\skipentry}
{}}
{\skipentry}
}
%\include{bibliography}
%\bibliographystyle{unsrt}
%\bibliographystyle{apalike}
%\bibliography{/GW/root/bibtex/golem,/GW/root/bibtex/others}
\printbibliography[check=late,type=article,keyword=in,title={Official GOLEM Articles}]
\printbibliography[check=late,type=inproceedings,title={Conference proceedings}]
\printbibliography[check=late,keyword=mathesis,title={Master thesis}]
\printbibliography[check=late,keyword=bachproj,title={Bachelor projects}]
\printbibliography[check=late,keyword=soc,title={High School Students` Professional Activities}]
\printbibliography[check=late,type=misc,keyword=in, title={Miscellaneous}]
\printbibliography[check=late,type=article,keyword=out,title={Unofficial articles (without GOLEM cooperation/authors)}]
%\printbibliography[check=late,title={The tokamak GOLEM bibliography}]
\end{document}