forked from Peper-Cruz/CMARC-2026-v1.0
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindext.html
More file actions
283 lines (238 loc) · 6.72 KB
/
indext.html
File metadata and controls
283 lines (238 loc) · 6.72 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
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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>CMARC-2026 Research Paper #2</title>
<!-- Accessibility & Metadata -->
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description"
content="Autonomous Resilience: AI-Governed, Quantum-Resistant Distributed Systems for 2030 Critical Infrastructure" />
<meta name="color-scheme" content="light dark" />
<!-- =======================
CORE STYLES
======================= -->
<style>
@page {
size: A4;
margin: 25mm;
}
body {
margin: 0;
font-family: "Georgia", "Times New Roman", serif;
font-size: 11.5pt;
line-height: 1.65;
color: #111;
background: #fff;
}
/* ===== Layout ===== */
.layout {
display: grid;
grid-template-columns: 280px 1fr;
min-height: 100vh;
}
/* ===== Sidebar Navigation (Screen Only) ===== */
aside {
background: #0f172a;
color: #e5e7eb;
padding: 1.5rem 1rem;
}
aside h2 {
font-size: 12pt;
margin-top: 0;
color: #93c5fd;
}
aside nav ul {
list-style: none;
padding: 0;
margin: 1em 0;
}
aside nav li {
margin: 0.4em 0;
}
aside nav a {
color: #e5e7eb;
text-decoration: none;
font-size: 10.5pt;
display: block;
padding: 0.3em 0.4em;
border-radius: 4px;
}
aside nav a:focus,
aside nav a:hover {
outline: none;
background: #1e293b;
}
aside nav a.active {
background: #2563eb;
color: #fff;
font-weight: bold;
}
/* ===== Main Content ===== */
main {
padding: 3rem 4rem;
max-width: 900px;
}
header {
margin-bottom: 3em;
}
h1 {
font-size: 20pt;
margin-bottom: 0.4em;
}
h2 {
font-size: 15pt;
margin-top: 2.5em;
page-break-after: avoid;
}
h3 {
font-size: 13pt;
margin-top: 1.5em;
page-break-after: avoid;
}
p {
text-align: justify;
margin: 0.8em 0;
orphans: 3;
widows: 3;
}
section {
page-break-inside: avoid;
}
pre {
font-family: "Courier New", monospace;
font-size: 9.5pt;
background: #f4f4f4;
padding: 1em;
overflow-x: auto;
}
footer {
margin-top: 4em;
font-size: 9pt;
color: #555;
}
/* ===== Build Note ===== */
.build-note {
background: #f2f4f7;
border-left: 4px solid #2563eb;
padding: 1em;
margin-bottom: 2em;
font-size: 10pt;
}
/* =======================
PRINT MODE (PDF)
======================= */
@media print {
.layout {
display: block;
}
aside,
.build-note {
display: none;
}
main {
padding: 0;
max-width: none;
}
}
</style>
<!-- Markdown Renderer -->
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"
crossorigin="anonymous"></script>
</head>
<body>
<div class="layout">
<!-- =======================
SIDEBAR NAVIGATION
======================= -->
<aside role="navigation" aria-label="Section Navigation">
<h2>CMARC-2026</h2>
<nav>
<ul id="side-nav"></ul>
</nav>
</aside>
<!-- =======================
MAIN DOCUMENT
======================= -->
<main id="content" role="main">
<header role="banner">
<h1>Autonomous Resilience: AI-Governed, Quantum-Resistant Distributed Systems</h1>
<p><strong>CMARC-2026 Research Paper #2</strong></p>
<p>Jason Dano · PI ChatGPT · PI DeepSeek</p>
</header>
<div class="build-note" aria-hidden="true">
<strong>PDF Build:</strong> Chrome → Print → Save as PDF (A4, default margins).
</div>
<section id="latex-reference">
<h2>Canonical LaTeX Source</h2>
<p>
The authoritative archival version of this paper resides in
<code>paper_content.tex</code>. This HTML exists solely for deterministic
assembly, accessibility validation, and PDF generation.
</p>
</section>
<article id="sections-container"></article>
<footer role="contentinfo">
© 2026 CMARC-2026 Research Program
</footer>
</main>
</div>
<script>
/* ============================
SECTION CONFIG
============================ */
const sections = [
["01","Introduction","01_INTRODUCTION.md"],
["02","Literature Review","02_LITERATURE_REVIEW.md"],
["03","AI-Augmented Governance Protocol","03_AI_AUGMENTED_GOVERNANCE_PROTOCOL.md"],
["04","Quantum-Resistant Architecture","04_QUANTUM_RESISTANT_ARCHITECTURE.md"],
["05","Cross-Protocol Governance","05_CROSS_PROTOCOL_GOVERNANCE.md"],
["06","Predictive Systemic Risk Engine","06_PREDICTIVE_SYSTEMIC_RISK_ENGINE.md"],
["07","Implementation Case Studies","07_IMPLEMENTATION_CASE_STUDIES.md"],
["08","Standards & Regulatory Alignment","08_STANDARDS_REGULATORY_ALIGNMENT.md"],
["09","Conclusion & Future Work","09_CONCLUSION_FUTURE_WORK.md"]
];
const container = document.getElementById("sections-container");
const nav = document.getElementById("side-nav");
/* ============================
LOAD SECTIONS
============================ */
sections.forEach(([id,title,file]) => {
const section = document.createElement("section");
section.id = `section-${id}`;
const h2 = document.createElement("h2");
h2.textContent = `${id}. ${title}`;
section.appendChild(h2);
container.appendChild(section);
/* Nav link */
const li = document.createElement("li");
const a = document.createElement("a");
a.href = `#section-${id}`;
a.textContent = `${id}. ${title}`;
li.appendChild(a);
nav.appendChild(li);
fetch(`RESEARCH_PAPER/SECTIONS/${file}`)
.then(r => r.text())
.then(md => {
section.insertAdjacentHTML(
"beforeend",
marked.parse(md, { mangle:false, headerIds:true })
);
});
});
/* ============================
ACTIVE SECTION HIGHLIGHT
============================ */
const observer = new IntersectionObserver(entries => {
entries.forEach(entry => {
const link = document.querySelector(`a[href="#${entry.target.id}"]`);
if (link) {
link.classList.toggle("active", entry.isIntersecting);
}
});
}, { rootMargin: "-40% 0px -50% 0px" });
document.addEventListener("DOMContentLoaded", () => {
document.querySelectorAll("section[id^='section-']").forEach(s => observer.observe(s));
});
</script>
</body>
</html>