You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-19Lines changed: 18 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,18 +35,19 @@ pip install ./ontoaligner
35
35
36
36
## 📚 Documentation
37
37
38
-
Comprehensive documentation for OntoAligner, including detailed guides and examples, is available at **[ontoaligner.readthedocs.io](https://ontoaligner.readthedocs.io/)**.
38
+
Comprehensive documentation for OntoAligner, including detailed guides and examples, is available at **[ontoaligner.readthedocs.io](https://ontoaligner.readthedocs.io/)**. Below are some key tutorials with links to both the documentation and the corresponding example codes.
| Large Language Models |[📚 Large Language Models Aligner](https://ontoaligner.readthedocs.io/tutorials/llm.html)|[📝 Code](https://github.com/sciknoworg/OntoAligner/blob/main/examples/llm_matching.py)|
| Large Language Models |[📚 Large Language Models Aligner](https://ontoaligner.readthedocs.io/aligner/llm.html)|[📝 Code](https://github.com/sciknoworg/OntoAligner/blob/main/examples/llm_matching.py)|
We welcome contributions to enhance OntoAligner and make it even better! Please review our contribution guidelines in [CONTRIBUTING.md](CONTRIBUTING.md) before getting started.You are also welcome to assist with the ongoing maintenance by referring to [MAINTENANCE.md](MAINTENANCE.md). Your support is greatly appreciated.
133
+
We welcome contributions to enhance OntoAligner and make it even better! Please review our contribution guidelines in [CONTRIBUTING.md](CONTRIBUTING.md) before getting started.You are also welcome to assist with the ongoing maintenance by referring to [MAINTENANCE.md](MAINTENANCE.md). Your support is greatly appreciated.
133
134
134
135
135
136
If you encounter any issues or have questions, please submit them in the [GitHub issues tracker](https://github.com/sciknoworg/OntoAligner/issues).
136
137
137
138
138
139
## 💡 Acknowledgements
139
140
140
-
If you use OntoAligner in your work or research, please cite the following:
141
+
If you use OntoAligner in your work or research, please cite the following preprint:
141
142
142
143
```bibtex
143
-
@software{babaei_giglou_ontoaligner_2025,
144
-
author = {Hamed Babaei Giglou and Jennifer D'Souza and Oliver Karras and S{"o}ren Auer},
145
-
title = {OntoAligner: A Comprehensive Modular and Robust Python Toolkit for Ontology Alignment},
0 commit comments