Maximilian de Gaynesford
- Published in print:
- 2006
- Published Online:
- May 2006
- ISBN:
- 9780199287826
- eISBN:
- 9780191603570
- Item type:
- book
- Publisher:
- Oxford University Press
- DOI:
- 10.1093/0199287821.001.0001
- Subject:
- Philosophy, Philosophy of Language
The central claim of this book is that I is a deictic term, like the other singular personal pronouns You and He/She. This is true of the logical character, inferential role, referential function, ...
More
The central claim of this book is that I is a deictic term, like the other singular personal pronouns You and He/She. This is true of the logical character, inferential role, referential function, expressive use, and communicative role of all and only expressions used to formulate first-personal reference in any language. The first part of the book shows why the standard account of I as a ‘pure indexical’ (‘purism’) should be rejected. Purism requires three mutually supportive doctrines which turn out to be myths: a) that a simple rule is sufficient to give the meaning of I (‘rule theory’); b) that one can use I to express thoughts without having to identify what is being referred to (‘independence’); and c) that as a matter of the meaning of I, any use of the term is logically guaranteed against failure to refer (‘the guarantee’). The second part of the book shows why the radically new account of I should be endorsed as a deictic term. Substitution instances and the behaviour of I in inference reveal that it has an obligatorily deictic logical character and inferential role. I fulfils its referential function in the deictic way, providing determinacy of reference by making an individual referentially salient in the extra-sentential context. The discriminability of the referent of an I-use depends on recognizing the referentially salient individual. This is true of its discriminability both to the reference-maker and to the audience. So I has the expressive use and communicative role of a deictic term. The conclusion of the book directs research towards the next step, showing how the meaning of I may be used to elucidate the thoughts expressed by the term, and from there questions relating to self-knowledge, practical reasoning, belief-acquisition, and belief-ascription.Less
The central claim of this book is that I is a deictic term, like the other singular personal pronouns You and He/She. This is true of the logical character, inferential role, referential function, expressive use, and communicative role of all and only expressions used to formulate first-personal reference in any language. The first part of the book shows why the standard account of I as a ‘pure indexical’ (‘purism’) should be rejected. Purism requires three mutually supportive doctrines which turn out to be myths: a) that a simple rule is sufficient to give the meaning of I (‘rule theory’); b) that one can use I to express thoughts without having to identify what is being referred to (‘independence’); and c) that as a matter of the meaning of I, any use of the term is logically guaranteed against failure to refer (‘the guarantee’). The second part of the book shows why the radically new account of I should be endorsed as a deictic term. Substitution instances and the behaviour of I in inference reveal that it has an obligatorily deictic logical character and inferential role. I fulfils its referential function in the deictic way, providing determinacy of reference by making an individual referentially salient in the extra-sentential context. The discriminability of the referent of an I-use depends on recognizing the referentially salient individual. This is true of its discriminability both to the reference-maker and to the audience. So I has the expressive use and communicative role of a deictic term. The conclusion of the book directs research towards the next step, showing how the meaning of I may be used to elucidate the thoughts expressed by the term, and from there questions relating to self-knowledge, practical reasoning, belief-acquisition, and belief-ascription.
George Cheney, Dan Lair, Dean Ritz, and Brenden Kendall
- Published in print:
- 2009
- Published Online:
- February 2010
- ISBN:
- 9780195182774
- eISBN:
- 9780199871001
- Item type:
- book
- Publisher:
- Oxford University Press
- DOI:
- 10.1093/acprof:oso/9780195182774.001.0001
- Subject:
- Business and Management, Corporate Governance and Accountability
This book offers a fresh perspective on ethics at work, questioning the notions that doing ethics at work has to be work, and that work is somehow a sphere where a different set of rules applies. ...
More
This book offers a fresh perspective on ethics at work, questioning the notions that doing ethics at work has to be work, and that work is somehow a sphere where a different set of rules applies. When we separate ethics from life, we put it beyond our daily reach, treating it as something that is meaningful only at certain moments. This problem permeates our everyday talk about ethics at work, in popular culture, in our textbooks, and even in our ethics codes. This book uses insights from the fields of communications and rhetoric to show how in the very framing of ethics—even before we get to specific decisions—we limit the potential roles of ethics in our work lives and in the pursuit of happiness. Sayings such as “It's just a job” and “Let the market decide” are two examples of demonstrating that our perspective on professional ethics is shaped and reinforced by everyday language. The standard “bad apples” approach to dealing with corporate and governmental wrongdoing is not surprising; few people are willing to consider how to cultivate “the good orchard.” The book argues that ethics is about more than behaviour regulation, spectacular scandals, and comprehensive codes. The authors offer a new take on virtue ethics, referencing Aristotle's practical ideal of eudaimonia, or flourishing, allowing us to tell new stories about the ordinary and to see the extraordinary aspects of professional integrity and success.Less
This book offers a fresh perspective on ethics at work, questioning the notions that doing ethics at work has to be work, and that work is somehow a sphere where a different set of rules applies. When we separate ethics from life, we put it beyond our daily reach, treating it as something that is meaningful only at certain moments. This problem permeates our everyday talk about ethics at work, in popular culture, in our textbooks, and even in our ethics codes. This book uses insights from the fields of communications and rhetoric to show how in the very framing of ethics—even before we get to specific decisions—we limit the potential roles of ethics in our work lives and in the pursuit of happiness. Sayings such as “It's just a job” and “Let the market decide” are two examples of demonstrating that our perspective on professional ethics is shaped and reinforced by everyday language. The standard “bad apples” approach to dealing with corporate and governmental wrongdoing is not surprising; few people are willing to consider how to cultivate “the good orchard.” The book argues that ethics is about more than behaviour regulation, spectacular scandals, and comprehensive codes. The authors offer a new take on virtue ethics, referencing Aristotle's practical ideal of eudaimonia, or flourishing, allowing us to tell new stories about the ordinary and to see the extraordinary aspects of professional integrity and success.
Rob H. Bisseling
- Published in print:
- 2004
- Published Online:
- September 2007
- ISBN:
- 9780198529392
- eISBN:
- 9780191712869
- Item type:
- book
- Publisher:
- Oxford University Press
- DOI:
- 10.1093/acprof:oso/9780198529392.001.0001
- Subject:
- Mathematics, Applied Mathematics
This book explains the use of the bulk synchronous parallel (BSP) model and the BSPlib communication library in parallel algorithm design and parallel programming. The main topics treated in the book ...
More
This book explains the use of the bulk synchronous parallel (BSP) model and the BSPlib communication library in parallel algorithm design and parallel programming. The main topics treated in the book are central to the area of scientific computation: solving dense linear systems by Gaussian elimination, computing fast Fourier transforms, and solving sparse linear systems by iterative methods based on sparse matrix-vector multiplication. Each topic is treated in depth, starting from the problem formulation and a sequential algorithm, through a parallel algorithm and its cost analysis, to a complete parallel program written in C and BSPlib, and experimental results obtained using this program on a parallel computer. Throughout the book, emphasis is placed on analyzing the cost of the parallel algorithms developed, expressed in three terms: computation cost, communication cost, and synchronization cost. The book contains five example programs written in BSPlib, which illustrate the methods taught. These programs are freely available as the package BSPedupack. An appendix on the message-passing interface (MPI) discusses how to program in a structured, bulk synchronous parallel style using the MPI communication library, and presents MPI equivalents of all the programs in the book.Less
This book explains the use of the bulk synchronous parallel (BSP) model and the BSPlib communication library in parallel algorithm design and parallel programming. The main topics treated in the book are central to the area of scientific computation: solving dense linear systems by Gaussian elimination, computing fast Fourier transforms, and solving sparse linear systems by iterative methods based on sparse matrix-vector multiplication. Each topic is treated in depth, starting from the problem formulation and a sequential algorithm, through a parallel algorithm and its cost analysis, to a complete parallel program written in C and BSPlib, and experimental results obtained using this program on a parallel computer. Throughout the book, emphasis is placed on analyzing the cost of the parallel algorithms developed, expressed in three terms: computation cost, communication cost, and synchronization cost. The book contains five example programs written in BSPlib, which illustrate the methods taught. These programs are freely available as the package BSPedupack. An appendix on the message-passing interface (MPI) discusses how to program in a structured, bulk synchronous parallel style using the MPI communication library, and presents MPI equivalents of all the programs in the book.
David F. Armstrong and Sherman E. Wilcox
- Published in print:
- 2007
- Published Online:
- January 2008
- ISBN:
- 9780195163483
- eISBN:
- 9780199867523
- Item type:
- book
- Publisher:
- Oxford University Press
- DOI:
- 10.1093/acprof:oso/9780195163483.001.0001
- Subject:
- Psychology, Cognitive Psychology
This book uses evidence from and about sign languages to explore the origins of language as we know it today. According to the model presented in this book, it is sign, not spoken languages, that is ...
More
This book uses evidence from and about sign languages to explore the origins of language as we know it today. According to the model presented in this book, it is sign, not spoken languages, that is the original mode of human communication. The book demonstrates that modern language is derived from practical actions and gestures that were increasingly recognized as having the potential to represent and hence to communicate. In other words, the fundamental ability that allows us to use language is our ability to use pictures of icons, rather than linguistic symbols. Evidence from the human fossil record supports the book's claim by showing that we were anatomically able to produce gestures and signs before we were able to speak fluently. Although speech evolved later as a secondary linguistic communication device that eventually replaced sign language as the primary mode of communication, speech has never entirely replaced signs and gestures.Less
This book uses evidence from and about sign languages to explore the origins of language as we know it today. According to the model presented in this book, it is sign, not spoken languages, that is the original mode of human communication. The book demonstrates that modern language is derived from practical actions and gestures that were increasingly recognized as having the potential to represent and hence to communicate. In other words, the fundamental ability that allows us to use language is our ability to use pictures of icons, rather than linguistic symbols. Evidence from the human fossil record supports the book's claim by showing that we were anatomically able to produce gestures and signs before we were able to speak fluently. Although speech evolved later as a secondary linguistic communication device that eventually replaced sign language as the primary mode of communication, speech has never entirely replaced signs and gestures.
Doreen Kimura
- Published in print:
- 1993
- Published Online:
- January 2008
- ISBN:
- 9780195054927
- eISBN:
- 9780199872268
- Item type:
- chapter
- Publisher:
- Oxford University Press
- DOI:
- 10.1093/acprof:oso/9780195054927.003.0012
- Subject:
- Psychology, Neuropsychology
This chapter presents a synthesis of the discussions in the preceding chapters. The main conclusion is that the left cerebral hemisphere, in comparison with the right, is specialized for motor ...
More
This chapter presents a synthesis of the discussions in the preceding chapters. The main conclusion is that the left cerebral hemisphere, in comparison with the right, is specialized for motor selection of both the oral and manual musculature. This is particularly true of movements specifiable within intrapersonal space, and it holds whether the movements to be programmed are components of a communication system or not. A consequent theme throughout is that human communication has been influenced by the characteristics of the motor programming systems that control the relevant oral and manual musculature. Lateralization of function in the brain, manual apraxia, visuoconstructional disorders, disorders in manual sign language, and sex differences in functional brain organization are discussed.Less
This chapter presents a synthesis of the discussions in the preceding chapters. The main conclusion is that the left cerebral hemisphere, in comparison with the right, is specialized for motor selection of both the oral and manual musculature. This is particularly true of movements specifiable within intrapersonal space, and it holds whether the movements to be programmed are components of a communication system or not. A consequent theme throughout is that human communication has been influenced by the characteristics of the motor programming systems that control the relevant oral and manual musculature. Lateralization of function in the brain, manual apraxia, visuoconstructional disorders, disorders in manual sign language, and sex differences in functional brain organization are discussed.
Brian Skyrms
- Published in print:
- 2010
- Published Online:
- May 2010
- ISBN:
- 9780199580828
- eISBN:
- 9780191722769
- Item type:
- book
- Publisher:
- Oxford University Press
- DOI:
- 10.1093/acprof:oso/9780199580828.001.0001
- Subject:
- Philosophy, Philosophy of Language, Philosophy of Science
This book presents an exploration of how fundamental signals are to our world. It uses a variety of tools — theories of signaling games, information, evolution, and learning — to investigate how ...
More
This book presents an exploration of how fundamental signals are to our world. It uses a variety of tools — theories of signaling games, information, evolution, and learning — to investigate how meaning and communication develop. The book shows how signaling games themselves evolve, and introduces a new model of learning with invention. The juxtaposition of atomic signals leads to complex signals, as the natural product of gradual process. Signals operate in networks of senders and receivers at all levels of life. Information is transmitted, but it is also processed in various ways. That is how we think — signals run around a very complicated signaling network. Signaling is a key ingredient in the evolution of teamwork, in the human but also in the animal world, even in micro-organisms. Communication and co-ordination of action are different aspects of the flow of information, and are both effected by signals.Less
This book presents an exploration of how fundamental signals are to our world. It uses a variety of tools — theories of signaling games, information, evolution, and learning — to investigate how meaning and communication develop. The book shows how signaling games themselves evolve, and introduces a new model of learning with invention. The juxtaposition of atomic signals leads to complex signals, as the natural product of gradual process. Signals operate in networks of senders and receivers at all levels of life. Information is transmitted, but it is also processed in various ways. That is how we think — signals run around a very complicated signaling network. Signaling is a key ingredient in the evolution of teamwork, in the human but also in the animal world, even in micro-organisms. Communication and co-ordination of action are different aspects of the flow of information, and are both effected by signals.
Gregory Currie
- Published in print:
- 2010
- Published Online:
- May 2010
- ISBN:
- 9780199282609
- eISBN:
- 9780191712432
- Item type:
- book
- Publisher:
- Oxford University Press
- DOI:
- 10.1093/acprof:oso/9780199282609.001.0001
- Subject:
- Philosophy, Aesthetics, Philosophy of Mind
Narratives are artefacts of a special kind: they are devices which function to tell stories, and do so by conveying the storytelling intentions of their makers. But, narrative itself is too inclusive ...
More
Narratives are artefacts of a special kind: they are devices which function to tell stories, and do so by conveying the storytelling intentions of their makers. But, narrative itself is too inclusive a category for much more to be said about it than this; we should focus attention instead on the vaguely defined but interesting category of things rich in narrative structure. Such devices offer significant possibilities, not merely for the representation of stories, but for the expression of point of view; they have also played an important role in the evolution of reliable channels of information, an issue pursued in three chapter appendices. This book argues that much of the pleasure of narrative depends on early developing tendencies in human beings to imitation and to joint attention, and imitation turns out to be the key to understanding such important literary techniques as free indirect discourse and character‐focused narration. The book also examines irony in narrative, with an emphasis on the idea of the expression of ironic points of view; a case study of this phenomenon is offered. Finally, the book examines the idea of Character, as evidenced in robust, situation‐independent ways of acting and thinking, and its important role in many narratives. It is asked whether scepticism about the notion of Character should have us reassess the dramatic and literary tradition which places such emphasis on Character.Less
Narratives are artefacts of a special kind: they are devices which function to tell stories, and do so by conveying the storytelling intentions of their makers. But, narrative itself is too inclusive a category for much more to be said about it than this; we should focus attention instead on the vaguely defined but interesting category of things rich in narrative structure. Such devices offer significant possibilities, not merely for the representation of stories, but for the expression of point of view; they have also played an important role in the evolution of reliable channels of information, an issue pursued in three chapter appendices. This book argues that much of the pleasure of narrative depends on early developing tendencies in human beings to imitation and to joint attention, and imitation turns out to be the key to understanding such important literary techniques as free indirect discourse and character‐focused narration. The book also examines irony in narrative, with an emphasis on the idea of the expression of ironic points of view; a case study of this phenomenon is offered. Finally, the book examines the idea of Character, as evidenced in robust, situation‐independent ways of acting and thinking, and its important role in many narratives. It is asked whether scepticism about the notion of Character should have us reassess the dramatic and literary tradition which places such emphasis on Character.
Prudence L. Carter
- Published in print:
- 2007
- Published Online:
- May 2012
- ISBN:
- 9780195168624
- eISBN:
- 9780199943968
- Item type:
- book
- Publisher:
- Oxford University Press
- DOI:
- 10.1093/acprof:oso/9780195168624.001.0001
- Subject:
- Sociology, Education
How can we help African American and Latino students perform better in the classroom and on exams? Why are so many African American and Latino students performing less well than their Asian and White ...
More
How can we help African American and Latino students perform better in the classroom and on exams? Why are so many African American and Latino students performing less well than their Asian and White peers? Researchers have argued that African American and Latino students who rebel against “acting white” doom themselves to lower levels of scholastic, economic, and social achievement. However, this book argues that what is needed is a broader recognition of the unique cultural styles and practices that non-white students bring to the classroom. Based on extensive interviews and surveys of students in New York, the book demonstrates that the most successful negotiators of the American school systems are the multicultural navigators, culturally savvy teens who draw from multiple traditions, whether it be knowledge of hip hop or of classical music, to achieve their high ambitions. The book refutes the common wisdom about teenage behavior and racial difference, and shows how intercultural communication, rather than assimilation, can help close the black-white gap.Less
How can we help African American and Latino students perform better in the classroom and on exams? Why are so many African American and Latino students performing less well than their Asian and White peers? Researchers have argued that African American and Latino students who rebel against “acting white” doom themselves to lower levels of scholastic, economic, and social achievement. However, this book argues that what is needed is a broader recognition of the unique cultural styles and practices that non-white students bring to the classroom. Based on extensive interviews and surveys of students in New York, the book demonstrates that the most successful negotiators of the American school systems are the multicultural navigators, culturally savvy teens who draw from multiple traditions, whether it be knowledge of hip hop or of classical music, to achieve their high ambitions. The book refutes the common wisdom about teenage behavior and racial difference, and shows how intercultural communication, rather than assimilation, can help close the black-white gap.
David F. Armstrong and Sherman E. Wilcox
- Published in print:
- 2007
- Published Online:
- January 2008
- ISBN:
- 9780195163483
- eISBN:
- 9780199867523
- Item type:
- chapter
- Publisher:
- Oxford University Press
- DOI:
- 10.1093/acprof:oso/9780195163483.003.0001
- Subject:
- Psychology, Cognitive Psychology
This prologue begins with a description of an old thought experiment. The experiment imagines a situation where twenty-four human infants, twelve males and twelve females, are raised in a setting ...
More
This prologue begins with a description of an old thought experiment. The experiment imagines a situation where twenty-four human infants, twelve males and twelve females, are raised in a setting without any face-to-face interaction with or communication from anyone other than their own experimental peers. It is argued that the children's initial attempts to communicate would involve pointing to and touching or otherwise manipulating the other children and objects in their environment. This claim is reinforced by the experience of people who have tried to communicate with people whose language they don't know. In such circumstances, people often resort to pointing and pantomime to communicate. However, deaf people who encounter other deaf people from foreign countries are able to negotiate a visual code that results in basic communication. This is interesting since the signed languages of the deaf are quite diverse and not mutually comprehensible, and just as complex grammatically as spoken languages.Less
This prologue begins with a description of an old thought experiment. The experiment imagines a situation where twenty-four human infants, twelve males and twelve females, are raised in a setting without any face-to-face interaction with or communication from anyone other than their own experimental peers. It is argued that the children's initial attempts to communicate would involve pointing to and touching or otherwise manipulating the other children and objects in their environment. This claim is reinforced by the experience of people who have tried to communicate with people whose language they don't know. In such circumstances, people often resort to pointing and pantomime to communicate. However, deaf people who encounter other deaf people from foreign countries are able to negotiate a visual code that results in basic communication. This is interesting since the signed languages of the deaf are quite diverse and not mutually comprehensible, and just as complex grammatically as spoken languages.
David F. Armstrong and Sherman E. Wilcox
- Published in print:
- 2007
- Published Online:
- January 2008
- ISBN:
- 9780195163483
- eISBN:
- 9780199867523
- Item type:
- chapter
- Publisher:
- Oxford University Press
- DOI:
- 10.1093/acprof:oso/9780195163483.003.0009
- Subject:
- Psychology, Cognitive Psychology
This concluding chapter presents a summary of the main argument of the book, which is that signed languages are in an important sense not unique, that they are merely manifestations of the human ...
More
This concluding chapter presents a summary of the main argument of the book, which is that signed languages are in an important sense not unique, that they are merely manifestations of the human language ability, unfamiliar only because language scientists of the time were not familiar with deaf people and their natural languages. It has been proposed that transformation of gesture into language lies at the heart of the origin of language, that just as grammaticization-as-ritualization accounts for the change from lexical to grammatical, it also accounts for the transformation of gesture into language. Ritualization is implicated in the phylogenetic evolution of language from nonlinguistic behaviours, with visible gestures playing a key role.Less
This concluding chapter presents a summary of the main argument of the book, which is that signed languages are in an important sense not unique, that they are merely manifestations of the human language ability, unfamiliar only because language scientists of the time were not familiar with deaf people and their natural languages. It has been proposed that transformation of gesture into language lies at the heart of the origin of language, that just as grammaticization-as-ritualization accounts for the change from lexical to grammatical, it also accounts for the transformation of gesture into language. Ritualization is implicated in the phylogenetic evolution of language from nonlinguistic behaviours, with visible gestures playing a key role.