Information Systems, Internet, Web Multimedia Information Systems VO/KU (707.021/707.022)

Total Page:16

File Type:pdf, Size:1020Kb

Information Systems, Internet, Web Multimedia Information Systems VO/KU (707.021/707.022) Multimedia Information Systems VO/KU (707.021/707.022) Denis Helic KMI, TU Graz Oct 10, 2011 Denis Helic (KMI, TU Graz) Multimedia Information Systems Oct 10, 2011 1 / 53 Outline 1 Definition 2 The Internet 3 History 4 The Web 5 Social Web 6 Hypertext and the Web Denis Helic (KMI, TU Graz) Multimedia Information Systems Oct 10, 2011 2 / 53 Information systems, Internet, Web Multimedia Information Systems VO/KU (707.021/707.022) Denis Helic KMI, TU Graz Oct 10, 2011 Denis Helic (KMI, TU Graz) Information systems, Internet, Web Oct 10, 2011 3 / 53 Definition Information systems Systems for managing information in different forms Data vs. Information Information is data in a context E.g. data: 23 Context: Age of Hermann Maurer is 23 Denis Helic (KMI, TU Graz) Information systems, Internet, Web Oct 10, 2011 4 / 53 Definition Information systems Management Create, Retrieve (Search, Browse, etc.), Update, Delete, etc. CRUD operations Persistent storage With a special purpose Denis Helic (KMI, TU Graz) Information systems, Internet, Web Oct 10, 2011 5 / 53 Definition Information systems Various kinds of information systems Depending on the kind of information that is managed: Structured information ! clear separation of structure and content ! Databases Unstructured, or semi-structured information ! e.g. text documents ! Document Management Systems If semi-structured information comes in the form of different media (text, video, images, etc.) ! Multimedia Information Systems Denis Helic (KMI, TU Graz) Information systems, Internet, Web Oct 10, 2011 6 / 53 Definition Information systems Taking into account the networking environment Standalone information systems ! no network Distributed information system ! network is needed Denis Helic (KMI, TU Graz) Information systems, Internet, Web Oct 10, 2011 7 / 53 Definition Information systems In this course we discuss Distributed Multimedia Information Systems The largest network infrastructure: the Internet ! Internet-based Multimedia Information Systems The largest application infrastructure on the Internet: ! the Web Denis Helic (KMI, TU Graz) Information systems, Internet, Web Oct 10, 2011 8 / 53 The Internet The Internet and the Web Internet =6 Web Denis Helic (KMI, TU Graz) Information systems, Internet, Web Oct 10, 2011 9 / 53 The Internet Technical Background Internet is the net of the nets TCP/IP is the communication protocol for the Internet A computer communication protocol is a description of the rules computers must follow to communicate with each other TCP/IP stands for Transmission Control Protocol / Internet Protocol Denis Helic (KMI, TU Graz) Information systems, Internet, Web Oct 10, 2011 10 / 53 The Internet Technical Background Inside the TCP/IP standard there are a number of protocols for handling data communication TCP (Transmission Control Protocol) communication between applications UDP (User Datagram Protocol) simple communication between applications IP (Internet Protocol) communication between computers ICMP (Internet Control Message Protocol) for errors and statistics DHCP (Dynamic Host Configuration Protocol) for dynamic addressing Denis Helic (KMI, TU Graz) Information systems, Internet, Web Oct 10, 2011 11 / 53 The Internet Technical Background TCP is for communication between applications When an application wants to communicate with another application via TCP, it sends a communication request The request must be sent to an exact address The connection between two computers is open until it is closed by one of the two applications TCP is reliable (if a part of request is lost, TCP ensures that it is sent again) Connection-oriented Denis Helic (KMI, TU Graz) Information systems, Internet, Web Oct 10, 2011 12 / 53 The Internet Technical Background UDP is for communication between applications UDP is simpler and less reliable than TCP Connection-less Does not ensure that the missed parts are sent again Faster than TCP - good e.g. for streaming media applications Denis Helic (KMI, TU Graz) Information systems, Internet, Web Oct 10, 2011 13 / 53 The Internet Technical Background IP is for communication between computers Connection-less IP breaks messages into small independent packets IP is responsible for routing each packet to its destination An IP packet first arrives at an IP router The IP router routes the packet to its destination, directly or via another router Router works with IP addresses Denis Helic (KMI, TU Graz) Information systems, Internet, Web Oct 10, 2011 14 / 53 The Internet Technical Background IP addressing: IPv4: 32 bit long (4 bytes) / dot notation e.g. 2166031126 = 10000001000110110000001100010110 ! 10000001.00011011.00000011.00010110 ! 129.27.3.22 IPv6: 128 bit (2128 different addresses, 7 ∗ 1023 pro m2) Denis Helic (KMI, TU Graz) Information systems, Internet, Web Oct 10, 2011 15 / 53 The Internet Technical Background hierarchical naming service (e.g. news.tu-graz.ac.at ! 129.27.3.22) Generic Countries int com edu gov mil org net jp us nl . sun yale acm ieee ac co oce ¡ vu eng cs eng jack jill keio nec cs ai linda cs csl flits fluit robot pc24 Figure: Domain Name Space Denis Helic (KMI, TU Graz) Information systems, Internet, Web Oct 10, 2011 16 / 53 The Internet Technical Background TCP/IP and UDP/IP combinations TCP/IP is TCP and IP working together TCP takes care of the communication between your application software (i.e. your browser) and your network software IP takes care of the communication with other computers TCP is responsible for breaking data down into IP packets before they are sent, and for assembling the packets when they arrive Denis Helic (KMI, TU Graz) Information systems, Internet, Web Oct 10, 2011 17 / 53 The Internet Technical Background Higher-layer applications are referred to by a port identifier in TCP/UDP messages The port identifier and IP address together form a socket The end-to-end communication between two hosts is uniquely identified on the Internet by the four-tuple (source port, source address, destination port, destination address) TCP/UDP and specific ports are the basis for the Internet services Denis Helic (KMI, TU Graz) Information systems, Internet, Web Oct 10, 2011 18 / 53 The Internet Services in the Internet Telnet Email Usenet (news) Gopher Ftp WWW Denis Helic (KMI, TU Graz) Information systems, Internet, Web Oct 10, 2011 19 / 53 The Internet Protocols on top of TCP/IP Specific for a service RFCs (http://www.ietf.org/rfc.html) HTTP1.0: RFC 1945 FTP: RFC 959 Denis Helic (KMI, TU Graz) Information systems, Internet, Web Oct 10, 2011 20 / 53 The Internet Protocols on top of TCP/IP Figure: Protocols Denis Helic (KMI, TU Graz) Information systems, Internet, Web Oct 10, 2011 21 / 53 The Internet Internet Growth Anzahl der Computer im Internet (Source: Internet Software Consortium (http://www.isc.org/)) 180 160 140 120 100 80 in Millionen 60 40 20 0 01/1993 01/1994 01/1995 01/1996 01/1997 01/1998 01/1999 01/2000 01/2001 01/2002 01/2003 Figure: Internet Growth Denis Helic (KMI, TU Graz) Information systems, Internet, Web Oct 10, 2011 22 / 53 In 2008: 100.000G transferred over the Internet in a second The Internet Internet Growth Not only computers, but other devices, e.g. phones connected to the Internet About billion devices connected today In 1993: 100.000G transferred over the Intern per year Denis Helic (KMI, TU Graz) Information systems, Internet, Web Oct 10, 2011 23 / 53 The Internet Internet Growth Not only computers, but other devices, e.g. phones connected to the Internet About billion devices connected today In 1993: 100.000G transferred over the Intern per year In 2008: 100.000G transferred over the Internet in a second Denis Helic (KMI, TU Graz) Information systems, Internet, Web Oct 10, 2011 23 / 53 The Internet Internet Growth Figure: Internet Map http://www.opte.org/ Denis Helic (KMI, TU Graz) Information systems, Internet, Web Oct 10, 2011 24 / 53 History Information systems - Historical 1945 Vannevar Bush \As We May Think" http://www.theatlantic.com/magazine/archive/1945/07/ as-we-may-think/3881/ Device called memex Denis Helic (KMI, TU Graz) Information systems, Internet, Web Oct 10, 2011 25 / 53 History Information systems - Historical Figure: Drawing of Bush's theoretical Memex machine (Life Magazine, November 19, 1945) Denis Helic (KMI, TU Graz) Information systems, Internet, Web Oct 10, 2011 26 / 53 History Information systems - Historical Digital library - knowledge management system Extends human brain Index device for later retrieval Recording information with microphone, camera Trails: today links Denis Helic (KMI, TU Graz) Information systems, Internet, Web Oct 10, 2011 27 / 53 History Information systems - Historical 1967 Ted Nelson formed terms \hyperlink" and \hypermedia" Book \Literary Machines" Project Xanadu (http://www.udanax.com) Worldwide, distributed library Denis Helic (KMI, TU Graz) Information systems, Internet, Web Oct 10, 2011 28 / 53 History Information systems - Historical Different types of hyperlinks (bookmarks, annotations, footnotes, hypertext-jumps, etc.) Transclusion Versioning Still unfinished :-) Denis Helic (KMI, TU Graz) Information systems, Internet, Web Oct 10, 2011 29 / 53 History Information systems - Historical 1967 van Dam: Hypertext Editing System 1968 Douglas Engelbart: NLS (oN-Line System) Invented text-processing, window-technique, email, hypertext, mouse http://sloan.stanford.edu/MouseSite/1968Demo.html I don't know why we call it a mouse. It started that way and we never changed it. Denis Helic (KMI, TU Graz) Information systems, Internet, Web
Recommended publications
  • The Origins of the Underline As Visual Representation of the Hyperlink on the Web: a Case Study in Skeuomorphism
    The Origins of the Underline as Visual Representation of the Hyperlink on the Web: A Case Study in Skeuomorphism The Harvard community has made this article openly available. Please share how this access benefits you. Your story matters Citation Romano, John J. 2016. The Origins of the Underline as Visual Representation of the Hyperlink on the Web: A Case Study in Skeuomorphism. Master's thesis, Harvard Extension School. Citable link http://nrs.harvard.edu/urn-3:HUL.InstRepos:33797379 Terms of Use This article was downloaded from Harvard University’s DASH repository, and is made available under the terms and conditions applicable to Other Posted Material, as set forth at http:// nrs.harvard.edu/urn-3:HUL.InstRepos:dash.current.terms-of- use#LAA The Origins of the Underline as Visual Representation of the Hyperlink on the Web: A Case Study in Skeuomorphism John J Romano A Thesis in the Field of Visual Arts for the Degree of Master of Liberal Arts in Extension Studies Harvard University November 2016 Abstract This thesis investigates the process by which the underline came to be used as the default signifier of hyperlinks on the World Wide Web. Created in 1990 by Tim Berners- Lee, the web quickly became the most used hypertext system in the world, and most browsers default to indicating hyperlinks with an underline. To answer the question of why the underline was chosen over competing demarcation techniques, the thesis applies the methods of history of technology and sociology of technology. Before the invention of the web, the underline–also known as the vinculum–was used in many contexts in writing systems; collecting entities together to form a whole and ascribing additional meaning to the content.
    [Show full text]
  • Hypertext Semiotics in the Commercialized Internet
    Hypertext Semiotics in the Commercialized Internet Moritz Neumüller Wien, Oktober 2001 DOKTORAT DER SOZIAL- UND WIRTSCHAFTSWISSENSCHAFTEN 1. Beurteiler: Univ. Prof. Dipl.-Ing. Dr. Wolfgang Panny, Institut für Informationsver- arbeitung und Informationswirtschaft der Wirtschaftsuniversität Wien, Abteilung für Angewandte Informatik. 2. Beurteiler: Univ. Prof. Dr. Herbert Hrachovec, Institut für Philosophie der Universität Wien. Betreuer: Gastprofessor Univ. Doz. Dipl.-Ing. Dr. Veith Risak Eingereicht am: Hypertext Semiotics in the Commercialized Internet Dissertation zur Erlangung des akademischen Grades eines Doktors der Sozial- und Wirtschaftswissenschaften an der Wirtschaftsuniversität Wien eingereicht bei 1. Beurteiler: Univ. Prof. Dr. Wolfgang Panny, Institut für Informationsverarbeitung und Informationswirtschaft der Wirtschaftsuniversität Wien, Abteilung für Angewandte Informatik 2. Beurteiler: Univ. Prof. Dr. Herbert Hrachovec, Institut für Philosophie der Universität Wien Betreuer: Gastprofessor Univ. Doz. Dipl.-Ing. Dr. Veith Risak Fachgebiet: Informationswirtschaft von MMag. Moritz Neumüller Wien, im Oktober 2001 Ich versichere: 1. daß ich die Dissertation selbständig verfaßt, andere als die angegebenen Quellen und Hilfsmittel nicht benutzt und mich auch sonst keiner unerlaubten Hilfe bedient habe. 2. daß ich diese Dissertation bisher weder im In- noch im Ausland (einer Beurteilerin / einem Beurteiler zur Begutachtung) in irgendeiner Form als Prüfungsarbeit vorgelegt habe. 3. daß dieses Exemplar mit der beurteilten Arbeit überein
    [Show full text]
  • Ted Nelson History of Computing
    History of Computing Douglas R. Dechow Daniele C. Struppa Editors Intertwingled The Work and Influence of Ted Nelson History of Computing Founding Editor Martin Campbell-Kelly, University of Warwick, Coventry, UK Series Editor Gerard Alberts, University of Amsterdam, Amsterdam, The Netherlands Advisory Board Jack Copeland, University of Canterbury, Christchurch, New Zealand Ulf Hashagen, Deutsches Museum, Munich, Germany John V. Tucker, Swansea University, Swansea, UK Jeffrey R. Yost, University of Minnesota, Minneapolis, USA The History of Computing series publishes high-quality books which address the history of computing, with an emphasis on the ‘externalist’ view of this history, more accessible to a wider audience. The series examines content and history from four main quadrants: the history of relevant technologies, the history of the core science, the history of relevant business and economic developments, and the history of computing as it pertains to social history and societal developments. Titles can span a variety of product types, including but not exclusively, themed volumes, biographies, ‘profi le’ books (with brief biographies of a number of key people), expansions of workshop proceedings, general readers, scholarly expositions, titles used as ancillary textbooks, revivals and new editions of previous worthy titles. These books will appeal, varyingly, to academics and students in computer science, history, mathematics, business and technology studies. Some titles will also directly appeal to professionals and practitioners
    [Show full text]
  • Topic Name: Www
    SOS POLITICAL SCIENCE AND PUBLIC ADMINISTRATION MBA FA 401 SUBJECT NAME: COMPUTER APPLICATIONS IN FINANCIAL ADMINISTRATION UNIT-V TOPIC NAME: WWW The World Wide Web (WWW), commonly known as the Web, is an information system where documents and other web resources are identified by Uniform Resource Locators (URLs, such as https://www.example.com/), which may be interlinked by hypertext, and are accessible over the Internet. The resources of the WWW are transferred via the Hypertext Transfer Protocol (HTTP) and may be accessed by users by a software application called a web browser and are published by a software application called a web server. English scientist Tim Berners-Lee invented the World Wide Web in 1989. He wrote the first web browser in 1990 while employed at CERN near Geneva, Switzerland. The browser was released outside CERN in 1991, first to other research institutions starting in January 1991 and then to the general public in August 1991. The World Wide Web has been central to the development of the Information Age and is the primary tool billions of people use to interact on the Internet. Web resources may be any type of downloaded media, but web pages are hypertext media that have been formatted in Hypertext Markup Language (HTML). Such formatting allows for embedded hyperlinks that contain URLs and permit users to navigate to other web resources. In addition to text, web pages may contain references to images, video, audio, and software components which are displayed in the user's web browser as coherent pages of multimedia content. Multiple web resources with a common theme, a common domain name, or both, make up a website.
    [Show full text]
  • Reusable Hypertext Structures for Distance and JIT Learning
    Reusable Hypertext Structures for Distance and JIT Learning Anne Morgan Spalter Rosemary Michelle Simpson Department of Computer Science Department of Computer Science Brown University Brown University Providence, RI, USA Providence, RI, USA Tel: 1-401-863-7615 Tel: 1-401-863-7651 E-mail: [email protected] E-mail: [email protected] ABSTRACT System) developed with Ted Nelson in the 1960s[15], Software components for distance and just-in-time (JIT) FRESS (File Retrieval and Editing System), developed in the learning are an increasingly common method of encouraging 1970s and the first hypertext system used to teach a liberal reuse and facilitating the development process[56], but no arts course[21], and IRIS Intermedia in the 1980s[35][73], a analogous efforts have been made so far for designing hyper- UNIX-based networked hypertext system with advanced fea- text components that can be reused in educationalofferings. 1 tures used for teaching undergraduate and graduate courses We argue that such structures will be of tangible benefit to the online learning community, serving to offload a substan- These efforts led to the notion of an electronic book with tialburden from programmers and designers of software, as interactive illustrations, a new form of textbook that took well as allowing educators without any programming experi- advantage of the power of hypertext and the power of 2D and ence to customize available online resources. 3D interactive computer graphics. This model, however, proved difficult to apply for all but the most determined and We present our motivation for hypertext structure compo- privileged educators. Few teachers have the time, inclination, nents (HTSC) and then propose a set of pedagogicalstruc- ability, and support necessary to write a textbook or develop tures and their building blocks that reflect the categories of interactive software, using either hypertextualor linearfor- lecture, laboratory, creative project, playground, and mats (although when they do, the results can be extraordi- game[36].
    [Show full text]
  • Knowledge Sharing System
    Knowledge Sharing System 武田英明 Hideaki Takeda [email protected] National Institute of Informatics Hideaki Takeda / National Institute of Informatics Outline of the lecture l Scope: To learn information and knowledge sharing techniques, such as Knowledge Representation, Semantic Web and Social Network Science l Category: Artificial Intelligence, Web Informatics l Learning goal: n Conceptual understanding of recent development of the knowledge sharing technologies n Theoretical understanding of basic knowledge representation technologies n Improvement of modeling and programing skills to use the knowledge representation and sharing technologies l Prerequisite: n Some experience of programming (python, ruby, perl, etc) Hideaki Takeda / National Institute of Informatics Outline of this course l Topics: 1. Introduction 2. Information Integration 3. Semantic Web: Introduction 4. Knowledge Representation in AI: Ontology 5. Knowledge Representation in AI: Description Logics and OWL 6. Semantic Web Languages: RDF, RDFS, SPARQL 7. Semantic Web Languages: RDF, RDFS, SPARQL (cont.) 8. Semantic Web Languages: RDF, RDFS, SPARQL (cont.) 9. Linked Open Data 10. Linked Open Data (cont.) 11. Knowledge Graph 12. Knowledge Graph (cont.) 13. Practice l Style of the lecture n 2-3 talks then some small Assignments (exercise and/or presentation) n Final report Hideaki Takeda / National Institute of Informatics Outline of this course l Information sharing n What is the nature of information sharing. We can learn it from the history of Information in our society. We realize that Information sharing is inevitable. n What is the enabling technology for Information Sharing. Information Sharing consists of three layers; the information layer, the semantics layer and the social network layer.
    [Show full text]
  • Getting Back on the Trail, Combating Information Overload with Topic Maps Thesis for the Cand
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by NORA - Norwegian Open Research Archives UNIVERSITY OF OSLO Faculty of Humanities Department of Linguistics and Scandinavian Studies (Humanistic Informatics) Getting back on the trail, combating information overload with Topic Maps Thesis for the Cand. Philol. degree Rolf B. Guescini May 8, 2006 Contents 1 Historical overview and contributions 1 1.1 Vannevar Bush . 1 1.1.1 Memex . 2 1.1.2 Sequential vs. Associative . 2 1.1.3 From Memex to hypertext . 3 1.2 Theodore Nelson . 4 1.2.1 Literary Machines . 4 1.2.2 Project XANADU . 5 1.2.3 Embedded markup . 6 1.2.4 Other visions and projects on the way . 8 1.3 Douglas Engelbart . 12 1.4 Hypertext before the World Wide Web . 14 1.4.1 Modularity, juxtaposing, and editing . 14 1.4.2 Hierarchical structure vs. non-hierarchical link structures . 15 1.4.3 Filtering of information . 16 1.4.4 Extended link functionality . 16 1.4.5 Paths . 17 1.4.6 High level info to combat overload . 18 1.4.7 Tim Berners-Lee and the World Wide Web . 18 1.4.8 Development of the World Wide Web . 19 1.4.9 WWW becomes commercial . 20 1.4.10 The World Wide Web Consortium . 21 2 The World Wide Web and HTML: What is wrong with hypertext at this point? 23 2.1 The hyper in hypertext . 24 2.1.1 Associative links . 25 2.1.2 Link directionality . 26 2.1.3 Broken links .
    [Show full text]
  • World Wide Web - Wikipedia, the Free Encyclopedia
    World Wide Web - Wikipedia, the free encyclopedia http://en.wikipedia.org/w/index.php?title=World_Wide_Web&printabl... World Wide Web From Wikipedia, the free encyclopedia The World Wide Web , abbreviated as WWW and commonly known as The Web , is a system of interlinked hypertext documents contained on the Internet. With a web browser, one can view web pages that may contain text, images, videos, and other multimedia and navigate between them by using hyperlinks. Using concepts from earlier hypertext systems, British engineer and computer scientist Sir Tim Berners Lee, now the Director of the World Wide Web Consortium, wrote a proposal in March 1989 for what would eventually become the World Wide Web. [1] He was later joined by Belgian computer scientist Robert Cailliau while both were working at CERN in Geneva, Switzerland. In 1990, they proposed using "HyperText [...] to link and access information of various kinds as a web of nodes in which the user can browse at will",[2] and released that web in December. [3] "The World-Wide Web (W3) was developed to be a pool of human knowledge, which would allow collaborators in remote sites to share their ideas and all aspects of a common project." [4] If two projects are independently created, rather than have a central figure make the changes, the two bodies of information could form into one cohesive piece of work. Contents 1 History 2 Function 2.1 What does W3 define? 2.2 Linking 2.3 Ajax updates 2.4 WWW prefix 3 Privacy 4 Security 5 Standards 6 Accessibility 7 Internationalization 8 Statistics 9 Speed issues 10 Caching 11 See also 12 Notes 13 References 14 External links History Main article: History of the World Wide Web In March 1989, Tim BernersLee wrote a proposal [5] that referenced ENQUIRE, a database and 1 of 13 2/7/2010 02:31 PM World Wide Web - Wikipedia, the free encyclopedia http://en.wikipedia.org/w/index.php?title=World_Wide_Web&printabl..
    [Show full text]
  • Hypermedia History a Tour of Phenomena
    Thomas Schmidt schmidt@informatik. haw-hamburg.de Hypermedia History A Tour of Phenomena • The Idea in WW II: Linking Information • Pioneers & the Discovery of Issues • Open Hypermedia • Web Issues Thomas Schmidt schmidt@informatik. Memex haw-hamburg.de Vannevar Bush 1945 “Our ineptitude in getting at the record is largely caused by the artificiality of systems of indexing. When data of any sort are placed in storage, they are filed alphabetically or numerically, and information is found (when it is) by tracing it down from subclass to subclass. It can only be in one place, unless duplicates are used; one has to have rules as to which path will locate it, and the rules are cumbersome. Having found one item, moreover, one has to emerge from the system and re-enter a new path.” 2 Thomas Schmidt schmidt@informatik. Memex haw-hamburg.de Vannevar Bush 1945 “The human mind does not work that way. It operates by association. With one item in its grasp, it snaps instantly to the next that is suggested by the association of thoughts, in accordance with some intricate web of trails created by the cells of the brain. It has other characteristics, of course; trails that are not frequently followed are prone to fade, items are not fully permanent, memory is transitory. Yet the speed of action, the intricacies of trails, the detail of mental pictures, is awe-inspiring beyond all else in nature.” 3 Thomas Schmidt schmidt@informatik. Memex haw-hamburg.de Vannevar Bush 1945 “A Memex is a device in which an individual stores his books, records, and communications, and which is mechanised so that it may be consulted with exceeding speed and flexibility.
    [Show full text]
  • Vision and Reality of Hypertext and Graphical User Interfaces
    Universität Hamburg Fachbereich Informatik Vogt-Kölln-Str. 30 D-22527 Hamburg Germany Bericht 237 Vision and Reality of Hypertext and Graphical User Interfaces FBI-HH-B-237/02 Matthias Müller-Prove [email protected] In die Reihe der Berichte des Fachbereichs Informatik aufgenommen durch Prof. Dr. Horst Oberquelle Prof. Dr. Christopher Habel Februar 2002 Abstract The World Wide Web took off ten years ago. Its tremendous success makes it easy to forget the more than forty years of hypertext development that preceded the Web. Similarly, modern graphical user interfaces have drawn attention away from the many compelling ideas behind earlier user interface designs. In the present thesis, numerous early hypertext and graphical user interface systems are presented and contrasted with today's Web and desktop interfaces. The designers of early hypertext and graphical user interface systems shared a common objective: the development of a personal dynamic medium for creative thought. Not very much is left from this original vision. Retrospect reveals promising insights that might help to reconcile the desktop environment with the Web in order to design a consistent and powerful way to interact with the computer. Zusammenfassung Das World Wide Web hat vor nunmehr über zehn Jahren seinen unvergleichlichen Siegeszug begonnen. Dabei wird oft übersehen, daß die Idee des Hypertexts eine bereits über vierzigjährige Geschichte hinter sich hat. Die Arbeit zeigt diese Entwicklung anhand der verschiedenen Hypertextsysteme auf und kontrastiert sie mit dem Web. Die Betrachtung der Grafischen Benutzungsoberflächen zeigt ganz ähnlich, daß auch hier viele gute Ideen auf dem Wege zu den heute dominierenden Fenstersystemen verloren gegangen sind.
    [Show full text]
  • Processing Structured Hypermedia — a Matter of Style
    Processing Structured Hypermedia — A Matter of Style Jacco van Ossenbruggen SIKS Dissertation Series No 2001-5 The research reported in this thesis has been carried out under the auspices of SIKS, the Dutch Graduate School for Information and Knowledge Systems. ISBN 90 6196 502 0 VRIJE UNIVERSITEIT Processing Structured Hypermedia — A Matter of Style ACADEMISCH PROEFSCHRIFT ter verkrijging van de graad van doctor aan de Vrije Universiteit te Amsterdam, op gezag van de rector magnificus prof.dr. T. Sminia, in het openbaar te verdedigen ten overstaan van de promotiecommissie van de faculteit der Exacte Wetenschappen Wiskunde en Informatica op dinsdag 10 april 2001 omn 15.45 uur in het hoofdgebouw van de universiteit, De Boelelaan 1105 door Jacco Ronald van Ossenbruggen geboren te Hoorn Promotor: prof.dr. J.C. van Vliet Copromotor: dr. A. Eliens¨ Contents Preface iii I The Hypermedia Research Agenda vii 1 Introduction 1 1.1 Alternative perspectives on hypermedia research . 2 1.2 Scope and contributions of the thesis . 6 2 From Structured Text to Structured Hypermedia 9 2.1 Introduction . 9 2.2 Structured Text Documents . 20 2.3 Hypertext Documents . 35 2.4 Multimedia Documents . 49 2.5 Hypermedia Documents . 60 2.6 Conclusion . 68 3 Hypermedia on the World Wide Web 73 3.1 Overview: Basic Web Protocols . 73 3.2 Structured Documents on the Web . 78 3.3 Hyperlinking on the Web . 86 3.4 Multimedia on the Web . 97 3.5 Conclusion of Part I . 105 II Hypermedia Modeling 107 4 The Dexter Hypertext Reference Model 109 4.1 Introduction . 109 4.2 The Storage Layer .
    [Show full text]
  • Highly Interactive Web Courseware
    Highly Interactive Web-Based Courseware Dissertation der Fakultät für Informations- und Kognitionswissenschaften der Eberhard-Karls-Universität Tübingen zur Erlangung des Grades eines Doktors der Naturwissenschaften (Dr. rer. nat.) vorgelegt von Dipl.-Inform. Frank Hanisch aus Reutlingen Tübingen 2004 Tag der mündlichen Qualifikation: 11.02.2004 Dekan: Prof. Dr. Martin Hautzinger 1. Berichterstatter: Prof. Dr.-Ing. Dr.-Ing. E.h. Wolfgang Straßer 2. Berichterstatter: O.Univ.-Prof. Dr.Dr.h.c.mult. Hermann Maurer (Technische Universität Graz) 3. Berichterstatter: Prof. Dr. Dr. Friedrich W. Hesse iii Zusammenfassung Zukünftige Lehr-/Lernprogramme sollen als vernetzte Systeme die Lernenden befähigen, Lerninhalte zu erforschen und zu konstruieren, sowie Verständnis- schwierigkeiten und Gedanken in der Lehr-/Lerngemeinschaft zu kommunizieren. Lehrmaterial soll dabei in digitale Lernobjekte übergeführt, kollaborativ von Programmierern, Pädagogen und Designern entwickelt und in einer Datenbank archiviert werden, um von Lehrern und Lernenden eingesetzt, angepasst und weiterentwickelt zu werden. Den ersten Schritt in diese Richtung machte die Lerntechnologie, indem sie Wiederverwendbarkeit und Kompabilität für hyper- mediale Kurse spezifizierte. Ein größeres Maß an Interaktivität wird bisher allerdings noch nicht in Betracht gezogen. Jedes interaktive Lernobjekt wird als autonome Hypermedia-Einheit angesehen, aufwändig in der Erstellung, und weder mehrstufig verschränk- noch anpassbar, oder gar adäquat spezifizierbar. Dynamische Eigenschaften, Aussehen
    [Show full text]