Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmccabe authored Apr 13, 2024
1 parent 559fd09 commit 7c9acb8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
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.
Expand All @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 7c9acb8

Please sign in to comment.