From f4d2679b73605ff6882f700f0c1424f1d330d0db Mon Sep 17 00:00:00 2001 From: liamhuber Date: Thu, 19 Mar 2026 13:43:13 -0700 Subject: [PATCH 1/3] Add CITATION.cff Signed-off-by: liamhuber --- CITATION.cff | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 00000000..df4086e2 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,10 @@ +cff-version: 1.1.0 +message: "If you use flowrep software, please cite it as below." +authors: +- family-names: Huber + given-names: Liam + orcid: "https://orcid.org/0009-0009-2560-5851" +- family-names: Waseda + given-names: Osamu + orcid: "https://orcid.org/0000-0002-1677-4057" +title: flowrep \ No newline at end of file From d08bea8b0759b4cb17a0b7724dce0d6b84cee826 Mon Sep 17 00:00:00 2001 From: Sebastian Eibl Date: Mon, 23 Mar 2026 15:01:49 +0100 Subject: [PATCH 2/3] Add author Sebastian Eibl to CITATION.cff --- CITATION.cff | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CITATION.cff b/CITATION.cff index df4086e2..4b53780d 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -7,4 +7,7 @@ authors: - family-names: Waseda given-names: Osamu orcid: "https://orcid.org/0000-0002-1677-4057" -title: flowrep \ No newline at end of file +- given-names: Sebastian + family-names: Eibl + orcid: 'https://orcid.org/0000-0002-1069-2720' +title: flowrep From 42059f9c0167137cd074188fe44a9d649e09c508 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Mon, 23 Mar 2026 15:24:21 +0100 Subject: [PATCH 3/3] Update CITATION.cff --- CITATION.cff | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CITATION.cff b/CITATION.cff index 4b53780d..b42c571f 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -7,7 +7,10 @@ authors: - family-names: Waseda given-names: Osamu orcid: "https://orcid.org/0000-0002-1677-4057" +- family-names: Janssen + given-names: Jan + orcid: "https://orcid.org/0000-0001-9948-7119" - given-names: Sebastian family-names: Eibl - orcid: 'https://orcid.org/0000-0002-1069-2720' + orcid: "https://orcid.org/0000-0002-1069-2720" title: flowrep