-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
cervix.qmd
173 lines (75 loc) · 3.45 KB
/
cervix.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
---
description: "serviks, cervix, patoloji, atlas, pathology, whole slide image, virtual microscopy, virtual microscope, sanal mikroskop"
date: last-modified
categories: [serviks, cervix]
page-layout: full
bibliography: references.bib
---
```{r language cervix-SCC, echo=FALSE, include=TRUE}
source("./R/language.R")
output_type <- knitr::opts_knit$get("rmarkdown.pandoc.to")
```
```{asis, echo = (language == "TR")}
# Serviks {#sec-serviks}
```
```{asis, echo = (language == "EN")}
# Cervix {#sec-cervix}
```
```{asis, echo = (language == "TR")}
## Serviks Skuamöz Hücreli Karsinom {#sec-serviks-skuamoz-hucreli-karsinom}
```
```{asis, echo = (language == "EN")}
## Cervix Squamous Cell Carcinoma {#sec-cervix-squamous-cell-carcinoma}
```
```{r, eval=TRUE, echo=FALSE, include=FALSE, error=TRUE}
if (!file.exists("./screenshots/thumbnail_cervix-SCC.png")) {
webshot2::webshot(delay = 20,
url = "https://images.patolojiatlasi.com/cervix-SCC/HE.html",
file = "./screenshots/thumbnail_cervix-SCC.png"
)
}
```
```{r, eval=TRUE, echo=FALSE, include=FALSE, error=TRUE}
if (!file.exists("./qrcodes/cervix-SCC-HE_qrcode.svg")) {
qrcode_svg <- qrcode::qr_code("https://images.patolojiatlasi.com/cervix-SCC/HE.html")
qrcode::generate_svg(qrcode = qrcode_svg,
filename = "./qrcodes/cervix-SCC-HE_qrcode.svg",
show = FALSE)
}
```
::::: panel-tabset
### WSI - Link
:::: {.content-hidden when-format="pdf"}
```{asis, echo = (language == "TR")}
**Serviks Skuamöz Hücreli Karsinom**
[![Tam Ekran Görmek İçin Resmi Tıklayın](./screenshots/thumbnail_cervix-SCC.png){width="25%"}](https://images.patolojiatlasi.com/cervix-SCC/HE.html) [Tam Ekran Görmek İçin Resmi Tıklayın](https://images.patolojiatlasi.com/cervix-SCC/HE.html)
```
::::
:::: {.content-visible when-format="pdf"}
```{asis, echo = (language == "TR")}
**Serviks Skuamöz Hücreli Karsinom**
![](./qrcodes/cervix-SCC-HE_qrcode.svg){width="15%"} [![Tam Ekran Görmek İçin Resmi Tıklayın](./screenshots/thumbnail_cervix-SCC.png){width="25%"}](https://images.patolojiatlasi.com/cervix-SCC/HE.html) [Tam Ekran Görmek İçin Resmi Tıklayın](https://images.patolojiatlasi.com/cervix-SCC/HE.html)
```
::::
:::: {.content-hidden when-format="pdf"}
```{asis, echo = (language == "EN")}
**Cervix Squamous Cell Carcinoma**
[![Click for Full Screen WSI](./screenshots/thumbnail_cervix-SCC.png){width="25%"}](https://images.patolojiatlasi.com/cervix-SCC/HE.html) [Click for Full Screen WSI](https://images.patolojiatlasi.com/cervix-SCC/HE.html)
```
::::
:::: {.content-visible when-format="pdf"}
```{asis, echo = (language == "EN")}
**Cervix Squamous Cell Carcinoma**
![](./qrcodes/cervix-SCC-HE_qrcode.svg){width="15%"} [![Click for Full Screen WSI](./screenshots/thumbnail_cervix-SCC.png){width="25%"}](https://images.patolojiatlasi.com/cervix-SCC/HE.html) [Click for Full Screen WSI](https://images.patolojiatlasi.com/cervix-SCC/HE.html)
```
::::
### WSI
```{asis, echo = ((language=="TR") & (output_type=="html"))}
Mikroskopik görüntüleri inceleyin:
<iframe src="https://images.patolojiatlasi.com/cervix-SCC/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/cervix-SCC/HE.html" style="height:600px;width:100%;" data-external="1"></iframe>
```
:::::