diff --git a/config/initializers/constants.rb b/config/initializers/constants.rb index 7549814d2..a112ce3c4 100644 --- a/config/initializers/constants.rb +++ b/config/initializers/constants.rb @@ -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",