Extend mapping for source types
This commit is contained in:
@@ -21,10 +21,34 @@ final class MDConcSourceTypes implements MDImporterConcordanceListInterface {
|
||||
"buch" => "book",
|
||||
"literatur" => "book",
|
||||
"document]book" => "book",
|
||||
'Buchpublikation' => 'book', // Book
|
||||
'Produkthandbuch' => 'book', // Book
|
||||
'Produkthandbuch/ Zusatzmaterial??' => 'book', // Book
|
||||
'Produkthandbuch ' => 'book', // Book
|
||||
'Buchpublikation ' => 'book', // Book
|
||||
'Produkthandbuch (Objektart Missing)' => 'book', // Book
|
||||
'Ausstellungskatalog' => 'book', // Book
|
||||
'Comicbuch' => 'book', // Book
|
||||
'Katalog' => 'book', // Book
|
||||
|
||||
// Misc
|
||||
"Weiteres" => "misc",
|
||||
"document]avm" => "misc",
|
||||
'Keine Angabe' => 'misc', // Miscelaneous
|
||||
'Handschriften' => 'misc', // Miscelaneous
|
||||
'Divers' => 'misc', // Miscelaneous
|
||||
'Handschrift' => 'misc', // Miscelaneous
|
||||
'Flyer/Poster' => 'misc', // Miscelaneous
|
||||
'Comic' => 'misc', // Miscelaneous
|
||||
'Ordner' => 'misc', // Miscelaneous
|
||||
'Diskette' => 'misc', // Miscelaneous
|
||||
'Wissenschaftliche Hausarbeit' => 'misc', // Miscelaneous
|
||||
|
||||
// Periodical
|
||||
'Magazin' => 'periodical', // Periodical
|
||||
|
||||
// Proceedings
|
||||
'Tagungsunterlagen' => 'proceedings', // Proceedings
|
||||
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user