lib/stanford-mods/searchworks.rb in stanford-mods-0.0.18 vs lib/stanford-mods/searchworks.rb in stanford-mods-0.0.19

- old
+ new

@@ -328,9 +328,12 @@ when 'text' val << 'Thesis' if genres and genres.include? 'thesis' val << 'Book' if issuance and issuance.include? 'monographic' val << 'Journal/Periodical' if issuance and issuance.include? 'continuing' val << 'Journal/Periodical' if genres and genres.include? 'article' + val << 'Conference Proceedings' if genres and genres.include? 'conference publication' + val << 'Other' if genres and genres.include? 'student project report' + val << 'Book' if genres and genres.include? 'technical report' when 'still image' val << 'Image' when 'mixed material' val << 'Manuscript/Archive' when 'moving image'