1 / 44

Softwaretechnologie für Fortgeschrittene Teil Thaller Stunde VI: Information revisited

Softwaretechnologie für Fortgeschrittene Teil Thaller Stunde VI: Information revisited. Köln 4. Februar 2010. Information. Claude Shannon: "A Mathematical Theory of Communication", Bell System Technical Journal, 1948. Enthält eine quantitative Definition von Information.

Download Presentation

Softwaretechnologie für Fortgeschrittene Teil Thaller Stunde VI: Information revisited

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Softwaretechnologie für FortgeschritteneTeil ThallerStunde VI: Information revisited Köln 4. Februar 2010

  2. Information Claude Shannon: "A MathematicalTheoryof Communication", Bell System Technical Journal, 1948. Enthält eine quantitative Definition von Information. Zweck: Wie kann ein Signal zwischen einem Sender und einem Empfänger mit dem geringstmöglichen Aufwand "korrekt" übertragen werden.

  3. Information Shannon hat also eine technische Definition von "Information", die die Bedeutungsebene völlig ausklammert. Er betont, dass "die semantischen Aspekte der Kommunikation für die ingenieurwissenschaftliche Seite irrelevant sind".

  4. Information Nahezu alle mir bekannten Lehrbücher der Informatik beginnen mit Shannons Definition der Information. Räumen aber ein, dass die ingenieurwissenschaftliche Definition von Information defizitär sei. Insbesondere:

  5. Information (1) Bildet sie nur einen Teil des intellektuellen Umfanges des Konzepts "Information„ (syntaktisch, semantisch, pragmatisch) ab. (2) Gibt es dagegen keine operable Definition die dieses Konzept in seiner vollen Breite abdeckt. Aber: Die vorhandenen Konzepte reichen aus, um Information auf einem Digitalrechner so darzustellen, dass man sie sinnvoll verarbeiten kann. *

  6. Informationsebenen Syntax: Beziehungen der „Zeichen“ untereinander. Semantik: Beziehungen zwischen „Zeichen“ und „Gegenständen“. Pragmatik: Beziehungen zwischen „Zeichen“ und ihren „Benutzern“.

  7. Information und Wissen Bernard Favre-Bulle Information und Zusammenhang. Informationsfluß in Prozessen der Wahrnehmung, des Denkens und der Kommunikation. Springer: 2001

  8. Information und Wissen Daten sind speicherbare Angaben - 22°C. Information stellt Daten in einen Kontext: "In diesem Hörsaal herrscht eine Temperatur von 22°C". Dieser Kontext ist jedoch noch fest (und für alle Informationsempfänger identisch).

  9. Information und Wissen Wissen ist das Ergebnis von Erkenntnisprozessen. Es bezieht die praktische Anwendung der Daten und Informationen ein. Es muss nicht "absolut wahr" sein, sondern adäquates Handeln zu ermöglichen. Z.B. die Entscheidung einen Pulli (nicht) auszuziehen, um sich angenehm zu fühlen, ohne sich zu erkälten.

  10. „Ladder of Knowledge“ * Weisheit Wissen Information Daten

  11. Testfile in Word 2007

  12. Testfile in Word 2003 (2007)

  13. Testfile in Open Office ODT

  14. Testfile in PDF

  15. Measuring the pages … Cut out page from rendering surface. Scale to common dimensions: 371 +/- 1 x 521 +/- 1 Measure • The leftmost and lowest completely black pixel in the letter “A” starting the first line of the main text. • The leftmost and highest completely black pixel in the letter “E” starting the first line of the text in the footnote. • The geometrical centre of the period at the end of the main sentence. • The geometrical centre of the period at the end of the footnote text.

  16. Measuring Word 2003 • = 45 / 134; • = 57 / 470; • = 215 / 322 ; • = 254 / 483

  17. Measuring Word 2007 • = 45 / 134; • = 57 / 470; • = 215 / 322 ; • = 254 / 483

  18. Open Office ODT • = 44 / 132; • = 52 / 469; • = 214 / 320 ; • = 247 / 482

  19. PDF • = 45 / 130; • = 59 / 467; • = 215 / 317 ; • = 254 / 480

  20. Summary I The comparison of the four renderings of the example pages described above seem to indicate clearly, that a migration from the Word family of formats to PDF is a better way to preserve the content of the document, than a migration to the Open Office format.

  21. Measuring Word 2003 Relationship tagged explicitly. Text / footnote separation clear. Rendering / layout not (totally) predicatble. Footnote indicator unpredictable.

  22. Measuring Word 2007 Relationship tagged explicitly. Text / footnote separation extremely clear. Rendering / layout pretty predictable. Footnote indicator not predictable.

  23. Open Office ODT Relationship tagged explicitly. Text / footnote separation extremely clear. Rendering / layout a little bit predictable. Footnote indicator predictable.

  24. PDF Relationship expressed by layout. Text / footnote separation missing. Rendering / layout very much predictable. Footnote indicator predictable.

  25. Summary II The comparison of the four internal structures of the example pages described above seem to indicate clearly, that a migration from the Word family of formats to PDF is a worse way to preserve the content of the document, than a migration to the Open Office format.

  26. Small technical note Do not forget, that the whole movement started by SGML, carried into the WWW by HTML, transferred to content by the TEI and started XML as a basic empowering technology ... ... assumes that rendering is NOT particularly relevant. “Separation of content and form.” *

  27. Cologne Information Model

  28. Assumption I Data which represent stored information do so in two forms: As a set of tokens, which describe atomic items of information. By a set of independent parameters, which describe, in a formalized way, the semantic interpretation of these items of information.

  29. Assumption II Most algorithms today are based on “data types”, which are reflecting hardware characteristics (char, int, float ...). “Objects”, which are constructed from these data types, are transient concepts, which are meaningful only within a specific implementation / environment. What we would need are considerably higher order objects, which are persistent by themselves and independent of a specific implementation / environment.

  30. Assumption III The need formulated as assumption II can be fulfilled using assumption I.

  31. Generalisation of Langefors “Infological Equation” I = i (D, S, t) I2 = i (I1, S2, t) Ix = i (Ix-1, Sx, t) Sx = s (Ix-1, t) Ix = i (Ix-α, Sx-β, t) Ix = i (Ix-α, s(Ix-β, t), t)

  32. Four texts <person><surname><bold>Biggin</bold></surname></person> (2) <person><surname><italics>Biggin</italics></surname></person> (3) <airfield><name><bold>Biggin</bold></name></airfield> (4) <airfield><name><italics>Biggin</italics></name></airfield> Which of the chunks are more similar to each other: (1) and (2) or (1) and (3)?

  33. Coordinates:

  34. Coordinates: Liber exodi glosatus

  35. Generalization 1 Biggin Visualization {bold, italic} Interpretation {surname, topographic name}

  36. Generalization 2 Series of atomic content tokens Conceptual dimension 1 Conceptual dimension 2

  37. Generalization 3 { T, C1, C2}

  38. Generalization 4 { T, { C1, C2, …, Cn } }

  39. Generalization 5 { T, Cn } (1) Texts are sequences of content carrying atomic tokens. (2) Each of these tokens has a position in an n-dimensional conceptual universe.

  40. Generalization 6 { X, Y, Cn }

  41. Generalization 7 { T1, T2, Cn } (1) Images are planes of content carrying atomic tokens. (2) Each of these tokens has a position in an n-dimensional conceptual universe.

  42. Generalization 8 I ::= { { T1, T2, … Tm}, Cn } (1) Information objects are m-dimensional arrangements of content carrying atomic tokens. (2) Each of these tokens has a position in an n-dimensional conceptual universe.

  43. Generalization 9 I ::= {Tm, Cn } (1) Information objects are m-dimensional arrangements of content carrying atomic tokens. (2) Each of these tokens has a position in an n-dimensional conceptual universe. (3) All of this, of course, is recursive …

  44. Danke für heute; Schöne Ferien!

More Related