-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
31678c6
commit dfdb6f6
Showing
5 changed files
with
40 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,26 @@ | ||
--- | ||
title: FIXME | ||
title: Learner Profiles | ||
--- | ||
|
||
This is a placeholder file. Please add content here. | ||
This page outlines how [this course][this-course-link] links to other Fortran lessons. Use the learning pathways on this page to decide if the course is right for you. | ||
|
||
|
||
## Pathways | ||
|
||
This course is merely an introduction to modern Fortran, and most learners will also want to take the Intermediate Modern Fortran course. If you work on HPC code you may also find the ARCHER2 MPI and OpenMP courses linked below useful. | ||
|
||
```mermaid | ||
flowchart TD | ||
accTitle: Learner Pathways for the Introduction to Modern Fortran Course | ||
accDescr {This diagram shows the possible learning pathways after completing the Introduction to Modern Fortran course. | ||
The Intermediate and Advanced Topics in Modern Fortran courses are in the pre-alpha stage. | ||
The MPI and OpenMP courses are from ARCHER2, the UK's national supercomputing facility, courses.} | ||
A["Introduction to Modern Fortran <br>(this course)"] --> B | ||
B[Intermediate Modern Fortran] --> C & D & E | ||
C[Advanced Topics<br>in Modern Fortran] | ||
D[Message-passing<br>Programming with MPI]:::archer2 | ||
E[Shared Memory<br>Programming with OpenMP]:::archer2 | ||
classDef archer2 stroke:#64c2ab | ||
click D href "https://www.archer2.ac.uk/training/courses/#message-passing-programming-with-mpi" "Link to the MPI Archer2 Course" | ||
click E href "https://www.archer2.ac.uk/training/courses/#shared-memory-programming-with-openmp" "Link to the OpenMP Archer2 Course" | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
"file" "checksum" "built" "date" | ||
"CODE_OF_CONDUCT.md" "c93c83c630db2fe2462240bf72552548" "site/built/CODE_OF_CONDUCT.md" "2023-11-21" | ||
"LICENSE.md" "b24ebbb41b14ca25cf6b8216dda83e5f" "site/built/LICENSE.md" "2023-11-21" | ||
"config.yaml" "32073084cd22f7f684481a1a454b2ec1" "site/built/config.yaml" "2023-11-21" | ||
"config.yaml" "7fba15342b016a4e591510c62b981fd0" "site/built/config.yaml" "2024-02-21" | ||
"index.md" "3805e770257efa14dc17eee63ec45500" "site/built/index.md" "2023-11-21" | ||
"links.md" "e0a8f306dd2dfa5adfc27965f32441a3" "site/built/links.md" "2023-11-21" | ||
"links.md" "6f6c89c0e0b65fc3cdaa58cb000b0bf0" "site/built/links.md" "2024-02-21" | ||
"episodes/introduction.Rmd" "82188ceeb809ba0eeb51ec3918a65b95" "site/built/introduction.md" "2023-11-21" | ||
"instructors/instructor-notes.md" "5cf113fd22defb29d17b64597f3c9bc0" "site/built/instructor-notes.md" "2023-11-21" | ||
"instructors/instructor-notes.md" "97f994a38c4fbf1c221684152af4c82a" "site/built/instructor-notes.md" "2024-02-21" | ||
"learners/reference.md" "527a12e217602daae51c5fd9ef8958df" "site/built/reference.md" "2023-11-21" | ||
"learners/setup.md" "1969cff95cff6288fe45afa8f6a1dfe8" "site/built/setup.md" "2023-11-21" | ||
"profiles/learner-profiles.md" "5fe5bf7537072422b91ed393ada03f9a" "site/built/learner-profiles.md" "2023-11-21" | ||
"profiles/learner-profiles.md" "f4a138b334c96b865e23ac2b391c4e76" "site/built/learner-profiles.md" "2024-02-21" | ||
"renv/profiles/lesson-requirements/renv.lock" "7b38acd5d9c17c6c1fe4547590c7fabf" "site/built/renv.lock" "2023-11-21" |