Skip to content

Commit a688c74

Browse files
committed
Add new publication and update entry for async resilience in index.html and localization files. Include details for asynchronous semantics in publications and updates sections, enhancing content for both English and Russian users.
2 parents 03594c9 + b86dccb commit a688c74

3 files changed

Lines changed: 27 additions & 0 deletions

File tree

assets/i18n/en.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@
8888
"publications": {
8989
"title": "Publications",
9090
"items": {
91+
"asyncSemantics": {
92+
"title": "Evaluating Asynchronous Semantics in Trace-Discovered Resilience Models: A Case Study on the OpenTelemetry Demo",
93+
"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."
94+
},
9195
"uncertainty": {
9296
"title": "Measuring Uncertainty in Transformer Circuits with Effective Information Consistency",
9397
"text": "This paper introduces the Effective-Information Consistency Score to quantify uncertainty in Transformer Circuits. This white-box, single-pass metric helps attribute uncertainty to specific mechanisms within LLMs."
@@ -105,6 +109,11 @@
105109
"updates": {
106110
"title": "Updates",
107111
"items": {
112+
"asyncResilience": {
113+
"date": "December 2025",
114+
"title": "Async resilience preprint",
115+
"text": "Extended our experimental validation of the model discovery concept to the OpenTelemetry Demo, incorporating asynchronous semantics as an additional complexity grain."
116+
},
108117
"icse": {
109118
"date": "December 2025",
110119
"title": "ICSE 2026 NIER acceptance",

assets/i18n/ru.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@
8888
"publications": {
8989
"title": "Публикации",
9090
"items": {
91+
"asyncSemantics": {
92+
"title": "Оценка асинхронной семантики в моделях устойчивости, выявленных по трассам: кейс OpenTelemetry Demo",
93+
"text": "Расширяет экспериментальную валидацию концепции выявления моделей на новую систему (OpenTelemetry Demo) и новый уровень сложности (асинхронная семантика), сравнивая модель, полученную из трасс, с живыми хаос-экспериментами."
94+
},
9195
"uncertainty": {
9296
"title": "Измерение неопределённости в трансформерных схемах с помощью согласованности Effective Information",
9397
"text": "В статье представлен показатель согласованности Effective Information для измерения неопределённости в трансформерных схемах. Эта прозрачная однопроходная метрика помогает связывать неопределённость с конкретными механизмами внутри LLM."
@@ -105,6 +109,11 @@
105109
"updates": {
106110
"title": "Обновления",
107111
"items": {
112+
"asyncResilience": {
113+
"date": "Декабрь 2025",
114+
"title": "Препринт об асинхронной устойчивости",
115+
"text": "Расширили экспериментальную проверку концепции выявления моделей на OpenTelemetry Demo, добавив асинхронную семантику как дополнительный уровень сложности."
116+
},
108117
"icse": {
109118
"date": "Декабрь 2025",
110119
"title": "Принято в ICSE 2026 NIER",

index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,10 @@ <h3 data-i18n="projects.cards.sheaft.title"></h3>
120120
<div class="container">
121121
<h2 class="section-title" data-i18n="publications.title"></h2>
122122
<ul>
123+
<li>
124+
<a href="https://www.alphaxiv.org/abs/2512.12314" target="_blank" rel="noopener noreferrer" data-i18n="publications.items.asyncSemantics.title"></a>
125+
<p data-i18n="publications.items.asyncSemantics.text"></p>
126+
</li>
123127
<li>
124128
<a href="https://www.alphaxiv.org/abs/2509.07149" target="_blank" rel="noopener noreferrer" data-i18n="publications.items.uncertainty.title"></a>
125129
<p data-i18n="publications.items.uncertainty.text"></p>
@@ -140,6 +144,11 @@ <h2 class="section-title" data-i18n="publications.title"></h2>
140144
<div class="container">
141145
<h2 class="section-title" data-i18n="updates.title"></h2>
142146
<div class="updates-grid">
147+
<article class="update-card">
148+
<span class="update-date" data-i18n="updates.items.asyncResilience.date"></span>
149+
<h3 class="update-title" data-i18n="updates.items.asyncResilience.title"></h3>
150+
<p class="update-text" data-i18n="updates.items.asyncResilience.text"></p>
151+
</article>
143152
<article class="update-card">
144153
<span class="update-date" data-i18n="updates.items.icse.date"></span>
145154
<h3 class="update-title" data-i18n="updates.items.icse.title"></h3>

0 commit comments

Comments
 (0)