gms | German Medical Science

67. Jahrestagung der Deutschen Gesellschaft für Medizinische Informatik, Biometrie und Epidemiologie e. V. (GMDS), 13. Jahreskongress der Technologie- und Methodenplattform für die vernetzte medizinische Forschung e. V. (TMF)

21.08. - 25.08.2022, online

Development of a Web Application Prototype for Interactive Visualization of the German Health Web

Meeting Abstract

Suche in Medline nach

  • Patrick Baracho - Medizinische Informatik, Hochschule Heilbronn, Heilbronn, Germany
  • Richard Zowalla - Medizinische Informatik, Hochschule Heilbronn, Heilbronn, Germany; Zentrum für Maschinelles Lernen, Hochschule Heilbronn, Heilbronn, Germany
  • Monika Pobiruchin - GECKO-Institut, Hochschule Heilbronn, Heilbronn, Germany

Deutsche Gesellschaft für Medizinische Informatik, Biometrie und Epidemiologie. 67. Jahrestagung der Deutschen Gesellschaft für Medizinische Informatik, Biometrie und Epidemiologie e. V. (GMDS), 13. Jahreskongress der Technologie- und Methodenplattform für die vernetzte medizinische Forschung e.V. (TMF). sine loco [digital], 21.-25.08.2022. Düsseldorf: German Medical Science GMS Publishing House; 2022. DocAbstr. 83

doi: 10.3205/22gmds044, urn:nbn:de:0183-22gmds0447

Veröffentlicht: 19. August 2022

© 2022 Baracho et al.
Dieser Artikel ist ein Open-Access-Artikel und steht unter den Lizenzbedingungen der Creative Commons Attribution 4.0 License (Namensnennung). Lizenz-Angaben siehe http://creativecommons.org/licenses/by/4.0/.


Gliederung

Text

Introduction: The internet is an important resource for health information seeking [1]. The German Health Web (GHW), i.e., websites with health-related content, consists of more than 22,000 websites [2]. In web mining, these interconnected structures are usually depicted as graphs [3]. When searching for health content users hop from one website (node), to another. However, it is not possible to explore all the (inter-)connections between certain nodes while ‘ordinary’ web browsing. Therefore, an interactive web application was developed that visualizes and supports the exploration of the GHW. The prototype should be part of public exhibitions and events that attract citizens without any specific medical and/or computer science background.

State of the art: In 2012, Wiesner et al. [4] presented a browser-based application visualizing health-related Wikipedia concepts during a public exhibition. They conclude that the interactive exploration of a health related graph was of high interest for exhibition visitors.

In graph theory several concepts for drawing/representation exist. Based on the experiences by [4], three basic layout concepts were considered: Tree layout, physical layout, and 3D layout. In addition, a scoping literature screening on the online databases IEEEXplore and ACM was conducted to identify additional layout concepts. In total, 14 different layouts were collected. The authors screened the results and scored them according to the criteria: clustering, time-dependent, edge length, visualize directed graphs, 3D-layout.

Rendering of complex graphs in web browsers is primarily based on three approaches: Scalable Vector Graphics, HTML canvas, Web Graphics Library (WebGL).

Concept: The application should be able to process touch-based input to simplify navigation for visitors. Queries are generated and executed against a graph database based on users’ interaction with the layouts. Five 2D-layouts (Arc Diagram, Elliptic implosion, Ramification, Centralized Ring, Segmented Radial Convergence) and one 3D-layout should be implemented. Switching between the layouts should be possible at any time. To visualize the GHW at a maximum depth d=3, more than 200,000 elements have to be rendered.

Implementation: The UI was implemented with JavaScript (Vue.js;v3.2 [5], D3.js;v7.3 [6]). An adequate renderer was chosen for each specific layout. Figure 1 [Fig. 1] depicts a screenshot of a sub graph visualization. The Spring Framework [7] was used to implement a Restful webservice. A Neo4J connector [8] was mandatory as the results of [1] were persisted in a graph database.

Lessons learned: A prototype was deployed and is accessible via browser. Modern frameworks and browsers are able to render even complex graphs by leveraging hardware acceleration.

Current implementation does not support caching. Therefore, query execution may take several minutes especially when graph’s depth is increased. Performance drops were observed for Elliptic implosion and Ramification layouts. Therefore, WebGL which supports hardware acceleration should be selected as primary render technology for all layouts. However, when using WebGL-libraries several graphical artifacts occurred. These artefacts would affect the viewing experience.

In summer 2022, the prototype will be part of several public events and exhibitions targeting a lay audience in Heilbronn. First insights regarding the interaction schemas and qualitative feedback will be collected.

The authors declare that they have no competing interests.

The authors declare that an ethics committee vote is not required.


References

1.
Sbaffi L, Rowley J. Trust and credibility in web-based health information: a review and agenda for future research. J Med Internet Res. 2017;19(6):e218. DOI: 10.2196/jmir.7579 Externer Link
2.
Zowalla R, Wetter T, Pfeifer D. Crawling the German Health Web: Exploratory Study and Graph Analysis. J Med Internet Res. 2020;22(7):e17853. DOI: 10.2196/17853 Externer Link
3.
Kaufmann M, Wagner D. Drawing Graphs: Methods and Models. Berlin, Heidelberg, New York, Hong Kong, London, Milan, Paris, Singapore, Tokyo: Springer; 2001. DOI: 10.1007/3- 540-44969-8 Externer Link
4.
Wiesner M, Pfeifer D, Yilmaz A. Satisfying health information needs: A German health exhibition example. In: 25th IEEE International Symposium on Computer-Based Medical Systems (CBMS). 2012. p. 1-4. DOI: 10.1109/CBMS.2012.6266351 Externer Link
5.
Vue.js. Introduction - Vue.Js [Internet]. [cited 2022 Mar 30]. Available from: https://vuejs.org/v2/guide/ Externer Link
6.
Bostock M. D3.Js - Data-Driven Documents [Internet]. [cited 2022 Mar 30]. Available from: https://d3js.org/ Externer Link
7.
VMware. Spring. Core Technologies [Internet]. [cited 2022 Mar 30]. Available from: https://docs.spring.io/spring-framework/docs/current/reference/html/core.html#spring-core Externer Link
8.
. Spring Data Neo4J [Internet]; [cited 2022 Mar 30]. Available from: https://spring.io/projects/spring-data-neo4j Externer Link