You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/data/siteData.js
+86-67Lines changed: 86 additions & 67 deletions
Original file line number
Diff line number
Diff line change
@@ -62,17 +62,17 @@ export const siteData = {
62
62
},
63
63
},
64
64
home: {
65
-
papersEyebrow: "Presented Papers",
66
-
papersTitle: "Selected papers and presentations highlighted on the landing page.",
67
-
papersDescription:
68
-
"This section sits below the team photograph on the landing page and can feature the latest papers, conference presentations, or the group's most representative outputs.",
65
+
papersEyebrow: "",
66
+
papersTitle: "Latest accepted papers",
67
+
// papersDescription:
68
+
// "This section sits below the team photograph on the landing page and can feature the latest papers, conference presentations, or the group's most representative outputs.",
69
69
},
70
70
pages: {
71
71
papers: {
72
-
eyebrow: "Published Papers",
73
-
title: "A complete list of the group's papers and scholarly output.",
72
+
eyebrow: "",
73
+
title: "Published Papers",
74
74
description:
75
-
"Use this page for every paper you want visitors to browse, including journal articles, conference papers, workshop contributions, and preprints.",
75
+
"",
76
76
},
77
77
team: {
78
78
eyebrow: "Team",
@@ -95,85 +95,108 @@ export const siteData = {
95
95
},
96
96
featuredPapers: [
97
97
{
98
-
title: "Placeholder Paper Title for the Home Page",
99
-
venue: "Conference or Journal Name",
98
+
title: "One-Shot View Planning and Online Optimization-based Replanning for Unknown Object Reconstruction",
99
+
venue: "2026 IEEE International Conference on Robotics & Automation",
100
100
year: "2026",
101
-
authors: "First Author, Second Author, Third Author",
101
+
authors: "J.J. Patiño, V. Romero-Cano, Y. Lai, Z. Kingston, J.D. Hernández",
102
102
summary:
103
-
"A short summary placeholder for a paper featured on the main page. Replace this with the real title, authors, and contribution statement.",
"Exploring the Perceptions and Challenges of Social Robot Navigation: Two Case Studies in Different Socio-Technical Contexts",
117
+
venue: "OzCHI '24: 36th Australasian Conference on Human-Computer Interaction",
118
+
year: "2024",
119
+
authors:
120
+
"Steven Silva, Polina Oliinyk, Jose Patino, Dennys Paillacho, Juan D. Hernandez, Nervo Verdezoto",
112
121
summary:
113
-
"Use this card for another featured publication or conference paper that you want visitors to notice quickly when they open the site.",
114
-
href: "https://example.com/paper-two",
115
-
tag: "Recent",
122
+
"A qualitative study of social robot navigation in real-world service settings across Ecuador and the UK, examining how robot behaviour, appearance, spatial constraints, and local context affect acceptance and user experience.",
title: "Online Social Robot Navigation in Indoor, Large and Crowded Environments",
130
+
venue: "2023 IEEE International Conference on Robotics and Automation (ICRA)",
131
+
year: "2023",
132
+
authors:
133
+
"Steven Silva, Nervo Verdezoto, Dennys Paillacho, Samuel Millan-Norman, Juan David Hernández",
122
134
summary:
123
-
"This slot can hold a third highlighted paper, poster, or invited talk entry depending on what you want to emphasize on the landing page.",
124
-
href: "https://example.com/paper-three",
125
-
tag: "Selected",
135
+
"Presents an online social robot navigation framework for large, crowded indoor environments, combining social heatmap world modelling, multilayered sampling-based planning, and path-following control, with benchmarks and Pepper robot trials.",
"Exploring the Perceptions and Challenges of Social Robot Navigation: Two Case Studies in Different Socio-Technical Contexts",
163
+
venue: "OzCHI '24: 36th Australasian Conference on Human-Computer Interaction",
164
+
year: "2024",
165
+
authors:
166
+
"Steven Silva, Polina Oliinyk, Jose Patino, Dennys Paillacho, Juan D. Hernandez, Nervo Verdezoto",
154
167
summary:
155
-
"This slot can hold a third highlighted paper, poster, or invited talk entry depending on what you want to emphasize on the landing page.",
156
-
href: "https://example.com/paper-three",
157
-
tag: "Selected",
168
+
"A qualitative study of social robot navigation in real-world service settings across Ecuador and the UK, examining how robot behaviour, appearance, spatial constraints, and local context affect acceptance and user experience.",
title: "Online Social Robot Navigation in Indoor, Large and Crowded Environments",
177
+
venue: "2023 IEEE International Conference on Robotics and Automation (ICRA)",
178
+
year: "2023",
179
+
authors:
180
+
"Steven Silva, Nervo Verdezoto, Dennys Paillacho, Samuel Millan-Norman, Juan David Hernández",
164
181
summary:
165
-
"A placeholder for a journal article entry with room for a concise explanation of the paper's focus, result, or application area.",
166
-
href: "https://example.com/paper-four",
167
-
tag: "Journal",
182
+
"Presents an online social robot navigation framework for large, crowded indoor environments, combining social heatmap world modelling, multilayered sampling-based planning, and path-following control, with benchmarks and Pepper robot trials.",
venue: "2022 IEEE 18th International Conference on Automation Science and Engineering (CASE)",
192
+
year: "2022",
193
+
authors: "Steven Silva, Dennys Paillacho, Nervo Verdezoto, Juan David Hernández",
174
194
summary:
175
-
"This example shows how the full papers page can hold a larger archive than the short list on the front page.",
176
-
href: "https://example.com/paper-five",
195
+
"Introduces an online social robot navigation framework that generates collision-free and socially acceptable paths in uncontrolled crowded spaces using a modified sampling-based planner and social relevance validity checking.",
0 commit comments