Diferencia entre revisiones de «Interfaz web/en»

De Slicer-Int
Saltar a: navegación, buscar
(Página creada con «Web interface»)
 
(Página creada con «<hr> MENU»)
 
(No se muestran 18 ediciones intermedias de 3 usuarios)
Línea 1: Línea 1:
 +
__NOTOC__ __NOEDITSECTION__
 
<languages />
 
<languages />
El '''Open Anatomy Atlas''' (https://www.openanatomy.org/) es un proyecto open source basado en web que muestra atlas de anatomía humana en tres dimensiones. Al estar basado en web no es necesario disponer de software adicional en el ordenador, con un navegador web relativamente moderno es suficiente, y es independiente del sistema operativo que esté utilizando el usuario. Estos dos detalles son muy importantes para comprender la potencia del proyecto: permite el acceso a la información desde prácticamente cualquier dispositivo, incluídos teléfonos móviles o tablets, y desde cualquier lugar.
+
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.
  
Otra característica a reseñar es la posiblidad de compartir sesión con otros usuarios: el usuario ''padre'' abre sesión en el atlas, comparte la URL con los usuarios ''hijos'' y estos verán en sus pantallas exactamente la misma información que está viendo el ''padre'', incluyendo la manipulación de la imagen 3D (giros, zoom, activación/desactivación de elementos). Esta característica es tremendamente útil a la hora de impartir clases, tanto presencialmente como a distancia, ya que permite interacción en tiempo real en ambas partes.
+
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.
  
==Interfaz==
+
==Interface==
  
Actualmente hay cuatro atlas disponibles, tal y como se puede ver en la pantalla principal (<xr id="fig:OpenAnat" />):
+
At present there are four available atlases, as it can be seen  in the main screen (<xr id="fig:OpenAnat" />):
  
 
<figure id="fig:OpenAnat">
 
<figure id="fig:OpenAnat">
Línea 13: Línea 14:
  
 
* Abdomen
 
* Abdomen
* Cerebro
+
* Brain
* Cabeza y cuello
+
* Head and neck
* Rodilla
+
* Knee
  
== Tecnología ==
+
== 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.
+
All this graphic information is supported by XML files with textual information about each element: name, hierarchical dependency, etc.
  
El código del proyecto se puede acceder en GitHub en: [[https://github.com/lorensen/OpenAtlas OpenAtlas]].
+
The project code can be accessed in GitHub at: [[https://github.com/lorensen/OpenAtlas OpenAtlas]].
  
 
== Paper ==
 
== Paper ==
  
El ''paper'' que describe este proyecto de código abierto se puede consultar en [[https://www.frontiersin.org/articles/10.3389/fninf.2017.00022/full The Open Anatomy Browser: A Collaborative Web-Based Viewer for Interoperable Anatomy Atlases]]
+
The'' paper'' describing this open source project is available at [[https://www.frontiersin.org/articles/10.3389/fninf.2017.00022/full The Open Anatomy Browser: A Collaborative Web-Based Viewer for Interoperable Anatomy Atlases]]
 +
 
 +
<hr>
 +
[[Clínicos 3D Slicer/en| MENU]]

Revisión actual del 12:57 30 ago 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 be seen 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.

All this graphic information is supported by XML files with textual information about each element: name, hierarchical dependency, etc.

The project code can be accessed in GitHub at: [OpenAtlas].

Paper

The paper describing this open source project is available at [The Open Anatomy Browser: A Collaborative Web-Based Viewer for Interoperable Anatomy Atlases]


MENU