-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
contributions.qmd
80 lines (53 loc) · 2.74 KB
/
contributions.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
---
description: "yazar, katkı, authors, editors, contributors, patoloji, atlas, pathology, whole slide image, virtual microscopy, virtual microscope, sanal mikroskop"
date: last-modified
categories: [yazar, katkı, authors, editors, contributors]
page-layout: full
bibliography: references.bib
---
```{r language katki, echo=FALSE, include=TRUE}
source("./R/language.R")
output_type <- knitr::opts_knit$get("rmarkdown.pandoc.to")
```
# Katkıda Bulunmak İçin {#sec-katki}
H&E ya da özel boyalı preparatlarınızı bize elden ya da kargo ile
ulaştırırsanız, onları tarayıp atlasa ekleyebiliriz.
Halihazırda taranmış preparatlarınızı bulut üzerinden
[eposta](mailto:[email protected]) ile paylaşırsanız, onları da
ekleyebiliriz.
Preparatın olduğu sayfaya eklenmek üzere
```
Adınızı,
Kurumunuzu
Yönlendirilmesini istediğiniz iletişim linkini (web ya da e-posta)
Eklemek istediğiniz ek klinik bilgi, resim ya da notları
```
[bilgi\@patolojiatlasi.com](mailto:[email protected]) adresine
iletiniz.
Adres: Doç.Dr.Serdar Balcı Memorial Patoloji Laboratuvarı, Ortadoğu
Plaza Kat:14, Kaptanpaşa Mah. Piyalepaşa Bulvarı, Okmeydanı Cd No:73,
34384 Şişli/İstanbul
```{asis, echo = (output_type=="html")}
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d12033.28963318435!2d28.9735333!3d41.0619447!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x5b15447cefe51a4e!2sMemorial%20Patoloji%20Laboratuvar%C4%B1!5e0!3m2!1sen!2str!4v1646745650518!5m2!1sen!2str" width="600" height="450">
</iframe>
```
```{comment screenshot katki, eval=TRUE, echo=FALSE, include=FALSE, error=TRUE}
if (!file.exists("./screenshots/thumbnail_katki.png")) {
webshot2::webshot(
url = "https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d12033.28963318435!2d28.9735333!3d41.0619447!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x5b15447cefe51a4e!2sMemorial%20Patoloji%20Laboratuvar%C4%B1!5e0!3m2!1sen!2str!4v1646745650518!5m2!1sen!2str",
file = "./screenshots/thumbnail_katki.png",
delay = 20
)
}
```
```{r, eval=TRUE, echo=FALSE, include=FALSE, error=TRUE}
if (!file.exists("./qrcodes/{{template}}-{{stain}}_qrcode.svg")) {
qrcode_svg <- qrcode::qr_code("https://images.patolojiatlasi.com/{{template}}/{{stain}}.html")
qrcode::generate_svg(qrcode = qrcode_svg,
filename = "./qrcodes/{{template}}-{{stain}}_qrcode.svg",
show = FALSE)
}
```
```{asis, echo = (output_type!="html")}
[![Adres](./screenshots/thumbnail_katki.png){width="50%"}](https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d12033.28963318435!2d28.9735333!3d41.0619447!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x5b15447cefe51a4e!2sMemorial%20Patoloji%20Laboratuvar%C4%B1!5e0!3m2!1sen!2str!4v1646745650518!5m2!1sen!2str)
```