Skip to content

Commit

Permalink
move module to docs/module
Browse files Browse the repository at this point in the history
  • Loading branch information
laszewsk committed Jun 16, 2021
1 parent 18d4fb6 commit 3d0d7d1
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 42 deletions.
5 changes: 5 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title = "Cybertraining"
# publishDir = "docs"
# ignoreFiles = [ "\\.rst$"]


enableRobotsTXT = true

# Hugo allows theme composition (and inheritance). The precedence is from left to right.
Expand Down Expand Up @@ -119,9 +120,13 @@ url_latest_version = "https://cyvbetraining-dsc.github.io"


# Repository configuration (URLs for in-page links to opening issues and suggesting changes)
github_branch = "main"
github_repo = "https://github.com/cybertraining-dsc/cybertraining-dsc.github.io"
github_project_repo = "https://github.com/cybertraining-dsc/cybertraining-dsc.github.io"

# https://github.com/cybertraining-dsc/cybertraining-dsc.github.io/edit/master/content/en/docs/tutorial/git-pull-request/index.md
# https://github.com/cybertraining-dsc/cybertraining-dsc.github.io/blob/main/content/en/docs/_index.md

# Specify a value here if your content directory is not in your repo's root directory
# github_subdir = "userguide"

Expand Down
46 changes: 23 additions & 23 deletions content/en/docs/courses/ai-first/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ We will use the following material:

{{< view_module alt="Course Lectures"
src="/images/bigdata.png"
url="/modules/ai-first/2021/course_lectures"
url="/docs/modules/ai-first/2021/course_lectures"
>}}
Course Lectures. These meeting notes are updated weekly (Web)
Expand Down Expand Up @@ -65,7 +65,7 @@ Students can take the course in either software-based or report-based mode. The
{{< view_module
alt="Introduction to AI-Driven Digital Transformation (Web)"
src="/images/aitransform.png"
url="/modules/ai-first/2021/introduction"
url="/docs/modules/ai-first/2021/introduction"
>}}
Introduction to AI-Driven Digital Transformation (Web)
Expand All @@ -78,7 +78,7 @@ Introduction to AI-Driven Digital Transformation (Web)
{{< view_module
alt="Big Data Usecases Survey"
src="/images/usecases.png"
url="/modules/ai-first/2021/usecases"
url="/docs/modules/ai-first/2021/usecases"
>}}
This module covers 51 usecases of Big data that emerged from a NIST
Expand All @@ -100,7 +100,7 @@ key features of this classification.
{{< view_module
alt="A Gentle Introduction to Google Colab (Web)"
src="/images/colab.png"
url="/modules/python/google-colab/python-google-colab"
url="/docs/modules/python/google-colab/python-google-colab"
>}}

A Gentle Introduction to Google Colab (Web)
Expand All @@ -110,7 +110,7 @@ A Gentle Introduction to Google Colab (Web)
{{< view_module
alt="A Gentle Introduction to Python on Google Colab (Web)"
src="/images/colab.png"
url="/modules/ai-first/2021/python_initial"
url="/docs/modules/ai-first/2021/python_initial"
>}}
A Gentle Introduction to Python on Google Colab (Web)
Expand All @@ -120,7 +120,7 @@ A Gentle Introduction to Python on Google Colab (Web)
{{< view_module
alt="MNIST Classification on Google Colab (Web)"
src="/images/colab.png"
url="/modules/ai-first/2021/google_colab_exercise"
url="/docs/modules/ai-first/2021/google_colab_exercise"
>}}

MNIST Classification on Google Colab (Web)
Expand All @@ -130,7 +130,7 @@ MNIST Classification on Google Colab (Web)
{{< view_module
alt="MNIST Classification with MLP on Google Colab (Web)"
src="/images/colab.png"
url="/modules/ai-first/2021/google_colab_mlp"
url="/docs/modules/ai-first/2021/google_colab_mlp"
>}}

MNIST-MLP Classification on Google Colab (Web)
Expand All @@ -140,7 +140,7 @@ MNIST-MLP Classification on Google Colab (Web)
{{< view_module
alt="MNIST Classification with RNN on Google Colab (Web)"
src="/images/colab.png"
url="/modules/ai-first/2021/google_colab_rnn"
url="/docs/modules/ai-first/2021/google_colab_rnn"
>}}

