Skip to content

Commit f59a5e7

Browse files
authored
add citation information (#29)
1 parent 097e3af commit f59a5e7

File tree

4 files changed

+54
-10
lines changed

4 files changed

+54
-10
lines changed

CITATION.bib

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
@misc{ferranti2023fuzzylogicjl,
2+
title={FuzzyLogic.jl: a Flexible Library for Efficient and Productive Fuzzy Inference},
3+
author={Luca Ferranti and Jani Boutellier},
4+
year={2023},
5+
eprint={2306.10316},
6+
archivePrefix={arXiv},
7+
primaryClass={cs.AI}
8+
}

CITATION.cff

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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: FuzzyLogic.jl
6+
message: "If you use this software, please cite it as below."
7+
type: software
8+
authors:
9+
- given-names: Luca
10+
family-names: Ferranti
11+
identifiers:
12+
- type: doi
13+
value: 10.5281/zenodo.7570243
14+
repository-code: 'https://github.com/lucaferranti/FuzzyLogic.jl'
15+
license: MIT
16+
preferred-citation:
17+
type: article
18+
authors:
19+
- family-names: "Ferranti"
20+
given-names: "Luca"
21+
orcid: "https://orcid.org/0000-0001-5588-0920"
22+
- family-names: "Boutellier"
23+
given-names: "Jani"
24+
orcid: "https://orcid.org/0000-0001-7606-3655"
25+
journal: "arxiv:2306.10316"
26+
title: "FuzzyLogic.jl: a Flexible Library for Efficient and Productive Fuzzy Inference"
27+
year: 2023

README.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# FuzzyLogic.jl
22

3-
|**Info**|**Build status**|**Documentation**|**Contributing**|
4-
|:------:|:--------------:|:---------------:|:--------------:|
5-
|[![version][ver-img]][ver-url]|[![CI Status][ci-img]][ci-url]|[![Stable docs][stable-img]][stable-url]|[![contributing guidelines][contrib-img]][contrib-url]|
6-
|[![Licese: MIT][license-img]][license-url]|[![Coverage][cov-img]][cov-url]|[![Dev docs][dev-img]][dev-url]|[![SciML Code Style][style-img]][style-url]|
7-
|[![downloads][download-img]][download-url]|[![pkgeval-img]][pkgeval-url]||[![gitter-chat][chat-img]][chat-url]|
3+
|**Info**|**Build status**|**Documentation**|**Contributing**|**Citation**|
4+
|:------:|:--------------:|:---------------:|:--------------:|:----------:|
5+
|[![version][ver-img]][ver-url]|[![CI Status][ci-img]][ci-url]|[![Stable docs][stable-img]][stable-url]|[![contributing guidelines][contrib-img]][contrib-url]|[![bibtex][bibtex-img]][bibtex-url]
6+
|[![Licese: MIT][license-img]][license-url]|[![Coverage][cov-img]][cov-url]|[![Dev docs][dev-img]][dev-url]|[![SciML Code Style][style-img]][style-url]|[![paper][paper-img]][paper-url]|
7+
|[![downloads][download-img]][download-url]|[![pkgeval-img]][pkgeval-url]||[![gitter-chat][chat-img]][chat-url]|[![zenodo][zenodo-img]][zenodo-url]
88

99
<p align="center">
1010
<img src="./docs/src/assets/logo.svg"/>
@@ -119,3 +119,12 @@ Contributions are welcome! Here is a small decision tree with useful links.
119119

120120
[chat-img]: https://badges.gitter.im/badge.svg
121121
[chat-url]: https://app.gitter.im/#/room/#FuzzyLogic-jl:gitter.im
122+
123+
[bibtex-img]: https://img.shields.io/badge/BibTeX-citation-orange
124+
[bibtex-url]: https://github.com/lucaferranti/FuzzyLogic.jl/blob/main/CITATION.bib
125+
126+
[paper-img]: https://img.shields.io/badge/arxiv-paper-blue
127+
[paper-url]: https://arxiv.org/abs/2306.10316
128+
129+
[zenodo-img]: https://img.shields.io/badge/Zenodo-archive-blue
130+
[zenodo-url]: https://doi.org/10.5281/zenodo.7570243

docs/src/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# FuzzyLogic.jl
22

3-
|**Info**|**Build status**|**Documentation**|**Contributing**|
4-
|:------:|:--------------:|:---------------:|:--------------:|
5-
|[![version](https://juliahub.com/docs/FuzzyLogic/version.svg)](https://github.com/lucaferranti/FuzzyLogic.jl/releases/latest)|[![CI Status](https://github.com/lucaferranti/FuzzyLogic.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/lucaferranti/FuzzyLogic.jl/actions/workflows/CI.yml?query=branch%3Amain)|[![Stable docs](https://img.shields.io/badge/docs-stable-blue.svg)](https://lucaferranti.github.io/FuzzyLogic.jl/stable/)|[![contributing guidelines](https://img.shields.io/badge/Contributor-Guide-blueviolet)](https://lucaferranti.github.io/FuzzyLogic.jl/dev/contributing)|
6-
|[![Licese: MIT](https://img.shields.io/badge/license-MIT-yellow.svg)](https://github.com/lucaferranti/FuzzyLogic.jl/blob/main/LICENSE)|[![Coverage](https://codecov.io/gh/lucaferranti/FuzzyLogic.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/lucaferranti/FuzzyLogic.jl)|[![Dev docs](https://img.shields.io/badge/docs-dev-blue.svg)](https://lucaferranti.github.io/FuzzyLogic.jl/dev/)|[![SciML Code Style](https://img.shields.io/static/v1?label=code%20style&message=SciML&color=9558b2&labelColor=389826)](https://github.com/SciML/SciMLStyle)|
7-
|[![downloads](https://shields.io/endpoint?url=https://pkgs.genieframework.com/api/v1/badge/FuzzyLogic&label=downloads)](https://pkgs.genieframework.com/?packages=FuzzyLogic)|[![PkgEval](https://juliaci.github.io/NanosoldierReports/pkgeval_badges/F/FuzzyLogic.svg)](https://juliaci.github.io/NanosoldierReports/pkgeval_badges/F/FuzzyLogic.html)||[![gitter-chat](https://badges.gitter.im/badge.svg)](https://app.gitter.im/#/room/#FuzzyLogic-jl:gitter.im)|
3+
|**Info**|**Build status**|**Documentation**|**Contributing**|**Citation**|
4+
|:------:|:--------------:|:---------------:|:--------------:|:----------:|
5+
|[![version](https://juliahub.com/docs/FuzzyLogic/version.svg)](https://github.com/lucaferranti/FuzzyLogic.jl/releases/latest)|[![CI Status](https://github.com/lucaferranti/FuzzyLogic.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/lucaferranti/FuzzyLogic.jl/actions/workflows/CI.yml?query=branch%3Amain)|[![Stable docs](https://img.shields.io/badge/docs-stable-blue.svg)](https://lucaferranti.github.io/FuzzyLogic.jl/stable/)|[![contributing guidelines](https://img.shields.io/badge/Contributor-Guide-blueviolet)](https://lucaferranti.github.io/FuzzyLogic.jl/dev/contributing)|[![bibtex](https://img.shields.io/badge/BibTeX-citation-orange)](https://github.com/lucaferranti/FuzzyLogic.jl/blob/main/CITATION.bib)
6+
|[![Licese: MIT](https://img.shields.io/badge/license-MIT-yellow.svg)](https://github.com/lucaferranti/FuzzyLogic.jl/blob/main/LICENSE)|[![Coverage](https://codecov.io/gh/lucaferranti/FuzzyLogic.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/lucaferranti/FuzzyLogic.jl)|[![Dev docs](https://img.shields.io/badge/docs-dev-blue.svg)](https://lucaferranti.github.io/FuzzyLogic.jl/dev/)|[![SciML Code Style](https://img.shields.io/static/v1?label=code%20style&message=SciML&color=9558b2&labelColor=389826)](https://github.com/SciML/SciMLStyle)|[![paper](https://img.shields.io/badge/arxiv-paper-blue)](https://arxiv.org/abs/2306.10316)
7+
|[![downloads](https://shields.io/endpoint?url=https://pkgs.genieframework.com/api/v1/badge/FuzzyLogic&label=downloads)](https://pkgs.genieframework.com/?packages=FuzzyLogic)|[![PkgEval](https://juliaci.github.io/NanosoldierReports/pkgeval_badges/F/FuzzyLogic.svg)](https://juliaci.github.io/NanosoldierReports/pkgeval_badges/F/FuzzyLogic.html)||[![gitter-chat](https://badges.gitter.im/badge.svg)](https://app.gitter.im/#/room/#FuzzyLogic-jl:gitter.im)|[![zenodo](https://img.shields.io/badge/Zenodo-archive-blue)](https://doi.org/10.5281/zenodo.7570243)
88

99
A Julia library for fuzzy logic and applications.
1010

0 commit comments

Comments
 (0)