From 455236025fda88edb818fd9a92212c8c718497fe Mon Sep 17 00:00:00 2001 From: Reuben Gardos Reid <5456207+ReubenJ@users.noreply.github.com> Date: Wed, 25 Jun 2025 10:24:53 +0200 Subject: [PATCH 1/4] Add `CITATION.cff` --- CITATION.cff | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..71b7521 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,56 @@ +# This CITATION.cff file was generated with cffinit. +# Visit https://bit.ly/cffinit to generate yours today! + +cff-version: 1.2.0 +title: Herb.jl +message: >- + If you use this software, please cite it using the + metadata from this file. +type: software +authors: + - given-names: Tilman + family-names: Hinnerichs + email: t.r.hinnerichs@tudelft.nl + affiliation: TU Delft + - given-names: Reuben + family-names: Gardos Reid + email: r.j.gardosreid@tudelft.nl + affiliation: TU Delft + - given-names: Jaap + name-particle: de + family-names: Jong + email: j.dejong-18@student.tudelft.nl + affiliation: TU Delft + - given-names: Bart + family-names: Swinkels + email: b.j.a.swinkels@student.tudelft.nl + affiliation: TU Delft + - given-names: Pamela + family-names: Wochner + email: p.wochner@tudelft.nl + affiliation: TU Delft + - given-names: Nicolae + family-names: Filat + email: n.filat@student.tudelft.nl + affiliation: TU Delft + - given-names: Tudor + family-names: Magurescu + email: magirescu@student.tudelft.nl + affiliation: TU Delft + - given-names: Issa + family-names: Hanou + email: i.k.hanou@tudelft.nl + affiliation: TU Delft + - given-names: Sebastijan + family-names: Dumancic + email: s.dumancic@tudelft.nl + affiliation: TU Delft +repository-code: 'https://github.com/Herb-AI/Herb.jl' +url: 'https://herb-ai.github.io/' +keywords: + - Program Synthesis + - Collaborative Science + - Reproducible Research + - Neuro-Symbolic AI + - Julia +license: MIT From 0b474c5506e63005f207353fdfc8fecbdc965ebc Mon Sep 17 00:00:00 2001 From: Reuben Gardos Reid <5456207+ReubenJ@users.noreply.github.com> Date: Wed, 25 Jun 2025 12:23:37 +0200 Subject: [PATCH 2/4] Add ORCIDs --- CITATION.cff | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CITATION.cff b/CITATION.cff index 71b7521..dee2bdf 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -12,10 +12,12 @@ authors: family-names: Hinnerichs email: t.r.hinnerichs@tudelft.nl affiliation: TU Delft + orcid: 'https://orcid.org/0000-0003-4155-0239' - given-names: Reuben family-names: Gardos Reid email: r.j.gardosreid@tudelft.nl affiliation: TU Delft + orcid: 'https://orcid.org/0000-0002-3491-9686' - given-names: Jaap name-particle: de family-names: Jong @@ -29,6 +31,7 @@ authors: family-names: Wochner email: p.wochner@tudelft.nl affiliation: TU Delft + orcid: 'https://orcid.org/0000-0003-4066-8614' - given-names: Nicolae family-names: Filat email: n.filat@student.tudelft.nl @@ -41,10 +44,12 @@ authors: family-names: Hanou email: i.k.hanou@tudelft.nl affiliation: TU Delft + orcid: 'https://orcid.org/0000-0001-5873-5139' - given-names: Sebastijan family-names: Dumancic email: s.dumancic@tudelft.nl affiliation: TU Delft + orcid: 'https://orcid.org/0000-0003-0915-8034' repository-code: 'https://github.com/Herb-AI/Herb.jl' url: 'https://herb-ai.github.io/' keywords: From 4dbe0c4d0c2e3493c4fc3d1d6f4a918777c996cc Mon Sep 17 00:00:00 2001 From: Reuben Gardos Reid <5456207+ReubenJ@users.noreply.github.com> Date: Fri, 4 Jul 2025 12:27:22 +0200 Subject: [PATCH 3/4] Add identifiers to CITATION.cff --- CITATION.cff | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CITATION.cff b/CITATION.cff index dee2bdf..1aca7bd 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -50,6 +50,13 @@ authors: email: s.dumancic@tudelft.nl affiliation: TU Delft orcid: 'https://orcid.org/0000-0003-0915-8034' +identifiers: + - type: doi + value: 10.5281/zenodo.15746952 + description: Latest version of Herb.jl + - type: swh + value: 'swh:1:dir:e77a8fcc376baf6db3f78eeb0011a1a5d68ace93' + description: Latest version of Herb.jl repository-code: 'https://github.com/Herb-AI/Herb.jl' url: 'https://herb-ai.github.io/' keywords: From 9c8e247db5c990132ac2705f288d7fb46df5f185 Mon Sep 17 00:00:00 2001 From: Reuben Gardos Reid <5456207+ReubenJ@users.noreply.github.com> Date: Fri, 4 Jul 2025 12:38:59 +0200 Subject: [PATCH 4/4] Update README.md with DOI --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d1c1c2..d3424fb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Build Status](https://github.com/Herb-AI/Herb.jl/actions/workflows/CI.yml/badge.svg?branch=master)](https://github.com/Herb-AI/Herb.jl/actions/workflows/CI.yml?query=branch%3Amaster) [![Dev-Docs](https://img.shields.io/badge/docs-latest-blue.svg)](https://Herb-AI.github.io/Herb.jl/dev) - +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.15746953.svg)](https://doi.org/10.5281/zenodo.15746953) # Herb.jl *A library for defining and efficiently solving program synthesis tasks in Julia.*