From a0b09315ecaa330ae2a4964c730218a9d52b872c Mon Sep 17 00:00:00 2001 From: Max Kratz Date: Tue, 8 Oct 2024 11:13:54 +0200 Subject: [PATCH 1/3] Adds IBeX TGG discontinuation warning --- .gitmodules | 3 +++ config.yaml | 2 +- content/ibex/index.md | 6 +++++- themes/hugo-notice | 1 + 4 files changed, 10 insertions(+), 2 deletions(-) create mode 160000 themes/hugo-notice diff --git a/.gitmodules b/.gitmodules index 9ea8f57..dbc46c5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "themes/hugo-cloak-email"] path = themes/hugo-cloak-email url = https://github.com/martignoni/hugo-cloak-email.git +[submodule "themes/hugo-notice"] + path = themes/hugo-notice + url = https://github.com/martignoni/hugo-notice.git diff --git a/config.yaml b/config.yaml index 5061043..bfda9dd 100644 --- a/config.yaml +++ b/config.yaml @@ -2,7 +2,7 @@ baseURL: https://emoflon.org languageCode: en-us defaultContentLanguage: en title: eMoflon Project Site -theme: ["hugo-cloak-email", "cayman-hugo-theme"] +theme: ["hugo-cloak-email", "hugo-notice", "cayman-hugo-theme"] # Syntax highlighting pygmentsCodefences: true diff --git a/content/ibex/index.md b/content/ibex/index.md index 6980e0e..9069fdc 100644 --- a/content/ibex/index.md +++ b/content/ibex/index.md @@ -1,6 +1,6 @@ --- title: "eMoflon::IBeX" -date: 2023-01-30 +date: 2024-10-08 draft: false --- @@ -45,6 +45,10 @@ Besides that, you can also use **eMoflon::IBeX-GT** to search for patterns in a ___ ## eMoflon::IBeX-TGG +{{< notice warning >}} +eMoflon::IBeX-TGG was discontinued in 2024. +{{< /notice >}} + **Triple Graph Grammars (TGGs)** are a declarative and rule-based technique to specify bidirectional model transformations. Basically, this means that **TGGs** are used to express a consistency relationship between two models. This relationship in the form of a set of grammar rules is then automatically transformed to obtain different consistency restoring operations such as translators or synchronizers. diff --git a/themes/hugo-notice b/themes/hugo-notice new file mode 160000 index 0000000..40327ac --- /dev/null +++ b/themes/hugo-notice @@ -0,0 +1 @@ +Subproject commit 40327ac00cc4960bf85c26c3ab11c9c5725e6968 From 17039aaf19bfdfdbacc0ef3f2f5bcfde87fac17d Mon Sep 17 00:00:00 2001 From: Max Kratz Date: Tue, 8 Oct 2024 11:24:00 +0200 Subject: [PATCH 2/3] Updates the discontinuation warning (clarification) --- content/ibex/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ibex/index.md b/content/ibex/index.md index 9069fdc..51c28b0 100644 --- a/content/ibex/index.md +++ b/content/ibex/index.md @@ -46,7 +46,7 @@ ___ ## eMoflon::IBeX-TGG {{< notice warning >}} -eMoflon::IBeX-TGG was discontinued in 2024. +The development of eMoflon::IBeX-TGG was discontinued in 2024. {{< /notice >}} **Triple Graph Grammars (TGGs)** are a declarative and rule-based technique to specify bidirectional model transformations. From aa8637f98d8aac35c6cdb94a90067aee09b9df8c Mon Sep 17 00:00:00 2001 From: Max Kratz Date: Tue, 8 Oct 2024 16:21:21 +0200 Subject: [PATCH 3/3] GIPS Festschrift paper: tmp fix for the URL --- content/publications/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/publications/index.md b/content/publications/index.md index 1b2538a..018f69b 100644 --- a/content/publications/index.md +++ b/content/publications/index.md @@ -12,7 +12,9 @@ If you are using or have used **eMoflon** in a project, publication, lecture, or ### 2024 -- [**"Generating Training Data Sets for Machine Learning Approaches with GIPS"**](https://link.springer.com/chapter/10.1007/978-3-031-71874-8_9).\ + + +- [**"Generating Training Data Sets for Machine Learning Approaches with GIPS"**](https://doi.org/10.1007/978-3-031-71874-8).\ Maximilian Kratz, Sebastian Ehmes, Marco Volle, Andy Schürr. - [**"Using Application Conditions to Rank Graph Transformations for Graph Repair"**](https://doi.org/10.1007/978-3-031-64285-2_8).\ Lars Fritsche, Alexander Lauer, Andy Schürr, Gabriele Taentzer.