-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommittee.htm
108 lines (79 loc) · 3.06 KB
/
committee.htm
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Workshop on Exploiting Learning Dynamics in Neurocognitive AI</title>
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<nav class="navbar has-shadow sticky" role="navigation"
aria-label="main navigation">
<div class="mx-auto" style="width: 400px;">
<a class="navbar-brand navbar-light bg-light" href="https://aicip.github.io/neurocognitiveAI23.htm">Workshop on Exploiting Learning Dynamics in Neurocognitive AI</a>
</div>
<div class="navbar-brand">
<a class="navbar-item" href="call.htm">
Call for Papers
</a>
<a class="navbar-item" href="program.htm">
Program
</a>
<a class="navbar-item" href="organizer.htm">
Organizers
</a>
<a class="navbar-item" href="committee.htm">
Program Committee
</a>
<a class="navbar-item" href="speaker.htm">
Invited Speakers
</a>
</div>
</nav>
<section class="section">
<div class="columns">
<aside class="menu is-4-tablet is-3-desktop is-2-widescreen">
<!-- side bar -->
<div class="box is-size-9">
<h1>Unite neural & cognitive scientists with AI researchers. Explore learning dynamics at the forefront of intelligence. </h1>
</div>
<div class="box is-size-8">
<h1 class="has-text-weight-bold">Important Dates: </h1>
<li>09/29/23: Submission Due
<li>09/29/23: Travel Funds Due
<li>10/27/23: Author Notification
<li>10/30/23: Travel Funds Notification
<li>11/30/23: Camera-ready Due
</div>
</aside>
<!-- ### MAIN CONTENT STARTS -->
<div class="column content">
<h1 class="title pt-6">Technical Program Committee</h1>
<hr/>
<li>Aaron Buss, University of Tennessee, Knoxville
<li>Yi Chung Chen, Tennessee State University
<li>Sehoon Ha, Georgia Institute of Technology
<li>Ron Keiflin, University of California – Santa Barbara
<li>Chuanren Liu, University of Tennessee, Knoxville
<li>Jian Liu, University of Tennessee, Knoxville
<li>Donatello Materassi, University of Minnesota
<li>Jeff Moehils, University of California – Santa Barbara
<li>Daniel Moyer, Vanderbilt University
<li>Ramin Nabati, Ford Motor Company
<li>Hyun Soo Park, University of Minnesota
<li>Tom Potok, Oak Ridge National Laboratory
<li>Ramnarayan Ramachandran, Vanderbilt University
<li>Garret Rose, University of Tennessee, Knoxville
<li>Amir Sadovnic, Oak Ridge National Laboratory
<li>Hector Santos, Amazon
<li>Huajie Shao, Williams & Mary College
<li>Andrea Soltoggio, Loughborough University
<li>Sai Swaminathan, University of Tennessee, Knoxville
<li>Dan Wilson, University of Tennessee, Knoxville
<li>Danfei Xu, Georgia Institute of Technology
<li>Xiaopeng Zhao, University of Tennessee, Knoxville
</div>
</div></section></body>
</html>