-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
45 lines (39 loc) · 1002 Bytes
/
_config.yml
File metadata and controls
45 lines (39 loc) · 1002 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
title: KnowledgeXLab
description: >-
Welcome to KnowledgeXLab! We are creating self-evolving intelligence through autonomous reasoning and continuous learning.
url: "https://knowledgexlab.github.io"
baseurl: ""
# Lab info
lab_email: "knowledgex@pjlab.org.cn"
lab_location: "Building L1, International Media Port, No. 129 Longwen Road, Xuhui District, Shanghai"
lab_github: "https://github.com/KnowledgeXLab"
lab_twitter: ""
# Navigation
nav_links:
- title: Home
url: /
- title: Team
url: /people/
- title: Publications
url: /publications/
- title: Projects
url: /projects/
- title: Contact
url: /contact/
# Latest news (shown on home page, most recent first)
news:
- date: "2026.04"
text: "Two Papers are accepted at ACL 2026 🎉"
- date: "2026.01"
text: "Three Papers are accepted at ICLR 2026 🎉"
plugins:
- jekyll-seo-tag
markdown: kramdown
permalink: pretty
exclude:
- Gemfile
- Gemfile.lock
- vendor/
- docs/
- "*.sh"
- README.md