Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkratz committed Oct 8, 2024
1 parent 0cfa458 commit f0309c3
Show file tree
Hide file tree
Showing 4 changed files with 140 additions and 17 deletions.
8 changes: 4 additions & 4 deletions contact/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,16 +91,16 @@ <h2 class="project-tagline">
<h1>Contact</h1>
<p>You can send us an
<style>
#span-c9f172b8.cloaked-e-mail:before {
#span-bcdb198e.cloaked-e-mail:before {
content:attr(data-domain) "\0040" attr(data-user);
unicode-bidi:bidi-override;
direction:rtl;
}
</style>
&#32;<span class="cloaked-e-mail" data-user="tcatnoc" data-domain="gro.nolfome" id="span-c9f172b8"></span>&#32;
&#32;<span class="cloaked-e-mail" data-user="tcatnoc" data-domain="gro.nolfome" id="span-bcdb198e"></span>&#32;

<script id="script-c9f172b8">
var scriptTag = document.getElementById("script-c9f172b8");
<script id="script-bcdb198e">
var scriptTag = document.getElementById("script-bcdb198e");
var link = document.createElement("a");
var address = "tcatnoc".split('').reverse().join('') + "@" + "gro.nolfome".split('').reverse().join('') + "?" + "egapbew gro.nolfome eht morf egasseM=tcejbus".split('').reverse().join('');
link.href = "mailto" + ":" + address;
Expand Down
123 changes: 123 additions & 0 deletions ibex/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,129 @@ <h3 id="feature-overview-1">Feature Overview</h3>
</ul>
<hr>
<h2 id="emoflonibex-tgg">eMoflon::IBeX-TGG</h2>
<style type="text/css">

.notice {
--title-color: #fff;
--title-background-color: #6be;
--content-color: #444;
--content-background-color: #e7f2fa;
}

.notice.info {
--title-background-color: #fb7;
--content-background-color: #fec;
}

.notice.tip {
--title-background-color: #5a5;
--content-background-color: #efe;
}

.notice.warning {
--title-background-color: #c33;
--content-background-color: #fee;
}


@media (prefers-color-scheme:dark) {
.notice {
--title-color: #fff;
--title-background-color: #069;
--content-color: #ddd;
--content-background-color: #023;
}

.notice.info {
--title-background-color: #a50;
--content-background-color: #420;
}

.notice.tip {
--title-background-color: #363;
--content-background-color: #121;
}

.notice.warning {
--title-background-color: #800;
--content-background-color: #400;
}
}

body.dark .notice {
--title-color: #fff;
--title-background-color: #069;
--content-color: #ddd;
--content-background-color: #023;
}

body.dark .notice.info {
--title-background-color: #a50;
--content-background-color: #420;
}

body.dark .notice.tip {
--title-background-color: #363;
--content-background-color: #121;
}

body.dark .notice.warning {
--title-background-color: #800;
--content-background-color: #400;
}


.notice {
padding: 18px;
line-height: 24px;
margin-bottom: 24px;
border-radius: 4px;
color: var(--content-color);
background: var(--content-background-color);
}

.notice p:last-child {
margin-bottom: 0
}


.notice-title {
margin: -18px -18px 12px;
padding: 4px 18px;
border-radius: 4px 4px 0 0;
font-weight: 700;
color: var(--title-color);
background: var(--title-background-color);
}


.icon-notice {
display: inline-flex;
align-self: center;
margin-right: 8px;
}

.icon-notice img,
.icon-notice svg {
height: 1em;
width: 1em;
fill: currentColor;
}

