Skip to content
This repository was archived by the owner on Dec 30, 2023. It is now read-only.

Commit f6d67b6

Browse files
committed
Automatically updated via cron at: 2020-02-01 10:35:14
1 parent ae12668 commit f6d67b6

File tree

2 files changed

+21
-56
lines changed

2 files changed

+21
-56
lines changed

RecentPBPathJW.nb.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1734,7 +1734,7 @@
17341734

17351735
<h1 class="title toc-ignore">Pancreatobiliary Pathology Society Journal Watch</h1>
17361736
<h3 class="subtitle">Recent Articles that will be Selected</h3>
1737-
<h4 class="date">Last Update on 2020-01-31</h4>
1737+
<h4 class="date">Last Update on 2020-02-01</h4>
17381738

17391739
</div>
17401740

_newpancreas.Rmd

Lines changed: 20 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,31 @@
22

33
---
44

5-
```{r pancreas 31997125, include=FALSE}
5+
```{r pancreas NA, include=FALSE}
66
7-
PMID_31997125 <- RefManageR::ReadPubMed('31997125', database = 'PubMed')
7+
PMID_NA <- RefManageR::ReadPubMed('NA', database = 'PubMed')
88
9-
citation_31997125 <- paste0(PMID_31997125$journal,' ', PMID_31997125$year, ' ', PMID_31997125$month,';', PMID_31997125$volume,'(', PMID_31997125$number,'):', PMID_31997125$pages)
9+
citation_NA <- paste0(PMID_NA$journal,' ', PMID_NA$year, ' ', PMID_NA$month,';', PMID_NA$volume,'(', PMID_NA$number,'):', PMID_NA$pages)
1010
11-
PubMed_31997125 <- paste0(PubMedString, PMID_31997125$eprint)
11+
PubMed_NA <- paste0(PubMedString, PMID_NA$eprint)
1212
13-
doi_31997125 <- paste0(doiString, PMID_31997125$doi)
13+
doi_NA <- paste0(doiString, PMID_NA$doi)
1414
1515
Sys.sleep(1)
1616
1717
```
1818

1919
<details open> <summary>
20-
- **`r PMID_31997125$title`**
20+
- **`r PMID_NA$title`**
2121
</summary>
2222

23-
*`r citation_31997125`*
23+
*`r citation_NA`*
2424

25-
`r PubMed_31997125`
25+
`r PubMed_NA`
2626

27-
`r PMID_31997125$abstract`
27+
`r PMID_NA$abstract`
2828

29-
`r doi_31997125`
29+
`r doi_NA`
3030

3131
</details>
3232

@@ -37,66 +37,31 @@ Sys.sleep(1)
3737

3838
---
3939

40-
```{r pancreas 31996388, include=FALSE}
40+
```{r pancreas , include=FALSE}
4141
42-
PMID_31996388 <- RefManageR::ReadPubMed('31996388', database = 'PubMed')
42+
PMID_ <- RefManageR::ReadPubMed('', database = 'PubMed')
4343
44-
citation_31996388 <- paste0(PMID_31996388$journal,' ', PMID_31996388$year, ' ', PMID_31996388$month,';', PMID_31996388$volume,'(', PMID_31996388$number,'):', PMID_31996388$pages)
44+
citation_ <- paste0(PMID_$journal,' ', PMID_$year, ' ', PMID_$month,';', PMID_$volume,'(', PMID_$number,'):', PMID_$pages)
4545
46-
PubMed_31996388 <- paste0(PubMedString, PMID_31996388$eprint)
46+
PubMed_ <- paste0(PubMedString, PMID_$eprint)
4747
48-
doi_31996388 <- paste0(doiString, PMID_31996388$doi)
48+
doi_ <- paste0(doiString, PMID_$doi)
4949
5050
Sys.sleep(1)
5151
5252
```
5353

5454
<details open> <summary>
55-
- **`r PMID_31996388$title`**
55+
- **`r PMID_$title`**
5656
</summary>
5757

58-
*`r citation_31996388`*
58+
*`r citation_`*
5959

60-
`r PubMed_31996388`
60+
`r PubMed_`
6161

62-
`r PMID_31996388$abstract`
62+
`r PMID_$abstract`
6363

64-
`r doi_31996388`
65-
66-
</details>
67-
68-
---
69-
70-
71-
72-
73-
---
74-
75-
```{r pancreas 31996296, include=FALSE}
76-
77-
PMID_31996296 <- RefManageR::ReadPubMed('31996296', database = 'PubMed')
78-
79-
citation_31996296 <- paste0(PMID_31996296$journal,' ', PMID_31996296$year, ' ', PMID_31996296$month,';', PMID_31996296$volume,'(', PMID_31996296$number,'):', PMID_31996296$pages)
80-
81-
PubMed_31996296 <- paste0(PubMedString, PMID_31996296$eprint)
82-
83-
doi_31996296 <- paste0(doiString, PMID_31996296$doi)
84-
85-
Sys.sleep(1)
86-
87-
```
88-
89-
<details open> <summary>
90-
- **`r PMID_31996296$title`**
91-
</summary>
92-
93-
*`r citation_31996296`*
94-
95-
`r PubMed_31996296`
96-
97-
`r PMID_31996296$abstract`
98-
99-
`r doi_31996296`
64+
`r doi_`
10065

10166
</details>
10267

0 commit comments

Comments
 (0)