Skip to content

Commit

Permalink
generated using sphinx-build
Browse files Browse the repository at this point in the history
  • Loading branch information
naic-bot committed Dec 2, 2023
1 parent 5176ffc commit f8be762
Show file tree
Hide file tree
Showing 71 changed files with 7,505 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
Binary file added _build/doctrees/blender-project1.doctree
Binary file not shown.
Binary file added _build/doctrees/blender-project2.doctree
Binary file not shown.
Binary file added _build/doctrees/compression.doctree
Binary file not shown.
Binary file added _build/doctrees/environment.pickle
Binary file not shown.
Binary file added _build/doctrees/index.doctree
Binary file not shown.
Binary file added _build/doctrees/introduction.doctree
Binary file not shown.
Binary file added _build/doctrees/moving-data.doctree
Binary file not shown.
Binary file added _build/doctrees/paraview-project1.doctree
Binary file not shown.
Binary file added _build/doctrees/paraview-project2.doctree
Binary file not shown.
Binary file added _build/doctrees/paraview-project3.doctree
Binary file not shown.
Binary file added _build/doctrees/setup.doctree
Binary file not shown.
Binary file added _build/doctrees/storage.doctree
Binary file not shown.
Binary file added _build/doctrees/tools.doctree
Binary file not shown.
Binary file added _build/doctrees/visit-project1.doctree
Binary file not shown.
Binary file added _build/doctrees/wrangling.doctree
Binary file not shown.
4 changes: 4 additions & 0 deletions docs/.buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 6a5b82aad8fd7776cc27a17ede1776fd
tags: 645f666f9bcd5a90fca523b33c5a78b7
Empty file added docs/.nojekyll
Empty file.
4 changes: 4 additions & 0 deletions docs/_sources/blender-project1.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Project 1
===================

text here
4 changes: 4 additions & 0 deletions docs/_sources/blender-project2.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Project 2
===================

text here
7 changes: 7 additions & 0 deletions docs/_sources/compression.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Data Compression Techniques
=============================

Data compression
----------------------------
.. note::
TODO: Add information about data compression for visualization purposes.
54 changes: 54 additions & 0 deletions docs/_sources/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
HPC Visualization
==============================

This course aims to provide a concise introduction to data visualization by leveraging the power of the NAIC infrastructure. With this training material, we intend to support researchers who wants to perform exploratory data analysis and visualization on large datasets. Here, we will demonstrate the use of sophisticated visualization tools/techniques. The example materials will serve as a reference template the users can adapt in their projects.

.. note::
TODO: Add a featured image here.

.. toctree::
:maxdepth: 1

introduction
setup
tools

.. toctree::
:caption: Data Wrangling for Visualization
:hidden:

moving-data
storage
compression
wrangling

.. toctree::
:caption: Visualization Projects: Paraview
:hidden:

paraview-project1.rst
paraview-project2.rst
paraview-project3.rst

.. toctree::
:caption: Visualization Projects: Blender
:hidden:

blender-project1.rst
blender-project2.rst

.. toctree::
:caption: Visualization Projects: VisIt
:hidden:

visit-project1.rst

See also
--------
.. note::
TODO: Add relevant materials.

Credits
-------
.. note::
TODO: Add credits
25 changes: 25 additions & 0 deletions docs/_sources/introduction.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Introduction
===============
In the modern research landscape, the volume of data that researchers typically handle has skyrocketed. In many projects, this has introduced a difficulty in performing exploratory data analysis. This is true especially in locally owned resource limited computing infrastructures. With a combination of powerful, shared, and scalable computing infrastructure like NAIC (Norwegian AI Cloud) and using advanced visualization tools, the problem can be solved. We intend this training material for researchers who plan to use the NAIC infrastructure for their large data visualization tasks.

Why use NAIC for Visualization?
--------------------------------
Here, we discuss some examples to showcase the need for HPC visualization.

.. note::
TODO: Add a featured image here.

How does this work?
--------------------
.. note::
TODO: Add basic information regarding parallel processing and remote visualization.

Who gets the benefit?
-----------------------
.. note::
TODO: Add a list/image representing the beneficiary domain/research groups. Connect the same with relevant example list as well.

What data types are covered in examples?
---------------------------------------------
.. note::
TODO: Add an image link map that shows a summary of different types of supported datatypes. It should be linked to examples discussing the selected datatype.
10 changes: 10 additions & 0 deletions docs/_sources/moving-data.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Moving Your Data
===================================

Moving Your Data
-----------------
.. warning::
Please note that there are rules and laws you need to abide to when storing sensitive data. More details on this topic can be read from `this link. <https://www.uio.no/english/services/it/store-collaborate/>`_

.. note::
TODO: Add information about data movement between machines.
4 changes: 4 additions & 0 deletions docs/_sources/paraview-project1.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Project 1
===================

text here
5 changes: 5 additions & 0 deletions docs/_sources/paraview-project2.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Project 2
===================

text here

4 changes: 4 additions & 0 deletions docs/_sources/paraview-project3.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Project N
===================

text here
10 changes: 10 additions & 0 deletions docs/_sources/setup.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
NAIC Visualization Setup
=========================================

Workflow
------------
.. raw:: html
:file: images/NAIC-Paraview-Workflow.svg

.. note::
TODO: Add textual documentation.
7 changes: 7 additions & 0 deletions docs/_sources/storage.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Storage for Large Datasets
===========================

Data Storage Formats
-------------------------
.. note::
TODO: Add information about data movement, storage formats, wrangling etc..
7 changes: 7 additions & 0 deletions docs/_sources/tools.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Summary of Tools
==================

Tools
------------
.. note::
TODO: Add information about different options available for visualizing data. Can discuss options like Paraview, VisIt etc.
4 changes: 4 additions & 0 deletions docs/_sources/visit-project1.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Project 1
===================

text here
6 changes: 6 additions & 0 deletions docs/_sources/wrangling.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Data Wrangling
==============================



text here
Loading

0 comments on commit f8be762

Please sign in to comment.