.icon-notice img,
.icon-notice.baseline svg {
top: .125em;
position: relative;
}
</style><div class="notice warning" >
<p class="notice-title">
<span class="icon-notice baseline">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="126 76.5 300 300">
<path d="M297.431 324.397v-34.255c0-3.245-2.344-5.95-5.358-5.95h-32.146c-3.014 0-5.358 2.705-5.358 5.95v34.255c0 3.245 2.344 5.95 5.358 5.95h32.146c3.014 0 5.358-2.705 5.358-5.95Zm-.335-67.428 3.014-82.753c0-1.081-.502-2.524-1.674-3.425-1.005-.902-2.512-1.983-4.019-1.983h-36.834c-1.507 0-3.014 1.081-4.019 1.983-1.172.901-1.674 2.704-1.674 3.786l2.846 82.392c0 2.344 2.512 4.146 5.693 4.146h30.975c3.013 0 5.525-1.803 5.692-4.146Zm-2.344-168.39L423.34 342.425c3.683 7.032 3.516 15.686-.335 22.717-3.85 7.031-10.883 11.358-18.417 11.358H147.413c-7.534 0-14.566-4.327-18.417-11.358-3.85-7.031-4.018-15.685-.335-22.716L257.248 88.578C260.93 81.188 268.13 76.5 276 76.5c7.87 0 15.069 4.688 18.752 12.08Z"/>
</svg>

</span>Warning</p><p>The development of eMoflon::IBeX-TGG was discontinued in 2024.</p></div>

