Skip to content

Commit b8ef6bd

Browse files
committed
docs: add citation instructions to ODRL Evaluator
1 parent c149954 commit b8ef6bd

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,26 @@ const engine = new ODRLEngineMultipleSteps()
142142
const report = await engine.evaluate(input);
143143
```
144144

145+
146+
## Cite
147+
148+
If you are using or extending the ODRL Evaluator as part of a scientific publication,
149+
we would appreciate a citation of our [article](https://raw.githubusercontent.com/woutslabbinck/papers/main/2025/Interoperable-Interpretation-and-Evaluation-of-ODRL-Policies.pdf).
150+
151+
```bibtex
152+
@inproceedings{slabbinck_interoperable_2025,
153+
title = {Interoperable Interpretation and Evaluation of ODRL Policies},
154+
isbn = {978-3-031-94578-6},
155+
doi = {10.1007/978-3-031-94578-6_11},
156+
booktitle = {The Semantic Web},
157+
author = {Slabbinck, Wout and Rojas Meléndez, Julián and Esteves, Beatriz and Colpaert, Pieter and Verborgh, Ruben},
158+
year = {2025},
159+
pages = {192--209},
160+
}
161+
```
162+
145163
## Feedback and questions
146164

147165
Do not hesitate to [report a bug](https://github.com/SolidLabResearch/ODRL-Evaluator/issues).
148166

149-
Further questions can also be asked to [Wout Slabbinck](mailto:[email protected]) (developer and maintainer of this repository).
167+
Further questions can also be asked to [Wout Slabbinck](mailto:[email protected]) (developer and maintainer of this repository).

0 commit comments

Comments
 (0)