-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmyst.yml
More file actions
56 lines (54 loc) · 1.87 KB
/
myst.yml
File metadata and controls
56 lines (54 loc) · 1.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# See docs at: https://mystmd.org/guide/frontmatter
version: 1
project:
id: f420092a-e58c-429b-aca2-fb33c47059c7
jupyter: true # https://mystmd.org/guide/integrating-jupyter
title: "OXBR"
github: https://github.com/MarinhoLab/OpenExecutableBooksRobotics
math:
'\myvec': '\mathbf{\boldsymbol{ #1 }}'
'\mymatrix': '\mathbf{\boldsymbol{ #1 }}'
'\quat': '\mathbf{\boldsymbol{ #1 }}'
'\dual': '\varepsilon'
authors:
- name: Murilo M. Marinho
email: murilo.marinho@manchester.ac.uk
url: https://mmmarinho.github.io
# The LinkedIn key is listed in the docs but gives a warning and does nothing
# linkedin: www.linkedin.com/in/murilo-marques-marinho-046178252
# The GitHub key has no warning but also doesn't do anything
# github: https://github.com/mmmarinho
note: Lecturer in Robotics
orcid: 0000-0003-2795-9484
affiliations:
- id: MMM
institution: The University of Manchester
department: EEE
ror: 027m9bs27
license:
content:
id: CC-BY-NC-SA-4.0
toc:
- file: README.md
- file: basic_lessons/README.md
- file: basic_lessons/lesson1_tutorial.ipynb
- file: basic_lessons/lesson2_tutorial.ipynb
- file: basic_lessons/lesson3_tutorial.ipynb
- file: basic_lessons/lesson4_tutorial.ipynb
- file: basic_lessons/lesson5_tutorial.ipynb
- file: basic_lessons/lesson1_exercise_answers.ipynb
- file: basic_lessons/lesson2_exercise_answers.ipynb
- file: basic_lessons/lesson3_exercise_answers.ipynb
- file: basic_lessons/lesson4_exercise_answers.ipynb
- file: basic_lessons/lesson5_exercise_answers.ipynb
- file: other/dqrobotics.md
- file: book.md
- file: CHANGELOG.md
- file: TODO.md
site:
template: book-theme
title: OXBR Website
options:
logo: M3logo_black.png
logo_dark: M3logo_white.svg
logo_text: "(Murilo's) OXBR"