<p><strong>Triple Graph Grammars (TGGs)</strong> are a declarative and rule-based technique to specify bidirectional model transformations.
Basically, this means that <strong>TGGs</strong> 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
18 changes: 9 additions & 9 deletions index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,15 @@
<description>Recent content in News on eMoflon Project Site</description>
<generator>Hugo</generator>
<language>en-us</language>
<lastBuildDate>Wed, 18 Sep 2024 00:00:00 +0000</lastBuildDate>
<lastBuildDate>Tue, 08 Oct 2024 00:00:00 +0000</lastBuildDate>
<atom:link href="https://emoflon.org/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>eMoflon::IBeX</title>
<link>https://emoflon.org/ibex/</link>
<pubDate>Tue, 08 Oct 2024 00:00:00 +0000</pubDate>
<guid>https://emoflon.org/ibex/</guid>
<description>&lt;table&gt;&#xA; &lt;thead&gt;&#xA; &lt;tr&gt;&#xA; &lt;th style=&#34;text-align: left&#34;&gt;&lt;div class=&#34;toc&#34;&gt;&#xA; &lt;nav id=&#34;TableOfContents&#34;&gt;&#xA; &lt;ul&gt;&#xA; &lt;li&gt;&lt;a href=&#34;#feature-overview&#34;&gt;Feature Overview&lt;/a&gt;&lt;/li&gt;&#xA; &lt;li&gt;&lt;a href=&#34;#emoflonibex-gt&#34;&gt;eMoflon::IBeX-GT&lt;/a&gt;&#xA; &lt;ul&gt;&#xA; &lt;li&gt;&lt;a href=&#34;#feature-overview-1&#34;&gt;Feature Overview&lt;/a&gt;&lt;/li&gt;&#xA; &lt;/ul&gt;&#xA; &lt;/li&gt;&#xA; &lt;li&gt;&lt;a href=&#34;#emoflonibex-tgg&#34;&gt;eMoflon::IBeX-TGG&lt;/a&gt;&#xA; &lt;ul&gt;&#xA; &lt;li&gt;&lt;a href=&#34;#feature-overview-2&#34;&gt;Feature Overview&lt;/a&gt;&lt;/li&gt;&#xA; &lt;li&gt;&lt;a href=&#34;#operational-strategies&#34;&gt;Operational Strategies&lt;/a&gt;&lt;/li&gt;&#xA; &lt;/ul&gt;&#xA; &lt;/li&gt;&#xA; &lt;li&gt;&lt;a href=&#34;#download&#34;&gt;Download&lt;/a&gt;&lt;/li&gt;&#xA; &lt;li&gt;&lt;a href=&#34;#getting-started&#34;&gt;Getting Started&lt;/a&gt;&lt;/li&gt;&#xA; &lt;li&gt;&lt;a href=&#34;#development&#34;&gt;Development&lt;/a&gt;&lt;/li&gt;&#xA; &lt;li&gt;&lt;a href=&#34;#support&#34;&gt;Support&lt;/a&gt;&lt;/li&gt;&#xA; &lt;/ul&gt;&#xA;&lt;/nav&gt;&#xA; &lt;/div&gt;&#xA; &lt;/th&gt;&#xA; &lt;th style=&#34;text-align: left&#34;&gt;&lt;center&gt;&#xA; &lt;figure&gt;&#xA; &lt;img&#xA; src=&#34;https://emoflon.org/img/emoflon_logo_ibex.png&#34;&#xA; alt=&#34;&#34;&#xA; width=&#34;60%&#34;&#xA; height=&#34;auto&#34;/&gt;&#xA; &lt;figcaption&gt;&lt;/figcaption&gt;&#xA; &lt;/figure&gt;&#xA;&lt;/center&gt;&#xA;&lt;/th&gt;&#xA; &lt;/tr&gt;&#xA; &lt;/thead&gt;&#xA; &lt;tbody&gt;&#xA; &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;&lt;strong&gt;eMoflon::IBeX&lt;/strong&gt; is an open source tool suite to implement incremental model transformations formally based on the notion of graph transformations. Graph transformations are a declarative and rule-based way to define how a graph (our model) changes. Usually, this is done by writing transformation rules that describe preconditions, i.e., patterns that state when a rule should be applied, and postconditions that state how the rule will change our model.&#xA;&lt;strong&gt;eMoflon::IBeX&lt;/strong&gt; then generates code that implements your rules ensuring that they are only applied on appropriate locations. In addition to that, we employ state-of-the-art incremental graph pattern matching techniques to react to model changes promptly and efficiently. Note that our tool is released as an &lt;a href=&#34;https://www.eclipse.org&#34;&gt;Eclipse&lt;/a&gt; plugin and makes use of the &lt;a href=&#34;https://www.eclipse.org/modeling/emf/&#34;&gt;Eclipse Modeling Framework (EMF)&lt;/a&gt; to design and visualize (meta-)models.&#xA;Our tool comes with two main components, namely &lt;strong&gt;&lt;a href=&#34;#emoflonibex-gt&#34;&gt;GT&lt;/a&gt;&lt;/strong&gt; and &lt;strong&gt;&lt;a href=&#34;#emoflonibex-tgg&#34;&gt;TGG&lt;/a&gt;&lt;/strong&gt;. The former lets you implement generic model transformations in a unidirectional way. The latter enables you to implement different bidirectional model transformations to restore consistency between two models from one sole specification, e.g., synchronisers and translators.&lt;/p&gt;</description>
</item>
<item>
<title>Publications</title>
<link>https://emoflon.org/publications/</link>
Expand All @@ -29,13 +36,6 @@
<guid>https://emoflon.org/dev-team/</guid>
<description>&lt;p&gt;&lt;strong&gt;eMoflon&lt;/strong&gt; is developed jointly at the &lt;a href=&#34;https://www.es.tu-darmstadt.de/en/&#34;&gt;Real-Time Systems Lab, TU Darmstadt&lt;/a&gt; (TUDa) and the &lt;a href=&#34;https://cs.uni-paderborn.de/en/dbis/homepage/&#34;&gt;Database and Information Systems Group, Paderborn University&lt;/a&gt; (UPB).&#xA;Feel free to &lt;a href=&#34;../contact&#34;&gt;contact us&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;current-developers&#34;&gt;Current Developers&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://cs.uni-paderborn.de/dbis/personal/arbeitsgruppe/mitarbeiter/nils-weidmann/visitenkarte/&#34;&gt;Nils Weidmann&lt;/a&gt; (UPB, &lt;strong&gt;&lt;a href=&#34;../neo&#34;&gt;eMoflon::Neo&lt;/a&gt;&lt;/strong&gt;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.es.tu-darmstadt.de/es/team/lars-fritsche/&#34;&gt;Lars Fritsche&lt;/a&gt; (TUDa, &lt;strong&gt;&lt;a href=&#34;../ibex&#34;&gt;eMoflon::IBeX&lt;/a&gt;&lt;/strong&gt;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.es.tu-darmstadt.de/es/team/sebastian-ehmes/&#34;&gt;Sebastian Ehmes&lt;/a&gt; (TUDa, &lt;strong&gt;&lt;a href=&#34;../ibex&#34;&gt;eMoflon::IBeX&lt;/a&gt;&lt;/strong&gt;)&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://www.es.tu-darmstadt.de/es/team/maximilian-kratz&#34;&gt;Maximilian Kratz&lt;/a&gt; (TUDa, &lt;strong&gt;&lt;a href=&#34;../ibex&#34;&gt;eMoflon::IBeX&lt;/a&gt;&lt;/strong&gt;)&lt;/li&gt;&#xA;&lt;li&gt;Adrian Möller and many other student developers.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;former-developers&#34;&gt;Former Developers&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Scientists&lt;/strong&gt;: &lt;a href=&#34;https://www.es.tu-darmstadt.de/es/ehemalige/erhan-leblebici&#34;&gt;Erhan Leblebici&lt;/a&gt;, &lt;a href=&#34;https://www.es.tu-darmstadt.de/es/ehemalige/roland-speith-nee-kluge&#34;&gt;Roland Speith (né Kluge)&lt;/a&gt;, &lt;a href=&#34;https://www.es.tu-darmstadt.de/es/team/gergely-varro&#34;&gt;Gergely Varró&lt;/a&gt;, &lt;a href=&#34;https://www.es.tu-darmstadt.de/es/ehemalige/anthony-anjorin&#34;&gt;Anthony Anjorin&lt;/a&gt;.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Student developers&lt;/strong&gt;: Tobias Niehues, Isabella Nunes Grieser, Marek Daniv, Nicolas Stahl (né Acero), Mario Treiber, Jannik Hinz, Patrick Robrecht, Robin Oppermann, Sascha Zander, Anne-Sophie Ettl, Thomas Kovac, Alexander Schleich, Nico Wombacher, Lars Kliegel, Lukas Neumann, and many more.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
</item>
<item>
<title>eMoflon::IBeX</title>
<link>https://emoflon.org/ibex/</link>
<pubDate>Mon, 30 Jan 2023 00:00:00 +0000</pubDate>
<guid>https://emoflon.org/ibex/</guid>
<description>&lt;table&gt;&#xA; &lt;thead&gt;&#xA; &lt;tr&gt;&#xA; &lt;th style=&#34;text-align: left&#34;&gt;&lt;div class=&#34;toc&#34;&gt;&#xA; &lt;nav id=&#34;TableOfContents&#34;&gt;&#xA; &lt;ul&gt;&#xA; &lt;li&gt;&lt;a href=&#34;#feature-overview&#34;&gt;Feature Overview&lt;/a&gt;&lt;/li&gt;&#xA; &lt;li&gt;&lt;a href=&#34;#emoflonibex-gt&#34;&gt;eMoflon::IBeX-GT&lt;/a&gt;&#xA; &lt;ul&gt;&#xA; &lt;li&gt;&lt;a href=&#34;#feature-overview-1&#34;&gt;Feature Overview&lt;/a&gt;&lt;/li&gt;&#xA; &lt;/ul&gt;&#xA; &lt;/li&gt;&#xA; &lt;li&gt;&lt;a href=&#34;#emoflonibex-tgg&#34;&gt;eMoflon::IBeX-TGG&lt;/a&gt;&#xA; &lt;ul&gt;&#xA; &lt;li&gt;&lt;a href=&#34;#feature-overview-2&#34;&gt;Feature Overview&lt;/a&gt;&lt;/li&gt;&#xA; &lt;li&gt;&lt;a href=&#34;#operational-strategies&#34;&gt;Operational Strategies&lt;/a&gt;&lt;/li&gt;&#xA; &lt;/ul&gt;&#xA; &lt;/li&gt;&#xA; &lt;li&gt;&lt;a href=&#34;#download&#34;&gt;Download&lt;/a&gt;&lt;/li&gt;&#xA; &lt;li&gt;&lt;a href=&#34;#getting-started&#34;&gt;Getting Started&lt;/a&gt;&lt;/li&gt;&#xA; &lt;li&gt;&lt;a href=&#34;#development&#34;&gt;Development&lt;/a&gt;&lt;/li&gt;&#xA; &lt;li&gt;&lt;a href=&#34;#support&#34;&gt;Support&lt;/a&gt;&lt;/li&gt;&#xA; &lt;/ul&gt;&#xA;&lt;/nav&gt;&#xA; &lt;/div&gt;&#xA; &lt;/th&gt;&#xA; &lt;th style=&#34;text-align: left&#34;&gt;&lt;center&gt;&#xA; &lt;figure&gt;&#xA; &lt;img&#xA; src=&#34;https://emoflon.org/img/emoflon_logo_ibex.png&#34;&#xA; alt=&#34;&#34;&#xA; width=&#34;60%&#34;&#xA; height=&#34;auto&#34;/&gt;&#xA; &lt;figcaption&gt;&lt;/figcaption&gt;&#xA; &lt;/figure&gt;&#xA;&lt;/center&gt;&#xA;&lt;/th&gt;&#xA; &lt;/tr&gt;&#xA; &lt;/thead&gt;&#xA; &lt;tbody&gt;&#xA; &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;p&gt;&lt;strong&gt;eMoflon::IBeX&lt;/strong&gt; is an open source tool suite to implement incremental model transformations formally based on the notion of graph transformations. Graph transformations are a declarative and rule-based way to define how a graph (our model) changes. Usually, this is done by writing transformation rules that describe preconditions, i.e., patterns that state when a rule should be applied, and postconditions that state how the rule will change our model.&#xA;&lt;strong&gt;eMoflon::IBeX&lt;/strong&gt; then generates code that implements your rules ensuring that they are only applied on appropriate locations. In addition to that, we employ state-of-the-art incremental graph pattern matching techniques to react to model changes promptly and efficiently. Note that our tool is released as an &lt;a href=&#34;https://www.eclipse.org&#34;&gt;Eclipse&lt;/a&gt; plugin and makes use of the &lt;a href=&#34;https://www.eclipse.org/modeling/emf/&#34;&gt;Eclipse Modeling Framework (EMF)&lt;/a&gt; to design and visualize (meta-)models.&#xA;Our tool comes with two main components, namely &lt;strong&gt;&lt;a href=&#34;#emoflonibex-gt&#34;&gt;GT&lt;/a&gt;&lt;/strong&gt; and &lt;strong&gt;&lt;a href=&#34;#emoflonibex-tgg&#34;&gt;TGG&lt;/a&gt;&lt;/strong&gt;. The former lets you implement generic model transformations in a unidirectional way. The latter enables you to implement different bidirectional model transformations to restore consistency between two models from one sole specification, e.g., synchronisers and translators.&lt;/p&gt;</description>
</item>
<item>
<title>eMoflon::Neo</title>
<link>https://emoflon.org/neo/</link>
Expand Down Expand Up @@ -83,7 +83,7 @@
<link>https://emoflon.org/contact/</link>
<pubDate>Thu, 01 Sep 2022 00:00:00 +0000</pubDate>
<guid>https://emoflon.org/contact/</guid>
<description>&lt;p&gt;You can send us an &#xA;&lt;style&gt;&#xA; #span-c9f172b8.cloaked-e-mail:before {&#xA; content:attr(data-domain) &#34;\0040&#34; attr(data-user);&#xA; unicode-bidi:bidi-override;&#xA; direction:rtl;&#xA; }&#xA;&lt;/style&gt;&#xA;&amp;#32;&lt;span class=&#34;cloaked-e-mail&#34; data-user=&#34;tcatnoc&#34; data-domain=&#34;gro.nolfome&#34; id=&#34;span-c9f172b8&#34;&gt;&lt;/span&gt;&amp;#32;&#xA;&#xA;&lt;script id=&#34;script-c9f172b8&#34;&gt;&#xA; var scriptTag = document.getElementById(&#34;script-c9f172b8&#34;);&#xA; var link = document.createElement(&#34;a&#34;);&#xA; var address = &#34;tcatnoc&#34;.split(&#39;&#39;).reverse().join(&#39;&#39;) + &#34;@&#34; + &#34;gro.nolfome&#34;.split(&#39;&#39;).reverse().join(&#39;&#39;) + &#34;?&#34; + &#34;egapbew gro.nolfome eht morf egasseM=tcejbus&#34;.split(&#39;&#39;).reverse().join(&#39;&#39;);&#xA; link.href = &#34;mailto&#34; + &#34;:&#34; + address;&#xA; &#xA; link.innerText = &#34;email&#34;;&#xA; &#xA; &#xA; scriptTag.parentElement.insertBefore(link, scriptTag.previousElementSibling);&#xA; scriptTag.parentElement.removeChild(scriptTag.previousElementSibling)&#xA;&lt;/script&gt;&#xA;&#xA;.&#xA;Feel free to open issues on &lt;a href=&#34;https://github.com/eMoflon&#34;&gt;GitHub&lt;/a&gt; if you find any issues in &lt;strong&gt;eMoflon&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Technische Universität Darmstadt &lt;br&gt;&#xA;Department of Electrical Engineering and Information Technology &lt;br&gt;&#xA;Real-Time Systems Lab &lt;br&gt;&#xA;Merckstr. 25 &lt;br&gt;&#xA;64283 Darmstadt, Germany&lt;/p&gt;</description>
<description>&lt;p&gt;You can send us an &#xA;&lt;style&gt;&#xA; #span-bcdb198e.cloaked-e-mail:before {&#xA; content:attr(data-domain) &#34;\0040&#34; attr(data-user);&#xA; unicode-bidi:bidi-override;&#xA; direction:rtl;&#xA; }&#xA;&lt;/style&gt;&#xA;&amp;#32;&lt;span class=&#34;cloaked-e-mail&#34; data-user=&#34;tcatnoc&#34; data-domain=&#34;gro.nolfome&#34; id=&#34;span-bcdb198e&#34;&gt;&lt;/span&gt;&amp;#32;&#xA;&#xA;&lt;script id=&#34;script-bcdb198e&#34;&gt;&#xA; var scriptTag = document.getElementById(&#34;script-bcdb198e&#34;);&#xA; var link = document.createElement(&#34;a&#34;);&#xA; var address = &#34;tcatnoc&#34;.split(&#39;&#39;).reverse().join(&#39;&#39;) + &#34;@&#34; + &#34;gro.nolfome&#34;.split(&#39;&#39;).reverse().join(&#39;&#39;) + &#34;?&#34; + &#34;egapbew gro.nolfome eht morf egasseM=tcejbus&#34;.split(&#39;&#39;).reverse().join(&#39;&#39;);&#xA; link.href = &#34;mailto&#34; + &#34;:&#34; + address;&#xA; &#xA; link.innerText = &#34;email&#34;;&#xA; &#xA; &#xA; scriptTag.parentElement.insertBefore(link, scriptTag.previousElementSibling);&#xA; scriptTag.parentElement.removeChild(scriptTag.previousElementSibling)&#xA;&lt;/script&gt;&#xA;&#xA;.&#xA;Feel free to open issues on &lt;a href=&#34;https://github.com/eMoflon&#34;&gt;GitHub&lt;/a&gt; if you find any issues in &lt;strong&gt;eMoflon&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Technische Universität Darmstadt &lt;br&gt;&#xA;Department of Electrical Engineering and Information Technology &lt;br&gt;&#xA;Real-Time Systems Lab &lt;br&gt;&#xA;Merckstr. 25 &lt;br&gt;&#xA;64283 Darmstadt, Germany&lt;/p&gt;</description>
</item>
</channel>
</rss>
8 changes: 4 additions & 4 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://emoflon.org/ibex/</loc>
<lastmod>2024-10-08T00:00:00+00:00</lastmod>
</url><url>
<loc>https://emoflon.org/</loc>
<lastmod>2024-09-18T00:00:00+00:00</lastmod>
<lastmod>2024-10-08T00:00:00+00:00</lastmod>
</url><url>
<loc>https://emoflon.org/publications/</loc>
<lastmod>2024-09-18T00:00:00+00:00</lastmod>
Expand All @@ -13,9 +16,6 @@
</url><url>
<loc>https://emoflon.org/dev-team/</loc>
<lastmod>2024-02-27T00:00:00+00:00</lastmod>
</url><url>
<loc>https://emoflon.org/ibex/</loc>
<lastmod>2023-01-30T00:00:00+00:00</lastmod>
</url><url>
<loc>https://emoflon.org/neo/</loc>
<lastmod>2023-01-30T00:00:00+00:00</lastmod>
Expand Down

0 comments on commit f0309c3

Please sign in to comment.