From c7075dc0e5adc403f26ec96672a6352c4d2c11e5 Mon Sep 17 00:00:00 2001 From: "Mark (Moonyoung) Lee" Date: Tue, 3 Sep 2024 18:05:00 -0400 Subject: [PATCH] Update publications.md --- publications.md | 89 ++++++++++++++++--------------------------------- 1 file changed, 28 insertions(+), 61 deletions(-) diff --git a/publications.md b/publications.md index 266d067..276a092 100644 --- a/publications.md +++ b/publications.md @@ -20,13 +20,11 @@ main > nav { color: #333; font-weight: 500; } - /* Sidebar Navigation */ .section-nav { padding-left: 0; border-left: 1px solid #efefef; } - .section-nav a { text-decoration: none; display: block; @@ -34,25 +32,20 @@ main > nav { color: #ccc; transition: all 50ms ease-in-out; /* 💡 This small transition makes setting of the active state smooth */ } - .section-nav a:hover, .section-nav a:focus { color: #666; } - /** Poor man's reset **/ * { box-sizing: border-box; } - html, body { background: #fff; } - body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; } - ul, ol { list-style: none; margin: 0; @@ -61,11 +54,9 @@ ul, ol { li { margin-left: 1rem; } - h1 { font-weight: 300; } - /** page layout **/ main { display: grid; @@ -74,70 +65,49 @@ main { width: 90%; margin: 0 auto; } - /** enlarge the sections for this demo, so that we have a long scrollable page **/ section { padding-bottom: 10rem; } - - - - -
- - - -
-   -

Journal Publications

-
-{% include render_pub_list.liquid variable="category" value="journal" check="==" %} -
-
- - -
-  -

Full-length Conference Publications

-
-{% include render_pub_list.liquid variable="category" value="conference" check="==" %} -
-
- - - - - - - -
-  -

Workshop and Short Conference Publications

-
-{% include render_pub_list.liquid variable="category" value="workshop" check="==" %} -
-
- +

Publications

+ +
+

DensePhysNet: Learning Dense Physical Object Representations via Multi-step Dynamic Interactions

+

Zhenjia Xu, Jiajun Wu, Andy Zeng, Joshua Tenenbaum, Shuran Song

+

Robotics: Science and Systems 2019 (RSS 2019)

+

+ Webpage | + Paper | + Code +

+ DensePhysNet +
+ +
+

TossingBot: Learning to Throw Arbitrary Objects with Residual Physics

+

Andy Zeng, Shuran Song, Stefan Welker, Johnny Lee, Alberto Rodriguez, Thomas Funkhouser

+

Robotics: Science and Systems 2019 (RSS 2019), IEEE Transactions on Robotics (T-RO 2020)

+

Best System Paper Award, Best Student Paper Finalist

+

+ Webpage | + Paper +

+ TossingBot +
+ - - - - -