MNIST-RNN Classification on Google Colab (Web)
Expand All @@ -150,7 +150,7 @@ MNIST-RNN Classification on Google Colab (Web)
{{< view_module
alt="MNIST Classification with LSTM on Google Colab (Web)"
src="/images/colab.png"
url="/modules/ai-first/2021/google_colab_lstm"
url="/docs/modules/ai-first/2021/google_colab_lstm"
>}}

MNIST-LSTM Classification on Google Colab (Web)
Expand All @@ -160,7 +160,7 @@ MNIST-LSTM Classification on Google Colab (Web)
{{< view_module
alt="MNIST Classification with Autoencoder on Google Colab (Web)"
src="/images/colab.png"
url="/modules/ai-first/2021/google_colab_autoencoder"
url="/docs/modules/ai-first/2021/google_colab_autoencoder"
>}}

MNIST-Autoencoder Classification on Google Colab (Web)
Expand All @@ -171,7 +171,7 @@ MNIST-Autoencoder Classification on Google Colab (Web)
{{< view_module
alt="MNIST Classification with MLP + LSTM"
src="/images/colab.png"
url="/modules/ai-first/2021/google_colab_mlp_lstm"
url="/docs/modules/ai-first/2021/google_colab_mlp_lstm"
>}}

MNIST with MLP+LSTM Classification on Google Colab (Web)
Expand All @@ -182,7 +182,7 @@ MNIST with MLP+LSTM Classification on Google Colab (Web)
{{< view_module
alt="Distributed Training with MNIST"
src="/images/colab.png"
url="/modules/ai-first/2021/google_colab_distributed_training_tensorflow"
url="/docs/modules/ai-first/2021/google_colab_distributed_training_tensorflow"
>}}

Distributed Training with MNIST Classification on Google Colab (Web)
Expand All @@ -193,7 +193,7 @@ Distributed Training with MNIST Classification on Google Colab (Web)
{{< view_module
alt="PyTorch with MNIST"
src="/images/colab.png"
url="/modules/ai-first/2021/google_colab_pytorch_intro"
url="/docs/modules/ai-first/2021/google_colab_pytorch_intro"
>}}

PyTorch with MNIST Classification on Google Colab (Web)
Expand All @@ -209,7 +209,7 @@ PyTorch with MNIST Classification on Google Colab (Web)
{{< view_module
alt="Physics"
src="/images/physics-hep.jpg"
url="/modules/ai-first/2021/physics"
url="/docs/modules/ai-first/2021/physics"
>}}
Big Data Applications and Analytics Discovery of Higgs Boson Part I
Expand Down Expand Up @@ -239,7 +239,7 @@ Central Limit Theorem concludes discussion.
{{< view_module
alt="Sports"
src="/images/sport.png"
url="/modules/ai-first/2021/sports"
url="/docs/modules/ai-first/2021/sports"
>}}
Sports sees significant growth in analytics with pervasive statistics
Expand All @@ -260,7 +260,7 @@ NFL Football, Basketball, Tennis and Horse Racing.
{{< view_module
alt="Sports"
src="/images/health.jpg"
url="/modules/ai-first/2021/health_and_medicine"
url="/docs/modules/ai-first/2021/health_and_medicine"
>}}
Health and Medicine sector has become a much more needed service than
Expand All @@ -279,7 +279,7 @@ effectively.
{{< view_module
alt="AI in Banking"
src="/images/ai_in_banking.jpg"
url="/modules/ai-first/2021/ai_in_banking"
url="/docs/modules/ai-first/2021/ai_in_banking"
>}}
AI in banking has become a vital component in providing best services to the
Expand All @@ -295,7 +295,7 @@ reinforced with novel AI techniques to migrate business models with technology.
{{< view_module
alt="Transportation Systems"
src="/images/transportation_system.jpg"
url="/modules/ai-first/2021/transportation_systems"
url="/docs/modules/ai-first/2021/transportation_systems"
>}}
Transportation systems is a vital component in human life. With the dawn of AI,
Expand All @@ -312,7 +312,7 @@ to analyze issues and provide a better experience for the user.
{{< view_module
alt="Space and Energy"
src="/images/space_and_energy.jpg"
url="/modules/ai-first/2021/space_and_energy"
url="/docs/modules/ai-first/2021/space_and_energy"
>}}
Energy is a term we find in everyday life. Conserving energy and smart usage is vital in managing energy demands.
Expand All @@ -328,7 +328,7 @@ data analysis have become key components in succeeding the challenge to unravel
{{< view_module
alt="Mobility (Industry)"
src="/images/mobility.jpg"
url="/modules/ai-first/2021/mobility"
url="/docs/modules/ai-first/2021/mobility"
>}}
Mobility is a key part in everyday life. From the personal car to space exploring rockets, there are many places that can
Expand All @@ -343,7 +343,7 @@ have already moved towards AI to power the vehicles and provide new features for
{{< view_module
alt="Cloud Computing"
src="/images/cloud_computing.jpg"
url="/modules/ai-first/2021/cloud_computing"
url="/docs/modules/ai-first/2021/cloud_computing"
>}}
Cloud computing is a major component of Today's service infrastructures. Artificial intelligence, micro-services, storage,
Expand All @@ -356,7 +356,7 @@ virtualization and parallel computing are some of the key aspects of cloud compu
{{< view_module
alt="Commerce"
src="/images/commerce.png"
url="/modules/ai-first/2021/commerce"
url="/docs/modules/ai-first/2021/commerce"
>}}
Commerce is a field which is reinforced with AI and technologies to provide a better service to the clients.
Expand Down Expand Up @@ -399,7 +399,7 @@ class Piazza.

