This the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

Sample

For creating new pages on this Web site, we have prepared a number of samples.

The samples need to be placed into various directories based on type. You need to make sure the title and the linkTitle in the page metadata are set. If they are in the same directory as another page make sure all are unique

1 - Module Sample

In this section you will be using a short description that is displayed in the module summary page

Here comes the more complete abstract about this module, while the description is a short summary, the abstract is a bit more verbose.

Splash: An optional module related image may be nice to start the image may be nice to create a splash the learners find attractive.

1. Overview

1.1. Prerequisite

Describe what knowlede needs to be here to start the module. Use a list and be specific as much as possible:

  • Computer with Python 3.8.3

1.2. Effort

If possible describe here how much effort it takes to complete the module. Use a list

  • 1 hour

1.3. Topics

Please list here the topics that are covered by the module A list is often the prefered way to do that. Use the abstract/pageinfo to provide a more textual description.

1.4. Organization

Please decribe how the Module is organized, if needed

2. Section A

Include Section A here

3. Section B

Include Unit 2 here

4. Assignments

Include the assignments here. Use a numbered list.

5. References

Put the refernces here

2 - Alert Sample

The alert shortcode allows you to highlight information in your page.

+++ title = “alert” description = “The alert shortcode allows you to highlight information in your page.” +++

The alert shortcode allow you to highlight information in your page. They create a colored box surrounding your text, like this:

Usage

Parameter Default Description
theme info success, info,warning,danger

Basic examples

{{% alert theme="info" %}}**this** is a text{{% /alert %}}
{{% alert theme="success" %}}**Yeahhh !** is a text{{% /alert %}}
{{% alert theme="warning" %}}**Be carefull** is a text{{% /alert %}}
{{% alert theme="danger" %}}**Beware !** is a text{{% /alert %}}

4 - Figure Sample

Showcases how to include a figure.

A sample caption

5 - Mermaid Sample

Showcases how to include simple graphs generated by mermaid
graph LR

	A[Introduction]
	B[Usecases]
	C[Physics]
	D[Sports]

A-->B-->C-->D

click A "/courses/bigdata2020/#introduction-to-ai-driven-digital-transformation" _blank
click B "/courses/bigdata2020/#big-data-usecases-survey" _blank
click C "/courses/bigdata2020/#physics" _blank
click D "/courses/bigdata2020/#sports" _blank
gantt
    title Class Calendar
    dateFormat  YYYY-MM-DD
    section Lectures
    Overview         :w1, 2020-08-28, 7d
    Introduction     :w2, 2020-09-04, 7d 
    Physics          :w3, 2020-09-11, 7d 
    Sport            :w4, 2020-09-18, 7d
    section Practice
	Colab            :after w1, 14d
    Github           :after w2, 7d	

To design a chart you can use the live edior.