Skip to content

Commit c81076d

Browse files
Fix favicon
1 parent 7ca9894 commit c81076d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+119
-41
lines changed

data/home/hero.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: "hero"
33

44
content:
55
title: "Shaping the Future of Knowledge Graphs"
6-
text: "Orb DB is a fresh start in database design, combining the latest advances in AI and Data Systems to build world's first responsible knowledge graph database. If you like to join the team, we have positions open internationally!"
6+
text: "Orb DB is a fresh start in database design, combining the latest advances in AI and Data Systems to build world's first responsible knowledge graph database."
77

88
buttonPrimary:
99
label: "Get in touch"

data/home/portofolio.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
enabled: true
2+
id: "portfolio"
3+
4+
content:
5+
- image: "images/portfolio-ecommerce.png"
6+
pretitle: "Our Vision"
7+
title: "ORB: Empowering Graph Queries through Inference"
8+
text: "Executing queries on incomplete, sparse knowledge graphs yields incomplete results, especially when it comes to queries involving traversals. We question the applicability of all known architectures for incomplete knowledge bases and propose Orb DB: a clear departure from existing system designs, relying on Machine Learning-based operators to provide inferred query results."
9+
10+
buttons:
11+
# - label: "See live"
12+
# url: "#"
13+
14+
- label: "Read paper"
15+
url: "https://ceur-ws.org/Vol-3443/ESWC_2023_DMKG_paper_6223.pdf"
16+
17+
- image: "images/portfolio-ecommerce.png"
18+
pretitle: "Orb DB's Query Optimization"
19+
title: "Query Optimization for Inference-Based Graph DBs"
20+
text: "This work aims to develop a novel graph query optimizer that leverages the power of Graph Machine Learning to equip graph queries with prediction capabilities while offering approximate but timely results to complex queries. We discuss challenges, design decisions, and research avenues required in materializing this prototype."
21+
buttons:
22+
# - label: "See live"
23+
# url: "#"
24+
25+
- label: "Read paper"
26+
url: "https://ceur-ws.org/Vol-3452/paper9.pdf"

public/categories/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ <h2 class="fs-1 fw-bold text-center text-primary pb-3">Categories</h2>
201201
<div class="row text-center">
202202
<div class="col-12">
203203
<div class="mb-4">
204-
<img src="images/iva.png" alt="Sponsored by IVA" class="img-fluid" style="max-width: 500px;">
204+
<img src="images/iva.png" alt="Sponsored by IVA" class="img-fluid" style="max-width: 550px;">
205205
</div>
206206

207207

public/favicon-114.png

4.06 KB

public/favicon-120.png

4.25 KB

public/favicon-144.png

5.19 KB

public/favicon-152.png

5.5 KB

public/favicon-180.png

6.67 KB

public/favicon-196.png

7.38 KB

public/favicon-32.png

918 Bytes

0 commit comments

Comments
 (0)