Skip to content

Commit

Permalink
Merge pull request #134 from SemyonSinchenko/fix/minor_fixes
Browse files Browse the repository at this point in the history
Белый -> голубой в программе курса и иконках
  • Loading branch information
vvssttkk authored Aug 10, 2021
2 parents 8c61f71 + 2fc9a88 commit d324b74
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,11 @@ Some ideas, suggestions, remarks, etc. you can write on a separate page [here](h

### How to read the schema?

- **WHITE** — introductory blocks covering prerequisites for the rest of the course;
- **BLUE** — introductory blocks covering prerequisites for the rest of the course;
- **GREEN** — the main flow of the course with simple introductory lectures on QC and QML;
- **YELLOW** — highly recommended facultative lectures which explain additional topics about QML and QC;
- **RED** — advanced-level lectures that deeply explain the math and the principles underlying QML.
- **WHITE** — career in quantum computations and quantum QML

## Team

Expand Down
2 changes: 1 addition & 1 deletion qmlcourseRU/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ copyright: "2021"
logo: "logo.svg"

description: >-
An adaptive and practical course about Quantum Machine Learning in NISQ-era and related topics.
An adaptive and practical course about Quantum Machine Learning in the NISQ-era and related topics.
execute:
execute_notebooks: cache
Expand Down
6 changes: 3 additions & 3 deletions qmlcourseRU/_static/index/program.plantuml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ package "Introduction" #Bisque {
}

package "Prerequisites" #Bisque {
rectangle "Python Intro" as python #White
rectangle "Numpy & Linalg" as numpy #White
rectangle "Classical ML/DL" as ml #White
rectangle "Python Intro" as python #14D2EF
rectangle "Numpy & Linalg" as numpy #14D2EF
rectangle "Classical ML/DL" as ml #14D2EF
}

package "Quantum Computing" as qci #Bisque {
Expand Down
Binary file modified qmlcourseRU/_static/index/program.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions qmlcourseRU/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@
- file: book/pythonblock/pythonintro.md
title: ⬜ О блоке
- file: book/pythonblock/python_l1.md
title: Вводная лекция про Python
title: 🟦 Вводная лекция про Python
- file: book/pythonblock/jupyter_l3.md
title: Ориентация в Jupyter
title: 🟦 Ориентация в Jupyter
- file: book/pythonblock/python_l4.md
title: Переменные, типы и вывод
title: 🟦 Переменные, типы и вывод
- file: book/pythonblock/python_l5.md
title: Условия и сравнения
title: 🟦 Условия и сравнения

- part: Основы машинного обучения
chapters:
- file: book/mlblock/ml_intro
title: ⬜ О блоке
- file: book/mlblock/ml_l1
title: Машинное обучение как пазл
title: 🟦 Машинное обучение как пазл

- part: Квантовые вычисления
chapters:
Expand Down
5 changes: 3 additions & 2 deletions qmlcourseRU/book/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@

Наш курс разделен на логические блоки, каждый из которых содержит лекции разных уровней сложности:

- **БЕЛЫЙ** -- вводные или факультативные лекции;
- **ГОЛУБОЙ** -- вводные лекции;
- **ЗЕЛЕНЫЙ** -- лекции "основного" блока курса;
- **ЖЕЛТЫЙ** -- лекции, глубже раскрывающие темы блоков;
- **КРАСНЫЙ** -- лекции про физику и математику, которая стоит за всем этим.
- **КРАСНЫЙ** -- лекции про физику и математику, которая стоит за всем этим;
- **БЕЛЫЙ** -- факультативные лекции.

```{figure} /_static/index/program.png
:name: course_program
Expand Down

0 comments on commit d324b74

Please sign in to comment.