Diferencia entre revisiones de «Interfaz web/en»
(Página creada con «<hr> MENU») |
|||
| (No se muestran 2 ediciones intermedias del mismo usuario) | |||
| Línea 26: | Línea 26: | ||
The project code can be accessed in GitHub at: [[https://github.com/lorensen/OpenAtlas OpenAtlas]]. | The project code can be accessed in GitHub at: [[https://github.com/lorensen/OpenAtlas OpenAtlas]]. | ||
| − | |||
== Paper == | == Paper == | ||
| − | |||
| − | |||
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]] | 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
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):
- 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]