mirror of
https://github.com/core-hn/pseudobsidian-ization.git
synced 2026-07-22 06:57:06 +00:00
docs: ajout section citation APA/BibTeX au README (FR/EN)
This commit is contained in:
parent
0b032b82a4
commit
9716e0f541
2 changed files with 42 additions and 0 deletions
21
README.fr.md
21
README.fr.md
|
|
@ -219,6 +219,27 @@ Merci d'ouvrir une issue avant de proposer une pull request pour les fonctionnal
|
|||
|
||||
---
|
||||
|
||||
## Citer ce travail
|
||||
|
||||
Si vous utilisez ce plugin dans une recherche académique, merci de le citer (norme APA 7e édition) :
|
||||
|
||||
> Abbadie, A. (2026). *Pseudonymizer Tool* (Version 0.1.7) [Computer software]. UR LHUMAIN, Université de Montpellier Paul-Valéry. https://github.com/core-hn/pseudobsidian-ization
|
||||
|
||||
BibTeX :
|
||||
|
||||
```bibtex
|
||||
@software{abbadie_pseudonymizer_tool,
|
||||
author = {Abbadie, Axelle},
|
||||
title = {Pseudonymizer Tool},
|
||||
year = {2026},
|
||||
version = {0.1.7},
|
||||
url = {https://github.com/core-hn/pseudobsidian-ization},
|
||||
note = {UR LHUMAIN, Université de Montpellier Paul-Valéry}
|
||||
}
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Licence
|
||||
|
||||
GPL 3.0
|
||||
|
|
|
|||
21
README.md
21
README.md
|
|
@ -232,6 +232,27 @@ Please open an issue before submitting a pull request for significant features.
|
|||
|
||||
---
|
||||
|
||||
## Citing this work
|
||||
|
||||
If you use this plugin in academic research, please cite it (APA 7th edition):
|
||||
|
||||
> Abbadie, A. (2026). *Pseudonymizer Tool* (Version 0.1.7) [Computer software]. UR LHUMAIN, Université de Montpellier Paul-Valéry. https://github.com/core-hn/pseudobsidian-ization
|
||||
|
||||
BibTeX:
|
||||
|
||||
```bibtex
|
||||
@software{abbadie_pseudonymizer_tool,
|
||||
author = {Abbadie, Axelle},
|
||||
title = {Pseudonymizer Tool},
|
||||
year = {2026},
|
||||
version = {0.1.7},
|
||||
url = {https://github.com/core-hn/pseudobsidian-ization},
|
||||
note = {UR LHUMAIN, Université de Montpellier Paul-Valéry}
|
||||
}
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Licence
|
||||
|
||||
GPL 3.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue