-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmyst.yml
More file actions
92 lines (84 loc) · 2.51 KB
/
myst.yml
File metadata and controls
92 lines (84 loc) · 2.51 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# See docs at: https://mystmd.org/guide/frontmatter
version: 1
project:
id: 867a190a-9c64-4dd1-bc79-25cb4bdd3a53
title: Scientific Computing
description: Developing tools for high performance computing, and applying novel simulation techniques to complex physical processes affecting human health.
keywords:
- Scientific Computing
- Computational Physiology
- Numerical Analysis
- High Performance Computing
- Simulation
authors:
- Henrik Finsberg
- Jørgen Dokken
github: https://github.com/scientificcomputing/scientificcomputing.github.io
# To autogenerate a Table of Contents, run "jupyter book init --write-toc"
toc:
- file: index.md
- title: Publication list
children:
- file: repositories.md
- file: packages.md
- title: Guidelines for papers with code
children:
- file: papers-with-code.md
- file: structure.md
- file: data.md
- file: environment.md
- file: scripts.md
- title: Git/Github
children:
- file: version_control.md
- file: gh-workflows.md
- file: gh-packages.md
- file: gh-citable.md
- file: gh-issues.md
- title: Documentation
children:
- file: documentation.md
- file: jupyter-book.md
- title: Python
children:
- file: python-packaging.md
- file: python-testing.md
- file: python-coverage.md
- file: python-linting.md
- file: python-pre-commit.md
- file: python-conversion.md
- title: HPC setup
children:
- file: hpc-setup.md
- file: fenicsx_on_ex3.md
- file: fenicsx_on_saga.md
- title: Miscellaneous
children:
- file: license.md
- file: software-citation.md
- file: resources.md
- file: misc.md
- title: Contact
children:
- file: contact.md
site:
template: book-theme
nav:
- title: Software
url: /packages
- title: Papers with code
url: /repositories
- title: Resources
url: /resources
- title: Departments
children:
- title: ComPhy
url: https://www.simula.no/research/research-departments/computational-physiology
- title: SCAN
url: https://www.simula.no/research/research-departments/numerical-analysis-and-scientific-computing
- title: HPC
url: https://www.simula.no/research/research-departments/high-performance-computing
options:
favicon: _static/favicon.ico
logo: _static/logo.png
logo_dark: _static/logo.png