mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-09-12 04:01:35 +00:00
- Add Snowflake connector with multi-authentication support (PR #276) - Add Apache Arrow export with explicit schemas (PR #273) - Add comprehensive benchmark suite with regression CLI (PR #289) - Update version to 0.2.7 across all files - Update documentation and citations - 44/44 tests passing, zero breaking changes
49 lines
1.5 KiB
Markdown
49 lines
1.5 KiB
Markdown
# Citation
|
|
|
|
How to cite Semantica in academic papers and research.
|
|
|
|
---
|
|
|
|
## BibTeX
|
|
|
|
```bibtex
|
|
@software{semantica2026,
|
|
title = {Semantica: An Open Source Framework for Semantic Layers and Knowledge Engineering},
|
|
author = {Hawksight AI},
|
|
year = {2026},
|
|
url = {https://github.com/Hawksight-AI/semantica},
|
|
version = {0.2.7},
|
|
doi = {10.5281/zenodo.XXXXXXX}
|
|
}
|
|
```
|
|
|
|
### APA
|
|
Hawksight AI. (2026). *Semantica: An Open Source Framework for Semantic Layers and Knowledge Engineering* (Version 0.2.7) [Computer software]. https://github.com/Hawksight-AI/semantica
|
|
|
|
### MLA
|
|
Hawksight AI. *Semantica: An Open Source Framework for Semantic Layers and Knowledge Engineering*. Version 0.2.7, GitHub, 2026, https://github.com/Hawksight-AI/semantica.
|
|
|
|
### Chicago
|
|
Hawksight AI. *Semantica: An Open Source Framework for Semantic Layers and Knowledge Engineering*. Version 0.2.7. GitHub, 2026. https://github.com/Hawksight-AI/semantica.
|
|
|
|
### IEEE
|
|
Hawksight AI, "Semantica: An Open Source Framework for Semantic Layers and Knowledge Engineering," Version 0.2.7, GitHub, 2026. [Online]. Available: https://github.com/Hawksight-AI/semantica
|
|
|
|
---
|
|
|
|
## Acknowledgment
|
|
|
|
If you use Semantica in your work:
|
|
|
|
> "This work uses Semantica (Hawksight AI, 2026), an open-source framework for semantic layer construction and knowledge engineering."
|
|
|
|
---
|
|
|
|
## Share Your Research
|
|
|
|
Published research using Semantica? [Let us know](https://github.com/Hawksight-AI/semantica/issues) - we may feature your work!
|
|
|
|
---
|
|
|
|
**License**: MIT - See [License](license.md) for details
|