{{< view_module alt="Git Pull Request"
src="/images/youtube.jpg"
url="/modules/git-pull-request/"
url="/docs/modules/git-pull-request/"
>}}
Git Pull Request. Here you will learn how to do a simple git pull
Expand Down
32 changes: 16 additions & 16 deletions content/en/docs/courses/bigdata2020/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ We will use the following material:

{{< view_module alt="Course Lectures"
src="/images/bigdata.png"
url="/modules/bigdataapplications/2020/course_lectures"
url="/docs/modules/bigdataapplications/2020/course_lectures"
>}}
Course Lectures. These meeting notes are updated weekly (Web)
Expand All @@ -53,7 +53,7 @@ Course Lectures. These meeting notes are updated weekly (Web)
{{< view_module
alt="Introduction to AI-Driven Digital Transformation (Web)"
src="/images/aitransform.png"
url="/modules/bigdataapplications/2020/introduction"
url="/docs/modules/bigdataapplications/2020/introduction"
>}}
Introduction to AI-Driven Digital Transformation (Web)
Expand All @@ -65,7 +65,7 @@ Introduction to AI-Driven Digital Transformation (Web)
{{< view_module
alt="Big Data Usecases Survey"
src="/images/usecases.png"
url="/modules/bigdataapplications/2020/usecases"
url="/docs/modules/bigdataapplications/2020/usecases"
>}}
This module covers 51 usecases of Big data that emerged from a NIST
Expand All @@ -86,7 +86,7 @@ key features of this classification.
{{< view_module
alt="A Gentle Introduction to Google Colab (Web)"
src="/images/colab.png"
url="/modules/python/google-colab/python-google-colab"
url="/docs/modules/python/google-colab/python-google-colab"
>}}

A Gentle Introduction to Google Colab (Web)
Expand All @@ -96,7 +96,7 @@ A Gentle Introduction to Google Colab (Web)
{{< view_module
alt="A Gentle Introduction to Python on Google Colab (Web)"
src="/images/colab.png"
url="/modules/bigdataapplications/2020/python_initial"
url="/docs/modules/bigdataapplications/2020/python_initial"
>}}
A Gentle Introduction to Python on Google Colab (Web)
Expand All @@ -106,7 +106,7 @@ A Gentle Introduction to Python on Google Colab (Web)
{{< view_module
alt="MNIST Classification on Google Colab (Web)"
src="/images/colab.png"
url="/modules/bigdataapplications/2020/google_colab_exercise"
url="/docs/modules/bigdataapplications/2020/google_colab_exercise"
>}}

