Skip to content

Commit

Permalink
Add additional resource type constants
Browse files Browse the repository at this point in the history
  • Loading branch information
richardhallett committed Mar 30, 2021
1 parent 84c7c5f commit 10675e8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions config/initializers/constants.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,30 @@ class IdentifierError < RuntimeError; end

RESOURCE_TYPES_GENERAL = {
"Audiovisual" => "Audiovisual",
"Book" => "Book",
"BookChapter" => "Book Chapter",
"Collection" => "Collection",
"ComputationalNotebook" => "Computational Notebook",
"ConferencePaper" => "Conference Paper",
"ConferenceProceeding" => "Conference Proceeding",
"Dataset" => "Dataset",
"DataPaper" => "Data Paper",
"Dissertation" => "Dissertation",
"Event" => "Event",
"Image" => "Image",
"InteractiveResource" => "Interactive Resource",
"Journal" => "Journal",
"JournalArticle" => "Journal Article",
"Model" => "Model",
"OutputManagementPlan" => "Output Management Plan",
"PeerReview" => "Peer Review",
"PhysicalObject" => "Physical Object",
"Preprint" => "Preprint",
"Report" => "Report",
"Service" => "Service",
"Sound" => "Sound",
"Software" => "Software",
"Standard" => "Standard",
"Text" => "Text",
"Workflow" => "Workflow",
"Other" => "Other",
Expand Down

0 comments on commit 10675e8

Please sign in to comment.