Skip to content

Commit 7febb72

Browse files
committed
fix(site): Standardize display name order
Use the East Asian surname-first form Liang (Sid) Yi consistently across the homepage, metadata, author profile, About page, copyright, and repository description.
1 parent d548164 commit 7febb72

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# cidxb.github.io
22

3-
Personal research and engineering site for Sid Liang, Yi.
3+
Personal research and engineering site for Liang (Sid) Yi.
44

55
The site presents an operator-researcher profile across embodied AI, tactile
66
perception, dexterous manipulation, real-robot learning, cognitive robotics,

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
lang: en
2121

2222
# The title of your blog. Used in the sidebar and the browser tab.
23-
title: "Sid Liang, Yi"
23+
title: "Liang (Sid) Yi"
2424

2525
# A short description (~150 chars) of the page used for the meta description tag.
2626
# Can use markdown, but no more than one paragraph (enforced by `>`)
@@ -51,7 +51,7 @@ avatar: /assets/img/avatar.jpg
5151

5252
# This should be the same author as first entry in `_data/authors.yml`.
5353
author:
54-
name: Sid Liang, Yi
54+
name: Liang (Sid) Yi
5555
email: cidxbx@gmail.com
5656
about: |
5757
Embodied AI & Robotics Technical Lead working across tactile perception,
@@ -91,7 +91,7 @@ menu:
9191
# url: /CHANGELOG/
9292

9393
# This text will appear in a `<small>` tag in the footer of every page.
94-
copyright: © 2026 Liang, Yi. All rights reserved.
94+
copyright: © 2026 Liang (Sid) Yi. All rights reserved.
9595

9696
# Format of the permalinks
9797
permalink: /:categories/:year-:month-:day-:title/

_data/authors.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Primary author. The key must match `author.name` in `_config.yml`.
2-
"Sid Liang, Yi":
3-
name: Sid Liang, Yi
2+
"Liang (Sid) Yi":
3+
name: Liang (Sid) Yi
44
email: cidxbx@gmail.com
55

66
about: |

about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: page
3-
title: About Sid Liang, Yi
3+
title: About Liang (Sid) Yi
44
description: >
55
Embodied AI and robotics technical lead working across cognitive science,
66
tactile perception, dexterous manipulation, and real-robot learning.

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: landing
3-
title: Sid Liang, Yi
3+
title: Liang (Sid) Yi
44
description: >
55
Researcher working across robotics, machine learning, and cognitive science.
66
hide_description: true
@@ -12,7 +12,7 @@
1212
<section id="about" class="portfolio-hero">
1313
<div class="hero-copy">
1414
<p class="eyebrow">Robotics · Machine Learning · Cognitive Science</p>
15-
<h1>Sid Liang, Yi</h1>
15+
<h1>Liang (Sid) Yi</h1>
1616
<p class="hero-lede">
1717
I work on tactile perception, dexterous manipulation, multimodal robot
1818
learning, and real-robot adaptation. My focus is on building learning

0 commit comments

Comments
 (0)