Topic Maps Used to Present Interrelationships in Dynamic Linear Systems
Total Page:16
File Type:pdf, Size:1020Kb
AC 2011-526: TOPIC MAPS USED TO PRESENT INTERRELATIONSHIPS IN DYNAMIC LINEAR SYSTEMS Erik Cheever, Swarthmore College Erik Cheever is a professor of Engineering at Swarthmore College. He teaches in the areas of Circuits, Electronics, Linear Systems, Control Theory and DSP. Ames Bielenberg Ames Bielenberg is an engineering student at Swarthmore College. c American Society for Engineering Education, 2011 Topic Maps Used to Present Interrelationships in Dynamic Linear Systems Abstract The study of linear physical systems is one of the topics in engineering with a rich interplay among the topics and no natural order in which to present the material. In this paper, we describe a system that uses topic maps to emphasize these interrelationships without imposing an arbitrary hierarchy on the material presented. For example, in terms of types of systems, mechanical systems can be taught first, or electrical. In terms of transforms, Laplace can be taught first, or Fourier, or even the Z-transform. There are also many relationships between topics. Examples include the transforms mentioned previously, the different types of physical system (electrical, mechanical, thermal…), and different solution methods such as state-space and transfer functions. By their very nature, textbooks must present and follow a linear path through the material, and any two textbooks are likely to follow very different paths. Web-based presentation of the material removes part of this problem because the material need not be presented linearly, but raises the prospect of a chaotic portrayal of the subjects because HTML links are merely from text to text and have no inherent meaning. Another way to present such interrelated ideas is through the use of topic maps. Topic maps are used to represent these interrelationships using topics (concepts), associations (the relationships between topics) and occurrences (information, e.g., web pages, relating to the topics). This is distinct from concept maps and other commonly used visual methods for organizing information in that the ideas need not be hierarchical; for example Fourier Transforms are not a subset of Laplace transforms (or vice-versa) as is presented in most textbooks. In addition the topics have certain roles in the association that give the link meaning, a clear advantage over traditional HTML hyperlinks and other methods. We have developed a system using HTML, PHP, JavaScript and XML that enables a user to author a topic map, as well as to present a graphical visualization of that map. When visualizing a map, a topic is selected (by clicking on it), and all related topics are displayed around it. Included in the display are the associations and roles played by each topic in that association. Topics can also have other information (occurrences in the form of HTML links, simulations…) that give explanatory detail about the topic, including descriptions of how it is related to other, associated, topics. While many textbooks (and even web-based presentations) have only short sections describing the interrelationships between topics, this system puts the relationship at the core of the presentation of the material to make it more clear why a particular topic is being learned and how it fits into the larger context of linear systems. Introduction At its lowest level the learning process, according to Bloom’s taxonomy, involves moving a student from simply remembering information to understanding it [1, 2]. The internet has greatly increased the amount and availability of information but has, in some ways, increased the difficulty of understanding that information. For example, using an internet search engine such as Google is a good way to get information, but it does not put the information in any kind of context for understanding. Semantic web technology has been developed to alleviate this problem by allowing computers to attach meaning to information. Tim Berners-Lee defines the semantic web as “a web of data that can be processed directly and indirectly by machines” [3]. It should be possible to use this machine-accessible “meaning” to develop computer-based systems that can help a student move from remembering to understanding. Several technologies have been developed to exploit the semantic web; among them are OWL [4], RDF [5] and topic maps [6]. All have been used for educational purposes [7]. This paper focuses on the use of topic maps to encode and visualize the information that is typically contained in a Linear Systems course. Topic maps have been used previously for learning [8, 9, 10, 11, 12], though not widely. There are several topic map editors and visualizers available, but these are generally for much larger systems and require Java to operate. The system described here has a much smaller footprint, runs quickly, and requires only JavaScript and PHP. The topic maps discussed in this paper are stored as XML files in the XTM format [13]. In addition to describing a system that allows the maps to be visualized (similar in some regards to existing systems [8, 14, 15, 16]) it also shows how information about linear systems and other fields can be coded in topic maps. Visualization is especially important for understanding the material to students that might be classified as “visual” learners by Felder’s index of learning styles [17]. Background Topic maps are a way of representing a set of topics, the relationships between them, and information about them. The “topics” can be any idea or thing, the relationships are called “associations” and represent how the topics are related, and the extra information is referenced by “occurrences.” In the associations, the topics have “roles.” As an example, in a “family” association there could be one topic with “father” role, another as “mother,” and one or more topics in “daughter” and “son” roles. Once the family association is made, information about the family can be determined about parents and children, siblings, and even such things as cousins in a larger map. Topic mapping is similar to the much more widely known methodologies of concept mapping and mind mapping, but is relatively new and have not yet found wide use in educational settings. Topic maps differ from the others in several important aspects that should be useful for learning many engineering domains. Concept maps (and mind maps) are both mainly used to represent hierarchical information with the most important topic at the center (or top), and subtopics arranged in a tree. Topics become farther from the main topic as they become less important. Relationships between topics at different levels, or on different “branches” of the tree are hard to show. Topic maps, on the other hand, can naturally associate any two (or more) topics. In addition, while the links between topics in a concept map can be named, the topics themselves don’t take on specific roles except insofar as the format of the concept map dictates. This is not a problem in a hierarchical map (i.e., “Mary” “is daughter of” “John”) it becomes a problem in situations where the ideas form more of a web than a hierarchy. For example neither “state space” nor “transfer function” is below the other in a hierarchical sense, but they are both associated with each other. Another difference between concept maps and topic maps is that topics in topic maps by their very nature have additional information available in the form of occurrences. The occurrences can be brief (text or an image) or quite complex (a web page with examples and problems). A Simple Topic Map To demonstrate how these things work, consider the topic map depicted in figure 1 that shows a simple map for a building. Figure 1: Topic map, with “This Building” at the center. Note several things: ● “This Building” is the topic of interest. It is at the center of the map. ● Associations are shown radially, and are given from the perspective of the building (e.g., “This Building Contains That Table”). ● Relationships at the next level are shown by a lighter line (e.g., the relationship between “My Cup” and “That Table.” ● The number of occurrences associated with a topic are shown by a number in a circle (“My Cup” has 2 occurrences described below) Figure 2: “That Table” is the topic of interest. Clicking on “That Table” makes it the topic of interest. See figure 2. Note that “That Table” is now at the center. Associations are shown from the perspective of the table. Note, in particular, that the associations between the table and the cups are now explicitly shown. Figure 3: “My Cup” is topic of interest. Figure 3 shows “My Cup” as the center topic. The circle has been clicked to show the occurrences associated with the topic of which there are two: its volume and a hyperlink (“Image” is a hyperlink to an picture of hot chocolate). The current system displays only the topics that are directly associated with the topic of interest. Other systems exist that allow for the display of multiple levels [8, 14], but in learning systems it can be important to restrict the amount of information presented to the viewer so as not to overwhelm and, perhaps, confuse [18, 19] the reader. The figures above show the visualization of the topic map. The diagram below shows the page used to edit the maps (the “My Cup” topic is being edited). Figure 4: The topic map editor. Obviously a topic map can be used to represent much more complex information than given by the previous example. For example, they have even been employed by the IRS to improve access to the tax code [20]. A good candidate for expression through topics maps is that of linear systems. A Topic Map for Linear Systems One field of engineering that is a good candidate for is that of linear systems because the information is highly interconnected, but not necessarily hierarchical.