-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
benign-liver-tumors.qmd
192 lines (78 loc) · 3.53 KB
/
benign-liver-tumors.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
---
description: |
karaciğer, benign, liver,
patoloji, atlas, pathology, whole slide image
date: last-modified
categories: [karaciğer, benign, liver]
page-layout: full
bibliography: references.bib
---
```{r language liver-hemangioma, echo=FALSE, include=TRUE}
source("./R/language.R")
output_type <- knitr::opts_knit$get("rmarkdown.pandoc.to")
```
```{asis, echo = (language == "TR")}
# Benign Karaciğer Tümörleri {#sec-benign-karaciger-tumorleri}
```
```{asis, echo = (language == "EN")}
# Benign Liver Tumors {#sec-benign-liver-tumors}
```
```{asis, echo = (language == "TR")}
## Karaciğer Hemanjiom {#sec-karaciger-hemanjiom}
```
```{asis, echo = (language == "EN")}
## Liver Hemangioma {#sec-liver-hemangioma}
```
```{r, eval=TRUE, echo=FALSE, include=FALSE, error=TRUE}
if (!file.exists("./screenshots/thumbnail_liver-hemangioma.png")) {
webshot2::webshot(
url = "https://images.patolojiatlasi.com/liver-hemangioma/HE.html",
file = "./screenshots/thumbnail_liver-hemangioma.png",
delay = 20
)
}
```
```{r, eval=TRUE, echo=FALSE, include=FALSE, error=TRUE}
if (!file.exists("./qrcodes/liver-hemangioma-HE_qrcode.svg")) {
qrcode_svg <- qrcode::qr_code("https://images.patolojiatlasi.com/liver-hemangioma/HE.html")
qrcode::generate_svg(qrcode = qrcode_svg,
filename = "./qrcodes/liver-hemangioma-HE_qrcode.svg",
show = FALSE)
}
```
::::: panel-tabset
### WSI - Link
:::: {.content-hidden when-format="pdf"}
```{asis, echo = (language == "TR")}
**Karaciğer Hemanjiom**
[![Tam Ekran Görmek İçin Resmi Tıklayın](./screenshots/thumbnail_liver-hemangioma.png){width="25%"}](https://images.patolojiatlasi.com/liver-hemangioma/HE.html) [Tam Ekran Görmek İçin Resmi Tıklayın](https://images.patolojiatlasi.com/liver-hemangioma/HE.html)
```
::::
:::: {.content-visible when-format="pdf"}
```{asis, echo = (language == "TR")}
**Karaciğer Hemanjiom**
![](./qrcodes/liver-hemangioma-HE_qrcode.svg){width="15%"} [![Tam Ekran Görmek İçin Resmi Tıklayın](./screenshots/thumbnail_liver-hemangioma.png){width="25%"}](https://images.patolojiatlasi.com/liver-hemangioma/HE.html) [Tam Ekran Görmek İçin Resmi Tıklayın](https://images.patolojiatlasi.com/liver-hemangioma/HE.html)
```
::::
:::: {.content-hidden when-format="pdf"}
```{asis, echo = (language == "EN")}
**Liver Hemangioma**
[![Click for Full Screen WSI](./screenshots/thumbnail_liver-hemangioma.png){width="25%"}](https://images.patolojiatlasi.com/liver-hemangioma/HE.html) [Click for Full Screen WSI](https://images.patolojiatlasi.com/liver-hemangioma/HE.html)
```
::::
:::: {.content-visible when-format="pdf"}
```{asis, echo = (language == "EN")}
**Liver Hemangioma**
![](./qrcodes/liver-hemangioma-HE_qrcode.svg){width="15%"} [![Click for Full Screen WSI](./screenshots/thumbnail_liver-hemangioma.png){width="25%"}](https://images.patolojiatlasi.com/liver-hemangioma/HE.html) [Click for Full Screen WSI](https://images.patolojiatlasi.com/liver-hemangioma/HE.html)
```
::::
### WSI
```{asis, echo = ((language=="TR") & (output_type=="html"))}
Mikroskopik görüntüleri inceleyin:
<iframe src="https://images.patolojiatlasi.com/liver-hemangioma/HE.html" style="height:600px;width:100%;" data-external="1"></iframe>
```
```{asis, echo = ((language == "EN") & (output_type=="html"))}
See Microscopy with viewer:
<iframe src="https://images.patolojiatlasi.com/liver-hemangioma/HE.html" style="height:600px;width:100%;" data-external="1"></iframe>
```
:::::