new Main() → {PJP.Main}
Main loop to start loading the Physiome Journal Portal page,
it currenrly contains 5 panels containly a module each
in the following layout.
------------------------- | | | | | | | | C | | | A | B |-----| E | | | | D | | | | | | | ------------------------- A: PJP.BodyViewer B: PJP.OrgansViewer C: PJP.TissueViewer D: PJP.CellPanel E: PJP.ModelPanelCurrently the main and each of the panel layouts are loaded into the page using link element imports. This portal currently allows users to view from the 3D anatomy models to the cell models of different parts of the bodies in selected species. More functionalities will be implemented soon including annotations of models, mesh refinement and many more.
- Source:
Returns:
- Type
- PJP.Main
Methods
(inner) initialiseMain()
Initialise all the panels required for PJP to function correctly.
Modules used incude - PJP.ModelsLoader, PJP.BodyViewer,
PJP.OrgansViewer, PJP.TissueViewer, PJP.CellPanel
and PJP.ModelPanel.
- Source: