Skip to content

Commit 751a9b4

Browse files
authored
Merge pull request #162 from Herb-AI/chore/add-citation
Add `CITATION.cff`
2 parents 308a5e2 + 9c8e247 commit 751a9b4

File tree

2 files changed

+69
-1
lines changed

2 files changed

+69
-1
lines changed

CITATION.cff

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
# This CITATION.cff file was generated with cffinit.
2+
# Visit https://bit.ly/cffinit to generate yours today!
3+
4+
cff-version: 1.2.0
5+
title: Herb.jl
6+
message: >-
7+
If you use this software, please cite it using the
8+
metadata from this file.
9+
type: software
10+
authors:
11+
- given-names: Tilman
12+
family-names: Hinnerichs
13+
email: t.r.hinnerichs@tudelft.nl
14+
affiliation: TU Delft
15+
orcid: 'https://orcid.org/0000-0003-4155-0239'
16+
- given-names: Reuben
17+
family-names: Gardos Reid
18+
email: r.j.gardosreid@tudelft.nl
19+
affiliation: TU Delft
20+
orcid: 'https://orcid.org/0000-0002-3491-9686'
21+
- given-names: Jaap
22+
name-particle: de
23+
family-names: Jong
24+
email: j.dejong-18@student.tudelft.nl
25+
affiliation: TU Delft
26+
- given-names: Bart
27+
family-names: Swinkels
28+
email: b.j.a.swinkels@student.tudelft.nl
29+
affiliation: TU Delft
30+
- given-names: Pamela
31+
family-names: Wochner
32+
email: p.wochner@tudelft.nl
33+
affiliation: TU Delft
34+
orcid: 'https://orcid.org/0000-0003-4066-8614'
35+
- given-names: Nicolae
36+
family-names: Filat
37+
email: n.filat@student.tudelft.nl
38+
affiliation: TU Delft
39+
- given-names: Tudor
40+
family-names: Magurescu
41+
email: magirescu@student.tudelft.nl
42+
affiliation: TU Delft
43+
- given-names: Issa
44+
family-names: Hanou
45+
email: i.k.hanou@tudelft.nl
46+
affiliation: TU Delft
47+
orcid: 'https://orcid.org/0000-0001-5873-5139'
48+
- given-names: Sebastijan
49+
family-names: Dumancic
50+
email: s.dumancic@tudelft.nl
51+
affiliation: TU Delft
52+
orcid: 'https://orcid.org/0000-0003-0915-8034'
53+
identifiers:
54+
- type: doi
55+
value: 10.5281/zenodo.15746952
56+
description: Latest version of Herb.jl
57+
- type: swh
58+
value: 'swh:1:dir:e77a8fcc376baf6db3f78eeb0011a1a5d68ace93'
59+
description: Latest version of Herb.jl
60+
repository-code: 'https://github.com/Herb-AI/Herb.jl'
61+
url: 'https://herb-ai.github.io/'
62+
keywords:
63+
- Program Synthesis
64+
- Collaborative Science
65+
- Reproducible Research
66+
- Neuro-Symbolic AI
67+
- Julia
68+
license: MIT

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![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)
22
[![Dev-Docs](https://img.shields.io/badge/docs-latest-blue.svg)](https://Herb-AI.github.io/Herb.jl/dev)
3-
3+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.15746953.svg)](https://doi.org/10.5281/zenodo.15746953)
44

55
# Herb.jl
66
*A library for defining and efficiently solving program synthesis tasks in Julia.*

0 commit comments

Comments
 (0)