-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path_site.yml
146 lines (146 loc) · 4.03 KB
/
_site.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
name: "bupaR"
exclude: ["_button_footer.Rmd"]
output:
html_document:
toc: true
toc_depth: 4
toc_float:
collapsed: false
print: false
css: "my_css.css"
theme:
bootswatch: sandstone
primary: "#339999"
secondary: "#FF8749"
success: "#3681B7"
info: "#008FAD"
danger: "#A93800"
warning: "#956F5D"
highlight: tango
includes:
in_header: header.html
after_body:
- footer.html
output_dir: "docs"
navbar:
search: true
title: "<a href = 'https://bupar.net'><img id = \"logo\" style = \"width: 200px; padding: 0px 20px 0px 0px\" src = \"images/logo/bupar_trans_witteR2.png\" /></a>"
left:
- text: "Home"
href: index.html
- text: "Install"
href: install.html
- text: "Create"
menu:
- text: "Create Logs"
href: create_logs.html
- text: "Adjust Logs"
href: adjust_logs.html
- text: "Public Logs"
href: public_logs.html
- text: "XES-files"
href: xes_files.html
- text: "Inspect logs"
href: inspect_logs.html
- text: "Data Quality"
href: data_quality.html
- text: "Manipulate"
menu:
- text: "Overview"
href: manipulate.html
- text: "----------"
- text: "Wrangling"
href: wrangling.html
- text: "----------"
- text: "Filter"
- text: "by case"
href: case_filters.html
- text: "by event"
href: event_filters.html
- text: "generic"
href: generic_filtering.html
- text: "----------"
- text: "Enrich"
- text: "augment"
href: augment.html
- text: "mutate"
href: mutate.html
- text: "----------"
- text: "Aggregate"
- text: "collapse"
href: collapse.html
- text: "unite"
href: unite.html
- text: "Analyze"
menu:
- text: "Overview"
href: analyze.html
- text: "----------"
- text: "Control-flow"
href: control_flow_analysis.html
- text: "Performance"
href: performance_analysis.html
- text: "Organisational"
href: organisational_analysis.html
- text: "Multi-dimensional"
href: multi_dimensional_analysis.html
- text: "Visualize"
menu:
- text: "Overview"
href: visualize.html
- text: "----------"
- text: "Process maps"
- text: "Frequency"
href: frequency_maps.html
- text: "Performance"
href: performance_maps.html
- text: "Advanced"
href: advanced_maps.html
- text: "Animate"
href: animate_maps.html
- text: "------------"
- text: "Process Matrix"
href: process_matrix.html
- text: "Dotted chart"
href: dotted_chart.html
- text: "Trace explorer"
href: trace_explorer.html
- text: "Performance spectrum"
href: performance_spectrum.html
- text: "Predict"
menu:
- text: "Workflow"
href: predict_workflow.html
- text: "Adapting your model"
href: predict_adapt.html
- text: "Customization with keras"
href: predict_keras.html
right:
- text: "FAQ"
href: faq.html
- text: "Developer guide"
href: developer_guide.html
- text: "Package guide"
menu:
- text: bupaR
href: https://bupaverse.github.io/bupaR/
- text: bupaverse
href: https://bupaverse.github.io/bupaverse/
- text: daqapo
href: https://bupaverse.github.io/daqapo
- text: edeaR
href: https://bupaverse.github.io/edeaR/
- text: eventdataR
href: https://bupaverse.github.io/eventdataR/
- text: heuristicsmineR
href: https://bupaverse.github.io/heuristicsmineR/
- text: pm4py
href: https://bupaverse.github.io/pm4py/
- text: processanimateR
href: https://bupaverse.github.io/processanimateR/
- text: processcheckR
href: https://bupaverse.github.io/processcheckR/
- text: processmapR
href: https://bupaverse.github.io/processmapR/
- text: xesreadR
href: https://bupaverse.github.io/xesreadR