The Performance Turn and Software Letizia Jaccheri Department of Computer and Information Science, NTNU 13 April 2011

Slides:



Advertisements
Similar presentations
The Art of PowerPoint, Part 2: Animations and Audio Zachary Schroeder April 9, 2008 For audio call Toll Free and use PIN/code
Advertisements

Welcome to the seminar course
Information Literacy and Web 2.0 Jos van Helvoort Department of Information Studies & Information Management Faculty of ICT & Media, chairman of the board.
Letizia Jaccheri Department of Computer and Information Science, NTNU Engagement through Art and Open Source Software Talk invited.
Project 9 th Semester TDT4520 Program and Information Systems, Specialization Project ArTe
TDT 69 TDT69 Artistic Software: Products and Processes Letizia Jaccheri
Anna Maria Tammaro Pietro Gozetti Academic staff expectations on DSpace services: results of a survey at the University of Parma's Art and Humanities Faculty.
© 2003 Turoff 1 The Nature of Information Systems and Employment in IS Murray Turoff Information Systems Department.
Sep 14, Fall 2006IAT 4101 Design Teams Team Structure Interdisciplinary Teams.
ArTe master i Medier, kommunikasjon og informasjonsteknologi høsten 2010 Letizia Jaccheri, IDI/IME Gløshaugen Research: software, digital art
Courses Presented by Computer Science (CS) Building.
Digital animation and interactive media Dr Stefan Greuter Discipline Head Games and Animation.
ArTe Open Source Software Tools for creativity Letizia Jaccheri Torino May 2010.
By: Whitney Price THE ART INSTITUTE OF ATLANTA. ABOUT The Art Institute of Atlanta offers many programs that involve all different types of art. Such.
Usability Evaluation of Digital Libraries Stacey Greenaway Submitted to University of Wolverhampton module Dec 15 th 2006.
ArTe Open Source Software Tools for creativity Letizia Jaccheri Pisa February 2010.
Administrative IMGD Topics Background Admin Stuff Motivation Objectives Class material! 2.
1 CP586 © Peter Lo 2003 Multimedia Communication Introduction to Multimedia and Development Tools.
Introduction to Interactive Media 02. The Interactive Media Development Process.
ArTe Open Source Software Tools for creativity Letizia Jaccheri Pisa
Teaching and Learning with Technology  Allyn and Bacon 2002 Academic Software Chapter 6 Teaching and Learning with Technology.
Teaching with Multimedia and Hypermedia
Learning Bridges A role for mobile technologies in education Giasemi Vavoula with Mike Sharples, Paul Rudman, Peter Lonsdale & Julia.
2011/08/09 Sunwook Bae. Contents Paper Info Introduction Overall Architecture Resource Management Evaluation Conclusion References.
Evaluation of Adaptive Web Sites 3954 Doctoral Seminar 1 Evaluation of Adaptive Web Sites Elizabeth LaRue by.
ArTe artentnu.com letiziajaccheri.com ITovation 27 th October 2009.
The goal of this final project is to disseminate key research findings and K-12 classroom application strategies. This is based upon the effectiveness.
Introduction to Interactive Media The Interactive Media Development Process.
The Multimedia Team. Careers in Multimedia u Executive Producer u Production Manager u Multimedia Director/Architect u Art Director u Interface Designer.
* Research suggests that technology used in classrooms can be especially advantageous to at-risk, EL, and special ed students. (Means, Blando, Olson,
Engineering Senior Presentations Spring Founder’s Day, 2006 University of Portland School of Engineering Havoc Command Authors Ray Dehler Brandon.
Student Technology Leadership Program (STLP) Procedures to Follow as a Member of STLP!
Internet and Media Technology A Perspective on the Culture and Libraries of Denmark By Eric Saltz.
Letizia Jaccheri Department of Computer and Information Science ‏Norwegian University of Science and Technology with Konstantinos Chorianopoulos.
Multimedia Designer By Jessica Torres & Rebecca Hess 3/10/03.
Part III. Housekeeping... Password for E-RES: dynamic Begin by visiting:
About Openness Letizia Jaccheri Pisa
ArTe New Media Art Letizia Jaccheri Pisa February 2010.
By Lauren Parks Technology and Young Children Effective Classroom Practice o Infants and Toddlers  Technology Tools and Interactive Media Children should.
Introduction to Making Multimedia
Game Design Theory Pertemuan 3 Matakuliah: T0944-Game Design and Programming Tahun: 2010.
Free and Low Cost Game Design Tools for Game Based Learning with Student Game Creation Mark Lewis, Faculty Instructional Technologist Introduction There.
 In Offices  In education  Medical Personnel  Musicians  Mass Media  Law Enforcement  Movie Industry.
Science, Technology, Engineering and Mathematics Enrichment 8/2/13.
Cultural Informatics in Web science: A case of exploiting local cultural content Kenteris Michael M.Eng, M.Sc Vafopoulos Michalis Gavalas Damianos 29/8/2008Department.
Schools and Curriculum Development Stuart McQuaker Education Support Officer (ICT)
Exploring the World of Multimedia Chapter 1. What is Multimedia? Multimedia is the integration of text, still and moving images, and sound using computer.
Digital Humanities Center User Needs Assessment Columbia University Libraries Management Committee April 9, 2009.
Block Jam: A Tangible Interface for Interactive Music Michael Curry.
1 Gdansk, Poland, June 5, 20072nd Symposium on Systems Analysis and Design A Critical Review of Software Engineering Research on Open Source Software Development.
Repository for Targeted Proteomics Assays Josh Eckels Skyline Users Group - June 9, 2013.
Intro to Multimedia Unit 1.
Teaching and Learning with Technology Master title style  Allyn and Bacon 2002 Teaching and Learning with Technology to edit Master title style  Allyn.
Web Authoring Level 2. Course Details Single Unit of the level 2 OCR iMedia qualification Single Unit of the level 2 OCR iMedia qualification Software.
Internet and MultiMedia for SC 2
Introduction to Processing Dominique Thiebaut Dept. Computer Science Computer Science Dominique Thiebaut Thiebaut -- Computer Science.
What is Multimedia Anyway? David Millard and Paul Lewis.
Social Networking for Library and Information Science Literature John Meier Science Librarian The Pennsylvania State University University Libraries LFO.
Department of Computer Science Continuous Experimentation in the B2B Domain: A Case Study Olli Rissanen, Jürgen Münch 23/05/2015www.helsinki.fi/yliopisto.
Allison Wurgler, Erin Steinberg, and Anna Kvidt.  Digital storytelling is the practice of combining narrative with digital content, including images,
ArTe Open Source Software Tools for creativity Letizia Jaccheri Piksel09 :: f[re](e){op}[en]able Bergen
Advantages and Disadvantages of Open source Software
Formalising and Evaluating Cultural User Experience
Evolving Academic Computing Offerings: A Successful Strategy
Mostly known for the creation of The Witcher franchise.
Educational Computing
Chapter 10 Development of Multimedia Project
Web 2.0 Tools Professional Development
User Interface Design and Evaluation
Interactive media.
Presentation transcript:

The Performance Turn and Software Letizia Jaccheri Department of Computer and Information Science, NTNU 13 April International Performativity Seminar April 2011 Faculty of Humanities

Structure Software (with mini-performance 15 minutes) Context Cases Results Conclusions sewing as a way of seeing 2009

What is software?

Software, also called program code, governs the behavior of computers void setup() { size(640, 200); background(102); } void draw() { stroke(255); if(mousePressed) { line(mouseX, mouseY, pmouseX, pmouseY); } Processing.org

Software, also called program code, governs the behavior of computers

Open source software A software system is open source if its code is available to everybody for inspection, use, and modification. Use and further release of modified version of an OSS system are regulated by a license

OSS examples?

OSS Examples Linux (operating system) – loc 4,142,481 Apache (web server) – Web Sites hosted 179,720,332 – Percent 60.31% – loc 89,967 Scratch (to create animations, games, small multimedia programs) – Users Users – Projects 1.5 M Projects 1.5 M –

The new just might be old - Research methods in software engineering mathematical proofs empirical studies (qualitative, quantitative, experiments, case studies, surveys, positivism, interpretivism) Literature reviews Design science Action research …

Cases Researcher Days Night 2009 Itovation 2009 NTNU Fest 2010 K+K=K 2010

Research Questions Research Question: How can we increase knowledge about the intersection between software and art? Question for Practice: How can software benefit from art and vice versa?

Results 1.a stakeholder model – developers, users, researchers, and artists 2.a open documentation model – patchwork of words, still and moving images, music and sound, and digital code 3.Development or use? – HCI, software engineering 4.How to evaluate works in this intersection? – Technical and esthetics quality 5.Are there feelings beyond creativity and amusement we should look at? – Boring, romantic, contemplative, anger, etc.

Researcher Days Night stakeholders

Itovation stakeholders

NTNU Fest romantic

K+K=K fun

K+K=K 2010 – concentrated

Conclusions Questions and comments – References ACM digital library (86 results performativity) Colin Burns, Eric Dishman, William Verplank, and Bud Lassiter. Actors, Hairdos & Videotape Informance Design. In Conference companion on Human factors in computing systems, CHI '94 Peter Danholt. Prototypes as performative. In Proceedings of the 4th decennial conference on Critical computing: between sense and sensibility, Nancy A. Van House. Collocated photo sharing, story-telling, and the performance of self. Int. J. Hum.-Comput. Stud., Daniel Hug. Performativity in design and evaluation of sounding interactive commodities. In Proceedings of the 5th Audio Mostly Conference: 2010 Sian E. Lindleya et al.. Narrative, memory and practice: Tensions and choices in the use of a digital artefact. In HCI Adrian Mackenzie. The Performativity of Code: Software and Cultures of Circulation. Theory Culture Society, 2005