Skip to content

Commit 6f863a2

Browse files
committed
Add new publications and updates for Emergence-as-Code and Rasmussen Simplex in index.html and localization files. Enhance content in both English and Russian to reflect recent research contributions and their significance.
1 parent 35fc864 commit 6f863a2

3 files changed

Lines changed: 54 additions & 0 deletions

File tree

assets/i18n/en.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,14 @@
8989
"publications": {
9090
"title": "Publications",
9191
"items": {
92+
"emergenceAsCode": {
93+
"title": "Emergence-as-Code for Self-Governing Reliable Systems",
94+
"text": "Introduces Emergence-as-Code (EmaC), a framework that makes user-journey reliability explicit and governable by connecting journey intent, SLO evidence, and control-plane policies in a Git-based workflow."
95+
},
96+
"rasmussenSimplex": {
97+
"title": "Toward Operationalizing Rasmussen: Drift Observability on the Simplex for Evolving Systems",
98+
"text": "Proposes drift observability on the simplex with Aitchison geometry, enabling coordinate-invariant early-warning signals and boundary-proximity tracking for evolving socio-technical systems."
99+
},
92100
"asyncSemantics": {
93101
"title": "Evaluating Asynchronous Semantics in Trace-Discovered Resilience Models: A Case Study on the OpenTelemetry Demo",
94102
"text": "Extends the experimental validation of the model discovery concept to a new system (the OpenTelemetry Demo) and a new grain of complexity (asynchronous semantics), comparing the trace-derived model against live chaos experiments."
@@ -114,6 +122,16 @@
114122
"updates": {
115123
"title": "Updates",
116124
"items": {
125+
"emergenceAsCode": {
126+
"date": "February 2026",
127+
"title": "Emergence-as-Code preprint",
128+
"text": "Published the preprint “Emergence-as-Code for Self-Governing Reliable Systems” (arXiv:2602.05458), outlining a journey-level reliability governance model."
129+
},
130+
"rasmussenSimplex": {
131+
"date": "February 2026",
132+
"title": "Drift observability preprint",
133+
"text": "Published “Toward Operationalizing Rasmussen: Drift Observability on the Simplex for Evolving Systems” (arXiv:2602.05483), introducing simplex-based drift monitoring under architectural churn."
134+
},
117135
"aina": {
118136
"date": "January 2026",
119137
"title": "Refining Resilience Model Discovery: A Case Study on the Limited Role of Asynchronous Edges in the OpenTelemetry Demo",

assets/i18n/ru.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,14 @@
8989
"publications": {
9090
"title": "Публикации",
9191
"items": {
92+
"emergenceAsCode": {
93+
"title": "Emergence-as-Code for Self-Governing Reliable Systems",
94+
"text": "Предлагает концепцию Emergence-as-Code (EmaC), где надёжность пользовательских сценариев задаётся декларативно и управляется через intent, SLO-свидетельства и политики control plane в Git-процессе."
95+
},
96+
"rasmussenSimplex": {
97+
"title": "Toward Operationalizing Rasmussen: Drift Observability on the Simplex for Evolving Systems",
98+
"text": "Предлагает наблюдаемость дрейфа на симплексе с геометрией Айтчисона, чтобы инвариантно отслеживать ранние сигналы деградации и близость к границе безопасной работы в эволюционирующих социотехнических системах."
99+
},
92100
"asyncSemantics": {
93101
"title": "Evaluating Asynchronous Semantics in Trace-Discovered Resilience Models: A Case Study on the OpenTelemetry Demo",
94102
"text": "Расширяет экспериментальную валидацию концепции Model Discovery на новую систему (OpenTelemetry Demo) и новый уровень сложности (асинхронная семантика), сравнивая модель, полученную из трасс, с живыми хаос-экспериментами."
@@ -114,6 +122,16 @@
114122
"updates": {
115123
"title": "Обновления",
116124
"items": {
125+
"emergenceAsCode": {
126+
"date": "Февраль 2026",
127+
"title": "Препринт Emergence-as-Code",
128+
"text": "Опубликовали препринт «Emergence-as-Code for Self-Governing Reliable Systems» (arXiv:2602.05458), где описали модель управления надёжностью пользовательских сценариев."
129+
},
130+
"rasmussenSimplex": {
131+
"date": "Февраль 2026",
132+
"title": "Препринт по наблюдаемости дрейфа",
133+
"text": "Опубликовали «Toward Operationalizing Rasmussen: Drift Observability on the Simplex for Evolving Systems» (arXiv:2602.05483) с симплексным подходом к мониторингу дрейфа при эволюции архитектуры."
134+
},
117135
"aina": {
118136
"date": "Январь 2026",
119137
"title": "Refining Resilience Model Discovery: A Case Study on the Limited Role of Asynchronous Edges in the OpenTelemetry Demo",

index.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,14 @@ <h3 data-i18n="projects.cards.sheaft.title"></h3>
121121
<div class="container">
122122
<h2 class="section-title" data-i18n="publications.title"></h2>
123123
<ul>
124+
<li>
125+
<a href="https://www.alphaxiv.org/abs/2602.05458" target="_blank" rel="noopener noreferrer" data-i18n="publications.items.emergenceAsCode.title"></a>
126+
<p data-i18n="publications.items.emergenceAsCode.text"></p>
127+
</li>
128+
<li>
129+
<a href="https://www.alphaxiv.org/abs/2602.05483" target="_blank" rel="noopener noreferrer" data-i18n="publications.items.rasmussenSimplex.title"></a>
130+
<p data-i18n="publications.items.rasmussenSimplex.text"></p>
131+
</li>
124132
<li>
125133
<a href="https://www.alphaxiv.org/abs/2512.12314" target="_blank" rel="noopener noreferrer" data-i18n="publications.items.asyncSemantics.title"></a>
126134
<p data-i18n="publications.items.asyncSemantics.text"></p>
@@ -154,6 +162,16 @@ <h2 class="section-title" data-i18n="demo.title"></h2>
154162
<div class="container">
155163
<h2 class="section-title" data-i18n="updates.title"></h2>
156164
<div class="updates-grid">
165+
<article class="update-card">
166+
<span class="update-date" data-i18n="updates.items.emergenceAsCode.date"></span>
167+
<h3 class="update-title" data-i18n="updates.items.emergenceAsCode.title"></h3>
168+
<p class="update-text" data-i18n="updates.items.emergenceAsCode.text"></p>
169+
</article>
170+
<article class="update-card">
171+
<span class="update-date" data-i18n="updates.items.rasmussenSimplex.date"></span>
172+
<h3 class="update-title" data-i18n="updates.items.rasmussenSimplex.title"></h3>
173+
<p class="update-text" data-i18n="updates.items.rasmussenSimplex.text"></p>
174+
</article>
157175
<article class="update-card">
158176
<span class="update-date" data-i18n="updates.items.aina.date"></span>
159177
<h3 class="update-title" data-i18n="updates.items.aina.title"></h3>

0 commit comments

Comments
 (0)