diff options
| author | aristote <quentin.aristote@irif.fr> | 2025-07-27 20:06:52 +0200 |
|---|---|---|
| committer | aristote <quentin.aristote@irif.fr> | 2025-07-27 20:06:52 +0200 |
| commit | 111774d7a867a880ead60e344670e8ffdc6b235d (patch) | |
| tree | 606030627585061175f884fe4e66088d5d32fca6 | |
| parent | e4d4c12c25be9b4835d3aa5eaed1d25793fdd55c (diff) | |
research: remove isbn and issn
| -rw-r--r-- | html/research/writings.nix | 8 |
1 files changed, 1 insertions, 7 deletions
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") |
