diff options
author | Federico Igne <federico.igne@cs.ox.ac.uk> | 2021-11-18 18:00:30 +0000 |
---|---|---|
committer | Federico Igne <federico.igne@cs.ox.ac.uk> | 2021-11-18 18:00:30 +0000 |
commit | 1398930f4d81664534af1c90cf15b064d869eb2c (patch) | |
tree | bb7c76b849f4134783ab426074562ec94d3a56f2 | |
parent | 5d3339369e82fdbacf93644371e5b79d2b4d13fc (diff) | |
download | RSAComb-1398930f4d81664534af1c90cf15b064d869eb2c.tar.gz RSAComb-1398930f4d81664534af1c90cf15b064d869eb2c.zip |
Update CITATION.cff with new DOI
-rw-r--r-- | CITATION.cff | 4 | ||||
-rw-r--r-- | README.md | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/CITATION.cff b/CITATION.cff index 9038802..60bcfe1 100644 --- a/CITATION.cff +++ b/CITATION.cff | |||
@@ -12,6 +12,6 @@ authors: | |||
12 | orcid: "https://orcid.org/0000-0002-2685-7462" | 12 | orcid: "https://orcid.org/0000-0002-2685-7462" |
13 | title: "RSAComb - Combined approach for Conjunctive Query answering in RSA" | 13 | title: "RSAComb - Combined approach for Conjunctive Query answering in RSA" |
14 | version: 0.1.1 | 14 | version: 0.1.1 |
15 | doi: 10.5281/zenodo.5047811 | 15 | doi: 10.5281/zenodo.5047810 |
16 | date-released: 2021-06-30 | 16 | date-released: 2021-11-18 |
17 | url: "https://github.com/KRR-Oxford/RSAComb" | 17 | url: "https://github.com/KRR-Oxford/RSAComb" |
@@ -30,8 +30,8 @@ Combined approach for Conjunctive Query answering in RSA | |||
30 | <a href="LICENSE"> | 30 | <a href="LICENSE"> |
31 | <img src="https://img.shields.io/github/license/KRR-Oxford/RSAComb.svg?style=for-the-badge" alt="License badge"> | 31 | <img src="https://img.shields.io/github/license/KRR-Oxford/RSAComb.svg?style=for-the-badge" alt="License badge"> |
32 | </a> | 32 | </a> |
33 | <a href="https://doi.org/10.5281/zenodo.5047811"> | 33 | <a href="https://doi.org/10.5281/zenodo.5047810"> |
34 | <img src="https://img.shields.io/badge/DOI-10.5281/zenodo.5047811-blue?style=for-the-badge" alt="DOI badge"> | 34 | <img src="https://img.shields.io/badge/DOI-10.5281/zenodo.5047810-blue?style=for-the-badge" alt="DOI badge"> |
35 | </a> | 35 | </a> |
36 | </p> | 36 | </p> |
37 | 37 | ||