lib/stanford-mods/searchworks.rb in stanford-mods-1.0.2 vs lib/stanford-mods/searchworks.rb in stanford-mods-1.0.3
- old
+ new
@@ -617,10 +617,10 @@
'project report', 'Project report', 'Project Report',
'student project report', 'Student project report', 'Student Project report', 'Student Project Report',
'technical report', 'Technical report', 'Technical Report',
'working paper', 'Working paper', 'Working Paper'
]
- val << 'Article' if genres and !(genres & article_genres).empty?
+ val << 'Book' if genres and !(genres & article_genres).empty?
val << 'Book' if issuance and issuance.include? 'monographic'
book_genres = ['conference publication', 'Conference publication', 'Conference Publication',
'instruction', 'Instruction',
'librettos', 'Librettos',
'thesis', 'Thesis'