-
Notifications
You must be signed in to change notification settings - Fork 0
/
sponsors.html
205 lines (164 loc) · 9.2 KB
/
sponsors.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
<html>
<head>
<title>GLAMOR Lab - Sponsors</title>
<link rel="icon" type="image/x-icon" href="./thumbnails/favicon.png">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KyZXEAg3QhqLMpG8r+8fhAXLRk2vvoC2f3B09zVXn8CA5QIVfZOJ3BCsw2P0p/We" crossorigin="anonymous">
<link href='https://fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="./main.css">
<link href='https://fonts.googleapis.com/css?family=Nunito' rel='stylesheet'>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<base href="/">
<!-- General CSS for this page -->
<style>
::-webkit-scrollbar {
-webkit-appearance: none;
width: 7px;
}
::-webkit-scrollbar-thumb {
border-radius: 4px;
background-color: rgba(0, 0, 0, .5);
box-shadow: 0 0 1px rgba(255, 255, 255, .3);
}
@media screen and (max-width: 480px) {
#news > * {
padding: 0 0 0 0;
}
#news {
margin: 0 0 0 0.5em;
}
}
#banner {
height: 400px;
}
@media screen and (max-width: 480px) {
#banner {
height: 200px
}
}
ol li::marker {
font-size: 24px;
color:#990000;
}
li b {
color:#000000;
}
</style>
<!-- Defines .bib block -->
<style>
.bib {
font-family: 'Roboto Mono', Roboto, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
font-size: 12px;
padding: 8px 8px 8px 8px;
border-style: ridge;
background-color: aliceblue;
}
</style>
<!-- Defines scripts -->
<script>
var world_scope_descs = ["", "World Scope 1 - Corpora and Representations", "World Scope 2 - The Written Word", "World Scope 3 - The World of Sights and Sounds", "World Scope 4 - Embodiment and Action", "World Scope 5 - The Social World"];
function onPageLoad() {
populateGrantsAll();
}
function populateGrantsAll() {
var years = ['Current Sponsors', 'Past Sponsors'];
string_out = '';
for(year_idx = 0; year_idx < years.length; year_idx++){
var year = years[year_idx];
string_out += '<h3 style="text-align:left;color:#990000;margin-bottom:20px">' + year +'</h4>';
string_out += populateGrants(year);
string_out += '<br/>';
console.log(string_out)
}
document.getElementById("publications").innerHTML += string_out;
}
function populateGrants(year) {
// List of all Grants; add new item at top of each list
var grant_titles = [
"Communicating with Natural Language Dialogue for Teams of Intelligent Systems and Humans",
"Determining Community Needs for Accessibility Tools that Facilitate Programming Education and Workforce Readiness for Persons with Disabilities",
"An Accessible Machine Learning-Based ADRD Screening Tool for Families and Caregivers",
"Continual Learning of Few-shot Learners for Natural Language Processing",
];
var people = [
'<a href="https://people.ict.usc.edu/~traum/">David Traum</a> (PI), <b style="color:#990000">Jesse Thomason</b> (co-PI), <b style="color:#990000">Ishika Singh</b>',
'<a href="https://maja-mataric.web.app/">Maja Matarić</a> (PI), <a href="https://rossier.usc.edu/faculty-research/directory/stephenaguilar">Stephen Aguilar</a> (co-PI), <a href="https://pt.usc.edu/faculty/sook-lei-liew-phd-otr-l/">Sook-Lei Liew</a> (co-PI), <a href="https://viterbi.usc.edu/directory/faculty/Ragusa/Gisele">Gisele Ragusa</a> (co-PI), <b style="color:#990000">Jesse Thomason</b> (co-PI), <b style="color:#990000">Abrar Anwar</b>',
'<a href="https://maja-mataric.web.app/">Maja Matarić</a> (PI), <b style="color:#990000">Jesse Thomason (co-PI)</b>, <b style="color:#990000">Leticia Pinto Alva</b>, <b style="color:#990000">Leslie Moreno</b>, <b style="color:#990000">Julie Kim</b>',
'<a href="https://rostami-m.github.io/">Mohammad Rostami</a> (PI), <b style="color:#990000">Jesse Thomason (co-PI)</b>, <b style="color:#990000">Tejas Srinivasan</b>, Yuliang Cai, <b style="color:#990000">Anthony Liang</b>, <b style="color:#990000">Ting-Yun Chang</b>, <b style="color:#990000">Leticia Pinto Alva</b>, <b style="color:#990000">Flora Jia</b>',
];
var grant_ids = [
'W911NF2320010',
'ITE-2236320',
'NIH Award Number: 5-P30-AG-073105-02',
'-',
]
var agencies = [
'<a href="https://apps.dtic.mil/sti/pdfs/AD1104260.pdf">US Army Artificial Intelligence Innovation Institute (A2I2) Aiding Multi-Domain Operations (MDO)</a>',
'<a href="http://www.nsf.gov/">National Science Foundation (NSF)</a>, Convergence Accelerator Track H',
'U Penn’s Alzheimer’s Disease Research Center supported by NIH "Penn Artificial Intelligence and Technology Collaboratory for Healthy Aging”',
'<a href="https://ncsu-las.org/">Laboratory for Analytic Sciences (LAS)</a>',
];
var dates = [
'Nov 15, 2022 - Nov 14, 2025',
'Dec 15, 2022 - Nov 30, 2023',
'2023',
'May 2022 - April 2023',
];
var links = [
'Project page being set up.',
'<a href="https://uscinteractionlab.web.app/project/accessibility">Project Page</a>',
'<a href="https://uscinteractionlab.web.app/project/ADRD">Project Page</a>',
'<a href="https://arxiv.org/abs/2206.09059">NeurIPS 2022 Publication</a>, <a href="https://arxiv.org/abs/2304.02168">CoLLAs 2023 Publication</a>',
];
var years = [
'Current Sponsors',
'Current Sponsors',
'Current Sponsors',
'Past Sponsors'
];
var idxs = [...Array(grant_titles.length).keys()];
filtered_idxs = idxs.filter(idx => years[idx] == year);
var string_out = '<ol>';
for (idx=0; idx < filtered_idxs.length; idx++) {
jdx = filtered_idxs[idx];
string_out += '<li><div class="col-md-12" style="margin-bottom:10px">';
string_out += '<h5 style="text-align:left;color:#990000;margin-bottom:0px">' + grant_titles[jdx] +'</h5>';
string_out += '<p style="text-align:left;margin-bottom:0px"><b>Sponsor</b>: ' + agencies[jdx] +'</p>';
string_out += '<p style="text-align:left;margin-bottom:0px"><b>Grant ID</b>: ' + grant_ids[jdx] +'</p>';
string_out += '<p style="text-align:left;margin-bottom:0px"><b>People</b>: ' + people[jdx] +'</p>';
string_out += '<p style="text-align:left;margin-bottom:0px"><b>Grant Duration</b>: ' + dates[jdx] +'</p>';
string_out += '<p style="text-align:left;margin-bottom:0px">' + links[jdx] +'</p>';
string_out += '</div></li>';
}
string_out += "</ol>"
return string_out;
}
</script>
</head>
<body onload="onPageLoad()">
<nav class="navbar navbar-expand-lg navbar-light" style="background-color: #990000;">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img class="glamor-thumbnail" src="thumbnails/glamor-logo-big.svg" title="GLAMOR lab logo">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-lg-0" >
<li class="nav-item"><a id="nav-link-custom" class="nav-link" href="people.html">People</a></li>
<li class="nav-item"><a id="nav-link-custom" class="nav-link" href="publications.html">Publications</a></li>
<li class="nav-item"><a id="nav-link-custom" class="nav-link" href="sponsors.html">Sponsors</a></li>
<li class="nav-item"><a id="nav-link-custom" class="nav-link" href="opportunities.html">Opportunities</a></li>
<li class="nav-item"><a id="nav-link-custom" class="nav-link" href="fun.html">Fun!</a></li>
</ul>
</div>
</div>
</nav>
<div id="container">
<br/>
<!-- <h3 style="text-align:left;color:#990000;margin-bottom:20px">Sponsors</h3>
<p style="text-align:left;margin-bottom:0px">Here is a list of our grants:</p> -->
<div class="col-md-12" id="publications"></div>
</div>
</body>
</html>