diff --git a/src/MDConcSourceTypes.php b/src/MDConcSourceTypes.php index a377f99..1186521 100644 --- a/src/MDConcSourceTypes.php +++ b/src/MDConcSourceTypes.php @@ -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 ];