From 548df2017922f3d56b01f6921a965e8f6ea60d0b Mon Sep 17 00:00:00 2001 From: Nicola Vitucci Date: Thu, 8 Feb 2024 19:25:34 +0000 Subject: [PATCH] Add no-bullets role --- preview-src/algorithms.adoc | 10 ++++++++-- src/css/neo4j-docs.css | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/preview-src/algorithms.adoc b/preview-src/algorithms.adoc index 336108a7..95983e24 100644 --- a/preview-src/algorithms.adoc +++ b/preview-src/algorithms.adoc @@ -27,8 +27,14 @@ Work started in <> and <>. Continued in <>. [bibliography] -== References +== References (default) * [[[Brandes2001, 1]]] Brandes, Ulrik. "A faster algorithm for betweenness centrality." _Journal of mathematical sociology_ 25, no. 2 (2001): 163-177. link:https://snap.stanford.edu/class/cs224w-readings/brandes01centrality.pdf[]. -* [[[Brandes2007, 2]]] Brandes, Ulrik, and Christian Pich. "Centrality estimation in large networks." _International Journal of Bifurcation and Chaos_ 17, no. 07 (2007): 2303-2318. link:https://www.uni-konstanz.de/mmsp/pubsys/publishedFiles/BrPi07.pdf[]. +* [[[Freeman1977]]] Freeman, Linton C. "A set of measures of centrality based on betweenness." _Sociometry_ (1977): 35-41. link:http://moreno.ss.uci.edu/23.pdf[]. + +[bibliography] +== References (`no-bullets`) + +[.no-bullets] +* [[[Brandes2001, 1]]] Brandes, Ulrik. "A faster algorithm for betweenness centrality." _Journal of mathematical sociology_ 25, no. 2 (2001): 163-177. link:https://snap.stanford.edu/class/cs224w-readings/brandes01centrality.pdf[]. * [[[Freeman1977]]] Freeman, Linton C. "A set of measures of centrality based on betweenness." _Sociometry_ (1977): 35-41. link:http://moreno.ss.uci.edu/23.pdf[]. \ No newline at end of file diff --git a/src/css/neo4j-docs.css b/src/css/neo4j-docs.css index 627f4e14..7dd5fe2a 100644 --- a/src/css/neo4j-docs.css +++ b/src/css/neo4j-docs.css @@ -418,7 +418,7 @@ div.beta-symbol p::before { color: var(--warning-color); } -ul.bibliography { +.no-bullets > ul.bibliography { list-style-type: none; padding: 0; }