title fix

This commit is contained in:
Jakub Adamski 2022-05-09 09:14:23 +02:00
parent d7f9df4a13
commit 92c40ac27c
2 changed files with 283 additions and 283 deletions

View File

@ -32,21 +32,21 @@ merge [] ys = ys
merge (x:xs) ys = x:merge ys xs
toShadowItem :: ([Char], [Char]) -> ShadowItem
toShadowItem (url, articleTitle) =
(defaultShadowItem url title) {
toShadowItem :: (([Char], [Char]), ([Char], [Char])) -> ShadowItem
toShadowItem ((fileUrl, fileTitle), (publicationUrl, publicationTitle)) =
(defaultShadowItem fileUrl title) {
itype = "periodical",
format = Just "pdf",
finalUrl = url
finalUrl = fileUrl
}
where title = "Polskie Towarzystwo Botaniczne " ++ articleTitle
where title = "Polskie Towarzystwo Botaniczne " ++ publicationTitle
withEmptyCheck current [] = do
publications <- runDocumentsExtractor current
let publicationUrls = map mapToUrl publications
publicationFiles <- mapM runFileExtractor publicationUrls
let publicationFileItems = map toShadowItem (map head publicationFiles)
let publicationFileItems = map toShadowItem (zip (map head publicationFiles) publications)
return publicationFileItems
withEmptyCheck current nextUrls = do
@ -54,7 +54,7 @@ withEmptyCheck current nextUrls = do
publications <- runDocumentsExtractor current
let publicationUrls = map mapToUrl publications
publicationFiles <- mapM runFileExtractor publicationUrls
let publicationFileItems = map toShadowItem (map head publicationFiles)
let publicationFileItems = map toShadowItem (zip (map head publicationFiles) publications)
recursive <- getAllPages single
let results = merge publicationFileItems recursive
return results

View File

@ -1,278 +1,278 @@
[ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/248/2019.0002.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/248/2019.0002.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/51/1934.0003.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/51/1934.0003.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/223/2018.0014.pdf?sequence=3&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/223/2018.0014.pdf?sequence=3&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/61/1938.0003.pdf?sequence=4&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/61/1938.0003.pdf?sequence=4&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/295/2020.0006.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/295/2020.0006.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/48/1939.0004.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/48/1939.0004.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/301/2017.0004.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/301/2017.0004.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/70/1933.0004.pdf?sequence=3&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/70/1933.0004.pdf?sequence=3&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/302/2017.0005.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/302/2017.0005.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/52/1934.0004.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/52/1934.0004.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/303/2017.0006.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/303/2017.0006.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/60/1939.0008.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/60/1939.0008.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/47/2017.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/47/2017.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/49/1935.0004.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/49/1935.0004.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/316/wb.662.pdf?sequence=6&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/316/wb.662.pdf?sequence=6&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/78/1937.0005.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/78/1937.0005.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/54/1936.0003.pdf?sequence=3&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/54/1936.0003.pdf?sequence=3&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/55/1939.0006.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/55/1939.0006.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/53/1939.0005.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/53/1939.0005.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/62/1938.0004.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/62/1938.0004.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/56/1935.0005.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/56/1935.0005.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/69/1938.0005.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/69/1938.0005.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/64/1938.0007.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/64/1938.0007.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/59/1939.0007.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/59/1939.0007.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/63/1938.0006.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/63/1938.0006.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/81/1937.0007.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/81/1937.0007.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/57/1935.0006.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/57/1935.0006.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/224/1952.0006.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/224/1952.0006.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/58/1931.0002.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/58/1931.0002.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/66/1936.0004.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/66/1936.0004.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/67/1935.0007.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/67/1935.0007.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/80/1936.0006.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/80/1936.0006.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/65/1937.0003.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/65/1937.0003.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/77/1930.0003.pdf?sequence=3&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/77/1930.0003.pdf?sequence=3&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/72/1935.0010.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/72/1935.0010.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/246/2017.0002.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/246/2017.0002.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/71/1936.0005.pdf?sequence=3&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/71/1936.0005.pdf?sequence=3&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/76/1932.0004.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/76/1932.0004.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/68/1934.0005.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/68/1934.0005.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/84/1929.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/84/1929.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/225/1952.0007.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/225/1952.0007.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/243/2017.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/243/2017.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/79/1935.0012.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/79/1935.0012.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/83/1928.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/83/1928.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/73/1934.0007.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/73/1934.0007.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/308/wb.654.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/308/wb.654.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/74/1933.0005.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/74/1933.0005.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/82/1926.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/82/1926.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/75/1932.0003.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/75/1932.0003.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/87/1931.0003.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/87/1931.0003.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/232/1953.0007.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/232/1953.0007.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/90/1935.0013.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/90/1935.0013.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/226/1952.0008.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/226/1952.0008.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/85/1930.0004.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/85/1930.0004.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/229/1953.0004.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/229/1953.0004.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/137/1937.0020.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/137/1937.0020.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/230/1953.0005.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/230/1953.0005.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/86/1930.0005.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/86/1930.0005.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/233/1954.0002.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/233/1954.0002.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/91/1939.0009.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/91/1939.0009.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/231/1953.0006.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/231/1953.0006.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/304/wb.652.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/304/wb.652.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/228/1953.0003.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/228/1953.0003.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/88/1932.0005.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/88/1932.0005.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/244/1954.0009.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/244/1954.0009.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/160/1937.0028.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/160/1937.0028.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/245/1954.0010.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/245/1954.0010.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/89/1933.0007.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/89/1933.0007.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/227/1953.0002.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/227/1953.0002.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/96/1931.0004.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/96/1931.0004.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/95/1935.0014.pdf?sequence=3&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/95/1935.0014.pdf?sequence=3&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/142/1929.0002.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/142/1929.0002.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/94/1934.0011.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/94/1934.0011.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/101/1936.0007.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/101/1936.0007.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/92/1933.0008.pdf?sequence=4&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/92/1933.0008.pdf?sequence=4&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/31/1934.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/31/1934.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/93/1934.0010.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/93/1934.0010.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/99/1932.0006.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/99/1932.0006.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/314/2021.0003.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/314/2021.0003.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/145/1923.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/145/1923.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/102/1937.0008.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/102/1937.0008.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/158/1937.0026.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/158/1937.0026.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/100/1935.0016.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/100/1935.0016.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/141/1926.0002.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/141/1926.0002.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/98/1935.0015.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/98/1935.0015.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/35/1931.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/35/1931.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/139/1939.0013.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/139/1939.0013.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/144/1933.0011.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/144/1933.0011.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/138/1939.0012.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/138/1939.0012.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/157/1937.0025.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/157/1937.0025.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/143/1928.0002.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/143/1928.0002.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/235/1954.0004.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/235/1954.0004.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/140/1925.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/140/1925.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/163/1937.0031.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/163/1937.0031.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/309/wb.655.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/309/wb.655.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/45/1939.0002.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/45/1939.0002.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/162/1937.0030.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/162/1937.0030.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/159/1937.0027.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/159/1937.0027.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/161/1937.0029.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/161/1937.0029.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/236/1954.0005.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/236/1954.0005.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/156/1937.0024.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/156/1937.0024.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/237/1954.0006.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/237/1954.0006.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/307/wb.653.pdf?sequence=7&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/307/wb.653.pdf?sequence=7&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/27/1939.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/27/1939.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/296/wb.642.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/296/wb.642.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/108/1934.0015.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/108/1934.0015.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/33/1933.0002.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/33/1933.0002.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/28/1935.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/28/1935.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/30/1935.0002.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/30/1935.0002.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/238/1954.0007.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/238/1954.0007.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/26/1936.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/26/1936.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/222/1972.0002.pdf?sequence=3&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/222/1972.0002.pdf?sequence=3&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/38/1937.0002.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/38/1937.0002.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/239/1954.0008.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/239/1954.0008.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/39/1932.0002.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/39/1932.0002.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/127/1937.0014.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/127/1937.0014.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/37/1936.0002.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/37/1936.0002.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/44/2018.0003.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/44/2018.0003.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/36/1930.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/36/1930.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/109/1934.0016.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/109/1934.0016.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/242/2016.0002.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/242/2016.0002.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/297/wb.644.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/297/wb.644.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/221/2018.0004.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/221/2018.0004.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/105/1934.0014.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/105/1934.0014.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/43/2018.0001.pdf?sequence=10&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/43/2018.0001.pdf?sequence=10&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/129/1937.0016.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/129/1937.0016.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/42/2018.0005.mp4?sequence=4&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/42/2018.0005.mp4?sequence=4&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/111/1934.0018.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/111/1934.0018.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/46/1939.0003.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/46/1939.0003.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/119/1935.0020.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/119/1935.0020.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/110/1934.0017.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/110/1934.0017.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/124/1937.0010.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/124/1937.0010.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/104/1934.0013.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/104/1934.0013.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/118/1935.0019.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/118/1935.0019.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/103/1934.0012.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/103/1934.0012.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/146/1945.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/146/1945.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/107/1933.0010.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/107/1933.0010.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/115/1934.0022.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/115/1934.0022.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/106/1933.0009.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/106/1933.0009.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/121/1935.0022.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/121/1935.0022.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/114/1934.0021.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/114/1934.0021.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/133/1935.0024.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/133/1935.0024.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/112/1934.0019.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/112/1934.0019.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/122/1935.0023.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/122/1935.0023.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/117/1935.0018.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/117/1935.0018.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/169/1938.0008.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/169/1938.0008.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/116/1935.0017.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/116/1935.0017.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/125/1937.0011.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/125/1937.0011.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/113/1934.0020.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/113/1934.0020.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/136/1937.0019.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/136/1937.0019.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/123/1936.0008.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/123/1936.0008.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/152/1935.0026.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/152/1935.0026.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/120/1935.0021.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/120/1935.0021.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/134/1935.0025.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/134/1935.0025.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/128/1937.0015.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/128/1937.0015.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/219/1952.0004.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/219/1952.0004.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/126/1937.0013.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/126/1937.0013.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/130/1937.0017.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/130/1937.0017.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/313/wb.656.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/313/wb.656.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/155/1939.0014.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/155/1939.0014.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/131/1939.0010.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/131/1939.0010.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/168/1937.0035.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/168/1937.0035.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/132/1939.0011.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/132/1939.0011.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/153/1934.0027.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/153/1934.0027.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/135/1937.0033.pdf?sequence=4&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/135/1937.0033.pdf?sequence=4&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/181/1948.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/181/1948.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/148/1937.0021.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/148/1937.0021.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/154/1937.0023.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/154/1937.0023.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/151/1934.0025.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/151/1934.0025.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/166/1936.0010.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/166/1936.0010.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/149/1934.0023.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/149/1934.0023.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/217/1952.0002.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/217/1952.0002.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/150/1934.0024.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/150/1934.0024.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/167/1937.0034.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/167/1937.0034.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/171/1937.0036.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/171/1937.0036.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/195/1948.0006.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/195/1948.0006.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/170/1939.0015.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/170/1939.0015.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/269/2016.0004.pdf?sequence=6&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/269/2016.0004.pdf?sequence=6&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/165/1936.0009.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/165/1936.0009.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/220/1952.0005.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/220/1952.0005.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/306/wb.651.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/306/wb.651.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/177/1972.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/177/1972.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/312/2016.0006.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/312/2016.0006.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/234/1954.0003.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/234/1954.0003.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/215/1951.0006.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/215/1951.0006.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/184/1951.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/184/1951.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/216/1951.0007.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/216/1951.0007.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/214/1951.0005.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/214/1951.0005.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/218/1952.0003.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/218/1952.0003.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/172/1937.0037.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/172/1937.0037.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/305/2021.0002.pdf?sequence=5&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/305/2021.0002.pdf?sequence=5&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/191/1947.0002.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/191/1947.0002.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/310/2017.0007.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/310/2017.0007.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/164/1937.0032.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/164/1937.0032.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/298/wb.646.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/298/wb.646.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/205/1950.0003.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/205/1950.0003.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/180/1947.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/180/1947.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/176/1936.0012.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/176/1936.0012.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/179/1946.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/179/1946.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/193/1948.0004.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/193/1948.0004.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/174/1938.0009.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/174/1938.0009.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/187/1954.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/187/1954.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/178/1936.0013.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/178/1936.0013.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/198/1949.0002.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/198/1949.0002.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/175/1936.0011.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/175/1936.0011.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/211/1951.0002.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/211/1951.0002.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/197/1948.0008.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/197/1948.0008.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/196/1948.0007.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/196/1948.0007.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/199/1949.0003.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/199/1949.0003.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/185/1952.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/185/1952.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/194/1948.0005.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/194/1948.0005.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/200/1949.0004.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/200/1949.0004.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/192/1947.0003.pdf?sequence=3&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/192/1947.0003.pdf?sequence=3&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/182/1949.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/182/1949.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/173/1937.0038.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/173/1937.0038.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/263/2019.0037.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/263/2019.0037.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/186/1953.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/186/1953.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/188/1945.0002.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/188/1945.0002.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/183/1950.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/183/1950.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/208/1950.0006.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/208/1950.0006.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/189/1946.0002.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/189/1946.0002.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/252/2019.0003.pdf?sequence=5&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/252/2019.0003.pdf?sequence=5&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/190/1948.0002.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/190/1948.0002.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/201/1949.0005.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/201/1949.0005.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/207/1950.0005.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/207/1950.0005.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/268/2016.0003.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/268/2016.0003.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/203/1949.0007.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/203/1949.0007.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/202/1949.0006.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/202/1949.0006.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/206/1950.0004.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/206/1950.0004.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/256/2019.0029.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/256/2019.0029.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/204/1950.0002.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/204/1950.0002.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/261/2021.0001.pdf?sequence=7&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/261/2021.0001.pdf?sequence=7&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/213/1951.0004.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/213/1951.0004.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/241/2018.0015.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/241/2018.0015.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/209/1950.0007.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/209/1950.0007.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/279/2009.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/279/2009.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/210/1950.0008.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/210/1950.0008.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/249/2013.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/249/2013.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/212/1951.0003.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/212/1951.0003.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/262/2019.0035.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/262/2019.0035.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/250/2011.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/250/2011.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/276/2007.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/276/2007.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/247/2019.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/247/2019.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/258/2018.0016.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/258/2018.0016.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/257/2019.0030.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/257/2019.0030.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/287/2018.0017.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/287/2018.0017.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/253/2019.0004.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/253/2019.0004.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/259/2019.0031.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/259/2019.0031.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/265/mb.2019.001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/265/mb.2019.001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/275/2006.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/275/2006.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/267/2020.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/267/2020.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/282/2012.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/282/2012.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/266/1938.0011.pdf?sequence=6&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/266/1938.0011.pdf?sequence=6&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/273/2020.0003.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/273/2020.0003.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/260/2019.0033.zip?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/260/2019.0033.zip?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/285/2015.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/285/2015.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/255/2019.0018.pdf?sequence=3&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/255/2019.0018.pdf?sequence=3&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/274/2005.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/274/2005.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/270/2010.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/270/2010.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/278/2008.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/278/2008.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/277/2007.0002.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/277/2007.0002.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/291/wb.643.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/291/wb.643.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/254/2019.0005.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/254/2019.0005.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/284/2014.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/284/2014.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/281/2011.0002.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/281/2011.0002.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/315/2022.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/315/2022.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/299/wb.645.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/299/wb.645.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/286/2016.0005.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/286/2016.0005.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/280/2010.0002.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/280/2010.0002.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/293/2020.0004.pdf?sequence=3&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/293/2020.0004.pdf?sequence=3&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/283/2013.0002.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/283/2013.0002.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/290/1972.0003.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/290/1972.0003.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/272/wb.641.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/272/wb.641.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/294/2020.0005.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/294/2020.0005.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/300/2017.0003.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/300/2017.0003.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/288/2019.0038.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ogl\261daj/ Open", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/288/2019.0038.pdf?sequence=1&isAllowed=y", description = Nothing
[ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/248/2019.0002.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne An annotated catalogue of the fungal biota of the Roztocze Upland. Richness, diversity and distribution", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/248/2019.0002.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/51/1934.0003.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie Lwowskiego Oddzia\322u Polskiego Towarzystwa Botanicznego za okres od 1 kwietnia 1933 r. do 31 marca 1934 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/51/1934.0003.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/223/2018.0014.pdf?sequence=3&isAllowed=y", title = "Polskie Towarzystwo Botaniczne R\243\380norodno\347\263 biologiczna \8211 od kom\243rki do ekosystemu. Nowe wyzwania w badaniach botanicznych i \347rodowiskowych", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/223/2018.0014.pdf?sequence=3&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/61/1938.0003.pdf?sequence=4&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie kasowe Polskiego Towarzystwa Botanicznego za okres od 1 kwietnia 1937 r. do 31 marca 1938 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/61/1938.0003.pdf?sequence=4&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/295/2020.0006.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sympozjum Sekcji Paleobotanicznej Polskiego Towarzystwa Botanicznego \8211 zeszyt streszcze\324", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/295/2020.0006.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/48/1939.0004.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie Lwowskiego Oddzia\322u Polskiego Towarzystwa Botanicznego za okres od 1 kwietnia 1938 r. do 31 marca 1939 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/48/1939.0004.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/301/2017.0004.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne VI Cykliczna Og\243lnopolska Konferencja Naukowa \8222R\243\380norodno\347\263 biologiczna \8211 od kom\243rki do ekosystemu. Interdyscyplinarne i aplikacyjne znaczenie bada\324 biologicznych\8221 \8211 zeszyt streszcze\324", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/301/2017.0004.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/70/1933.0004.pdf?sequence=3&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Preliminarz bud\380etowy Polskiego Towarzystwa Botanicznego na rok 1933/1934", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/70/1933.0004.pdf?sequence=3&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/302/2017.0005.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sympozjum Sekcji Paleobotanicznej Polskiego Towarzystwa Botanicznego \8211 zeszyt streszcze\324", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/302/2017.0005.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/52/1934.0004.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie Lwowskiego Oddzia\322u Polskiego Towarzystwa Botanicznego za okres od 1 kwietnia 1932 r. do 31 marca 1934 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/52/1934.0004.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/303/2017.0006.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Og\243lnopolska konferencja \8222Anatomia i histogeneza ro\347lin: wczoraj, dzi\347 i jutro\8221 \8211 zeszyt streszcze\324", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/303/2017.0006.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/60/1939.0008.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie kasowe Polskiego Towarzystwa Botanicznego za okres od 1 kwietnia 1938 r. do 31 marca 1939 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/60/1939.0008.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/47/2017.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z dzia\322alno\347ci Polskiego Towarzystwa Botanicznego w 2016 roku", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/47/2017.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/49/1935.0004.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie Lwowskiego Oddzia\322u Polskiego Towarzystwa Botanicznego za okres od 1 kwietnia 1934 r. do 31 marca 1935 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/49/1935.0004.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/316/wb.662.pdf?sequence=6&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Rodzime taksony paproci w Miejskim Ogrodzie Botanicznym w Zabrzu", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/316/wb.662.pdf?sequence=6&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/78/1937.0005.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Preliminarz bud\380etowy Polskiego Towarzystwa Botanicznego na rok 1937/1938", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/78/1937.0005.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/54/1936.0003.pdf?sequence=3&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Program XII-go Zjazdu dorocznego i Walnego Zebrania Polskiego Towarzystwa Botanicznego w Warszawie", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/54/1936.0003.pdf?sequence=3&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/55/1939.0006.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z dzia\322alno\347ci Oddzia\322u Wile\324skiego Polskiego Towarzystwa Botanicznego za rok 1938/1939", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/55/1939.0006.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/53/1939.0005.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie kasowe Oddzia\322u Wile\324skiego Polskiego Towarzystwa Botanicznego za okres od 1 kwietnia 1938 r. do 31 marca 1939 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/53/1939.0005.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/62/1938.0004.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Preliminarz bud\380etowy Polskiego Towarzystwa Botanicznego na rok 1937/1938", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/62/1938.0004.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/56/1935.0005.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z dzia\322alno\347ci Oddzia\322u Wile\324skiego Polskiego Towarzystwa Botanicznego za okres od 1 kwietnia 1934 r. do 31 marca 1935 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/56/1935.0005.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/69/1938.0005.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Preliminarz bud\380etowy Polskiego Towarzystwa Botanicznego na rok 1938/1939", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/69/1938.0005.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/64/1938.0007.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Preliminarz bud\380etowy Oddzia\322u Warszawskiego Polskiego Towarzystwa Botanicznego za okres od 1 kwietnia 1938 r. do 31 marca 1939 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/64/1938.0007.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/59/1939.0007.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Preliminarz bud\380etowy Polskiego Towarzystwa Botanicznego na rok 1939/1940", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/59/1939.0007.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/63/1938.0006.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie kasowe Oddzia\322u Warszawskiego Polskiego Towarzystwa Botanicznego za okres od 1 kwietnia 1937 r. do 31 marca 1938 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/63/1938.0006.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/81/1937.0007.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z Walnego Zebrania Polskiego Towarzystwa Botanicznego", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/81/1937.0007.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/57/1935.0006.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie kasowe Oddzia\322u Wile\324skiego Polskiego Towarzystwa Botanicznego za okres od 1 kwietnia 1934 r. do 31 marca 1935 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/57/1935.0006.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/224/1952.0006.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z posiedzenia warszawskich cz\322onk\243w Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego w Warszawie, 19 wrze\347nia 1952 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/224/1952.0006.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/58/1931.0002.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie rachunkowe Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego za okres od 1 kwietnia 1930 r. do 31 marca 1931 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/58/1931.0002.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/66/1936.0004.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Preliminarz bud\380etowy Polskiego Towarzystwa Botanicznego na rok 1936/1937", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/66/1936.0004.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/67/1935.0007.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Preliminarz bud\380etowy Polskiego Towarzystwa Botanicznego na rok 1935/1936", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/67/1935.0007.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/80/1936.0006.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z zebrania Polskiego Towarzystwa Botanicznego", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/80/1936.0006.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/65/1937.0003.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie kasowe Polskiego Towarzystwa Botanicznego za okres od 1 kwietnia 1936 r. do 31 marca 1937 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/65/1937.0003.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/77/1930.0003.pdf?sequence=3&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie rachunkowe Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego za okres od 1 kwietnia 1929 r. do 31 marca 1930 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/77/1930.0003.pdf?sequence=3&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/72/1935.0010.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie kasowe Polskiego Towarzystwa Botanicznego za okres od 1 kwietnia 1934 r. do 31 marca 1935 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/72/1935.0010.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/246/2017.0002.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Wykorzystanie Internetu w dzia\322alno\347ci Polskiego Towarzystwa Botanicznego \8211 sprawozdanie za lata 2013\8211\&2015", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/246/2017.0002.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/71/1936.0005.pdf?sequence=3&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie kasowe Polskiego Towarzystwa Botanicznego za okres od 1 kwietnia 1935 r. do 31 marca 1936 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/71/1936.0005.pdf?sequence=3&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/76/1932.0004.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie kasowe Oddzia\322u Warszawskiego Polskiego Towarzystwa Botanicznego za okres od 1 kwietnia 1931 r. do 31 marca 1932 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/76/1932.0004.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/68/1934.0005.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Preliminarz bud\380etowy Polskiego Towarzystwa Botanicznego na rok 1934/1935", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/68/1934.0005.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/84/1929.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z dzia\322alno\347ci Oddzia\322u Krakowskiego Polskiego Towarzystwa Botanicznego za okres od 1 stycznia 1928 r. do 1 kwietnia 1929 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/84/1929.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/225/1952.0007.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z posiedzenia warszawskich cz\322onk\243w Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego w Warszawie, 25 listopada 1952 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/225/1952.0007.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/243/2017.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Raport finansowy z dzia\322alno\347ci Polskiego Towarzystwa Botanicznego za okres od 1 stycznia do 31 grudnia 2016 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/243/2017.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/79/1935.0012.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie Oddzia\322u Pozna\324skiego Polskiego Towarzystwa Botanicznego za okres od 1 kwietnia 1934 r. do 31 marca 1935 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/79/1935.0012.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/83/1928.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z dzia\322alno\347ci Oddzia\322u Krakowskiego Polskiego Towarzystwa Botanicznego za okres od 1 stycznia do 31 grudnia 1927 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/83/1928.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/73/1934.0007.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie kasowe Polskiego Towarzystwa Botanicznego za okres od 1 kwietnia 1933 r. do 31 marca 1934 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/73/1934.0007.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/308/wb.654.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Jaka ma by\263 ochrona gatunkowa? Cz\281\347\263 II. Porosty \8211 studium przypadku", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/308/wb.654.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/74/1933.0005.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie kasowe Polskiego Towarzystwa Botanicznego za okres od 1 kwietnia 1932 r. do 31 marca 1933 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/74/1933.0005.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/82/1926.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z dzia\322alno\347ci Oddzia\322u Krakowskiego Polskiego Towarzystwa Botanicznego za okres od 1 stycznia do 31 grudnia 1925 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/82/1926.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/75/1932.0003.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie kasowe Polskiego Towarzystwa Botanicznego za okres od 1 kwietnia 1931 r. do 31 marca 1932 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/75/1932.0003.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/87/1931.0003.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z dzia\322alno\347ci Oddzia\322u Krakowskiego Polskiego Towarzystwa Botanicznego za okres od 1 kwietnia 1930 r. do 31 marca 1931 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/87/1931.0003.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/232/1953.0007.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z posiedzenia warszawskich cz\322onk\243w Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego w Warszawie, 5 grudnia 1953 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/232/1953.0007.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/90/1935.0013.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z dzia\322alno\347ci Oddzia\322u Krakowskiego Polskiego Towarzystwa Botanicznego za okres od 1 kwietnia 1934 r. do 31 marca 1935 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/90/1935.0013.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/226/1952.0008.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z posiedzenia warszawskich cz\322onk\243w Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego w Warszawie, 2 grudnia 1952 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/226/1952.0008.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/85/1930.0004.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z dzia\322alno\347ci Oddzia\322u Krakowskiego Polskiego Towarzystwa Botanicznego za okres od 1 kwietnia 1929 r. do 31 marca 1930 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/85/1930.0004.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/229/1953.0004.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z plenarnego posiedzenia Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego w Bia\322ymstoku, 2 wrze\347nia 1953 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/229/1953.0004.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/137/1937.0020.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Lista delegat\243w do g\322osowania na Walnym Zgromadzeniu", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/137/1937.0020.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/230/1953.0005.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z plenarnego posiedzenia Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego w Bia\322ymstoku, 3 wrze\347nia 1953 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/230/1953.0005.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/86/1930.0005.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z dzia\322alno\347ci Oddzia\322u Krakowskiego Polskiego Towarzystwa Botanicznego za okres od 1 kwietnia do 31 grudnia 1929 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/86/1930.0005.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/233/1954.0002.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z plenarnego posiedzenia Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego w Warszawie, 26 stycznia 1954 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/233/1954.0002.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/91/1939.0009.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z dzia\322alno\347ci Oddzia\322u Krakowskiego Polskiego Towarzystwa Botanicznego za okres od 1 kwietnia 1938 r. do 31 marca 1939 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/91/1939.0009.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/231/1953.0006.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z posiedzenia warszawskich cz\322onk\243w Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego w Warszawie, 9 listopada 1953 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/231/1953.0006.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/304/wb.652.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Doktor habilitowana Lidia Borkowska (1967\8211\&2020). Po\380egnanie wojowniczki", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/304/wb.652.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/228/1953.0003.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z nadzwyczajnego zebrania cz\281\347ci Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego w Warszawie, 31 marca 1953 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/228/1953.0003.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/88/1932.0005.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z dzia\322alno\347ci Oddzia\322u Krakowskiego Polskiego Towarzystwa Botanicznego za okres od 1 kwietnia 1931 r. do 31 marca 1932 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/88/1932.0005.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/244/1954.0009.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z plenarnego posiedzenia Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego w Lublinie, 19 wrze\347nia 1954 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/244/1954.0009.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/160/1937.0028.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z dzia\322alno\347ci Oddzia\322u Krakowskiego Polskiego Towarzystwa Botanicznego za okres od 1 kwietnia 1936 r. do 31 marca 1937 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/160/1937.0028.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/245/1954.0010.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z plenarnego posiedzenia Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego w Warszawie, 18 grudnia 1954 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/245/1954.0010.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/89/1933.0007.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z dzia\322alno\347ci Oddzia\322u Krakowskiego Polskiego Towarzystwa Botanicznego za okres od 1 kwietnia 1932 r. do 31 marca 1933 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/89/1933.0007.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/227/1953.0002.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z plenarnego posiedzenia Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego w Warszawie, 14 lutego 1953 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/227/1953.0002.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/96/1931.0004.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z dzia\322alno\347ci Polskiego Towarzystwa Botanicznego za okres od 1 kwietnia 1930 r. do 31 marca 1931 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/96/1931.0004.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/95/1935.0014.pdf?sequence=3&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z dzia\322alno\347ci Polskiego Towarzystwa Botanicznego za okres od 1 kwietnia 1934 r. do 31 marca 1935 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/95/1935.0014.pdf?sequence=3&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/142/1929.0002.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Cz\322onkowie zwyczajni Oddzia\322u Krakowskiego", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/142/1929.0002.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/94/1934.0011.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z dzia\322alno\347ci Polskiego Towarzystwa Botanicznego za okres od 1 kwietnia 1933 r. do 31 marca 1934 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/94/1934.0011.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/101/1936.0007.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z dzia\322alno\347ci Polskiego Towarzystwa Botanicznego za okres od 1 kwietnia 1935 r. do 31 marca 1936 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/101/1936.0007.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/92/1933.0008.pdf?sequence=4&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z dzia\322alno\347ci Polskiego Towarzystwa Botanicznego za okres od 1 kwietnia 1932 r. do 31 marca 1933 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/92/1933.0008.pdf?sequence=4&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/31/1934.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 Komisji Rewizyjnej Polskiego Towarzystwa Botanicznego za rok sprawozdawczy od 1 kwietnia 1933 r. do 31 marca 1934 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/31/1934.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/93/1934.0010.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie kasowe Polskiego Towarzystwa Botanicznego za okres od 1 kwietnia 1933 r. do 31 marca 1934 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/93/1934.0010.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/99/1932.0006.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z dzia\322alno\347ci Polskiego Towarzystwa Botanicznego za okres od 1 kwietnia 1931 r. do 31 marca 1932 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/99/1932.0006.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/314/2021.0003.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sympozjum Sekcji Paleobotanicznej Polskiego Towarzystwa Botanicznego \8211 program i streszczenia wyst\261pie\324", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/314/2021.0003.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/145/1923.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Statut Polskiego Towarzystwa Botanicznego", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/145/1923.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/102/1937.0008.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Zaproszenie na Zwyczajne Walne Zgromadzenie Polskiego Towarzystwa Botanicznego", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/102/1937.0008.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/158/1937.0026.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie kasowe Oddzia\322u Wile\324skiego Polskiego Towarzystwa Botanicznego za okres od 1 kwietnia 1936 r. do 31 marca 1937 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/158/1937.0026.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/100/1935.0016.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z dzia\322alno\347ci Biblioteki Polskiego Towarzystwa Botanicznego za rok 1934/1935", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/100/1935.0016.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/141/1926.0002.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Spis cz\322onk\243w Oddzia\322u Krakowskiego", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/141/1926.0002.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/98/1935.0015.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne \379yciorys P. A. Dangeard\8217a", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/98/1935.0015.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/35/1931.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 Komisji Rewizyjnej Polskiego Towarzystwa Botanicznego za rok sprawozdawczy od 1 kwietnia 1930 r. do 31 marca 1931 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/35/1931.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/139/1939.0013.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Lista obecno\347ci cz\322onk\243w nadzwyczajnych na Walnym Zgromadzeniu 27 maja 1939 r. w Wilnie", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/139/1939.0013.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/144/1933.0011.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Spis cz\322onk\243w Oddzia\322u Krakowskiego", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/144/1933.0011.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/138/1939.0012.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Lista obecno\347ci cz\322onk\243w zwyczajnych na Walnym Zgromadzeniu 27 maja 1939 r. w Wilnie", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/138/1939.0012.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/157/1937.0025.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Wykaz sk\322adek cz\322onk\243w Oddzia\322u Wile\324skiego wp\322aconych za czas od 1 kwietnia 1936 r. do 31 marca 1937 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/157/1937.0025.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/143/1928.0002.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Spis cz\322onk\243w Oddzia\322u Krakowskiego", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/143/1928.0002.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/235/1954.0004.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z posiedzenia warszawskich cz\322onk\243w Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego w Warszawie, 8 marca 1954 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/235/1954.0004.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/140/1925.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Spis cz\322onk\243w Oddzia\322u Krakowskiego", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/140/1925.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/163/1937.0031.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z Dorocznego Walnego Zebrania Lwowskiego Oddzia\322u Polskiego Towarzystwa Botanicznego z 22 kwietnia 1937 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/163/1937.0031.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/309/wb.655.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Jaka ma by\263 ochrona gatunkowa? Cz\281\347\263 III. Uwagi o potrzebie zmiany rozporz\261dzenia o ochronie gatunkowej ro\347lin", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/309/wb.655.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/45/1939.0002.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie kasowe Oddzia\322u Warszawskiego Polskiego Towarzystwa Botanicznego za okres od 1 kwietnia 1938 r. do 31 marca 1939 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/45/1939.0002.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/162/1937.0030.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z dzia\322alno\347ci Oddzia\322u Pozna\324skiego Polskiego Towarzystwa Botanicznego za okres od 1 kwietnia 1936 r. do 31 marca 1937 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/162/1937.0030.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/159/1937.0027.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Preliminarz bud\380etowy Oddzia\322u Wile\324skiego Polskiego Towarzystwa Botanicznego na rok 1936/1937", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/159/1937.0027.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/161/1937.0029.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z dzia\322alno\347ci Oddzia\322u Warszawskiego Polskiego Towarzystwa Botanicznego za okres od 1 kwietnia 1936 r. do 31 marca 1937 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/161/1937.0029.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/236/1954.0005.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z 2-go posiedzenia Komisji Statutowej Polskiego Towarzystwa Botanicznego w Warszawie, 22 marca 1954 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/236/1954.0005.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/156/1937.0024.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z dzia\322alno\347ci Oddzia\322u Wile\324skiego Polskiego Towarzystwa Botanicznego za rok 1936/1937", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/156/1937.0024.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/237/1954.0006.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z posiedzenia warszawskich cz\322onk\243w Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego w Warszawie, 6 maja 1954 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/237/1954.0006.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/307/wb.653.pdf?sequence=7&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Jaka ma by\263 ochrona gatunkowa? Cz\281\347\263 I. Ochrona gatunkowa porost\243w, czyli co tak naprawd\281 chronimy?", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/307/wb.653.pdf?sequence=7&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/27/1939.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z Dorocznego Walnego Zebrania Lwowskiego Oddzia\322u Polskiego Towarzystwa Botanicznego z dn. 27 kwietnia 1939 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/27/1939.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/296/wb.642.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Ro\347liny na \347redniowiecznych obrazach Zwiastowania Naj\347wi\281tszej Marii Panny z XIV, XV i pocz\261tku XVI w.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/296/wb.642.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/108/1934.0015.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne \379yczenia z okazji jubileuszu 50-lecia istnienia Warszawskiego Towarzystwa Ogrodniczego", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/108/1934.0015.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/33/1933.0002.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 Komisji Rewizyjnej Polskiego Towarzystwa Botanicznego za rok sprawozdawczy od 1 kwietnia 1932 r. do 31 marca 1933 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/33/1933.0002.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/28/1935.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 Komisji Rewizyjnej Oddzia\322u Wile\324skiego Polskiego Towarzystwa Botanicznego", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/28/1935.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/30/1935.0002.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 Komisji Rewizyjnej Polskiego Towarzystwa Botanicznego za rok sprawozdawczy od 1 kwietnia 1934 r. do 31 marca 1935 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/30/1935.0002.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/238/1954.0007.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z 3-go posiedzenia Komisji Statutowej Polskiego Towarzystwa Botanicznego w Warszawie, 25 czerwca 1954 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/238/1954.0007.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/26/1936.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Projekt Statutu", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/26/1936.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/222/1972.0002.pdf?sequence=3&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Poczt\243wka wydana w 1972 roku z okazji 50-lecia PTB", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/222/1972.0002.pdf?sequence=3&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/38/1937.0002.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 Komisji Rewizyjnej Polskiego Towarzystwa Botanicznego za rok sprawozdawczy od 1 kwietnia 1936 r. do 31 marca 1937 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/38/1937.0002.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/239/1954.0008.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z plenarnego posiedzenia Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego w Lublinie, 18 wrze\347nia 1954 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/239/1954.0008.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/39/1932.0002.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 Komisji Rewizyjnej Polskiego Towarzystwa Botanicznego za rok sprawozdawczy od 1 kwietnia 1931 r. do 31 marca 1932 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/39/1932.0002.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/127/1937.0014.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Pismo do Prof. Adama Wodziczki z pro\347b\261 o reprezentowanie Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego na obchodach 100-lecia Niemieckiego Towarzystwa Przyrodniczego", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/127/1937.0014.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/37/1936.0002.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 Komisji Rewizyjnej Polskiego Towarzystwa Botanicznego za rok sprawozdawczy od 1 kwietnia 1935 r. do 31 marca 1936 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/37/1936.0002.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/44/2018.0003.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne VII Cykliczna Og\243lnopolska Konferencja Naukowa \8222R\243\380norodno\347\263 biologiczna \8211 od kom\243rki do ekosystemu. Nowe wyzwania w badaniach botanicznych i \347rodowiskowych\8221 \8211 zeszyt streszcze\324", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/44/2018.0003.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/36/1930.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 Komisji Rewizyjnej Polskiego Towarzystwa Botanicznego za rok sprawozdawczy od 1 kwietnia 1929 r. do 31 marca 1930 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/36/1930.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/109/1934.0016.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne List do Prof. Zygmunta W\243ycickiego, Prezesa Polskiego Towarzystwa Botanicznego", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/109/1934.0016.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/242/2016.0002.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z dzia\322alno\347ci Polskiego Towarzystwa Botanicznego w latach 2013\8211\&2015", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/242/2016.0002.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/297/wb.644.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Rejestr nowych stanowisk mszak\243w wyst\281puj\261cych w Polsce, 1", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/297/wb.644.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/221/2018.0004.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sesja naukowa Oddzia\322u Gda\324skiego Polskiego Towarzystwa Botanicznego \8211 ksi\261\380ka abstrakt\243w", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/221/2018.0004.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/105/1934.0014.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Pismo do Prof. Zygmunta W\243ycickiego, Prezesa Polskiego Towarzystwa Botanicznego", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/105/1934.0014.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/43/2018.0001.pdf?sequence=10&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z XV Og\243lnopolskiej Konferencji Kultur In Vitro i Biotechnologii Ro\347lin, 17\8211\&20 wrze\347nia 2018 r., Rog\243w", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/43/2018.0001.pdf?sequence=10&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/129/1937.0016.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Pismo do Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego w sprawie zawiadomienia o zebraniu", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/129/1937.0016.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/42/2018.0005.mp4?sequence=4&isAllowed=y", title = "Polskie Towarzystwo Botaniczne XV Og\243lnopolska Konferencja Kultur In Vitro i Biotechnologii Ro\347lin \8211 dokumentacja filmowa", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/42/2018.0005.mp4?sequence=4&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/111/1934.0018.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Pismo od przedstawicieli Komitetu Wykonawczego Mi\281dzynarodowego Kongresu Geograficznego do Prof. Zygmunta W\243ycickiego, Prezesa Polskiego Towarzystwa Botanicznego", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/111/1934.0018.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/46/1939.0003.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Preliminarz bud\380etowy Oddzia\322u Warszawskiego Polskiego Towarzystwa Botanicznego za okres od 1 kwietnia 1939 r. do 31 marca 1940 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/46/1939.0003.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/119/1935.0020.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Zaproszenie z Oddzia\322u Krakowskiego do udzia\322u w Zje\378dzie Towarzystwa", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/119/1935.0020.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/110/1934.0017.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Pismo od przedstawicieli Komitetu Wykonawczego Mi\281dzynarodowego Kongresu Geograficznego do Prof. Zygmunta W\243ycickiego, Prezesa Polskiego Towarzystwa Botanicznego", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/110/1934.0017.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/124/1937.0010.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Pismo Oddzia\322u Lwowskiego do Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego w sprawie nades\322ania brakuj\261cych zeszyt\243w \8222Acta\8221", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/124/1937.0010.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/104/1934.0013.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Pismo do Prezydium i uczestnik\243w Zjazdu Polskiego Towarzystwa Botanicznego w Wilnie", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/104/1934.0013.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/118/1935.0019.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne List do Prof. Seweryna Dziuba\322towskiego", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/118/1935.0019.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/103/1934.0012.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Pismo do Prezydium i uczestnik\243w Zjazdu Polskiego Towarzystwa Botanicznego w Wilnie", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/103/1934.0012.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/146/1945.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z Walnego Zgromadzenia Polskiego Towarzystwa Botanicznego w Warszawie, 29 i 30 wrze\347nia 1945 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/146/1945.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/107/1933.0010.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne List do Prof. Karela Kaviny", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/107/1933.0010.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/115/1934.0022.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Pismo Komisji Rewizyjnej do Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/115/1934.0022.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/106/1933.0009.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Pismo do Ministerstwa Wyzna\324 Religijnych i O\347wiecenia Publicznego", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/106/1933.0009.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/121/1935.0022.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Pismo do Prof. Zygmunta W\243ycickiego, Prezesa Polskiego Towarzystwa Botanicznego", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/121/1935.0022.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/114/1934.0021.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Pismo z Ministerstwa Wyzna\324 Religijnych i O\347wiecenia Publicznego do Zarz\261du Polskiego Towarzystwa Botanicznego", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/114/1934.0021.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/133/1935.0024.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Pismo do Zarz\261du G\322\243wnego w sprawie wniosku o mianowanie cz\322onkiem korespondentem Polskiego Towarzystwa Botanicznego Doktora P. A. Dangeard\8217a", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/133/1935.0024.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/112/1934.0019.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Pismo do Ministerstwa Wyzna\324 Religijnych i O\347wiecenia Publicznego z pro\347b\261 o przyznanie zasi\322k\243w dla delegat\243w PTB na udzia\322 w III Zje\378dzie Botanik\243w S\322owia\324skich", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/112/1934.0019.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/122/1935.0023.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne List do Prof. Zygmunta W\243ycickiego, Prezesa Polskiego Towarzystwa Botanicznego", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/122/1935.0023.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/117/1935.0018.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Pismo z Kasy im. Mianowskiego Instytutu Popierania Nauki do Oddzia\322u Pozna\324skiego", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/117/1935.0018.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/169/1938.0008.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z dzia\322alno\347ci Oddzia\322u Warszawskiego Polskiego Towarzystwa Botanicznego za okres od 1 kwietnia 1937 r. do 31 marca 1938 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/169/1938.0008.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/116/1935.0017.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Pismo Oddzia\322u Pozna\324skiego do Kasy im. Mianowskiego Instytutu Popierania Nauki", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/116/1935.0017.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/125/1937.0011.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Pismo z pro\347b\261 o przybycie na posiedzenie Zarz\261du G\322\243wnego", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/125/1937.0011.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/113/1934.0020.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Telegram od Prof. W\243ycickiego do Madame Kosanin", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/113/1934.0020.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/136/1937.0019.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Lista cz\322onk\243w obecnych na Walnym Zgromadzeniu Polskiego Towarzystwa Botanicznego 5 lipca 1937 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/136/1937.0019.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/123/1936.0008.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne List do Prof. Seweryna Krzemieniewskiego, Prezesa Polskiego Towarzystwa Botanicznego", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/123/1936.0008.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/152/1935.0026.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Program Zjazdu Polskiego Towarzystwa Botanicznego w Krakowie", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/152/1935.0026.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/120/1935.0021.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne \379yczenia od Polskiego Towarzystwa Botanicznego z okazji okazji 300-lecia istnienia Muzeum Historii Naturalnej w Pary\380u", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/120/1935.0021.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/134/1935.0025.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Pismo do Komisariatu Rz\261du m. st. Warszawy odno\347nie sk\322adu Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/134/1935.0025.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/128/1937.0015.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Pismo do Polskiej Akademii Umiej\281tno\347ci", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/128/1937.0015.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/219/1952.0004.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z posiedzenia warszawskich cz\322onk\243w Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego w Warszawie, 5 maja 1952 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/219/1952.0004.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/126/1937.0013.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Pismo Prof. Kazimierza Piecha", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/126/1937.0013.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/130/1937.0017.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Pismo do Cz\322onk\243w Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego w sprawie posiedzenia", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/130/1937.0017.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/313/wb.656.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Nowe stanowiska ro\347lin naczyniowych Polski, 2", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/313/wb.656.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/155/1939.0014.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z dzia\322alno\347ci Oddzia\322u Krakowskiego Polskiego Towarzystwa Botanicznego za okres od 1 kwietnia 1938 r. do 31 marca 1939 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/155/1939.0014.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/131/1939.0010.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Zaproszenie na Doroczne Walne Zebranie Lwowskiego Oddzia\322u", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/131/1939.0010.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/168/1937.0035.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Preliminarz bud\380etowy Oddzia\322u Warszawskiego Polskiego Towarzystwa Botanicznego za okres od 1 kwietnia 1937 r. do 31 marca 1938 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/168/1937.0035.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/132/1939.0011.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Pismo ze sprawozdaniem z czynno\347ci redaktorskich w Acta Societatis Botanicorum Poloniae w czasie od 15 maja 1938 r. do 15 maja 1939 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/132/1939.0011.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/153/1934.0027.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Pismo z Ministerstwa Wyzna\324 Religijnych i O\347wiecenia Publicznego w sprawie przyznania zasi\322ku na wydawnicze potrzeby Towarzystwa", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/153/1934.0027.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/135/1937.0033.pdf?sequence=4&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Wykaz cz\322onk\243w Oddzia\322u Lwowskiego", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/135/1937.0033.pdf?sequence=4&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/181/1948.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z Walnego Zgromadzenia Polskiego Towarzystwa Botanicznego w Toruniu, 29 i 30 czerwca 1948 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/181/1948.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/148/1937.0021.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne W sprawie proponowanych zmian w polskim mianownictwie embriologicznym", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/148/1937.0021.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/154/1937.0023.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z dzia\322alno\347ci Polskiego Towarzystwa Botanicznego za okres od 1 kwietnia 1936 r. do 31 marca 1937 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/154/1937.0023.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/151/1934.0025.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Zaproszenie na Zjazd Towarzystwa w Wilnie po\322\261czony z Walnym Zebraniem", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/151/1934.0025.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/166/1936.0010.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie kasowe Oddzia\322u Warszawskiego Polskiego Towarzystwa Botanicznego za okres od 1 kwietnia 1935 r. do 31 marca 1936 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/166/1936.0010.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/149/1934.0023.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Spis nowych Cz\322onk\243w Oddzia\322u Krakowskiego", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/149/1934.0023.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/217/1952.0002.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z plenarnego posiedzenia Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego w Warszawie, 26 stycznia 1952 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/217/1952.0002.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/150/1934.0024.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Spis cz\322onk\243w Oddzia\322u Pozna\324skiego", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/150/1934.0024.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/167/1937.0034.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie kasowe Oddzia\322u Warszawskiego Polskiego Towarzystwa Botanicznego za okres od 1 kwietnia 1936 r. do 31 marca 1937 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/167/1937.0034.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/171/1937.0036.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne List do Przwodnicz\261cego Oddzia\322u Lwowskiego Polskiego Towarzystwa Botanicznego w sprawie rozdzia\322u 7. pracy Meremi\324skiego-Kossowskiego \8222Z rozwoju woreczka zal\261\380kowego uko\347nicy Begonia incana Lindl\8221", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/171/1937.0036.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/195/1948.0006.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z posiedzenia Prezydium Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego w Warszawie, 21 kwietnia 1948 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/195/1948.0006.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/170/1939.0015.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z dzia\322alno\347ci Oddzia\322u Warszawskiego Polskiego Towarzystwa Botanicznego za okres od 1 kwietnia 1938 r. do 31 marca 1939 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/170/1939.0015.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/269/2016.0004.pdf?sequence=6&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Botanika \8211 tradycja i nowoczesno\347\263. Streszczenia referat\243w i plakat\243w 57. Zjazdu Polskiego Towarzystwa Botanicznego, Lublin, 27 czerwca \8211 3 lipca 2016", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/269/2016.0004.pdf?sequence=6&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/165/1936.0009.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z dzia\322alno\347ci Oddzia\322u Warszawskiego Polskiego Towarzystwa Botanicznego za okres od 1 kwietnia 1935 r. do 31 marca 1936 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/165/1936.0009.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/220/1952.0005.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z plenarnego posiedzenia Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego w Warszawie, 12 czerwca 1952 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/220/1952.0005.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/306/wb.651.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Profesor Alicja Zemanek \8211 70-lecie urodzin historyka botaniki i poetki", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/306/wb.651.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/177/1972.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z przebiegu obrad Sekcji Paleobotanicznej i Palinologii na XL Zje\378dzie Polskiego Towarzystwa Botanicznego", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/177/1972.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/312/2016.0006.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Botanika \8211 tradycja i nowoczesno\347\263. Program 57. Zjazdu Polskiego Towarzystwa Botanicznego, Lublin, 27 czerwca\8211\&3 lipca 2016", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/312/2016.0006.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/234/1954.0003.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z 1-go posiedzenia Komisji Statutowej Polskiego Towarzystwa Botanicznego w Warszawie, 8 marca 1954 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/234/1954.0003.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/215/1951.0006.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z posiedzenia warszawskich cz\322onk\243w Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego w Warszawie, 1 pa\378dziernika 1951 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/215/1951.0006.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/184/1951.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z Walnego Zgromadzenia Polskiego Towarzystwa Botanicznego w Poznaniu, 15 wrze\347nia 1951 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/184/1951.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/216/1951.0007.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z posiedzenia warszawskich cz\322onk\243w Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego w Warszawie, 29 listopada 1951 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/216/1951.0007.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/214/1951.0005.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z posiedzenia Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego w Poznaniu, 14 wrze\347nia 1951 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/214/1951.0005.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/218/1952.0003.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z posiedzenia warszawskich cz\322onk\243w Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego w Warszawie, 22 lutego 1952 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/218/1952.0003.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/172/1937.0037.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne W sprawie rozdzia\322u 7. pracy Meremi\324skiego-Kossowskiego \8222Z rozwoju woreczka zal\261\380kowego uko\347nicy Begonia incana Lindl\8221", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/172/1937.0037.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/305/2021.0002.pdf?sequence=5&isAllowed=y", title = "Polskie Towarzystwo Botaniczne II Krajowa Konferencja \8222Anatomia i histogeneza ro\347lin: dzi\347 i jutro\8221 \8211 Komitet Naukowy i Organizacyjny, program, streszczenia referat\243w", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/305/2021.0002.pdf?sequence=5&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/191/1947.0002.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z posiedzenia Prezydium Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego w Warszawie, 15 stycznia 1947 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/191/1947.0002.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/310/2017.0007.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne VI Og\243lnopolska Konferencja Naukowa Sekcji Pteridologicznej PTB \8211 streszczenia wyst\261pie\324", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/310/2017.0007.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/164/1937.0032.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z zebrania Zarz\261du Lwowskiego Oddzia\322u Polskiego Towarzystwa Botanicznego z 22 kwietnia 1937 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/164/1937.0032.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/298/wb.646.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Nowe stanowiska ro\347lin naczyniowych Polski, 1", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/298/wb.646.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/205/1950.0003.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z posiedzenia warszawskich cz\322onk\243w Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego w Warszawie, 16 marca 1950 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/205/1950.0003.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/180/1947.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z Walnego Zgromadzenia Polskiego Towarzystwa Botanicznego w Krakowie, 21 i 22 wrze\347nia 1947 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/180/1947.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/176/1936.0012.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Pismo do oddzia\322\243w w sprawie projektu Statutu", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/176/1936.0012.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/179/1946.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z Walnego Zgromadzenia Polskiego Towarzystwa Botanicznego w Lublinie, 27 i 28 wrze\347nia 1946 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/179/1946.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/193/1948.0004.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z posiedzenia Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego w Krakowie, 20 wrze\347nia 1948 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/193/1948.0004.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/174/1938.0009.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Statut Polskiego Towarzystwa Botanicznego", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/174/1938.0009.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/187/1954.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z Walnego Zgromadzenia Polskiego Towarzystwa Botanicznego w Lublinie, 19 wrze\347nia 1954 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/187/1954.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/178/1936.0013.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Uwagi do projektu Statutu", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/178/1936.0013.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/198/1949.0002.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z posiedzenia Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego w Warszawie, 7 stycznia 1949 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/198/1949.0002.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/175/1936.0011.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Projekt Statutu", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/175/1936.0011.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/211/1951.0002.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z plenarnego posiedzenia Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego w Warszawie, 12 lutego 1951 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/211/1951.0002.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/197/1948.0008.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z posiedzenia warszawskich cz\322onk\243w Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego w Warszawie, 13 grudnia 1948 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/197/1948.0008.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/196/1948.0007.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z posiedzenia Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego w Toruniu, 28 czerwca 1948 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/196/1948.0007.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/199/1949.0003.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z posiedzenia warszawskich cz\322onk\243w Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego w Warszawie, 14 maja 1949 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/199/1949.0003.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/185/1952.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z Walnego Zgromadzenia Polskiego Towarzystwa Botanicznego w Warszawie, 12 czerwca 1952 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/185/1952.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/194/1948.0005.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z posiedzenia Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego w Warszawie, 8 stycznia 1948 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/194/1948.0005.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/200/1949.0004.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z posiedzenia warszawskich cz\322onk\243w Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego w Warszawie, 10 czerwca 1949 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/200/1949.0004.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/192/1947.0003.pdf?sequence=3&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z posiedzenia Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego w Warszawie, 19 lipca 1947 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/192/1947.0003.pdf?sequence=3&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/182/1949.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z Walnego Zgromadzenia Polskiego Towarzystwa Botanicznego w \321odzi, 10 wrze\347nia 1949 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/182/1949.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/173/1937.0038.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Pismo do zarz\261d\243w oddzia\322\243w oraz cz\322onk\243w Polskiego Towarzystwa Botanicznego w sprawie projektu zmian w \8222Mianownictwie\8221 z 1934 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/173/1937.0038.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/263/2019.0037.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sympozjum Sekcji Paleobotanicznej Polskiego Towarzystwa Botanicznego \8211 zeszyt streszcze\324", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/263/2019.0037.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/186/1953.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z Walnego Zgromadzenia Polskiego Towarzystwa Botanicznego w Bia\322ymstoku, 3 wrze\347nia 1953 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/186/1953.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/188/1945.0002.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z posiedzenia Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego w Warszawie, 29 wrze\347nia 1945 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/188/1945.0002.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/183/1950.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z Walnego Zgromadzenia Polskiego Towarzystwa Botanicznego we Wroc\322awiu, 10 wrze\347nia 1950 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/183/1950.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/208/1950.0006.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z plenarnego posiedzenia Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego we Wroc\322awiu, 9 wrze\347nia 1950 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/208/1950.0006.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/189/1946.0002.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z posiedzenia Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego w Lublinie, 26 wrze\347nia 1946 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/189/1946.0002.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/252/2019.0003.pdf?sequence=5&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Botanika bez granic. Program 58. Zjazdu Polskiego Towarzystwa Botanicznego, Krak\243w, 1\8211\&7 lipca 2019", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/252/2019.0003.pdf?sequence=5&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/190/1948.0002.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z posiedzenia Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego w Warszawie, 4 stycznia 1948 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/190/1948.0002.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/201/1949.0005.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z posiedzenia Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego w \321odzi, 9 wrze\347nia 1949 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/201/1949.0005.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/207/1950.0005.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z posiedzenia warszawskich cz\322onk\243w Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego w Warszawie, 2 wrze\347nia 1950 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/207/1950.0005.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/268/2016.0003.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Na mi\281dzyrzeczu Wis\322y i Bugu. Krajobrazy ro\347linne i dziedzictwo kulturowe \347rodkowowschodniej Polski i zachodniej Ukrainy. Sesje terenowe 57. Zjazdu Polskiego Towarzystwa Botanicznego \8222Botanika \8211 tradycja i nowoczesno\347\263\8221, Lublin, 27 czerwca \8211 3 lipca 2016", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/268/2016.0003.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/203/1949.0007.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z posiedzenia warszawskich cz\322onk\243w Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego w Warszawie, 30 listopada 1949 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/203/1949.0007.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/202/1949.0006.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z posiedzenia Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego w \321odzi, 10 wrze\347nia 1949 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/202/1949.0006.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/206/1950.0004.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z posiedzenia warszawskich cz\322onk\243w Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego w Warszawie, 2 czerwca 1950 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/206/1950.0004.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/256/2019.0029.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z dzia\322alno\347ci Polskiego Towarzystwa Botanicznego w latach 2016\8211\&2018", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/256/2019.0029.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/204/1950.0002.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z posiedzenia Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego w Warszawie", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/204/1950.0002.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/261/2021.0001.pdf?sequence=7&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Statut Polskiego Towarzystwa Botanicznego", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/261/2021.0001.pdf?sequence=7&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/213/1951.0004.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z posiedzenia warszawskich cz\322onk\243w Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego w Warszawie, 12 wrze\347nia 1951 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/213/1951.0004.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/241/2018.0015.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sympozjum Sekcji Paleobotanicznej Polskiego Towarzystwa Botanicznego \8211 zeszyt streszcze\324", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/241/2018.0015.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/209/1950.0007.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z posiedzenia warszawskich cz\322onk\243w Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego w Warszawie, 22 wrze\347nia 1950 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/209/1950.0007.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/279/2009.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z dzia\322alno\347ci Polskiego Towarzystwa Botanicznego w 2008 roku", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/279/2009.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/210/1950.0008.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z posiedzenia warszawskich cz\322onk\243w Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego w Warszawie, 13 grudnia 1950 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/210/1950.0008.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/249/2013.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z dzia\322alno\347ci Polskiego Towarzystwa Botanicznego w latach 2010\8211\&2012", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/249/2013.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/212/1951.0003.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Protok\243\322 z posiedzenia warszawskich cz\322onk\243w Zarz\261du G\322\243wnego Polskiego Towarzystwa Botanicznego w Warszawie, 27 kwietnia 1951 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/212/1951.0003.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/262/2019.0035.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sesja naukowa Oddzia\322u Gda\324skiego Polskiego Towarzystwa Botanicznego \8211 ksi\261\380ka abstrakt\243w", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/262/2019.0035.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/250/2011.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z dzia\322alno\347ci Polskiego Towarzystwa Botanicznego w latach 2007\8211\&2009", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/250/2011.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/276/2007.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z dzia\322alno\347ci Polskiego Towarzystwa Botanicznego w 2006 roku", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/276/2007.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/247/2019.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Wykorzystanie serwis\243w internetowych w dzia\322alno\347ci Polskiego Towarzystwa Botanicznego \8211 sprawozdanie za lata 2016\8211\&2018", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/247/2019.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/258/2018.0016.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Raport Komisji ds. Biblioteki PTB", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/258/2018.0016.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/257/2019.0030.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z dzia\322alno\347ci wydawnictw PTB w latach 2016\8211\&2019", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/257/2019.0030.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/287/2018.0017.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z dzia\322alno\347ci Polskiego Towarzystwa Botanicznego w 2017 roku", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/287/2018.0017.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/253/2019.0004.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Porz\261dek 65. Walnego Zgromadzenia Delegat\243w Polskiego Towarzystwa Botanicznego dnia 1 lipca 2019 roku w Krakowie", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/253/2019.0004.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/259/2019.0031.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Stanowisko PTB w sprawie Poleskiego Parku Narodowego", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/259/2019.0031.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/265/mb.2019.001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Diversity and environmental variability of riparian tall herb fringe communities of the order Convolvuletalia sepium in Polish river valleys", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/265/mb.2019.001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/275/2006.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z dzia\322alno\347ci Polskiego Towarzystwa Botanicznego w 2005 roku", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/275/2006.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/267/2020.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Stanowisko PTB i Instytutu Botaniki im W. Szafera PAN w sprawie cofni\281tej dotacji DUN i czasopism polskich", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/267/2020.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/282/2012.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z dzia\322alno\347ci Polskiego Towarzystwa Botanicznego w 2011 roku", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/282/2012.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/266/1938.0011.pdf?sequence=6&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Prof. dr. Edward Strasburger (1844\8211\&1912). Jego \380ycie i dzie\322a", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/266/1938.0011.pdf?sequence=6&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/273/2020.0003.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z dzia\322alno\347ci Polskiego Towarzystwa Botanicznego w 2019 roku", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/273/2020.0003.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/260/2019.0033.zip?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Galeria zdj\281\263 z 58. Zjazdu Polskiego Towarzystwa Botanicznego", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/260/2019.0033.zip?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/285/2015.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z dzia\322alno\347ci Polskiego Towarzystwa Botanicznego w 2014 roku", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/285/2015.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/255/2019.0018.pdf?sequence=3&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Wsp\243\322czesna ochrona przyrody w Ma\322opolsce. Przewodnik sesji terenowych 58. Zjazdu Polskiego Towarzystwa Botanicznego \8222Botanika bez granic\8221, Krak\243w, 1\8211\&7 lipca 2019 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/255/2019.0018.pdf?sequence=3&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/274/2005.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z dzia\322alno\347ci Polskiego Towarzystwa Botanicznego w 2004 roku", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/274/2005.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/270/2010.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Planta in vivo, in vitro et in silico. Streszczenia referat\243w i plakat\243w 55. Zjazdu Polskiego Towarzystwa Botanicznego, Warszawa, 6\8211\&12 wrze\347nia 2010", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/270/2010.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/278/2008.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z dzia\322alno\347ci Polskiego Towarzystwa Botanicznego w 2007 roku", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/278/2008.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/277/2007.0002.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z dzia\322alno\347ci Polskiego Towarzystwa Botanicznego w latach 2004\8211\&2006", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/277/2007.0002.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/291/wb.643.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Motywy ro\347linne w herbach papieskich", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/291/wb.643.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/254/2019.0005.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Botanika bez granic. Streszczenia referat\243w i plakat\243w 58. Zjazdu PTB", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/254/2019.0005.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/284/2014.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z dzia\322alno\347ci Polskiego Towarzystwa Botanicznego w 2013 roku", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/284/2014.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/281/2011.0002.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z dzia\322alno\347ci Polskiego Towarzystwa Botanicznego w 2010 roku", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/281/2011.0002.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/315/2022.0001.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne IV Seminarium Sekcji Taksonomii Ro\347lin PTB, Swolszewice Ma\322e, 12\8211\&17 lipca, 2021 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/315/2022.0001.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/299/wb.645.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Materia\322y do rozmieszczenia porost\243w i grzyb\243w naporostowych Polski, 1", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/299/wb.645.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/286/2016.0005.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z dzia\322alno\347ci Polskiego Towarzystwa Botanicznego w 2015 roku", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/286/2016.0005.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/280/2010.0002.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z dzia\322alno\347ci Polskiego Towarzystwa Botanicznego w 2009 roku", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/280/2010.0002.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/293/2020.0004.pdf?sequence=3&isAllowed=y", title = "Polskie Towarzystwo Botaniczne III Seminarium Sekcji Taksonomii Ro\347lin Naczyniowych PTB, Wo\322osate, 6\8211\&9 lipca, 2020 r.", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/293/2020.0004.pdf?sequence=3&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/283/2013.0002.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z dzia\322alno\347ci Polskiego Towarzystwa Botanicznego w 2012 roku", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/283/2013.0002.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/290/1972.0003.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne 50 lat Polskiego Towarzystwa Botanicznego", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/290/1972.0003.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/272/wb.641.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Korzenie przybyszowe w pr\243chniej\261cym pniu d\281bu szypu\322kowego Quercus robur", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/272/wb.641.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/294/2020.0005.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Illustrated flora of Tajikistan and adjacent areas", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/294/2020.0005.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/300/2017.0003.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne R\243\380norodno\347\263 biologiczna \8211 od kom\243rki do ekosystemu. Interdyscyplinarne i aplikacyjne znaczenie bada\324 biologicznych", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/300/2017.0003.pdf?sequence=1&isAllowed=y", description = Nothing
},ShadowItem {url = Just "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/288/2019.0038.pdf?sequence=1&isAllowed=y", title = "Polskie Towarzystwo Botaniczne Sprawozdanie z dzia\322alno\347ci Polskiego Towarzystwa Botanicznego w 2018 roku", itype = "periodical", originalDate = Nothing, creator = Nothing, format = Just "pdf", lang = Just "pol", finalUrl = "https://pbsociety.org.pl/repository/bitstream/handle/20.500.12333/288/2019.0038.pdf?sequence=1&isAllowed=y", description = Nothing
}
]