Skip to content

Commit ffb447e

Browse files
authored
Merge pull request #2 from o19s/add_talks
Add talks, freshen up the site.
2 parents 45bfbd8 + 7386373 commit ffb447e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ This is the website for UBI which is available at https://ubisearch.dev, hosted
55
## Serving Locally for Development
66

77
```
8+
python -m venv venv
89
source ./venv/bin/activate
10+
pip install -r requirements.txt
11+
912
mkdocs serve
1013
```
1114

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Are you or your organization using UBI? Let us know! We'd [love to hear about it
1616

1717
Learn more about UBI through conference presentations. If you have talked about UBI let us know so we can link your talk here, too.
1818

19+
* :material-link: UBI at OpenSearchCon NA 2024 - [Watch the presentation](https://youtu.be/xi261oUamXc?si=59zykK08kSMvG9nD)
1920
* :material-link: UBI at OpenSearchCon EU 2024 - [Watch the presentation](https://www.youtube.com/watch?v=dH7SPHKpxo0)
2021
* :material-link: UBI at Haystack Conference 2024 - [Your Search Engine Needs a Memory! (presentation and slides)](https://haystackconf.com/us2024/talk-15/)
2122
* :material-link: UBI at MICES 2024 - [Watch the presentation](https://youtu.be/8_4VRtMWtSY) and see the [slides](https://mices.co/slides/user-behavior%20insights-mices-2024.pdf)

0 commit comments

Comments
 (0)