Skip to content

Commit 4bcef7e

Browse files
committed
Fix css change in relearn
1 parent 51383e0 commit 4bcef7e

21 files changed

+68
-65
lines changed

content/basics/customize/integration.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ For connecting to dcm4chee web interface, follow the instructions in [Installing
4141

4242
Standard workflow when connecting Weasis to a PACS, RIS, EMR, EPR or any web interface:
4343

44-
{{< svg "static/images/weasis-pacs-connector.svg" >}}
44+
{{< svg-inline "static/images/weasis-pacs-connector.svg" >}}
4545
{{% notice note %}}
4646
The schema above shows that the queries to the PACS are made at the same time as the viewer starts. This makes it possible to optimize the launch by simultaneously launching weasis and building the manifest.
4747
{{% /notice %}}

content/tutorials/build-ko-pr.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ keywords: [ "Key Object Selection", "Presentation State", "dicom viewer", "free
1414
![Build KO](/tuto/ko-actions.jpg?classes=shadow&width=700px)
1515
- Other actions:
1616

17-
- Apply a KO (2) {{< svg "static/tuto/icon/keyImage.svg" >}}
17+
- Apply a KO (2) {{< svg-inline "static/tuto/icon/keyImage.svg" >}}
1818
- Filter to obtain only the key images defined in the selected KO (4). This means only key images will be visible when scrolling into a series.
1919
- Create a new KO (or based on another one) or delete KO (only the ones created by Weasis) (5)
2020

2121

2222
### Presentation State (PR or GSPS)
23-
- Apply PR loaded from a DICOM file (1) {{< svg "static/tuto/icon/imagePresentation.svg" >}}: Since {{% badge title="Version" %}}2.6.0{{% /badge %}} PRs are not applied to the image by default (requires to select the right icon (2) over the image). In order to apply the most recent PR by default, change it from the main menu _File > Preferences (Alt + P)_ and check "Apply by default the most recent Presentation State", or in the [default preferences](../../basics/customize/preferences/).
23+
- Apply PR loaded from a DICOM file (1) {{< svg-inline "static/tuto/icon/imagePresentation.svg" >}}: Since {{% badge title="Version" %}}2.6.0{{% /badge %}} PRs are not applied to the image by default (requires to select the right icon (2) over the image). In order to apply the most recent PR by default, change it from the main menu _File > Preferences (Alt + P)_ and check "Apply by default the most recent Presentation State", or in the [default preferences](../../basics/customize/preferences/).
2424
- Create a new PR: Any type of annotations (Drawings and Measurements) can be exported in a DICOM Presentation State. Image presentation actions (zoom, calibration, W/L, LUT...) are not yet possible to export into PR.
2525
![Build PR](/tuto/pr-actions.jpg?classes=shadow&width=700px)
2626
<br>

content/tutorials/dicom-2d-viewer.en.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ description: How to display an image or a stack of images
55
keywords: [ "viewer 2D", "dicom data", "dicom viewer", "free dicom viewer", "open source dicom viewer" ]
66
---
77

8-
## <center>Displaying DICOM images {{< svg "static/tuto/icon/view2d.svg" >}}</center>
8+
## <center>Displaying DICOM images {{< svg-inline "static/tuto/icon/view2d.svg" >}}</center>
99

1010
The 2D viewer is the default viewer when opening a DICOM series containing images.
1111

1212
### Open the 2D viewer
13-
The 2D view can be opened with {{< svg "static/tuto/icon/view2d.svg" >}} in the toolbar or by right-clicking on the thumbnail in the [DICOM explorer](../dicom-explorer/).
13+
The 2D view can be opened with {{< svg-inline "static/tuto/icon/view2d.svg" >}} in the toolbar or by right-clicking on the thumbnail in the [DICOM explorer](../dicom-explorer/).
1414

1515
![DICOM 2DViewer](/tuto/dicom-viewer2d.jpg?classes=shadow&width=780px)
1616
<br>
@@ -50,12 +50,12 @@ Where the possible actions are:
5050
When dragging, accelerate the action by pressing the _Ctrl_ key and _Ctrl + Shift_ to accelerate more.
5151
{{% /notice %}}
5252

53-
* {{< svg "static/tuto/icon/layout.svg" >}} _Default layout:_ Change the layout of the view. [DICOM Information](../tags) and [Histogram](../histogram) are specific layouts where information is automatically updated when scrolling through the series.
53+
* {{< svg-inline "static/tuto/icon/layout.svg" >}} _Default layout:_ Change the layout of the view. [DICOM Information](../tags) and [Histogram](../histogram) are specific layouts where information is automatically updated when scrolling through the series.
5454
* Synchronize: The synchronization feature lets you apply the same settings to other images.
5555
* _None:_ No synchronization is applied between series.
5656
* _Default Stack:_ When selected, the layout is synchronized (window/level, scrolling, zoom) only with the series sharing the same Frame of Reference UID (0020,0052). This is the default behavior.
5757
* _Default Tile:_ When selected, the layout is applied in tiled mode (image mosaic of the current series) and is synchronized (window/level, scrolling, zoom) with the image of the same series.
58-
* {{< svg "static/tuto/icon/reset.svg" >}} _Reset:_ Reset the image rendering (see [below](#reset)). _Escape_ key to select the action.
58+
* {{< svg-inline "static/tuto/icon/reset.svg" >}} _Reset:_ Reset the image rendering (see [below](#reset)). _Escape_ key to select the action.
5959

6060
#### Toolbars available in the DICOM 2D viewer
6161
* [DICOM Import](../dicom-import/#from-weasis-menu-or-toolbar)
@@ -79,7 +79,7 @@ Toolbars can be shown or hidden from the _View_ top menu.
7979
### Viewer's tools
8080
Here is a list of the tools which are associated to the DICOM 2D viewer.
8181

82-
The mini-tool is always visible and the other tools are displayed by clicking on the vertical button. The normalize button {{< svg "static/tuto/icon/normalize.svg" >}} allows you to insert the panel into the main layout. Otherwise, the panel is displayed as a popup window with the pin option {{< svg "static/tuto/icon/holdon.svg" >}} (which is not recommended, as it hides other panels).
82+
The mini-tool is always visible and the other tools are displayed by clicking on the vertical button. The normalize button {{< svg-inline "static/tuto/icon/normalize.svg" >}} allows you to insert the panel into the main layout. Otherwise, the panel is displayed as a popup window with the pin option {{< svg-inline "static/tuto/icon/holdon.svg" >}} (which is not recommended, as it hides other panels).
8383

8484
#### Mini-tool {{% badge style="red" %}}B{{% /badge %}} {#mini-tool}
8585
Allows you by default to scroll through the images of the selected series (surrounded by an orange line). From the combobox at the top, the mini-tool can also be configured to change the zoom or the rotation of the image.
@@ -127,10 +127,10 @@ _Image Tools_ contains all the tools to modify the image rendering.
127127
Allows you to zoom, rotate and flip the image. [Zoom](../zoom) and rotation can also be configured with the [mini-tool](#mini-tool) or the [mouse actions](#toolbars).
128128

129129
##### Cine
130-
The _Cine start_ button {{< svg "static/tuto/icon/execute.svg" >}} lets you scroll through the images in a series at a certain speed (frame per second). The speed values comes from the DICOM file if exists. The cine options can also be changed from the context menu.
130+
The _Cine start_ button {{< svg-inline "static/tuto/icon/execute.svg" >}} lets you scroll through the images in a series at a certain speed (frame per second). The speed values comes from the DICOM file if exists. The cine options can also be changed from the context menu.
131131

132-
* Click on _Cine stop_ button {{< svg "static/tuto/icon/suspend.svg" >}} to end the animation.
133-
* Click on _Loop Sweep_ toggle button {{< svg "static/tuto/icon/loop.svg" >}} to change the cine mode: looping vs sweeping.
132+
* Click on _Cine stop_ button {{< svg-inline "static/tuto/icon/suspend.svg" >}} to end the animation.
133+
* Click on _Loop Sweep_ toggle button {{< svg-inline "static/tuto/icon/loop.svg" >}} to change the cine mode: looping vs sweeping.
134134

135135
{{% notice note %}}
136136
When the cine is active, the series which are synchronized are also animated. The cine is also applied to other series when they are selected until the _Cine stop_ button is clicked.
@@ -143,7 +143,7 @@ A _Cine_ toolbar is also available. It is not visible by default, but can be dis
143143
{{% /notice %}}
144144

145145
##### Reset
146-
It allows you to return to the default image rendering for all or specific parameters. Also available from the toolbar button {{< svg "static/tuto/icon/reset.svg" >}} or from the context menu.
146+
It allows you to return to the default image rendering for all or specific parameters. Also available from the toolbar button {{< svg-inline "static/tuto/icon/reset.svg" >}} or from the context menu.
147147

148148
#### [Draw & Measure](../draw-measure/) {{% badge style="red" %}}E{{% /badge %}} {#draw-measure}
149149

@@ -170,5 +170,5 @@ The default value is _Bilinear_. The _Nearest neighbor_ interpolation is faster
170170
#### Other
171171
* _Apply Window/Level on color images:_ When checked, the window/level is applied on the RGB channels of the image. Otherwise, the window/level has no effect when unchecked.
172172
* _Inverse level direction:_ When checked, the level direction with mouse actions is inverted (dragging down will increase the brightness) according to the [Basic Image Review profile](https://wiki.ihe.net/index.php?title=Basic_Image_Review). Otherwise, dragging down will decrease the brightness when unchecked.
173-
* _Apply by default the most recent Presentation State:_ When checked, the most recent [Presentation State](../build-ko-pr/#presentation-state-pr-or-gsps) Object is applied on the related image. Otherwise, it is required to select it from {{< svg "static/tuto/icon/imagePresentation.svg" >}}.
173+
* _Apply by default the most recent Presentation State:_ When checked, the most recent [Presentation State](../build-ko-pr/#presentation-state-pr-or-gsps) Object is applied on the related image. Otherwise, it is required to select it from {{< svg-inline "static/tuto/icon/imagePresentation.svg" >}}.
174174
* _Overlay color:_ change the color and the opacity of DICOM overlay. The default color is white. The opacity can be changed from the transparency or alpha slider of the different color models in the color picker.

content/tutorials/dicom-3d-viewer.en.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: How to display volume data
55
keywords: [ "viewer 3D", "volume rendering", "ray casting", "3D rendering", "dicom viewer", "free dicom viewer", "open source dicom viewer" ]
66
---
77

8-
## <center>Displaying volume data {{< svg "static/tuto/icon/volume.svg" >}}</center>
8+
## <center>Displaying volume data {{< svg-inline "static/tuto/icon/volume.svg" >}}</center>
99

1010
Since Weasis {{% badge title="Version" %}}4.1.0{{% /badge %}} the 3D viewer allows displaying volumetric renderings with different options for adjusting the pseudo colors, the transparency, the shadows and the lighting according to the type of exam.
1111

@@ -26,7 +26,7 @@ OpenGL does not include specific functionality for selecting a particular graphi
2626
{{% /notice %}}
2727

2828
### Open the 3D viewer
29-
The 3D view can be opened with {{< svg "static/tuto/icon/volume.svg" >}} in the toolbar or by right-clicking on the thumbnail in the [DICOM explorer](../dicom-explorer/).
29+
The 3D view can be opened with {{< svg-inline "static/tuto/icon/volume.svg" >}} in the toolbar or by right-clicking on the thumbnail in the [DICOM explorer](../dicom-explorer/).
3030

3131
Try to load a volume dataset (Medical Demos from data.kitware.com)
3232
{{< launch >}}
@@ -38,24 +38,24 @@ $dicom:get -w "https://nroduit.github.io/demo-archive/3d/head-neck.xml"
3838

3939
### Toolbar {{% badge style="red" %}}A{{% /badge %}} {#toolbar}
4040
Actions in the toolbar are:
41-
* {{< svg "static/tuto/icon/loadVolume.svg" >}} Allows you to fully reload the volume
42-
* {{< svg "static/tuto/icon/orthographic.svg" >}} The orthographic projection maintains parallel lines unlike the perspective projection that provides a perception of depth. The default mode is the perspective projection.
43-
* {{< svg "static/tuto/icon/volumeSettings.svg" >}} Opens the [3D preferences](#preferences)
41+
* {{< svg-inline "static/tuto/icon/loadVolume.svg" >}} Allows you to fully reload the volume
42+
* {{< svg-inline "static/tuto/icon/orthographic.svg" >}} The orthographic projection maintains parallel lines unlike the perspective projection that provides a perception of depth. The default mode is the perspective projection.
43+
* {{< svg-inline "static/tuto/icon/volumeSettings.svg" >}} Opens the [3D preferences](#preferences)
4444

4545
For other buttons see below.
4646

4747
### 3D Rendering Tools
48-
This tab contains all the tools to modify the volume rendering. If you want to return to the original settings, just click on the toolbar button {{< svg "static/tuto/icon/reset.svg" >}} or from the context menu.
48+
This tab contains all the tools to modify the volume rendering. If you want to return to the original settings, just click on the toolbar button {{< svg-inline "static/tuto/icon/reset.svg" >}} or from the context menu.
4949

5050
#### Windowing and Rendering {{% badge style="red" %}}B{{% /badge %}} {#windowing}
5151
Some of the options described below are also available in the toolbar and in the contextual menus.
5252

5353
* _Window:_ The width of a range of voxels values mapped to a specific range of display values.
5454
* _Level:_ The center of the range defined by Window.
55-
* {{< svg "static/tuto/icon/winLevel.svg" >}} _Preset:_ Specific values of Window and level. _Auto Level [Image]_ is the default value when changing a LUT and provides the best visual appearance of a Volume LUT.
55+
* {{< svg-inline "static/tuto/icon/winLevel.svg" >}} _Preset:_ Specific values of Window and level. _Auto Level [Image]_ is the default value when changing a LUT and provides the best visual appearance of a Volume LUT.
5656
* _LUT Shape:_ The mapping (transfer function) between the input values and the display values can be linear, sigmoid and logarithmic. Default value is linear.
57-
* {{< svg "static/tuto/icon/lut.svg" >}} _LUT (Volume LUT):_ A Volume Lookup Table (LUT) is a 3D LUT used to map the grayscale values of a volume dataset to color, opacity and lighting values for visualization. Choosing a LUT from the toolbar or the contextual menu is easier because the LUTs are displayed in an order according to the modality and with a preview.
58-
* {{< svg "static/tuto/icon/inverseLut.svg" >}} allows you to invert the LUT.
57+
* {{< svg-inline "static/tuto/icon/lut.svg" >}} _LUT (Volume LUT):_ A Volume Lookup Table (LUT) is a 3D LUT used to map the grayscale values of a volume dataset to color, opacity and lighting values for visualization. Choosing a LUT from the toolbar or the contextual menu is easier because the LUTs are displayed in an order according to the modality and with a preview.
58+
* {{< svg-inline "static/tuto/icon/inverseLut.svg" >}} allows you to invert the LUT.
5959

6060

6161
#### Volume Rendering {{% badge style="red" %}}C{{% /badge %}} {#volume-rendering}
@@ -76,7 +76,7 @@ From the menu "_File > Preferences > Viewer > 3D Viewer_":
7676
Information about the graphics card and OpenGL capabilities, see [Requirements](#requirements).
7777

7878
#### 3D Viewer
79-
* {{< svg "static/tuto/icon/layout.svg" >}} _Default layout:_ The preferred layout used when opening the 3D viewer
79+
* {{< svg-inline "static/tuto/icon/layout.svg" >}} _Default layout:_ The preferred layout used when opening the 3D viewer
8080
* _Max 3D texture size:_ The maximum size of the volume according to X/Y (width and height of images) and according to Z (number of images in the stack composing the volume)
8181

8282
{{% notice note %}}

content/tutorials/dicom-audio.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: How to listen to DICOM audio data
55
keywords: [ "dicom au", "au", "audio", "dicom viewer", "open source dicom viewer" ]
66
---
77

8-
## <center>Playing DICOM AU data {{< svg "static/tuto/icon/audio.svg" >}}</center>
8+
## <center>Playing DICOM AU data {{< svg-inline "static/tuto/icon/audio.svg" >}}</center>
99

1010
This player is used to play audio data defined by the DICOM AU standard.
1111

@@ -17,7 +17,7 @@ $dicom:get -w "https://nroduit.github.io/demo-archive/demo/audio.xml"
1717
<br>
1818
### Toolbar {{% badge style="red" %}}A{{% /badge %}} {#toolbar}
1919
Actions in the toolbar are:
20-
* {{< svg "static/tuto/icon/metadata.svg" >}} Show the DICOM metadata of the DICOM AU
20+
* {{< svg-inline "static/tuto/icon/metadata.svg" >}} Show the DICOM metadata of the DICOM AU
2121

2222
### Play {{% badge style="red" %}}B{{% /badge %}} {#play}
2323
The _Play_ button allows you to play and pause. The slicer allows you to navigate through the audio file and display the position in seconds.

content/tutorials/dicom-ecg.en.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: How to display electrocardiography data
55
keywords: [ "dicom ecg", "ecg", "electrocardiography", "dicom viewer", "open source dicom viewer" ]
66
---
77

8-
## <center>Displaying electrocardiography data {{< svg "static/tuto/icon/ecg.svg" >}}</center>
8+
## <center>Displaying electrocardiography data {{< svg-inline "static/tuto/icon/ecg.svg" >}}</center>
99

1010
The ECG viewer is used to display and analyze electrocardiogram (ECG) data in DICOM format obtained from different modalities, such as resting ECGs, ambulatory ECGs, and stress tests.
1111

@@ -19,9 +19,9 @@ $dicom:get -w "https://nroduit.github.io/demo-archive/demo/ecg.xml"
1919
<br>
2020
### Toolbar {{% badge style="red" %}}A{{% /badge %}} {#toolbar}
2121
Actions in the toolbar are:
22-
* {{< svg "static/tuto/icon/print.svg" >}} Allows you to print the ECG as it is displayed with some basic information (patient/study)
23-
* {{< svg "static/tuto/icon/metadata.svg" >}} Show the DICOM metadata of the ECG
24-
* {{< svg "static/tuto/icon/selectionDelete.svg" >}} Delete all the measurements (yellow areas in the image above), see [Markers](#markers)
22+
* {{< svg-inline "static/tuto/icon/print.svg" >}} Allows you to print the ECG as it is displayed with some basic information (patient/study)
23+
* {{< svg-inline "static/tuto/icon/metadata.svg" >}} Show the DICOM metadata of the ECG
24+
* {{< svg-inline "static/tuto/icon/selectionDelete.svg" >}} Delete all the measurements (yellow areas in the image above), see [Markers](#markers)
2525

2626
### Zoom and Display Format {{% badge style="red" %}}B{{% /badge %}} {#zoom-and-display-format}
2727
The zoom is on several graphic components. The first combo box represents the time, the second represents the voltage, and the slider allows you to zoom in both directions while preserving the aspect ratio.

content/tutorials/dicom-export.en.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ keywords: [ "dicom export", "dicom viewer", "free dicom viewer", "open source di
77

88
## <center>How to export DICOM files</center>
99

10-
### Exporting the selected view {{< svg "static/tuto/icon/exportImage.svg" >}} {#export-view}
11-
From the toolbar icon {{< svg "static/tuto/icon/exportImage.svg" >}} or from the main menu _File > Export > Exporting view_ export the selected view either to the clipboard or to image file (PNG, TIF, JPG, JPEG2000).
10+
### Exporting the selected view {{< svg-inline "static/tuto/icon/exportImage.svg" >}} {#export-view}
11+
From the toolbar icon {{< svg-inline "static/tuto/icon/exportImage.svg" >}} or from the main menu _File > Export > Exporting view_ export the selected view either to the clipboard or to image file (PNG, TIF, JPG, JPEG2000).
1212

1313
#### Current view
1414
Export the view as it is (size and overlay).
@@ -27,9 +27,9 @@ Export the view according to the original image with some options.
2727
* DICOM Shutter: Apply the [DICOM shutters](https://dicom.nema.org/medical/Dicom/current/output/chtml/part03/sect_C.7.6.11.html) when checked
2828
* DICOM Overlay: Apply the [DICOM overlays](https://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.9.2.html) when checked
2929

30-
### DICOM Export {{< svg "static/tuto/icon/exportDicom.svg" >}} {#dicom-exporting}
30+
### DICOM Export {{< svg-inline "static/tuto/icon/exportDicom.svg" >}} {#dicom-exporting}
3131

32-
In order to open the DICOM export window click on toolbar icon {{< svg "static/tuto/icon/exportDicom.svg" >}} or from the main menu _File > Export > DICOM_
32+
In order to open the DICOM export window click on toolbar icon {{< svg-inline "static/tuto/icon/exportDicom.svg" >}} or from the main menu _File > Export > DICOM_
3333

3434
#### Local Device
3535
![Export DICOM](/tuto/export-ko-pr.png?classes=shadow&width=500)

content/tutorials/dicom-rt.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: How to display radiotherapy information
55
keywords: [ "dicom rt", "radiotherapy", "dicom viewer", "free dicom viewer", "open source dicom viewer" ]
66
---
77

8-
## <center>Displaying radiotherapy information {{< svg "static/tuto/icon/rt.svg" >}}</center>
8+
## <center>Displaying radiotherapy information {{< svg-inline "static/tuto/icon/rt.svg" >}}</center>
99

1010
The _RT Tool_ appears on the right panel when a CT exam (when linked with DICOM STRUCT, PLAN and DOSE) is displayed. Since {{% badge title="Version" %}}4.1.0{{% /badge %}} a specific configuration in config.properties is no longer required.
1111

0 commit comments

Comments
 (0)