Skip to content

Commit

Permalink
impl #355
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Sep 1, 2023
1 parent ccb3fec commit 217eee8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Summary_metadata.csv
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"Description","abstract","x","x","x",,,,"x","x","x","x",
"Description","purpose","x","x","x",,,,,,,,
"Description","credit","x","x","x",,,,,,,,
"Description","info","x","x","x",,,,,,,,
"Description","info","x","x","x",,,,,x,,,
"Description","edition","x","x","x",,,,,"x",,,
"Description","status",,,"x",,,,,,,,
"Subject","[free key, best practice to use ISO keyword types, see `geometa::ISOKeywordType$values()` ]","x","x","x",,,,"x",,,,
Expand Down
1 change: 1 addition & 0 deletions inst/actions/zen4R_deposit_record.R
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ function(action, entity, config){
#basic record description
zenodo_metadata$setTitle(entity$titles[["title"]])
zenodo_metadata$setDescription(entity$descriptions[["abstract"]])
zenod_metadata$setNotes(entity$descriptions[["info"]])

#keywords (free text) & subjects
zenodo_metadata$metadata$keywords <- list()
Expand Down

0 comments on commit 217eee8

Please sign in to comment.