Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Social Card.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions docs/contributionTutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,9 +294,10 @@ with an optional configuration inside `{}`(1) at the end. For example, <br>`![te

1. Multiple configurations should all be included within a single `{}` with spaces between, e.g. `{ width="100" align=right }`.

![test](osipiImgs/OSIPI_logo_only_square.png){ width="100" }

![test](osipiImgs/OSIPI_logo_only_square.png){ width="100" align=right }
![test](osipiImgs/OSIPI_logo_only_square.png){ width="150" align=right }

![test](osipiImgs/OSIPI_logo_only_square.png){ width="150" }

We can also align the image to the right using `{ align=right }`.

Expand Down
2 changes: 1 addition & 1 deletion docs/generalPurposeProcesses.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# <a id="Sections G"></a> Sections G: General purpose processes
# <a id="Section G"></a> Section G: General purpose processes

## <a id="Forward model inversion"></a> Forward model inversion

Expand Down
14 changes: 7 additions & 7 deletions docs/perfusionModels.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/perfusionProcesses.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# <a id="Section P"></a> Sections P: Perfusion Processes
# <a id="Section P"></a> Section P: Perfusion Processes


## <a id="Native R1 estimation"></a> Native R1 estimation
Expand Down
2 changes: 1 addition & 1 deletion docs/quantities.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# Sections Q: Quantities
# Section Q: Quantities

## <a id="MR signal quantities"></a> MR signal quantities
The items in this group are related to the MR signal and quantities of the MR sequence used to acquire the signal.
Expand Down
10 changes: 10 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,16 @@ markdown_extensions:
- md_in_html
- abbr



extra:
og:
type: website
title: Contrast-agent based perfusion MRI lexicon (CAPLEX)
description: CAPLEX
image: Social Card.png
url: https://osipi.github.io/OSIPI_CAPLEX/

extra_javascript:
- javascripts/extra.js
- javascripts/mathjax.js
Expand Down