Skip to content

Commit 86ac1ff

Browse files
[Add] citation file
1 parent c3f6ec2 commit 86ac1ff

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

CITATION.cff

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
cff-version: 1.2.0
2+
message: "If you use this software, please cite it as below."
3+
4+
title: "EcoreNetto"
5+
abstract: "ECoreNetto is a suite of dotnet core libraries that is used to deserialize an Ecore meta-model for the purpose of code generation. Ecore is a meta-model used to represent models in the Eclipse Modelling Framework. EMF is a powerful framework and code generation facility for building Java applications based on simple model definitions. The intention of ECoreNetto is not to be a port of EMF, it aims at bridging the gap to the .NET world to facilitate code generation of C# class libraries based on an Ecore model using the .NET code available tooling and libraries."
6+
version: "9.2.3"
7+
date-released: "2025-10-04"
8+
url: "https://github.com/STARIONGROUP/ECoreNetto"
9+
10+
authors:
11+
- given-names: "Sam"
12+
family-names: "Gerené"
13+
affiliation: "Starion Group S.A."
14+
orcid: "https://orcid.org/0009-0000-1848-550X"
15+
- name: "Starion Group S.A."
16+
affiliation: "Starion Group S.A."
17+
given-names: "MBSE Competence Area Developers"
18+
19+
repository-code: "https://github.com/STARIONGROUP/ECoreNetto"
20+
license: "Apache-2.0"
21+
22+
preferred-citation:
23+
type: software
24+
title: "EcoreNetto"
25+
authors:
26+
- given-names: "Sam"
27+
family-names: "Gerené"
28+
affiliation: "Starion Group S.A."
29+
orcid: "https://orcid.org/0009-0000-1848-550X"
30+
- name: "Starion Group S.A."
31+
affiliation: "Starion Group S.A."
32+
given-names: "MBSE Competence Area Developers"
33+
version: "9.2.3"
34+
url: "https://github.com/STARIONGROUP/ECoreNetto"
35+
date-released: "2025-10-04"

0 commit comments

Comments
 (0)