Skip to content

Commit 5d40b30

Browse files
committed
Add Eclipse VIATRA to the tools section
1 parent 134713b commit 5d40b30

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

src/components/research-components/ToolsSection.tsx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ const ToolsSection: React.FC<Props> = ({ heroBackgroundImage }) => {
7878
/>
7979
</Tool>
8080
</Col>
81+
</Row>
82+
<Row className="justify-content-center align-items-stretch" style={{ marginTop: '6rem' }}>
8183
<Col lg={4} md={6} className="mb-5 mb-lg-0">
8284
<Tool title="research.tools.tool3.title" desc="research.tools.tool3.desc" url="https://refinery.tools/">
8385
<StaticImage
@@ -88,6 +90,16 @@ const ToolsSection: React.FC<Props> = ({ heroBackgroundImage }) => {
8890
/>
8991
</Tool>
9092
</Col>
93+
<Col lg={4} md={6} className="mb-5 mb-lg-0">
94+
<Tool title="research.tools.tool4.title" desc="research.tools.tool4.desc" url="https://eclipse.dev/viatra">
95+
<StaticImage
96+
src="../../../static/images/logos/viatra.png"
97+
alt={t('research.tools.tool4.title')}
98+
width={58}
99+
style={{ filter: 'brightness(0) invert(1)' }}
100+
/>
101+
</Tool>
102+
</Col>
91103
</Row>
92104
</Hero>
93105
)

src/locales/en/research.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
"research.tools.tool2.desc": "The Theta model checking framework is a collection of modern, abstraction refinement-based algorithms, which can be tailored to the give problem due to their configurability.",
2121
"research.tools.tool3.title": "Refinery graph solver",
2222
"research.tools.tool3.desc": "Refinery is an efficient graph solver for generating diverse, well-formed domain-specific models using partial modeling techniques.",
23+
"research.tools.tool4.title": "VIATRA",
24+
"research.tools.tool4.desc": "Eclipse VIATRA is a model query and transformation framework, focusing on high-performance and incremental synchronization.",
2325

2426
"research.publications.autoGenGraphModel": "We designed a new method to solve optimization problems during graph generations according to various object functions.",
2527
"research.publications.autoGenQualitative": "We designed new algorithms to combine various solvers for synthesizing test scenarios represented as graph models.",

src/locales/hu/research.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
"research.tools.tool2.desc": "A Theta modellellenőrző keretrendszer absztrakció-finomítás alapú, korszerű algoritmusok kollekciója, amelyek kombinálhatóságuk révén mindig az adott problémához szabhatók.",
2020
"research.tools.tool3.title": "A Refinery gráfmegoldó keretrendszer",
2121
"research.tools.tool3.desc": "A Refinery egy keretrendszer, amely szakterület-specifikus nyelvek jólformált és változatos példánymodelljeinek automatikus és hatékony generálására szolgál.",
22+
"research.tools.tool4.title": "VIATRA",
23+
"research.tools.tool4.desc": "Az Eclipse VIATRA egy modell-transzformációs keretrendszer, amely hatékony mintaillesztést és inkrementális modell-szinkronizálási képességeket nyújt.",
2224

2325
"research.publications.autoGenGraphModel": "Olyan módszereket javasoltunk, amivel gráfok generálása során adott célfüggvény szerinti optimalizációs problémákat tudunk megoldani.",
2426
"research.publications.autoGenQualitative": "Olyan új algoritmusokat javasoltunk, amik többféle megoldó kombinálásával képesek teszt forgatókönyvek automatikus generálására.",

static/images/logos/viatra.png

269 KB
Loading

0 commit comments

Comments
 (0)