Skip to content

Commit

Permalink
Update 10/16/2023
Browse files Browse the repository at this point in the history
  • Loading branch information
tejas1995 committed Oct 16, 2023
1 parent 1c86bae commit 2f2d384
Show file tree
Hide file tree
Showing 6 changed files with 63 additions and 9 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ <h4 style="text-align:left;color:#990000;margin-bottom:20px;padding-bottom:0px;v
<div class="6u" style="padding-top: 0px; margin-top: 10px; background-color: #f8f8f8;vertical-align:top " id="news">
<div class="content" style="overflow-y: scroll; padding-left: 20px; max-height: 1100px; padding-right: 10px; margin-top: 10px; text-align: left" id="div-news">
<ul style="list-style-type: none; padding: 0; margin-left: 0; margin-bottom: 10">
<li><b>10/2023</b> <a href="https://arxiv.org/abs/2305.14901">Chain-of-Questions</a> has been accepted to EMNLP 2023!</li>
<li><b>05/2023</b> <a href="https://openreview.net/pdf?id=Hqb3t4Jqrk">Self-supervised 3D Representations</a> is a lightning talk at <a href="https://microsoft.github.io/robotics.pretraining.workshop.icra/">ICRA Pretraining for Robotics Workshop</a> </li>
<li><b>05/2023</b> <a href="https://sites.google.com/view/visarl">ViSaRL: Visual RL Guided By Human Saliency</a> is a Spotlight Talk at <a href="https://microsoft.github.io/robotics.pretraining.workshop.icra/">ICRA Pretraining for Robotics Workshop</a> </li>
<li><b>05/2023</b> <a href="https://arxiv.org/abs/2302.14030">One paper</a> accepted to Interspeech 2023! </li>
Expand Down
10 changes: 8 additions & 2 deletions people.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,9 @@
string_out += '<h5 class="card-title">' + display_names[jdx] + '</h5>';
string_out += '<p class="card-text">' + year[jdx] + ", ";
string_out += program[jdx] + "<br/>";
string_out += 'PhD Mentor: ' + phd_mentor[jdx] + "</br>";
if (phd_mentor[jdx].length > 0) {
string_out += 'PhD Mentor: ' + phd_mentor[jdx] + "</br>";
}
string_out += ug_program[jdx];
string_out += '</p></div></div></div>';

Expand All @@ -168,6 +170,7 @@
var link_anchors = alumni_ugms.map(x => x.link_anchors);
var phd_mentor = alumni_ugms.map(x => x.phd_mentor);
var websites = alumni_ugms.map(x => x.websites);
var next = alumni_ugms.map(x => x.next);

var idx = 0;
var order = [...Array(full_names.length).keys()].map(x => ++x);
Expand Down Expand Up @@ -197,8 +200,11 @@
}
//string_out += "PhD Mentor: " + phd_mentor[jdx] + ". ";
if (project_deliverable[jdx].length > 0) {
string_out += '<a href="' + project_deliverable[jdx] + '">Project</a>';
string_out += '<a href="' + project_deliverable[jdx] + '">Project</a>. ';
}
if (next[jdx].length > 0) {
string_out += 'Next: ' + next[jdx] + '. ';
}
string_out += '</li>';

document.getElementById("alumni_ugms").innerHTML += string_out;
Expand Down
21 changes: 20 additions & 1 deletion people/alumni_ugms.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@

