-
Notifications
You must be signed in to change notification settings - Fork 2
/
publications.ja.qmd
152 lines (96 loc) · 2.35 KB
/
publications.ja.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
---
title: "論文"
lang: ja
date: today
output: distill::distill_article
editor_options:
chunk_output_type: console
execute:
echo: false
comments: false
---
```{r}
#| label: setup
#| include: false
library(distilltools)
```
```{r}
#| child: R/pub-prep.Rmd
```
```{r}
#| label: translate-refs
Nitta2023b_ja <- print_ref("Nitta2023b") %>%
str_replace_all(
"Ferns as a model system for evolutionary biology",
"進化生物学のモデルシステムとしてのシダ植物研究") %>%
str_replace_all(
"The Journal of Phytogeography and Taxonomy",
"植物地理・分類研究"
)
```
`r icon_link("google-scholar", "Google Scholar", "https://scholar.google.com/citations?hl=en&user=FtzrMYwAAAAJ")`
<!-- Manually add forthcoming pubs, e.g.
## 近刊
**Nitta, J. H.**, S. W. Laffan, B. D. Mishler, and W. Iwasaki. "canaper: Categorical analysis of neo- and paleo-endemism in R". In-press, *Ecography*.
`r icon_link(text = "Preprint", url = "https://www.biorxiv.org/content/10.1101/2022.10.06.511072v1")`
`r icon_link(icon = "github", text = "Code", url = "https://github.com/ropensci/canaper")` !-->
## 2024
`r print_ref("Nitta2024")`
## 2023
`r print_ref("Chen2023")`
`r print_ref("Nitta2023")`
`r print_ref("Nitta2023a")`
`r Nitta2023b_ja`
`r print_ref("Song2023")`
## 2022
`r print_ref("Nitta2022b")`
`r print_ref("Nitta2022a")`
`r print_ref("Nitta2022")`
## 2021
`r print_ref("Nitta2021")`
<aside>
```{r}
#| label: Nitta2021-cover
#| echo: false
knitr::include_graphics("content/images/jpr_cover.jpg")
```
</aside>
## 2020
`r print_ref("Nitta2020b")`
`r print_ref("Nitta2020")`
## 2019
`r print_ref("Ebihara2019b")`
`r print_ref("Ebihara2019a")`
`r print_ref("Nitta2019")`
## 2018
`r print_ref("Gilbert2018")`
`r print_ref("Nitta2018")`
## 2017
`r print_ref("Nitta2017")`
`r print_ref("Pinson2016a")`
`r print_ref("Zhou2017")`
## 2016
`r print_ref("Pouteau2016")`
## 2015
`r print_ref("Chen2015")`
## 2013
`r print_ref("Ebihara2013")`
## 2011
`r print_ref("Nitta2011")`
<aside>
```{r}
#| label: nitta2011-cover
#| echo: false
knitr::include_graphics("content/images/ajb_cover.jpg")
```
</aside>
`r print_ref("Nitta2011b")`
## 2010
`r print_ref("Ebihara2010")`
`r print_ref("Ebihara2010a")`
## 2009
`r print_ref("Ebihara2009b")`
`r print_ref("Nitta2009")`
## 2008
`r print_ref("Nitta2008")`
`r print_ref("Nitta2008a")`