File size: 2,625 Bytes
91eaff6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
site_name: TextGraphs
site_description: Explore uses of large language models (LLMs) in semi-automated knowledge graph (KG) construction from unstructured text sources, with human-in-the-loop (HITL) affordances to incorporate guidance from domain experts.
site_url: https://github.com/DerwenAI/textgraphs
site_author: TextGraphs contributors, with Derwen, Inc.

repo_url: https://github.com/DerwenAI/textgraphs
repo_name: DerwenAI/textgraphs

copyright: Source code and documentation are <strong><a href="https://github.com/DerwenAI/textgraphs/blob/main/LICENSE" target="_blank">licensed</a></strong> under an MIT License; Copyright &copy; 2023-2024 <strong><a href="https://derwen.ai/" target="_blank">Derwen, Inc.</a></strong>

nav:
    - Home:
        - Overview: index.md
        - Getting Started: start.md

    - Project Report (DRAFT):
        - Introduction:
            - Abstract: abstract.md
            - Project Objectives: objectives.md
            - Natural Language Processing: nlp.md
            - Graph Representation: graph.md
            - Related Work: related.md
        - Definitions:
            - Lemma Graph: lemma.md
            - Probabilistic Graph Features: prob.md
            - Graph Levels of Detail: glod.md
            - Topological Transforms: topo.md
        - Methods:
            - Technical Approach: methods.md
            - Implementation Details: details.md
            - Leveraging Domain Expertise: hitl.md
            - Data-First Strategy: strategy.md
        - Conclusions: conclude.md
        - Research Guides:
            - Acknowledgements: ack.md
            - Bibliography: biblio.md
            - Glossary: glossary.md
            - Appendix:
                - ML OSS Evaluation Rubric: rubric.md

    - Tutorial:
        - Syllabus: tutorial.md
        - Example Usage: ex0_0.md
        - Replicating "InGram": ex1_0.md
        - Using Bootstrap Definitions: ex2_0.md

    - Technical Reference:
        - Build Instructions: build.md
        - Package Reference: ref.md

theme:
  name: material
  icon:
    repo: fontawesome/brands/github
  favicon: assets/favicon.png
  logo: assets/logo.png
  features:
    - navigation.instant

plugins:
  - mknotebooks
  - git-revision-date

extra_css:
  - stylesheets/extra.css

extra_javascript:
  - javascripts/config.js
  - https://polyfill.io/v3/polyfill.min.js?features=es6
  - https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js

use_directory_urls: true

markdown_extensions:
  - admonition
  - codehilite
  - footnotes
  - pymdownx.arithmatex:
      generic: true
  - toc:
      toc_depth: 3
      permalink: true