Skip to content

Commit 5aefacd

Browse files
committed
updated profile pic, CV, news, talks, font and styling
1 parent 0e1f1c1 commit 5aefacd

9 files changed

Lines changed: 20 additions & 5 deletions

File tree

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repository : "siminliu99/siminliu99.github.io"
2222
# Additional customization can be done by editing /_includes/author-profile.html
2323
author:
2424
# Biographic information
25-
avatar : "simin_circle_crop_profile.png"
25+
avatar : "tight_crop_profile_circle_cropped.png"
2626
name : "Simin Liu"
2727
# pronouns : "she/her"
2828
# bio : "PhD candidate at CMU's Robotics Institute. Research in planning and control for autonomous systems."

_includes/head/custom.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,7 @@
1414
<link rel="icon" href="/images/favicon.ico"/>
1515
<meta name="theme-color" content="#ffffff"/>
1616

17+
<!-- Support for custom fonts -->
18+
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
19+
1720
<!-- end custom head snippets -->

_pages/about.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ You can reach me at simin.liu.1314 -at- gmail dot com
2121

2222
## News
2323

24-
<!-- - [Feb 2026] Talk at CMU Manipulation Seminar: "Global Planning for Contact-Rich Manipulation" -->
24+
- [March 2026] Talk at Duke Robotics Seminar on [planning for contact-rich manipulation](https://arxiv.org/abs/2601.10827)
25+
- [March 2026] Talk at CMU Manipulation Seminar on [planning for contact-rich manipulation](https://arxiv.org/abs/2601.10827)
2526
- [Fall 2025] [Passed defense!](/images/defense.jpeg)
2627
- [April 2025] [Paper](https://arxiv.org/abs/2408.00117) accepted at ACM Transactions on Cyber-Physical Systems
2728
- [Sept 2024–May 2025] Research internship at the Robotics and AI Institute, with [Tao Pang](https://pangtao.xyz/)

_pages/cv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ redirect_from:
99

1010
{% include base_path %}
1111

12-
<iframe src="/files/Simin_Liu_CV_02_17_26.pdf" width="100%" height="900px" style="border: none;"></iframe>
12+
<iframe src="/files/Simin_Liu_CV_03_02_26.pdf" width="100%" height="900px" style="border: none;"></iframe>

_sass/_themes.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ $indent-var : 1.3em;
1515

1616
/* System typefaces */
1717
$serif : Georgia, Times, serif;
18-
$sans-serif : -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
18+
// $sans-serif : -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
19+
$sans-serif: "Inter", -apple-system, "Helvetica Neue", Arial, sans-serif;
1920
$monospace : Monaco, Consolas, "Lucida Console", monospace;
2021

2122
/* Sans serif typefaces */
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "High-Performance Planning for Contact-Rich Manipulation"
3+
collection: talks
4+
type: "Talk"
5+
permalink: /talks/2026-duke-robotics-seminar
6+
venue: "Robotics Seminar, Duke University"
7+
date: 2026-03-23
8+
location: "Pittsburgh, PA"
9+
---
10+
Invited talk at Duke Robotics Seminar on hierarchical global planning for contact-rich manipulation using a graph of reachable sets.

assets/js/_main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// "system". Default is "system".
77
let determineThemeSetting = () => {
88
let themeSetting = localStorage.getItem("theme");
9-
return (themeSetting != "dark" && themeSetting != "light" && themeSetting != "system") ? "system" : themeSetting;
9+
return (themeSetting != "dark" && themeSetting != "light" && themeSetting != "system") ? "light" : themeSetting;
1010
};
1111

1212
// Determine the computed theme, which can be "dark" or "light". If the theme setting is

files/Simin_Liu_CV_03_02_26.pdf

126 KB
Binary file not shown.
2.7 MB
Loading

0 commit comments

Comments
 (0)