From 111774d7a867a880ead60e344670e8ffdc6b235d Mon Sep 17 00:00:00 2001 From: aristote Date: Sun, 27 Jul 2025 20:06:52 +0200 Subject: research: remove isbn and issn --- html/research/writings.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'html/research/writings.nix') diff --git a/html/research/writings.nix b/html/research/writings.nix index d34ea66..4ba4ec6 100644 --- a/html/research/writings.nix +++ b/html/research/writings.nix @@ -37,12 +37,6 @@ // lib.optionalAttrs (publication ? event-title) { published = "At ${em event-title}"; } - // lib.optionalAttrs (publication ? ISBN) { - isbn = "${small "ISBN"}: ${ISBN}"; - } - // lib.optionalAttrs (publication ? ISSN) { - issn = "${small "ISSN"}: ${ISSN}"; - } // lib.optionalAttrs (publication ? DOI) { doi = "${small "DOI"}: ${href "https://doi.org/${DOI}" (code DOI)}"; }; @@ -59,7 +53,7 @@ "${href {target = "_blank";} url (em title)} (${year})") (dd [ (concatStringsSuffix ". " - (attrValsOpt ["authors" "note" "published" "isbn" "issn" "doi"] + (attrValsOpt ["authors" "note" "published" "doi"] formatted)) (details [ (summary "More") -- cgit v1.2.3