Skip to content

Commit 1b6e49b

Browse files
authored
Merge pull request #85 from OSIPI/main
Merging social cards, logo edits etc
2 parents 2ccbe8f + 53b5905 commit 1b6e49b

7 files changed

Lines changed: 23 additions & 12 deletions

File tree

Social Card.png

328 KB
Loading

docs/contributionTutorial.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,9 +294,10 @@ with an optional configuration inside `{}`(1) at the end. For example, <br>`![te
294294

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

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

299-
![test](osipiImgs/OSIPI_logo_only_square.png){ width="100" align=right }
298+
![test](osipiImgs/OSIPI_logo_only_square.png){ width="150" align=right }
299+
300+
![test](osipiImgs/OSIPI_logo_only_square.png){ width="150" }
300301

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

docs/generalPurposeProcesses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# <a id="Sections G"></a> Sections G: General purpose processes
2+
# <a id="Section G"></a> Section G: General purpose processes
33

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

docs/perfusionModels.md

Lines changed: 7 additions & 7 deletions
Large diffs are not rendered by default.

docs/perfusionProcesses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# <a id="Section P"></a> Sections P: Perfusion Processes
2+
# <a id="Section P"></a> Section P: Perfusion Processes
33

44

55
## <a id="Native R1 estimation"></a> Native R1 estimation

docs/quantities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# Sections Q: Quantities
2+
# Section Q: Quantities
33

44
## <a id="MR signal quantities"></a> MR signal quantities
55
The items in this group are related to the MR signal and quantities of the MR sequence used to acquire the signal.

mkdocs.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,16 @@ markdown_extensions:
8989
- md_in_html
9090
- abbr
9191

92+
93+
94+
extra:
95+
og:
96+
type: website
97+
title: Contrast-agent based perfusion MRI lexicon (CAPLEX)
98+
description: CAPLEX
99+
image: Social Card.png
100+
url: https://osipi.github.io/OSIPI_CAPLEX/
101+
92102
extra_javascript:
93103
- javascripts/extra.js
94104
- javascripts/mathjax.js

0 commit comments

Comments
 (0)