MNIST Classification on Google Colab (Web)
Expand All @@ -120,7 +120,7 @@ MNIST Classification on Google Colab (Web)
{{< view_module
alt="Physics"
src="/images/physics-hep.jpg"
url="/modules/bigdataapplications/2020/physics"
url="/docs/modules/bigdataapplications/2020/physics"
>}}
Big Data Applications and Analytics Discovery of Higgs Boson Part I
Expand All @@ -147,7 +147,7 @@ Central Limit Theorem concludes discussion.
{{< view_module
alt="Sports"
src="/images/sport.png"
url="/modules/bigdataapplications/2020/sports"
url="/docs/modules/bigdataapplications/2020/sports"
>}}
Sports sees significant growth in analytics with pervasive statistics
Expand All @@ -168,7 +168,7 @@ NFL Football, Basketball, Tennis and Horse Racing.
{{< view_module
alt="Sports"
src="/images/health.jpg"
url="/modules/bigdataapplications/2020/health_and_medicine"
url="/docs/modules/bigdataapplications/2020/health_and_medicine"
>}}
Health and Medicine sector has become a much more needed service than
Expand All @@ -187,7 +187,7 @@ effectively.
{{< view_module
alt="AI in Banking"
src="/images/ai_in_banking.jpg"
url="/modules/bigdataapplications/2020/ai_in_banking"
url="/docs/modules/bigdataapplications/2020/ai_in_banking"
>}}
AI in banking has become a vital component in providing best services to the
Expand All @@ -203,7 +203,7 @@ reinforced with novel AI techniques to migrate business models with technology.
{{< view_module
alt="Transportation Systems"
src="/images/transportation_system.jpg"
url="/modules/bigdataapplications/2020/transportation_systems"
url="/docs/modules/bigdataapplications/2020/transportation_systems"
>}}
Transportation systems is a vital component in human life. With the dawn of AI,
Expand All @@ -219,7 +219,7 @@ to analyze issues and provide a better experience for the user.
{{< view_module
alt="Space and Energy"
src="/images/space_and_energy.jpg"
url="/modules/bigdataapplications/2020/space_and_energy"
url="/docs/modules/bigdataapplications/2020/space_and_energy"
>}}
Energy is a term we find in everyday life. Conserving energy and smart usage is vital in managing energy demands.
Expand All @@ -235,7 +235,7 @@ data analysis have become key components in succeeding the challenge to unravel
{{< view_module
alt="Mobility (Industry)"
src="/images/mobility.jpg"
url="/modules/bigdataapplications/2020/mobility"
url="/docs/modules/bigdataapplications/2020/mobility"
>}}
Mobility is a key part in everyday life. From the personal car to space exploring rockets, there are many places that can
Expand All @@ -250,7 +250,7 @@ have already moved towards AI to power the vehicles and provide new features for
{{< view_module
alt="Cloud Computing"
src="/images/cloud_computing.jpg"
url="/modules/bigdataapplications/2020/cloud_computing"
url="/docs/modules/bigdataapplications/2020/cloud_computing"
>}}
Cloud computing is a major component of Today's service infrastructures. Artificial intelligence, micro-services, storage,
Expand All @@ -263,7 +263,7 @@ virtualization and parallel computing are some of the key aspects of cloud compu
{{< view_module
alt="Commerce"
src="/images/commerce.png"
url="/modules/bigdataapplications/2020/commerce"
url="/docs/modules/bigdataapplications/2020/commerce"
>}}
Commerce is a field which is reinforced with AI and technologies to provide a better service to the clients.
Expand Down Expand Up @@ -306,7 +306,7 @@ class Piazza.

{{< view_module alt="Git Pull Request"
src="/images/youtube.jpg"
url="/modules/git-pull-request/"
url="/docs/modules/git-pull-request/"
>}}
Git Pull Request. Here you will learn how to do a simple git pull
Expand Down
6 changes: 3 additions & 3 deletions content/en/docs/courses/mnist/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ This module will introduce you to how to use Google Colab to run deep learning m

| |
| --- |
| [{{< figure src="/images/colab.png" width="15%">}} A Gentle Introduction to Google Colab (Web)](/modules/python/google-colab/python-google-colab) |
| [{{< figure src="/images/colab.png" width="15%">}} A Gentle Introduction to Google Colab (Web)](/docs/modules/python/google-colab/python-google-colab) |


## 2. (Optional) Basic Python in Google Colab
Expand All @@ -56,7 +56,7 @@ needed for day-to-day coding.

| |
| --- |
| [{{< figure src="/images/colab.png" width="15%">}} A Gentle Introduction to Python on Google Colab (Web)](/modules/bigdataapplications/2020/python_initial) |
| [{{< figure src="/images/colab.png" width="15%">}} A Gentle Introduction to Python on Google Colab (Web)](/docs/modules/bigdataapplications/2020/python_initial) |

## 3. MNIST On Google colab

Expand All @@ -65,7 +65,7 @@ In this module, we discuss how to create a simple IPython Notebook to solve an i

| |
| --- |
| [{{< figure src="/images/colab.png" width="15%">}} MNIST Classification on Google Colab (Web)](/modules/bigdataapplications/2020/google_colab_exercise) |
| [{{< figure src="/images/colab.png" width="15%">}} MNIST Classification on Google Colab (Web)](/docs/modules/bigdataapplications/2020/google_colab_exercise) |

## Assignments

Expand Down
Loading

0 comments on commit 3d0d7d1

Please sign in to comment.