mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
Bump version, cut CHANGELOG's Unreleased section into 0.6.6, backfill changelog entries for merged PRs missing from it, and refresh version-dependent references in README/docs.
54 lines
1.9 KiB
Markdown
54 lines
1.9 KiB
Markdown
---
|
|
title: "Citation"
|
|
description: "How to cite Semantica in academic papers and research."
|
|
icon: "quote-left"
|
|
---
|
|
|
|
> Use Semantica in your research? Here's how to cite it.
|
|
|
|
|
|
## Citation Formats
|
|
|
|
<Tabs>
|
|
<Tab title="BibTeX">
|
|
```bibtex
|
|
@software{semantica2026,
|
|
title = {Semantica: Graph-Native Infrastructure for Context and Accountable AI Systems},
|
|
author = {Semantica},
|
|
year = {2026},
|
|
url = {https://github.com/semantica-agi/semantica},
|
|
version = {0.6.6},
|
|
doi = {10.5281/zenodo.XXXXXXX}
|
|
}
|
|
```
|
|
</Tab>
|
|
<Tab title="APA">
|
|
Semantica. (2026). *Semantica: Graph-Native Infrastructure for Context and Accountable AI Systems* (Version 0.6.6) \[Computer software\]. https://github.com/semantica-agi/semantica
|
|
</Tab>
|
|
<Tab title="MLA">
|
|
Semantica. *Semantica: Graph-Native Infrastructure for Context and Accountable AI Systems*. Version 0.6.6, GitHub, 2026, https://github.com/semantica-agi/semantica.
|
|
</Tab>
|
|
<Tab title="Chicago">
|
|
Semantica. *Semantica: Graph-Native Infrastructure for Context and Accountable AI Systems*. Version 0.6.6. GitHub, 2026. https://github.com/semantica-agi/semantica.
|
|
</Tab>
|
|
<Tab title="IEEE">
|
|
Semantica, "Semantica: Graph-Native Infrastructure for Context and Accountable AI Systems," Version 0.6.6, GitHub, 2026. \[Online\]. Available: https://github.com/semantica-agi/semantica
|
|
</Tab>
|
|
</Tabs>
|
|
|
|
|
|
## Acknowledgment Text
|
|
|
|
> "This work uses Semantica (2026), an open-source graph-native infrastructure framework for context and accountable AI systems, providing Context Graphs, knowledge graphs, and full decision provenance."
|
|
|
|
|
|
## Share Your Research
|
|
|
|
Published research using Semantica? [Let us know](https://github.com/semantica-agi/semantica/issues): we may feature your work.
|
|
|
|
|
|
## See Also
|
|
|
|
- [License](project-license) — MIT License details.
|
|
- [Community](community) — Connect with the Semantica community.
|