-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
559fd09
commit 7c9acb8
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
[![CC BY-NC 4.0][cc-by-nc-shield]][cc-by-nc] | ||
|
||
# 🥝 JUISSIE (JUlIa Semantic Search pIpelinE) | ||
|
||
Juissie is a Julia-native semantic query engine. It can be used as a package in software development workflows, or via its desktop user interface. | ||
|
@@ -16,6 +18,7 @@ https://github.com/Juissie-GW/Juissie.jl/assets/12187602/14fce4a5-8d6e-4108-8a88 | |
* [Tech Stack](#tech-stack) | ||
* [External Resources](#external-resources) | ||
* [Contact](#contact) | ||
* [License](#license) | ||
|
||
|
||
## Getting Started | ||
|
@@ -205,3 +208,12 @@ Questions? Reach out to our team: | |
- Arthur Bacon ([@toon-leader-bacon](https://github.com/toon-leader-bacon), [email](mailto:[email protected])) | ||
- Alexey Iakovenko ([@AlexeyIakovenko](https://github.com/AlexeyIakovenko), [email](mailto:[email protected])) | ||
- Artin Yousefi ([@ArtinYousefi](https://github.com/ArtinYousefi), [email](mailto:[email protected])) | ||
|
||
## License | ||
This work is licensed under a [Creative Commons Attribution-NonCommercial 4.0 International License][cc-by-nc]. | ||
|
||
[![CC BY-NC 4.0][cc-by-nc-image]][cc-by-nc] | ||
|
||
[cc-by-nc]: https://creativecommons.org/licenses/by-nc/4.0/ | ||
[cc-by-nc-image]: https://licensebuttons.net/l/by-nc/4.0/88x31.png | ||
[cc-by-nc-shield]: https://img.shields.io/badge/License-CC%20BY--NC%204.0-lightgrey.svg |