diff --git a/content/events/event1.md b/content/events/event1.md new file mode 100644 index 0000000..611b567 --- /dev/null +++ b/content/events/event1.md @@ -0,0 +1,17 @@ ++++ +title = 'ML4ITS 2021 Workshop' +date = 2023-10-15T19:17:52+01:00 +draft = false +tags = ["event"] + +#lead = "Alfredo V. Clemente, Alessandro Nocente, Massimiliano Ruocco" # Lead text +description = "Example article description" +#categories = ["paper", "2023", "CISBAT"] +lead = "Colocated with ECML-PKDD 2021" +#categories = ["Alfredo V. Clemente", "Alessandro Nocente", "Massimiliano Ruocco"] +thumbnail = "images/ml4its2021.png" +post_meta = ["author","categories", "translations"] ++++ + +[[Link to the event](https://ml4its.github.io/ml4its2021/)] +[[Link to the proceeding](https://link.springer.com/book/10.1007/978-3-030-93736-2?page=2#toc)] diff --git a/content/events/event2.md b/content/events/event2.md new file mode 100644 index 0000000..f9cbca1 --- /dev/null +++ b/content/events/event2.md @@ -0,0 +1,17 @@ ++++ +title = 'ML4ITS 2023 Workshop' +date = 2023-10-15T19:17:52+01:00 +draft = false +tags = ["event"] + +#lead = "Alfredo V. Clemente, Alessandro Nocente, Massimiliano Ruocco" # Lead text +description = "Example article description" +#categories = ["paper", "2023", "CISBAT"] +lead = "Colocated with ECML-PKDD 2023" +#categories = ["Alfredo V. Clemente", "Alessandro Nocente", "Massimiliano Ruocco"] +thumbnail = "images/ml4its2023.png" +post_meta = ["author","categories", "translations"] ++++ + +[[Link to the event](https://ml4its.github.io/ml4its2023/)] +[[Link to the proceeding]()] \ No newline at end of file diff --git a/hugo.toml b/hugo.toml index 9c4324a..f3a4593 100644 --- a/hugo.toml +++ b/hugo.toml @@ -43,3 +43,7 @@ theme = 'mainroad' name = 'Team' pageRef = '/team' weight = 4 +[[menu.main]] + name = 'Events' + pageRef = '/events' + weight = 4 diff --git a/static/images/ml4its2021.png b/static/images/ml4its2021.png new file mode 100644 index 0000000..4f3e9cd Binary files /dev/null and b/static/images/ml4its2021.png differ diff --git a/static/images/ml4its2023.png b/static/images/ml4its2023.png new file mode 100644 index 0000000..d911989 Binary files /dev/null and b/static/images/ml4its2023.png differ