-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
121 lines (115 loc) · 3.73 KB
/
mkdocs.yml
File metadata and controls
121 lines (115 loc) · 3.73 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
site_name: IONIS — Ionospheric Neural Inference System
site_description: >-
IONIS predicts HF radio propagation using physics-constrained neural networks
trained on 14 billion amateur radio observations from WSPR, RBN, contest logs,
and PSK Reporter. Open source, self-hosted, no cloud dependencies.
site_author: Greg Beam, KI7MT
site_url: https://ionis-ai.com/
repo_url: https://github.com/IONIS-AI/ionis-docs
theme:
name: material
custom_dir: overrides
palette:
- scheme: default
primary: indigo
accent: amber
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: amber
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.tabs
- navigation.sections
- navigation.indexes
- navigation.top
- content.code.copy
markdown_extensions:
- tables
- admonition
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
- attr_list
- md_in_html
- toc:
permalink: true
plugins:
- search
- social
- meta
extra_css:
- stylesheets/papers.css
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/IONIS-AI
name: IONIS-AI on GitHub
- icon: fontawesome/brands/python
link: https://pypi.org/project/ionis-validate/
name: ionis-validate on PyPI
nav:
- Home: index.md
- Research:
- papers/index.md
- "The Dialectical Engine": papers/the-dialectical-engine.md
- "From Nanometers to Neurons": papers/from-nanometers-to-neurons.md
- "Sovereign Infrastructure": papers/sovereign-infrastructure.md
- "Who Says Hermits Don't Have Friends": papers/who-says-hermits-dont-have-friends.md
- Model:
- model/index.md
- "Physics vs ML": model/physics-vs-ml.md
- Architecture:
- IonisGate: model/architecture/ionisgate.md
- Monotonic Sidecars: model/architecture/sidecars.md
- Methodology:
- Data Pipeline: model/methodology/data_pipeline.md
- Bronze Layer: model/methodology/bronze_stack.md
- Silver Layer: model/methodology/silver_layer.md
- Gold Layer: model/methodology/gold_layer.md
- Signatures: model/methodology/step_f_signatures.md
- Training: model/methodology/training.md
- "Coverage & Confidence": model/methodology/coverage.md
- Validation:
- model/validation/index.md
- Link Budget Battery: model/validation/v20_link_budget_battery.md
- "IONIS vs VOACAP": model/validation/step_i_voacap_comparison.md
- Prediction Quality: model/validation/step_k_quality_test.md
- Test Specification: model/validation/test_specification.md
- Testing:
- testing/index.md
- Getting Started: testing/getting-started.md
- Beta Test Plan: testing/beta-test-plan.md
- Test Suite: testing/test-suite.md
- Single Path Prediction: testing/predict.md
- Custom Path Tests: testing/custom-paths.md
- Reporting Issues: testing/reporting.md
- Pipeline Apps:
- tools/index.md
- WSPR Ingestion: tools/wspr.md
- Solar Pipeline: tools/solar.md
- "Contest & RBN": tools/contest.md
- PSK Reporter: tools/pskr.md
- Database: tools/database.md
- CUDA Engine: tools/cuda.md
- "VOACAP (External)": tools/voacapl.md
- DevOps:
- devops/index.md
- Pipeline Runbook: devops/pipeline-runbook.md
- "Operations & Maintenance": devops/maintenance.md
- User Guide:
- userguide/index.md
- Running Predictions: userguide/predictions.md
- Lab: benchmarks/index.md
- About:
- about/index.md
- Ethos: about/ethos.md
- Credits: about/credits.md
- "Data Privacy & GDPR": about/data-privacy.md