{"id":17365,"date":"2022-01-22T10:20:08","date_gmt":"2022-01-22T09:20:08","guid":{"rendered":"http:\/\/staging.orchidee.de\/e-paper\/"},"modified":"2023-04-26T19:51:12","modified_gmt":"2023-04-26T17:51:12","slug":"e-paper","status":"publish","type":"page","link":"https:\/\/staging.orchidee.de\/en\/e-paper\/","title":{"rendered":"E-Paper"},"content":{"rendered":"<section class=\"l-section wpb_row us_custom_b3be410f height_huge width_full color_alternate with_img\"><div class=\"l-section-img\" style=\"background-image: url(https:\/\/staging.orchidee.de\/wp-content\/uploads\/Dendrobium-Sun-Sprite_KF.jpg);background-position: top center;\" data-img-width=\"1800\" data-img-height=\"900\"><\/div><div class=\"l-section-overlay\" style=\"background:var(--color-header-transparent-bg)\"><\/div><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><\/div><\/div><\/div><\/div><\/section><!-- Row Backgrounds --><section class=\"l-section wpb_row height_medium\"><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"wpb_text_column us_custom_e939c30a\"><div class=\"wpb_wrapper\"><h3>E-Paper<\/h3>\n<\/div><\/div><div class=\"w-separator size_medium\"><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><p><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: large;\"><span style=\"font-family: Arial, serif;\">Parallel to the publication in the magazine &#8220;Die Orchidee&#8221;, we offer authors the opportunity to publish their new descriptions digitally with us.<br \/>\nThis new description is registered and archived at the German National Library and is available for download on this page.<br \/>\nAll authors are responsible for the content of the articles they have written and for all other information about them. You are responsible for ensuring that the publication rights to the images used are guaranteed. Appropriate notes may need to be added to the manuscript. <\/span><\/span><\/span><\/p>\n<\/div><\/div><div class=\"w-separator size_medium\"><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><h3><span style=\"font-family: Arial, sans-serif;\"><span style=\"font-size: large;\"><strong><span style=\"font-family: Arial, serif;\">ISSN Internet: 2366-0643<\/span><\/strong><\/span><\/span><\/h3>\n<\/div><\/div><\/div><\/div><\/div><\/div><\/section><section class=\"l-section wpb_row height_auto\"><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\">[vc_wp_text]<p><style>\r\n.table-wrap {\r\n  position:relative;\r\n}\r\n.table-scr {\r\n  height:500px;\r\n  overflow:scroll;  \r\n  margin-top:20px;\r\n  \r\n}\r\n.table-wrap table {\r\n  width:100%;\r\n\r\n}\r\n\r\n\r\n.table-wrap table thead th .text {\r\n  position:absolute;   \r\n  \r\n  z-index:2;\r\n  \r\n  width:35%;\r\n  border-bottom: 2px solid #ea6ea4;\r\n}\r\n.sticky_thead{\r\n    position: sticky;\r\n    top: 0;\r\n\twidth:100%;\r\n    background-color:white;\r\n    border-bottom: 2px solid #ea6ea4;\r\n}\r\n.fa-external-link-alt:before {\r\n    content: \"\\21E5\";\r\n}\r\n\/************Search************\/\r\n#myInput {\r\n  width: 50%; \/* half-width *\/\r\n  font-size: 1rem; \/* Increase font-size *\/\r\n  padding: 1px 10px 1px 1px; \/* Add some padding *\/\r\n  border: 1px solid #ddd; \/* Add a grey border *\/\r\n  margin-bottom: 8px; \/* Add some space below the input *\/\r\n}\r\n\r\n#myTable {\r\n  border-collapse: collapse; \/* Collapse borders *\/\r\n  width: 100%; \/* Full-width *\/\r\n  border: 1px solid #ddd; \/* Add a grey border *\/\r\n  font-size: 18px; \/* Increase font-size *\/\r\n}\r\n\r\n#myTable th, #myTable td {\r\n  text-align: left; \/* Left-align text *\/\r\n  padding: 12px; \/* Add padding *\/\r\n}\r\n\r\n#myTable tr {\r\n  \/* Add a bottom border to all table rows *\/\r\n  border-bottom: 1px solid #ddd;\r\n}\r\n\r\n#myTable tr.header, #myTable tr:hover {\r\n  \/* Add a grey background color to the table header and on hover *\/\r\n  background-color: #f1f1f1;\r\n}\r\n\r\n<\/style>\r\n\r\n<input id=\"myInput\" type=\"text\" onkeyup=\"myFunction()\" placeholder=\"Suchen...\" \/>\r\n\r\n<script>\t\r\n\t\r\nfunction myFunction() {\r\n  \/\/ Declare variables\r\n  var input, filter, table, tr, td, i, txtValue;\r\n  input = document.getElementById(\"myInput\");\r\n  filter = input.value.toUpperCase();\r\n  table = document.getElementById(\"myTable\");\r\n  tr = table.getElementsByTagName(\"tr\");\r\n\r\n  \/\/ Loop through all table rows, and hide those who don't match the search query\r\n  for (i = 1; i < tr.length; i++) {\r\n    \/\/ Hide the row initially.\r\n    tr[i].style.display = \"none\";\r\n\r\n    td = tr[i].getElementsByTagName(\"td\");\r\n    for (var j = 0; j < td.length; j++) {\r\n      cell = tr[i].getElementsByTagName(\"td\")[j];\r\n      if (cell) {\r\n        if (cell.innerHTML.toUpperCase().indexOf(filter) > -1) {\r\n          tr[i].style.display = \"\";\r\n          break;\r\n        } \r\n      }\r\n    }\r\n}\r\n}\r\n<\/script><\/p>\r\n\r\n<div class=\"table-wrap\">\r\n\t<div class=\"table-scr\">\r\n<table id=\"myTable\" class=\"ePaperTable\">\r\n                   \r\n\t\r\n    <thead class=\"sticky_thead\">\r\n        <th>Name<\/th>\r\n        <th>Year<\/th>\r\n        <th>Month<\/th>\r\n        <th>DNB Archiv<\/th>\r\n    <\/thead>\r\n\r\n<tbody>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/Vanilla-shenzhenica-var.-fujianica-eine-neue-Varietaet-aus-China-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Vanilla shenzhenica var. fujianica, a new variety from China<\/a><\/td>\r\n<td>2024<\/td>\r\n<td>11<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"https:\/\/d-nb.info\/1349628166\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/Corrigendum-zu-Phalaenopsis-amabilis-f-elysia.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Corrigendum to Phalaenopsis amabilis f. elysia, a new colour form from Java<\/a><\/td>\r\n<td>2024<\/td>\r\n<td>11<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"https:\/\/d-nb.info\/134843788X\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/Bulbophyllum-atromaculatum-Epicrianthes-signa-neue-Arten-von-den-Philippinen.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Bulbophyllum atromaculatum, Epicrianthes signa \u2013 2 new species from the Philippines<\/a><\/td>\r\n<td>2024<\/td>\r\n<td>10<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"https:\/\/d-nb.info\/1344000169\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/Phalaenopsis-amabilis-f.-elysia-eine-neue-Farbform-aus-Java.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Phalaenopsis amabilis f. elysia, a new colour form from Java<\/a><\/td>\r\n<td>2024<\/td>\r\n<td>9<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"https:\/\/d-nb.info\/1343155142\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/Sektion-Foveolatae-\u2013-neue-Sektion-der-philippinisch-bornesischen-Dendrobiinae.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Section Foveolatae \u2013 a new section in the Philippine\/Bornean Dendrobiinae<\/a><\/td>\r\n<td>2024<\/td>\r\n<td>8<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"https:\/\/d-nb.info\/133852786X\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/Bulbophyllum-antenniferum-subsp.-icterinum-neue-Unterart-aus-Papua-Neuguinea.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Bulbophyllum antenniferum subsp. icterinum, a new subspecies from Papua New Guinea<\/a><\/td>\r\n<td>2024<\/td>\r\n<td>8<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"https:\/\/d-nb.info\/1338522264\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/Bulbophyllum-whanilii-ein-neues-Bulbophyllum-aus-Nordvietnam.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Bulbophyllum whanilii, a new Bulbophyllum from Northern Vietnam<\/a><\/td>\r\n<td>2024<\/td>\r\n<td>6<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"https:\/\/d-nb.info\/1332104924\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/Cylindrolobus-amphlettiae-eine-neue-Art-aus-Papua-Neuguinea.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Cylindrolobus amphlettiae, a new species from Papua New Guinea<\/a><\/td>\r\n<td>2024<\/td>\r\n<td>5<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"https:\/\/d-nb.info\/1330007956\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/Corrigendum-zu-Paphiopedilum-khanzae-eine-neue-Art-von-den-Molukken.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Corrigendum to Paphiopedilum khanzae \u2013 a New Species from the Moluccas\/North Maluku in Indonesia<\/a><\/td>\r\n<td>2024<\/td>\r\n<td>4<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"https:\/\/d-nb.info\/1326986236\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/Paphiopedilum-khanzae-eine-neue-Art-von-den-Molukken.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Paphiopedilum khanzae \u2013 a New Species from the Moluccas\/North Maluku in Indonesia<\/a><\/td>\r\n<td>2024<\/td>\r\n<td>4<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"https:\/\/d-nb.info\/1326641492\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/Eulophia-muktangkharensis-eine-neue-Eulophia-aus-Bhutan.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Eulophia muktangkharensis, a new and attractive Eulophia from eastern Bhutan<\/a><\/td>\r\n<td>2024<\/td>\r\n<td>4<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"https:\/\/d-nb.info\/1326494775\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/Bulbophyllum-sungwookii-eine-neue-Art-aus-Vietnam.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Bulbophyllum sungwookii, a new species from center of Vietnam<\/a><\/td>\r\n<td>2024<\/td>\r\n<td>4<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"https:\/\/d-nb.info\/1325269743\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\t\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/Bulbophyllum-johannae-eine-neue-Art-aus-Papua-Neuguinea.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Bulbophyllum johannae, a new species from Papua New Guinea<\/a><\/td>\r\n<td>2024<\/td>\r\n<td>1<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"https:\/\/d-nb.info\/1317566335\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/Liparis-killmanniae-eine-neue-Liparis-Art-sowie-die-Identitaet-von-Liparis-deistelii.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Liparis killmanniae, a new species of Liparis from the Democratic Republic of the Congo, Rwanda, Burundi and Uganda and the identity of Liparis deistelii<\/a><\/td>\r\n<td>2024<\/td>\r\n<td>1<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"https:\/\/d-nb.info\/1317562267\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/Masdevallia-morochataensis-eine-neue-Art-aus-Bolivien.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Masdevallia morochataensis, a new species from Bolivia<\/a><\/td>\r\n<td>2023<\/td>\r\n<td>12<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"https:\/\/d-nb.info\/1314776541\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\t\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/Cypripedium-lentiginosum\u2013erstmals-in-Vietnam-nachgewiesen.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Cypripedium lentiginosum \u2013 erstmals in Vietnam nachgewiesen<\/a><\/td>\r\n<td>2023<\/td>\r\n<td>10<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"https:\/\/d-nb.info\/1308104359\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/Liparis-esmahaniae-hefiedae-new-species-from-Democratic-Republic-Congo.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Liparis esmahaniae-hefiedae \u2013 a new species from Democratic Republic Congo<\/a><\/td>\r\n<td>2023<\/td>\r\n<td>10<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"https:\/\/d-nb.info\/1306488192\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/Paphiopedilum-papuanum-f.-alboviride-\u2013-eine-neue-Farbform.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Paphiopedilum papuanum f. alboviride \u2013 a new colour form<\/a><\/td>\r\n<td>2023<\/td>\r\n<td>9<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"https:\/\/d-nb.info\/1303291444\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/Phalaenopsis-taenialis-var.-yunnanensis-neue-Varietaet-aus-China.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Phalaenopsis taenialis var. yunnanensis, a new variety from China<\/a><\/td>\r\n<td>2023<\/td>\r\n<td>7<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"https:\/\/d-nb.info\/1297259750\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/2023_2-E-Paper-Dendrobium-officinale-Neufund-Vietnam-2.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Dendrobium officinale erstmals in Vietnam entdeckt<\/a><\/td>\r\n<td>2023<\/td>\r\n<td>5<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"https:\/\/d-nb.info\/1290365687\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/Cavestro_Bulbophyllum_gadsupiorum.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Bulbophyllum gadsupiorum Cavestro et Kurt Metzger spec. nov., a New Species from Eastern Highland Province, Papua New Guinea<\/a><\/td>\r\n<td>2023<\/td>\r\n<td>1<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"https:\/\/d-nb.info\/1277690979\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/e-paper-2022-heft-10-s-68-72-dalstroem-letter-to-the-editor-notes-on-notes-on-names.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Dalstr\u00f6m, Stig: letter to the editor \"Odontoglossum or Oncidium?\" (Notes on Names 2022)<\/a><\/td>\r\n<td>2022<\/td>\r\n<td>11<\/td>\r\n<td>\u00a0<\/td>\r\n<td>\u00a0<\/td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/2022-e-paper-heft-11-gerlach-nachbestaeubungsphaenomene-bei-orchideen.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Nachbest\u00e4ubungsph\u00e4nomene bei Orchideen \u2013 oder der lange Weg des Pollens von der Best\u00e4ubung zur Befruchtung<\/a><\/td>\r\n<td>2022<\/td>\r\n<td>11<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"https:\/\/d-nb.info\/1273426207\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/simple-file-list\/dendrobium_sanderae_var__emilianum_eine_neue_varietaet.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Dendrobium sanderae var. emilianum \u2013 A spectacular new variety of Dendrobium sanderae saved from extinction<\/a><\/td>\r\n<td>2022<\/td>\r\n<td>11<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"https:\/\/d-nb.info\/127240112X\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/simple-file-list\/ophrys-apifera-f_-austroalsatica-eine-ungewoehnliche-neue-form-aus-dem-elsass.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Ophrys apifera f. austroalsatica - An unusual new form of Ophrys apifera from the Alsace<\/a><\/td>\r\n<td>2022<\/td>\r\n<td>6<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"https:\/\/d-nb.info\/126154837X\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/2022-07-paphiopedilum-sandyanum-\u2013-eine-neue-art-von-den-molukken-in-indonesien.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Paphiopedilum sandyanum \u2013 a New Species from the Moluccas in Indonesia<\/a><\/td>\r\n<td>2022<\/td>\r\n<td>5<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"https:\/\/d-nb.info\/1256879894\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/dendrobium-naqii-eine-neue-art-aus-westpapua-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Dendrobium naqii Cavestro spec. nov., a New Species from West Papua<\/a><\/td>\r\n<td>2022<\/td>\r\n<td>3<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"https:\/\/d-nb.info\/1254297677\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/cattleya-lobata-f.-alba-eine-attraktive-farbform-aus-brasilien-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Cattleya lobata f. alba, eine attraktive Farbform aus Brasilien<\/a><\/td>\r\n<td>2022<\/td>\r\n<td>1<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"https:\/\/d-nb.info\/1248969944\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/dendrobium-shixingense-erstmals-in-vietnam-gefunden-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Dendrobium shixingense, erstmals in Vietnam gefunden<\/a><\/td>\r\n<td>2022<\/td>\r\n<td>1<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"https:\/\/d-nb.info\/1248970640\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/bulbophyllum-retusum-erstmals-in-vietnam-gefunden-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Bulbophyllum retusum, erstmals in Vietnam gefunden<\/a><\/td>\r\n<td>2022<\/td>\r\n<td>1<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"https:\/\/d-nb.info\/1249627354\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/bulbophyllum-japrii-cavestro-spec.-nov.-eine-neue-art-aus-westpapua.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Bulbophyllum japrii Cavestro spec. nov., a New Species from West Papua<\/a><\/td>\r\n<td>2022<\/td>\r\n<td>1<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"https:\/\/d-nb.info\/1249940362\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/phalaenopsis-doweryensis-f.-flavocrameriana-eine-neue-farbform-aus-sabah.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Phalaenopsis doweryensis f. flavocrameriana, eine neue Farbform aus Sabah<\/a><\/td>\r\n<td>2022<\/td>\r\n<td>1<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"https:\/\/d-nb.info\/1248968913\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/2021-heft-6-cavestro-dendrobium-poerwantii.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Dendrobium poerwantii Cavestro \u2013 \u2013 a New Species from Papua<\/a><\/td>\r\n<td>2021<\/td>\r\n<td>10<\/td>\r\n <td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1242637931\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/705-bulbophyllum-baosangii_eine-neue-art-aus-vietnam.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Bulbophyllum baosangii \u2013 New Species of Bulbophyllum Section Brachyantha from Vietnam<\/a><\/td>\r\n<td>2021<\/td>\r\n<td>9<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1242031758\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/bulbophyllum-karreri_eine-neue-art-von-den-philippinen.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Bulbophyllum karreri Jenny et R. Amsler \u2013 a New Species from the Philippines<\/a><\/td>\r\n<td>2021<\/td>\r\n<td>8<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1238612431\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/bulbophyllum-calmialucii-\u2013-a-new-species-from-southern-papua.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Bulbophyllum calmialucii Cavestro \u2013 a New Species from Southern Papua<\/a><\/td>\r\n<td>2021<\/td>\r\n<td>7<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/123673369X\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/dendrobium-kabanense-cavestro-eine-neue-art-aus-nordsumatra-indonesien.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Dendrobium kabanense Cavestro, a New Species from North Sumatra, Indonesia<\/a><\/td>\r\n<td>2021<\/td>\r\n<td>3<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1229434925\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/dendrobium-semendoense-a-new-species-from-south-sumatera-indonesia.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Dendrobium semendoense a New Species from Section Platycaulon (Orchidaceae: Dendrobiinae) from South Sumatera, Indonesia<\/a><\/td>\r\n<td>2021<\/td>\r\n<td>2<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1226138918\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/cymbidium-dayanum-f.-flavoviride-eine-gelbgruene-farbform-aus-vietnam.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Cymbidium dayanum f. flavoviride, eine gelbgr\u00fcne Farbform aus Vietnam<\/a><\/td>\r\n<td>2020<\/td>\r\n<td>11<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1222065371\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/bulbophyllum-orthoglossum-f.-flavilabellum-eine-neue-farbform.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Bulbophyllum orthoglossum f. flavilabellum, eine neue Farbform<\/a><\/td>\r\n<td>2020<\/td>\r\n<td>10<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1219028762\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/corrigendum-zu-bulbophyllum-wibawoajii-jennyet-r.-amsler-eine-neue-spezies-aus-sumatra.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Correction to Bulbophyllum wibawoajii Jenny et R. Amsler, a New Species from Sumatra<\/a><\/td>\r\n<td>2020<\/td>\r\n<td>10<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1219029416\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/bulbophyllum-wibawoajii-jenny-et-r.-amsler-eine-neue-spezies-aus-sumatra.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Bulbophyllum wibawoajii Jenny et R. Amsler, a New Species from Sumatra<\/a><\/td>\r\n<td>2020<\/td>\r\n<td>10<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1219461571\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/bulbophyllum-antoi-neue-spezies-aus-indonesien.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Bulbophyllum antoi Cavestro, a New Species from Aceh Province, North Sumatra, Indonesia<\/a><\/td>\r\n<td>2020<\/td>\r\n<td>9<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1217567607\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/dendrobium-bandii-eine-neue-art-aus-indonesien.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Dendrobium bandii Cavestro, a New Species from Aceh Provinc, North Sumatra, Indonesia<\/a><\/td>\r\n<td>2020<\/td>\r\n<td>8<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1216804141\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/novitaeten-der-gattungen-dracula-scaphosepalum-trisetella-und-zootrophion-aus-der-subtribus-pleurothallidinae.pdf\">Novit\u00e4ten der Gattungen Dracula, Scaphosepalum, Trisetella und Zootrophion aus der Subtribus Pleurothallidinae<\/a><\/td>\r\n<td>2020<\/td>\r\n<td>8<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/121526478X\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/dendrobium-gintingii-eine-neue-spezies-aus-nordsumatra.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Dendrobium gintingii Cavestro et Ormerod \u2013 a New Species from North Sumatra<\/a><\/td>\r\n<td>2020<\/td>\r\n<td>7<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1214356621\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/phalaenopsis-lueddemanniana-forma-crameriana-eine-neue-farbform-von-den-philippinen.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Phalaenopsis lueddemanniana f. crameriana, eine neue Farbform von den Philippinen<\/a><\/td>\r\n<td>2020<\/td>\r\n<td>7<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1214277268\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/arachnis-labrosa-f.-zhaoi-eine-interessante-farbform-aus-vietnam.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Arachnis labrosa f. zhaoi, eine interessante Farbform aus Vietnam<\/a><\/td>\r\n<td>2020<\/td>\r\n<td>7<\/td>\r\n <td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1214276849\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/maxillaria-pseudopicta.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Maxillaria pseudopicta<\/a><\/td>\r\n<td>2020<\/td>\r\n<td>6<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/bulbophyllum-heidelbergianum-eine-neue-art-aus-papua-neuguinea.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Bulbophyllum heidelbergianum, eine neue Art aus Papua-Neuguinea<\/a><\/td>\r\n<td>2020<\/td>\r\n<td>6<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1212152646\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/dendrobium-gayoense-neue-spezies-aus-indonesien.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Dendrobium gayoense (Section Calcarifera, Orchidaceae), a new species from Aceh, Sumatra, Indonesia<\/a><\/td>\r\n<td>2020<\/td>\r\n<td>6<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1211625613\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/dendrobium-kruiense-subspec.-alboflavum-neue-subspezies-der-sektion-calcalifera-aus-aceh-indonesien.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Dendrobium kruiense subspec. alboflavum, a new subspecies from section Calcarifera (Orchidaceae, Dendrobiinae), from Aceh, Sumatra, Indonesia<\/a><\/td>\r\n<td>2020<\/td>\r\n<td>6<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1211439348\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/dendrobium-moniliforme-forma-alboviolaceum-neue-farbform-aus-vietnam.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Dendrobium moniliforme f. alboviolaceum, eine neue Farbform aus Vietnam<\/a><\/td>\r\n<td>2020<\/td>\r\n<td>5<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1210991330\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/corrigendum-zu-spathoglottis-plicata-forma-alba.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Corrigendum zu Spathoglottis plicata forma alba<\/a><\/td>\r\n<td>2020<\/td>\r\n<td>5<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1210991659\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/bulbophyllum-margaritiphorum-eine-neue-art-aus-peru.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Bulbophyllum margaritiphorum, eine neue Art aus Peru<\/a><\/td>\r\n<td>2020<\/td>\r\n<td>5<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1209658275\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/zusatzliche-informationen-zu-cylindrolobus-foetidus-in-vietnam.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Additional character details for Cylindrolobus foetidus (Aver.) Schuit., Y. P. Ng et h. A. Pedersen in Vietnam<\/a><\/td>\r\n<td>2020<\/td>\r\n<td>4<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1208372505\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/coppensia-cipoensis-und-coppensia-meyeri-spec.-nov..pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Coppensia cipoensis and Coppensia meyeri, two new species from the Serra do Cip\u00f3 (Minas Gerais, Brazil)<\/a><\/td>\r\n<td>2020<\/td>\r\n<td>4<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1208282220\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/bulbophyllum-dodikii-cavestro-eine-neue-art-aus-dem-nordoestlichen-papua.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Bulbophyllum dodikii Cavestro, a New Species from Northeastern Papua<\/a><\/td>\r\n<td>2020<\/td>\r\n<td>4<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1207527130\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/dendrobium-kyrae-eine-neue-dendrobium-art-aus-sumatra.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Dendrobium kyrae Handoyo, O\u2019Byrne et Cootes, (Sektion Distichophyllae, Orchidaceae), a New Dendrobium Species from Aceh, Sumatra, Indonesia<\/a><\/td>\r\n<td>2020<\/td>\r\n<td>3<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1206169117\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/bulbophyllum-trichosalpinxoides-eine-neue-art-von-neuguinea.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Bulbophyllum trichosalpinxoides, eine neue Art aus dem indonesischen Teil von Neuguinea<\/a><\/td>\r\n<td>2020<\/td>\r\n<td>3<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1205706798\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/habenaria-hermannjosef-rothii-neue-erdorchidee-aus-ruanda.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Habenaria hermannjosef-rothii, a new rhizomatous terrestrial orchid from montane forests in Nyungwe National Park, Rwanda<\/a><\/td>\r\n<td>2020<\/td>\r\n<td>2<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1205537848\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/polystachyae-kathrinae-und-polystachya-maculata-ssp.-muloloensis.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Polystachya kathrinae und Polystachya maculata ssp. muloloensis \u2013 Two New Epiphytic Orchids from Kahuzi-Bi\u00e9ga National Park, Democratic Republic of the Congo, and its Surroundings<\/a><\/td>\r\n<td>2020<\/td>\r\n<td>2<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/120399589X\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/spathoglottis-calcicola-eine-neue-art-aus-sulawesi.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Spathoglottis calcicola Handoyo, Cootes, Raynalta et Victoriano (Orchidaceae) \u2013 a New Species from Sulawesi\/Indonesia<\/a><\/td>\r\n<td>2020<\/td>\r\n<td>1<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1202588557\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/dendrobium-albopurpureum-f.-album-eine-neue-farbform-aus-vietnam.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Dendrobium albopurpureum f. album, eine neue Farbform aus Vietnam<\/a><\/td>\r\n<td>2019<\/td>\r\n<td>12<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1201341515\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/schoenorchis-phitamii-forma-alba-eine-neue-farbform-aus-vietnam.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Schoenorchis phitamii f. alba, eine neue Farbform aus Vietnam<\/a><\/td>\r\n<td>2019<\/td>\r\n<td>12<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1201340136\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/spathoglottis-plicata-f.-alba-eine-neue-farbform-aus-vietnam.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Spathoglottis plicata f. alba, eine neue Farbform aus Vietnam<\/a><\/td>\r\n<td>2019<\/td>\r\n<td>12<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1201144086\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/umkombination-zu-odontoglossum-aufgrund-morphologischer-merkmale.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Transfers to Odontoglossum based on Morphology (Orchidaceae; Oncidiinae)<\/a><\/td>\r\n<td>2019<\/td>\r\n<td>11<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1171116209\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/paphiopedilum-trungkienii-eine-neue-art-aus-vietnam.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Paphiopedilum trungkienii, eine neue Art aus Vietnam<\/a><\/td>\r\n<td>2019<\/td>\r\n<td>5<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1187097500\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/bulbophyllum-claviforme-eine-neue-art-aus-vietnam.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Bulbophyllum claviforme, a new species from Vietnam<\/a><\/td>\r\n<td>2019<\/td>\r\n<td>5<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1186653051\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/bulbophyllum-thydoii-eine-neue-art-aus-dem-naturschutzgebiet-hon-ba-nat-in-vietnam.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Bulbophyllum thydoii, a new species from Hon Ba Nature Reserve in Vietnam<\/a><\/td>\r\n<td>2019<\/td>\r\n<td>4<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1184338604\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/neufunde-von-drei-miniaturorchideen-im-nationalpark-phu-quoc-in-vietnam.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">New records of three miniature orchids from Phu Quoc National Park, Vietnam<\/a><\/td>\r\n<td>2019<\/td>\r\n<td>4<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1183657854\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/bulbophyllum-macranthum-forma-alboviride-eine-neue-farbform.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Bulbophyllum macranthum f. alboviride, eine neue Farbform \u2013 in Vietnam gefunden<\/a><\/td>\r\n<td>2019<\/td>\r\n<td>4<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1183656947\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/lepanthes-elusiva-\u2013-eine-neue-art-der-gattung-in-costa-rica.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Lepanthes elusiva \u2013 a New Species of Lepanthes (Orchidaceae: Pleurothallidinae) from Tapant\u00ed Area in Cartago, Costa Rica<\/a><\/td>\r\n<td>2019<\/td>\r\n<td>4<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1182974856\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/zwei-neue-farbformen-von-bulbophyllum-retusiusculum-in-vietnam.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Zwei neue Farbformen von Bulbophyllum retusiusculum in Vietnam gefunden<\/a><\/td>\r\n<td>2019<\/td>\r\n<td>3<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1181760607\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/hoffmannseggella-\u00d7-meyeriana-\u2013-eine-neue-naturhybride-aus-brasilien.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Hoffmannseggella \u00d7 meyeriana \u2013 a new natural hybrid from Serra do Cara\u00e7a (Minas Gerais, Brazil)<\/a><\/td>\r\n<td>2019<\/td>\r\n<td>3<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1181559510\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/paphiopedilum-barbigerum-f.-duyduongii.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Paphiopedilum barbigerum f. duyduongii \u2013 eine interessante Farbform aus Vietnam<\/a><\/td>\r\n<td>2018<\/td>\r\n<td>11<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/117119319X\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/dendrobium-candidissimum-\u2013-eine-neue-dendrobium-art-aus-westsulawesi.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Dendrobium candidissimum Cavestro et J. Champion \u2013 a New Dendrobium Species (Orchidaceae, Dendrobieae) from West Sulawesi in Indonesia<\/a><\/td>\r\n<td>2018<\/td>\r\n<td>10<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1171611668\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/paphiopedilum-villosum-var.-laichaunum-eine-neue-varietaet-aus-vietnam.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Paphiopedilum villosum (LindL.) Stein var. laichaunum Hai et Tuan, eine neue Variet\u00e4t aus Vietnam<\/a><\/td>\r\n<td>2018<\/td>\r\n<td>10<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1168472202\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/arundina-graminifolia-d.-don-hochr.-forma-alba.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Arundina graminifolia (D. Don) HocHr. forma alba, eine interessante Farbform einer sehr variablen Art aus Vietnam<\/a><\/td>\r\n<td>2018<\/td>\r\n<td>8<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1164205234\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/cattleya-\u00d7-dolosa-f.-coerulea-eine-neue-farbform.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Cattleya \u00d7 dolosa f. coerulea, eine neue Farbform dieser sch\u00f6nen Naturhybride aus Brasilien<\/a><\/td>\r\n<td>2018<\/td>\r\n<td>8<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1164206249\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/holcoglossum-phongii-aver.-aver.-et-o.-gruss-f.-album.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Holcoglossum phongii (Aver.) Aver. et O. Gruss f. album, eine neue Albino-Form aus Vietnam<\/a><\/td>\r\n<td>2018<\/td>\r\n<td>8<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1164222023\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/dresslerella-crista-galli-dryadella-speculifera-scaphosepalum-corniculatum-trisetella-deburghgraevei-trisetella-rollingstonesiana.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Dresslerella crista-galli, Dryadella speculifera, Scaphosepalum corniculatum, Trisetella deburghgraevei, Trisetella rollingstonesiana - F\u00fcnf neue Taxa aus verschiedenen Gattungen der Subtribus Pleurothallidinae<\/a><\/td>\r\n<td>2018<\/td>\r\n<td>8<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1165207729\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/bulbophyllum-isabellinum-cavestro-et-j.-champion-\u2013-eine-neue-bulbophyllum-art.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Bulbophyllum isabellinum Cavestro et J. Champion \u2013 a New Species of Bulbophyllum (Orchidaceae, Dendrobieae) from Central Kalimantan in Indonesia<\/a><\/td>\r\n<td>2018<\/td>\r\n<td>6<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1160505020\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/phalaenopsis-\u00d7-lotubela-eine-neue-naturhybride.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Phalaenopsis \u00d7 lotubela, eine neue Naturhybride der Gattung Phalaenopsis von Sumatra<\/a><\/td>\r\n<td>2018<\/td>\r\n<td>6<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1171116772\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/paphiopedilum-agusii-forma-alboviride-eine-neue-farbform.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Paphiopedilum agusii forma alboviride, eine neue Farbform einer k\u00fcrzlich beschriebenen neuen Art von Java<\/a><\/td>\r\n<td>2018<\/td>\r\n<td>5<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1158650167\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/paphiopedilum-\u00d7-aspersum-var.-trantuananhii-o.-gruss-aver.-c.-x.-canh-et-n.-h.tuan_.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Paphiopedilum \u00d7 aspersum var. trantuananhii O. Gruss, Aver., C. X. Canh et N. H.Tuan, A new variety of a natural hybrid of the genus Paphiopedilum from Vietnam:<\/a><\/td>\r\n<td>2018<\/td>\r\n<td>4<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1155418476\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/taeniophyllum-halmaheranum-cavestro-et-j.-champion.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Taeniophyllum halmaheranum Cavestro et J. Champion - a New Species of Taeniophyllum (Orchidaceae, Aeridinae) from Halmahera, Indonesia<\/a><\/td>\r\n<td>2018<\/td>\r\n<td>3<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1154652017\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/bulbophyllum-jayjayveeanum-bulbophyllum-nazrii.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Bulbophyllum jayjayveeanum, Bulbophyllum nazrii, Two new Bulbophyllum species from Peninsular Malaysia<\/a><\/td>\r\n<td>2018<\/td>\r\n<td>3<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1154679969\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/thrixspermum-nicolasiorum-\u2013-eine-neue-art-der-subtribus-aeridinae.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Thrixspermum nicolasiorum \u2013 a New Species of the Subtribe Aeridinae (Orchidaceae; Vandeae) from the Philippines<\/a><\/td>\r\n<td>2018<\/td>\r\n<td>3<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1154739945\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/paphiopedilum-sect.-pumila-eine-neue-sektion-der-gattung-paphiopedilum.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Paphiopedilum sect. Pumila - A new section of the genus Paphiopedilum with an extraordinary species<\/a><\/td>\r\n<td>2018<\/td>\r\n<td>2<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1153184559\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/liparis-atrosanguinea-ridl..pdf\" rel=\"noopener noreferrer\">Liparis atrosanguinea Ridl. (Orchidaceae) - A New Record for Vietnam in Phu Quoc Park, Kien Giang Province<\/a><\/td>\r\n<td>2018<\/td>\r\n<td>1<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1150363886\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/coelogyne-benkii-cavestro.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Coelogyne benkii Cavestro (Orchidaceae) - A New Species from Western Sulawesi in Indonesia<\/a><\/td>\r\n<td>2018<\/td>\r\n<td>1<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1151376760\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/bulbophyllum-declinatum-cavestro-et-r.-wibawa.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Bulbophyllum declinatum Cavestro et R. Wibawa \u2013 a New Species from West Java\/Indonesia <\/a><\/td>\r\n<td>2017<\/td>\r\n<td>12<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1148370773\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/pseudolaelia-diamantinensis-und-pseudolaelia-blahae.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Pseudolaelia diamantinensis und Pseudolaelia blahae - Two new Pseudolaelia species from the Diamantina region, Minas Gerais, Brazil<\/a><\/td>\r\n<td>2017<\/td>\r\n<td>12<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1149613025\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/dendrochilum-marknaivei-spec.-nov.-cootes.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Dendrochilum marknaivei spec. nov. Cootes (Orchidaceae), a New Species from the Southern Philippines <\/a><\/td>\r\n<td>2017<\/td>\r\n<td>11<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/114413630X\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/encyclia-\u00d7-breueriana-nothospec.-nov.-v.-p.-castro-et-speckmaier.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Encyclia \u00d7 breueriana nothospec. nov. V. P. Castro et Speckmaier \u2013 eine Encyclia- Naturhybride aus Rond\u00f4nia, Brasilien<\/a><\/td>\r\n<td>2017<\/td>\r\n<td>11<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1145352219\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/ophrys-apifera-huds.-var.-jenensis-h.-voelckel-et-e.-theel.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Ophrys apifera Huds. var. jenensis H. Voelckel et E. Theel, a new variety of the wellknown Bee Orchid \u2013 Ophrys apifera (Orchidaceae) \u2013 from Thuringia\/Germany<\/a><\/td>\r\n<td>2017<\/td>\r\n<td>10<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1140979213\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/bulbophyllum-amorosum-spec.-nov..pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Bulbophyllum amorosum spec. nov. (Orchidaceae): a small new species from Bukidnon, Philippines<\/a><\/td>\r\n<td>2017<\/td>\r\n<td>10<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1141965402\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/thrixspermum-Uberblick-uber-die-gattung-im-hon-ba-naturreservat-vietnam.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Review of the genus Thrixspermum in Hon Ba nature reserve, Vietnam<\/a><\/td>\r\n<td>2017<\/td>\r\n<td>10<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1142098494\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/campanulorchis-globifera-var.-alboflava-\u2013-eine-neue-varietat.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Campanulorchis globifera var. alboflava \u2013 a New Variety of Campanulorchis globifera (Rolfe) BRiegeR from Hon Ba Nature Reserve, Vietnam<\/a><\/td>\r\n<td>2017<\/td>\r\n<td>10<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1143137647\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/euphlebium-papilionaceum-cootes-et-m.-a.-clem.-spec.-nov..pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Euphlebium papilionaceum Cootes et M. A. Clem. spec. nov. \u2013 A New Name for a Well-Known Orchid from the Philippines<\/a><\/td>\r\n<td>2017<\/td>\r\n<td>7<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/113631265X\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/bulbophyllum-nafisae-cavestro-spec.-nov..pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Bulbophyllum nafisae Cavestro spec. nov. (Orchidaceae; Dendrobieae): A New Bulbophyllum Species from West-Java, Indonesia<\/a><\/td>\r\n<td>2017<\/td>\r\n<td>7<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1137441623\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/drei-neue-mitglieder-der-gattung-macroclinium.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Macroclinium pupulinianum, Macroclinium undulatum, Macroclinium opimum - Drei neue Mitglieder der Gattung Macroclinium<\/a><\/td>\r\n<td>2017<\/td>\r\n<td>6<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1134851782\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/cylindrolobus-uninodus-p.-obyrne-et-j.-j.-vermeulen-spec.-nov..pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Cylindrolobus uninodus P. O\u2019Byrne et J. J. Vermeulen spec. nov. (Orchidaceae), a Strange New Species from Sulawesi<\/a><\/td>\r\n<td>2017<\/td>\r\n<td>6<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1134852940\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/neue-farbformen-der-gattung-phalaenopsis-blume.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Neue Farbformen der Gattung Phalaenopsis Blume: Phalaenopsis bellina (Rchb. f.) Christenson forma caerulea O. Gruss et S. T\u00f6nne forma nova Phalaenopsis bastianii O.Gruss et Roellke forma helvola O. Gruss et S. T\u00f6nne forma nova Phalaenopsis tetraspis Rchb. f. forma livida O. Gruss et S. T\u00f6nne forma nova<\/a><\/td>\r\n<td>2017<\/td>\r\n<td>5<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1131052390\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/paphiopedilum-gratrixianum-\u2013-paph.-daoense-komplex-in-indochina.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Die Vielfalt des Paphiopedilum gratrixianum \u2013 Paph. daoense Komplexes in Indochina<\/a><\/td>\r\n<td>2017<\/td>\r\n<td>5<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1132108306\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/paphiopedilum-curtisii-rchb.-f.-stein-f.-sanderae-curtis-o.-gruss-et-perner-comb.-et-stat-nov..pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Paphiopedilum curtisii (Rchb. f.) Stein f. sanderae (Curtis) O. Gruss et Perner comb. et stat nov. Korrekter Name f\u00fcr eine wohlbekannte Farbform<\/a><\/td>\r\n<td>2017<\/td>\r\n<td>5<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1132245923\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/paphiopedilum-concolor-lindl.-ex-bateman-pfitzer-var.-trungkienii-aver.-o.-gruss-c.-x.-canh-et-n.-h.-tuan.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Paphiopedilum concolor (Lindl. ex Bateman) Pfitzer var. trungkienii Aver., O. Gruss, C. X. Canh et N. H. Tuan, eine neue Variet\u00e4t einer gut bekannten Art aus dem Norden Vietnams<\/a><\/td>\r\n<td>2017<\/td>\r\n<td>5<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1132851505\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/calanthe-siargaoensis-m.-d.-de-leon-naive-et-cootes-spec.-nov..pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Calanthe siargaoensis M. D. De Leon, naive et Cootes spec. nov. (Orchidaceae; Epidendroideae; Collabieae): a New Orchid Species from the Philippines<\/a><\/td>\r\n<td>2017<\/td>\r\n<td>5<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1132851203\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/bulbophyllum-pleurocrepis-j.-j.-vermeulen-j.-cootes-et-m.-perry-spec.-nov..pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Bulbophyllum pleurocrepis J. J. Vermeulen, J. Cootes et M. Perry spec. nov. , a new species similar to Bulb. lobbii Lindl. and Bulb. facetum Garay, Hamer et Siegerist<\/a><\/td>\r\n<td>2017<\/td>\r\n<td>4<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1129109283\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/schoenorchis-phitamii-spec.-nov.-aver..pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Schoenorchis phitamii spec. nov. Aver., a New Ornamental Miniature Orchid Species from Southern Vietnam<\/a><\/td>\r\n<td>2017<\/td>\r\n<td>4<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1130204596\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/bulbophyllum-rubusioides-naive-m.-d.-de-leon-et-cootes-spec.-nov.-und-bulbophyllum-tsekourioides-m.-d.-de-leon-naive-et-cootes-spec.-nov..pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Bulbophyllum rubusioides Naive, M. D. De Leon et Cootes spec. nov. and Bulbophyllum tsekourioides M. D. De Leon, Naive et Cootes spec. nov., Two New Species of Bulbophyllum Thouars (Orchidaceae) from Bukidnon, Philippines<\/a><\/td>\r\n<td>2017<\/td>\r\n<td>3<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1126675385\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/grastidium-ginalopeziae-cootes-m.-d.-de-leon-et-naive-spec.-nov.-eine-neue-grastidium-art.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Grastidium ginalopeziae Cootes, M. D. De Leon et Naive spec. nov., a new Grastidium species (Orchidaceae) from Bukidnon, Philippines<\/a><\/td>\r\n<td>2017<\/td>\r\n<td>1<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1124126783\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/dendrobium-jimcootesii-d.-cabactulan-et-m.-d.-de-leon-eine-neue-dendrobium-art.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Dendrobium jimcootesii D. Cabactulan et M. D. De Leon, a new Dendrobium species (Orchidaceae) from the Island of Mindanao, Philippines<\/a><\/td>\r\n<td>2016<\/td>\r\n<td>10<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1115830937\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/polystachya-editae-eine-neue-orchidee-aus-burundi-und-der-status-von-polystachya-poikilantha.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Polystachya editae, a new and previously overlooked epiphytic orchid from Bururi Forest, Burundi, and the status of Polystachya poikilantha Kraenzl. and Polystachya leucorhoda Kraenzl.<\/a><\/td>\r\n<td>2016<\/td>\r\n<td>9<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/111467625X\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/cleisostoma-iloconense-orchidaceae-calaramo-cootes-and-palting-spec.-nov..pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Cleisostoma iloconense (Orchidaceae) Calaramo, Cootes and Palting spec. nov. A new species from northwestern Luzon, Philippines<\/a><\/td>\r\n<td>2016<\/td>\r\n<td>8<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1112108653\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/phalaenopsis-pulchra-forma-alba-o.-gruss-und-phalaenopsis-fasciata-forma-flava-o.-gruss-et-kleefeld.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Phalaenopsis pulchra forma alba O. Gruss und Phalaenopsis fasciata forma flava O. Gruss et Kleefeld - Zwei neue Farbformen von den Philippinen<\/a><\/td>\r\n<td>2016<\/td>\r\n<td>7<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1105869563\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/tridactyle-hurungweensis-orchidaceae-w.-fibeck-spec.-nov..pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Tridactyle hurungweensis (Orchidaceae) W. Fibeck spec. nov. A new species from northern Zimbabwe<\/a><\/td>\r\n<td>2016<\/td>\r\n<td>7<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/phragmipedium-longifolium-forma-album-a-new-colour-form-from-ecuador.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Phragmipedium longifolium forma album Gruss et Koopowitz forma nova A new colour form from Ecuador<\/a><\/td>\r\n<td>2016<\/td>\r\n<td>6<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1103270176\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/paphiopedilum-philippinense-var.-compactum-forma-aureoviride-o.-gruss-eine-neue-farbform.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Paphiopedilum philippinense var. compactum forma aureoviride O. Gruss, eine neue Farbform<\/a><\/td>\r\n<td>2016<\/td>\r\n<td>5<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/110022498X\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/bulbophyllum-translucidum-orchidaceae-kindler-r.-bustamante-et-ferreras-spec.-nov.-eine-neue-art-von-den-philippinen.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Bulbophyllum translucidum (Orchidaceae) Kindler, r. Bustamante et Ferreras spec. nov., a new species from the Philippines<\/a><\/td>\r\n<td>2016<\/td>\r\n<td>5<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1101504706\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/paphiopedilum-\u00d7-tamphianum-aver.-et-o.-gruss-eine-neue-naturhybride-aus-sudvietnam.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Paphiopedilum \u00d7 tamphianum Aver. et O. Gruss - A new natural slipper orchid hybrid from southern Vietnam<\/a><\/td>\r\n<td>2016<\/td>\r\n<td>4<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1095935984\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/dactylocamptis-\u2013-eine-gattungshybride-aus-in-vitro-nachzucht.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Dactylocamptis \u2013 eine Gattungshybride aus In-vitro-Nachzucht<\/a><\/td>\r\n<td>2016<\/td>\r\n<td>3<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1085325296\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/dactylocamptis-\u2013-eine-gattungshybride-aus-in-vitro-nachzucht.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Holcoglossum phongii Aver. et O. Gruss \u2013 eine Orchidee aus S\u00fcdvietnam mit neuem Namen<\/a><\/td>\r\n<td>2016<\/td>\r\n<td>3<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1085325296\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/epicrianthes-davidii-und-epicrianthes-sagemuelleri-\u2013-ein-vergleich.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Epicrianthes davidii Cootes et R. Boos and Epicrianthes sagemuelleri (R. Bustamante et KindleR) Cootes et R. Boos \u2013 Comparing Closely-Related Species<\/a><\/td>\r\n<td>2015<\/td>\r\n<td>12<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1080583114\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><td>\r\n<\/tr>\r\n<tr>\r\n<td><a class=\"epaperTabBlack\" href=\"\/wp-content\/uploads\/disperis-stefan-jetteri-eine-neue-art-aus-dem-vulkan-nationalpark-ruanda.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Disperis stefan-jetteri, a new species from Volcano National Park, Rwanda<\/a><\/td>\r\n<td>2015<\/td>\r\n<td>11<\/td>\r\n<td><a class=\"epaperTabBlack\" href=\"http:\/\/d-nb.info\/1078347654\" target=\"_blank\" rel=\"noopener noreferrer\"><i class=\"fas fa-external-link-alt\"><\/i><\/a><\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n<\/div>\r\n<\/div>[\/vc_wp_text]<\/div><\/div><\/div><\/div><\/section><section class=\"l-section wpb_row height_medium\"><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"w-separator size_medium\"><\/div><\/div><\/div><\/div><\/div><\/section><section class=\"l-section wpb_row height_medium\"><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\">[vc_raw_js]JTNDc2NyaXB0JTNFJTA5JTBBJTA5JTBBZnVuY3Rpb24lMjBteUZ1bmN0aW9uJTI4JTI5JTIwJTdCJTBBJTIwJTIwJTJGJTJGJTIwRGVjbGFyZSUyMHZhcmlhYmxlcyUwQSUyMCUyMHZhciUyMGlucHV0JTJDJTIwZmlsdGVyJTJDJTIwdGFibGUlMkMlMjB0ciUyQyUyMHRkJTJDJTIwaSUyQyUyMHR4dFZhbHVlJTNCJTBBJTIwJTIwaW5wdXQlMjAlM0QlMjBkb2N1bWVudC5nZXRFbGVtZW50QnlJZCUyOCUyMm15SW5wdXQlMjIlMjklM0IlMEElMjAlMjBmaWx0ZXIlMjAlM0QlMjBpbnB1dC52YWx1ZS50b1VwcGVyQ2FzZSUyOCUyOSUzQiUwQSUyMCUyMHRhYmxlJTIwJTNEJTIwZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQlMjglMjJteVRhYmxlJTIyJTI5JTNCJTBBJTIwJTIwdHIlMjAlM0QlMjB0YWJsZS5nZXRFbGVtZW50c0J5VGFnTmFtZSUyOCUyMnRyJTIyJTI5JTNCJTBBJTBBJTIwJTIwJTJGJTJGJTIwTG9vcCUyMHRocm91Z2glMjBhbGwlMjB0YWJsZSUyMHJvd3MlMkMlMjBhbmQlMjBoaWRlJTIwdGhvc2UlMjB3aG8lMjBkb24lMjd0JTIwbWF0Y2glMjB0aGUlMjBzZWFyY2glMjBxdWVyeSUwQSUyMCUyMGZvciUyMCUyOGklMjAlM0QlMjAxJTNCJTIwaSUyMCUzQyUyMHRyLmxlbmd0aCUzQiUyMGklMkIlMkIlMjklMjAlN0IlMEElMjAlMjAlMjAlMjAlMkYlMkYlMjBIaWRlJTIwdGhlJTIwcm93JTIwaW5pdGlhbGx5LiUwQSUyMCUyMCUyMCUyMHRyJTVCaSU1RC5zdHlsZS5kaXNwbGF5JTIwJTNEJTIwJTIybm9uZSUyMiUzQiUwQSUwQSUyMCUyMCUyMCUyMHRkJTIwJTNEJTIwdHIlNUJpJTVELmdldEVsZW1lbnRzQnlUYWdOYW1lJTI4JTIydGQlMjIlMjklM0IlMEElMjAlMjAlMjAlMjBmb3IlMjAlMjh2YXIlMjBqJTIwJTNEJTIwMCUzQiUyMGolMjAlM0MlMjB0ZC5sZW5ndGglM0IlMjBqJTJCJTJCJTI5JTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwY2VsbCUyMCUzRCUyMHRyJTVCaSU1RC5nZXRFbGVtZW50c0J5VGFnTmFtZSUyOCUyMnRkJTIyJTI5JTVCaiU1RCUzQiUwQSUyMCUyMCUyMCUyMCUyMCUyMGlmJTIwJTI4Y2VsbCUyOSUyMCU3QiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMGlmJTIwJTI4Y2VsbC5pbm5lckhUTUwudG9VcHBlckNhc2UlMjglMjkuaW5kZXhPZiUyOGZpbHRlciUyOSUyMCUzRSUyMC0xJTI5JTIwJTdCJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwdHIlNUJpJTVELnN0eWxlLmRpc3BsYXklMjAlM0QlMjAlMjIlMjIlM0IlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjBicmVhayUzQiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMCU3RCUyMCUwQSUyMCUyMCUyMCUyMCUyMCUyMCU3RCUwQSUyMCUyMCUyMCUyMCU3RCUwQSUyMCUyMCU3RCUwQSU3RCUwQSUzQyUyRnNjcmlwdCUzRQ==[\/vc_raw_js]<\/div><\/div><\/div><\/div><\/section>\n","protected":false},"excerpt":{"rendered":"E-Paper Parallel to the publication in the magazine &#8220;Die Orchidee&#8221;, we offer authors the opportunity to publish their new descriptions digitally with us. This new description is registered and archived at the German National Library and is available for download on this page. All authors are responsible for the content of the articles they have...","protected":false},"author":9,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-17365","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/staging.orchidee.de\/en\/wp-json\/wp\/v2\/pages\/17365","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/staging.orchidee.de\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/staging.orchidee.de\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/staging.orchidee.de\/en\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/staging.orchidee.de\/en\/wp-json\/wp\/v2\/comments?post=17365"}],"version-history":[{"count":6,"href":"https:\/\/staging.orchidee.de\/en\/wp-json\/wp\/v2\/pages\/17365\/revisions"}],"predecessor-version":[{"id":19901,"href":"https:\/\/staging.orchidee.de\/en\/wp-json\/wp\/v2\/pages\/17365\/revisions\/19901"}],"wp:attachment":[{"href":"https:\/\/staging.orchidee.de\/en\/wp-json\/wp\/v2\/media?parent=17365"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}