Skip to content

Commit

Permalink
Merge pull request #73 from eMoflon/feature/ibex-tgg-eol-notice
Browse files Browse the repository at this point in the history
Adds a discontinuation note to IBeX-TGG
  • Loading branch information
maxkratz authored Oct 8, 2024
2 parents 54b7b5d + 1983605 commit fda6a3c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 5 additions & 1 deletion content/ibex/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "eMoflon::IBeX"
date: 2023-01-30
date: 2024-10-08
draft: false
---

Expand Down Expand Up @@ -45,6 +45,10 @@ Besides that, you can also use **eMoflon::IBeX-GT** to search for patterns in a
___
## eMoflon::IBeX-TGG

{{< notice warning >}}
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.
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.
Expand Down
1 change: 1 addition & 0 deletions themes/hugo-notice
Submodule hugo-notice added at 40327a

0 comments on commit fda6a3c

Please sign in to comment.