Skip to content

Commit a1755ab

Browse files
author
Xing Han Lu
authored
Merge pull request #604 from plotly/add-vtk-tutorials
add vtk tutorials apps (#minor) Former-commit-id: c150ff0
2 parents 324c3f6 + 98688d5 commit a1755ab

24 files changed

+11250
-0
lines changed

apps/dash-vtk-tutorials/Procfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: gunicorn explorer:server

apps/dash-vtk-tutorials/README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Dash VTK Explorer
2+
3+
This is an explorer for [dash-vtk](https://github.com/plotly/dash-vtk)
4+
5+
6+
## Acknowledgements
7+
8+
The datasets used here include:
9+
10+
Pancreas MRI
11+
```
12+
Citation: Tatum, J., Kalen, J., Ileva, lilia, L, R., S, K., N, P., Jacobs, P., Sanders, C., A, J., Difilippantonio, S., L, T., hollingshead, melinda, J, P., Y, E., Clunie, D., Y, L., Suloway, C., Smith, K., U, W., … Doroshow, J. (n.d.). Imaging characterization of a metastatic patient derived model of adenocarcinoma pancreas: PDMR-292921-168-R. The Cancer Imaging Archive. https://doi.org/10.7937/TCIA.2020.PCAK-8Z10
13+
```
14+
15+
[Brain MRI](https://wiki.cancerimagingarchive.net/display/Public/Brain-Tumor-Progression)
16+
17+
```
18+
Citation: Schmainda KM, Prah M (2018). Data from Brain-Tumor-Progression. The Cancer Imaging Archive. http://doi.org/10.7937/K9/TCIA.2018.15quzvnb
19+
```
20+
21+
[Lung CT](https://wiki.cancerimagingarchive.net/pages/viewpage.action?pageId=70224216#70224216bcab02c187174a288dbcbf95d26179e8)
22+
23+
```
24+
Citation: Li, P., Wang, S., Li, T., Lu, J., HuangFu, Y., & Wang, D. (2020). A Large-Scale CT and PET/CT Dataset for Lung Cancer Diagnosis [Data set]. The Cancer Imaging Archive. https://doi.org/10.7937/TCIA.2020.NNC2-0461
25+
```

apps/dash-vtk-tutorials/apt-packages

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
libgl1-mesa-glx
16.9 KB
Loading

0 commit comments

Comments
 (0)