On Systemics, C~B Emetics and Informatics

Total Page:16

File Type:pdf, Size:1020Kb

On Systemics, C~B Emetics and Informatics The 6th World Mailti.conference on Systemics, C~b _emetics and Informatics July 14-18,2002 r Orlando, Florida, USA Volume VII Information Systems Development II Organized by IIIS EDITED BY International N agib Callaos 1 Institute of John Porter Informatics and N aphtali Rishe Systemics Member of International Federation of Systems Research IFSR Semantic Design and Oracle Implementation of the Vegetation Database for the Everglades National Park• Naphtali D. RISHE, Maxim V. CHEKMASOV, Marina V. CHEKMASOVA, Natalia Y. TEREKHOVA, Anatoliy A. ZHYZHKEVYCH, Gustavo PALACIOS High Perfonnance Database Research Center School of Computer Science Florida International University Miami, Florida 33199, U.S.A. ABSTRACf This dataset is closely related to the plant species classification dataset. The latter contains taxonomy Several environmental studies have been conducted in information on the vegetation: categories, families, South Florida, which are related to vegetation patterns in genus, and species of the plants to be found in South that area. These studies have accumulated valuable data Florida. As we see below the important feature of this on plant species with the goal to use this data in further dataset is introduction of a unique 16-character code, biological analysis and research. To facilitate this, we derived from the first four letters of the genus, specific have designed and implemented the vegetation database. epithet, and infraspecific name (if applicable) for each Semantic modeling was chosen as an efficient and plant species in classification. flexible approach to the database design. The Oracle relational database management system was chosen as The solution holes dataset is related to the study of land the platform to implement and maintain the system. In coverage with ·plants on several geographical locations the present paper we discuss the vegetation data sets, (sites) in the ENP. At each site several holes were database requirements, design and implementation. We artificially prepared for the study. The resulting dataset also describe the tool built in-house to automatically map contains physical parameters of the holes like soil depth a conceptual semantic database design into a physical as well as hole coverage information with live and dead relational database\. design. plants. Keywords: Environmental study, semantic schema, Length measurements for plants at the Dry Tortugas relational database. National Park is yet another dataset to be stored in the database. Several transects were prepared in the Park to conduct measurements. Each transect is divided into 1. VEGETATION DATASETS seven segments. The dataset records the starting/ending dates of the plant measurements and the heights of the The datasets to be loaded and maintained in the plants. vegetation database vary greatly in their periods of data collection, geography, methods used by the researchers, The study conducted on the plots in Taylor Slough and the ways the datasets were formally presented for resulted in a separate dataset. Unlike the previously data loading. We will briefly describe the major datasets. described dataset, the plots here were setup using other methodology. The plot records contain data on the The herbarium dataset contains information on the plants physical parameters of the local area like water depth as that are displayed in the Everglades National Park's well as percentage of coverage of the plots with the (ENP) herbarium. This collection of plants is constantly vegetation. growing. The idea behind having this dataset in the database is to facilitate fast and easy search of the A special study is conducted to monitor restoration specimens in the herbarium and to check the availability efforts in the ENP. The study produces the so called of a particular plant in the collection. At this time the 'hole-in-the-donut' dataset. The measurements are dataset has no digital photos of the herbarium plants, but conducted on a set of plots, each being precisely gee­ the photos may be added at a later stage. located and referenced to the neighboring plots. Record information includes physical parameters and plant 'This research was supported in part by NASA (under grants NAGS-9478, NAGW-4080, NAGS-5095, NASS-97222, and NAGS-6830), NSF (CDA-9711582, IRI-9409661, HRD-9707076, and ANI-9876409), ONR (N00014-99-1-0952), the Department oflnterior, and the FSGC. 432 conditions. Additionally plant phenology data and tree technically treated as subsets of the semantic model. islands' study results are included. Since the restoration Therefore, the concepts and languages of the semantic effort in the Park has a complex effect or the whole area, model may apply to them. the study also produced data on soil and water depth, as well as wildlife monitoring records. For our project, semantic modeling may be considered as a tool for database design in the relational database Finally, exotic plants treatment using herbicides is model. The top-down relational database methodology regularly conducted in the ENP. The data on site visits, may be presented as follows. First, we analyze and plant treatments, personnel, and herbicides used are specify our project semantically. This produces a concise, combined to form the exotic plants treatment dataset. flexible, user-oriented specification of the vegetation database, unconstrained by computer-oriented concerns. 2. USER REQUIREMENTS TO THE DATABASE In the second stage this specification is converted into a relational database schema with all its integrity From the previous section it is clearly seen that the constraints. The semantic description, which we call the vegetation studies differ greatly in the data objects semantic schema, remains as a high-level documentation collected and the methodology used to conduct the of the database. studies. One of the requirements for the database was to combine all the data in a single database. To create a Semantic modeling for the database project starts with the database design where all the data components are identification of the objects. An object may be any item logically related between themselves is a challenging task in the real world. It can be either a concrete object in this case. However we were allowed to choose the (value) or an abstract object (non-value). A category is methodology to create the design of the vegetation a concept of the database design that is a unary property database which proved to be helpful in accomplishing the of objects. In other words, a category describes a set of task. objects which possess the property. Abstract categories are categories whose objects are always abstract, Another requirement was to implement the system using concrete categories are the ones whose objects are Oracle RDBMS (relational database management always concrete. A binary relation is a concept of the system), (1]. Oracle was chosen because the clients have database design that is a binary property of objects. It has already used it for their database needs and possess a the meaning of relationship or connection between two license for this software package. The database server is objects. Attributes are binary rel~ions whose range is a installed under a UNIX operating system, whereas most concrete category. These concepts are used in the of the database users will use a Microsoft Windows semantic design of the database, which is represented by platform for their work. the semantic schema. We refer to [2] for a thorough discussion of the semantic modeling approach. Certain user requirements are related to the applications to be constructed to facilitate the users' needs in querying For visual presentation and printouts, the semantic the database, saving the query results, importing the schema may be depicted as a set of diagrams called sub­ results into third-party software tools, and making schemas of the semantic schema. A category is displayed modifications to the data. It is not expected that an on the schema as a box with the category name in average database user, being a specialist in biology and uppercase bold letters. Attributes appear inside the environmental sciences, will possess skills in database corresponding category boxes in italic letters. Relations query languages such as SQL (structured query language) between the categories are denoted by arrows. The names or programming. It was decided to create a set of intuitive of the relations appear in bold letters. Cardinality of the and easy-to-use forms to assist clients in their work with relations as well as additional constraint information is the data utilizing the software tools provided in the placed on the semantic schema in italics. Oracle package. Figure presents a sub-schema for taxonomic Some user requirements are related to data maintenance. classification of plant species fl)>m the semantic schema In particular, new data has to be regularly uploaded to the for the vegetation database. Categories CATEGORY, database, preferably automatically. FAMILY, GENUS, and SPECIES store the taxonomy structure for plant species. In particular, each species 3. SEMANTIC SCHEMA FOR THE DATABASE belongs to a certain genus, which in tum is part of tlte family, and families comprise a category. We also store The semantic modeling approach was chosen for the information on the subspecies in category SPECIES, database design. This approach allows the unification of with the relation is-part-of linking subspecies to the different database models into one framework. Most of corresponding species record. The relations, the concepts and languages may be presented in terms of corresponding to the above-mentioned categories, namely a unifying semantic model. The other models may be the-genus, the-family, the-category, are marked as total, 433 indicating mandatory status of the relationships the categories PLANT and SPECIES has to be changed infonnation. Thus each plant avoiding reload of the whole record for this plant. Finally, the category SYNONYMS was introduced to store the alternative names for the plant species used in FAMILY the works of some researchers.
Recommended publications
  • Rethinking the Pragmatic Systems Biology and Systems-Theoretical Biology Divide: Toward a Complexity-Inspired Epistemology of Systems Biomedicine
    Rethinking the pragmatic systems biology and systems-theoretical biology divide: toward a complexity-inspired epistemology of systems biomedicine Srdjan Kesić* Department of Neurophysiology, Institute for Biological Research “Siniša Stanković,” University of Belgrade, Despot Stefan Blvd. 142, 11060 Belgrade, Serbia * Corresponding author: Srdjan Kesić, PhD Assistant Research Professor, Department of Neurophysiology, Institute for Biological Research ―Siniša Stanković,‖ University of Belgrade, Despot Stefan Blvd., 142, 11060, Belgrade, Serbia. Tel: +381 61 3127580 E-mail: [email protected] Short Title: Systems biology and epistemology of systems biomedicine 1 Abstract This paper examines some methodological and epistemological issues underlying the ongoing ―artificial‖ divide between pragmatic-systems biology and systems-theoretical biology. The pragmatic systems view of biology has encountered problems and constraints on its explanatory power because pragmatic systems biologists still tend to view systems as mere collections of parts, not as ―emergent realities‖ produced by adaptive interactions between the constituting components. As such, they are incapable of characterizing the higher-level biological phenomena adequately. The attempts of systems-theoretical biologists to explain these ―emergent realities‖ using mathematics also fail to produce satisfactory results. Given the increasing strategic importance of systems biology, both from theoretical and research perspectives, we suggest that additional epistemological and methodological insights into the possibility of further integration between traditional experimental studies and complex modeling are required. This integration will help to improve the currently underdeveloped pragmatic-systems biology and system-theoretical biology. The ―epistemology of complexity,‖ I contend, acts as a glue that connects and integrates different and sometimes opposing viewpoints, perspectives, streams, and practices, thus maintaining intellectual and research coherence of systems research of life.
    [Show full text]
  • Information System Meta-Synthesis Research Based on SOA
    Send Orders for Reprints to [email protected] 586 The Open Cybernetics & Systemics Journal, 2014, 8, 586-593 Open Access Information System Meta-Synthesis Research Based on SOA Shibin He*, Juhui Cao and Yi Zhang Department of Military Engineering, Logistics Engineering University, Chongqing, China Abstract: This paper is to about the main contents and basic working principles of information system meta-synthesis based on SOA. In the anterior part of the paper, we explained the current situations of the information system manage- ment and working conditions, and pointed out the reasons why we had to think over the disadvantages and advantages of information system meta-synthesis. In the middle part of the paper, we point out the basic principles of SOA, and intro- duced the layers of the SOA structure. And then, we created a probable architecture of the information system meta- synthesis based on SOA. In order to explain more clearly of this structure, the papaer described the mapping relationships between task requests and services by using nodes network structure, and some mathematics methods or models were used to analyze. Some formulas were also used to express the longest and the average distance of the services responding time. Three main physical layers were created in this architecture, public core service layer, service construction layer and service application layer. Each layer contained different services and achieved different functions. Finally, we took a cer- tain area information system as an example to illustrate the main contents of this structure, and analyzed the relationships among those layers. In the end of the paper, we summed up all the advantages and superiorities of information system meta-synthesis based on SOA, and proposed the research keynotes in the future.
    [Show full text]
  • Siddharth Paper TITLE: the Systemics of (Meta)Design Abstract: Much Of
    GA2009 – XII Generative Art Conference – Politecnico di Milano University, Italy Siddharth Paper TITLE: The Systemics of (Meta)Design Abstract: Much of our knowledge today is being informed + transformed by the advent of systems’ sciences [1], and recent advances in technology & computation. Design, when looked at from trans-disciplinarity and the contemporary systemic view, can be seen as a process of systemic intervention in the evolution of interconnected complex adaptive & dynamic living systems. A successful design-system needs to holistically understand the system/s it is dealing and identify key participatory strategies, which when applied via collectively selected points of intervention, can result in a successful integration/overlay onto the system/s that are being addressed. This brings us to the notion of MetaDesign [2, 3] Systems, seen as a contemporary design framework for strategic & systemic comprehension + intervention. It is hoped that this paper will attempt Topic: Design-Systems to address the following: Author: - Evaluate current design methodologies for holistically Siddharth understanding dynamic living systems PhD Student, Spatial Information Architecture - Develop strategies for Systemic Intervention, based on current Laboratory, RMIT insights & understanding of Systems Sciences. This would include University, Australia describing collective/ participatory methods of analysis + synthesis, www.sial.rmit.edu.au defining intervention points, and evolutionary pathways (& quanta) that constitute a MetaDesign System. References: [1] Charles François (1999), Systemics and Cybernetics in a Historical Perspective. in: Systems Research and Behavioral Science, Vol 16, pp. 203–219 [2] Giaccardi, E. (2004). "Principles of Metadesign: Processes and Levels of Co-Creation in the New Design Space". PhD Thesis, University of Plymouth, UK.
    [Show full text]
  • The Enaction of Embodied Wisdom: the Unifying, Dynamic Nature of Cognition, Behavior, and Affect
    Proceedings of The 20th World Multi-Conference on Systemics, Cybernetics and Informatics (WMSCI 2016) The Enaction of Embodied Wisdom: The Unifying, Dynamic Nature of Cognition, Behavior, and Affect Faith B. POWER Ambriel Technologies Winchester, VA 22601, USA Clyde V. CROSWELL Human and Organizational Learning, The George Washington University Washington, DC 20052, USA ABSTRACT knowledge and wisdom. In what follows, we will outline the basic foundations of embodied Cognitive theorists have tended to separate “mind” cognition as it is enacted by affect, behavior and and “body.” This separation implies a physical responses and how it relates to embodied phenomenologically incomplete account of wisdom. cognition. As an alternative, this paper conceptualizes mind as the embodied process of The use of the term “cognition” is broad, yet living that is constitutive of emotions, behavior and generally cognition has been understood as physical responses, and it explains how these “thinking” or “knowing.” Cognitive science components dynamically co-emerge as embodied represents a multidiscipline field of study, much of wisdom. Embodied wisdom is presented as the which has under valued the embodied cognitive coadunation of objective and subjective realities perspective, and the more comprehensive that informs our embodied cognitive processes and approach to cognition. In the embodied cognition expands our knowledge from merely a cognitive- view, cognition is not confined to one’s cortices, evaluative psychological process, to an embodied but rather is influenced, perhaps even determined way of understanding. by, one’s subjective experiences in the world [2]. Central to the embodied approach to cognition is Keywords: Cognition, Affect, Subjectivity, Enaction, the idea of enaction, which has emerged as a new Embodied Wisdom.
    [Show full text]
  • The Rigor of "Interdisciplinary"
    The Rigor of "Interdisciplinary" Jeremy Horne [email protected] Abstract This special edition of The Journal on Systemics, Cybernetics, and Informatics (JSCI), subtitled "Rigor and Inter-Disciplinary Communication¨ contains my arguing "rigor" assumes different meanings, each variety interacting with the others inside the framework "interdisciplinary", also causing problems, beginning with Descartes saying you know something by subdividing a whole. How do we re-assemble this Humpty-Dumpty to restore the 17th century natural philosophy tradition? We need know what "interdisciplinary" means to know the context of "rigor",* after definitions, etymology, and historical backdrop. "Rigor" ostensibly is the quality, strength, and intensity of exploring ourselves and the environment. However, upon closer inspection, we see it remarkably resembling the "dropdown" word "disciplinary" inside the general "interdisciplinary", forcing the question, "what is the distinction; why is it important?". While many higher education institutions (HEI) tout their "interdisciplinary" programmes, graduate students learn very quickly upon entering graduate school their mandate: narrow your focus. Closer inspection reveals "rigor" describing discipline's force, explicitly, the granularity of a field and the academician's response, i.e., generating quality knowledge. Not to be excluded is the the disciplinarian's ethos, her/his reflecting on core values driving the academic quest. Rigor can operate at odds with interdisciplinary; students in specialized areas can compromise learning further about a larger world. Perforce, humans realizing the Universal process internalize interdisciplinary, i.e., living it, "rigor" signifying honesty. Somewhat a sidebar illustrating rigor's corruption is the peer review process, demanding others "be rigorous" (publish or perish), and the dramatic and disconcerting rise of fake and predatory journals.
    [Show full text]
  • Rethinking the Pragmatic Systems Biology and Systems-Theoretical Biology Divide: Toward a Complexity-Inspired Epistemology of Systems Biomedicine T
    Medical Hypotheses 131 (2019) 109316 Contents lists available at ScienceDirect Medical Hypotheses journal homepage: www.elsevier.com/locate/mehy Rethinking the pragmatic systems biology and systems-theoretical biology divide: Toward a complexity-inspired epistemology of systems biomedicine T Srdjan Kesić Department of Neurophysiology, Institute for Biological Research “Siniša Stanković”, University of Belgrade, Despot Stefan Blvd. 142, 11060 Belgrade, Serbia ARTICLE INFO ABSTRACT Keywords: This paper examines some methodological and epistemological issues underlying the ongoing “artificial” divide Systems biology between pragmatic-systems biology and systems-theoretical biology. The pragmatic systems view of biology has Cybernetics encountered problems and constraints on its explanatory power because pragmatic systems biologists still tend Second-order cybernetics to view systems as mere collections of parts, not as “emergent realities” produced by adaptive interactions Complexity between the constituting components. As such, they are incapable of characterizing the higher-level biological Complex biological systems phenomena adequately. The attempts of systems-theoretical biologists to explain these “emergent realities” Epistemology of complexity using mathematics also fail to produce satisfactory results. Given the increasing strategic importance of systems biology, both from theoretical and research perspectives, we suggest that additional epistemological and methodological insights into the possibility of further integration between
    [Show full text]
  • Systems Thinking Is the Process of Understanding How Things Influence One Another Within a Whole
    Systems Thinking Systems thinking is the process of understanding how things influence one another within a whole. In nature, systems thinking examples include ecosystems in which various elements such as air, water, movement, plants, and animals work together to survive or perish. In organizations, systems consist of people, structures, and processes that work together to make an organization healthy or unhealthy. Systems Thinking has been defined as an approach to problem solving, by viewing "problems" as parts of an overall system, rather than reacting to specific part, outcomes or events and potentially contributing to further development of unintended consequences. Systems thinking is not one thing but a set of habits or practices [1] within a framework that is based on the belief that the component parts of a system can best be understood in the context of relationships with each other and with other systems, rather than in isolation. Systems thinking focuses on cyclical rather than linear cause and effect. In science systems, it is argued that the only way to fully understand why a problem or element occurs and persists is to understand the parts in relation to the whole. [2] Standing in contrast to Descartes's scientific reductionism and philosophical analysis , it proposes to view systems in a holistic manner. Consistent with systems philosophy , systems thinking concerns an understanding of a system by examining the linkages and 1 / 8 Systems Thinking interactions between the elements that compose the entirety of the system. Science systems thinking attempts to illustrate that events are separated by distance and time and that small catalytic events can cause large changes in complex systems .
    [Show full text]
  • The Open Cybernetics & Systemics Journal
    Send Orders for Reprints to [email protected] 42 The Open Cybernetics & Systemics Journal, 2018, 12, 42-59 The Open Cybernetics & Systemics Journal Content list available at: www.benthamopen.com/TOCSJ/ DOI: 10.2174/1874110X01812010042 RESEARCH ARTICLE Online-KHATT: An Open-Vocabulary Database for Arabic Online- Text Processing Sabri A. Mahmoud1,*, Hamzah Luqman1, Baligh M. Al-Helali1, Galal BinMakhashen1 and Mohammad Tanvir Parvez2 1King Fahd University of Petroleum & Minerals, Dhahran31261, Saudi Arabia 2Qassim University, Qassim 51477, Saudi Arabia Received: October 30, 2017 Revised: February 20, 2018 Accepted: February 28, 2018 Abstract: Background: An Arabic online text database called Online-KHATT is presented, which addresses the lack of a free benchmarking database of natural Arabic online text. This database consists of natural Arabic online text written without any constraints using digital pen. Objective: The main objective of this work is to build a comprehensive benchmarking database of online Arabic text. Part of this objective is the development of tools, techniques and procedures for online text collection, verification and transliteration. Additionally, we built a dataset for segmented online Arabic characters and ligatures with ground truth labeling and present classification results of online Arabic characters using DBN-based HMM. Method: The source text of Online-KHATT is the same source text of the unique paragraphs of the KHATT database, along with additional resources to increase the coverage of the database. A 3-level verification procedure aligns the online text with its ground truth. The verified ground-truth database contains meta-data that describes the online Arabic text at the line level using text, InkML and XML formats.
    [Show full text]
  • Empirical Generalisations in Social Science
    Are causal analysis and system analysis compatible approaches? Federica Russo Philosophy, Louvain and Kent [email protected] To appear in International Studies in Philosophy of Science Abstract . In social science, one objection to causal analysis is that the assumption of the closure of the system makes it too narrow in scope, that is it only considers ‘closed’ and ‘hermetic’ systems thus neglecting many other external influences. On the contrary, system analysis deals with complex structures where every element is interrelated with everything else in the system. The question arises as to whether the two approaches can be compatible and whether causal analysis can be integrated into the broader framework of system analysis. This paper attempts a negative answer on the grounds of fundamental differences in their assumptions and suggests using system analysis as a post hoc comparative tool. Contents: 1. Descriptivist, causalist, and systemic approaches 2. Causal analysis 3. System analysis 4. Causal modelling vs. system analysis 5. Systemics: a post hoc comparative tool? 1. Descriptivist, causalist, and systemic approaches The social sciences study societies and humans from different angles and perspectives. Think of economics, that studies the management of goods and services, or of demography, that studies variations in the population characteristics due to mortality, fertility and migration, or of epidemiology (half way between demography and medicine), that is interested in the distribution of disease within a population or across populations. Broadly speaking, two main approaches might be distinguished. Some social scientists are descriptivist, whilst others are overtly causalist. The former are interested in giving the best possible picture of a given social phenomenon, without, for a whole range of different reasons, daring any causal interpretation.
    [Show full text]
  • Ecopsychology Revisited
    Humboldt State University Digital Commons @ Humboldt State University Trade & Scholarly Monographs Humboldt State University Press 2019 Ecopsychology Revisited Jorge Conesa-Sevilla Follow this and additional works at: https://digitalcommons.humboldt.edu/monographs Part of the Environmental Sciences Commons, and the Other Psychology Commons Recommended Citation Conesa-Sevilla, Jorge. Ecopsychology Revisited. Humboldt State University Press, 2019. https://digitalcommons.humboldt.edu/monographs/7. This Book is brought to you for free and open access by the Humboldt State University Press at Digital Commons @ Humboldt State University. It has been accepted for inclusion in Trade & Scholarly Monographs by an authorized administrator of Digital Commons @ Humboldt State University. For more information, please contact [email protected]. “Ecopsychology Revisited is a Eco critique of and deconstructive approach to several trends termed “ecopsychology.” This work attempts psychology to bring light to some of the psychology Eco misconceptions that have hardened as “ecopsychology,” as these ideas have Revisited been reinterpreted and sometimes For Whom Do The “Nature” Bells Toll? oversimplified by the general public and some professionals outside mainstream psychology. Part of the confusion arose when “ecopsychology” became inadequately amalgamated with other ideas. Nevertheless, within the social Revisited and behavioral sciences, at least, there is great value in devising and applying evidence-based strategies that track the normative ramifications
    [Show full text]
  • The 6Th World Multiconference on Systemics, Cyb Ernetics and Informatics
    - The 6th World Multiconference on Systemics, Cyb_ernetics and Informatics July 14-18, 2002 Orlando, Florida, USA Volume VII Information Systems Development II Organized by IllS EDITED BY International N agib Callaos Institute of John Porter Informatics and Naphtali Rishe Systemics Member of International Federation of Systems Research IFSR Data Extractor Wrapper System* Dmitriy BERYOZA, Naphtali RISHE, Scott GRAHAM, Ian DE FELIPE High-performance Database Research Center School of Computer Science Florida International University University Park, Miami, FL 33199, USA ABSTRACT 2. DATA EXTRACTOR We describe a Data Extractor system for retrieving data from Heterogeneous database Integration Web sites. This system represents Web sites as data tables that can be both integrated in a heterogeneous database framework The majority of existing methods for accessing data on the Web and serve as data sources for standalone applications. We specialize in extraction and purification of data, and channeling address issues involved in selection and analysis of Web data it to external applications and users. Some researchers ([1 0], sources, and construction of wrappers for them. Data Extractor [15]) approach Web data extraction as a part of a bigger system design and implementation issues are discussed. problem of heterogeneous database integration. Such integration would let users access resources of multiple Keywords databases of different types via a unified interface. It will also allow them to pose queries over a unified schema of multiple Web Information Retrieval, Data Extraction, Web-based data sources. Interaction, Distributed I Heterogeneous Database Systems, Scripting Languages In our research we are also investigating ways of integrating data extraction into a heterogeneous database system.
    [Show full text]
  • Modeling the Emergence of Complexity: Complex Systems, The
    A A ARTISTS’ ARTICLE - R L T I F Modeling the Emergence E of Complexity: Complex Systems, the Origin of Life and Interactive A B S T R A C T On-Line Art The origin of this paper lies in the fundamental question of how complexity arose in the course of evolution and how one might construct an artistic Christa Sommerer and Laurent Mignonneau interactive system to model and simulate this emergence of complexity. Relying on the idea that interaction and communica- tion between entities of a system drive the emergence of structures that are more com- he Internet seems especially suited to inter- connected web of people who can plex than the mere parts of that T system, the authors propose to actions and transformations of data. Internet users can be con- transmit visual and written infor- apply principles of complex sidered entities or particles who transmit information (e.g. mation over the Internet. As the in- system theory to the creation of written texts or images). As these data or entities are transferred formation is transported from VERBARIUM, an interactive, from location to location they could, in principle, change in location to location, it would be computer-generated and audience-participatory artwork status and value. One could imagine a system that could in- transformed, creating an intercon- on the Internet, and to test crease its internal complexity as more and more users interact nected, open-ended system featur- whether complexity can emerge with its information. Just like a genetic string or “meme” as de- ing phase transitions toward more within this system.
    [Show full text]