-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
130 lines (118 loc) · 6.9 KB
/
index.html
File metadata and controls
130 lines (118 loc) · 6.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ResAI 2026 - Resilience and AI Workshop - Call for Papers</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
</head>
<body class="bg-light">
<div class="container py-5">
<!-- Header -->
<header class="text-center mb-5">
<div class="container mb-5">
<div class="row">
<div class="col">
<img style="height: 50px;" src="https://scads.ai/wp-content/themes/scads2023/assets/images/logo.png">
</div>
<div class="col">
<img style="height: 50px;" src="https://tu-dresden.de/++theme++tud.theme.webcms2/img/tud_claim_2025.svg">
</div>
<div class="col">
<img style="height: 50px;" src="https://informatik2026.converve.io/upload/template/logo.png">
</div>
</div>
</div>
<h1 class="display-5 fw-bold text-dark">Resilience and AI Workshop</h1>
<h4>ResAI 2026</h4>
<p class="lead text-muted">Co-occurring with <a href="https://informatik2026.converve.io/programmuebersicht.html?params%5Bevent_id%5D=1¶ms%5Bday%5D=2026-09-24#">Informatik Festival 2026</a>, Dresden, Germany</p>
<p class="text-muted">September 24th 09:00-13:00</p>
<p class="badge bg-secondary">English Language</p>
</header>
<!-- Main Content -->
<main class="row justify-content-center">
<div class="col-lg-8">
<!-- Introduction -->
<section class="mb-5">
<p class="lead">
Artificial intelligence is rapidly reshaping how systems adapt, recover, and thrive under uncertainty. From managing crises to enabling sustainable innovation, AI can be a powerful driver of resilience,</br>but it can also become a source of new fragilities.
</p>
<p class="lead">
This workshop explores how AI technologies can both strengthen and challenge resilience across technical, social, and environmental domains. We invite all submission including but not limited to strategies, tools, and frameworks that utilize artificial intelligence to improve resiliency, as well as ways to enhance the resiliency of AI itself.
</p>
<div id="topics-of-interest">
<h3 class="h4 mb-3">Topics of Interest</h3>
<div class="row">
<div class="col-md-6">
<ul class="list-unstyled">
<li class="mb-2"><strong>AI-Enhanced System Resilience:</strong> Applications in critical infrastructure, disaster response, and emergency management</li>
<li class="mb-2"><strong>Robust AI Systems:</strong> Building resilient algorithms and mitigating algorithmic fragility and bias</li>
<li class="mb-2"><strong>Infrastructure Resilience:</strong> Protecting AI infrastructure and ensuring cybersecurity in critical systems</li>
</ul>
</div>
<div class="col-md-6">
<ul class="list-unstyled">
<li class="mb-2"><strong>Governance & Ethics:</strong> Frameworks for responsible AI deployment in fragile contexts</li>
<li class="mb-2"><strong>Human-AI Collaboration:</strong> Designing collaborative systems that maintain human oversight</li>
<li class="mb-2"><strong>Environmental Applications:</strong> AI for climate adaptation, sustainable development, and ecosystem protection</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Workshop Chairs -->
<section class="mb-5">
<h2 class="h3 mb-3">Workshop Chairs</h2>
<ul class="list-group list-group-flush">
<li class="list-group-item">Dr. Siavash Ghiasvand</li>
<li class="list-group-item">Dr. Iryna Okhrin</li>
</ul>
</section>
<!-- Important Dates -->
<section class="mb-5">
<h2 class="h3 mb-3">Important Dates</h2>
<ul class="list-group list-group-flush">
<li class="list-group-item d-flex justify-content-between align-items-center">
Submission deadline
<span class="badge bg-primary">07.05.2026</span>
</li>
<li class="list-group-item d-flex justify-content-between align-items-center">
Author notification
<span class="badge bg-secondary">01.07.2026</span>
</li>
<li class="list-group-item d-flex justify-content-between align-items-center">
Camera-ready
<span class="badge bg-secondary">12.07.2026</span>
</li>
</ul>
</section>
<!-- Submission Information -->
<section class="mb-5">
<h2 class="h3 mb-3">Submission Information</h2>
<ul class="list-group list-group-flush mb-3">
<li class="list-group-item">All submission should be in English</li>
<li class="list-group-item">Papers should be submitted as a single <strong>PDF</strong> compiled from <strong>LaTeX</strong> using the <strong>LNI</strong> template:
<a href="https://mirrors.ctan.org/macros/latex/contrib/lni.zip" target="_blank">zip archive</a> ,
<a href="https://www.overleaf.com/latex/templates/template-for-lecture-notes-in-informatics-lni-manuscripts/hydnrjckjwrp" target="_blank">Overleaf</a>
</li>
<li class="list-group-item">Proceedings will be published in <a href="https://gi.de/service/publikationen/lni" target="_blank">GI-Edition: Lecture Notes in Informatics</a></li>
<li class="list-group-item">This workshop has a <strong>double-blind</strong> review process.</li>
<li class="list-group-item text-danger"><strong>VERY IMPORTANT:</strong> The LaTeX source must be also submitted at the time of submission</li>
<li class="list-group-item">The Latex source must be uploaded as a ZIP file containing all relevant files and should be compilable.</li>
</ul>
<div class="text-center mb-5">
<a type="button" href="https://www.conftool.org/informatik2026/index.php?page=newPaper&form_contributiontypeID=31&newpaper=true"
class="btn btn-success btn-lg btn-block" target="_blank">
Submit Paper
</a>
</div>
</section>
<!-- Footer -->
<footer class="text-center text-muted small mt-5 pt-3 border-top">
<p>ResAI Workshop | Co-occurring with Informatik Festival 2026 | Dresden, Germany</p>
</footer>
</div>
</main>
</div>
</body>
</html>