year
url %% NICOLAS
doi %% TOM
+ isbn %% TOM
}
{}
{ label }
if$
}
+FUNCTION {isbnlink}
+{ duplicate$ empty$
+{ pop$ "" }
+{ isbn empty$
+ { skip$ }
+ { "\href{https://isbnsearch.org/isbn/" isbn * "}{" * swap$ * "}" * }
+ if$
+}
+if$
+}
+
FUNCTION {article}
{ output.bibitem
format.authors "author" output.check
if$
new.block
- % NICOLAS
+ % NICOLAS TOM
doi empty$
- { url empty$
- { format.btitle }
- { "\href{" url * "}{" * format.btitle * "}" * }
+ { url empty$
+ { isbn empty$
+ { format.btitle}
+ { "\href{https://isbnsearch.org/isbn/" isbn * "}{" * format.btitle * "}" * }
if$
}
- { "\href{http://doi.org/" doi * "}{" * format.btitle * "}" * }
+ { "\href{" url * "}{" * format.btitle * "}" * }
if$
+ }
+ { "\href{http://doi.org/" doi * "}{" * format.btitle * "}" * }
+ if$
"title" output.check
%format.btitle "title" output.check