-
Notifications
You must be signed in to change notification settings - Fork 4
/
_pkgdown.yml
55 lines (54 loc) · 1.81 KB
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
url: https://schochastics.github.io/netrankr/
template:
bootstrap: 5
bslib:
bg: "#F9F7F7"
fg: "#112D4E"
primary: "#3F72AF"
text-muted: "#FFFFFF"
base_font: {google: "Roboto"}
heading_font: {google: "Roboto Slab"}
code_font: {google: "JetBrains Mono"}
navbar:
bg: none
type: light
left:
- text: Tutorials
menu:
- text: Neighborhood-Inclusion
href: articles/neighborhood_inclusion.html
- text: Uniquely Ranked Graphs
href: articles/threshold_graph.html
- text: Positional Dominance
href: articles/positional_dominance.html
- text: Indirect Relations in Networks
href: articles/indirect_relations.html
- text: Centrality Indices
href: articles/centrality_indices.html
- text: Partial Centrality
href: articles/partial_centrality.html
- text: Probabilistic Centrality
href: articles/probabilistic_cent.html
- text: '---'
- text: Blog Post I
href: http://blog.schochastics.net/post/network-centrality-in-r-introduction/
- text: Blog Post II
href: http://blog.schochastics.net/post/network-centrality-in-r-neighborhood-inclusion/
- text: Blog Post III
href: http://blog.schochastics.net/post/network-centrality-in-r-new-ways-of-measuring-centrality/
- text: "Use Case"
href: articles/use_case.html
- text: "Benchmarks"
href: articles/benchmarks.html
- text: "Periodic Table"
href: http://schochastics.net/sna/periodic.html
right:
- icon: fa-newspaper-o
text: "News"
href: news/index.html
- icon: fa-file-code-o
text: "Functions"
href: reference/index.html
- icon: fa-github fa-lg
text: "Github"
href: https://github.com/schochastics/netrankr