Skip to content

Commit 6c9737a

Browse files
committed
Add author affiliations
1 parent cc72820 commit 6c9737a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

joss-submission-analytics.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ while (length(a) > 0 && !identical(a, a0)) {
223223
joss_api <- do.call(dplyr::bind_rows, lapply(joss_api, function(w) {
224224
data.frame(api_title = w$title,
225225
api_state = w$state,
226+
author_affiliations = paste(unique(unlist(lapply(w$authors, "[[", "affiliation"))), collapse = ";"),
226227
editor = paste(w$editor, collapse = ","),
227228
reviewers = paste(w$reviewers, collapse = ","),
228229
nbr_reviewers = length(w$reviewers),

0 commit comments

Comments
 (0)