Skip to content

UoA-eResearch/Melanoma-web-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# portal-component-example This example showcases the use of vue components made for Data-Portal. A running demo can be found here: https://mapcore-demo.org/current/portal-vue/ Press on the Add Model button on top of the page above to add a new scaffoldvuer. ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` # Melanoma_web_app # Python scripts ## Run json_to_mesh.py to generate statistical data for individual elements ## Run lymph_positional_data.py to generate a json file containing the lymph positions inside the human body ## Run generate_human_mesh.py to generate a human mesh used in next steps ## Run heat_maps_data_generation.py to generate the json file containing all the different heatmaps as vertex colors for the human_mesh.obj generated from the previous script ## Run combined_mesh_with_lymphs to generate a combined mesh for the lymph system and human mesh ## Use these generated obj files and json files for use in front-end js app.