-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathccsc14.html
More file actions
234 lines (189 loc) · 13.5 KB
/
ccsc14.html
File metadata and controls
234 lines (189 loc) · 13.5 KB
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
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>CSSA</title>
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/prettyPhoto.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
<link rel="shortcut icon" href="images/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="images/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="images/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="images/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="images/ico/apple-touch-icon-57-precomposed.png">
<!-- Google Analystics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-58935361-1', 'auto');
ga('send', 'pageview');
</script>
<script src="//code.jquery.com/jquery.min.js"></script>
<script>
$.get("assets/header.html", function(data){
$("#header-placeholder").replaceWith(data);
});
</script>
<script>
$.get("assets/ccsc-navbar.html", function(data){
$("#ccsc-nav-placeholder").replaceWith(data);
});
</script>
<script>
$.get("assets/footer.html", function(data){
$("#footer-placeholder").replaceWith(data);
});
</script>
</head>
<body>
<div class="container">
<div id="header-placeholder"></div>
<div id='ccsc-nav-placeholder'></div>
<section id="about">
<div class="row">
<div class="col-sm-3 ccsc-banner hidden-xs" style="background-image: url(images/conference/ccsc14/ccsc14_logo.jpg); background-size: 100% 100%">
</div>
<div class="col-sm-6 center ccsc-banner">
<h1 class="ccsc-annual"> Sixth Annual California Cognitive Science Conference </h1>
<h1 id="ccsc14-title"> Creativity: The Inspired Mind </h1>
</div>
<br>
<div class="col-sm-3 ccsc-banner hidden-xs" style="background-image: url(images/conference/ccsc14/ccsc14_logo.jpg); background-size: 100% 100%; margin-top: -20px">
</div>
</div>
</section>
<section style="margin-top: 15px">
<div class="row">
<div class="col-md-6">
<h2 class="center">Ed Catmull</h2>
<h4 style="padding-top: 10px"><em>Connecting the Dots in a Creative Culture </em></h4>
<p>Ed Catmull is the President of Walt Disney Animation Studios, and President and Cofounder of Pixar. He has made numerous contributions to the field of computer graphics in modeling, animation, and rendering, including the creation of foundational animation tools such as RenderMan and Digital Image Compositing technology. Dr. Catmull has worked closely with Steve Jobs, George Lucas, and many others to establish some of the largest animation film franchises worldwide. Along with his extensive experience with the creative processes (making classic films such as Toy Story and Finding Nemo), Dr. Catmull discusses how to inspire a culture of creativity in his upcoming book, entitled Creativity, Inc.</p>
</div>
<div class="col-md-6">
<iframe class="talk" src="https://www.youtube.com/embed/sFbohxb3C5Y" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<br>
<div class="row">
<div class="col-md-6">
<h2 class="center">Dean Simonton</h2>
<h4 style="padding-top: 10px"> <em>What is a Creative Idea? Formal Definitions and Cognitive Implications </em></h4>
<p>Dr. Dean Simonton is a distinguished professor of psychology at the University of California at Davis. His expertise on the study of genius and creativity has been rewarded with countless awards. He has written 13 books and over 400 publications regarding the origins of and evolution of genius, creativity, and leadership. His most cited article investigates the creativity as a Darwinian process of variation and selection. Dean Simonton has served as fellow of several professional organizations and as president of the International Association of Empirical Aesthetics and the Society for the Psychology of Aesthetics, Creativity and the Arts, and the Society for General Psychology.</p>
</div>
<div class="col-md-6">
<iframe class="talk" src="https://www.youtube.com/embed/EraZDMKPyco" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<br>
<div class="row">
<div class="col-md-6">
<h2 class="center">Rex Jung</h2>
<h4 style="padding-top: 10px"> <em>Emerging Networks Underlying Creative Cognition in the Brain</em> </h4>
<p>Dr. Rex Jung is a neuropsychologist, brain imaging researcher, and an assistant professor of neurosurgery at the University of New Mexico. His scope of research is broad and includes traumatic brain injury, lupus, schizophrenia, intelligence, and creativity. Throughout his journey as a neuropsychologist, he aims to tackle and explore the question, "How are intelligence and creativity related to brain structure and function?" He has written numbers of articles for popular press such as Washington Post, New York Times and given a talk titled, "Creativity and the Brain" through TEDxABQ. </p>
</div>
<div class="col-md-6">
<iframe class="talk" src="https://www.youtube.com/embed/9GkChp-Dd1Q" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<br>
<div class="row">
<div class="col-md-6">
<h2 class="center">Paul Frommer</h2>
<h4 style="padding-top: 10px"> <em>Blue Language: Exploring Na'vi, Avatar's Native Voice </em></h4>
<p>Dr. Paul Frommer is a professor emeritus of Clinical Management Communication at the University of Southern California’s Marshall School of Business. He is best known for constructing the Na’vi languagefeatured in James Cameron’s 2009 film Avatar. Frommer taught for several years before moving into business, becoming a Vice President, Special Projects Coordinator, Strategic Planner, and Writer-Researcher at Bentley Industries in Los Angeles. In 1996, he returned to USC as a full professor, serving as Director of the Center for Management Communication from 2005-2008. Frommer is the co-author of a linguistics workbook titled “Looking at Languages: A Workbook in Elementary Linguistics.”</p>
</div>
<div class="col-md-6">
<iframe class="talk" src="https://www.youtube.com/embed/JzaZlRav2DY" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<br>
<div class="row">
<div class="col-md-6">
<h2 class="center">Harold Cohen</h2>
<h4 style="padding-top: 10px"> <em> From Point to Viewpoint </em></h4>
<p>Prof. Harold Cohen is a professor emeritus of Visual Arts at UC San Diego. His expertise is in the intersection of artificial intelligence and creativity focusing on building a machine simulation of artistic production. The result of his studies is the ongoing computer program AARON, a software that can create original art autonomously. The works produced by AARON have been seen in countless museums and science centers around the world, with public collections in the London Tate Gallery and The Victoria and Albert Museum and many more. </p>
</div>
<div class="col-md-6">
<iframe class="talk" src="https://www.youtube.com/embed/RyIgu_GSS5g" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<br>
<div class="row">
<div class="col-md-6">
<h2 class="center">Elliot Paul</h2>
<h4 style="padding-top: 10px"> <em>Creativity, Identity, and Love </em> </h4>
<p>Dr. Elliot Paul is a philosopher who specializes in the history of early modern philosophy, theories of knowledge, and philosophical issues surrounding creativity. He holds a bachelor’s degree from the University of Toronto and a doctorate from Yale University. He worked for two years as Assistant Professor/Bersoff Fellow at New York University and is now Assistant Professor of Philosophy at Barnard College, Columbia University. He is co-editor of The Philosophy of Creativity (Oxford University Press), and co-founder of The Creativity Post (www.creativitypost.com), a non-profit web platform that features quality content on creativity, innovation and imagination.</p>
<p> Unfortunately, the video of Dr. Paul's talk was lost due to technical issues. The video to the right is of the interdisciplinary panel which features Dr. Paul, Dr. Cohen, Dr. Jung, and Dr. Frommer. </p>
</div>
<div class="col-md-6">
<iframe class="talk" src="https://www.youtube.com/embed/9hNblzp0p14" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<div class="row" style="margin-top: 20px">
<h2 class="center"> Check out pictures from the 2014 California Cognitive Science Conference </h2>
<div class="col-md-2"></div>
<div id="scroller-1" class="col-md-8">
<div class="carousel slide wet-asphalt">
<ol class="carousel-indicators">
<li data-target="#scroller-1" data-slide-to="0" class="active"></li>
<li data-target="#scroller-1" data-slide-to="1"></li>
<li data-target="#scroller-1" data-slide-to="2"></li>
<li data-target="#scroller-1" data-slide-to="3"></li>
<li data-target="#scroller-1" data-slide-to="4"></li>
<li data-target="#scroller-1" data-slide-to="5"></li>
<li data-target="#scroller-1" data-slide-to="6"></li>
</ol>
<div class="carousel-inner">
<div class="item active">
<img src="images/conference/ccsc14/ccsc14-1.jpg" style="width:100%; height:100%">
</div>
<div class="item">
<img src="images/conference/ccsc14/ccsc14-2.jpg" style="width:100%; height:100%">
</div>
<div class="item">
<img src="images/conference/ccsc14/ccsc14-3.jpg" style="width:100%; height:100%">
</div>
<div class="item">
<img src="images/conference/ccsc14/ccsc14-4.jpg" style="width:100%; height:100%">
</div>
<div class="item">
<img src="images/conference/ccsc14/ccsc14-5.jpg" style="width:100%; height:100%">
</div>
<div class="item">
<img src="images/conference/ccsc14/ccsc14-6.jpg" style="width:100%; height:100%">
</div>
<div class="item">
<img src="images/conference/ccsc14/ccsc14-7.jpg" style="width:100%; height:100%">
</div>
</div>
<a class="prev hidden-xs" href="#scroller-1" data-slide="prev">
<i class="icon-angle-left"></i>
</a>
<a class="next hidden-xs" href="#scroller-1" data-slide="next">
<i class="icon-angle-right"></i>
</a>
</div>
</div>
</div>
</section>
<div id="buffer"></div>
<div id=footer-placeholder></div>
</div>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.prettyPhoto.js"></script>
<script src="js/main.js"></script>
</body>
</html>