SlideShare a Scribd company logo
1 of 43
Experiencing
Systems at the
Art Museum
Paul Fishwick, University of Texas at Dallas
Distinguished University Chair, Arts, Technology, and
Emerging Communication (ATEC)
Professor, Computer Science
C R E A T I V E --- A U T O M A T A . C O M
A T E C
@ UTD
The System as a Quest for
Transdisciplinary
UnificationConcept of “general system” emerged in 1950s
Norbert Wiener: Science and control and
communication in animal + machine
[Cybernetics]
Ludwig von Bertalanffy: “A set of elements
standing in interrelations” [General Systems
Theory]
Jay Forrester: System Dynamics (method
informing policy making) – from engineering to
social.
Kenneth Boulding [General Systems Theory]
Importance of System in
Computer Science &
Engineering
Systems Thinking Needs
Modeling
Modeling Data
Data structures, Data bases, entity-relationships,
schemas
Modeling Information
Semantic Networks, XML, Topic Maps
Modeling Geometry
1D, 2D, 3D meshes and Scale models
Modeling Process/Dynamics/Behavior: Modeling
& Simulation
Technology
Science Engineering
Mathematics
Culture
Arts
My Story
Simulation Digest
Modelingforeveryone.com
Modeling and Simulation
(M&S)
Analog Computing:
Modeling & Simulation began with tally sticks and bones
(Lebombo Bone: a baboon fibula): 44,200 years old.
Modeling: lunar phase?
Antikythera Mechanism: 100 to 205 BCE. Modeling:
celestial motion of 5 known planets, sun, moon (w/ phase)
Digital Computing:
ENIAC: 1946. Modeling: Army ballistics, hydrogen bomb
(Metropolis)
1950s to present: Discrete-Event, Continuous-
Time/Space, Agent-Based. Modeling: everything, complex
systems
Society for Modeling & Simulation International (SCSI),
ACM SIGSIM, IEEE TCSIM, Multiple Conferences
Everyone should know
M&S because…
Its relevance in society to solve the world’s most
complex and pressing problems
Its current role in systems thinking, which spans
multiple disciplines
Its potential role in framing computer science as
a systems discipline
Our Strategy
Experience M&S in the Art
Museum
DMA
Established in 1903
Located in the Arts District, downtown Dallas,
Texas
Over 24,000 works of art in the collection
Number of visitors per year (~ 1 million)
Promotes learning and creativity (Center for
Creative Connections)
Why?
To promote STEAM: Science, Technology,
Engineering, Art, and Mathematics
To increase numbers of people who can think
across disciplinary boundaries: systems thinking
& science
To broaden diversity of M&S population: consider
demographics from the DMA visitor surveys
To strengthen the STEM bridges from other UTD
Schools to ATEC
Inca Tunic (1476-1534)
M&S Related Questions:
1 How was the tunic woven?
2 How would the tunic be woven today?
3 Can a program reproduce the pattern?
4 How was the red fabric dyed?
5 What are the population dynamics of the llama?
6 Can the motifs be used to encode information?
7 What were the behaviors of the tunic wearer?
8 How was the exhibit installed in the museum?
9 What workflow process can visualize all DMA tunics?
10 What is a global timeline for tunics across major museu
Simulated Tunic
. . . . Code excerpt . . . .
void drawTunic(int val) {
num_reds = max-val;
num_bw = val;
if (val > max/2) {
/* Left columns */
column++;
for (int i=0;i<num_reds;i++)
redMotif(i);
for (int i=0;i<num_bw;i++)
if (i%2 == 0)
blackMotif(i,num_reds);
else
whiteMotif(i,num_reds);
val--;
drawTunic(val);
num_reds = max-val-1;
num_bw = val;
Let’s Make System Models
Narrative Model
An Inca woman would first shear the alpaca
when the coat is full. The wool would be
cleaned and spun into yarn. Then using
either a backstrap or vertical loom, she
weaves the yarn into a fine checkered
tunic.
Concept Model
weavin
g
spinning
Concept Map Map Media Links
State Transition Model
Shearing Spinning Weaving
Functional Model
ShearBreed Spin Weave
tunicyarnwool
shorn
alpaca
alpaca
Workflow Modeling for Tunics @ DMA
Quipu/Khipu (1476-1534)
Max/Msp Quipu Simulation
Lamp (Designer: Isamu Noguchi): 1945
Miniature: Cup Shaped
Automaton (1315)
From Keir Collection
of Islamic Art
Page from:
The Book of Knowledge
of Ingenious Mechanical
Devices, al Jazari
Conceptual Model
“…Lid s is lifted with valve m closed, and the wine
is poured into opening s until it fills dome e…”
“…Then the wine flows through valve m onto the
vanes of the water wheel. Its axle rotates togethe
with the duck. The wine is sucked down into the
end y of the channel, and comes out of the
other end, displacing the air in the goblet which
is expelled through pipe x into ball n…”
From: The Book of Knowledge of
Ingenious Mechanical Devices, Ibn al-Razzaz
al-Jazari translated and annotated by D. R.
Hill, Chartered Engineer, Reidel Pub, 1974, p. 98
Another al Jazari mechanism:
The Castle Clock Model
al Jazari Castle Clock
(1206)
Fox in the Snow
Gustave Courbet, 1860
Conceptual Model
Gustave Courbet’s "Fox in the Snow"
depicts the animal mauling its prey, the
rodent’s blood spilling onto the blanket
of snow. The brutality of this image is
intensified by the brilliance and
directness of Courbet’s brushstroke.
The artist deftly wields brush and
palette knife, differentiating the
softness of the animal’s fur and the
crispness of the frozen ground. This
painting is a quintessential example of
Courbet’s realism; he refused to depict
traditional subjects of mythology or
history and was instead intensely
fascinated with subjects of everyday
life.
Lotka-Volterra Dynamics
Models
Wolfram Systems Modeler Max/Msp
Eating Each Other: An Endless Cycle
Prototype #1 (2015 ATEC Art Fair)
Credits: David Vega & Michael Howell
Final Exhibit
Credits: David Vega & Michael Howell
Brass Clock, 17th Century
Max/Msp
Analog Clock
Model
Composition with Large Blue Plane, Red, Black,
Yellow, and Gray, Piet Mondrian, 1921.
P Day 2015 Martin Krzywinski
Piet Programming
Language
Hello World
Program
Libraries also contain
cultural artifacts re: M&S
click to retrieve interactive codices
Codex Madrid: Leonardo da Vinci
1490 – 1505
Figure 1: Da Vinci’s original cam hammer design (left) and wooden model
(right).
.
Figure 2. Da Vinci’s cam hammer in pseudocode.
.
Figure 3. Flowchart model corresponding to Figure 1.
.
STEM in the Art Museum
STEM
M&S
What we
covered
(mostly)
Acknowledgments
Bonnie Pitman, Former Director of DMA &
Distinguished Scholar in Residence, UT Dallas
Rob Stein, Deputy Director, DMA
Kimberly Jones, The Ellen and Harry S. Parker III
Assistant Curator of the Arts of the Americas,
DMA
Shyam Oberoi, Director of Technology & Digital
Media, DMA
Carlos Arroyo, Senior Software Developer, DMA
What do I (think) I said?
M&S in the Art Museum
Start with a cultural space
Explore M&S and Systems Thinking from within
Result…..
S T E A M

More Related Content

Similar to Experiencing Systems at the Art Museum

STEAM to STEM: Redesigning Science Itself by Roger Malina
STEAM to STEM: Redesigning Science Itself by Roger MalinaSTEAM to STEM: Redesigning Science Itself by Roger Malina
STEAM to STEM: Redesigning Science Itself by Roger Malinaroger malina
 
Art is Open Source at Visualize: materials and links
Art is Open Source at Visualize: materials and linksArt is Open Source at Visualize: materials and links
Art is Open Source at Visualize: materials and linksSalvatore Iaconesi
 
801.a crash course in the 20th century art a guide to understanding and enjoy...
801.a crash course in the 20th century art a guide to understanding and enjoy...801.a crash course in the 20th century art a guide to understanding and enjoy...
801.a crash course in the 20th century art a guide to understanding and enjoy...ivanov1566334322
 
Creative and Technology Conference - June 2009
Creative and Technology Conference - June 2009Creative and Technology Conference - June 2009
Creative and Technology Conference - June 2009Ezra Englebardt
 
Intersection Scale and Social Machines 2016
Intersection Scale and Social Machines 2016Intersection Scale and Social Machines 2016
Intersection Scale and Social Machines 2016David De Roure
 
The World of Digital Humanities : Digital Humanities in the World
The World of Digital Humanities : Digital Humanities in the WorldThe World of Digital Humanities : Digital Humanities in the World
The World of Digital Humanities : Digital Humanities in the WorldEdward Vanhoutte
 
Digital Scholarship Intersection
Digital Scholarship IntersectionDigital Scholarship Intersection
Digital Scholarship IntersectionDavid De Roure
 
How and why study big cultural data v2
How and why study big cultural data v2How and why study big cultural data v2
How and why study big cultural data v2Lev Manovich
 
Share Copy: Arts and Humanities DH Presentation October 2016
Share Copy: Arts and Humanities DH Presentation October 2016Share Copy: Arts and Humanities DH Presentation October 2016
Share Copy: Arts and Humanities DH Presentation October 2016Jennifer Dellner
 
Steve and Social Tagging: Seeing Collections Through Visitors' Eyes
Steve and Social Tagging: Seeing Collections Through Visitors' EyesSteve and Social Tagging: Seeing Collections Through Visitors' Eyes
Steve and Social Tagging: Seeing Collections Through Visitors' EyesSteve Project
 
Technoanthropology 1.0
Technoanthropology 1.0Technoanthropology 1.0
Technoanthropology 1.0Artur Serra
 
10 More than a Pretty Picture: Visual Thinking in Network Studies (2016)
10 More than a Pretty Picture: Visual Thinking in Network Studies (2016)10 More than a Pretty Picture: Visual Thinking in Network Studies (2016)
10 More than a Pretty Picture: Visual Thinking in Network Studies (2016)Duke Network Analysis Center
 
10 More than a Pretty Picture: Visual Thinking in Network Studies
10 More than a Pretty Picture: Visual Thinking in Network Studies10 More than a Pretty Picture: Visual Thinking in Network Studies
10 More than a Pretty Picture: Visual Thinking in Network Studiesdnac
 
Text and Image based Digital Humanities: providing access to textual heritage...
Text and Image based Digital Humanities: providing access to textual heritage...Text and Image based Digital Humanities: providing access to textual heritage...
Text and Image based Digital Humanities: providing access to textual heritage...Edward Vanhoutte
 
Vlatko Ceric: My Art An Overview
Vlatko Ceric: My Art An OverviewVlatko Ceric: My Art An Overview
Vlatko Ceric: My Art An OverviewVlatko Ceric
 
Vlatko Ceric: My Art - An Overview
Vlatko Ceric: My Art - An OverviewVlatko Ceric: My Art - An Overview
Vlatko Ceric: My Art - An OverviewVlatko Ceric
 
Galanter evolution_of_style_and_gigantism_in_new_media_art.pdf
Galanter evolution_of_style_and_gigantism_in_new_media_art.pdfGalanter evolution_of_style_and_gigantism_in_new_media_art.pdf
Galanter evolution_of_style_and_gigantism_in_new_media_art.pdfcharlottekent5
 
Social Sculpture
Social SculptureSocial Sculpture
Social SculptureBig Fuel
 
Comment construire une Technoculture - Marcel O’Gorman
Comment construire une Technoculture - Marcel O’GormanComment construire une Technoculture - Marcel O’Gorman
Comment construire une Technoculture - Marcel O’GormanIRI
 

Similar to Experiencing Systems at the Art Museum (20)

STEAM to STEM: Redesigning Science Itself by Roger Malina
STEAM to STEM: Redesigning Science Itself by Roger MalinaSTEAM to STEM: Redesigning Science Itself by Roger Malina
STEAM to STEM: Redesigning Science Itself by Roger Malina
 
Art 2.0
Art 2.0Art 2.0
Art 2.0
 
Art is Open Source at Visualize: materials and links
Art is Open Source at Visualize: materials and linksArt is Open Source at Visualize: materials and links
Art is Open Source at Visualize: materials and links
 
801.a crash course in the 20th century art a guide to understanding and enjoy...
801.a crash course in the 20th century art a guide to understanding and enjoy...801.a crash course in the 20th century art a guide to understanding and enjoy...
801.a crash course in the 20th century art a guide to understanding and enjoy...
 
Creative and Technology Conference - June 2009
Creative and Technology Conference - June 2009Creative and Technology Conference - June 2009
Creative and Technology Conference - June 2009
 
Intersection Scale and Social Machines 2016
Intersection Scale and Social Machines 2016Intersection Scale and Social Machines 2016
Intersection Scale and Social Machines 2016
 
The World of Digital Humanities : Digital Humanities in the World
The World of Digital Humanities : Digital Humanities in the WorldThe World of Digital Humanities : Digital Humanities in the World
The World of Digital Humanities : Digital Humanities in the World
 
Digital Scholarship Intersection
Digital Scholarship IntersectionDigital Scholarship Intersection
Digital Scholarship Intersection
 
How and why study big cultural data v2
How and why study big cultural data v2How and why study big cultural data v2
How and why study big cultural data v2
 
Share Copy: Arts and Humanities DH Presentation October 2016
Share Copy: Arts and Humanities DH Presentation October 2016Share Copy: Arts and Humanities DH Presentation October 2016
Share Copy: Arts and Humanities DH Presentation October 2016
 
Steve and Social Tagging: Seeing Collections Through Visitors' Eyes
Steve and Social Tagging: Seeing Collections Through Visitors' EyesSteve and Social Tagging: Seeing Collections Through Visitors' Eyes
Steve and Social Tagging: Seeing Collections Through Visitors' Eyes
 
Technoanthropology 1.0
Technoanthropology 1.0Technoanthropology 1.0
Technoanthropology 1.0
 
10 More than a Pretty Picture: Visual Thinking in Network Studies (2016)
10 More than a Pretty Picture: Visual Thinking in Network Studies (2016)10 More than a Pretty Picture: Visual Thinking in Network Studies (2016)
10 More than a Pretty Picture: Visual Thinking in Network Studies (2016)
 
10 More than a Pretty Picture: Visual Thinking in Network Studies
10 More than a Pretty Picture: Visual Thinking in Network Studies10 More than a Pretty Picture: Visual Thinking in Network Studies
10 More than a Pretty Picture: Visual Thinking in Network Studies
 
Text and Image based Digital Humanities: providing access to textual heritage...
Text and Image based Digital Humanities: providing access to textual heritage...Text and Image based Digital Humanities: providing access to textual heritage...
Text and Image based Digital Humanities: providing access to textual heritage...
 
Vlatko Ceric: My Art An Overview
Vlatko Ceric: My Art An OverviewVlatko Ceric: My Art An Overview
Vlatko Ceric: My Art An Overview
 
Vlatko Ceric: My Art - An Overview
Vlatko Ceric: My Art - An OverviewVlatko Ceric: My Art - An Overview
Vlatko Ceric: My Art - An Overview
 
Galanter evolution_of_style_and_gigantism_in_new_media_art.pdf
Galanter evolution_of_style_and_gigantism_in_new_media_art.pdfGalanter evolution_of_style_and_gigantism_in_new_media_art.pdf
Galanter evolution_of_style_and_gigantism_in_new_media_art.pdf
 
Social Sculpture
Social SculptureSocial Sculpture
Social Sculpture
 
Comment construire une Technoculture - Marcel O’Gorman
Comment construire une Technoculture - Marcel O’GormanComment construire une Technoculture - Marcel O’Gorman
Comment construire une Technoculture - Marcel O’Gorman
 

Recently uploaded

AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.arsicmarija21
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxDr.Ibrahim Hassaan
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...jaredbarbolino94
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 

Recently uploaded (20)

ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptx
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 

Experiencing Systems at the Art Museum

  • 1. Experiencing Systems at the Art Museum Paul Fishwick, University of Texas at Dallas Distinguished University Chair, Arts, Technology, and Emerging Communication (ATEC) Professor, Computer Science C R E A T I V E --- A U T O M A T A . C O M
  • 2. A T E C @ UTD
  • 3. The System as a Quest for Transdisciplinary UnificationConcept of “general system” emerged in 1950s Norbert Wiener: Science and control and communication in animal + machine [Cybernetics] Ludwig von Bertalanffy: “A set of elements standing in interrelations” [General Systems Theory] Jay Forrester: System Dynamics (method informing policy making) – from engineering to social. Kenneth Boulding [General Systems Theory]
  • 4. Importance of System in Computer Science & Engineering
  • 5. Systems Thinking Needs Modeling Modeling Data Data structures, Data bases, entity-relationships, schemas Modeling Information Semantic Networks, XML, Topic Maps Modeling Geometry 1D, 2D, 3D meshes and Scale models Modeling Process/Dynamics/Behavior: Modeling & Simulation
  • 8. Modeling and Simulation (M&S) Analog Computing: Modeling & Simulation began with tally sticks and bones (Lebombo Bone: a baboon fibula): 44,200 years old. Modeling: lunar phase? Antikythera Mechanism: 100 to 205 BCE. Modeling: celestial motion of 5 known planets, sun, moon (w/ phase) Digital Computing: ENIAC: 1946. Modeling: Army ballistics, hydrogen bomb (Metropolis) 1950s to present: Discrete-Event, Continuous- Time/Space, Agent-Based. Modeling: everything, complex systems Society for Modeling & Simulation International (SCSI), ACM SIGSIM, IEEE TCSIM, Multiple Conferences
  • 9. Everyone should know M&S because… Its relevance in society to solve the world’s most complex and pressing problems Its current role in systems thinking, which spans multiple disciplines Its potential role in framing computer science as a systems discipline
  • 10. Our Strategy Experience M&S in the Art Museum
  • 11. DMA Established in 1903 Located in the Arts District, downtown Dallas, Texas Over 24,000 works of art in the collection Number of visitors per year (~ 1 million) Promotes learning and creativity (Center for Creative Connections)
  • 12. Why? To promote STEAM: Science, Technology, Engineering, Art, and Mathematics To increase numbers of people who can think across disciplinary boundaries: systems thinking & science To broaden diversity of M&S population: consider demographics from the DMA visitor surveys To strengthen the STEM bridges from other UTD Schools to ATEC
  • 13. Inca Tunic (1476-1534) M&S Related Questions: 1 How was the tunic woven? 2 How would the tunic be woven today? 3 Can a program reproduce the pattern? 4 How was the red fabric dyed? 5 What are the population dynamics of the llama? 6 Can the motifs be used to encode information? 7 What were the behaviors of the tunic wearer? 8 How was the exhibit installed in the museum? 9 What workflow process can visualize all DMA tunics? 10 What is a global timeline for tunics across major museu
  • 14. Simulated Tunic . . . . Code excerpt . . . . void drawTunic(int val) { num_reds = max-val; num_bw = val; if (val > max/2) { /* Left columns */ column++; for (int i=0;i<num_reds;i++) redMotif(i); for (int i=0;i<num_bw;i++) if (i%2 == 0) blackMotif(i,num_reds); else whiteMotif(i,num_reds); val--; drawTunic(val); num_reds = max-val-1; num_bw = val;
  • 16. Narrative Model An Inca woman would first shear the alpaca when the coat is full. The wool would be cleaned and spun into yarn. Then using either a backstrap or vertical loom, she weaves the yarn into a fine checkered tunic.
  • 19. Functional Model ShearBreed Spin Weave tunicyarnwool shorn alpaca alpaca
  • 20. Workflow Modeling for Tunics @ DMA
  • 23. Lamp (Designer: Isamu Noguchi): 1945
  • 24. Miniature: Cup Shaped Automaton (1315) From Keir Collection of Islamic Art Page from: The Book of Knowledge of Ingenious Mechanical Devices, al Jazari
  • 25. Conceptual Model “…Lid s is lifted with valve m closed, and the wine is poured into opening s until it fills dome e…” “…Then the wine flows through valve m onto the vanes of the water wheel. Its axle rotates togethe with the duck. The wine is sucked down into the end y of the channel, and comes out of the other end, displacing the air in the goblet which is expelled through pipe x into ball n…” From: The Book of Knowledge of Ingenious Mechanical Devices, Ibn al-Razzaz al-Jazari translated and annotated by D. R. Hill, Chartered Engineer, Reidel Pub, 1974, p. 98
  • 26. Another al Jazari mechanism: The Castle Clock Model
  • 27. al Jazari Castle Clock (1206)
  • 28.
  • 29. Fox in the Snow Gustave Courbet, 1860
  • 30. Conceptual Model Gustave Courbet’s "Fox in the Snow" depicts the animal mauling its prey, the rodent’s blood spilling onto the blanket of snow. The brutality of this image is intensified by the brilliance and directness of Courbet’s brushstroke. The artist deftly wields brush and palette knife, differentiating the softness of the animal’s fur and the crispness of the frozen ground. This painting is a quintessential example of Courbet’s realism; he refused to depict traditional subjects of mythology or history and was instead intensely fascinated with subjects of everyday life.
  • 32. Eating Each Other: An Endless Cycle Prototype #1 (2015 ATEC Art Fair) Credits: David Vega & Michael Howell
  • 33. Final Exhibit Credits: David Vega & Michael Howell
  • 34. Brass Clock, 17th Century
  • 36. Composition with Large Blue Plane, Red, Black, Yellow, and Gray, Piet Mondrian, 1921.
  • 37. P Day 2015 Martin Krzywinski
  • 39. Libraries also contain cultural artifacts re: M&S click to retrieve interactive codices
  • 40. Codex Madrid: Leonardo da Vinci 1490 – 1505 Figure 1: Da Vinci’s original cam hammer design (left) and wooden model (right). . Figure 2. Da Vinci’s cam hammer in pseudocode. . Figure 3. Flowchart model corresponding to Figure 1. .
  • 41. STEM in the Art Museum STEM M&S What we covered (mostly)
  • 42. Acknowledgments Bonnie Pitman, Former Director of DMA & Distinguished Scholar in Residence, UT Dallas Rob Stein, Deputy Director, DMA Kimberly Jones, The Ellen and Harry S. Parker III Assistant Curator of the Arts of the Americas, DMA Shyam Oberoi, Director of Technology & Digital Media, DMA Carlos Arroyo, Senior Software Developer, DMA
  • 43. What do I (think) I said? M&S in the Art Museum Start with a cultural space Explore M&S and Systems Thinking from within Result….. S T E A M