|
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
6 | | -<meta name="description" content="Sheldon K. Salmon — AI Reliability Architect, AGI Systems Designer, Founder of AionSystem. Position statement, work philosophy, contact."> |
| 6 | +<meta name="description" content="Sheldon K. Salmon — AI Reliability Architect, AGI Systems Designer, Founder of AionSystem. Verified Collaborator, ARIA. Member, Foresight Institute. 22 DOIs."> |
7 | 7 | <title>About — Sheldon K. Salmon · AionSystem</title> |
8 | 8 | <link rel="preconnect" href="https://fonts.googleapis.com"> |
9 | 9 | <link href="https://fonts.googleapis.com/css2?family=Share+Tech+Mono&family=Barlow+Condensed:ital,wght@0,300;0,400;0,600;0,700;0,900;1,300&family=Crimson+Pro:ital,wght@0,300;0,400;0,600;1,300;1,400&family=JetBrains+Mono:wght@300;400;500;700&display=swap" rel="stylesheet"> |
|
174 | 174 | .statement { font-family: var(--sans); font-size: 20px; font-weight: 300; font-style: italic; color: var(--text); line-height: 1.65; margin-bottom: 32px; max-width: 620px; } |
175 | 175 | .statement strong { font-weight: 700; font-style: normal; color: var(--amber-l); text-shadow: 0 0 5px var(--amber); } |
176 | 176 |
|
| 177 | +.affiliation-strip { |
| 178 | + display: flex; |
| 179 | + flex-wrap: wrap; |
| 180 | + gap: 12px; |
| 181 | + margin-bottom: 28px; |
| 182 | + max-width: 620px; |
| 183 | +} |
| 184 | +.affiliation-pill { |
| 185 | + background: rgba(0,212,255,0.06); |
| 186 | + border: 1px solid var(--border); |
| 187 | + padding: 8px 16px; |
| 188 | + border-radius: 30px; |
| 189 | + font-family: var(--mono); |
| 190 | + font-size: 11px; |
| 191 | + color: var(--cyan); |
| 192 | + letter-spacing: 0.5px; |
| 193 | + white-space: nowrap; |
| 194 | + display: flex; |
| 195 | + align-items: center; |
| 196 | + gap: 6px; |
| 197 | + transition: all 0.3s var(--ease); |
| 198 | +} |
| 199 | +.affiliation-pill:hover { |
| 200 | + border-color: var(--cyan); |
| 201 | + box-shadow: 0 0 15px rgba(0,212,255,0.3); |
| 202 | + background: rgba(0,212,255,0.1); |
| 203 | +} |
| 204 | +.affiliation-pill.amber { |
| 205 | + border-color: rgba(240,165,0,0.3); |
| 206 | + color: var(--amber); |
| 207 | + background: rgba(240,165,0,0.05); |
| 208 | +} |
| 209 | +.affiliation-pill.amber:hover { |
| 210 | + border-color: var(--amber); |
| 211 | + box-shadow: 0 0 15px rgba(240,165,0,0.3); |
| 212 | + background: rgba(240,165,0,0.1); |
| 213 | +} |
| 214 | +.affiliation-dot { |
| 215 | + width: 6px; |
| 216 | + height: 6px; |
| 217 | + border-radius: 50%; |
| 218 | + background: currentColor; |
| 219 | + box-shadow: 0 0 6px currentColor; |
| 220 | +} |
| 221 | + |
| 222 | +.doi-badge { |
| 223 | + display: inline-flex; |
| 224 | + align-items: center; |
| 225 | + gap: 8px; |
| 226 | + background: rgba(212,175,55,0.1); |
| 227 | + border: 1px solid var(--gold); |
| 228 | + padding: 6px 14px; |
| 229 | + border-radius: 6px; |
| 230 | + font-family: var(--mono); |
| 231 | + font-size: 12px; |
| 232 | + color: var(--gold); |
| 233 | + margin-bottom: 28px; |
| 234 | + text-shadow: 0 0 5px var(--gold); |
| 235 | + box-shadow: 0 0 15px rgba(212,175,55,0.2); |
| 236 | + max-width: 620px; |
| 237 | +} |
| 238 | + |
177 | 239 | .body-block { margin-bottom: 32px; max-width: 620px; } |
178 | 240 | .body-block p { font-family: var(--sans); font-size: 17px; font-weight: 300; color: var(--muted); line-height: 1.8; } |
179 | 241 | .body-block p + p { margin-top: 14px; } |
|
263 | 325 | <div class="eyebrow">// The Architect</div> |
264 | 326 | <h1>Sheldon K.<em>Salmon</em></h1> |
265 | 327 | <div class="title-line">AI Reliability Architect · AGI Systems Designer · New York</div> |
| 328 | + |
| 329 | + <!-- NEW: Affiliation Pills & DOI Badge --> |
| 330 | + <div class="affiliation-strip"> |
| 331 | + <span class="affiliation-pill amber"> |
| 332 | + <span class="affiliation-dot"></span> Member, Foresight Institute (Computation & Health Extension) |
| 333 | + </span> |
| 334 | + <span class="affiliation-pill"> |
| 335 | + <span class="affiliation-dot"></span> Verified Collaborator, ARIA (Neurotechnologies) |
| 336 | + </span> |
| 337 | + </div> |
| 338 | + <div class="doi-badge"> |
| 339 | + ◈ 22 Registered DOIs — Citable Research Record |
| 340 | + </div> |
| 341 | + |
266 | 342 | <div class="rule"></div> |
267 | 343 |
|
268 | 344 | <p class="statement"> |
@@ -333,6 +409,27 @@ <h3>Identity</h3> |
333 | 409 | </div> |
334 | 410 | </div> |
335 | 411 |
|
| 412 | + <!-- NEW: Credentials Card --> |
| 413 | + <div class="sidebar-card tilt-card"> |
| 414 | + <h3>Credentials</h3> |
| 415 | + <div class="data-row"> |
| 416 | + <span class="data-key">Research Record</span> |
| 417 | + <span class="data-val gold">22 DOIs — all publicly archived</span> |
| 418 | + </div> |
| 419 | + <div class="data-row"> |
| 420 | + <span class="data-key">Foresight Institute</span> |
| 421 | + <span class="data-val">Computation Group · Health Extension Group</span> |
| 422 | + </div> |
| 423 | + <div class="data-row"> |
| 424 | + <span class="data-key">ARIA Programme</span> |
| 425 | + <span class="data-val">Verified Collaborator — Massively Scalable Neurotech</span> |
| 426 | + </div> |
| 427 | + <div class="data-row"> |
| 428 | + <span class="data-key">GitHub</span> |
| 429 | + <span class="data-val">9 brain repos · 2,040+ files · 60+ frameworks</span> |
| 430 | + </div> |
| 431 | + </div> |
| 432 | + |
336 | 433 | <div class="sidebar-card tilt-card"> |
337 | 434 | <h3>Stack Convergence</h3> |
338 | 435 | <div class="badge-strip"> |
|
0 commit comments