Skip to content

Commit 48a186f

Browse files
Merge pull request #58 from azzeddinetiba/add-citation
Add CITATION.cff for software citation metadata
2 parents 93d6375 + 58208d9 commit 48a186f

1 file changed

Lines changed: 68 additions & 0 deletions

File tree

CITATION.cff

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
cff-version: 1.0.0
2+
title: "ROM_AM"
3+
message: "If you use this software, please cite it using the metadata below."
4+
type: software
5+
6+
authors:
7+
- family-names: "Tiba"
8+
given-names: "Azzeddine"
9+
orcid: "https://orcid.org/0000-0003-3578-141X0"
10+
11+
repository-code: "https://github.com/azzeddinetiba/ROM_AM"
12+
license: BSD-3-Clause
13+
version: "0.2.0"
14+
date-released: "2023-30-09"
15+
16+
abstract: >
17+
Non-intrusive Reduced Order Modeling package using data-driven methods and Machine Learning.
18+
19+
keywords:
20+
- reduced order models
21+
- scientific computing
22+
- dynamic mode decomposition
23+
- proper orthogonal decomposition
24+
- reduced order models
25+
- scientific machine learning
26+
- non intrusive
27+
28+
# --- Primary paper to cite when using the package ---
29+
preferred-citation:
30+
type: article
31+
title: "Machine-Learning Enhanced Predictors for Accelerated Convergence of Partitioned Fluid-Structure Interaction Simulations"
32+
authors:
33+
- family-names: "Tiba"
34+
given-names: "Azzeddine"
35+
- family-names: "Dairay"
36+
given-names: "Thibault"
37+
- family-names: "De Vuyst"
38+
given-names: "Florian"
39+
- family-names: "Mortazavi"
40+
given-names: "Iraj"
41+
- family-names: "Berro Ramirez"
42+
given-names: "Juan Pedro"
43+
journal: "Computer Physics Communications"
44+
year: 2025
45+
volume: 310
46+
start: 109522
47+
doi: "10.1016/j.cpc.2025.109522"
48+
url: "https://doi.org/10.1016/j.cpc.2025.109522"
49+
50+
# --- Second paper that also uses the package ---
51+
references:
52+
- type: article
53+
title: "Non-intrusive reduced order models for partitioned fluid–structure interactions"
54+
authors:
55+
- family-names: "Tiba"
56+
given-names: "Azzeddine"
57+
- family-names: "Dairay"
58+
given-names: "Thibault"
59+
- family-names: "De Vuyst"
60+
given-names: "Florian"
61+
- family-names: "Mortazavi"
62+
given-names: "Iraj"
63+
- family-names: "Berro Ramirez"
64+
given-names: "Juan Pedro"
65+
journal: "Journal of Fluids and Structures"
66+
year: 2024
67+
doi: "10.1016/j.jfluidstructs.2024.104156"
68+
url: "https://doi.org/10.1016/j.jfluidstructs.2024.104156"

0 commit comments

Comments
 (0)