-
+
- 10/2023 Chain-of-Questions has been accepted to EMNLP 2023!
- 05/2023 Self-supervised 3D Representations is a lightning talk at ICRA Pretraining for Robotics Workshop
- 05/2023 ViSaRL: Visual RL Guided By Human Saliency is a Spotlight Talk at ICRA Pretraining for Robotics Workshop
- 05/2023 One paper accepted to Interspeech 2023! diff --git a/people.html b/people.html index 00ebb05..bd92e69 100644 --- a/people.html +++ b/people.html @@ -146,7 +146,9 @@ string_out += '
' + display_names[jdx] + '
'; string_out += '' + year[jdx] + ", ";
string_out += program[jdx] + "
";
- string_out += 'PhD Mentor: ' + phd_mentor[jdx] + "";
+ if (phd_mentor[jdx].length > 0) {
+ string_out += 'PhD Mentor: ' + phd_mentor[jdx] + "";
+ }
string_out += ug_program[jdx];
string_out += '