Skip to content

Commit feb90a4

Browse files
Update README.md with citation section
1 parent 44226f4 commit feb90a4

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The Open Syndrome Definition JSON schema is an open, interoperable format for [c
77
## Contribute
88

99
Please feel free to suggest any changes to this format. To ensure that the format is still valid,
10-
do the validation locally. You will need [npm]().
10+
do the validation locally. You will need [npm](https://nodejs.org/pt/learn/getting-started/an-introduction-to-the-npm-package-manager).
1111
Then install [ajv-cli](https://github.com/ajv-validator/ajv-cli)
1212
and [ajv-formats](https://github.com/ajv-validator/ajv-formats):
1313

@@ -28,3 +28,19 @@ ajv validate --spec draft2020 -c ajv-formats -s schemas/v1/schema.json -d brazil
2828
```
2929

3030
If you propose any changes, update the [CHANGELOG](CHANGELOG.md) accordingly.
31+
32+
## Citing & Authors
33+
34+
If you find this repository helpful, feel free to cite our publication: The Open Syndrome Definition
35+
36+
```
37+
@misc{ferreira2025opensyndromedefinition,
38+
title={The Open Syndrome Definition},
39+
author={Ana Paula Gomes Ferreira and Aleksandar Anžel and Izabel Oliva Marcilio de Souza and Helen Hughes and Alex J Elliot and Jude Dzevela Kong and Madlen Schranz and Alexander Ullrich and Georges Hattab},
40+
year={2025},
41+
eprint={2509.25434},
42+
archivePrefix={arXiv},
43+
primaryClass={cs.AI},
44+
url={https://arxiv.org/abs/2509.25434},
45+
}
46+
```

0 commit comments

Comments
 (0)