-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
105 lines (99 loc) · 2.86 KB
/
mkdocs.yml
File metadata and controls
105 lines (99 loc) · 2.86 KB
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
site_name: NLP for Drone Flight Log Analysis
site_url: https://dronenlp.github.io/documentation/
site_description: Unlocking Insights from Drone Flight Logs with NLP.
site_author: Swardiantara Silalahi
theme:
name: material
custom_dir: overrides
features:
- navigation.indexes
- navigation.tabs
- navigation.sections
- navigation.footer
- search.suggest
- search.highlight
- content.tabs.link
- content.code.copy
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: 'indigo'
accent: 'indigo'
toggle:
icon: material/brightness-4
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: 'indigo'
accent: 'indigo'
toggle:
icon: material/brightness-7
name: Switch to light mode
font:
text: Inter
code: Roboto Mono
logo: assets/logo_ncc.png
nav:
- Home:
- home/index.md
- About the Project: home/about.md
- Contact: home/contact.md
- Data Preparation:
- methodology/index.md
- Data Collection: methodology/data-collection.md
- Data Cleansing: methodology/cleansing.md
- Data Splitting: methodology/data-splitting.md
- Tasks & Datasets:
- tasks/index.md
- Event Recognition: tasks/event-recognition.md
- Problem Identification: tasks/problem-identification.md
- Log Abstraction: tasks/log-abstraction.md
- Term Extraction: tasks/term-extraction.md
- Semantic Role Labeling: tasks/semantic-role-labeling.md
- Tools:
- tools/index.md
- DFLER: tools/dfler.md
- Publications:
- publications/index.md
- Problem Identification: publications/problem-identification.md
- Term Extraction: publications/term-extraction.md
- Sequence Mining: publications/sequence-mining.md
- Blog: blog/index.md
- Dataset Download: download.md
markdown_extensions:
- attr_list
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.tabbed:
alternate_style: true
- md_in_html
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.tasklist:
custom_checkbox: true
- toc:
permalink: true
plugins:
- search
- blog:
blog_toc: true
post_dir: blog/posts
post_url_prefix: blog/
blog_dir: blog/
archive_dir: blog/archive
categories_dir: blog/categories
authors_dir: blog/authors
post_template: blog/post.html
copyright: Copyright © 2025 Net-centric Computing Lab