-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
bobrek.qmd
142 lines (83 loc) · 3.41 KB
/
bobrek.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
---
description: |
kidney, bobrek, oncocytoma, onkositom, patoloji, atlas, pathology, whole slide image, virtual microscopy, virtual microscope, sanal mikroskop
date: last-modified
categories: [kidney, bobrek, oncocytoma, onkositom]
page-layout: full
bibliography: references.bib
---
```{r language bobrek, echo=FALSE, include=TRUE}
source("./R/language.R")
output_type <- knitr::opts_knit$get("rmarkdown.pandoc.to")
```
```{asis, echo = (language == "TR")}
# Böbrek Tümörleri {#sec-bobrek-tumorleri}
```
```{asis, echo = (language == "EN")}
# Tumors of Kidney / Renal Tumors {#sec-kidney-tumors}
```
```{asis, echo = (language == "TR")}
## Onkositom {#sec-bobrek-onkositom}
```
```{asis, echo = (language == "EN")}
## Oncocytoma {#sec-renal-oncocytoma}
```
```{r, eval=TRUE, echo=FALSE, include=FALSE, error=TRUE}
if (!file.exists("./screenshots/thumbnail_kidneyoncocytoma.png")) {
webshot2::webshot(
url = "https://images.patolojiatlasi.com/kidneyoncocytoma/HE.html",
file = "./screenshots/thumbnail_kidneyoncocytoma.png",
delay = 20
)
}
```
```{r, eval=TRUE, echo=FALSE, include=FALSE, error=TRUE}
if (!file.exists("./qrcodes/kidneyoncocytoma-HE_qrcode.svg")) {
qrcode_svg <- qrcode::qr_code("https://images.patolojiatlasi.com/kidneyoncocytoma/HE.html")
qrcode::generate_svg(qrcode = qrcode_svg,
filename = "./qrcodes/kidneyoncocytoma-HE_qrcode.svg",
show = FALSE)
}
```
::::: panel-tabset
### WSI - Link
:::: {.content-hidden when-format="pdf"}
```{asis, echo = (language == "TR")}
[![Tam Ekran Görmek İçin Resmi
Tıklayın](./screenshots/thumbnail_kidneyoncocytoma.png){width="25%"}](https://images.patolojiatlasi.com/kidneyoncocytoma/HE.html)
[Tam Ekran Görmek İçin Resmi
Tıklayın](https://images.patolojiatlasi.com/kidneyoncocytoma/HE.html)
```
::::
:::: {.content-visible when-format="pdf"}
```{asis, echo = (language == "TR")}
![](./qrcodes/kidneyoncocytoma-HE_qrcode.svg){width="15%"} [![Tam Ekran Görmek İçin Resmi
Tıklayın](./screenshots/thumbnail_kidneyoncocytoma.png){width="25%"}](https://images.patolojiatlasi.com/kidneyoncocytoma/HE.html)
[Tam Ekran Görmek İçin Resmi
Tıklayın](https://images.patolojiatlasi.com/kidneyoncocytoma/HE.html)
```
::::
:::: {.content-hidden when-format="pdf"}
```{asis, echo = (language == "EN")}
[![Click for Full Screen WSI](./screenshots/thumbnail_kidneyoncocytoma.png){width="25%"}](https://images.patolojiatlasi.com/kidneyoncocytoma/HE.html)
[Click for Full Screen WSI](https://images.patolojiatlasi.com/kidneyoncocytoma/HE.html)
```
::::
:::: {.content-visible when-format="pdf"}
```{asis, echo = (language == "EN")}
![](./qrcodes/kidneyoncocytoma-HE_qrcode.svg){width="15%"} [![Click for Full Screen WSI](./screenshots/thumbnail_kidneyoncocytoma.png){width="25%"}](https://images.patolojiatlasi.com/kidneyoncocytoma/HE.html)
[Click for Full Screen WSI](https://images.patolojiatlasi.com/kidneyoncocytoma/HE.html)
```
::::
### WSI
```{asis, echo = ((language=="TR") & (output_type=="html"))}
Mikroskopik görüntüleri inceleyin:
<iframe src="https://images.patolojiatlasi.com/kidneyoncocytoma/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/kidneyoncocytoma/HE.html" style="height:600px;width:100%;" data-external="1">
</iframe>
```
:::::