pjsheals commited on
Commit
4e07f96
·
verified ·
1 Parent(s): 15ef32c

Add references.bib (BibTeX)

Browse files

Adds BibTeX entries for the white paper (with DOI) and related resources (GitHub repos, etc.).
For researchers citing via LaTeX and reference managers.
Version: v1.0
DOI: https://doi.org/10.5281/zenodo.17117353
License: CC BY 4.0

Files changed (1) hide show
  1. references.bib +37 -0
references.bib ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @report{ShealsDeRosen2025_RetrievalDynamics,
2
+ title = {AI Visibility Retrieval Dynamics: Tiered Citation Platforms, Decay, and the Governance Gap in LLM Discoverability},
3
+ author = {Sheals, Paul and de Rosen, Tim},
4
+ year = {2025},
5
+ version = {v1.0},
6
+ institution = {The AIVO Standard},
7
+ doi = {10.5281/zenodo.17117353},
8
+ url = {https://doi.org/10.5281/zenodo.17117353},
9
+ type = {White paper}
10
+ }
11
+
12
+ @misc{Sheals2025_AIVOStandard_GitHub,
13
+ title = {AIVO Standard — Official GitHub Repository},
14
+ author = {Sheals, Paul},
15
+ year = {2025},
16
+ howpublished = {GitHub repository},
17
+ url = {https://github.com/pjsheals/aivo-standard},
18
+ note = {Accessed 2025-09-14}
19
+ }
20
+
21
+ @misc{Sheals2025_PSOS_Methodology_GitHub,
22
+ title = {PSOS\texttrademark{} Methodology — Official GitHub Repository},
23
+ author = {Sheals, Paul},
24
+ year = {2025},
25
+ howpublished = {GitHub repository},
26
+ url = {https://github.com/PJSheals/PSOS-Methodology},
27
+ note = {Accessed 2025-09-14}
28
+ }
29
+
30
+ @misc{Sheals2025_RetrievalDynamics_GitHub,
31
+ title = {AI Visibility Retrieval Dynamics — GitHub Repository},
32
+ author = {Sheals, Paul},
33
+ year = {2025},
34
+ howpublished = {GitHub repository},
35
+ url = {https://github.com/pjsheals/aivo-retrieval-dynamics},
36
+ note = {Accessed 2025-09-14}
37
+ }