var alumni_ugms = [

{
"full_names": "Riley Carlin",
"display_names": "Riley Carlin",
"affiliation": "Undergraduate @ USC",
"visit_period": "Fall 2022 - Fall 2023",
"websites": "https://www.linkedin.com/in/riley-carlin/",
"program": "",
"program_link": "",
"project_title": "",
"project_deliverable": "https://www.esann.org/sites/default/files/proceedings/2023/ES2023-83.pdf",
"phd_mentor": "Lee Kezar",
"next": "PhD in Statistics, Columbia University",
"link_anchors": ""
},
{
"full_names": "Yuan Huang",
"display_names": "Yuan Huang",
Expand All @@ -13,7 +27,8 @@ var alumni_ugms = [
"program_link": "",
"project_title": "",
"project_deliverable": "",
"phd_mentor": "BIll Zhu",
"phd_mentor": "Bill Zhu",
"next": "",
"link_anchors": ""
},
{
Expand All @@ -27,6 +42,7 @@ var alumni_ugms = [
"project_title": "",
"project_deliverable": "",
"phd_mentor": "Abrar Anwar",
"next": "",
"link_anchors": ""
},
{
Expand All @@ -39,6 +55,7 @@ var alumni_ugms = [
"program_link": "https://undergrad.usc.edu/faculty/urap/",
"project_title": "",
"project_deliverable": "",
"next": "",
"phd_mentor": "Leticia Pinto-Alva"
},
{
Expand All @@ -51,6 +68,7 @@ var alumni_ugms = [
"program_link": "https://viterbiundergrad.usc.edu/research/curve/",
"project_title": "A Machine Learning-Based ADRD Screening Tool",
"project_deliverable": "https://uscinteractionlab.web.app/project/ADRD",
"next": "",
"phd_mentor": "Leticia Pinto-Alva"
},
{
Expand All @@ -64,6 +82,7 @@ var alumni_ugms = [
"project_title": "",
"project_deliverable": "",
"phd_mentor": "Anthony Liang",
"next": "",
"link_anchors": "2022junu"
},

Expand Down
13 changes: 13 additions & 0 deletions people/alumni_visiting.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@

var alumni_visiting = [

{
"full_names": "Kaitlyn Kwan",
"display_names": "Kaitlyn Kwan",
"affiliation": "Arcadia High School",
"photos": "",
"websites": "",
"visit_period": "Summer 2023",
"program": "Viterbi K-12 SHINE Program",
"program_link": "https://viterbik12.usc.edu/shine/",
"project_title": "Accelerating PDDL Planning Time through Subgoal Generation Leveraging Large Language Models",
"project_deliverable": "https://viterbik12.usc.edu/wp-content/uploads/2023/08/10.-SHINE23-Kwan-K-Poster-Kaitlyn-Kwan.pdf",
"link_anchors": "2023kwan"
},
{
"full_names": "Minh (Evelyn) Vu",
"display_names": "Evelyn Vu",
Expand Down
12 changes: 11 additions & 1 deletion people/ug_ms.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,5 +189,15 @@ var ug_students = [
"photos": "wilbert.png",
"ug_program": "",
"phd_mentor": "Ishika Singh"
},
},
{
"full_names": "Abhinav Gupta",
"display_names": "Abhinav Gupta",
"year": "Junior Undergraduate",
"program": "CS and Cognitive Science",
"ug_websites": "https://www.linkedin.com/in/abghinav/",
"photos": "",
"ug_program": "URAP Fellowship",
"phd_mentor": ""
},
]
15 changes: 10 additions & 5 deletions publications.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,9 @@
function populatePapers(year) {
// List of all papers; add new item at top of each list
var paper_titles = [
"Self-Supervised 3D Representation Learning for Robotics",
"Chain-of-Questions Training with Latent Answers for Robust Multistep Question Answering",
"Exploring Strategies for Modeling Sign Language Phonology",
"Self-Supervised 3D Representation Learning for Robotics",
"ViSaRL: Visual Reinforcement Learning Guided by Human Saliency",
"I2I: Initializing Adapters with Improvised Knowledge",
"Multimodal Speech Recognition for Language-Guided Embodied Agents",
Expand All @@ -99,8 +100,9 @@
];

var authors = [
"<b>Ishika Singh</b>, <b>Anthony Liang</b>, Mohit Shridhar, <b>Jesse Thomason</b>",
"<b>Wang Zhu</b>, <b>Jesse Thomason</b>, Robin Jia",
"<b>Lee Kezar</b>, <b>Riley Carlin</b>, <b>Tejas Srinivasan</b>, Zed Sehyr, Naomi Caselli, <b>Jesse Thomason</b>",
"<b>Ishika Singh</b>, <b>Anthony Liang</b>, Mohit Shridhar, <b>Jesse Thomason</b>",
"<b>Anthony Liang</b>, <b>Jesse Thomason</b>, Erdem Bıyık",
"<b>Tejas Srinivasan</b>, <b>Furong Jia</b>, Mohammad Rostami, <b>Jesse Thomason</b>",
"<b>Allen Chang</b>, Xiaoyuan Zhu, Aarav Monga, Seoho Ahn, <b>Tejas Srinivasan</b>, <b>Jesse Thomason</b>",
Expand All @@ -114,8 +116,9 @@
];

var venues = [
"EMNLP 2023",
"ESANN 2023",
"Pretraining for Robotics Workshop, ICRA 2023",
"arXiV Pre-Print",
"Pretraining for Robotics Workshop, ICRA 2023",
"CoLLAs 2023",
"Interspeech 2023",
Expand All @@ -129,8 +132,9 @@
];

var links = [
'<a href=\"https://openreview.net/pdf?id=Hqb3t4Jqrk\">Paper</a>',
'<a href=\"https://arxiv.org/abs/2305.14901\">Paper</a>',
'<a href=\"https://www.esann.org/sites/default/files/proceedings/2023/ES2023-83.pdf\">Paper</a>',
'<a href=\"https://openreview.net/pdf?id=Hqb3t4Jqrk\">Paper</a>',
'<a href=\"https://openreview.net/pdf?id=1BrsVITE4PD\">Paper</a> / <a href=\"https://sites.google.com/view/visarl\">Website</a>',
'<a href=\"https://arxiv.org/abs/2304.02168\">Paper</a>',
'<a href=\"https://arxiv.org/abs/2302.14030\">Paper</a>',
Expand All @@ -144,8 +148,9 @@
];

var years = [
'2023',
'2023',
'2023',
'Pre-Prints',
'2023',
'2023',
'2023',
Expand Down

0 comments on commit 2f2d384

Please sign in to comment.