Diferencia entre revisiones de «Interfaz web/en»

De Slicer-Int
Saltar a: navegación, buscar
(Página creada con «== Technology ==»)
(Página creada con «The web atlas is built in Angular, WebGL and the THREE.js JavaScript library. In this way, the VTK files can be uploaded and displayed in three dimensions in the web browser.»)
Línea 19: Línea 19:
 
== Technology ==
 
== Technology ==
  
El atlas web está construido en Angular, WebGL y la librería de javascript THREE.js. De esta forma se consigue cargar y visualizar en tres dimensiones los ficheros VTK en el navegador web.
+
The web atlas is built in Angular, WebGL and the THREE.js JavaScript library. In this way, the VTK files can be uploaded and displayed in three dimensions in the web browser.
  
 
Toda esta información gráfica se apoya en ficheros XML con la información textual sobre cada elemento: nombre, dependencia jerárquica, etc.
 
Toda esta información gráfica se apoya en ficheros XML con la información textual sobre cada elemento: nombre, dependencia jerárquica, etc.

Revisión del 12:14 29 ene 2018

Otros idiomas:
تونسي • ‎English • ‎español • ‎français • ‎português

The Open Anatomy Atlas (https://www.openanatomy.org/) is a web-based open source project that shows atlases of human anatomy in three dimensions. As it is web-based, there is no need for additional software on the computer, a relatively modern web browser is sufficient, and it is independent of the operating system being used by the user. These two details are very important to understand the power of the project: it allows access to information from virtually any device, including mobile phones or tablets, and from anywhere.

Another feature to review is the possibility of sharing session with other users: the user father logs into the atlas, shares the URL with the users children and they will see on their screens exactly the same information that the father is seeing, including manipulation of the 3D image (rotations, zoom, activation/deactivation of elements). This feature is tremendously useful when giving classes, both face-to-face and distance, as it allows real-time interaction on both sides.

Interface

At present there are four available atlases, as it can see in the main screen (Figure 1):

Figure 1: Open Anatomy Atlas
  • Abdomen
  • Brain
  • Head and neck
  • Knee

Technology

The web atlas is built in Angular, WebGL and the THREE.js JavaScript library. In this way, the VTK files can be uploaded and displayed in three dimensions in the web browser.

Toda esta información gráfica se apoya en ficheros XML con la información textual sobre cada elemento: nombre, dependencia jerárquica, etc.

El código del proyecto se puede acceder en GitHub en: [OpenAtlas].

Paper

El paper que describe este proyecto de código abierto se puede consultar en [The Open Anatomy Browser: A Collaborative Web-Based Viewer for Interoperable Anatomy Atlases]