Skip to content

Commit 72fe844

Browse files
authored
docs: add paper info (#49)
1 parent 1e1e8de commit 72fe844

File tree

2 files changed

+32
-4
lines changed

2 files changed

+32
-4
lines changed

CITATION.cff

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
cff-version: "1.2.0"
2+
authors:
3+
- family-names: Bak
4+
given-names: Maciek
5+
orcid: "https://orcid.org/0000-0003-1361-7301"
6+
doi: 10.5281/zenodo.7938823
7+
message: If you use this software, please cite our article in the
8+
Journal of Open Source Software.
9+
preferred-citation:
10+
authors:
11+
- family-names: Bak
12+
given-names: Maciek
13+
orcid: "https://orcid.org/0000-0003-1361-7301"
14+
date-published: 2023-05-15
15+
doi: 10.21105/joss.05272
16+
issn: 2475-9066
17+
issue: 85
18+
journal: Journal of Open Source Software
19+
publisher:
20+
name: Open Journals
21+
start: 5272
22+
title: "Hypercomplex: abstract & fast header-only C++ template library
23+
for lattice-based cryptosystems in high-dimensional algebras"
24+
type: article
25+
url: "https://joss.theoj.org/papers/10.21105/joss.05272"
26+
volume: 8
27+
title: "Hypercomplex: abstract & fast header-only C++ template library
28+
for lattice-based cryptosystems in high-dimensional algebras"
29+

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
[![build](https://github.com/AngryMaciek/hypercomplex/workflows/cpplint/badge.svg?branch=master)](https://github.com/AngryMaciek/hypercomplex/actions?query=workflow%3Acpplint)
77
[![CodeFactor](https://www.codefactor.io/repository/github/angrymaciek/hypercomplex/badge)](https://www.codefactor.io/repository/github/angrymaciek/hypercomplex)
88
[![docs](https://github.com/AngryMaciek/hypercomplex/workflows/docs/badge.svg?branch=master)](https://github.com/AngryMaciek/hypercomplex/actions?query=workflow%3Adocs)
9-
[![GitHub issues](https://img.shields.io/github/issues/AngryMaciek/hypercomplex)](https://github.com/AngryMaciek/hypercomplex/issues)
10-
[![GitHub license](https://img.shields.io/github/license/AngryMaciek/hypercomplex)](https://github.com/AngryMaciek/hypercomplex/blob/master/LICENSE)
9+
[![DOI](https://joss.theoj.org/papers/10.21105/joss.05272/status.svg)](https://doi.org/10.21105/joss.05272)
1110

1211
<img src="img/logo.png" alt="drawing" height="30"/>
1312

@@ -17,7 +16,7 @@ high-dimensional algebras.
1716

1817
Full documentation & API are available at [this link](https://angrymaciek.github.io/hypercomplex).
1918
Please refer to the [contributing guidelines](CONTRIBUTING.md) if you are interested in contributing to this repository.
20-
Please mind the [code of conduct](CODE_OF_CONDUCT.md) for all interactions with the community.
21-
For suggestions regarding the code please use the [issue tracker](https://github.com/AngryMaciek/hypercomplex/issues).
19+
20+
The following work has been [published in the Journal of Open Source Software](https://joss.theoj.org/papers/10.21105/joss.05272).
2221

2322
_© 2020 Maciej Bak_

0 commit comments

Comments
 (0)