Skip to content

Commit e9e6bb5

Browse files
committed
Enhance Docusaurus configuration and add About section
- Updated the tagline to reflect the group's research focus on big data management, parallel systems, and cloud computing. - Introduced new 'About' and 'Projects' pages detailing the Xtra Computing Group's mission and key projects. - Updated navigation items to replace 'Docs' with 'About' and adjusted sidebar paths accordingly. - Changed the logo to a new image and added a small logo variant. - Modified CSS variables for improved color scheme consistency across themes.
1 parent b070bc2 commit e9e6bb5

10 files changed

Lines changed: 47 additions & 73 deletions

File tree

docs/intro.md renamed to about/intro.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
sidebar_position: 1
3-
slug: /intro
43
---
54

65
# About Xtra Computing Group
@@ -17,22 +16,10 @@ We work on **big data management systems**, **parallel and distributed computing
1716
- **LLM Systems & Privacy** — infrastructure and evaluation tools for large language models, including data privacy assessment.
1817
- **GPU-Accelerated ML** — libraries and frameworks that exploit GPU parallelism for classical and modern ML algorithms.
1918

20-
## Key Projects
21-
22-
| Project | Venue | Description |
23-
|---------|-------|-------------|
24-
| [LLM-PBE](https://github.com/Xtra-Computing/LLM-PBE) | SIGMOD 2024 *(Best Paper Nomination)* | Toolkit for systematic evaluation of data privacy risks in LLMs |
25-
| [VertiBench](https://github.com/Xtra-Computing/VertiBench) | ICLR 2024 | Benchmarks for vertical federated learning with diverse feature distributions |
26-
| [Model Go](https://github.com/Xtra-Computing/ModelGo) | WWW 2024 *(Oral)* | License analysis tool for machine learning projects |
27-
| [ThunderGBM](https://github.com/Xtra-Computing/thundergbm) | JMLR 2021 | Fast gradient boosted trees and random forests on GPUs |
28-
| [ThunderSVM](https://github.com/Xtra-Computing/thundersvm) | JMLR 2018 | Fast SVM library for GPUs and CPUs |
29-
3019
## Join Us
3120

3221
We welcome **undergraduate interns**, **PhD candidates**, and **postdoctoral fellows** to join our collaborative research environment.
3322

34-
Visit [www.xtra.science](https://www.xtra.science) for open positions and contact information.
35-
3623
## Links
3724

3825
- Website: [www.xtra.science](https://www.xtra.science)

about/projects.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
sidebar_position: 2
3+
---
4+
5+
# Projects
6+
7+
## Key Projects
8+
9+
| Project | Venue | Description |
10+
|---------|-------|-------------|
11+
| [LLM-PBE](https://github.com/Xtra-Computing/LLM-PBE) | SIGMOD 2024 *(Best Paper Nomination)* | Toolkit for systematic evaluation of data privacy risks in LLMs |
12+
| [VertiBench](https://github.com/Xtra-Computing/VertiBench) | ICLR 2024 | Benchmarks for vertical federated learning with diverse feature distributions |
13+
| [Model Go](https://github.com/Xtra-Computing/ModelGo) | WWW 2024 *(Oral)* | License analysis tool for machine learning projects |
14+
| [ThunderGBM](https://github.com/Xtra-Computing/thundergbm) | JMLR 2021 | Fast gradient boosted trees and random forests on GPUs |
15+
| [ThunderSVM](https://github.com/Xtra-Computing/thundersvm) | JMLR 2018 | Fast SVM library for GPUs and CPUs |

blog/2025-04-28-invited-speakers/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ image: ./banner.png
55
---
66

77
We are delighted to invite every member to an exclusive seminar featuring research from authors with papers accepted at [**ICLR 2025**](https://iclr.cc/Conferences/2025). This is a unique opportunity to hear firsthand about their latest work and engage in insightful discussions.
8-
8+
<!-- truncate -->
99
## Date
1010

1111
**April 28, 2025 (Friday)**
@@ -15,7 +15,7 @@ We are delighted to invite every member to an exclusive seminar featuring resear
1515

1616
<a href="https://docs.google.com/forms/d/e/1FAIpQLSe4jpIXEIbHI5ULZ_S4ttW2FGfxqiAWuAvDgdw5i5HZ3CTYFw/viewform?usp=dialog" class="button button--primary button--sm" target="_blank" rel="noopener noreferrer">Registration Closed</a>
1717

18-
<!-- truncate -->
18+
1919

2020
## Speakers
2121

blog/2025-08-08-ridge-workshop/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ image: ./banner.png
99
The Ridge Computing System Workshop — sponsored by [**AMD HACC @ NUS**](https://www.amd-haccs.io/nus.html) and the [**NUS AI Institute**](https://ai.nus.edu.sg/) — convened researchers, engineers, and industry leaders to chart the future of heterogeneous, high-performance systems for big-data analytics and AI.
1010

1111
Through invited keynotes and industry talks, participants explored real-world workloads spanning CPUs, GPUs, and adaptive accelerators; software-hardware co-design for performance-per-watt; and emerging directions in green computing.
12-
12+
<!-- truncate -->
1313
## Date
1414

1515
**August 8, 2025 (Friday)**
@@ -21,8 +21,6 @@ Through invited keynotes and industry talks, participants explored real-world wo
2121

2222
<!-- ![Venue](./venue.png) -->
2323

24-
<!-- truncate -->
25-
2624
## Timetable
2725

2826
<div className="compact-table">

blog/2026-03-01-welcome/index.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

docusaurus.config.ts

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import type * as Preset from '@docusaurus/preset-classic';
44

55
const config: Config = {
66
title: 'Xtra Computing Group',
7-
tagline: 'Research blog of Xtra Computing Group at NUS',
7+
tagline: 'The Xtra Computing Group is working in exciting areas of Big data management systems (with special interests in cloud computing and emerging hardware systems), Parallel and distributed systems and Cloud Computing.',
88
favicon: 'img/favicon.ico',
99

1010
future: {
@@ -31,6 +31,8 @@ const config: Config = {
3131
'classic',
3232
{
3333
docs: {
34+
routeBasePath: 'about',
35+
path: 'about',
3436
sidebarPath: './sidebars.ts',
3537
editUrl: 'https://github.com/Xtra-Computing/blog/tree/main/',
3638
},
@@ -63,16 +65,19 @@ const config: Config = {
6365
title: 'Xtra Computing',
6466
logo: {
6567
alt: 'Xtra Computing Logo',
66-
src: 'img/logo.svg',
68+
src: 'img/logo.png',
69+
srcDark: 'img/logo.png',
70+
width: 32,
71+
height: 32,
6772
},
6873
items: [
74+
{to: '/blog', label: 'Blog', position: 'left'},
6975
{
7076
type: 'docSidebar',
7177
sidebarId: 'tutorialSidebar',
7278
position: 'left',
73-
label: 'Docs',
79+
label: 'About',
7480
},
75-
{to: '/blog', label: 'Blog', position: 'left'},
7681
{
7782
href: 'https://github.com/Xtra-Computing/blog',
7883
label: 'GitHub',
@@ -87,7 +92,7 @@ const config: Config = {
8792
title: 'Content',
8893
items: [
8994
{label: 'Blog', to: '/blog'},
90-
{label: 'Docs', to: '/docs/intro'},
95+
{label: 'About', to: '/about/intro'},
9196
],
9297
},
9398
{
@@ -97,6 +102,10 @@ const config: Config = {
97102
label: 'GitHub',
98103
href: 'https://github.com/Xtra-Computing',
99104
},
105+
{
106+
label: 'Hugging Face',
107+
href: 'https://huggingface.co/Xtra-Computing',
108+
},
100109
],
101110
},
102111
{

src/css/custom.css

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,26 @@
66

77
/* You can override the default Infima variables here. */
88
:root {
9-
--ifm-color-primary: #2e8555;
10-
--ifm-color-primary-dark: #29784c;
11-
--ifm-color-primary-darker: #277148;
12-
--ifm-color-primary-darkest: #205d3b;
13-
--ifm-color-primary-light: #33925d;
14-
--ifm-color-primary-lighter: #359962;
15-
--ifm-color-primary-lightest: #3cad6e;
9+
--ifm-color-primary: #3b7ab8;
10+
--ifm-color-primary-dark: #3670a9;
11+
--ifm-color-primary-darker: #326a9f;
12+
--ifm-color-primary-darkest: #295783;
13+
--ifm-color-primary-light: #4d8cc4;
14+
--ifm-color-primary-lighter: #5896ca;
15+
--ifm-color-primary-lightest: #74a9d3;
1616
--ifm-code-font-size: 95%;
1717
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
1818
}
1919

2020
/* For readability concerns, you should choose a lighter palette in dark mode. */
2121
[data-theme='dark'] {
22-
--ifm-color-primary: #25c2a0;
23-
--ifm-color-primary-dark: #21af90;
24-
--ifm-color-primary-darker: #1fa588;
25-
--ifm-color-primary-darkest: #1a8870;
26-
--ifm-color-primary-light: #29d5b0;
27-
--ifm-color-primary-lighter: #32d8b4;
28-
--ifm-color-primary-lightest: #4fddbf;
22+
--ifm-color-primary: #5896ca;
23+
--ifm-color-primary-dark: #3b7ab8;
24+
--ifm-color-primary-darker: #3670a9;
25+
--ifm-color-primary-darkest: #326a9f;
26+
--ifm-color-primary-light: #74a9d3;
27+
--ifm-color-primary-lighter: #82b3d8;
28+
--ifm-color-primary-lightest: #a0c7e3;
2929
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
3030
}
3131

src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default function Home(): ReactNode {
3434
return (
3535
<Layout
3636
title={siteConfig.title}
37-
description="Research blog of Xtra Computing Group at NUS — big data, distributed systems, and cloud computing.">
37+
description="The Xtra Computing Group is working in exciting areas of Big data management systems (with special interests in cloud computing and emerging hardware systems), Parallel and distributed systems and Cloud Computing.">
3838
<HomepageHeader />
3939
<main>
4040
<HomepageFeatures />

static/img/logo-small.png

14.6 KB
Loading

static/img/logo.png

196 KB
Loading

0 commit comments

Comments
 (0)