Skip to content

Commit 7435ccf

Browse files
docs: add arXiv paper citation section to README (#1006)
Add reference to published arXiv paper (2601.10431) with citation information. Includes direct link and BibTeX entry for proper academic attribution. Co-authored-by: florath-ai-assistant[bot] <Andreas.Florath@telekom.de>
1 parent 6cfc1a5 commit 7435ccf

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

README.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)
66
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.17788487.svg)](https://doi.org/10.5281/zenodo.17788487)
77

8-
Aletheia-Probe is a comprehensive command-line tool for evaluating the legitimacy of academic journals and conferences. By aggregating data from authoritative sources and applying advanced pattern analysis, it helps researchers, librarians, and institutions detect predatory venues and ensure the integrity of scholarly publishing.
8+
Aletheia-Probe is a command-line tool for evaluating the legitimacy of academic journals and conferences. By aggregating data from authoritative sources and applying advanced pattern analysis, it helps researchers, librarians, and institutions detect predatory venues and ensure the integrity of scholarly publishing.
99

1010
**Dual-Purpose Tool**: Aletheia-Probe serves both individual researchers checking publication venues and as research infrastructure for empirical studies on scholarly publishing. Beyond individual use, the tool supports systematic literature reviews, bibliometric analysis, and meta-research workflows leveraging 240M+ publication records. For detailed research applications, see the [Research Applications Guide](docs/research-applications.md).
1111

@@ -252,6 +252,27 @@ To enhance coverage with Scopus data:
252252
- [Contributing Guide](.github/community/CONTRIBUTING.md) - Development setup and guidelines
253253
- [Coding Standards](dev-notes/CODING_STANDARDS.md) - Code quality requirements
254254
255+
## Paper and Citation
256+
257+
This tool and its methodology are described in the following academic paper:
258+
259+
**Aletheia-Probe: A Tool for Automated Journal Assessment**
260+
Available at: https://arxiv.org/abs/2601.10431
261+
262+
To cite this work, please use the following BibTeX entry:
263+
264+
```bibtex
265+
@misc{florath2026aletheiaprobetoolautomatedjournal,
266+
title={Aletheia-Probe: A Tool for Automated Journal Assessment},
267+
author={Andreas Florath},
268+
year={2026},
269+
eprint={2601.10431},
270+
archivePrefix={arXiv},
271+
primaryClass={cs.DL},
272+
url={https://arxiv.org/abs/2601.10431},
273+
}
274+
```
275+
255276
## Funding Acknowledgment
256277
257278
This work was funded by the Federal Ministry of Research, Technology
@@ -260,4 +281,4 @@ SUSTAINET-guardian project. The views expressed are those of the author.
260281
261282
## License
262283
263-
MIT License - see [LICENSE](LICENSE) file for details.
284+
MIT License - see [LICENSE](LICENSE) file for details.

0 commit comments

Comments
 (0)