mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
Add a Cite Us section to the README with BibTeX citation info, and align it with docs/citation.md (author/organization: Semantica, 2026). Update LICENSE and docs/project-license.md copyright holder to Semantica, and replace the stale Hawksight-AI GitHub org slug with semantica-agi across READMEs, plugin manifests, cookbook notebooks, and GitHub templates.
53 lines
1.8 KiB
Markdown
53 lines
1.8 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},
|
|
doi = {10.5281/zenodo.XXXXXXX}
|
|
}
|
|
```
|
|
</Tab>
|
|
<Tab title="APA">
|
|
Semantica. (2026). *Semantica: Graph-Native Infrastructure for Context and Accountable AI Systems* \[Computer software\]. https://github.com/semantica-agi/semantica
|
|
</Tab>
|
|
<Tab title="MLA">
|
|
Semantica. *Semantica: Graph-Native Infrastructure for Context and Accountable AI Systems*. GitHub, 2026, https://github.com/semantica-agi/semantica.
|
|
</Tab>
|
|
<Tab title="Chicago">
|
|
Semantica. *Semantica: Graph-Native Infrastructure for Context and Accountable AI Systems*. GitHub, 2026. https://github.com/semantica-agi/semantica.
|
|
</Tab>
|
|
<Tab title="IEEE">
|
|
Semantica, "Semantica: Graph-Native Infrastructure for Context and Accountable AI Systems," 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.
|