-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpublications.qmd
59 lines (38 loc) · 1.06 KB
/
publications.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
---
title: "Publications"
editor: source
editor_options:
chunk_output_type: console
---
## Indexed Peer Reviewed Publications
* [**Google Scholar**](https://scholar.google.com/citations?hl=en&user=OqOPJOEAAAAJ&view_op=list_works&sortby=pubdate&inst=2230987035966559800)
* [**PubMed**](https://pubmed.ncbi.nlm.nih.gov/?term=Sina+Azadnajafabad&sort=date&size=200)
* [**Scopus**](https://www.scopus.com/authid/detail.uri?authorId=57219389837)
* [**Web of Science**](https://www.webofscience.com/wos/author/record/ABC-5770-2020)
```{r}
#| echo: false
#| error: false
#| warning: false
# run this code before rendering qmd
source("pubs_extractor_generator.R")
```
## Selected Publications
{{< include publist_selected.qmd >}}
## Publications Wordcloud
```{r}
#| echo: false
#| error: false
#| warning: false
source("wordcloud_script.R")
```
## Bibliography
### 2024
{{< include publist_2024.qmd >}}
### 2023
{{< include publist_2023.qmd >}}
### 2022
{{< include publist_2022.qmd >}}
### 2021
{{< include publist_2021.qmd >}}
### 2020
{{< include publist_2020.qmd >}}