A Probabilistic Approach to Fast Pattern Matching in Time Series Databases

Total Page:16

File Type:pdf, Size:1020Kb

A Probabilistic Approach to Fast Pattern Matching in Time Series Databases From: KDD-97 Proceedings. Copyright © 1997, AAAI (www.aaai.org). All rights reserved. A Probabilistic Approach to Fast Pattern Matching in Time Series Databases Eamonn Keogh and Padhraic Smyth* Department of Information and Computer Science University of California, Irvine CA 92697-3425 {eamonn, smyth}©ics,uci. edu Abstract familiar problem in archived time series storage: high- dimensional data sets at very high resolution make The problem of efficiently and accurately locating pat- manual exploration virtually impossible. 1 terns of interest in massive time series data sets is an important and non-trivial problem in a wide variety In this paper we address the general problem of of applications, including diagnosis and monitoring of matching a sequential pattern (called a query Q) complex systems, biomedical data analysis, and ex- a time series database (called the reference sequence ploratory data analysis in scientific and business time R). We will assume that Q and R are each real- series. In this paper a probabilistic approach is taken valued univariate sequences. Generalizations to multi- to this problem. Using piecewise linear segmentations as the mlderlying rcpresentation, local features (such variate and categorical valued sequences are of signif- ,as peaks, troughs, and platcaus) are defined using icant practical interest but will not be discussed here. prior distribution on expected deformations from a ba- To keep the discussion and notation simple we will as- sic tcmplate. Global shape information is rcpresented sume that the sequence data are mfiformly sampled using another prior on the relative locations of the (i.e., uniformly spaced in time). The generalization individual features. An appropriately defined prob- abilistic model integrates the local and global infor- to the non-uniformly sampled case is straightforward mation and directly leads to an overall distance mea- and will not be discussed. The problem is to find the k sure between sequence patterns based on prior knowl- closest matches in R to the query Q. Most solutions to edge. A search algorithm using this distance measure this problem rely on three specific components: (1) is shownto efficiently and accurately find matches for representation technique which abstracts the notion of a variety of patterns on a numberof data sets, includ- ing engineering sensor data from space Shuttle mis- shape in some sense, (2) a distance measure for pairs sion archives. The proposed approach provides a nat- sequence segments, and (3) an efficient search mecha- ural framework to support user-customizable "query nism for matching queries to reference sequences. The by content" on time series data, taking prior domain contribution of this paper is primarily in components information into account in a principled manner. (1) and (2). A piecewise linear representation scheme is proposed and combined with a generative probabilis- Introduction and Motivation tic model on expected pattern deformations, leading to Massive time series data sets are commonplace in a a natural distance metric incorporating relevant prior variety of online monitoring applications in medicine, knowledge about the problem. engineering, finance, and so forth. As an example, consider mission operations for NASA’s Space Shut- Related Work tle. Approximately 20,000 sensors are telemetered once There are a large number of different techniques for per second to Mission Control at Johnson Space Cen- efficient subsequence matching. The work of Falout- ter, Houston. Entire multi-day missions are archived sos, Ranganathan, and Manolopolous (1994) is fairly at this 1 Hz rate for each of the 20,000 sensors. typical. Sequences are decomposed into windows, fea- From a mission operations viewpoint, only a tiny frac- tures are extracted from each window (locally esti- tion of the data can be viewed in real-time, and the mated spectral coefficients in this case), and efficient archives are too vast to ever investigate. Yet, the matching is then performed using an R*-tree structure data are potentially very valuable for supporting di- in feature space. Agrawal et al. (1995) proposed agnosis, anomaly detection, and prediction. This is a Also with the Jet Propulsion Laboratory 525-3660, Cal- l Copyright @1997,American Association for Artificial ifonfia Institute of Technology, Pasadena, CA 91109. Intelligence (www.aaai.org). All rights reserved. 24 KDD-97 alternative approach which can handle amplitude scal- ing, offset translation, and "don’t care" regions in the data, where distance is determined from the envelopes of the original sequences. Berndt and Clifford (1994) use dynamic time-warping approach to allow for "elas- ticity" in the temporal axis when matching a query Q to a reference sequence R. Another popular approach is to abstract the notion of shape. Relational trees can be used to capture the hierarchy of peaks (or val- leys) in a sequence and tree matching algorithms can then be used to compare two time series (Shaw and DeFigueiredo, 1990; Wang, et al., 1994). A limitation of these approaches in general is that they do not provide a coherent language for expressing prior knowledge, handling uncertainty in the matching Figure 1: Automated segmentation of an inertial nav- process, or integrating shape cues at both the local and igation sensor from Space Shuttle mission STS-57. (a) global level. In this paper we investigate a probabilistic original data, the first 7.5 hours of the mission, origi- approach which offers a theoretically sound formalism nally 27,000 data points, (b) the segmented version for this sequence, K = 43 segments chosen by the multi- scale merging algorithm described in the text. ¯ Integration of local and global shape information, ¯ Graceful handling of noise and uncertainty, and language which can directly capture the notion of se- ¯ Incorporation of prior knowledge in an intuitive quence shapes and which is intuitive as a language for manner. humaninteraction. There is considerable psychological evidence (going The probabilistic approach to template matching is rel- back to Attneave’s famous cat diagram, 1954) that atively well-developed in the computer vision litera- the human visual system segments smooth curves into ture. The method described in this paper is similar in piecewise straight lines. Piecewise linear segmenta- spirit to the recent work of Burl and Perona (1996), al- tions provide both an intuitive and practical method though it differs substantially in details of implementa- for representing curves in a simple parametric form tion (their work is concerned with 2d template match- (generalizations to low-order polynomial and spline ing and they only consider probability functions over representations are straightforward). There are a large inter-feature distances and not over local feature de- number of different algorithms for segmenting a curve formations). into the It" "best" piecewise linear segments (e.g., Pavlidis (1974)). We use a computationally efficient A Segmented Piecewise Linear and flexible approach based on "bottom-up" merg- Representation ing of local segments into a hierarchical multi-scale There are numerous techniques for representing se- segmentation, where at each step the two local seg- quence data. The representation critically impacts ments are merged which lead to the least increase in the sensitivity of the distance measure to various dis- squared error. Automated approaches to finding the tortions and also can substantially determine the effi- best number of segments K can be based on statis- ciency of the matching process. Thus, one seeks robust tical arguments (penalized likelihood for example or representations which are computationally efficient to MinimumDescription Length as in Pednault (1991) work with. Spectral representations are well-suited to for this problem). Wefound that for piecewise linear sequences which are locally stationary in time, e.g., segmentations, simple heuristic techniques for finding the direct use of Fourier coefficients (as in Faloutsos et good values of K worked quite well, based on halting al. (1995)) or parametric spectral models (e.g., Smyth, the bottom-up merging process when the change in ap- 1994). However, many sequences, in particular those proximation error in going from K to K - 1 increased containing transient behavior, are quite non-stationary substantially. Figure 1 shows the segmentation of an and maypossess very weak spectral signatures even lo- inertial navigation sensor from the first 8 hours of a cally. Furthermore, from a knowledge discovery view- Space Shuttle mission by this method. For practical point, the spectral methods are somewhat indirect. applications it may be desirable to have I( chosen di- We are interested here in pursuing a representational rectly by the user to reflect a particular resolution at Keogh 25 which matching is to be performed. V Probabilistic Similarity Measures Defining "similarity" metrics is a long-standing prob- lem in pattern recognition and a large number of dis- Figure 2: A simple query consisting of 2 feature shapes. tance measures based on shape similarity have been The horizontal line at the bottom indicates al, or proposed in tile literature. Typically these similarity equivalently, the degree of horizontal elasticity which measures are designed to have certain desirable prop- is allowed between the 2 features. erties such as invariance to translation or scaling. Here we propose a probabitistic distance model k-1 based on the notion of an ideal prototype
Recommended publications
  • Classic Model of Perception Pattern Recognition Challenge Robust
    Classic Model of Perception Perception & Pattern Recognition Pattern Recognition Why is pattern recognition difficult? • Process of connecting perceptual • Accomplished with incomplete or information w/info in LTM ambiguous information – Visual Pattern Recognition – Auditory Pattern Recognition (Speech) – Importance of Context Challenge Robust • Many different exemplars are recognized • Used by on-line vendors to test for as being the same presence of a human (Turing Test) 1 Models of Pattern Recognition Template Matching • Template Models • Retinal image matched to pre- • Feature Models existing patterns • Neural Network Models • Recognition – when retinal image matches • Prototype Models pattern • Examples – Check Reading – Zip Code Sorting Problems • Image falls on wrong part of retina • Image different size than template • Orientation • Templates, templates, templates • New objects? Models of Pattern Recognition Feature Theory • Template Models • Stimuli broken down into features • Feature Models • Features combine and recombine • Prototype Models • Objects defined by • Neural Network Models – Constituent features – Relationships between features 2 Letter Recognition Pandemonium W A depiction of Selfridge’s (1959) Pandemonium model Supporting Evidence Hubel & Wiesel • Edge detection cells in cats (Hubel & • Different cells like different features Wiesel, 1962) Gibson, Shapiro, & Yonas (1968) Groupings by RT • Analyze letters in terms of features • Ask people to determine if 2 letters are the same vs. different • Compare the clustering of letters in the reaction time task to the similarities of the features 3 Find the ‘Z’ vs ‘Q’ Object Perception EIMVWX CDG9RU XMZWVI RDQOCG VIEXWM GRDCOU WVXQIE DCURZG Faster to find ‘Z’ on the right, Faster to find ‘Q’ on the left (due to letters w/similar features in the surround) Geons Degraded Objects • Can help explain recognition of degraded • Disrupt Geon • Deletion Control – (midsegment) objects – (concavity) Limitations of geons Features vs.
    [Show full text]
  • History and Idealism: the Theory of R. G. Collingwood
    History and Idealism: The Theory of R. G. Collingwood Saul A. Kripke This is the final submitted version of the following article: Kripke, S. A. (2017), History and Idealism: The Theory of R. G. Collingwood. Collingwood and British Idealism Studies, 23: 9-29, which has been published in final form by Imprint Academic at https://www.ingentaconnect.com/content/imp/col/2017/00000023/00 000001/art00002. 1 History and Idealism: The Theory of R. G. Collingwood1 Saul A. Kripke In this essay, the phrase, “the idealist theory of history,” will denote the idealist cultural philosophy of history, as proposed by Collingwood and others, not the idealist speculative philosophy, as adumbrated by Hegel and various kindred spirits. The distinction between a speculative and cultural philosophy of history, as formulated by Walsh (1951: 13-15), contrasts the philosopher’s “speculative” task (or alleged task) of formulating the teleology or ultimate meaning of history with the “cultural” task of investigating the epistemological foundations of historical research.2 A speculative idealist theory of history will attempt to show, as Hegel has done, that history progresses according to dialectical laws of “thought” or “world spirit,”3 but a critical (or cultural) idealist view of history need make no such commitment.4 1 This paper was written for an undergraduate history course at Harvard, in my third (junior) year of college (1960-1; second term). My teacher, Richard T. Vann, urged me to publish it even then. Since a couple of Collingwood scholars expressed interest in this paper, I have finally followed Vann’s advice. I have kept the paper pretty much as it was, with very minor stylistic revisions (such as replacing the then conventional use of ‘he’ by an alternation of ‘he’ and ‘she’).
    [Show full text]
  • The Role of Friedrich Nietzsche in Richard Rorty's Political Thought
    Claremont Colleges Scholarship @ Claremont CMC Senior Theses CMC Student Scholarship 2008 Good Nietzsche, Bad Nietzsche: The Role of Friedrich Nietzsche in Richard Rorty’s Political Thought. Paul A. Snell Jr. Claremont McKenna College Recommended Citation Snell, Paul A. Jr., "Good Nietzsche, Bad Nietzsche: The Role of Friedrich Nietzsche in Richard Rorty’s Political Thought." (2008). CMC Senior Theses. Paper 223. http://scholarship.claremont.edu/cmc_theses/223 This Open Access Senior Thesis is brought to you by Scholarship@Claremont. It has been accepted for inclusion in this collection by an authorized administrator. For more information, please contact [email protected]. CLAREMONT McKENNA COLLEGE GOOD NIETZSCHE, BAD NIETZSCHE: THE ROLE OF FRIEDRICH NIETZSCHE IN RICHARD RORTY’S POLITICAL THOUGHT SUBMITTED TO CHARLES R. KESLER AND DEAN GREGORY HESS BY PAUL ALAN SNELL JR. FOR SENIOR THESIS SPRING 2008 APRIL 28, 2008 What a grueling project this has been! If I had not had the support of so many people I would not have completed the capstone of my academic career. First, I need to thank Professor Audrey Bilger for providing me with resources to help me narrow down my topic—and her wonderful Yoga instruction, which helped me maintain my sanity. Professor Charles Kesler, my reader, has been quite patient and helpful with me throughout this process and I appreciate all of his guidance in keeping this thesis manageable. Professor Kenneth Miller’s Honors Seminar kept me from turning into a procrastinating mess, and his guidance, generally, has been quite helpful. Weston LeMay, my neighbor and thesis partner, read through several drafts of the chapter on epistemology and his comments were insightful and helped me clarify my own ideas on that complicated chapter.
    [Show full text]
  • Aristotle on the Principles of Perceptible Body (Gen
    Binghamton University The Open Repository @ Binghamton (The ORB) The Society for Ancient Greek Philosophy Newsletter 4-1993 Aristotle on the Principles of Perceptible Body (Gen. Corr. 2.1-3) David E. Hahm The Ohio State University, [email protected] Follow this and additional works at: https://orb.binghamton.edu/sagp Part of the Ancient History, Greek and Roman through Late Antiquity Commons, Ancient Philosophy Commons, and the History of Philosophy Commons Recommended Citation Hahm, David E., "Aristotle on the Principles of Perceptible Body (Gen. Corr. 2.1-3)" (1993). The Society for Ancient Greek Philosophy Newsletter. 242. https://orb.binghamton.edu/sagp/242 This Article is brought to you for free and open access by The Open Repository @ Binghamton (The ORB). It has been accepted for inclusion in The Society for Ancient Greek Philosophy Newsletter by an authorized administrator of The Open Repository @ Binghamton (The ORB). For more information, please contact [email protected]. H-&hm \ 9 Aristotle on the Principles of Perceptible Body (Gen. Corr. 2.1-3) By David E. Hahm (The Ohio State University) SAGP, April, 1993 Aristotle’s explanation of all physical change presupposes the existence of some perceptible body in which the change may occur.1 Even the most fundamental change, genesis and destruction, cannot occur, Aristotle claims, apart from perceptible body (Gen. Corr. 2.1.328b32-34). A knowledge of the principles (άρχαί) and elements (στοιχείο) is therefore fundamental to understanding all physical changes.2 In the first three chapters
    [Show full text]
  • Pattern Layout, Pinning and Cutting
    Lesson Pattern Layout, Pinning 8 and Cutting Objectives This lesson will help you to • identify the various ways fabric may be folded in preparation for layout, pinning, and cutting. • correctly lay out a pattern. • give reasons for various layout, pinning, and cutting procedures. • interpret layout, pinning, and cutting information found on the pattern instruction sheet. Words to Know lengthwise fold double fold even plaid partial fold repeat uneven plaid crosswise fold Gathering Information Following the correct pattern layout will help ensure that your garment is cut out on- grain. Pinning and cutting your garment carefully will avoid wasting fabric. This lesson will provide the information you need to lay out, pin, and cut out your pattern pieces. You will first need to make sure the cut ends of your fabric are on-grain. If they are off- grain, follow the directions in Lesson 4, “Fabric Preparation,” to straighten the grain before preparing the fabric for pattern layout. Folding Fabric can be folded in a variety of ways the Fabric before pattern pieces are positioned for cutting. The type of fold used depends on • the number of pattern pieces that must be placed on a folded edge • the fold that results in the most economic use of the fabric • the width of the fabric • the pattern size Pattern companies have already taken these factors into consideration for you. Therefore, you should fold your fabric as shown in the diagram found on your pattern instruction sheet. (Continued) 101 L5-8.indd 101 8/8/2012 8:59:57 AM 102 Successful Sewing Lengthwise fold.
    [Show full text]
  • A Kernel of Truth: Determining Rumor Veracity on Twitter by Diffusion Pattern Alone
    A Kernel of Truth: Determining Rumor Veracity on Twitter by Diffusion Pattern Alone Nir Rosenfeld∗ Aron Szanto∗†‡ David C. Parkes§ Harvard University Harvard University Harvard University School of Engineering School of Engineering School of Engineering and Applied Sciences and Applied Sciences and Applied Sciences [email protected] [email protected] [email protected] ABSTRACT 1 INTRODUCTION Recent work in the domain of misinformation detection has lever- Social media has become the world’s dominant vector for infor- aged rich signals in the text and user identities associated with mation propagation. Over three billion people use social media content on social media. But text can be strategically manipulated platforms such as Twitter and Facebook, and more than two thirds and accounts reopened under different aliases, suggesting that these of Americans consume their news primarily through social media approaches are inherently brittle. In this work, we investigate an [10, 25]. As social discourse, business, and even government are alternative modality that is naturally robust: the pattern in which increasingly conducted on social media platforms, understanding information propagates. Can the veracity of an unverified rumor how information travels through online networks is key to the spreading online be discerned solely on the basis of its pattern of study of the future of the Web. diffusion through the social network? When considering the dynamics of information propagation on Using graph kernels to extract complex topological informa- social media, two factors are most salient: what is being shared and tion from Twitter cascade structures, we train accurate predictive how. The former relates to content – What is being discussed? By models that are blind to language, user identities, and time, demon- whom, and in association with which emotions? Is the information strating for the first time that such “sanitized” diffusion patterns reliable? – while the latter refers to the spatiotemporal patterns that are highly informative of veracity.
    [Show full text]
  • Collingwood's Idea of History : the Development and Form of Historical Inquiry Timothy A
    University of Richmond UR Scholarship Repository Honors Theses Student Research Spring 1984 Collingwood's idea of history : the development and form of historical inquiry Timothy A. Hartin Follow this and additional works at: http://scholarship.richmond.edu/honors-theses Recommended Citation Hartin, Timothy A., "Collingwood's idea of history : the development and form of historical inquiry" (1984). Honors Theses. Paper 562. This Thesis is brought to you for free and open access by the Student Research at UR Scholarship Repository. It has been accepted for inclusion in Honors Theses by an authorized administrator of UR Scholarship Repository. For more information, please contact [email protected]. UNIVERSITY OF RICHMOND LIBRARIES llll IIll IIll Ill II lllll lllll IIll llll Ill II IIll Ill IIll II Ill Ill Illll 3 3082 01028 5160 Collingwood's Idea of History: The Development and Form of Historical Timothy A. Gartin History Honors Thesis Spring 198L~ Collingwood 1 s Idea of History: The Development and Form of Historical Inquiry Introduction History was long considered a somehow second-rate discipline, incapable of producing true knowledge like math or the hard sciences. Whether viewed as ~he handmaiden of theology in the Middle Ages or simply denied a place among the sciences by the latter-day positivists, history 1 s independence and value as a study in its own right have been denied from many points of view at different ~imes. R. G. Collingwood takes issue with this attitude towards history by l'~s~tonomy both in subject and method in his ihe Idea of History. His !inquiry into the nature of history is divided into two parts.
    [Show full text]
  • Causal Explanation and the Periodic Table
    Synthese https://doi.org/10.1007/s11229-018-01982-0 Causal explanation and the periodic table Lauren N. Ross1 Received: 3 December 2017 / Accepted: 8 October 2018 © Springer Nature B.V. 2018 Abstract The periodic table represents and organizes all known chemical elements on the basis of their properties. While the importance of this table in chemistry is uncontroversial, the role that it plays in scientific reasoning remains heavily disputed. Many philosophers deny the explanatory role of the table and insist that it is “merely” classificatory (Shapere, in F. Suppe (Ed.) The structure of scientific theories, University of Illinois Press, Illinois, 1977; Scerri in Erkenntnis 47:229–243, 1997). In particular, it has been claimed that the table does not figure in causal explanation because it “does not reveal causal structure” (Woody in Science after the practice turn in the philosophy, history, and social studies of science, Routledge Taylor & Francis Group, New York, 2014). This paper provides an analysis of what it means to say that a scientific figure reveals causal structure and it argues that the modern periodic table does just this. It also clarifies why these “merely” classificatory claims have seemed so compelling–this is because these claims often focus on the earliest periodic tables, which lack the causal structure present in modern versions. Keywords Causation · Explanation · Philosophy of chemistry · Classification · Causal reasoning 1 Introduction To the extent that there is a trademark figure for the field of chemistry it is surely the periodic table. Considered by many to capture the “essence” of this scientific domain, the periodic table represents and organizes all known chemical elements on the basis of their properties (Scerri 2007, p.
    [Show full text]
  • Aristotle's Patterns of Logic and Ontology
    Aristotle’s Patterns Of Logic and Ontology John F. Sowa 20 March 2016 Foundations of Ontology Hypotheses proposed by the pre-Socratic philosophers: ● Pythagoras: Mathematical forms govern everything. ● Heraclitus: An eternal flux (panta rhei) governed by laws (logos). ● Empedocles: Four elements (fire, air, water, earth) and two principles of change: love (eros) and strife (eris). ● Leucippus and Democritus: Tiny atoms in constant motion. Disciplined methods for analyzing hypotheses: ● Socrates: Conceptual analysis by systematic questioning. ● Plato: Theories presented in dialogs led by Socrates. ● Aristotle: Systematic treatises instead of free-flowing dialogs. Aristotle’s theories set the standard for logic and ontology: ● Stable objects as composites of form and matter. ● Ten categories for analyzing, describing, and classifying anything. ● Logic for specifying patterns and reasoning about them. 2 Differences Between Plato and Aristotle Paul Spade drew “pincushion diagrams” to illustrate ontologies. For Plato, each object is represented as a bundle of properties (pins) contained in a receptacle (the pincushion). The pins for optional properties can be removed or replaced. But the pins for essential (necessary) properties have a barbed hook that cannot be removed without destroying the pincushion. 3 See http://pvspade.com/Logic/docs/WarpWoo1.pdf Aristotle’s Ontology The pincushions for Aristotle’s ontology contain an unchangeable substantial form (SF) and changeable prime matter (PM). All pins represent accidents that may be removed or replaced. For relations, the pins resemble needles with threads linked to the needles of other objects. Although all accidents are changeable, some kinds of accidents are necessarily present. For example, all physical objects must have weight, but the weight can change as the amount of matter changes.
    [Show full text]
  • Plato and Aristotle on the Family and the Polis
    Plato and Aristotle on the Family and the Polis John Hittinger The University of St. Thomas, Houston The question of the family is at the heart of many important political issues. Platonism poses a special challenge to Christianity because the individual is lost in the abstract universal and the historical event is of no consequence. Christianity affirms the goodness of marriage and the importance of the complementary differences between male and female. Christianity is a creed based upon the recognition of the unique event of the Incarnation and measures history by that event. Aristotle sees the importance of family as the basis for community, but he does not adequately establish the significance of the individual and the intrinsic goodness of marriage and family. The superiority and sovereignty of the political regime overshadow the family. Although Aristotle makes important strides beyond Plato, his philosophy still bears the mark of a rationalist and monistic metaphysics that is an unwarranted imposition upon Christian theology. The true humanism will take nothing less than the restoration through the new Adam, an embrace of the true religion, and a metaphysics of esse, or metaphysics of the gift. Blessed John Paul II made some important contributions to this deepening of the integral humanism through his work on the phenomenology of love, through his work on Gaudium et spes, and through his work on the theology of the body and family which he developed during his papacy. Introduction I am delighted to accept this invitation to speak
    [Show full text]
  • Myth and Symbol in the Pattern of Truth / 123
    MYfH AND SYMBOL IN THE PATfERN OF TRUTH Frederick Edwords The same myths, the same symbols, can have vastly different meanings at different times and places. Myths and symbols need not be viewed as unchanging. They might better be seen as vehicles for helping people un- derstand and communicate new ideas. Now, when I use the word "myth," I don't intend the technical meaning employed by anthropologists but rather the more general usage as shown in the second definition in the American Heritage Dictionary:l Any real or fictional story, recurring theme, or character type that appeals to the con- sciousness of a people by embodying its cul- tural ideals or by giving expression to deep, commonly felt emotions. And by "symbol," I mean: Something that represents something else by association, resemblance, or convention; which is the American Heritage Dictionary's first defi- nition. 1 The American Heritage Dictionary, second college edition (Bos- ton: Houghton Mifflin Company, 1982). -- --- -- -....-..-.--.- - 122 / Humanism Today 1993 Thus defined, myths and symbols are to be found everywhere. And some of the most powerful and influ- ential occur in popular culture, since these are often the ones that have the greatest immediate social im- pact. One current and recurring myth-loaded with spe- cial symbols and amply demonstrating how myth and symbol can play an active role in the pattern of that thing we call truth-is the myth about vampires. The first weekend after its release, the Francis Ford Coppola film, Bram Stoker's Dracula, raked in thirty- two million dollars at the box office and continued to draw sizeable audiences for months afterwards.
    [Show full text]
  • Teaching Philosophy Scott A
    Statement of Teaching Philosophy Scott A. Snyder “This is really hard.” – Minnie Driver commenting on organic chemistry in Good Will Hunting Having focused the majority of the past fifteen years in the study of organic chemistry, I would have a hard time disagreeing with Minnie Driver’s analysis of the discipline. Nevertheless, such difficulty need not be a source of frustration or a general deterrent from its scientific study. In fact, when guided by dedicated and effective mentors, navigating its murky waters and overcoming some of its challenges can lead not only to personal growth, but also to a lifelong love of the field and a passion to explore new territory through independent scholarship. I have been incredibly fortunate to have had my scientific travels in chemical synthesis chartered by several such individuals; it is my goal as a teacher–scholar to similarly captain voyages of discovery for members of the next generation. In the classroom, I hope to accomplish this end by tailoring my teaching specifically to the needs of my students at their particular level of study. For example, in an elective course designed for non-majors (such as a course on medicines and disease), my efforts are directed primarily towards chemical education in the broadest sense, with special emphasis on transmitting the enabling skills and knowledge that would permit each student to enter the larger world equipped with an informed view of the role of chemistry/science in modern life and the means to evaluate scientific and ethical issues as voting members of a democratic society. In core and upper level courses that contain a high proportion of science majors, I strive to establish frameworks that tap into existing knowledge and build upon that base rather than emphasize rote memorization or pattern recognition of fundamental concepts.
    [Show full text]