Skip to content

Commit dd38eea

Browse files
committed
removed session, updated kn order
1 parent e55ba5a commit dd38eea

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

_layouts/default.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,16 @@ <h1 class="masthead-title">
3737
<div class="dropdown">
3838
<a class="{% if page.url == node.url %}active{% endif %}" href="{{ site.baseurl }}{{ node.url }}">{{ node.sidebartitle }}</a>
3939
<div class="dropdown-content">
40-
<a href="{{ site.baseurl }}/2025/keynote-alessandro-oltramari">Alessandro Oltramari</a>
4140
<a href="{{ site.baseurl }}/2025/keynote-jodi-schneider">Jodi Schneider</a>
41+
<a href="{{ site.baseurl }}/2025/keynote-alessandro-oltramari">Alessandro Oltramari</a>
4242
</div>
4343
</div>
4444
{% elsif node.sidebartitle == "Sessions" %}
4545
<div class="dropdown">
4646
<a class="{% if page.url == node.url %}active{% endif %}" href="{{ site.baseurl }}{{ node.url }}">{{ node.sidebartitle }}</a>
4747
<div class="dropdown-content">
48-
<a href="{{ site.baseurl }}/2025/session-1">Dec 08 - Session 1 - Materials Science + KGs</a>
49-
<a href="{{ site.baseurl }}/2025/session-2">Dec 08 - Session 2 - Next-Generation Semantic Systems: Knowledge Graphs and Large Language Models</a>
50-
<a href="{{ site.baseurl }}/2025/session-6">Dec 08 - Session 3 - Bridging Memory and Machine: Semantic Technologies for Historical Research in the Age of AI</a>
48+
<a href="{{ site.baseurl }}/2025/session-2">Dec 08 - Session 1 - Next-Generation Semantic Systems: Knowledge Graphs and Large Language Models</a>
49+
<a href="{{ site.baseurl }}/2025/session-6">Dec 08 - Session 2 - Bridging Memory and Machine: Semantic Technologies for Historical Research in the Age of AI</a>
5150
<a href="{{ site.baseurl }}/2025/session-3">Dec 09 - Session 1 - Multiagent Neurosymbolic CoPilot in Industry 4.0</a>
5251
<a href="{{ site.baseurl }}/2025/session-4">Dec 09 - Session 2 - Knowledge Engineering for an Intelligent Textbook</a>
5352
<a href="{{ site.baseurl }}/2025/session-5">Dec 09 - Session 3 - Innovations in Food Informatics Research</a>

0 commit comments

Comments
 (0)