lib/bolognese/utils.rb in bolognese-0.10.8 vs lib/bolognese/utils.rb in bolognese-0.10.9
- old
+ new
@@ -97,9 +97,38 @@
"JournalVolume" => "PublicationVolume",
"BookSet" => nil,
"PostedContent" => "ScholarlyArticle"
}
+ CR_TO_BIB_TRANSLATIONS = {
+ "Proceedings" => "proceedings",
+ "ReferenceBook" => "book",
+ "JournalIssue" => nil,
+ "ProceedingsArticle" => nil,
+ "Other" => nil,
+ "Dissertation" => "phdthesis",
+ "Dataset" => nil,
+ "EditedBook" => "book",
+ "JournalArticle" => "article",
+ "Journal" => nil,
+ "Report" => nil,
+ "BookSeries" => nil,
+ "ReportSeries" => nil,
+ "BookTrack" => nil,
+ "Standard" => nil,
+ "BookSection" => "inbook",
+ "BookPart" => nil,
+ "Book" => "book",
+ "BookChapter" => "inbook",
+ "StandardSeries" => nil,
+ "Monograph" => "book",
+ "Component" => nil,
+ "ReferenceEntry" => nil,
+ "JournalVolume" => nil,
+ "BookSet" => nil,
+ "PostedContent" => "article"
+ }
+
CR_TO_JATS_TRANSLATIONS = {
"Proceedings" => "working-paper",
"ReferenceBook" => "book",
"JournalIssue" => "journal",
"ProceedingsArticle" => "working-paper",