Skip to content

Commit 1d1b0e0

Browse files
committed
Added a page about MISS ABMS
1 parent ffe17f4 commit 1d1b0e0

8 files changed

Lines changed: 47 additions & 32 deletions

File tree

docusaurus.config.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ const config = {
112112
},
113113
{to: '/blog', label: 'Blog', position: 'left'},
114114
{to: '/download', label: 'Download', position: 'left'},
115+
{ to: "/missabms", label: "MISS ABMS 2026", position: "right" },
115116
{
116117
href: 'https://github.com/cormas/cormas',
117118
label: 'GitHub',
@@ -169,6 +170,14 @@ const config = {
169170
darkTheme: prismThemes.dracula,
170171
additionalLanguages: ['smalltalk'],
171172
},
173+
announcementBar: {
174+
id: "missabms-2026",
175+
content:
176+
'🎓 <strong>MISS ABMS 2026</strong> · 15–26 June · Montpellier — <a href="/missabms"><strong>See details →</strong></a>',
177+
backgroundColor: "#1E6E2B", // dark green
178+
textColor: "#FFFFFF",
179+
isCloseable: true,
180+
},
172181
}),
173182
};
174183

src/css/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727
--ifm-color-primary-lighter: #32d8b4;
2828
--ifm-color-primary-lightest: #4fddbf;
2929
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
30-
}
30+
}

src/pages/index.js

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -172,37 +172,6 @@ export default function Home() {
172172
</div>
173173
</article>
174174
</div>
175-
176-
177-
<section className={styles.section}>
178-
<h2>Summer School</h2>
179-
<p style={{fontSize: 16, margin: '0 auto 24px', opacity: 0.85}}>
180-
<strong>MISSABMS 2026</strong>, the multi-platform training course on ABM will take place <strong>from 15 to 26 June 2026</strong>. <br />
181-
182-
MISS-ABMS = Multi-platform International Summer School on Agent-Based Modelling & Simulation for renewable resources management. <br /> <br />
183-
184-
By taking part in this course, you will gain a modelling culture and learn the different skills required for building agent-based models (ABMs) applied to sociological, ecological, or socio-ecological systems. <br />
185-
186-
Key points <br />
187-
188-
· MISS-ABMS is multi-cultural in terms of background and nationalities of the trainers and participants <br />
189-
190-
· MISS-ABMS promotes a collaborative practice of modelling and simulation <br />
191-
192-
· MISS-ABMS is multi-platform: Cormas, Gama and NetLogo <br />
193-
194-
· MISS-ABMS presents the different stages of an ABM process, with a focus on model design and implementation <br />
195-
196-
· MISS-ABMS offers a significant time for group work to design and implement an ABM <br /> <br />
197-
198-
Further information can be found <a href="https://www.agropolis.fr/MISSABMS" target="_blank" title="here">here</a> <br />
199-
200-
The application form is <a href="https://www.agropolis.fr/MISS-ABMS-APPLICATION-FORM" target="_blank" title="here">here</a>
201-
202-
203-
</p>
204-
205-
206175
</section>
207176

208177
{/* CTA BAND */}

src/pages/missabms/img/hero.png

2.97 MB
Loading

src/pages/missabms/img/image1.png

1020 KB
Loading

src/pages/missabms/img/image2.png

1.09 MB
Loading

src/pages/missabms/img/logo.png

274 KB
Loading

src/pages/missabms/index.mdx

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
slug: /missabms
3+
title: MISS ABMS Summer School 2026
4+
description: Multi-platform International Summer School on Agent-Based Modelling and Simulation (MISS ABMS) - Montpellier, 15-26 June 2026.
5+
---
6+
7+
import Link from "@docusaurus/Link";
8+
import hero from "./img/hero.png";
9+
import image1 from "./img/image1.png";
10+
import image2 from "./img/image2.png";
11+
12+
# MISS ABMS Summer School 2026
13+
14+
The **Multi-platform International Summer School on Agent-Based Modelling & Simulation for renewable resources management** will take place in **Montpellier (France)** from **15 to 26 June 2026**.
15+
16+
<img
17+
src={hero}
18+
alt="MISS ABMS - summer school in Montpellier"
19+
style={{ width: "100%", borderRadius: 12, margin: "1rem 0" }}
20+
/>
21+
22+
## Key dates
23+
- **Summer School:** 15-26 June 2026
24+
- **Pre-registration questionnaire:** open until **April 15, 2026**
25+
- **Venue:** Agropolis International, Montpellier
26+
27+
<div style={{ display: "grid", gridTemplateColumns: "repeat(auto-fit, minmax(240px, 1fr))", gap: 16, margin: "2rem 0" }}>
28+
<img src={image1} style={{ width: "100%", borderRadius: 12 }} />
29+
<img src={image2} style={{ width: "100%", borderRadius: 12 }} />
30+
</div>
31+
32+
## Why this matters for the Cormas community
33+
MISS ABMS is one of the key training events around agent-based modeling and participatory simulation, with a strong connection to the Cormas ecosystem.
34+
35+
## Apply and official information
36+
- Official page: <Link to="https://www.agropolis.fr/MISSABMS">agropolis.fr/MISSABMS</Link>
37+
- Contact: <Link to="mailto:[email protected]">[email protected]</Link>

0 commit comments

Comments
 (0)