250 StarLogo, 1 hour
topics: StarLogo is a programmable modeling environment for exploring the workings of decentralized systems -- systems that are
organized without an organizer, coordinated without a coordinator. With StarLogo, you can model (and gain insights into) many
real-life phenomena, such as bird flocks, traffic jams, ant colonies, and market economies.
260 Numerical Analysis, 1 hour
topics:
A lookup at how computers do arithmetic and how that affects programming
computers. Topics include floating point representation in hardware,
internals of computer arithmetic, numerical problems to look out for,
and and overview of the implementation of intrinsic functions.
Teacher Electives
T1 OCT2 - Online Collaborative Tools and Tutorials, 1 hour
topics:
Explore survey/evaluation software which points the user to tutorials on the
topics where the user showed weaknesses. It also lets the user find 'experts' in the community.
T2 Introduction to Mathematical Modeling, 1 hour
topics: This session will provide participants with a general understanding of what
a mathematical model is, how mathematical models are derived, and the key
role that mathematical modeling plays in computational science. Some simple
examples of traffic flow and population dynamics will be presented.
T3 Unix for Teachers, 1 hour
topics: An overview of the Unix/Linux operating system.
T4 C++ for Teachers, 1 hour
topics: An introduction to the C++ programming language. C++ has become
the favored language for programming of Challenge projects.