Skip to content

Commit 93af6a9

Browse files
committed
Move bibliography examples to dedicated page
1 parent 381a958 commit 93af6a9

File tree

3 files changed

+19
-18
lines changed

3 files changed

+19
-18
lines changed

preview-src/algorithms.adoc

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,3 @@
2020
[[undirected]]Undirected:: xref:introduction.adoc#introduction-algorithms-undirected[Undirected trait]. The algorithm is well-defined on an undirected graph.
2121

2222
[[homogeneous]]Homogeneous:: xref:introduction.adoc#introduction-algorithms-homogeneous[Homogeneous trait]. The algorithm will treat all nodes and relationships in its input graph(s) similarly, as if they were all of the same type. If multiple types of nodes or relationships exist in the graph, this must be taken into account when analysing the results of the algorithm.
23-
24-
== Algorithm
25-
26-
Work started in <<Brandes2001>> and <<Brandes2007>>.
27-
Continued in <<Freeman1977>>.
28-
29-
[bibliography]
30-
== References (default)
31-
32-
* [[[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[].
33-
* [[[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[].
34-
35-
[bibliography]
36-
== References (`no-bullets`)
37-
38-
[.no-marker]
39-
* [[[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[].
40-
* [[[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[].

preview-src/bibliography.adoc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
= Use of `bibliography`
2+
3+
Citations with xreftext: <<Brandes2001>>, <<Brandes2007>>.
4+
5+
Citations without xreftext (ID only): <<Freeman1977>>.
6+
7+
[bibliography]
8+
== References
9+
10+
* [[[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[].
11+
12+
[.no-bullet]
13+
* [[[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[].
14+
15+
[.unstyled]
16+
* [[[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[].

preview-src/ui-model.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,9 @@ page:
208208
- content: Algorithms
209209
url: algorithms.html
210210
urlType: internal
211+
- content: Bibliography
212+
url: bibliography.html
213+
urlType: internal
211214
- content: Private Page
212215
url: private-page.html
213216
urlType: internal

0 commit comments

Comments
 (0)