Skip to content

Commit 2dfe66c

Browse files
committed
v1
1 parent 5de73bb commit 2dfe66c

28 files changed

Lines changed: 414 additions & 50 deletions

File tree

assets/media/coders.jpg

1.51 MB
Loading

assets/media/contact.jpg

1.51 MB
Loading

assets/media/welcome.jpg

-602 KB
Loading

config/_default/hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Hugo Documentation: https://gohugo.io/getting-started/configuration/#all-configuration-settings
44
# This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/
55

6-
title: CAT # Website name
6+
title: CAT LAB # Website name
77
baseURL: 'https://example.com/' # Website URL
88

99
############################

config/_default/params.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ header:
4646

4747
footer:
4848
copyright:
49-
notice: '© {year} Junyu Yin. This work is licensed under {license}'
49+
notice: '© {year} CAT LAB. This work is licensed under {license}'
5050
license:
5151
enable: true
5252
allow_derivatives: false

content/_index.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,29 @@
11
---
22
# Leave the homepage title empty to use the site title
33
title:
4-
date: 2022-10-24
4+
date: 2025-10-08
55
type: landing
66

77
sections:
88
- block: hero
99
content:
10-
title: |
11-
Cat
10+
title:
1211
image:
1312
filename: welcome.jpg
1413
text: |
15-
<br>
16-
17-
The **Wowchemy Research Group** has been a center of excellence for Artificial Intelligence research, teaching, and practice since its founding in 2016.
14+
**CAT Lab** is dedicated to advancing the **Compiler, Architecture, and Toolkit (CAT)** foundations that power the next generation of intelligent systems.
15+
16+
Our research spans the full computing stack — from hardware architecture to compiler design, from performance profiling tools to AI-driven optimization frameworks.
17+
18+
We aim to build an efficient and user-friendly infrastructure that helps enhance computational performance across diverse computing platforms.
19+
1820
1921
- block: collection
2022
content:
2123
title: Latest News
2224
subtitle:
2325
text:
24-
count: 5
26+
count: 3
2527
filters:
2628
author: ''
2729
category: ''

content/contact/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ sections:
5656
columns: '1'
5757
background:
5858
image:
59-
filename: contact.jpg
59+
filename:
6060
filters:
6161
brightness: 1
6262
parallax: false
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
---
2+
# Display name
3+
title: Bowen Cui
4+
5+
# Full name (for SEO)
6+
first_name: Bowen
7+
last_name: Cui
8+
9+
# Username (this should match the folder name)
10+
authors:
11+
- Bowen Cui
12+
13+
# Is this the primary user of the site?
14+
superuser: false
15+
16+
# Role/position
17+
role: 2024 Fall -
18+
19+
# Organizations/Affiliations
20+
organizations:
21+
- name: George Mason University
22+
url: ''
23+
24+
# Short bio (displayed in user profile at end of posts)
25+
bio: My research interests include distributed robotics, mobile computing and programmable matter.
26+
27+
interests:
28+
- Artificial Intelligence
29+
- Computational Linguistics
30+
- Information Retrieval
31+
32+
education:
33+
courses:
34+
- course: PhD in Artificial Intelligence
35+
institution: Stanford University
36+
year: 2012
37+
- course: MEng in Artificial Intelligence
38+
institution: Massachusetts Institute of Technology
39+
year: 2009
40+
- course: BSc in Artificial Intelligence
41+
institution: Massachusetts Institute of Technology
42+
year: 2008
43+
44+
# Social/Academic Networking
45+
# For available icons, see: https://docs.hugoblox.com/getting-started/page-builder/#icons
46+
# For an email link, use "fas" icon pack, "envelope" icon, and a link in the
47+
# form "mailto:your-email@example.com" or "#contact" for contact widget.
48+
social:
49+
- icon: envelope
50+
icon_pack: fas
51+
link: 'mailto:test@example.org'
52+
- icon: twitter
53+
icon_pack: fab
54+
link: https://twitter.com/GeorgeCushen
55+
- icon: google-scholar
56+
icon_pack: ai
57+
link: https://scholar.google.co.uk/citations?user=sIwtMXoAAAAJ
58+
- icon: github
59+
icon_pack: fab
60+
link: https://github.com/gcushen
61+
# Link to a PDF of your resume/CV from the About widget.
62+
# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below.
63+
# - icon: cv
64+
# icon_pack: ai
65+
# link: files/cv.pdf
66+
67+
# Enter email to display Gravatar (if Gravatar enabled in Config)
68+
email: ''
69+
70+
# Organizational groups that you belong to (for People widget)
71+
# Set this to `[]` or comment out if you are not using People widget.
72+
user_groups:
73+
- PhD Students
74+
---
75+
76+
say sth. here
9.42 KB
Loading

0 commit comments

Comments
 (0)