Skip to content

Commit e4dd5ca

Browse files
authored
Merge pull request #391 from ftsrg/features/added-semantifyr
Added the Semantifyr tool
2 parents d2dd957 + f101bb7 commit e4dd5ca

3 files changed

Lines changed: 18 additions & 5 deletions

File tree

src/components/research-components/ToolsSection.tsx

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,22 +62,32 @@ const ToolsSection: React.FC<Props> = ({ heroBackgroundImage }) => {
6262
<Tool title="research.tools.tool3.title" desc="research.tools.tool3.desc" url="https://refinery.tools/">
6363
<StaticImage
6464
src="../../../static/images/logos/refinery-logo.svg"
65-
alt={t('research.tools.tool2.title')}
65+
alt={t('research.tools.tool3.title')}
6666
width={58}
6767
style={{ filter: 'brightness(0) invert(1)' }}
6868
/>
6969
</Tool>
7070
</Col>
7171
<Col lg={4} md={6} className="mb-5 mt-5">
72-
<Tool title="research.tools.tool4.title" desc="research.tools.tool4.desc" url="https://eclipse.dev/viatra">
72+
<Tool title="research.tools.tool4.title" desc="research.tools.tool4.desc" url="https://ftsrg.mit.bme.hu/semantifyr">
7373
<StaticImage
74-
src="../../../static/images/logos/viatra.png"
74+
src="../../../static/images/logos/semantifyr-logo.svg"
7575
alt={t('research.tools.tool4.title')}
7676
width={58}
7777
style={{ filter: 'brightness(0) invert(1)' }}
7878
/>
7979
</Tool>
8080
</Col>
81+
<Col lg={4} md={6} className="mb-5 mt-5">
82+
<Tool title="research.tools.tool5.title" desc="research.tools.tool5.desc" url="https://eclipse.dev/viatra">
83+
<StaticImage
84+
src="../../../static/images/logos/viatra.png"
85+
alt={t('research.tools.tool5.title')}
86+
width={58}
87+
style={{ filter: 'brightness(0) invert(1)' }}
88+
/>
89+
</Tool>
90+
</Col>
8191
</Row>
8292
</Hero>
8393
)

src/locales/en/research.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@
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.",
23+
"research.tools.tool4.title": "Semantifyr",
24+
"research.tools.tool4.desc": "Semantifyr is a framework to support the declarative definition of engineering model semantics.",
25+
"research.tools.tool5.title": "VIATRA",
26+
"research.tools.tool5.desc": "Eclipse VIATRA is a model query and transformation framework, focusing on high-performance and incremental synchronization.",
2527

2628
"research.publications.autoGenGraphModel": "We designed a new method to solve optimization problems during graph generations according to various object functions.",
2729
"research.publications.autoGenQualitative": "We designed new algorithms to combine various solvers for synthesizing test scenarios represented as graph models.",
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)