Skip to content

Commit

Permalink
#145 remove allowed_types
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Mar 13, 2024
1 parent dc20be9 commit d18e716
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions R/ZenodoRecord.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@
ZenodoRecord <- R6Class("ZenodoRecord",
inherit = zen4RLogger,
private = list(
allowed_upload_types = c("publication","poster","presentation", "dataset","image","video","software", "lesson", "physicalobject", "other"),
allowed_publication_types = c("annotationcollection", "book","section","conferencepaper","datamanagementplan", "article","patent","preprint",
"deliverable", "milestone", "proposal", "report","softwaredocumentation", "taxonomictreatment", "technicalnote",
"thesis","workingpaper","other"),
allowed_image_types = c("figure","plot","drawing","diagram","photo","other"),
allowed_relations = c("isCitedBy", "cites", "isSupplementTo", "isSupplementedBy", "isContinuedBy", "continues",
"isDescribedBy", "describes", "hasMetadata", "isMetadataFor", "isNewVersionOf", "isPreviousVersionOf",
"isPartOf", "hasPart", "isReferencedBy", "references", "isDocumentedBy", "documents", "isCompiledBy",
Expand Down

0 comments on commit d18e716

Please sign in to comment.