Skip to content

Commit 7e3b569

Browse files
committed
Addint he footer to the Explore Notebook
1 parent e39ec7e commit 7e3b569

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

hands-on/session II/2.Explore_Data.ipynb

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,57 @@
364364
" # Handle any errors that occur during data loading or processing\n",
365365
" print(f\"Error: Failed to load or process data from '{data_file}'. {str(e)}\")"
366366
]
367+
},
368+
{
369+
"cell_type": "markdown",
370+
"id": "a59cac8f",
371+
"metadata": {},
372+
"source": [
373+
"## Learn More About SOMOSPIE and GEOtiled\n",
374+
"[1] Roa, C., Olaya, P., Llamas, R., Vargas, R., Taufer, M. GEOtiled: A Scalable Workflow for Generating Large Datasets of High-Resolution Terrain Parameters. Proceedings of the 32nd International Symposium on High-Performance Parallel and Distributed Computing (2023). [link](https://dl.acm.org/doi/abs/10.1145/3588195.3595941)\n",
375+
"\n",
376+
"[2] Olaya, P., Luettgau, J., Roa, C., Llamas, R., Vargas, R., Wen, S., Chung, I., Seelam, S., Park, Y., Lofstead, J., and Taufer, M. Enabling Scalability in the Cloud for Scientific Workflows: An Earth Science Use Case. IEEE International Conference on Cloud Computing (2023). [link](https://research.ibm.com/publications/enabling-scalability-in-the-cloud-for-scientific-workflows-an-earth-science-use-case)\n",
377+
"\n",
378+
"[3] Rorabaugh, D., Guevara, M., Llamas, R., Kitson, J., Vargas, R., and Taufer, M. SOMOSPIE: A modular SOil MOisture SPatial Inference Engine based on data-driven decisions. In Proceedings of the 2019 15th International Conference on eScience (eScience) (2019). [link](https://ieeexplore.ieee.org/document/9041768)\n",
379+
"\n",
380+
"## Learn More About Openvisus\n",
381+
"[4] V. Pascucci and R. J. Frank, \"Global Static Indexing for Real-Time Exploration of Very Large Regular Grids,\" SC '01: Proceedings of the 2001 ACM/IEEE Conference on Supercomputing, Denver, CO, USA, 2001, pp. 45-45, [link](http://doi.org/10.1145/582034.582036)\n",
382+
"\n",
383+
"[5] Pascucci, Valerio, et al. \"The ViSUS visualization framework.\" High Performance Visualization. Chapman and Hall/CRC, 2012. 439-452. [link](https://www.taylorfrancis.com/chapters/edit/10.1201/b12985-32/visus-visualization-frame[…]a-gyulassy-cameron-christensen-sujin-philip-sidharth-kumar)\n",
384+
"\n",
385+
"[6] Brian Summa, Giorgio Scorzelli, Ming Jiang, Peer-Timo Bremer, and Valerio Pascucci. 2011. Interactive editing of massive imagery made simple: Turning Atlanta into Atlantis. ACM Trans. Graph. 30, 2, Article 7 (April 2011), 13 pages. [link](https://doi.org/10.1145/1944846.1944847)\n",
386+
"\n",
387+
"### 📬 Need Help?\n",
388+
"\n",
389+
"If you have any questions, feedback, or encounter issues while using this notebook, please feel free to reach out to the team:\n",
390+
"\n",
391+
"- **Jack Marquez** — jmarque4@utk.edu \n",
392+
"- **Michela Taufer** - mtaufer@utk.edu\n",
393+
"- **Valerio Pascucci** - pascucci.valerio@gmail.com\n",
394+
"\n",
395+
"## Acknowledgment\n",
396+
"The authors of this tutorial would like to express their gratitude to:\n",
397+
"\n",
398+
"* NSF through the awards 2138811, 2103845, 2334945, and 2331152.\n",
399+
"* The Dataverse team [link](https://dataverse.org/about)\n",
400+
"* Wasabi Storage [link](https://wasabi.com/)\n",
401+
"\n",
402+
"\n",
403+
"\n",
404+
"\n",
405+
"<center>"
406+
]
407+
},
408+
{
409+
"cell_type": "markdown",
410+
"id": "3d3d1f7f",
411+
"metadata": {},
412+
"source": [
413+
"<div>\n",
414+
"<center>\n",
415+
"<img src=\"Materials/files/docs/Logos.png\" width=\"450\"/>\n",
416+
"</div>"
417+
]
367418
}
368419
],
369420
"metadata": {

0 commit comments

Comments
 (0)