summaryrefslogtreecommitdiff
path: root/html/research
diff options
context:
space:
mode:
Diffstat (limited to 'html/research')
-rw-r--r--html/research/writings.nix8
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")