Skip to content

Commit a914f43

Browse files
committed
Add authors
1 parent dbf87fe commit a914f43

File tree

2 files changed

+48
-1
lines changed

2 files changed

+48
-1
lines changed

CITATION.cff

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# This CITATION.cff file was generated with cffinit.
2+
# Visit https://bit.ly/cffinit to generate yours today!
3+
4+
cff-version: 1.2.0
5+
title: MPI tutorial
6+
message: >-
7+
If you use this software, please cite it using the
8+
metadata from this file.
9+
type: software
10+
authors:
11+
- given-names: Ana
12+
family-names: Budisa
13+
affiliation: Simula Research Laboratory
14+
- given-names: Jørgen Schartum
15+
family-names: Dokken
16+
affiliation: Simula Research Laboratory
17+
- given-names: Halvor
18+
family-names: Herlyng
19+
affiliation: Simula Research Laboratory
20+
- given-names: Sidney
21+
family-names: Pontes-Filho
22+
affiliation: Simula Research Laboratory
23+
- given-names: Benjamin
24+
family-names: Ragan-Kelley
25+
affiliation: Simula Research Laboratory
26+
identifiers:
27+
- type: url
28+
value: 'https://scientificcomputing.github.io/mpi-tutorial/'
29+
repository-code: 'https://github.com/scientificcomputing/mpi-tutorial'
30+
url: 'https://scientificcomputing.github.io/mpi-tutorial/'
31+
license: MIT

index.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
# MPI-tutorial
22

3-
Welcome to this MPI tutorial.
3+
This MPI tutorial is interactive, which means that all the code presented in can be opened in Binder by pressing the "rocket"-symbol in the upper left tool-bar, and then pressing "Binder". This is only available on pages with code in them.
4+
5+
## About the authors
6+
- [Ana Budisa](https://www.simula.no/people/ana) https://github.com/anabudisa is a Post-Doctoral fellow at the Department of Numerical Analysis and Scientific Computing at Simula Research Laboratory.
7+
- [Jørgen S. Dokken](https://www.simula.no/people/dokken) is a Research Engineer at Simula Research Laboratory
8+
- [Halvor Herlyng](https://www.simula.no/people/hherlyng) https://github.com/hherlyng is a PhD-candidate at the Department of Numerical Analysis and Scientific Computing at Simula Research Laboratory
9+
- [Sidney Pontes-Filho](https://www.simula.no/people/sidney) https://github.com/sidneyp is a Post-Doctoral fellow at the Department of Numerical Analysis and Scientific Computing at Simula Research Laboratory.
10+
- [Benjamin Ragan-Kelley](https://www.simula.no/people/benjaminrk) https://github.com/minrk is a Senior Research Scientist at Simula Research Laboratory. He is the main developer of [IPythonParallel](https://ipyparallel.readthedocs.io/).
11+
12+
## About the content
13+
14+
The content here is based on a large variety of sources, referenced in each indvidual page.
15+
The authors are greatful for the authors of all the resources.
16+
17+
## Reference
18+
For citing this repo, see:
19+
**add citation here **
420

521
## Contents
622
```{tableofcontents}

0 commit comments

Comments
 (0)