-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
217 lines (199 loc) · 6.6 KB
/
Copy pathindex.html
File metadata and controls
217 lines (199 loc) · 6.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>UUniversalica — The Theory of Universal Communication</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,400;0,8..60,600;1,8..60,400&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
<style>
:root {
--bg: #030710;
--bg-raised: #0a0f1c;
--ice: #ccddf0;
--slate: #8899bb;
--line: #6688cc;
--gold: #d9b25c;
--border: #1a1f30;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
margin: 0;
background: var(--bg);
color: var(--ice);
font-family: 'Source Serif 4', Georgia, serif;
line-height: 1.65;
-webkit-font-smoothing: antialiased;
}
.wrap { max-width: 780px; margin: 0 auto; padding: 0 1.5rem; }
.banner {
width: 100%;
height: 30vh;
min-height: 200px;
max-height: 320px;
background: #000 url('../assets/hero.png') center 45% / cover no-repeat;
position: relative;
}
.banner::after {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(180deg, rgba(3,7,16,0) 45%, rgba(3,7,16,0.85) 85%, var(--bg) 100%);
}
.langswitch {
text-align: right;
font-family: 'JetBrains Mono', monospace;
font-size: 0.78rem;
letter-spacing: 0.06em;
padding: 1.2rem 1.5rem 0;
max-width: 780px;
margin: 0 auto;
position: relative;
z-index: 2;
}
.langswitch a { color: var(--slate); text-decoration: none; }
.langswitch a.active { color: var(--gold); }
.langswitch span { color: var(--border); margin: 0 0.4em; }
.hero {
display: flex;
gap: 2.2rem;
align-items: flex-end;
padding: 0 0 2.4rem;
margin-top: -3.4rem;
position: relative;
z-index: 2;
border-bottom: 1px solid var(--border);
flex-wrap: wrap;
}
.hero img.cover {
width: 180px;
height: auto;
box-shadow: 0 20px 50px rgba(0,0,0,0.6), 0 0 0 1px rgba(255,255,255,0.05);
flex-shrink: 0;
}
.hero-text { flex: 1; min-width: 240px; }
.imprint {
font-family: 'JetBrains Mono', monospace;
font-size: 0.72rem;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--gold);
margin-bottom: 0.6rem;
}
.imprint a { color: var(--gold); text-decoration: none; border-bottom: 1px dotted var(--gold); }
h1 {
font-size: 2.3rem;
font-weight: 600;
margin: 0 0 0.25rem;
letter-spacing: -0.01em;
color: #ffffff;
}
.subtitle {
font-style: italic;
font-size: 1.15rem;
color: var(--slate);
margin: 0 0 0.9rem;
}
.status {
font-family: 'JetBrains Mono', monospace;
font-size: 0.75rem;
letter-spacing: 0.05em;
padding: 0.3em 0.7em;
border-radius: 3px;
background: rgba(217,178,92,0.15);
color: var(--gold);
display: inline-block;
}
section { padding: 2.4rem 0; border-bottom: 1px solid var(--border); }
section:last-of-type { border-bottom: none; }
h2 {
font-size: 1rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.1em;
color: var(--gold);
margin: 0 0 1.2rem;
}
p { margin: 0 0 1em; }
.lede { font-size: 1.1rem; }
.beta-line {
font-family: 'JetBrains Mono', monospace;
font-size: 0.92rem;
color: var(--gold);
background: var(--bg-raised);
padding: 0.9em 1.1em;
border-radius: 4px;
border-left: 2px solid var(--line);
margin: 1.2em 0;
}
ul.themen { padding-left: 1.2em; margin: 0.6em 0; }
ul.themen li { margin-bottom: 0.4em; }
a.buylink {
display: inline-block;
color: var(--ice);
text-decoration: none;
border: 1px solid var(--line);
padding: 0.6em 1.1em;
border-radius: 4px;
font-size: 0.92rem;
margin-top: 0.5em;
margin-right: 0.6em;
}
a.buylink:hover { background: rgba(102,136,204,0.12); }
a.doi { color: var(--gold); text-decoration: none; border-bottom: 1px dotted var(--gold); }
footer {
padding: 2rem 0 3rem;
font-size: 0.85rem;
color: var(--slate);
}
footer a { color: var(--gold); text-decoration: none; }
</style>
</head>
<body>
<div class="banner">
<div class="langswitch">
<a href="../index.html">DE</a><span>/</span><a href="index.html" class="active">EN</a>
</div>
</div>
<div class="wrap">
<div class="hero">
<img class="cover" src="../assets/cover.jpg" alt="Universalica — book cover">
<div class="hero-text">
<div class="imprint"><a href="https://symbiontart.github.io/verlag-von-bedeutung/en/">Verlag von Bedeutung</a> · Axiomatica Universalis, Vol. I</div>
<h1>Universalica</h1>
<p class="subtitle">The Signal and the Gap</p>
<span class="status">Available</span>
</div>
</div>
<section>
<p class="lede">Axiomatica Universalis shows that 1/f noise (pink noise, β ≈ 1) is not a signal in a medium — it is the optimal attractor for meaningful communication itself.</p>
<div class="beta-line">A(C) = C · (1 − C)</div>
<p>Four ontological axioms. Eight theorems. A universal communication architecture — formalized via MDL semantics and the intentional content measure A(C). The first volume of the series lays the poetic-scientific foundation on which all further volumes build.</p>
</section>
<section>
<h2>Themes</h2>
<ul class="themen">
<li>The Gap — the space of meaning between order and noise</li>
<li>Four axioms, eight theorems</li>
<li>β* as the universal spectral fixed point</li>
<li>From communication theory to cosmology</li>
</ul>
</section>
<section>
<h2>Scientific Papers</h2>
<p>The full paper series (Beyer 2026) is published Open Access on Zenodo under CC BY 4.0.</p>
<p>Main paper: <a class="doi" href="https://doi.org/10.5281/zenodo.20455855">doi:10.5281/zenodo.20455855</a> — "The Universal Language of Meaning"</p>
</section>
<section>
<h2>Available at</h2>
<p><a class="buylink" href="https://www.books2read.com/u/ml1E5A" target="_blank">D2D — Ebook (EN)</a><a class="buylink" href="https://shop.tredition.com/search/cG9ldGljYSB1bml2ZXJzYWxpcw==" target="_blank">Tredition — Print + Ebook (DE)</a></p>
<p style="font-size:0.85rem;color:var(--slate);">ISBN 978-3-384-93309-6</p>
</section>
<footer>
<p>Part of the <a href="https://symbiontart.github.io/verlag-von-bedeutung/en/">Axiomatica Universalis series</a> · Verlag von Bedeutung</p>
<p>Karlo Beyer & Claude · Zürich, Switzerland · 2026</p>
</footer>
</div>
</body>
</html>