Skip to content

Commit 07a7b24

Browse files
committed
Added events and workshpos
1 parent dd491ea commit 07a7b24

File tree

5 files changed

+38
-0
lines changed

5 files changed

+38
-0
lines changed

content/events/event1.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
+++
2+
title = 'ML4ITS 2021 Workshop'
3+
date = 2023-10-15T19:17:52+01:00
4+
draft = false
5+
tags = ["event"]
6+
7+
#lead = "Alfredo V. Clemente, Alessandro Nocente, Massimiliano Ruocco" # Lead text
8+
description = "Example article description"
9+
#categories = ["paper", "2023", "CISBAT"]
10+
lead = "Colocated with ECML-PKDD 2021"
11+
#categories = ["Alfredo V. Clemente", "Alessandro Nocente", "Massimiliano Ruocco"]
12+
thumbnail = "images/ml4its2021.png"
13+
post_meta = ["author","categories", "translations"]
14+
+++
15+
16+
[[Link to the event](https://ml4its.github.io/ml4its2021/)]
17+
[[Link to the proceeding](https://link.springer.com/book/10.1007/978-3-030-93736-2?page=2#toc)]

content/events/event2.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
+++
2+
title = 'ML4ITS 2023 Workshop'
3+
date = 2023-10-15T19:17:52+01:00
4+
draft = false
5+
tags = ["event"]
6+
7+
#lead = "Alfredo V. Clemente, Alessandro Nocente, Massimiliano Ruocco" # Lead text
8+
description = "Example article description"
9+
#categories = ["paper", "2023", "CISBAT"]
10+
lead = "Colocated with ECML-PKDD 2023"
11+
#categories = ["Alfredo V. Clemente", "Alessandro Nocente", "Massimiliano Ruocco"]
12+
thumbnail = "images/ml4its2023.png"
13+
post_meta = ["author","categories", "translations"]
14+
+++
15+
16+
[[Link to the event](https://ml4its.github.io/ml4its2023/)]
17+
[[Link to the proceeding]()]

hugo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,7 @@ theme = 'mainroad'
4343
name = 'Team'
4444
pageRef = '/team'
4545
weight = 4
46+
[[menu.main]]
47+
name = 'Events'
48+
pageRef = '/events'
49+
weight = 4

static/images/ml4its2021.png

857 KB
Loading

static/images/ml4its2023.png

1.11 MB
Loading

0 commit comments

Comments
 (0)