Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
sbalci committed Oct 23, 2023
1 parent c1fb1d8 commit 5ced2c7
Show file tree
Hide file tree
Showing 2 changed files with 226 additions and 0 deletions.
221 changes: 221 additions & 0 deletions _subchapters/_ectopic-pancreas.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,221 @@

```{comment}
---
description: |
midede ektopik pankreas, ectopic pancreas in stomach, patoloji, atlas, pathology, whole slide image
date: last-modified
categories: [midede ektopik pankreas, ectopic pancreas in stomach]
page-layout: full
bibliography: references.bib
---
```



```{r language ectopic-pancreas, echo=FALSE, include=TRUE}
source("./R/language.R")
output_type <- knitr::opts_knit$get("rmarkdown.pandoc.to")
```


```{asis midede ektopik pankreas TR , echo = (language == "TR")}
## ectopic-pancreas - midede ektopik pankreas {#sec-ectopic-pancreas }
```


```{asis ectopic pancreas in stomach EN , echo = (language == "EN")}
## ectopic-pancreas - ectopic pancreas in stomach {#sec-ectopic-pancreas }
```






```{r ectopic-pancreas screenshot HE, eval=TRUE, include=FALSE}
if (!file.exists("./screenshots/thumbnail_ectopic-pancreas-HE.png")) {
webshot2::webshot(
url = "https://images.patolojiatlasi.com/ectopic-pancreas/HE.html",
file = "./screenshots/thumbnail_ectopic-pancreas-HE.png"
)
}
```



```{r ectopic-pancreas qrcode HE, eval=TRUE, echo=FALSE, include=FALSE, error=TRUE}
if (!file.exists("./qrcodes/ectopic-pancreas-HE_qrcode.svg")) {
qrcode_svg <- qrcode::qr_code("https://images.patolojiatlasi.com/ectopic-pancreas/HE.html")
qrcode::generate_svg(qrcode = qrcode_svg,
filename = "./qrcodes/ectopic-pancreas-HE_qrcode.svg",
show = FALSE)
}
```











::::: panel-tabset


### WSI - Link








:::: {.content-hidden when-format="pdf"}


```{asis, echo = (language == "TR")}
**midede ektopik pankreas**
[![Tam Ekran Görmek İçin Resmi Tıklayın](./screenshots/thumbnail_ectopic-pancreas-HE.png){width="25%"}](https://images.patolojiatlasi.com/ectopic-pancreas/HE.html) [Tam Ekran Görmek İçin Resmi Tıklayın](https://images.patolojiatlasi.com/ectopic-pancreas/HE.html)
```

::::


:::: {.content-visible when-format="pdf"}

```{asis, echo = (language == "TR")}
**midede ektopik pankreas**
![](./qrcodes/ectopic-pancreas-HE_qrcode.svg){width="15%"} [![Tam Ekran Görmek İçin Resmi Tıklayın](./screenshots/thumbnail_ectopic-pancreas-HE.png){width="25%"}](https://images.patolojiatlasi.com/ectopic-pancreas/HE.html) [Tam Ekran Görmek İçin Resmi Tıklayın](https://images.patolojiatlasi.com/ectopic-pancreas/HE.html)
```



::::




:::: {.content-hidden when-format="pdf"}


```{asis, echo = (language == "EN")}
**ectopic pancreas in stomach**
[![Click for Full Screen WSI](./screenshots/thumbnail_ectopic-pancreas-HE.png){width="25%"}](https://images.patolojiatlasi.com/ectopic-pancreas/HE.html) [Click for Full Screen WSI](https://images.patolojiatlasi.com/ectopic-pancreas/HE.html)
```

::::


:::: {.content-visible when-format="pdf"}

```{asis, echo = (language == "EN")}
**ectopic pancreas in stomach**
![](./qrcodes/ectopic-pancreas-HE_qrcode.svg){width="15%"} [![Click for Full Screen WSI](./screenshots/thumbnail_ectopic-pancreas-HE.png){width="25%"}](https://images.patolojiatlasi.com/ectopic-pancreas/HE.html) [Click for Full Screen WSI](https://images.patolojiatlasi.com/ectopic-pancreas/HE.html)
```


::::







### WSI








```{asis, echo = ((language=="TR") & (output_type=="html"))}
Mikroskopik görüntüleri inceleyin:
<iframe src="https://images.patolojiatlasi.com/ectopic-pancreas/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/ectopic-pancreas/HE.html" style="height:600px;width:100%;" data-external="1"></iframe>
```





### Diagnosis


```{asis, echo = (language == "TR")}
::: {.callout-tip collapse="true" appearance="default" icon="true"}
### Tanı için tıklayın
midede ektopik pankreas
:::
```


```{asis, echo = (language == "EN")}
::: {.callout-tip collapse="true" appearance="default" icon="true"}
### Click for Diagnosis
ectopic pancreas in stomach
:::
```









:::::








5 changes: 5 additions & 0 deletions heterotopi.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -341,3 +341,8 @@ See Microscopy with viewer:



{{< include ./_subchapters/_ectopic-pancreas.qmd >}}




0 comments on commit 5ced2c7

Please sign in to comment.