diff --git a/README.md b/README.md index 464e036..ffc14d7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,45 @@ [![GloBI Review by Elton](../../actions/workflows/review.yml/badge.svg)](../../actions/workflows/review.yml) [![GloBI](https://api.globalbioticinteractions.org/interaction.svg?accordingTo=globi:globalbioticinteractions/ion2024&refutes=true&refutes=false)](https://globalbioticinteractions.org/?accordingTo=globi:globalbioticinteractions/ion2024) -Configuration to help Global Biotic Interactions (GloBI, https://globalbioticinteractions.org) index: +# Methods -Ion MC, Bloomer CC, Bărăscu TI, Oficialdegui FJ, Shoobs NF, Williams BW, Scheers K, Clavero M, Grandjean F, Collas M, Baudry T, Loughman Z, Wright JJ, Ruokonen TJ, Chucholl C, Guareschi S, Koese B, Banyai ZM, Hodson J, Hurt M, Kaldre K, Lipták B, Fetzner JW, Cancellario T, Weiperth A, Birzaks J, Trichkova T, Todorov M, Balalaikins M, Griffin B, Petko ON, Acevedo-Alonso A, D’Elía G, Śliwińska K, Alekhnovich A, Choong H, South J, Whiterod N, Zorić K, Haase P, Soto I, Brady DJ, Haubrock PJ, Torres PJ, Şadrin D, Vlach P, Kaya C, Woo Jung S, Kim J, Vermeersch XHC, Bonk M, Guiaşu R, Harlioğlu MM, Devlin J, Kurtul I, Błońska D, Boets P, Masigol H, Cabe PR, Jussila J, Vrålstad T, Beresford DV, Reid SM, Patoka J, Strand DA, Tarkan AS, Steen F, Abeel T, Harwood M, Auer S, Kelly S, Giantsis IA, Maciaszek R, Alvanou MV, Aksu Ö, Hayes DM, Kawai T, Tricarico E, Chakandinakira A, Barnett ZC, Kudor ŞG, Beda AE, Vîlcea L, Mizeranschi AE, Neagul M, Licz A, Cotoarbă AD, Petrusek A, Kouba A, Taylor CA, Pârvulescu L. 2024. World of Crayfish™: a web platform towards real-time global mapping of freshwater crayfish and their pathogens. PeerJ 12:e18229 https://doi.org/10.7717/peerj.18229 \ No newline at end of file +The author M.C. Ion shared a crayfish pathogen dataset suited for open access as an excel xlsx file [GloBI_interactions.xlsx](https://github.com/user-attachments/files/17749361/GloBI_interactions.xlsx) in https://github.com/globalbioticinteractions/globalbioticinteractions/issues/1023#issuecomment-2476396853 on 2024-11-14 (14-Nov-2024). + +This resource was tracked using [Preston](https://github.com/bio-guoda/preston), a biodiversity data tracker using: + +``` +preston track https://github.com/user-attachments/files/17749361/GloBI_interactions.xlsx +``` + +Following, the tracked xlsx file version was transformed into a tsv file using: + +```bash +cat xlsx2tsv.sh | preston bash +``` + +The provenance logs of these tracking and processing events are stored in [data/](./data/). A copy of the data transformation script xslx2tsv.sh is shown below, as extracted using: + +```bash +preston cat hash://sha256/ba230547a13ddebdea3fea15868fe593d1fd95705c375c6a27bd5c7d2691aba8 +``` + +producing: + +```bash +#!/bin/bash +# +# transforms a version of the first xslx resource found into tsv stream +# + +preston ls\ + | grep hasVersion\ + | grep xlsx\ + | head -1\ + | preston xlsx-stream\ + | mlr --ijson --otsvlite cat +``` + +and resulted in [ion2024-crayfish-pathogen.tsv](./ion2024-crayfish-pathogen.tsv) with content id [```hash://sha256/5db7a5efba64aec29f9bd4356e9ff1765c61858bfc33e792e21e289508dcec38```](5d/b7/5db7a5efba64aec29f9bd4356e9ff1765c61858bfc33e792e21e289508dcec38) as described in provenance log with content id [```hash://sha256/5e95f53f219f3470eecd3eafb5b74fcaa04c08142b27102fabe393399ebd887f```](data/5e/95/5e95f53f219f3470eecd3eafb5b74fcaa04c08142b27102fabe393399ebd887f). + +Following, [```globi.json```](./globi.json) was created to help Global Biotic Interactions (GloBI, https://globalbioticinteractions.org) index the dataset derived from: + +Ion MC, Bloomer CC, Bărăscu TI, Oficialdegui FJ, Shoobs NF, Williams BW, Scheers K, Clavero M, Grandjean F, Collas M, Baudry T, Loughman Z, Wright JJ, Ruokonen TJ, Chucholl C, Guareschi S, Koese B, Banyai ZM, Hodson J, Hurt M, Kaldre K, Lipták B, Fetzner JW, Cancellario T, Weiperth A, Birzaks J, Trichkova T, Todorov M, Balalaikins M, Griffin B, Petko ON, Acevedo-Alonso A, D’Elía G, Śliwińska K, Alekhnovich A, Choong H, South J, Whiterod N, Zorić K, Haase P, Soto I, Brady DJ, Haubrock PJ, Torres PJ, Şadrin D, Vlach P, Kaya C, Woo Jung S, Kim J, Vermeersch XHC, Bonk M, Guiaşu R, Harlioğlu MM, Devlin J, Kurtul I, Błońska D, Boets P, Masigol H, Cabe PR, Jussila J, Vrålstad T, Beresford DV, Reid SM, Patoka J, Strand DA, Tarkan AS, Steen F, Abeel T, Harwood M, Auer S, Kelly S, Giantsis IA, Maciaszek R, Alvanou MV, Aksu Ö, Hayes DM, Kawai T, Tricarico E, Chakandinakira A, Barnett ZC, Kudor ŞG, Beda AE, Vîlcea L, Mizeranschi AE, Neagul M, Licz A, Cotoarbă AD, Petrusek A, Kouba A, Taylor CA, Pârvulescu L. 2024. World of Crayfish™: a web platform towards real-time global mapping of freshwater crayfish and their pathogens. PeerJ 12:e18229 https://doi.org/10.7717/peerj.18229 diff --git a/data/29/f5/29f55a430d137585aa990e271411b413606cdd21478477122857892a584e7707 b/data/29/f5/29f55a430d137585aa990e271411b413606cdd21478477122857892a584e7707 new file mode 100644 index 0000000..9ac86aa --- /dev/null +++ b/data/29/f5/29f55a430d137585aa990e271411b413606cdd21478477122857892a584e7707 @@ -0,0 +1 @@ +hash://sha256/5e95f53f219f3470eecd3eafb5b74fcaa04c08142b27102fabe393399ebd887f \ No newline at end of file diff --git a/data/4b/21/4b21537702d38007b699baa731ad68a174abcf2546c0b5418d08d130ad3819b9 b/data/4b/21/4b21537702d38007b699baa731ad68a174abcf2546c0b5418d08d130ad3819b9 new file mode 100644 index 0000000..776b59f --- /dev/null +++ b/data/4b/21/4b21537702d38007b699baa731ad68a174abcf2546c0b5418d08d130ad3819b9 @@ -0,0 +1 @@ +hash://sha256/e1a1b85a4b85eea5b518a8bc0c08f49f82a62f315f068f793cea2100cf9523dd \ No newline at end of file diff --git a/data/5d/b7/5db7a5efba64aec29f9bd4356e9ff1765c61858bfc33e792e21e289508dcec38 b/data/5d/b7/5db7a5efba64aec29f9bd4356e9ff1765c61858bfc33e792e21e289508dcec38 new file mode 100644 index 0000000..5d29ca5 --- /dev/null +++ b/data/5d/b7/5db7a5efba64aec29f9bd4356e9ff1765c61858bfc33e792e21e289508dcec38 @@ -0,0 +1,386 @@ +http://www.w3.org/ns/prov#wasDerivedFrom http://purl.org/dc/elements/1.1/format WoCID DOI URL Citation X Y Accuracy Crayfish_scientific_name Pathogen_symbiont_present Year_of_observation Contributor +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L2 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2338 10.1016/j.jip.2017.09.004 null Mrugała, A., Šanda, R., Petrusek, A., Marić, D., & Vukić, J. (2017). Recent acute crayfish mortality reveals Aphanomyces astaci presence in Bosnia and Herzegovina. Journal of invertebrate pathology, 150, 73-75. 43.37 17.62 High Astacus astacus Aphanomyces astaci 2015 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L3 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2339 10.3354/dao02955 null Maguire, I., Jelic, M., Klobučar, G., Delpy, M., Delaunay, C. and Grandjean, F. 2016. Prevalence of the pathogen Aphanomyces astaci in freshwater crayfish populations in Croatia. Diseases of Aquatic Organisms. 118(1), 45-53(1), 45-53. 44.8807 15.6129 High Astacus astacus Aphanomyces astaci 2012 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L4 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2340 10.3354/dao02955 null Maguire, I., Jelic, M., Klobučar, G., Delpy, M., Delaunay, C. and Grandjean, F. 2016. Prevalence of the pathogen Aphanomyces astaci in freshwater crayfish populations in Croatia. Diseases of Aquatic Organisms. 118(1), 45-53(1), 45-53. 45.2557 15.4127 High Astacus astacus Aphanomyces astaci 2013 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L5 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2341 10.1016/j.aquaculture.2007.11.015 null Kozubíková, E., Petrusek, A., Ďuriš, Z., Martín, M. P., Diéguez-Uribeondo, J., & Oidtmann, B. (2008). The old menace is back: recent crayfish plague outbreaks in the Czech Republic. Aquaculture, 274(2-4), 208-217. 49.666 18.669 High Astacus astacus Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L6 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2342 10.1016/j.aquaculture.2007.11.015 null Kozubíková, E., Petrusek, A., Ďuriš, Z., Martín, M. P., Diéguez-Uribeondo, J., & Oidtmann, B. (2008). The old menace is back: recent crayfish plague outbreaks in the Czech Republic. Aquaculture, 274(2-4), 208-217. 49.898 14.365 High Astacus astacus Aphanomyces astaci 2005 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L7 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2343 10.1016/j.aquaculture.2007.11.015 null Kozubíková, E., Petrusek, A., Ďuriš, Z., Martín, M. P., Diéguez-Uribeondo, J., & Oidtmann, B. (2008). The old menace is back: recent crayfish plague outbreaks in the Czech Republic. Aquaculture, 274(2-4), 208-217. 49.095 15.044 High Astacus astacus Aphanomyces astaci 2007 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L8 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2344 10.1016/j.vetmic.2014.02.020 null Grandjean, F., Vrålstad, T., Dieguez-Uribeondo, J., Jelić, M., Mangombi, J., Delaunay, C., ... & Petrusek, A. (2014). Microsatellite markers for direct genotyping of the crayfish plague pathogen Aphanomyces astaci (Oomycetes) from infected host tissues. Veterinary Microbiology, 170(3-4), 317-324. 49.683 15.385 High Astacus astacus Aphanomyces astaci 2008 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L9 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2345 10.1016/j.vetmic.2014.02.020 null Grandjean, F., Vrålstad, T., Dieguez-Uribeondo, J., Jelić, M., Mangombi, J., Delaunay, C., ... & Petrusek, A. (2014). Microsatellite markers for direct genotyping of the crayfish plague pathogen Aphanomyces astaci (Oomycetes) from infected host tissues. Veterinary Microbiology, 170(3-4), 317-324. 49.23 18.038 High Astacus astacus Aphanomyces astaci 2008 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L10 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2346 10.1016/j.vetmic.2014.02.020 null Grandjean, F., Vrålstad, T., Dieguez-Uribeondo, J., Jelić, M., Mangombi, J., Delaunay, C., ... & Petrusek, A. (2014). Microsatellite markers for direct genotyping of the crayfish plague pathogen Aphanomyces astaci (Oomycetes) from infected host tissues. Veterinary Microbiology, 170(3-4), 317-324. 49.36 16.407 High Astacus astacus Aphanomyces astaci 2009 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L11 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2347 10.1080/03949370.2014.897652 null Kozubíková-Balcarová, E., Beran, L., Ďuriš, Z., Fischer, D., Horká, I., Svobodová, J., & Petrusek, A. (2014). Status and recovery of indigenous crayfish populations after recent crayfish plague outbreaks in the Czech Republic. Ethology Ecology & Evolution, 26(2-3), 299-319. 49.402 12.826 High Astacus astacus Aphanomyces astaci 2014 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L12 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2348 10.1016/j.funbio.2013.07.005 null Kozubíková-Balcarová, E., Koukol, O., Martín, M. P., Svoboda, J., Petrusek, A., & Diéguez-Uribeondo, J. (2013). The diversity of oomycetes on crayfish: Morphological vs. molecular identification of cultures obtained while isolating the crayfish plague pathogen. Fungal biology, 117(10), 682-691. 49.669 13.964 High Astacus astacus Aphanomyces astaci 2011 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L13 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2349 10.1016/j.jip.2020.107390 null Mojžišová, M., Mrugała, A., Kozubíková-Balcarová, E., Vlach, P., Svobodová, J., Kouba, A., & Petrusek, A. (2020). Crayfish plague in Czechia: Outbreaks from novel sources and testing for chronic infections. Journal of invertebrate pathology, 173, 107390. 49.766 15.208 High Astacus astacus Aphanomyces astaci 2016 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L14 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2350 10.1016/j.jip.2020.107390 null Mojžišová, M., Mrugała, A., Kozubíková-Balcarová, E., Vlach, P., Svobodová, J., Kouba, A., & Petrusek, A. (2020). Crayfish plague in Czechia: Outbreaks from novel sources and testing for chronic infections. Journal of invertebrate pathology, 173, 107390. 49.57 18.366 High Astacus astacus Aphanomyces astaci 2016 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L15 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2351 10.1016/j.jip.2020.107390 null Mojžišová, M., Mrugała, A., Kozubíková-Balcarová, E., Vlach, P., Svobodová, J., Kouba, A., & Petrusek, A. (2020). Crayfish plague in Czechia: Outbreaks from novel sources and testing for chronic infections. Journal of invertebrate pathology, 173, 107390. 49.036 13.983 High Astacus astacus Aphanomyces astaci 2018 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L16 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2352 10.1016/j.jip.2020.107390 null Mojžišová, M., Mrugała, A., Kozubíková-Balcarová, E., Vlach, P., Svobodová, J., Kouba, A., & Petrusek, A. (2020). Crayfish plague in Czechia: Outbreaks from novel sources and testing for chronic infections. Journal of invertebrate pathology, 173, 107390. 48.781 14.62 High Astacus astacus Aphanomyces astaci 2018 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L17 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2353 10.1016/j.jip.2020.107390 null Mojžišová, M., Mrugała, A., Kozubíková-Balcarová, E., Vlach, P., Svobodová, J., Kouba, A., & Petrusek, A. (2020). Crayfish plague in Czechia: Outbreaks from novel sources and testing for chronic infections. Journal of invertebrate pathology, 173, 107390. 49.457 18.134 High Astacus astacus Aphanomyces astaci 2018 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L18 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2354 10.1016/j.jip.2020.107390 null Mojžišová, M., Mrugała, A., Kozubíková-Balcarová, E., Vlach, P., Svobodová, J., Kouba, A., & Petrusek, A. (2020). Crayfish plague in Czechia: Outbreaks from novel sources and testing for chronic infections. Journal of invertebrate pathology, 173, 107390. 49.897 13.89 High Astacus astacus Aphanomyces astaci 2018 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L19 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2355 10.1016/j.jip.2020.107390 null Mojžišová, M., Mrugała, A., Kozubíková-Balcarová, E., Vlach, P., Svobodová, J., Kouba, A., & Petrusek, A. (2020). Crayfish plague in Czechia: Outbreaks from novel sources and testing for chronic infections. Journal of invertebrate pathology, 173, 107390. 49.93 15.254 High Astacus astacus Aphanomyces astaci 2014 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L20 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2356 10.1016/j.jip.2020.107390 null Mojžišová, M., Mrugała, A., Kozubíková-Balcarová, E., Vlach, P., Svobodová, J., Kouba, A., & Petrusek, A. (2020). Crayfish plague in Czechia: Outbreaks from novel sources and testing for chronic infections. Journal of invertebrate pathology, 173, 107390. 49.552 18.336 High Astacus astacus Aphanomyces astaci 2019 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L21 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2357 10.1007/s10530-017-1496-z null Kaldre, K., Paaver, T., Hurt, M., & Grandjean, F. (2017). First records of the non-indigenous signal crayfish (Pacifastacus leniusculus) and its threat to noble crayfish (Astacus astacus) populations in Estonia. Biological Invasions, 19(10), 2771-2776. 58.2 22.07 Low Astacus astacus Aphanomyces astaci 2007 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L22 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2358 10.1007/s10530-017-1496-z null Kaldre, K., Paaver, T., Hurt, M., & Grandjean, F. (2017). First records of the non-indigenous signal crayfish (Pacifastacus leniusculus) and its threat to noble crayfish (Astacus astacus) populations in Estonia. Biological Invasions, 19(10), 2771-2776. 57.71 26.86 Low Astacus astacus Aphanomyces astaci 2010 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L23 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2359 10.1007/s10530-017-1496-z null Kaldre, K., Paaver, T., Hurt, M., & Grandjean, F. (2017). First records of the non-indigenous signal crayfish (Pacifastacus leniusculus) and its threat to noble crayfish (Astacus astacus) populations in Estonia. Biological Invasions, 19(10), 2771-2776. 58.69 26.3 Low Astacus astacus Aphanomyces astaci 2010 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L24 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2360 10.1007/s10530-017-1496-z null Kaldre, K., Paaver, T., Hurt, M., & Grandjean, F. (2017). First records of the non-indigenous signal crayfish (Pacifastacus leniusculus) and its threat to noble crayfish (Astacus astacus) populations in Estonia. Biological Invasions, 19(10), 2771-2776. 58.95 27.05 Low Astacus astacus Aphanomyces astaci 2015 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L25 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2361 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 63.6159 24.4127 High Astacus astacus Aphanomyces astaci 2006 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L26 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2362 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 64.0243 24.2031 High Astacus astacus Aphanomyces astaci 2006 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L27 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2363 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 64.3926 24.3264 High Astacus astacus Aphanomyces astaci 2003 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L28 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2364 10.1016/j.fgb.2012.05.014 null Makkonen, J., Jussila, J., & Kokko, H. (2012). The diversity of the pathogenic Oomycete (Aphanomyces astaci) chitinase genes within the genotypes indicate adaptation to its hosts. Fungal Genetics and Biology, 49(8), 635-642. 64.2661 24.8224 High Astacus astacus Aphanomyces astaci 2003 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L29 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2365 10.1016/j.fgb.2012.05.014 null Makkonen, J., Jussila, J., & Kokko, H. (2012). The diversity of the pathogenic Oomycete (Aphanomyces astaci) chitinase genes within the genotypes indicate adaptation to its hosts. Fungal Genetics and Biology, 49(8), 635-642. 64.1709 25.161 High Astacus astacus Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L30 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2366 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 60.7841 27.8911 High Astacus astacus Aphanomyces astaci 2006 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L31 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2367 10.1017/S0031182018000227 null Makkonen, J., Jussila, J., Panteleit, J., Keller, N. S., Schrimpf, A., Theissinger, K., ... & Kokko, H. (2018). MtDNA allows the sensitive detection and haplotyping of the crayfish plague disease agent Aphanomyces astaci showing clues about its origin and 61.83 22.17 Low Astacus astacus Aphanomyces astaci 2014 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L32 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2368 10.1016/j.fgb.2012.05.014 null Makkonen, J., Jussila, J., & Kokko, H. (2012). The diversity of the pathogenic Oomycete (Aphanomyces astaci) chitinase genes within the genotypes indicate adaptation to its hosts. Fungal Genetics and Biology, 49(8), 635-642. 65.93 24.71 Low Astacus astacus Aphanomyces astaci 2007 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L33 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2369 10.1016/j.fgb.2012.05.014 null Makkonen, J., Jussila, J., & Kokko, H. (2012). The diversity of the pathogenic Oomycete (Aphanomyces astaci) chitinase genes within the genotypes indicate adaptation to its hosts. Fungal Genetics and Biology, 49(8), 635-642. 64.127583 29.496944 High Astacus astacus Aphanomyces astaci 2009 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L34 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2370 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 62.1837 30.3746 High Astacus astacus Aphanomyces astaci 2000 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L35 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2371 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.5311 29.5257 High Astacus astacus Aphanomyces astaci 2006 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L36 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2372 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.5465 28.7248 High Astacus astacus Aphanomyces astaci 2002 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L37 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2373 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.2154 28.9267 High Astacus astacus Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L38 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2374 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.3318 29.3065 High Astacus astacus Aphanomyces astaci 2000 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L39 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2375 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.9366 28.4997 High Astacus astacus Aphanomyces astaci 1998 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L40 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2376 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.8849 29.1393 High Astacus astacus Aphanomyces astaci 2002 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L41 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2377 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 62.6114 29.4034 High Astacus astacus Aphanomyces astaci 2001 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L42 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2378 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 63.3708 29.154 High Astacus astacus Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L43 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2379 10.1016/j.fgb.2012.05.014 null Makkonen, J., Jussila, J., & Kokko, H. (2012). The diversity of the pathogenic Oomycete (Aphanomyces astaci) chitinase genes within the genotypes indicate adaptation to its hosts. Fungal Genetics and Biology, 49(8), 635-642. 63.081 30.0595 High Astacus astacus Aphanomyces astaci 2003 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L44 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2380 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 63.6364 28.8765 High Astacus astacus Aphanomyces astaci 1998 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L45 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2381 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 62.7957 30.7603 High Astacus astacus Aphanomyces astaci 2001 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L46 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2382 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 62.6474 31.0553 High Astacus astacus Aphanomyces astaci 1999 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L47 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2383 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.5409 25.7557 High Astacus astacus Aphanomyces astaci 2001 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L48 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2384 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 62.1248 25.8012 High Astacus astacus Aphanomyces astaci 1998 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L49 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2385 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 63.2257 25.6446 High Astacus astacus Aphanomyces astaci 2006 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L50 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2386 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 62.8139 25.5304 High Astacus astacus Aphanomyces astaci 1996 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L51 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2387 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 62.8625 26.2878 High Astacus astacus Aphanomyces astaci 2001 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L52 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2388 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 62.8995 27.0817 High Astacus astacus Aphanomyces astaci 2002 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L53 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2389 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 63.0623 26.9977 High Astacus astacus Aphanomyces astaci 2002 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L54 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2390 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.6604 26.214 High Astacus astacus Aphanomyces astaci 2000 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L55 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2391 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.6152 26.3129 High Astacus astacus Aphanomyces astaci 2001 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L56 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2392 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.6532 23.7841 High Astacus astacus Aphanomyces astaci 2005 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L57 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2393 10.1016/j.fgb.2012.05.014 null Makkonen, J., Jussila, J., & Kokko, H. (2012). The diversity of the pathogenic Oomycete (Aphanomyces astaci) chitinase genes within the genotypes indicate adaptation to its hosts. Fungal Genetics and Biology, 49(8), 635-642. 61.6532 23.7841 High Astacus astacus Aphanomyces astaci 2005 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L58 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2394 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.834 22.485 High Astacus astacus Aphanomyces astaci 2005 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L59 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2395 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.7468 22.228 High Astacus astacus Aphanomyces astaci 2006 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L60 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2396 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 63.4927 23.3237 High Astacus astacus Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L61 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2397 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 63.3096 23.5849 High Astacus astacus Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L62 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2398 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 63.148 23.6706 High Astacus astacus Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L63 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2399 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 63.4633 23.7746 High Astacus astacus Aphanomyces astaci 2003 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L64 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2400 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 63.4633 23.7746 High Astacus astacus Aphanomyces astaci 2003 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L65 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2401 10.1016/j.fgb.2012.05.014 null Makkonen, J., Jussila, J., & Kokko, H. (2012). The diversity of the pathogenic Oomycete (Aphanomyces astaci) chitinase genes within the genotypes indicate adaptation to its hosts. Fungal Genetics and Biology, 49(8), 635-642. 64.0509 25.5277 High Astacus astacus Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L66 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2402 10.1016/j.fgb.2012.05.014 null Makkonen, J., Jussila, J., & Kokko, H. (2012). The diversity of the pathogenic Oomycete (Aphanomyces astaci) chitinase genes within the genotypes indicate adaptation to its hosts. Fungal Genetics and Biology, 49(8), 635-642. 63.8933 25.7819 High Astacus astacus Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L67 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2403 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 63.588 25.9354 High Astacus astacus Aphanomyces astaci 2003 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L68 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2404 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 63.588 25.9354 High Astacus astacus Aphanomyces astaci 2006 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L69 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2405 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 64.4395 27.4371 High Astacus astacus Aphanomyces astaci 2005 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L70 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2406 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 65.5161 28.5789 High Astacus astacus Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L71 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2407 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 66.0867 24.7974 High Astacus astacus Aphanomyces astaci 2006 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L72 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2408 10.1016/j.fgb.2012.05.014 null Makkonen, J., Jussila, J., & Kokko, H. (2012). The diversity of the pathogenic Oomycete (Aphanomyces astaci) chitinase genes within the genotypes indicate adaptation to its hosts. Fungal Genetics and Biology, 49(8), 635-642. 61.2467 27.1129 High Astacus astacus Aphanomyces astaci 1999 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L73 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2409 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 62.9751 27.8411 High Astacus astacus Aphanomyces astaci 2001 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L74 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2410 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 63.1278 28.8443 High Astacus astacus Aphanomyces astaci 1996 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L75 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2411 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 60.641 26.4727 High Astacus astacus Aphanomyces astaci 2005 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L76 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2412 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.2838 26.5601 High Astacus astacus Aphanomyces astaci 2000 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L77 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2413 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.0957 25.533 High Astacus astacus Aphanomyces astaci 2000 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L78 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2414 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.5176 25.9269 High Astacus astacus Aphanomyces astaci 2000 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L79 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2415 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.6322 26.2863 High Astacus astacus Aphanomyces astaci 2000 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L80 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2416 10.1016/j.fgb.2012.05.014 null Makkonen, J., Jussila, J., & Kokko, H. (2012). The diversity of the pathogenic Oomycete (Aphanomyces astaci) chitinase genes within the genotypes indicate adaptation to its hosts. Fungal Genetics and Biology, 49(8), 635-642. 61.4844 26.223 High Astacus astacus Aphanomyces astaci 2003 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L81 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2417 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.0631 26.6768 High Astacus astacus Aphanomyces astaci 2001 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L82 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2418 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.8061 26.3843 High Astacus astacus Aphanomyces astaci 2002 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L83 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2419 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.8939 27.1067 High Astacus astacus Aphanomyces astaci 2000 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L84 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2420 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.2491 22.9192 High Astacus astacus Aphanomyces astaci 2000 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L85 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2421 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.2153 23.5702 High Astacus astacus Aphanomyces astaci 2002 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L86 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2422 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.6532 23.7841 High Astacus astacus Aphanomyces astaci 2006 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L87 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2423 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.6166 24.0084 High Astacus astacus Aphanomyces astaci 2002 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L88 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2424 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 62.2088 23.6269 High Astacus astacus Aphanomyces astaci 2006 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L89 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2425 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.2545 24.5379 High Astacus astacus Aphanomyces astaci 1998 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L90 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2426 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 62.9588 22.4351 High Astacus astacus Aphanomyces astaci 1999 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L91 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2427 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 63.7716 24.2755 High Astacus astacus Aphanomyces astaci 2006 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L92 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2428 10.3354/dao035235 null Oidtmann, B., Cerenius, L., Schmid, I., Hoffmann, R., & Söderhäll, K. (1999). Crayfish plague epizootics in Germany--classification of two German isolates of the crayfish plague fungus Aphanomyces astaci by random amplification of polymorphic DNA. Diseases of Aquatic Organisms, 35(3), 235-238. 47.77 11.05 Low Astacus astacus Aphanomyces astaci 1996 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L93 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2429 10.3354/dao035235 null Oidtmann, B., Cerenius, L., Schmid, I., Hoffmann, R., & Söderhäll, K. (1999). Crayfish plague epizootics in Germany--classification of two German isolates of the crayfish plague fungus Aphanomyces astaci by random amplification of polymorphic DNA. Diseases of Aquatic Organisms, 35(3), 235-238. 48.23 10.37 Low Astacus astacus Aphanomyces astaci 1996 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L94 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2430 10.1016/j.vetmic.2014.07.008 null Vrålstad, T., Strand, D. A., Grandjean, F., Kvellestad, A., Håstein, T., Knutsen, A. K., ... & Skaar, I. (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology, 173(1-2), 66-75. 59.96 12.18 High Astacus astacus Aphanomyces astaci 1974 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L95 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2431 10.1016/j.vetmic.2014.07.008 null Vrålstad, T., Strand, D. A., Grandjean, F., Kvellestad, A., Håstein, T., Knutsen, A. K., ... & Skaar, I. (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology, 173(1-2), 66-75. 60.25 11.68 High Astacus astacus Aphanomyces astaci 2005 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L96 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2432 10.1016/j.vetmic.2014.07.008 null Vrålstad, T., Strand, D. A., Grandjean, F., Kvellestad, A., Håstein, T., Knutsen, A. K., ... & Skaar, I. (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology, 173(1-2), 66-75. 59.74 11.48 High Astacus astacus Aphanomyces astaci 1993 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L97 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2433 10.1016/j.vetmic.2014.07.008 null Vrålstad, T., Strand, D. A., Grandjean, F., Kvellestad, A., Håstein, T., Knutsen, A. K., ... & Skaar, I. (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology, 173(1-2), 66-75. 59.92 10.5 High Astacus astacus Aphanomyces astaci 1998 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L98 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2434 10.1016/j.vetmic.2014.07.008 null Vrålstad, T., Strand, D. A., Grandjean, F., Kvellestad, A., Håstein, T., Knutsen, A. K., ... & Skaar, I. (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology, 173(1-2), 66-75. 60.2 11.89 High Astacus astacus Aphanomyces astaci 2005 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L99 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2435 10.1016/j.vetmic.2014.07.008 null Vrålstad, T., Strand, D. A., Grandjean, F., Kvellestad, A., Håstein, T., Knutsen, A. K., ... & Skaar, I. (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology, 173(1-2), 66-75. 59.23 11.68 High Astacus astacus Aphanomyces astaci 2005 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L100 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2436 10.1016/j.vetmic.2014.07.008 null Vrålstad, T., Strand, D. A., Grandjean, F., Kvellestad, A., Håstein, T., Knutsen, A. K., ... & Skaar, I. (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology, 173(1-2), 66-75. 59.43 11.66 High Astacus astacus Aphanomyces astaci 2005 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L101 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2437 10.1016/j.vetmic.2014.07.008 null Vrålstad, T., Strand, D. A., Grandjean, F., Kvellestad, A., Håstein, T., Knutsen, A. K., ... & Skaar, I. (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology, 173(1-2), 66-75. 59.99 11.95 High Astacus astacus Aphanomyces astaci 2010 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L102 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2438 10.1016/0044-8486(94)90243-7 null Huang, T. S., Cerenius, L., & Söderhäll, K. (1994). Analysis of genetic diversity in the crayfish plague fungus, Aphanomyces astaci, by random amplification of polymorphic DNA. Aquaculture, 126(1-2), 1-9. 58.12 15.8 Low Astacus astacus Aphanomyces astaci 1962 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L103 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2439 10.1016/0044-8486(94)90243-7 null Huang, T. S., Cerenius, L., & Söderhäll, K. (1994). Analysis of genetic diversity in the crayfish plague fungus, Aphanomyces astaci, by random amplification of polymorphic DNA. Aquaculture, 126(1-2), 1-9. 59.61 14.56 Low Astacus astacus Aphanomyces astaci 1970 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L104 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2440 10.1016/0044-8486(94)90243-7 null Huang, T. S., Cerenius, L., & Söderhäll, K. (1994). Analysis of genetic diversity in the crayfish plague fungus, Aphanomyces astaci, by random amplification of polymorphic DNA. Aquaculture, 126(1-2), 1-9. 59.02 15.41 Low Astacus astacus Aphanomyces astaci 1970 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L105 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2441 10.1016/0044-8486(94)90243-7 null Huang, T. S., Cerenius, L., & Söderhäll, K. (1994). Analysis of genetic diversity in the crayfish plague fungus, Aphanomyces astaci, by random amplification of polymorphic DNA. Aquaculture, 126(1-2), 1-9. 58.58 14.01 Low Astacus astacus Aphanomyces astaci 1970 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L106 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2442 10.1016/0044-8486(94)90243-7 null Huang, T. S., Cerenius, L., & Söderhäll, K. (1994). Analysis of genetic diversity in the crayfish plague fungus, Aphanomyces astaci, by random amplification of polymorphic DNA. Aquaculture, 126(1-2), 1-9. 59.45 14.26 Low Astacus astacus Aphanomyces astaci 1970 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L107 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2443 10.1016/0044-8486(94)90243-7 null Huang, T. S., Cerenius, L., & Söderhäll, K. (1994). Analysis of genetic diversity in the crayfish plague fungus, Aphanomyces astaci, by random amplification of polymorphic DNA. Aquaculture, 126(1-2), 1-9. 57.8 15.07 Low Astacus astacus Aphanomyces astaci 1970 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L108 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2444 10.1016/0044-8486(94)90243-7 null Huang, T. S., Cerenius, L., & Söderhäll, K. (1994). Analysis of genetic diversity in the crayfish plague fungus, Aphanomyces astaci, by random amplification of polymorphic DNA. Aquaculture, 126(1-2), 1-9. 56.63 16.17 Low Astacus astacus Aphanomyces astaci 1973 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L109 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2445 10.1016/0044-8486(94)90243-7 null Huang, T. S., Cerenius, L., & Söderhäll, K. (1994). Analysis of genetic diversity in the crayfish plague fungus, Aphanomyces astaci, by random amplification of polymorphic DNA. Aquaculture, 126(1-2), 1-9. 59.8 14.5 Low Astacus astacus Aphanomyces astaci 1973 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L110 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2446 10.1016/0044-8486(94)90243-7 null Huang, T. S., Cerenius, L., & Söderhäll, K. (1994). Analysis of genetic diversity in the crayfish plague fungus, Aphanomyces astaci, by random amplification of polymorphic DNA. Aquaculture, 126(1-2), 1-9. 60.71 14.87 Low Astacus astacus Aphanomyces astaci 1973 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L111 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2447 10.1016/0044-8486(94)90243-7 null Huang, T. S., Cerenius, L., & Söderhäll, K. (1994). Analysis of genetic diversity in the crayfish plague fungus, Aphanomyces astaci, by random amplification of polymorphic DNA. Aquaculture, 126(1-2), 1-9. 57.5 16.04 Low Astacus astacus Aphanomyces astaci 1973 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L112 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2448 10.1007/s10530-017-1496-z null Kaldre, K., Paaver, T., Hurt, M., & Grandjean, F. (2017). First records of the non-indigenous signal crayfish (Pacifastacus leniusculus) and its threat to noble crayfish (Astacus astacus) populations in Estonia. Biological Invasions, 19(10), 2771-2776. 58.30397682 22.67786349 Low Astacus astacus Aphanomyces astaci 2006 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L113 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2449 10.1007/s10530-017-1496-z null Kaldre, K., Paaver, T., Hurt, M., & Grandjean, F. (2017). First records of the non-indigenous signal crayfish (Pacifastacus leniusculus) and its threat to noble crayfish (Astacus astacus) populations in Estonia. Biological Invasions, 19(10), 2771-2776. 58.30339394 22.48968131 Low Astacus astacus Aphanomyces astaci 2007 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L114 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2450 10.1007/s10530-017-1496-z null Kaldre, K., Paaver, T., Hurt, M., & Grandjean, F. (2017). First records of the non-indigenous signal crayfish (Pacifastacus leniusculus) and its threat to noble crayfish (Astacus astacus) populations in Estonia. Biological Invasions, 19(10), 2771-2776. 58.3584108 22.51219903 Low Astacus astacus Aphanomyces astaci 2008 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L115 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2451 10.1007/s10530-017-1496-z null Kaldre, K., Paaver, T., Hurt, M., & Grandjean, F. (2017). First records of the non-indigenous signal crayfish (Pacifastacus leniusculus) and its threat to noble crayfish (Astacus astacus) populations in Estonia. Biological Invasions, 19(10), 2771-2776. 58.10640595 26.8100957 Low Astacus astacus Aphanomyces astaci 2009 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L116 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2452 10.1007/s10530-017-1496-z null Kaldre, K., Paaver, T., Hurt, M., & Grandjean, F. (2017). First records of the non-indigenous signal crayfish (Pacifastacus leniusculus) and its threat to noble crayfish (Astacus astacus) populations in Estonia. Biological Invasions, 19(10), 2771-2776. 57.73184272 26.51490488 Low Astacus astacus Aphanomyces astaci 2008 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L117 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2453 10.1007/s10530-017-1496-z null Kaldre, K., Paaver, T., Hurt, M., & Grandjean, F. (2017). First records of the non-indigenous signal crayfish (Pacifastacus leniusculus) and its threat to noble crayfish (Astacus astacus) populations in Estonia. Biological Invasions, 19(10), 2771-2776. 58.92056482 26.27561296 Low Astacus astacus Aphanomyces astaci 2009 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L118 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2454 10.1007/s10530-017-1496-z null Kaldre, K., Paaver, T., Hurt, M., & Grandjean, F. (2017). First records of the non-indigenous signal crayfish (Pacifastacus leniusculus) and its threat to noble crayfish (Astacus astacus) populations in Estonia. Biological Invasions, 19(10), 2771-2776. 58.9780853 23.84928511 Low Astacus astacus Aphanomyces astaci 2011 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L119 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2455 10.1016/j.jip.2020.107390 null Mojžišová, M., Mrugała, A., Kozubíková-Balcarová, E., Vlach, P., Svobodová, J., Kouba, A., & Petrusek, A. (2020). Crayfish plague in Czechia: Outbreaks from novel sources and testing for chronic infections. Journal of invertebrate pathology, 173, 107390. 50.4291 15.8026 High Astacus astacus Aphanomyces astaci 2014 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L120 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC5851 10.3897/neobiota.89.110085 null Satmari, A., Miok, K., Ion, M. C., Zaharia, C., Schrimpf, A., & Pârvulescu, L. (2023).  Headwater refuges: Flow protects Austropotamobius crayfish from Faxonius limosus invasion. NeoBiota, 89, 71-94. 46.6112 22.4035 High Astacus astacus Aphanomyces astaci 2019 Lucian Pârvulescu +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L121 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC5852 10.3897/neobiota.89.110085 null Satmari, A., Miok, K., Ion, M. C., Zaharia, C., Schrimpf, A., & Pârvulescu, L. (2023).  Headwater refuges: Flow protects Austropotamobius crayfish from Faxonius limosus invasion. NeoBiota, 89, 71-94. 46.6416 22.2447 High Astacus astacus Aphanomyces astaci 2019 Lucian Pârvulescu +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L122 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC5853 10.3897/neobiota.89.110085 null Satmari, A., Miok, K., Ion, M. C., Zaharia, C., Schrimpf, A., & Pârvulescu, L. (2023).  Headwater refuges: Flow protects Austropotamobius crayfish from Faxonius limosus invasion. NeoBiota, 89, 71-94. 45.2288 22.1436 High Astacus astacus Aphanomyces astaci 2019 Lucian Pârvulescu +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L123 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1721 null https://www.sva.se/media/ofelrebo/rapport-kr%C3%A4ftor-och-%C3%A5l-2018.pdf Anonymous 2018. Year Report Health monitoring, freshwater crayfish and eel. In Swedish. Report. National Veterinary Institute, Sweden. 59.944976 12.344846 High Astacus astacus Aphanomyces astaci 2018 David Strand +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L124 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1736 null https://www.vetinst.no/overvaking/krepsepest Strand D, Johnsen SI, Amundsen MM, Mohammad SN, Vrålstad T. 2023. The surveillance programme for Aphanomyces astaci in Norway 2022. Surveillance program report. ISSN 1890-3290 (electronic edition). Norwegian Veterinary Institute 2023, 27 pp. 59.549646 11.323271 High Astacus astacus Aphanomyces astaci 2021 David Strand +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L125 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1737 null https://www.vetinst.no/overvaking/krepsepest Strand D, Rusch J, Johnsen SI, Tarpai A, Vrålstad T. 2019. The surveillance programme for Aphanomyces astaci in Norway 2018. Annual Report 2019. ISSN 1894-5678. Norwegian Veterinary Institute, 16 pp. 59.76075 10.933445 High Astacus astacus Aphanomyces astaci 2018 David Strand +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L126 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1738 null https://www.vetinst.no/overvaking/krepsepest Strand D, Rusch J, Johnsen SI, Tarpai A, Vrålstad T. 2019. The surveillance programme for Aphanomyces astaci in Norway 2018. Annual Report 2019. ISSN 1894-5678. Norwegian Veterinary Institute, 16 pp. 59.76075 10.933445 High Astacus astacus Aphanomyces astaci 2018 David Strand +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L127 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1741 10.1111/1365-2664.13404 null Strand DA, Rusch JC, Johnsen SI, Agersnap S, Larsen W, Knudsen SW, Rask-Møller P, Vrålstad T. 2019. Monitoring of a Norwegian freshwater crayfish tragedy - eDNA snapshots of invasion, infection and extinction. Journal of Applied Ecology 56: 1661-1673 59.619274 11.585128 High Astacus astacus Aphanomyces astaci 2015 David Strand +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L128 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1743 10.1111/1365-2664.13404 null Strand DA, Rusch JC, Johnsen SI, Agersnap S, Larsen W, Knudsen SW, Rask-Møller P, Vrålstad T. 2019. Monitoring of a Norwegian freshwater crayfish tragedy - eDNA snapshots of invasion, infection and extinction. Journal of Applied Ecology 56: 1661-1673 59.669828 11.546195 High Astacus astacus Aphanomyces astaci 2015 David Strand +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L129 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1744 10.1111/1365-2664.13404 null Strand DA, Rusch JC, Johnsen SI, Agersnap S, Larsen W, Knudsen SW, Rask-Møller P, Vrålstad T. 2019. Monitoring of a Norwegian freshwater crayfish tragedy - eDNA snapshots of invasion, infection and extinction. Journal of Applied Ecology 56: 1661-1673 59.675525 11.530055 High Astacus astacus Aphanomyces astaci 2015 David Strand +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L130 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1746 10.1111/1365-2664.13404 null Strand DA, Rusch JC, Johnsen SI, Agersnap S, Larsen W, Knudsen SW, Rask-Møller P, Vrålstad T. 2019. Monitoring of a Norwegian freshwater crayfish tragedy - eDNA snapshots of invasion, infection and extinction. Journal of Applied Ecology 56: 1661-1673 59.722244 11.055167 High Astacus astacus Aphanomyces astaci 2016 David Strand +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L131 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1747 10.1111/1365-2664.13404 null Strand DA, Rusch JC, Johnsen SI, Agersnap S, Larsen W, Knudsen SW, Rask-Møller P, Vrålstad T. 2019. Monitoring of a Norwegian freshwater crayfish tragedy - eDNA snapshots of invasion, infection and extinction. Journal of Applied Ecology 56: 1661-1673 60.257848 11.684077 High Astacus astacus Aphanomyces astaci 2015 David Strand +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L132 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1754 null https://www.vetinst.no/overvaking/krepsepest Unpublished 59.588988 11.398288 High Astacus astacus Aphanomyces astaci 2023 David Strand +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L133 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1757 10.1111/1365-2664.12218 null Vrålstad T, Strand DA, Grandjean F, Kvellestad A, Håstein T, Knutsen AK, Taugbøl T, Skaar I, (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology 173: 66-75 59.284532 11.66379 High Astacus astacus Aphanomyces astaci 1989 Trude Vrålstad +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L134 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1758 10.1111/1365-2664.12218 null Vrålstad T, Strand DA, Grandjean F, Kvellestad A, Håstein T, Knutsen AK, Taugbøl T, Skaar I, (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology 173: 66-75 59.284532 11.66379 High Astacus astacus Aphanomyces astaci 2005 Trude Vrålstad +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L135 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1759 10.1111/1365-2664.12218 null Vrålstad T, Strand DA, Grandjean F, Kvellestad A, Håstein T, Knutsen AK, Taugbøl T, Skaar I, (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology 173: 66-75 59.362246 11.668004 High Astacus astacus Aphanomyces astaci 2005 Trude Vrålstad +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L136 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1760 10.1111/1365-2664.12218 null Vrålstad T, Strand DA, Grandjean F, Kvellestad A, Håstein T, Knutsen AK, Taugbøl T, Skaar I, (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology 173: 66-75 59.488005 11.644723 High Astacus astacus Aphanomyces astaci 1990 Trude Vrålstad +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L137 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1761 10.1111/1365-2664.12218 null Vrålstad T, Strand DA, Grandjean F, Kvellestad A, Håstein T, Knutsen AK, Taugbøl T, Skaar I, (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology 173: 66-75 59.675525 11.530055 High Astacus astacus Aphanomyces astaci 1993 Trude Vrålstad +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L138 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1763 10.1111/1365-2664.12218 null Vrålstad T, Strand DA, Grandjean F, Kvellestad A, Håstein T, Knutsen AK, Taugbøl T, Skaar I, (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology 173: 66-75 59.925218 11.993545 High Astacus astacus Aphanomyces astaci 2010 Trude Vrålstad +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L139 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1764 10.1111/1365-2664.12218 null Vrålstad T, Strand DA, Grandjean F, Kvellestad A, Håstein T, Knutsen AK, Taugbøl T, Skaar I, (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology 173: 66-75 59.949965 10.634363 High Astacus astacus Aphanomyces astaci 1998 Trude Vrålstad +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L140 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1767 10.1111/1365-2664.12218 null Vrålstad T, Strand DA, Grandjean F, Kvellestad A, Håstein T, Knutsen AK, Taugbøl T, Skaar I, (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology 173: 66-75 59.961996 12.169897 Low Astacus astacus Aphanomyces astaci 1971 Trude Vrålstad +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L141 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1768 10.1111/1365-2664.12218 null Vrålstad T, Strand DA, Grandjean F, Kvellestad A, Håstein T, Knutsen AK, Taugbøl T, Skaar I, (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology 173: 66-75 59.961996 12.169897 Low Astacus astacus Aphanomyces astaci 1974 Trude Vrålstad +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L142 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1769 10.1111/1365-2664.12218 null Vrålstad T, Strand DA, Grandjean F, Kvellestad A, Håstein T, Knutsen AK, Taugbøl T, Skaar I, (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology 173: 66-75 60.145503 11.460375 High Astacus astacus Aphanomyces astaci 2007 Trude Vrålstad +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L143 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1770 10.1111/1365-2664.12218 null Vrålstad T, Strand DA, Grandjean F, Kvellestad A, Håstein T, Knutsen AK, Taugbøl T, Skaar I, (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology 173: 66-75 60.203128 11.89162 High Astacus astacus Aphanomyces astaci 2005 Trude Vrålstad +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L144 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1771 10.1111/1365-2664.12218 null Vrålstad T, Strand DA, Grandjean F, Kvellestad A, Håstein T, Knutsen AK, Taugbøl T, Skaar I, (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology 173: 66-75 60.203128 11.89162 High Astacus astacus Aphanomyces astaci 2010 Trude Vrålstad +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L145 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1773 10.1111/1365-2664.12218 null Vrålstad T, Strand DA, Grandjean F, Kvellestad A, Håstein T, Knutsen AK, Taugbøl T, Skaar I, (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology 173: 66-75 60.257848 11.684077 High Astacus astacus Aphanomyces astaci 1995 Trude Vrålstad +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L146 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1774 10.1111/1365-2664.12218 null Vrålstad T, Strand DA, Grandjean F, Kvellestad A, Håstein T, Knutsen AK, Taugbøl T, Skaar I, (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology 173: 66-75 60.257848 11.684077 High Astacus astacus Aphanomyces astaci 2004 Trude Vrålstad +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L147 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1776 10.1111/1365-2664.12218 null Vrålstad T, Strand DA, Grandjean F, Kvellestad A, Håstein T, Knutsen AK, Taugbøl T, Skaar I, (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology 173: 66-75 60.336281 12.022889 High Astacus astacus Aphanomyces astaci 2009 Trude Vrålstad +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L148 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2538 10.3354/dao03275 null Caprioli, R., Mrugała, A., Di Domenico, M., Curini, V., Giansante, C., Cammà, C., & Petrusek, A. (2018). Aphanomyces astaci genotypes involved in recent crayfish plague outbreaks in central Italy. Diseases of aquatic organisms, 130(3), 209-219. 41.691 14.294 High Austropotamobius fulcisianus Aphanomyces astaci 2009 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L149 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2539 10.3354/dao03275 null Caprioli, R., Mrugała, A., Di Domenico, M., Curini, V., Giansante, C., Cammà, C., & Petrusek, A. (2018). Aphanomyces astaci genotypes involved in recent crayfish plague outbreaks in central Italy. Diseases of aquatic organisms, 130(3), 209-219. 42.584 13.478 High Austropotamobius fulcisianus Aphanomyces astaci 2011 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L150 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2540 10.3354/dao03275 null Caprioli, R., Mrugała, A., Di Domenico, M., Curini, V., Giansante, C., Cammà, C., & Petrusek, A. (2018). Aphanomyces astaci genotypes involved in recent crayfish plague outbreaks in central Italy. Diseases of aquatic organisms, 130(3), 209-219. 41.615 14.05 High Austropotamobius fulcisianus Aphanomyces astaci 2011 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L151 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2541 10.3354/dao03275 null Caprioli, R., Mrugała, A., Di Domenico, M., Curini, V., Giansante, C., Cammà, C., & Petrusek, A. (2018). Aphanomyces astaci genotypes involved in recent crayfish plague outbreaks in central Italy. Diseases of aquatic organisms, 130(3), 209-219. 41.915 14.323 High Austropotamobius fulcisianus Aphanomyces astaci 2013 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L152 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2542 10.3354/dao03275 null Caprioli, R., Mrugała, A., Di Domenico, M., Curini, V., Giansante, C., Cammà, C., & Petrusek, A. (2018). Aphanomyces astaci genotypes involved in recent crayfish plague outbreaks in central Italy. Diseases of aquatic organisms, 130(3), 209-219. 41.901 14.329 High Austropotamobius fulcisianus Aphanomyces astaci 2013 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L153 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2543 10.1016/j.jip.2018.06.002 null Minardi, D., Studholme, D. J., van der Giezen, M., Pretto, T., & Oidtmann, B. (2018). New genotyping method for the causative agent of crayfish plague (Aphanomyces astaci) based on whole genome data. Journal of invertebrate pathology, 156, 6-13. 46.37 13.1 High Austropotamobius fulcisianus Aphanomyces astaci 2013 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L154 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2544 10.1016/j.funbio.2013.10.007 null Rezinciuc, S., Galindo, J., Montserrat, J., & Diéguez-Uribeondo, J. (2014). AFLP-PCR and RAPD-PCR evidences of the transmission of the pathogen Aphanomyces astaci (Oomycetes) to wild populations of European crayfish from the invasive crayfish species, Procambarus clarkii. Fungal biology, 118(7), 612-620. 36.8673 -4.8751 High Austropotamobius fulcisianus Aphanomyces astaci 2009 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L155 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2545 10.1016/j.funbio.2013.10.007 null Rezinciuc, S., Galindo, J., Montserrat, J., & Diéguez-Uribeondo, J. (2014). AFLP-PCR and RAPD-PCR evidences of the transmission of the pathogen Aphanomyces astaci (Oomycetes) to wild populations of European crayfish from the invasive crayfish species, Procambarus clarkii. Fungal biology, 118(7), 612-620. 42.1151 2.3913 High Austropotamobius fulcisianus Aphanomyces astaci 2014 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L156 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2546 10.1016/j.funbio.2013.10.007 null Rezinciuc, S., Galindo, J., Montserrat, J., & Diéguez-Uribeondo, J. (2014). AFLP-PCR and RAPD-PCR evidences of the transmission of the pathogen Aphanomyces astaci (Oomycetes) to wild populations of European crayfish from the invasive crayfish species, Procambarus clarkii. Fungal biology, 118(7), 612-620. 42.2433 2.5216 High Austropotamobius fulcisianus Aphanomyces astaci 2013 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L157 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2547 10.1016/j.funbio.2013.10.007 null Rezinciuc, S., Galindo, J., Montserrat, J., & Diéguez-Uribeondo, J. (2014). AFLP-PCR and RAPD-PCR evidences of the transmission of the pathogen Aphanomyces astaci (Oomycetes) to wild populations of European crayfish from the invasive crayfish species, Procambarus clarkii. Fungal biology, 118(7), 612-620. 42.2102 2.4224 High Austropotamobius fulcisianus Aphanomyces astaci 2014 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L158 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2548 10.1016/j.funbio.2013.10.007 null Rezinciuc, S., Galindo, J., Montserrat, J., & Diéguez-Uribeondo, J. (2014). AFLP-PCR and RAPD-PCR evidences of the transmission of the pathogen Aphanomyces astaci (Oomycetes) to wild populations of European crayfish from the invasive crayfish species, Procambarus clarkii. Fungal biology, 118(7), 612-620. 42.8642 -1.8228 High Austropotamobius fulcisianus Aphanomyces astaci 2014 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L159 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2549 10.1016/j.funbio.2013.10.007 null Rezinciuc, S., Galindo, J., Montserrat, J., & Diéguez-Uribeondo, J. (2014). AFLP-PCR and RAPD-PCR evidences of the transmission of the pathogen Aphanomyces astaci (Oomycetes) to wild populations of European crayfish from the invasive crayfish species, Procambarus clarkii. Fungal biology, 118(7), 612-620. 42.8477 -1.7682 High Austropotamobius fulcisianus Aphanomyces astaci 2014 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L160 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2550 10.1016/j.funbio.2013.10.007 null Rezinciuc, S., Galindo, J., Montserrat, J., & Diéguez-Uribeondo, J. (2014). AFLP-PCR and RAPD-PCR evidences of the transmission of the pathogen Aphanomyces astaci (Oomycetes) to wild populations of European crayfish from the invasive crayfish species, Procambarus clarkii. Fungal biology, 118(7), 612-620. 42.8263 -1.7508 High Austropotamobius fulcisianus Aphanomyces astaci 2014 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L161 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2551 10.1371/journal.pone.0219223 null Martín-Torrijos, L., Kokko, H., Makkonen, J., Jussila, J., & Diéguez-Uribeondo, J. (2019). Mapping 15 years of crayfish plague in the Iberian Peninsula: The impact of two invasive species on the endangered native crayfish. PloS one, 14(8), e0219223. 42.03 2.66 High Austropotamobius fulcisianus Aphanomyces astaci 2014 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L162 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2552 10.1371/journal.pone.0219223 null Martín-Torrijos, L., Kokko, H., Makkonen, J., Jussila, J., & Diéguez-Uribeondo, J. (2019). Mapping 15 years of crayfish plague in the Iberian Peninsula: The impact of two invasive species on the endangered native crayfish. PloS one, 14(8), e0219223. 42.01 -4.54 High Austropotamobius fulcisianus Aphanomyces astaci 2008 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L163 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2553 10.1371/journal.pone.0219223 null Martín-Torrijos, L., Kokko, H., Makkonen, J., Jussila, J., & Diéguez-Uribeondo, J. (2019). Mapping 15 years of crayfish plague in the Iberian Peninsula: The impact of two invasive species on the endangered native crayfish. PloS one, 14(8), e0219223. 40.08 -2.14 High Austropotamobius fulcisianus Aphanomyces astaci 2009 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L164 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2554 10.1371/journal.pone.0219223 null Martín-Torrijos, L., Kokko, H., Makkonen, J., Jussila, J., & Diéguez-Uribeondo, J. (2019). Mapping 15 years of crayfish plague in the Iberian Peninsula: The impact of two invasive species on the endangered native crayfish. PloS one, 14(8), e0219223. 42.3 2.98 High Austropotamobius fulcisianus Aphanomyces astaci 2005 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L165 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2556 10.1371/journal.pone.0219223 null Martín-Torrijos, L., Kokko, H., Makkonen, J., Jussila, J., & Diéguez-Uribeondo, J. (2019). Mapping 15 years of crayfish plague in the Iberian Peninsula: The impact of two invasive species on the endangered native crayfish. PloS one, 14(8), e0219223. 40.63 -3.19 High Austropotamobius fulcisianus Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L166 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2557 10.1371/journal.pone.0219223 null Martín-Torrijos, L., Kokko, H., Makkonen, J., Jussila, J., & Diéguez-Uribeondo, J. (2019). Mapping 15 years of crayfish plague in the Iberian Peninsula: The impact of two invasive species on the endangered native crayfish. PloS one, 14(8), e0219223. 41.62 0.6399999999 High Austropotamobius fulcisianus Aphanomyces astaci 2009 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L167 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2558 10.1371/journal.pone.0219223 null Martín-Torrijos, L., Kokko, H., Makkonen, J., Jussila, J., & Diéguez-Uribeondo, J. (2019). Mapping 15 years of crayfish plague in the Iberian Peninsula: The impact of two invasive species on the endangered native crayfish. PloS one, 14(8), e0219223. 42.78 -1.58 High Austropotamobius fulcisianus Aphanomyces astaci 2006 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L168 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2559 10.1371/journal.pone.0219223 null Martín-Torrijos, L., Kokko, H., Makkonen, J., Jussila, J., & Diéguez-Uribeondo, J. (2019). Mapping 15 years of crayfish plague in the Iberian Peninsula: The impact of two invasive species on the endangered native crayfish. PloS one, 14(8), e0219223. 37.78 -3.81 High Austropotamobius fulcisianus Aphanomyces astaci 2011 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L169 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2560 10.1371/journal.pone.0219223 null Martín-Torrijos, L., Kokko, H., Makkonen, J., Jussila, J., & Diéguez-Uribeondo, J. (2019). Mapping 15 years of crayfish plague in the Iberian Peninsula: The impact of two invasive species on the endangered native crayfish. PloS one, 14(8), e0219223. 41.41 2.1 High Austropotamobius fulcisianus Aphanomyces astaci 2011 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L170 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2561 10.1371/journal.pone.0219223 null Martín-Torrijos, L., Kokko, H., Makkonen, J., Jussila, J., & Diéguez-Uribeondo, J. (2019). Mapping 15 years of crayfish plague in the Iberian Peninsula: The impact of two invasive species on the endangered native crayfish. PloS one, 14(8), e0219223. 43 -4.49 High Austropotamobius fulcisianus Aphanomyces astaci 2008 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L171 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2562 10.1371/journal.pone.0219223 null Martín-Torrijos, L., Kokko, H., Makkonen, J., Jussila, J., & Diéguez-Uribeondo, J. (2019). Mapping 15 years of crayfish plague in the Iberian Peninsula: The impact of two invasive species on the endangered native crayfish. PloS one, 14(8), e0219223. 43.45 -5.69 High Austropotamobius fulcisianus Aphanomyces astaci 2015 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L172 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2563 10.1371/journal.pone.0219223 null Martín-Torrijos, L., Kokko, H., Makkonen, J., Jussila, J., & Diéguez-Uribeondo, J. (2019). Mapping 15 years of crayfish plague in the Iberian Peninsula: The impact of two invasive species on the endangered native crayfish. PloS one, 14(8), e0219223. 41.99 2.82 High Austropotamobius fulcisianus Aphanomyces astaci 2014 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L173 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2564 10.1371/journal.pone.0219223 null Martín-Torrijos, L., Kokko, H., Makkonen, J., Jussila, J., & Diéguez-Uribeondo, J. (2019). Mapping 15 years of crayfish plague in the Iberian Peninsula: The impact of two invasive species on the endangered native crayfish. PloS one, 14(8), e0219223. 42.72 -1.95 High Austropotamobius fulcisianus Aphanomyces astaci 2015 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L174 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2565 10.1371/journal.pone.0219223 null Martín-Torrijos, L., Kokko, H., Makkonen, J., Jussila, J., & Diéguez-Uribeondo, J. (2019). Mapping 15 years of crayfish plague in the Iberian Peninsula: The impact of two invasive species on the endangered native crayfish. PloS one, 14(8), e0219223. 40.34 -1.11 High Austropotamobius fulcisianus Aphanomyces astaci 2017 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L175 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2566 10.1371/journal.pone.0219223 null Martín-Torrijos, L., Kokko, H., Makkonen, J., Jussila, J., & Diéguez-Uribeondo, J. (2019). Mapping 15 years of crayfish plague in the Iberian Peninsula: The impact of two invasive species on the endangered native crayfish. PloS one, 14(8), e0219223. 40.08 -0.1599999998 High Austropotamobius fulcisianus Aphanomyces astaci 2017 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L176 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2567 10.1016/j.vetmic.2014.02.020 null Grandjean, F., Vrålstad, T., Dieguez-Uribeondo, J., Jelić, M., Mangombi, J., Delaunay, C., ... & Petrusek, A. (2014). Microsatellite markers for direct genotyping of the crayfish plague pathogen Aphanomyces astaci (Oomycetes) from infected host tissues. Veterinary Microbiology, 170(3-4), 317-324. 42.3 2.98 Low Austropotamobius fulcisianus Aphanomyces astaci 2012 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L177 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2568 10.1016/j.vetmic.2014.02.020 null Grandjean, F., Vrålstad, T., Dieguez-Uribeondo, J., Jelić, M., Mangombi, J., Delaunay, C., ... & Petrusek, A. (2014). Microsatellite markers for direct genotyping of the crayfish plague pathogen Aphanomyces astaci (Oomycetes) from infected host tissues. Veterinary Microbiology, 170(3-4), 317-324. 43 -4.49 Low Austropotamobius fulcisianus Aphanomyces astaci 2007 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L178 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2530 10.1371/journal.pone.0070157 null Filipova, L., Petrusek, A., Matasova, K., Delaunay, C., & Grandjean, F. (2013). Prevalence of the crayfish plague pathogen Aphanomyces astaci in populations of the signal crayfish Pacifastacus leniusculus in France: evaluating the threat to native crayfish. PLoS One, 8(7), e70157. 44.55 4.87 Low Austropotamobius pallipes Aphanomyces astaci 2008 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L179 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2531 10.1371/journal.pone.0070157 null Filipova, L., Petrusek, A., Matasova, K., Delaunay, C., & Grandjean, F. (2013). Prevalence of the crayfish plague pathogen Aphanomyces astaci in populations of the signal crayfish Pacifastacus leniusculus in France: evaluating the threat to native crayfish. PLoS One, 8(7), e70157. 46 0.8500000002 Low Austropotamobius pallipes Aphanomyces astaci 2001 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L180 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2532 10.1016/j.vetmic.2014.02.020 null Grandjean, F., Vrålstad, T., Dieguez-Uribeondo, J., Jelić, M., Mangombi, J., Delaunay, C., ... & Petrusek, A. (2014). Microsatellite markers for direct genotyping of the crayfish plague pathogen Aphanomyces astaci (Oomycetes) from infected host tissues. Veterinary Microbiology, 170(3-4), 317-324. 46.62 -4.00E-02 Low Austropotamobius pallipes Aphanomyces astaci 2009 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L181 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2533 10.1051/kmae/2015037 null Collas, M., Becking, T., Delpy, M., Pflieger, M., Bohn, P., Reynolds, J., & Grandjean, F. (2016). Monitoring of white-clawed crayfish (Austropotamobius pallipes) population during a crayfish plague outbreak followed by rescue. Knowledge and management of aquatic ecosystems, (417), 1. 47.426 7.264 High Austropotamobius pallipes Aphanomyces astaci 2014 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L182 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2534 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 48.238 -6.97E-02 Low Austropotamobius pallipes Aphanomyces astaci 2014 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L183 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2535 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 45.585 4.127 Low Austropotamobius pallipes Aphanomyces astaci 2014 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L184 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2536 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 44.982 4.616 Low Austropotamobius pallipes Aphanomyces astaci 2014 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L185 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2537 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 45.888 5.428 Low Austropotamobius pallipes Aphanomyces astaci 2015 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L186 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2555 10.1371/journal.pone.0219223 null Martín-Torrijos, L., Kokko, H., Makkonen, J., Jussila, J., & Diéguez-Uribeondo, J. (2019). Mapping 15 years of crayfish plague in the Iberian Peninsula: The impact of two invasive species on the endangered native crayfish. PloS one, 14(8), e0219223. 42.93 2.57 High Austropotamobius pallipes Aphanomyces astaci 2005 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L187 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2569 10.1017/S0031182019000283 null Minardi, D., Studholme, D. J., Oidtmann, B., Pretto, T., & Van Der Giezen, M. (2019). Improved method for genotyping the causative agent of crayfish plague (Aphanomyces astaci) based on mitochondrial DNA. Parasitology, 146(8), 1022-1029. 50.82 -2 Low Austropotamobius pallipes Aphanomyces astaci 2014 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L188 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2570 10.1017/S0031182019000283 null Minardi, D., Studholme, D. J., Oidtmann, B., Pretto, T., & Van Der Giezen, M. (2019). Improved method for genotyping the causative agent of crayfish plague (Aphanomyces astaci) based on mitochondrial DNA. Parasitology, 146(8), 1022-1029. 53.361004 -1.5441 Low Austropotamobius pallipes Aphanomyces astaci 2014 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L189 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2571 10.1017/S0031182019000283 null Minardi, D., Studholme, D. J., Oidtmann, B., Pretto, T., & Van Der Giezen, M. (2019). Improved method for genotyping the causative agent of crayfish plague (Aphanomyces astaci) based on mitochondrial DNA. Parasitology, 146(8), 1022-1029. 52.530297 0.6990687502 Low Austropotamobius pallipes Aphanomyces astaci 2010 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L190 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5080 10.1051/kmae/2015037 null Collas, M., Becking, T., Delpy, M., Pflieger, M., Bohn, P., Reynolds, J., & Grandjean, F. (2016). Monitoring of white-clawed crayfish (Austropotamobius pallipes) population during a crayfish plague outbreak followed by rescue. Knowledge and management of aquatic ecosystems, (417), 1. 47.42611111 7.26416667 High Austropotamobius pallipes Aphanomyces astaci 2016 Frédéric Grandjean +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L191 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1782 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20Programme%202020-2021.pdf Swords, F.; Griffin, B.; White, S.; Cheslett, D.; Geary, M.; Brenan, A.; Coakley, C.; Nelson, B. The National Crayfish Plague Surveillance Program, Ireland—2020–2021; Marine Institute: Galway, Ireland; p. 38. 52.3938 -8.6439 High Austropotamobius pallipes Aphanomyces astaci 2021 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L192 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1783 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20Programme%202020-2021.pdf Swords, F.; Griffin, B.; White, S.; Cheslett, D.; Geary, M.; Brenan, A.; Coakley, C.; Nelson, B. The National Crayfish Plague Surveillance Program, Ireland—2020–2021; Marine Institute: Galway, Ireland; p. 38. 52.39724 -8.66161 High Austropotamobius pallipes Aphanomyces astaci 2021 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L193 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1784 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20Programme%202020-2021.pdf Swords, F.; Griffin, B.; White, S.; Cheslett, D.; Geary, M.; Brenan, A.; Coakley, C.; Nelson, B. The National Crayfish Plague Surveillance Program, Ireland—2020–2021; Marine Institute: Galway, Ireland; p. 38. 52.401 -8.575 High Austropotamobius pallipes Aphanomyces astaci 2021 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L194 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1785 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20Programme%202020-2021.pdf Swords, F.; Griffin, B.; White, S.; Cheslett, D.; Geary, M.; Brenan, A.; Coakley, C.; Nelson, B. The National Crayfish Plague Surveillance Program, Ireland—2020–2021; Marine Institute: Galway, Ireland; p. 38. 52.40174 -8.57543 High Austropotamobius pallipes Aphanomyces astaci 2021 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L195 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1786 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20Programme%202020-2021.pdf Swords, F.; Griffin, B.; White, S.; Cheslett, D.; Geary, M.; Brenan, A.; Coakley, C.; Nelson, B. The National Crayfish Plague Surveillance Program, Ireland—2020–2021; Marine Institute: Galway, Ireland; p. 38. 52.40913 -8.43936 High Austropotamobius pallipes Aphanomyces astaci 2021 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L196 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1787 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20Programme%202020-2021.pdf Swords, F.; Griffin, B.; White, S.; Cheslett, D.; Geary, M.; Brenan, A.; Coakley, C.; Nelson, B. The National Crayfish Plague Surveillance Program, Ireland—2020–2021; Marine Institute: Galway, Ireland; p. 38. 52.42356 -8.66107 High Austropotamobius pallipes Aphanomyces astaci 2021 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L197 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1794 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20Programme%202020-2021.pdf Swords, F.; Griffin, B.; White, S.; Cheslett, D.; Geary, M.; Brenan, A.; Coakley, C.; Nelson, B. The National Crayfish Plague Surveillance Program, Ireland—2020–2021; Marine Institute: Galway, Ireland; p. 38. 52.51892 -8.7183 High Austropotamobius pallipes Aphanomyces astaci 2021 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L198 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1801 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20Programme%202020-2021.pdf Swords, F.; Griffin, B.; White, S.; Cheslett, D.; Geary, M.; Brenan, A.; Coakley, C.; Nelson, B. The National Crayfish Plague Surveillance Program, Ireland—2020–2021; Marine Institute: Galway, Ireland; p. 38. 52.5687 -8.7839 High Austropotamobius pallipes Aphanomyces astaci 2021 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L199 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1830 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20Programme%202020-2021.pdf Swords, F.; Griffin, B.; White, S.; Cheslett, D.; Geary, M.; Brenan, A.; Coakley, C.; Nelson, B. The National Crayfish Plague Surveillance Program, Ireland—2020–2021; Marine Institute: Galway, Ireland; p. 38. 53.37373 -7.78011 High Austropotamobius pallipes Aphanomyces astaci 2020 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L200 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1856 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20Programme%202020-2021.pdf Swords, F.; Griffin, B.; White, S.; Cheslett, D.; Geary, M.; Brenan, A.; Coakley, C.; Nelson, B. The National Crayfish Plague Surveillance Program, Ireland—2020–2021; Marine Institute: Galway, Ireland; p. 38. 53.93793 -9.1034 High Austropotamobius pallipes Aphanomyces astaci 2021 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L201 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1857 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20Programme%202020-2021.pdf Swords, F.; Griffin, B.; White, S.; Cheslett, D.; Geary, M.; Brenan, A.; Coakley, C.; Nelson, B. The National Crayfish Plague Surveillance Program, Ireland—2020–2021; Marine Institute: Galway, Ireland; p. 38. 53.96741 -8.93039 High Austropotamobius pallipes Aphanomyces astaci 2021 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L202 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1858 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20Programme%202020-2021.pdf Swords, F.; Griffin, B.; White, S.; Cheslett, D.; Geary, M.; Brenan, A.; Coakley, C.; Nelson, B. The National Crayfish Plague Surveillance Program, Ireland—2020–2021; Marine Institute: Galway, Ireland; p. 38. 53.97244 -8.30143 High Austropotamobius pallipes Aphanomyces astaci 2021 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L203 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1859 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20Programme%202020-2021.pdf Swords, F.; Griffin, B.; White, S.; Cheslett, D.; Geary, M.; Brenan, A.; Coakley, C.; Nelson, B. The National Crayfish Plague Surveillance Program, Ireland—2020–2021; Marine Institute: Galway, Ireland; p. 38. 53.98731 -8.48662 High Austropotamobius pallipes Aphanomyces astaci 2021 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L204 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1860 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20Programme%202020-2021.pdf Swords, F.; Griffin, B.; White, S.; Cheslett, D.; Geary, M.; Brenan, A.; Coakley, C.; Nelson, B. The National Crayfish Plague Surveillance Program, Ireland—2020–2021; Marine Institute: Galway, Ireland; p. 38. 53.99971 -8.50383 High Austropotamobius pallipes Aphanomyces astaci 2021 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L205 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1862 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20Programme%202020-2021.pdf Swords, F.; Griffin, B.; White, S.; Cheslett, D.; Geary, M.; Brenan, A.; Coakley, C.; Nelson, B. The National Crayfish Plague Surveillance Program, Ireland—2020–2021; Marine Institute: Galway, Ireland; p. 38. 54.01165 -8.49266 High Austropotamobius pallipes Aphanomyces astaci 2021 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L206 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1863 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20Programme%202020-2021.pdf Swords, F.; Griffin, B.; White, S.; Cheslett, D.; Geary, M.; Brenan, A.; Coakley, C.; Nelson, B. The National Crayfish Plague Surveillance Program, Ireland—2020–2021; Marine Institute: Galway, Ireland; p. 38. 54.03657 -8.81681 High Austropotamobius pallipes Aphanomyces astaci 2021 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L207 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1887 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20program%202018_2019%20-%20Final.pdf White, S.; Griffin, B.; Swords, F.; O’Toole, C.; Morrissey, T.; Cheslett, D.; Geary, M.; Brenan, A.; Viljamaa-Dirks, S.; Panteleit, J.; et al. The National Crayfish Plague Surveillance Program, Ireland—2018–2019; Marine Institute: Galway, Ireland, 2020; p. 32 52.3744 -7.92713 High Austropotamobius pallipes Aphanomyces astaci 2018 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L208 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1890 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20program%202018_2019%20-%20Final.pdf White, S.; Griffin, B.; Swords, F.; O’Toole, C.; Morrissey, T.; Cheslett, D.; Geary, M.; Brenan, A.; Viljamaa-Dirks, S.; Panteleit, J.; et al. The National Crayfish Plague Surveillance Program, Ireland—2018–2019; Marine Institute: Galway, Ireland, 2020; p. 32 52.49639 -8.69598 High Austropotamobius pallipes Aphanomyces astaci 2019 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L209 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1891 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20program%202018_2019%20-%20Final.pdf White, S.; Griffin, B.; Swords, F.; O’Toole, C.; Morrissey, T.; Cheslett, D.; Geary, M.; Brenan, A.; Viljamaa-Dirks, S.; Panteleit, J.; et al. The National Crayfish Plague Surveillance Program, Ireland—2018–2019; Marine Institute: Galway, Ireland, 2020; p. 32 52.52044 -8.718864 High Austropotamobius pallipes Aphanomyces astaci 2019 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L210 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1893 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20program%202018_2019%20-%20Final.pdf White, S.; Griffin, B.; Swords, F.; O’Toole, C.; Morrissey, T.; Cheslett, D.; Geary, M.; Brenan, A.; Viljamaa-Dirks, S.; Panteleit, J.; et al. The National Crayfish Plague Surveillance Program, Ireland—2018–2019; Marine Institute: Galway, Ireland, 2020; p. 32 52.544312 -8.768689 High Austropotamobius pallipes Aphanomyces astaci 2019 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L211 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1894 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20program%202018_2019%20-%20Final.pdf White, S.; Griffin, B.; Swords, F.; O’Toole, C.; Morrissey, T.; Cheslett, D.; Geary, M.; Brenan, A.; Viljamaa-Dirks, S.; Panteleit, J.; et al. The National Crayfish Plague Surveillance Program, Ireland—2018–2019; Marine Institute: Galway, Ireland, 2020; p. 32 52.568764 -8.784244 High Austropotamobius pallipes Aphanomyces astaci 2019 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L212 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1895 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20program%202018_2019%20-%20Final.pdf White, S.; Griffin, B.; Swords, F.; O’Toole, C.; Morrissey, T.; Cheslett, D.; Geary, M.; Brenan, A.; Viljamaa-Dirks, S.; Panteleit, J.; et al. The National Crayfish Plague Surveillance Program, Ireland—2018–2019; Marine Institute: Galway, Ireland, 2020; p. 32 52.63815 -7.200898 High Austropotamobius pallipes Aphanomyces astaci 2019 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L213 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1902 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20program%202018_2019%20-%20Final.pdf White, S.; Griffin, B.; Swords, F.; O’Toole, C.; Morrissey, T.; Cheslett, D.; Geary, M.; Brenan, A.; Viljamaa-Dirks, S.; Panteleit, J.; et al. The National Crayfish Plague Surveillance Program, Ireland—2018–2019; Marine Institute: Galway, Ireland, 2020; p. 32 53.13783 -7.06406 High Austropotamobius pallipes Aphanomyces astaci 2018 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L214 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1906 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20program%202018_2019%20-%20Final.pdf White, S.; Griffin, B.; Swords, F.; O’Toole, C.; Morrissey, T.; Cheslett, D.; Geary, M.; Brenan, A.; Viljamaa-Dirks, S.; Panteleit, J.; et al. The National Crayfish Plague Surveillance Program, Ireland—2018–2019; Marine Institute: Galway, Ireland, 2020; p. 32 53.2205 -6.9929 High Austropotamobius pallipes Aphanomyces astaci 2019 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L215 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1915 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20program%202018_2019%20-%20Final.pdf White, S.; Griffin, B.; Swords, F.; O’Toole, C.; Morrissey, T.; Cheslett, D.; Geary, M.; Brenan, A.; Viljamaa-Dirks, S.; Panteleit, J.; et al. The National Crayfish Plague Surveillance Program, Ireland—2018–2019; Marine Institute: Galway, Ireland, 2020; p. 32 53.34584 -8.94251 High Austropotamobius pallipes Aphanomyces astaci 2018 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L216 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1919 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20program%202018_2019%20-%20Final.pdf White, S.; Griffin, B.; Swords, F.; O’Toole, C.; Morrissey, T.; Cheslett, D.; Geary, M.; Brenan, A.; Viljamaa-Dirks, S.; Panteleit, J.; et al. The National Crayfish Plague Surveillance Program, Ireland—2018–2019; Marine Institute: Galway, Ireland, 2020; p. 32 53.37373 -7.78011 High Austropotamobius pallipes Aphanomyces astaci 2020 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L217 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1921 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20program%202018_2019%20-%20Final.pdf White, S.; Griffin, B.; Swords, F.; O’Toole, C.; Morrissey, T.; Cheslett, D.; Geary, M.; Brenan, A.; Viljamaa-Dirks, S.; Panteleit, J.; et al. The National Crayfish Plague Surveillance Program, Ireland—2018–2019; Marine Institute: Galway, Ireland, 2020; p. 32 53.418736 -7.898381 High Austropotamobius pallipes Aphanomyces astaci 2018 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L218 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1924 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20program%202018_2019%20-%20Final.pdf White, S.; Griffin, B.; Swords, F.; O’Toole, C.; Morrissey, T.; Cheslett, D.; Geary, M.; Brenan, A.; Viljamaa-Dirks, S.; Panteleit, J.; et al. The National Crayfish Plague Surveillance Program, Ireland—2018–2019; Marine Institute: Galway, Ireland, 2020; p. 32 53.526591 -8.284556 High Austropotamobius pallipes Aphanomyces astaci 2018 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L219 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1937 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20program%202018_2019%20-%20Final.pdf White, S.; Griffin, B.; Swords, F.; O’Toole, C.; Morrissey, T.; Cheslett, D.; Geary, M.; Brenan, A.; Viljamaa-Dirks, S.; Panteleit, J.; et al. The National Crayfish Plague Surveillance Program, Ireland—2018–2019; Marine Institute: Galway, Ireland, 2020; p. 32 54.058216 -8.194808 High Austropotamobius pallipes Aphanomyces astaci 2019 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L220 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1950 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20program%202018_2019%20-%20Final.pdf White, S.; Griffin, B.; Swords, F.; O’Toole, C.; Morrissey, T.; Cheslett, D.; Geary, M.; Brenan, A.; Viljamaa-Dirks, S.; Panteleit, J.; et al. The National Crayfish Plague Surveillance Program, Ireland—2018–2019; Marine Institute: Galway, Ireland, 2020; p. 32 54.40789 -7.28658 High Austropotamobius pallipes Aphanomyces astaci 2018 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L221 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1951 null https://www.fisheriesireland.ie/news/press-releases/investigation-underway-into-cause-of-crayfish-plague-on-river-bruskey-near Fisheries Ireland. (2024, March 9). Investigation underway into cause of crayfish plague on River Bruskey near [Press release] 53.8746 -7.40895 High Austropotamobius pallipes Aphanomyces astaci 2015 Daniel J. Brady +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L222 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI2008 10.1051/kmae/2022011 null Mirimin, L., Brady, D., Gammell, M., Lally, H., Minto, C., Graham, C. T., ... & Nelson, B. (2022). Investigation of the first recent crayfish plague outbreak in Ireland and its subsequent spread in the Bruskey River and surrounding areas. Knowledge & Management of Aquatic Ecosystems, (423), 13. 53.81237 -7.47556 High Austropotamobius pallipes Aphanomyces astaci 2016 Daniel J. Brady +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L223 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI2011 10.1051/kmae/2022011 null Mirimin, L., Brady, D., Gammell, M., Lally, H., Minto, C., Graham, C. T., ... & Nelson, B. (2022). Investigation of the first recent crayfish plague outbreak in Ireland and its subsequent spread in the Bruskey River and surrounding areas. Knowledge & Management of Aquatic Ecosystems, (423), 13. 53.85715 -7.56243 High Austropotamobius pallipes Aphanomyces astaci 2016 Daniel J. Brady +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L224 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI2014 10.1051/kmae/2022011 null Mirimin, L., Brady, D., Gammell, M., Lally, H., Minto, C., Graham, C. T., ... & Nelson, B. (2022). Investigation of the first recent crayfish plague outbreak in Ireland and its subsequent spread in the Bruskey River and surrounding areas. Knowledge & Management of Aquatic Ecosystems, (423), 13. 53.89718 -7.34049 High Austropotamobius pallipes Aphanomyces astaci 2016 Daniel J. Brady +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L225 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI2016 10.1051/kmae/2022011 null Mirimin, L., Brady, D., Gammell, M., Lally, H., Minto, C., Graham, C. T., ... & Nelson, B. (2022). Investigation of the first recent crayfish plague outbreak in Ireland and its subsequent spread in the Bruskey River and surrounding areas. Knowledge & Management of Aquatic Ecosystems, (423), 13. 53.9101 -7.48393 High Austropotamobius pallipes Aphanomyces astaci 2016 Daniel J. Brady +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L226 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI2017 10.1051/kmae/2022011 null Mirimin, L., Brady, D., Gammell, M., Lally, H., Minto, C., Graham, C. T., ... & Nelson, B. (2022). Investigation of the first recent crayfish plague outbreak in Ireland and its subsequent spread in the Bruskey River and surrounding areas. Knowledge & Management of Aquatic Ecosystems, (423), 13. 53.92282 -7.36651 High Austropotamobius pallipes Aphanomyces astaci 2016 Daniel J. Brady +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L227 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI2019 10.1051/kmae/2022011 null Mirimin, L., Brady, D., Gammell, M., Lally, H., Minto, C., Graham, C. T., ... & Nelson, B. (2022). Investigation of the first recent crayfish plague outbreak in Ireland and its subsequent spread in the Bruskey River and surrounding areas. Knowledge & Management of Aquatic Ecosystems, (423), 13. 54.05228 -7.07193 High Austropotamobius pallipes Aphanomyces astaci 2016 Daniel J. Brady +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L228 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI2020 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20program%202018_2019%20-%20Final.pdf White, S.; Griffin, B.; Swords, F.; O’Toole, C.; Morrissey, T.; Cheslett, D.; Geary, M.; Brenan, A.; Viljamaa-Dirks, S.; Panteleit, J.; et al. The National Crayfish Plague Surveillance Program, Ireland—2018–2019; Marine Institute: Galway, Ireland, 2020; p. 32 52.349366 -7.44372 High Austropotamobius pallipes Aphanomyces astaci 2017 Daniel J. Brady +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L229 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI2021 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20program%202018_2019%20-%20Final.pdf White, S.; Griffin, B.; Swords, F.; O’Toole, C.; Morrissey, T.; Cheslett, D.; Geary, M.; Brenan, A.; Viljamaa-Dirks, S.; Panteleit, J.; et al. The National Crayfish Plague Surveillance Program, Ireland—2018–2019; Marine Institute: Galway, Ireland, 2020; p. 32 52.521667 -8.94427 High Austropotamobius pallipes Aphanomyces astaci 2017 Daniel J. Brady +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L230 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI2022 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20program%202018_2019%20-%20Final.pdf White, S.; Griffin, B.; Swords, F.; O’Toole, C.; Morrissey, T.; Cheslett, D.; Geary, M.; Brenan, A.; Viljamaa-Dirks, S.; Panteleit, J.; et al. The National Crayfish Plague Surveillance Program, Ireland—2018–2019; Marine Institute: Galway, Ireland, 2020; p. 32 52.69999 -6.98059 High Austropotamobius pallipes Aphanomyces astaci 2017 Daniel J. Brady +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L231 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI2023 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20program%202018_2019%20-%20Final.pdf White, S.; Griffin, B.; Swords, F.; O’Toole, C.; Morrissey, T.; Cheslett, D.; Geary, M.; Brenan, A.; Viljamaa-Dirks, S.; Panteleit, J.; et al. The National Crayfish Plague Surveillance Program, Ireland—2018–2019; Marine Institute: Galway, Ireland, 2020; p. 32 53.091301 -8.12434 High Austropotamobius pallipes Aphanomyces astaci 2017 Daniel J. Brady +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L232 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3501 10.1016/S0044-8486(97)00153-1 null Lilley, J. H., Cerenius, L., & Söderhäll, K. (1997). RAPD evidence for the origin of crayfish plague outbreaks in Britain. Aquaculture, 157(3-4), 181-185. 52.21513889 -2.99319444 Low Austropotamobius pallipes Aphanomyces astaci 1990 Hossein Masigol +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L233 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3503 10.1016/j.biocon.2018.04.009 null Robinson, C. V., Webster, T. M. U., Cable, J., James, J., & Consuegra, S. (2018). Simultaneous detection of invasive signal crayfish, endangered white-clawed crayfish and the crayfish plague pathogen using environmental DNA. Biological Conservation, 222, 241-252. 52.05397222 -3.17638889 Low Austropotamobius pallipes Aphanomyces astaci 2015 Hossein Masigol +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L234 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA4069 10.1017/S0031182018000227 null Makkonen, J., Jussila, J., Panteleit, J., Keller, N. S., Schrimpf, A., Theissinger, K., ... & Kokko, H. (2018). MtDNA allows the sensitive detection and haplotyping of the crayfish plague disease agent Aphanomyces astaci showing clues about its origin and 47.74 14.16 Low Austropotamobius torrentium Aphanomyces astaci 2013 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L235 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA4070 10.1017/S0031182018000227 null Makkonen, J., Jussila, J., Panteleit, J., Keller, N. S., Schrimpf, A., Theissinger, K., ... & Kokko, H. (2018). MtDNA allows the sensitive detection and haplotyping of the crayfish plague disease agent Aphanomyces astaci showing clues about its origin and 47.97 14.33 Low Austropotamobius torrentium Aphanomyces astaci 2014 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L236 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA4071 10.3354/dao02955 null Maguire, I., Jelic, M., Klobučar, G., Delpy, M., Delaunay, C. and Grandjean, F. 2016. Prevalence of the pathogen Aphanomyces astaci in freshwater crayfish populations in Croatia. Diseases of Aquatic Organisms. 118(1), 45-53(1), 45-53. 45.866 15.9473 High Austropotamobius torrentium Aphanomyces astaci 2012 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L237 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA4072 10.1016/j.vetmic.2014.02.020 null Grandjean, F., Vrålstad, T., Dieguez-Uribeondo, J., Jelić, M., Mangombi, J., Delaunay, C., ... & Petrusek, A. (2014). Microsatellite markers for direct genotyping of the crayfish plague pathogen Aphanomyces astaci (Oomycetes) from infected host tissues. Veterinary Microbiology, 170(3-4), 317-324. 50.177 14.253 High Austropotamobius torrentium Aphanomyces astaci 2009 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L238 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA4073 10.1016/j.aquaculture.2007.11.015 null Kozubíková, E., Petrusek, A., Ďuriš, Z., Martín, M. P., Diéguez-Uribeondo, J., & Oidtmann, B. (2008). The old menace is back: recent crayfish plague outbreaks in the Czech Republic. Aquaculture, 274(2-4), 208-217. 49.965 13.82 High Austropotamobius torrentium Aphanomyces astaci 2005 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L239 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA4074 10.1016/j.jip.2020.107390 null Mojžišová, M., Mrugała, A., Kozubíková-Balcarová, E., Vlach, P., Svobodová, J., Kouba, A., & Petrusek, A. (2020). Crayfish plague in Czechia: Outbreaks from novel sources and testing for chronic infections. Journal of invertebrate pathology, 173, 107390. 49.999 14.318 High Austropotamobius torrentium Aphanomyces astaci 2017 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L240 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA4075 10.1016/j.jip.2020.107390 null Mojžišová, M., Mrugała, A., Kozubíková-Balcarová, E., Vlach, P., Svobodová, J., Kouba, A., & Petrusek, A. (2020). Crayfish plague in Czechia: Outbreaks from novel sources and testing for chronic infections. Journal of invertebrate pathology, 173, 107390. 49.897 13.89 High Austropotamobius torrentium Aphanomyces astaci 2018 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L241 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA4076 10.1016/j.jip.2020.107390 null Mojžišová, M., Mrugała, A., Kozubíková-Balcarová, E., Vlach, P., Svobodová, J., Kouba, A., & Petrusek, A. (2020). Crayfish plague in Czechia: Outbreaks from novel sources and testing for chronic infections. Journal of invertebrate pathology, 173, 107390. 49.663 13.551 High Austropotamobius torrentium Aphanomyces astaci 2016 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L242 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA4077 10.1017/S0031182018000227 null Makkonen, J., Jussila, J., Panteleit, J., Keller, N. S., Schrimpf, A., Theissinger, K., ... & Kokko, H. (2018). MtDNA allows the sensitive detection and haplotyping of the crayfish plague disease agent Aphanomyces astaci showing clues about its origin and 50.43 10.01 Low Austropotamobius torrentium Aphanomyces astaci 2013 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L243 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA4078 10.1016/j.jip.2017.07.003 null Jussila, J., Vrezec, A., Jaklič, T., Kukkonen, H., Makkonen, J., & Kokko, H. (2017). Aphanomyces astaci isolate from latently infected stone crayfish (Austropotamobius torrentium) population is virulent. Journal of invertebrate pathology, 149, 15-20. 45.902 14.38 High Austropotamobius torrentium Aphanomyces astaci 2014 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L244 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3480 10.1051/kmae/2021026 null Groza, M. I., Cupșa, D., Lovrenčić, L., & Maguire, I. (2021). First record of the stone crayfish in the Romanian lowlands. Knowledge & Management of Aquatic Ecosystems, (422), 27. 44.4101 22.5396 High Austropotamobius torrentium Aphanomyces astaci 2018 Lucian Pârvulescu +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L245 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5082 10.1371/jourl.pone.0070157 null Filipova, L., Petrusek, A., Matasova, K., Delaunay, C., & Grandjean, F. (2013). Prevalence of the crayfish plague pathogen Aphanomyces astaci in populations of the signal crayfish Pacifastacus leniusculus in France: evaluating the threat to native crayfish. PLoS One, 8(7), e70157. 48.93333333 7.5 High Faxonius immunis Aphanomyces astaci 2010 Frédéric Grandjean +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L246 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WB2856 10.1016/j.jip.2011.08.002 null Kozubíková, E., Viljamaa-Dirks, S., Heinikainen, S., & Petrusek, A. (2011). Spiny-cheek crayfish Orconectes limosus carry a novel genotype of the crayfish plague pathogen Aphanomyces astaci. Journal of Invertebrate Pathology, 108(3), 214-216. 50.188 14.047 High Faxonius limosus Aphanomyces astaci 2006 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L247 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH0861 null https://www.researchgate.net/publication/327916018_La_situation_des_ecrevisses_en_France_-_Resultats_de_l%27enquete_tiole_2014 Collas M., Burgun V., Poulet N., PenilL C., Grandjean F. (2015) - La situationdes écrevisses en France, Résultats de l’enquête nationale 2014. Rapport technique, OfficeNational de l’Eau et des Milieux Aquatiques, Vincennes. 50.962 2.136 High Faxonius limosus Aphanomyces astaci 2019 Frédéric Grandjean +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L248 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1668 10.1016/j.jip.2023.108040 null Mojžišová, M., Weiperth, A., Gebauer, R., Laffitte, M., Patoka, J., Grandjean, F., ... & Petrusek, A. (2024). Diversity and distribution of Aphanomyces astaci in a European hotspot of ornamental crayfish introductions. Journal of Invertebrate Pathology, 202, 108040. 47.6426 19.074 High Faxonius limosus Aphanomyces astaci 2018 Denis Șadrin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L249 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1669 10.1016/j.jip.2023.108040 null Mojžišová, M., Weiperth, A., Gebauer, R., Laffitte, M., Patoka, J., Grandjean, F., ... & Petrusek, A. (2024). Diversity and distribution of Aphanomyces astaci in a European hotspot of ornamental crayfish introductions. Journal of Invertebrate Pathology, 202, 108040. 47.6456 19.0688 High Faxonius limosus Aphanomyces astaci 2018 Denis Șadrin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L250 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1670 10.1016/j.jip.2023.108040 null Mojžišová, M., Weiperth, A., Gebauer, R., Laffitte, M., Patoka, J., Grandjean, F., ... & Petrusek, A. (2024). Diversity and distribution of Aphanomyces astaci in a European hotspot of ornamental crayfish introductions. Journal of Invertebrate Pathology, 202, 108040. 47.7688 19.1376 High Faxonius limosus Aphanomyces astaci 2018 Denis Șadrin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L251 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WK1445 10.1051/kmae:2006033 null Hefti, D., & Stucki, P. (2006). Crayfish management for Swiss waters. Bulletin Français de la Pêche et de la Pisciculture, (380-381), 937-950. 46.50453132 6.684058119 Low Faxonius limosus Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L252 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WK1446 10.1051/kmae:2006033 null Hefti, D., & Stucki, P. (2006). Crayfish management for Swiss waters. Bulletin Français de la Pêche et de la Pisciculture, (380-381), 937-950. 46.68854454 7.096688036 Low Faxonius limosus Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L253 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WK1447 10.1051/kmae:2006033 null Hefti, D., & Stucki, P. (2006). Crayfish management for Swiss waters. Bulletin Français de la Pêche et de la Pisciculture, (380-381), 937-950. 46.69567316 7.891014289 Low Faxonius limosus Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L254 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WK1448 10.1051/kmae:2006033 null Hefti, D., & Stucki, P. (2006). Crayfish management for Swiss waters. Bulletin Français de la Pêche et de la Pisciculture, (380-381), 937-950. 46.70292 7.8636 Low Faxonius limosus Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L255 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WK1449 10.1051/kmae:2006033 null Hefti, D., & Stucki, P. (2006). Crayfish management for Swiss waters. Bulletin Français de la Pêche et de la Pisciculture, (380-381), 937-950. 46.8476419 7.151341005 Low Faxonius limosus Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L256 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WK1450 10.1051/kmae:2006033 null Hefti, D., & Stucki, P. (2006). Crayfish management for Swiss waters. Bulletin Français de la Pêche et de la Pisciculture, (380-381), 937-950. 46.9316797 7.083024794 Low Faxonius limosus Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L257 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WK1451 10.1051/kmae:2006033 null Hefti, D., & Stucki, P. (2006). Crayfish management for Swiss waters. Bulletin Français de la Pêche et de la Pisciculture, (380-381), 937-950. 46.97644602 6.883541457 Low Faxonius limosus Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L258 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WK1452 10.1051/kmae:2006033 null Hefti, D., & Stucki, P. (2006). Crayfish management for Swiss waters. Bulletin Français de la Pêche et de la Pisciculture, (380-381), 937-950. 47.00416742 9.511750273 Low Faxonius limosus Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L259 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WK1453 10.1051/kmae:2006033 null Hefti, D., & Stucki, P. (2006). Crayfish management for Swiss waters. Bulletin Français de la Pêche et de la Pisciculture, (380-381), 937-950. 47.11996728 7.198451864 Low Faxonius limosus Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L260 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WK1454 10.1051/kmae:2006033 null Hefti, D., & Stucki, P. (2006). Crayfish management for Swiss waters. Bulletin Français de la Pêche et de la Pisciculture, (380-381), 937-950. 47.14733168 7.359350205 Low Faxonius limosus Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L261 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WK1455 10.1051/kmae:2006033 null Hefti, D., & Stucki, P. (2006). Crayfish management for Swiss waters. Bulletin Français de la Pêche et de la Pisciculture, (380-381), 937-950. 47.23869205 7.659613618 Low Faxonius limosus Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L262 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WK1456 10.1051/kmae:2006033 null Hefti, D., & Stucki, P. (2006). Crayfish management for Swiss waters. Bulletin Français de la Pêche et de la Pisciculture, (380-381), 937-950. 47.47106013 7.151231699 Low Faxonius limosus Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L263 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WK1457 10.1051/kmae:2006033 null Hefti, D., & Stucki, P. (2006). Crayfish management for Swiss waters. Bulletin Français de la Pêche et de la Pisciculture, (380-381), 937-950. 47.58914593 8.573083343 Low Faxonius limosus Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L264 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5083 10.3391/bir.2023.12.2.10 null Laffitte, M., Baudry, T., Guilmet, M., Andrieu, T., Poulet, N., Duperray, T., ... & Grandjean, F. (2023). A new invader in freshwater ecosystems in France: the rusty crayfish Faxonius rusticus (Girard, 1852). BioInvasions Records, 12(2), 457-468. 44.31 2.63055556 High Faxonius rusticus Aphanomyces astaci 2019 Frédéric Grandjean +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L265 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5084 10.3391/bir.2023.12.2.10 null Laffitte, M., Baudry, T., Guilmet, M., Andrieu, T., Poulet, N., Duperray, T., ... & Grandjean, F. (2023). A new invader in freshwater ecosystems in France: the rusty crayfish Faxonius rusticus (Girard, 1852). BioInvasions Records, 12(2), 457-468. 44.312 2.631 High Faxonius rusticus Aphanomyces astaci 2019 Frédéric Grandjean +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L266 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WB8847 10.1016/j.jip.2017.02.003 null James, J., Mrugała, A., Oidtmann, B., Petrusek, A., & Cable, J. (2017). Apparent interspecific transmission of Aphanomyces astaci from invasive signal to virile crayfish in a sympatric wild population. Journal of invertebrate pathology, 145, 68-71. 51.707 -0.0179999997 High Faxonius virilis Aphanomyces astaci 2017 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L267 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0772 10.3354/dao02955 null Maguire, I., Jelic, M., Klobučar, G., Delpy, M., Delaunay, C. and Grandjean, F. 2016. Prevalence of the pathogen Aphanomyces astaci in freshwater crayfish populations in Croatia. Diseases of Aquatic Organisms. 118(1), 45-53(1), 45-53. 46.5352 16.3667 High Pacifastacus leniusculus Aphanomyces astaci 2011 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L268 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0773 10.1051/kmae/2013077 null Jussila, J., Kokko, H., Kortet, R., & Makkonen, J. (2013). Aphanomyces astaci PsI-genotype isolates from different Finnish signal crayfish stocks show variation in their virulence but still kill fast. Knowledge and Management of Aquatic Ecosystems, (411), 10. 61.33 28.08 Low Pacifastacus leniusculus Aphanomyces astaci 2012 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L269 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0774 10.1016/j.fgb.2012.05.014 null Makkonen, J., Jussila, J., & Kokko, H. (2012). The diversity of the pathogenic Oomycete (Aphanomyces astaci) chitinase genes within the genotypes indicate adaptation to its hosts. Fungal Genetics and Biology, 49(8), 635-642. 61.33 24.72 Low Pacifastacus leniusculus Aphanomyces astaci 2003 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L270 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0775 10.1016/j.fgb.2012.05.014 null Makkonen, J., Jussila, J., & Kokko, H. (2012). The diversity of the pathogenic Oomycete (Aphanomyces astaci) chitinase genes within the genotypes indicate adaptation to its hosts. Fungal Genetics and Biology, 49(8), 635-642. 61.05 22.34 Low Pacifastacus leniusculus Aphanomyces astaci 2003 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L271 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0776 10.1016/j.fgb.2012.05.014 null Makkonen, J., Jussila, J., & Kokko, H. (2012). The diversity of the pathogenic Oomycete (Aphanomyces astaci) chitinase genes within the genotypes indicate adaptation to its hosts. Fungal Genetics and Biology, 49(8), 635-642. 60.25 23.69 Low Pacifastacus leniusculus Aphanomyces astaci 2012 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L272 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0777 10.1016/j.vetmic.2014.02.020 null Grandjean, F., Vrålstad, T., Dieguez-Uribeondo, J., Jelić, M., Mangombi, J., Delaunay, C., ... & Petrusek, A. (2014). Microsatellite markers for direct genotyping of the crayfish plague pathogen Aphanomyces astaci (Oomycetes) from infected host tissues. Veterinary Microbiology, 170(3-4), 317-324. 45.62 1.47 Low Pacifastacus leniusculus Aphanomyces astaci 2010 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L273 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0778 10.1016/j.vetmic.2014.02.020 null Grandjean, F., Vrålstad, T., Dieguez-Uribeondo, J., Jelić, M., Mangombi, J., Delaunay, C., ... & Petrusek, A. (2014). Microsatellite markers for direct genotyping of the crayfish plague pathogen Aphanomyces astaci (Oomycetes) from infected host tissues. Veterinary Microbiology, 170(3-4), 317-324. 46.69 2.81 Low Pacifastacus leniusculus Aphanomyces astaci 2010 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L274 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0779 10.1016/j.vetmic.2014.07.008 null Vrålstad, T., Strand, D. A., Grandjean, F., Kvellestad, A., Håstein, T., Knutsen, A. K., ... & Skaar, I. (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology, 173(1-2), 66-75. 59.32 11.66 High Pacifastacus leniusculus Aphanomyces astaci 2009 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L275 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0780 10.1371/journal.pone.0219223 null Martín-Torrijos, L., Kokko, H., Makkonen, J., Jussila, J., & Diéguez-Uribeondo, J. (2019). Mapping 15 years of crayfish plague in the Iberian Peninsula: The impact of two invasive species on the endangered native crayfish. PloS one, 14(8), e0219223. 43 -4.49 High Pacifastacus leniusculus Aphanomyces astaci 2008 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L276 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0781 10.1111/fwb.12315 null Svoboda, J., Strand, D. A., Vrålstad, T., Grandjean, F., Edsman, L., Kozák, P., ... & Petrusek, A. (2014). The crayfish plague pathogen can infect freshwater‐inhabiting crabs. Freshwater Biology, 59(5), 918-929. 58.8 13.3 High Pacifastacus leniusculus Aphanomyces astaci 2011 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L277 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0782 10.1017/S0031182016002419 null James, J., Nutbeam-Tuffs, S., Cable, J., Mrugala, A., Vinuela-Rodrigue, N., Petrusek, A., & Oidtmann, B. (2017). The prevalence of Aphanomyces astaci in invasive signal crayfish from the UK and implications for native crayfish conservation. Parasitology, 144(4), 411-418. 52.504 -3.348 High Pacifastacus leniusculus Aphanomyces astaci 2017 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L278 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0783 10.1007/s10530-017-1496-z null Kaldre, K., Paaver, T., Hurt, M., & Grandjean, F. (2017). First records of the non-indigenous signal crayfish (Pacifastacus leniusculus) and its threat to noble crayfish (Astacus astacus) populations in Estonia. Biological Invasions, 19(10), 2771-2776. 58.19416667 22.08694444 High Pacifastacus leniusculus Aphanomyces astaci 2015 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L279 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0784 10.1007/s10530-017-1496-z null Kaldre, K., Paaver, T., Hurt, M., & Grandjean, F. (2017). First records of the non-indigenous signal crayfish (Pacifastacus leniusculus) and its threat to noble crayfish (Astacus astacus) populations in Estonia. Biological Invasions, 19(10), 2771-2776. 59.31638889 24.65722222 High Pacifastacus leniusculus Aphanomyces astaci 2015 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L280 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5111 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 43.483 2.483 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L281 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5150 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 43.633 2.483 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L282 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5256 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 44.033 2.967 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L283 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5282 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 44.1 3.133 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L284 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5358 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 44.3 2.833 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L285 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5361 10.3391/bir.2023.12.2.10 null Laffitte, M., Baudry, T., Guilmet, M., Andrieu, T., Poulet, N., Duperray, T., ... & Grandjean, F. (2023). A new invader in freshwater ecosystems in France: the rusty crayfish Faxonius rusticus (Girard, 1852). BioInvasions Records, 12(2), 457-468. 44.312 2.631 High Pacifastacus leniusculus Aphanomyces astaci 2019 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L286 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5372 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 44.367 4.15 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L287 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5405 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 44.517 2.783 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L288 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5431 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 44.583 4.317 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L289 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5533 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 44.883 2.367 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L290 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5534 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 44.883 4.617 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L291 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5577 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 44.983 4.567 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L292 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5578 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 44.983 4.583 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L293 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5587 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 45 5.783 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L294 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5690 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 45.35 1.35 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L295 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5716 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 45.417 1.567 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L296 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5717 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 45.417 1.85 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L297 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5780 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 45.6 1.6 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L298 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5793 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 45.617 1.5 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L299 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5832 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 45.783 4.333 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L300 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5866 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 45.85 3.95 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L301 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5873 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 45.867 2.5 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L302 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5874 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 45.883 2.633 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L303 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5875 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 45.95 2.3 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L304 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5877 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 45.983 1.867 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L305 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5878 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 46.15 1.95 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L306 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5879 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 46.167 2.233 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L307 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5881 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 46.267 6.167 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L308 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5883 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 46.383 6.483 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L309 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5884 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 46.4 3.3 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L310 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5885 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 46.5 4.367 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L311 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5886 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 46.517 0.367 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L312 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5887 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 46.933 3.95 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L313 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5888 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 47.017 3.883 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L314 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5889 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 47.183 3.933 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L315 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5891 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 47.367 3.783 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L316 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5895 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 47.767 4.95 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L317 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5899 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 48.05 6.6 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L318 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5902 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 48.1 5.583 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L319 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5903 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 48.1 6.533 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L320 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5904 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 48.45 0.05 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L321 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5905 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 48.533 0.083 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L322 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5907 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 48.617 0.6 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L323 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5908 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 48.683 0.75 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L324 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5910 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 48.933 5.25 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L325 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5914 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 49.017 6.333 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L326 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5915 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 49.05 0.9 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L327 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5917 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 49.133 1.35 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L328 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5918 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 49.183 4.183 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L329 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5920 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 49.25 5.617 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L330 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5921 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 49.333 5.4 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L331 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1722 10.1007/s10530-007-9092-2 null Johnsen SI, Taugbøl T, Andersen O, Museth J, Vrålstad T. 2007. The first record of the non-indigenous signal crayfish Pasifastacus leniusculus in Norway. Biological Invasions 9: 939-941 59.057222 9.675556 High Pacifastacus leniusculus Aphanomyces astaci 2006 Trude Vrålstad +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L332 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1723 null https://brage.nina.no/nina-xmlui/handle/11250/2390485 Johnsen, S.I., Strand, D., Vrålstad, T. & Wivestad, T. 2009. Introdusert signalkreps på Ostøya i Bærum kommune, Akershus. Kartlegging og krepsepestanalyse. NINA Rapport 499. 17 s. 59.867968 10.573107 High Pacifastacus leniusculus Aphanomyces astaci 2009 Trude Vrålstad +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L333 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1724 null https://hdl.handle.net/11250/3110718 Johnsen, S.I., Strand, D.A. & Amundsen M.M. 2023. Nasjonal overvåking av edelkreps og spredning av signalkreps - presenta sjon av overvåkingsdata og bestandsstatus – oppdatert 2023 – NINA Rapport 2223. Norsk institutt for naturforskning 61.106176 11.45618 High Pacifastacus leniusculus Aphanomyces astaci 2023 David Strand +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L334 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1729 null https://hdl.handle.net/11250/2775442 Johnsen, S.I., Strand, D.A., Vrålstad, T., Kollerud, E., Bergerud, J., Sandem, K., Sandodden, R. & Wivestad, T. 2021. Signalkreps (Pacifastacus leniusculus) i Norge - Historikk, utbredelse og bestandsstatus. NINA Rapport 1991. Norsk institutt for naturforskning. 59.602729 11.103786 High Pacifastacus leniusculus Aphanomyces astaci 2020 David Strand +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L335 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1730 null https://hdl.handle.net/11250/2775442 Johnsen, S.I., Strand, D.A., Vrålstad, T., Kollerud, E., Bergerud, J., Sandem, K., Sandodden, R. & Wivestad, T. 2021. Signalkreps (Pacifastacus leniusculus) i Norge - Historikk, utbredelse og bestandsstatus. NINA Rapport 1991. Norsk institutt for naturforskning. 64.499673 13.836816 High Pacifastacus leniusculus Aphanomyces astaci 2013 David Strand +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L336 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1731 null https://brage.nina.no/nina-xmlui/handle/11250/2642803 Johnsen, SI, Strand, D, Hansen, M, Biering, E & Vrålstad, T. 2011. Signalkreps og krepsepest i Skittenholvatnet og Oppsalvatnet, Hemne kommune - Kartlegging, vurdering av spredningsrisiko og forslag til tiltak. - NINA Rapport 753. 27 s. + vedlegg 63.161931 8.940625 High Pacifastacus leniusculus Aphanomyces astaci 2011 Trude Vrålstad +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L337 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1732 null https://brage.nina.no/nina-xmlui/handle/11250/2642803 Johnsen, SI, Strand, D, Hansen, M, Biering, E & Vrålstad, T. 2011. Signalkreps og krepsepest i Skittenholvatnet og Oppsalvatnet, Hemne kommune - Kartlegging, vurdering av spredningsrisiko og forslag til tiltak. - NINA Rapport 753. 27 s. + vedlegg 63.174647 8.922813 High Pacifastacus leniusculus Aphanomyces astaci 2011 Trude Vrålstad +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L338 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1739 10.1111/1365-2664.13404 null Strand DA, Rusch JC, Johnsen SI, Agersnap S, Larsen W, Knudsen SW, Rask-Møller P, Vrålstad T. 2019. Monitoring of a Norwegian freshwater crayfish tragedy - eDNA snapshots of invasion, infection and extinction. Journal of Applied Ecology 56: 1661-1673 59.488005 11.644723 High Pacifastacus leniusculus Aphanomyces astaci 2014 David Strand +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L339 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1755 10.3354/dao02386 null Vrålstad T, Johnsen SI, Fristad RF, Edsman L, Strand DA. 2011. Potent infection reservoir of crayfish plague now permanently established in Norway. Diseases of Aquatic Organisms 97:75-83 59.333978 11.63858 High Pacifastacus leniusculus Aphanomyces astaci 2008 Trude Vrålstad +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L340 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3482 10.1017/S0031182016002419 null James, J., Nutbeam-Tuffs, S., Cable, J., Mrugała, A., Viñuela-Rodriguez, N., Petrusek, A., & Oidtmann, B. (2017). The prevalence of Aphanomyces astaci in invasive signal crayfish from the UK and implications for native crayfish conservation. Parasitology, 144(4), 411-418. 51.80944444 -0.00611111 High Pacifastacus leniusculus Aphanomyces astaci 2017 Hossein Masigol +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L341 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3483 10.1016/j.jip.2017.02.003 null James, J., Mrugała, A., Oidtmann, B., Petrusek, A., & Cable, J. (2017). Apparent interspecific transmission of Aphanomyces astaci from invasive signal to virile crayfish in a sympatric wild population. Journal of invertebrate pathology, 145, 68-71. 51.70652778 -0.01802778 High Pacifastacus leniusculus Aphanomyces astaci 2014 Hossein Masigol +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L342 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3485 10.1017/S0031182016002419 null James, J., Nutbeam-Tuffs, S., Cable, J., Mrugała, A., Viñuela-Rodriguez, N., Petrusek, A., & Oidtmann, B. (2017). The prevalence of Aphanomyces astaci in invasive signal crayfish from the UK and implications for native crayfish conservation. Parasitology, 144(4), 411-418. 51.8 -0.07555556 High Pacifastacus leniusculus Aphanomyces astaci 2017 Hossein Masigol +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L343 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3487 10.1017/S0031182016002419 null James, J., Nutbeam-Tuffs, S., Cable, J., Mrugała, A., Viñuela-Rodriguez, N., Petrusek, A., & Oidtmann, B. (2017). The prevalence of Aphanomyces astaci in invasive signal crayfish from the UK and implications for native crayfish conservation. Parasitology, 144(4), 411-418. 52.56166667 -0.45638889 High Pacifastacus leniusculus Aphanomyces astaci 2017 Hossein Masigol +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L344 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3489 10.1017/S0031182016002419 null James, J., Nutbeam-Tuffs, S., Cable, J., Mrugała, A., Viñuela-Rodriguez, N., Petrusek, A., & Oidtmann, B. (2017). The prevalence of Aphanomyces astaci in invasive signal crayfish from the UK and implications for native crayfish conservation. Parasitology, 144(4), 411-418. 51.75388889 -1.02055556 High Pacifastacus leniusculus Aphanomyces astaci 2017 Hossein Masigol +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L345 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3490 10.1017/S0031182016002419 null James, J., Nutbeam-Tuffs, S., Cable, J., Mrugała, A., Viñuela-Rodriguez, N., Petrusek, A., & Oidtmann, B. (2017). The prevalence of Aphanomyces astaci in invasive signal crayfish from the UK and implications for native crayfish conservation. Parasitology, 144(4), 411-418. 51.80222222 -1.36472222 High Pacifastacus leniusculus Aphanomyces astaci 2017 Hossein Masigol +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L346 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3492 10.1017/S0031182016002419 null James, J., Nutbeam-Tuffs, S., Cable, J., Mrugała, A., Viñuela-Rodriguez, N., Petrusek, A., & Oidtmann, B. (2017). The prevalence of Aphanomyces astaci in invasive signal crayfish from the UK and implications for native crayfish conservation. Parasitology, 144(4), 411-418. 53.08138889 -1.9075 High Pacifastacus leniusculus Aphanomyces astaci 2017 Hossein Masigol +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L347 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3493 10.1017/S0031182016002419 null James, J., Nutbeam-Tuffs, S., Cable, J., Mrugała, A., Viñuela-Rodriguez, N., Petrusek, A., & Oidtmann, B. (2017). The prevalence of Aphanomyces astaci in invasive signal crayfish from the UK and implications for native crayfish conservation. Parasitology, 144(4), 411-418. 54.06555556 -2.00138889 High Pacifastacus leniusculus Aphanomyces astaci 2017 Hossein Masigol +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L348 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3495 10.1017/S0031182016002419 null James, J., Nutbeam-Tuffs, S., Cable, J., Mrugała, A., Viñuela-Rodriguez, N., Petrusek, A., & Oidtmann, B. (2017). The prevalence of Aphanomyces astaci in invasive signal crayfish from the UK and implications for native crayfish conservation. Parasitology, 144(4), 411-418. 52.59166667 -2.1125 High Pacifastacus leniusculus Aphanomyces astaci 2017 Hossein Masigol +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L349 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3502 10.1017/S0031182016002419 null James, J., Nutbeam-Tuffs, S., Cable, J., Mrugała, A., Viñuela-Rodriguez, N., Petrusek, A., & Oidtmann, B. (2017). The prevalence of Aphanomyces astaci in invasive signal crayfish from the UK and implications for native crayfish conservation. Parasitology, 144(4), 411-418. 51.84111111 -3.00305556 High Pacifastacus leniusculus Aphanomyces astaci 2017 Hossein Masigol +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L350 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3505 10.1017/S0031182016002419 null James, J., Nutbeam-Tuffs, S., Cable, J., Mrugała, A., Viñuela-Rodriguez, N., Petrusek, A., & Oidtmann, B. (2017). The prevalence of Aphanomyces astaci in invasive signal crayfish from the UK and implications for native crayfish conservation. Parasitology, 144(4), 411-418. 52.10333333 -3.21611111 High Pacifastacus leniusculus Aphanomyces astaci 2017 Hossein Masigol +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L351 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3506 10.1017/S0031182016002419 null James, J., Nutbeam-Tuffs, S., Cable, J., Mrugała, A., Viñuela-Rodriguez, N., Petrusek, A., & Oidtmann, B. (2017). The prevalence of Aphanomyces astaci in invasive signal crayfish from the UK and implications for native crayfish conservation. Parasitology, 144(4), 411-418. 52.10944444 -3.23083333 High Pacifastacus leniusculus Aphanomyces astaci 2017 Hossein Masigol +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L352 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3508 10.1017/S0031182016002419 null James, J., Nutbeam-Tuffs, S., Cable, J., Mrugała, A., Viñuela-Rodriguez, N., Petrusek, A., & Oidtmann, B. (2017). The prevalence of Aphanomyces astaci in invasive signal crayfish from the UK and implications for native crayfish conservation. Parasitology, 144(4), 411-418. 53.03166667 -3.7375 High Pacifastacus leniusculus Aphanomyces astaci 2017 Hossein Masigol +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L353 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WK1550 10.1051/kmae:2006033 null Hefti, D., & Stucki, P. (2006). Crayfish management for Swiss waters. Bulletin Français de la Pêche et de la Pisciculture, (380-381), 937-950. 46.41057085 6.272337803 Low Pacifastacus leniusculus Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L354 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WK1551 10.1051/kmae:2006033 null Hefti, D., & Stucki, P. (2006). Crayfish management for Swiss waters. Bulletin Français de la Pêche et de la Pisciculture, (380-381), 937-950. 47.21033518 7.546481972 Low Pacifastacus leniusculus Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L355 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WK1552 10.1051/kmae:2006033 null Hefti, D., & Stucki, P. (2006). Crayfish management for Swiss waters. Bulletin Français de la Pêche et de la Pisciculture, (380-381), 937-950. 47.46360331 8.286706682 Low Pacifastacus leniusculus Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L356 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0894 10.3354/dao02955 null Maguire, I., Jelic, M., Klobučar, G., Delpy, M., Delaunay, C. and Grandjean, F. 2016. Prevalence of the pathogen Aphanomyces astaci in freshwater crayfish populations in Croatia. Diseases of Aquatic Organisms. 118(1), 45-53(1), 45-53. 45.4203 15.5846 High Pontastacus leptodactylus Aphanomyces astaci 2013 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L357 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0895 10.3354/dao02955 null Maguire, I., Jelic, M., Klobučar, G., Delpy, M., Delaunay, C. and Grandjean, F. 2016. Prevalence of the pathogen Aphanomyces astaci in freshwater crayfish populations in Croatia. Diseases of Aquatic Organisms. 118(1), 45-53(1), 45-53. 45.7013 16.1438 High Pontastacus leptodactylus Aphanomyces astaci 2013 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L358 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0896 10.1016/j.jip.2018.05.006 null Panteleit, J., Keller, N. S., Diéguez-Uribeondo, J., Makkonen, J., Martín-Torrijos, L., Patrulea, V., ... & Pârvulescu, L. (2018). Hidden sites in the distribution of the crayfish plague pathogen Aphanomyces astaci in Eastern Europe: Relicts of genetic groups from older outbreaks?. Journal of invertebrate pathology, 157, 117-124. 47.288 29.139 High Pontastacus leptodactylus Aphanomyces astaci 2015 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L359 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0897 10.1016/j.jip.2018.05.006 null Panteleit, J., Keller, N. S., Diéguez-Uribeondo, J., Makkonen, J., Martín-Torrijos, L., Patrulea, V., ... & Pârvulescu, L. (2018). Hidden sites in the distribution of the crayfish plague pathogen Aphanomyces astaci in Eastern Europe: Relicts of genetic groups from older outbreaks?. Journal of invertebrate pathology, 157, 117-124. 45.079 29.53 High Pontastacus leptodactylus Aphanomyces astaci 2015 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L360 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0898 10.1016/j.jip.2018.05.006 null Panteleit, J., Keller, N. S., Diéguez-Uribeondo, J., Makkonen, J., Martín-Torrijos, L., Patrulea, V., ... & Pârvulescu, L. (2018). Hidden sites in the distribution of the crayfish plague pathogen Aphanomyces astaci in Eastern Europe: Relicts of genetic groups from older outbreaks?. Journal of invertebrate pathology, 157, 117-124. 45.31 29.67 High Pontastacus leptodactylus Aphanomyces astaci 2012 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L361 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0899 10.1016/j.jip.2018.05.006 null Panteleit, J., Keller, N. S., Diéguez-Uribeondo, J., Makkonen, J., Martín-Torrijos, L., Patrulea, V., ... & Pârvulescu, L. (2018). Hidden sites in the distribution of the crayfish plague pathogen Aphanomyces astaci in Eastern Europe: Relicts of genetic groups from older outbreaks?. Journal of invertebrate pathology, 157, 117-124. 44.817 21.333 High Pontastacus leptodactylus Aphanomyces astaci 2015 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L362 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0900 10.1111/fwb.12315 null Svoboda, J., Strand, D. A., Vrålstad, T., Grandjean, F., Edsman, L., Kozák, P., ... & Petrusek, A. (2014). The crayfish plague pathogen can infect freshwater‐inhabiting crabs. Freshwater Biology, 59(5), 918-929. 37.9 30.9 High Pontastacus leptodactylus Aphanomyces astaci 2009 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L363 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0901 10.1051/kmae/2018001 null Kokko, H., Harlioglu, M. M., Aydin, H., Makkonen, J., Gökmen, G., Aksu, Ö., & Jussila, J. (2018). Observations of crayfish plague infections in commercially important narrow-clawed crayfish populations in Turkey. Knowledge & Management of Aquatic Ecosystems, (419), 10. 40.717 29.867 High Pontastacus leptodactylus Aphanomyces astaci 2011 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L364 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0902 10.1051/kmae/2018001 null Kokko, H., Harlioglu, M. M., Aydin, H., Makkonen, J., Gökmen, G., Aksu, Ö., & Jussila, J. (2018). Observations of crayfish plague infections in commercially important narrow-clawed crayfish populations in Turkey. Knowledge & Management of Aquatic Ecosystems, (419), 10. 41.05 43.233 High Pontastacus leptodactylus Aphanomyces astaci 2011 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L365 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0903 10.1051/kmae/2018001 null Kokko, H., Harlioglu, M. M., Aydin, H., Makkonen, J., Gökmen, G., Aksu, Ö., & Jussila, J. (2018). Observations of crayfish plague infections in commercially important narrow-clawed crayfish populations in Turkey. Knowledge & Management of Aquatic Ecosystems, (419), 10. 40.817 26.317 High Pontastacus leptodactylus Aphanomyces astaci 2011 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L366 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0904 10.1051/kmae/2018001 null Kokko, H., Harlioglu, M. M., Aydin, H., Makkonen, J., Gökmen, G., Aksu, Ö., & Jussila, J. (2018). Observations of crayfish plague infections in commercially important narrow-clawed crayfish populations in Turkey. Knowledge & Management of Aquatic Ecosystems, (419), 10. 39.183 33.55 High Pontastacus leptodactylus Aphanomyces astaci 2011 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L367 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0905 10.5869/fc.2020.v25-1.077 null Ungureanu, E., Mojžišová, M., Tangerman, M., Ion, M. C., Pârvulescu, L., & Petrusek, A. (2020). The spatial distribution of Aphanomyces astaci genotypes across Europe: Introducing the first data from Ukraine. Freshwater Crayfish, 25(1). 49.538 31.906 High Pontastacus leptodactylus Aphanomyces astaci 2018 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L368 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0906 10.5869/fc.2020.v25-1.077 null Ungureanu, E., Mojžišová, M., Tangerman, M., Ion, M. C., Pârvulescu, L., & Petrusek, A. (2020). The spatial distribution of Aphanomyces astaci genotypes across Europe: Introducing the first data from Ukraine. Freshwater Crayfish, 25(1). 50.399 30.604 High Pontastacus leptodactylus Aphanomyces astaci 2018 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L369 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC7924 10.26262/jbrt.v31i0.9777 null Alvanou, M. V., Lattos, A., Cheimonopoulou, M. T., Michaelidis, B., Apostolidis, A. P., & Giantsis, I. A. (2024). First detection of Aphanomyces astaci and its potential responsibility for mass mortalities of Pontastacus (Astacus) leptodactylus in Greek lakes. Journal of Biological Research-Thessaloniki, 31. 40.694639 23.426694 High Pontastacus leptodactylus Aphanomyces astaci 2023 Ioannis A. Giantsis +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L370 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC7925 10.26262/jbrt.v31i0.9777 null Alvanou, M. V., Lattos, A., Cheimonopoulou, M. T., Michaelidis, B., Apostolidis, A. P., & Giantsis, I. A. (2024). First detection of Aphanomyces astaci and its potential responsibility for mass mortalities of Pontastacus (Astacus) leptodactylus in Greek lakes. Journal of Biological Research-Thessaloniki, 31. 40.2975 22.101222 High Pontastacus leptodactylus Aphanomyces astaci 2023 Ioannis A. Giantsis +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L371 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC7926 10.26262/jbrt.v31i0.9777 null Alvanou, M. V., Lattos, A., Cheimonopoulou, M. T., Michaelidis, B., Apostolidis, A. P., & Giantsis, I. A. (2024). First detection of Aphanomyces astaci and its potential responsibility for mass mortalities of Pontastacus (Astacus) leptodactylus in Greek lakes. Journal of Biological Research-Thessaloniki, 31. 40.743472 21.816667 High Pontastacus leptodactylus Aphanomyces astaci 2023 Ioannis A. Giantsis +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L372 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1703 10.1051/kmae/2020035 null Weiperth, A., Bláha, M., Szajbert, B., Seprős, R., Bányai, Z., Patoka, J., & Kouba, A. (2020). Hungary: a European hotspot of non-native crayfish biodiversity. Knowledge & Management of Aquatic Ecosystems, (421), 43. 47.7688 19.1376 High Procambarus alleni Aphanomyces astaci 2018 Denis Șadrin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L373 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC2869 10.1016/j.fgb.2012.05.014 null Makkonen, J., Jussila, J., & Kokko, H. (2012). The diversity of the pathogenic Oomycete (Aphanomyces astaci) chitinase genes within the genotypes indicate adaptation to its hosts. Fungal Genetics and Biology, 49(8), 635-642. 62.27 26.19 Low Procambarus clarkii Aphanomyces astaci 2003 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L374 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC2870 10.1017/S0031182018000227 null Makkonen, J., Jussila, J., Panteleit, J., Keller, N. S., Schrimpf, A., Theissinger, K., ... & Kokko, H. (2018). MtDNA allows the sensitive detection and haplotyping of the crayfish plague disease agent Aphanomyces astaci showing clues about its origin and 36.8673 -4.8751 Low Procambarus clarkii Aphanomyces astaci 2018 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L375 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC2871 10.3389/fevo.2020.622434 null Martín-Torrijos, L., Correa-Villalona, A. J., Pradillo, A., & Diéguez-Uribeondo, J. (2021). Coexistence of Two Invasive Species, Procambarus clarkii and Aphanomyces astaci, in Brackish Waters of a Mediterranean Coastal Lagoon. Frontiers in Ecology and Evolution, 8, 503. 39.32927427 -0.3832469884 Low Procambarus clarkii Aphanomyces astaci 2018 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L376 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WG8548 10.1002/aqc.2970 null Putra, M. D., Bláha, M., Wardiatno, Y., Krisanti, M., Jerikho, R., Kamal, M. M., Mojžišová, M., Byst?ický P. K., Kouba A., Kalous, L., Petrusek, A., Patoka, J. (2018) Procambarus clarkii (Girard, 1852) and crayfish plague as new threats for biodiversity in Indonesia.  Aquatic Conservation: Marine and Freshwater Ecosystems, 28: 1434-1440 -6.889167 106.861944 High Procambarus clarkii Aphanomyces astaci 2017 Jiří Patoka +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L377 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WG8592 null http://aomorishizen.html.xdomain.jp/catalog.html Jung, S. W., Yamada, H., & Kawai, T. (2023). Origin of the alien red swamp crayfish Procambarus clarkii in South Korea and occurrence of the crayfish plague Aphanomyces astaci. Journal of the Natural History of Aomori, 28, 133–138. [in Japanese with English abstract] 35.18932 127.546155 High Procambarus clarkii Aphanomyces astaci 2022 Tadashi Kawai +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L378 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1704 10.1016/j.jip.2023.108040 null Mojžišová, M., Weiperth, A., Gebauer, R., Laffitte, M., Patoka, J., Grandjean, F., ... & Petrusek, A. (2024). Diversity and distribution of Aphanomyces astaci in a European hotspot of ornamental crayfish introductions. Journal of Invertebrate Pathology, 202, 108040. 47.6421 19.0787 High Procambarus clarkii Aphanomyces astaci 2018 Denis Șadrin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L379 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1705 10.1016/j.jip.2023.108040 null Mojžišová, M., Weiperth, A., Gebauer, R., Laffitte, M., Patoka, J., Grandjean, F., ... & Petrusek, A. (2024). Diversity and distribution of Aphanomyces astaci in a European hotspot of ornamental crayfish introductions. Journal of Invertebrate Pathology, 202, 108040. 47.6426 19.074 High Procambarus clarkii Aphanomyces astaci 2018 Denis Șadrin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L380 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1706 10.1016/j.jip.2023.108040 null Mojžišová, M., Weiperth, A., Gebauer, R., Laffitte, M., Patoka, J., Grandjean, F., ... & Petrusek, A. (2024). Diversity and distribution of Aphanomyces astaci in a European hotspot of ornamental crayfish introductions. Journal of Invertebrate Pathology, 202, 108040. 47.6456 19.0688 High Procambarus clarkii Aphanomyces astaci 2018 Denis Șadrin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L381 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3512 10.1002/aqc.2970 null Putra, M. D., Bláha, M., Wardiatno, Y., Krisanti, M., Jerikho, R., Kamal, M. M., Mojžišová, M., Byst?ický P. K., Kouba A., Kalous, L., Petrusek, A., Patoka, J. (2018) Procambarus clarkii (Girard, 1852) and crayfish plague as new threats for biodiversity in Indonesia.  Aquatic Conservation: Marine and Freshwater Ecosystems, 28: 1434-1440 -6.30491667 106.8948889 Low Procambarus clarkii Aphanomyces astaci 2018 Hossein Masigol +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L382 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WK1567 10.1051/kmae:2006033 null Hefti, D., & Stucki, P. (2006). Crayfish management for Swiss waters. Bulletin Français de la Pêche et de la Pisciculture, (380-381), 937-950. 47.4283 8.2689 Low Procambarus clarkii Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L383 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1716 10.1016/j.jip.2023.108040 null Mojžišová, M., Weiperth, A., Gebauer, R., Laffitte, M., Patoka, J., Grandjean, F., ... & Petrusek, A. (2024). Diversity and distribution of Aphanomyces astaci in a European hotspot of ornamental crayfish introductions. Journal of Invertebrate Pathology, 202, 108040. 47.6456 19.0688 High Procambarus virginalis Aphanomyces astaci 2018 Denis Șadrin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L384 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3509 10.1051/kmae/2014032 null Keller, N. S., Pfeiffer, M., Roessink, I., Schulz, R., & Schrimpf, A. (2014). First evidence of crayfish plague agent in populations of the marbled crayfish (Procambarus fallax forma virginalis). Knowledge and Management of Aquatic Ecosystems, (414), 15. 51.05961111 9.30519444 Low Procambarus virginalis Aphanomyces astaci 2014 Hossein Masigol +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L385 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3510 10.1051/kmae/2014032 null Keller, N. S., Pfeiffer, M., Roessink, I., Schulz, R., & Schrimpf, A. (2014). First evidence of crayfish plague agent in populations of the marbled crayfish (Procambarus fallax forma virginalis). Knowledge and Management of Aquatic Ecosystems, (414), 15. 49.61988889 10.86030556 Low Procambarus virginalis Aphanomyces astaci 2014 Hossein Masigol +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L386 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3511 10.1051/kmae/2014032 null Keller, N. S., Pfeiffer, M., Roessink, I., Schulz, R., & Schrimpf, A. (2014). First evidence of crayfish plague agent in populations of the marbled crayfish (Procambarus fallax forma virginalis). Knowledge and Management of Aquatic Ecosystems, (414), 15. 52.01827778 12.53461111 Low Procambarus virginalis Aphanomyces astaci 2014 Hossein Masigol diff --git a/data/5e/95/5e95f53f219f3470eecd3eafb5b74fcaa04c08142b27102fabe393399ebd887f b/data/5e/95/5e95f53f219f3470eecd3eafb5b74fcaa04c08142b27102fabe393399ebd887f new file mode 100644 index 0000000..d03e325 --- /dev/null +++ b/data/5e/95/5e95f53f219f3470eecd3eafb5b74fcaa04c08142b27102fabe393399ebd887f @@ -0,0 +1,22 @@ + . + . + "Preston is a software program that finds, archives and provides access to biodiversity datasets."@en . + . + "Executes script and captures stdout"@en . + "2024-11-28T19:05:48.622Z"^^ . + . + . + . + "Jorrit Poelen, Icaro Alzuru, & Michael Elliott. 2018-2024. Preston: a biodiversity dataset tracker (Version 0.10.1-SNAPSHOT) [Software]. Zenodo. https://doi.org/10.5281/zenodo.1410543"@en . + . + "A biodiversity dataset graph archive."@en . + . + "text/x-shellscript" . + . + . + . + . + "2024-11-28T19:05:54.865Z"^^ . + . + . + . diff --git a/data/ba/23/ba230547a13ddebdea3fea15868fe593d1fd95705c375c6a27bd5c7d2691aba8 b/data/ba/23/ba230547a13ddebdea3fea15868fe593d1fd95705c375c6a27bd5c7d2691aba8 new file mode 100644 index 0000000..e180f19 --- /dev/null +++ b/data/ba/23/ba230547a13ddebdea3fea15868fe593d1fd95705c375c6a27bd5c7d2691aba8 @@ -0,0 +1,11 @@ +#!/bin/bash +# +# transforms a version of the first xslx resource found into tsv stream +# + +preston ls\ + | grep hasVersion\ + | grep xlsx\ + | head -1\ + | preston xlsx-stream\ + | mlr --ijson --otsvlite cat diff --git a/data/e1/a1/e1a1b85a4b85eea5b518a8bc0c08f49f82a62f315f068f793cea2100cf9523dd b/data/e1/a1/e1a1b85a4b85eea5b518a8bc0c08f49f82a62f315f068f793cea2100cf9523dd new file mode 100644 index 0000000..963d7f3 --- /dev/null +++ b/data/e1/a1/e1a1b85a4b85eea5b518a8bc0c08f49f82a62f315f068f793cea2100cf9523dd @@ -0,0 +1,14 @@ + . + . + "Preston is a software program that finds, archives and provides access to biodiversity datasets."@en . + . + "An activity that assigns an alias to a content hash"@en . + "2024-11-28T19:07:39.518Z"^^ . + . + . + . + "Jorrit Poelen, Icaro Alzuru, & Michael Elliott. 2018-2024. Preston: a biodiversity dataset tracker (Version 0.10.1-SNAPSHOT) [Software]. Zenodo. https://doi.org/10.5281/zenodo.1410543"@en . + . + "A biodiversity dataset graph archive."@en . + . + . diff --git a/globi.json b/globi.json index 65fc23c..6c6987e 100644 --- a/globi.json +++ b/globi.json @@ -12,7 +12,7 @@ "dcterms:bibliographicCitation" : "Ion MC, Bloomer CC, Bărăscu TI, Oficialdegui FJ, Shoobs NF, Williams BW, Scheers K, Clavero M, Grandjean F, Collas M, Baudry T, Loughman Z, Wright JJ, Ruokonen TJ, Chucholl C, Guareschi S, Koese B, Banyai ZM, Hodson J, Hurt M, Kaldre K, Lipták B, Fetzner JW, Cancellario T, Weiperth A, Birzaks J, Trichkova T, Todorov M, Balalaikins M, Griffin B, Petko ON, Acevedo-Alonso A, D’Elía G, Śliwińska K, Alekhnovich A, Choong H, South J, Whiterod N, Zorić K, Haase P, Soto I, Brady DJ, Haubrock PJ, Torres PJ, Şadrin D, Vlach P, Kaya C, Woo Jung S, Kim J, Vermeersch XHC, Bonk M, Guiaşu R, Harlioğlu MM, Devlin J, Kurtul I, Błońska D, Boets P, Masigol H, Cabe PR, Jussila J, Vrålstad T, Beresford DV, Reid SM, Patoka J, Strand DA, Tarkan AS, Steen F, Abeel T, Harwood M, Auer S, Kelly S, Giantsis IA, Maciaszek R, Alvanou MV, Aksu Ö, Hayes DM, Kawai T, Tricarico E, Chakandinakira A, Barnett ZC, Kudor ŞG, Beda AE, Vîlcea L, Mizeranschi AE, Neagul M, Licz A, Cotoarbă AD, Petrusek A, Kouba A, Taylor CA, Pârvulescu L. 2024. World of Crayfish™: a web platform towards real-time global mapping of freshwater crayfish and their pathogens. PeerJ 12:e18229 https://doi.org/10.7717/peerj.18229", "delimiter" : "\t", "headerRowCount" : 1, - "null" : [ "" ], + "null" : [ "", "null" ], "interactionTypeName": "hasPathogen", "interactionTypeId": "http://purl.obolibrary.org/obo/RO_0002557", "tableSchema" : { diff --git a/ion2024-crayfish-pathogen.tsv b/ion2024-crayfish-pathogen.tsv index 430ac6c..5d29ca5 100644 --- a/ion2024-crayfish-pathogen.tsv +++ b/ion2024-crayfish-pathogen.tsv @@ -1,414 +1,386 @@ -http://www.w3.org/ns/prov#wasDerivedFrom http://purl.org/dc/elements/1.1/format WoCID DOI Citation X Y Accuracy Crayfish_scientific_name Pathogen_symbiont_present Year_of_observation Contributor -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L2 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2338 10.1016/j.jip.2017.09.004 Mrugała, A., Šanda, R., Petrusek, A., Marić, D., & Vukić, J. (2017). Recent acute crayfish mortality reveals Aphanomyces astaci presence in Bosnia and Herzegovina. Journal of invertebrate pathology, 150, 73-75. 43.37 17.62 High Astacus astacus Aphanomyces astaci 2015 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L3 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2339 10.3354/dao02955 Maguire, I., Jelic, M., Klobučar, G., Delpy, M., Delaunay, C. and Grandjean, F. 2016. Prevalence of the pathogen Aphanomyces astaci in freshwater crayfish populations in Croatia. Diseases of Aquatic Organisms. 118(1), 45-53(1), 45-53. 44.8807 15.6129 High Astacus astacus Aphanomyces astaci 2012 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L4 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2340 10.3354/dao02955 Maguire, I., Jelic, M., Klobučar, G., Delpy, M., Delaunay, C. and Grandjean, F. 2016. Prevalence of the pathogen Aphanomyces astaci in freshwater crayfish populations in Croatia. Diseases of Aquatic Organisms. 118(1), 45-53(1), 45-53. 45.2557 15.4127 High Astacus astacus Aphanomyces astaci 2013 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L5 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2341 10.1016/j.aquaculture.2007.11.015 Kozubíková, E., Petrusek, A., Ďuriš, Z., Martín, M. P., Diéguez-Uribeondo, J., & Oidtmann, B. (2008). The old menace is back: recent crayfish plague outbreaks in the Czech Republic. Aquaculture, 274(2-4), 208-217. 49.666 18.669 High Astacus astacus Aphanomyces astaci 2004 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L6 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2342 10.1016/j.aquaculture.2007.11.015 Kozubíková, E., Petrusek, A., Ďuriš, Z., Martín, M. P., Diéguez-Uribeondo, J., & Oidtmann, B. (2008). The old menace is back: recent crayfish plague outbreaks in the Czech Republic. Aquaculture, 274(2-4), 208-217. 49.898 14.365 High Astacus astacus Aphanomyces astaci 2005 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L7 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2343 10.1016/j.aquaculture.2007.11.015 Kozubíková, E., Petrusek, A., Ďuriš, Z., Martín, M. P., Diéguez-Uribeondo, J., & Oidtmann, B. (2008). The old menace is back: recent crayfish plague outbreaks in the Czech Republic. Aquaculture, 274(2-4), 208-217. 49.095 15.044 High Astacus astacus Aphanomyces astaci 2007 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L8 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2344 10.1016/j.vetmic.2014.02.020 Grandjean, F., Vrålstad, T., Dieguez-Uribeondo, J., Jelić, M., Mangombi, J., Delaunay, C., ... & Petrusek, A. (2014). Microsatellite markers for direct genotyping of the crayfish plague pathogen Aphanomyces astaci (Oomycetes) from infected host tissues. Veterinary Microbiology, 170(3-4), 317-324. 49.683 15.385 High Astacus astacus Aphanomyces astaci 2008 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L9 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2345 10.1016/j.vetmic.2014.02.020 Grandjean, F., Vrålstad, T., Dieguez-Uribeondo, J., Jelić, M., Mangombi, J., Delaunay, C., ... & Petrusek, A. (2014). Microsatellite markers for direct genotyping of the crayfish plague pathogen Aphanomyces astaci (Oomycetes) from infected host tissues. Veterinary Microbiology, 170(3-4), 317-324. 49.23 18.038 High Astacus astacus Aphanomyces astaci 2008 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L10 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2346 10.1016/j.vetmic.2014.02.020 Grandjean, F., Vrålstad, T., Dieguez-Uribeondo, J., Jelić, M., Mangombi, J., Delaunay, C., ... & Petrusek, A. (2014). Microsatellite markers for direct genotyping of the crayfish plague pathogen Aphanomyces astaci (Oomycetes) from infected host tissues. Veterinary Microbiology, 170(3-4), 317-324. 49.36 16.407 High Astacus astacus Aphanomyces astaci 2009 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L11 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2347 10.1080/03949370.2014.897652 Kozubíková-Balcarová, E., Beran, L., Ďuriš, Z., Fischer, D., Horká, I., Svobodová, J., & Petrusek, A. (2014). Status and recovery of indigenous crayfish populations after recent crayfish plague outbreaks in the Czech Republic. Ethology Ecology & Evolution, 26(2-3), 299-319. 49.402 12.826 High Astacus astacus Aphanomyces astaci 2014 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L12 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2348 10.1016/j.funbio.2013.07.005 Kozubíková-Balcarová, E., Koukol, O., Martín, M. P., Svoboda, J., Petrusek, A., & Diéguez-Uribeondo, J. (2013). The diversity of oomycetes on crayfish: Morphological vs. molecular identification of cultures obtained while isolating the crayfish plague pathogen. Fungal biology, 117(10), 682-691. 49.669 13.964 High Astacus astacus Aphanomyces astaci 2011 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L13 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2349 10.1016/j.jip.2020.107390 Mojžišová, M., Mrugała, A., Kozubíková-Balcarová, E., Vlach, P., Svobodová, J., Kouba, A., & Petrusek, A. (2020). Crayfish plague in Czechia: Outbreaks from novel sources and testing for chronic infections. Journal of invertebrate pathology, 173, 107390. 49.766 15.208 High Astacus astacus Aphanomyces astaci 2016 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L14 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2350 10.1016/j.jip.2020.107390 Mojžišová, M., Mrugała, A., Kozubíková-Balcarová, E., Vlach, P., Svobodová, J., Kouba, A., & Petrusek, A. (2020). Crayfish plague in Czechia: Outbreaks from novel sources and testing for chronic infections. Journal of invertebrate pathology, 173, 107390. 49.57 18.366 High Astacus astacus Aphanomyces astaci 2016 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L15 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2351 10.1016/j.jip.2020.107390 Mojžišová, M., Mrugała, A., Kozubíková-Balcarová, E., Vlach, P., Svobodová, J., Kouba, A., & Petrusek, A. (2020). Crayfish plague in Czechia: Outbreaks from novel sources and testing for chronic infections. Journal of invertebrate pathology, 173, 107390. 49.036 13.983 High Astacus astacus Aphanomyces astaci 2018 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L16 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2352 10.1016/j.jip.2020.107390 Mojžišová, M., Mrugała, A., Kozubíková-Balcarová, E., Vlach, P., Svobodová, J., Kouba, A., & Petrusek, A. (2020). Crayfish plague in Czechia: Outbreaks from novel sources and testing for chronic infections. Journal of invertebrate pathology, 173, 107390. 48.781 14.62 High Astacus astacus Aphanomyces astaci 2018 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L17 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2353 10.1016/j.jip.2020.107390 Mojžišová, M., Mrugała, A., Kozubíková-Balcarová, E., Vlach, P., Svobodová, J., Kouba, A., & Petrusek, A. (2020). Crayfish plague in Czechia: Outbreaks from novel sources and testing for chronic infections. Journal of invertebrate pathology, 173, 107390. 49.457 18.134 High Astacus astacus Aphanomyces astaci 2018 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L18 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2354 10.1016/j.jip.2020.107390 Mojžišová, M., Mrugała, A., Kozubíková-Balcarová, E., Vlach, P., Svobodová, J., Kouba, A., & Petrusek, A. (2020). Crayfish plague in Czechia: Outbreaks from novel sources and testing for chronic infections. Journal of invertebrate pathology, 173, 107390. 49.897 13.89 High Astacus astacus Aphanomyces astaci 2018 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L19 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2355 10.1016/j.jip.2020.107390 Mojžišová, M., Mrugała, A., Kozubíková-Balcarová, E., Vlach, P., Svobodová, J., Kouba, A., & Petrusek, A. (2020). Crayfish plague in Czechia: Outbreaks from novel sources and testing for chronic infections. Journal of invertebrate pathology, 173, 107390. 49.93 15.254 High Astacus astacus Aphanomyces astaci 2014 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L20 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2356 10.1016/j.jip.2020.107390 Mojžišová, M., Mrugała, A., Kozubíková-Balcarová, E., Vlach, P., Svobodová, J., Kouba, A., & Petrusek, A. (2020). Crayfish plague in Czechia: Outbreaks from novel sources and testing for chronic infections. Journal of invertebrate pathology, 173, 107390. 49.552 18.336 High Astacus astacus Aphanomyces astaci 2019 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L21 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2357 10.1007/s10530-017-1496-z Kaldre, K., Paaver, T., Hurt, M., & Grandjean, F. (2017). First records of the non-indigenous signal crayfish (Pacifastacus leniusculus) and its threat to noble crayfish (Astacus astacus) populations in Estonia. Biological Invasions, 19(10), 2771-2776. 58.2 22.07 Low Astacus astacus Aphanomyces astaci 2007 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L22 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2358 10.1007/s10530-017-1496-z Kaldre, K., Paaver, T., Hurt, M., & Grandjean, F. (2017). First records of the non-indigenous signal crayfish (Pacifastacus leniusculus) and its threat to noble crayfish (Astacus astacus) populations in Estonia. Biological Invasions, 19(10), 2771-2776. 57.71 26.86 Low Astacus astacus Aphanomyces astaci 2010 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L23 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2359 10.1007/s10530-017-1496-z Kaldre, K., Paaver, T., Hurt, M., & Grandjean, F. (2017). First records of the non-indigenous signal crayfish (Pacifastacus leniusculus) and its threat to noble crayfish (Astacus astacus) populations in Estonia. Biological Invasions, 19(10), 2771-2776. 58.69 26.3 Low Astacus astacus Aphanomyces astaci 2010 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L24 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2360 10.1007/s10530-017-1496-z Kaldre, K., Paaver, T., Hurt, M., & Grandjean, F. (2017). First records of the non-indigenous signal crayfish (Pacifastacus leniusculus) and its threat to noble crayfish (Astacus astacus) populations in Estonia. Biological Invasions, 19(10), 2771-2776. 58.95 27.05 Low Astacus astacus Aphanomyces astaci 2015 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L25 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2361 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 63.6159 24.4127 High Astacus astacus Aphanomyces astaci 2006 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L26 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2362 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 64.0243 24.2031 High Astacus astacus Aphanomyces astaci 2006 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L27 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2363 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 64.3926 24.3264 High Astacus astacus Aphanomyces astaci 2003 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L28 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2364 10.1016/j.fgb.2012.05.014 Makkonen, J., Jussila, J., & Kokko, H. (2012). The diversity of the pathogenic Oomycete (Aphanomyces astaci) chitinase genes within the genotypes indicate adaptation to its hosts. Fungal Genetics and Biology, 49(8), 635-642. 64.2661 24.8224 High Astacus astacus Aphanomyces astaci 2003 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L29 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2365 10.1016/j.fgb.2012.05.014 Makkonen, J., Jussila, J., & Kokko, H. (2012). The diversity of the pathogenic Oomycete (Aphanomyces astaci) chitinase genes within the genotypes indicate adaptation to its hosts. Fungal Genetics and Biology, 49(8), 635-642. 64.1709 25.161 High Astacus astacus Aphanomyces astaci 2004 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L30 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2366 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 60.7841 27.8911 High Astacus astacus Aphanomyces astaci 2006 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L31 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2367 10.1017/S0031182018000227 Makkonen, J., Jussila, J., Panteleit, J., Keller, N. S., Schrimpf, A., Theissinger, K., ... & Kokko, H. (2018). MtDNA allows the sensitive detection and haplotyping of the crayfish plague disease agent Aphanomyces astaci showing clues about its origin and 61.83 22.17 Low Astacus astacus Aphanomyces astaci 2014 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L32 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2368 10.1016/j.fgb.2012.05.014 Makkonen, J., Jussila, J., & Kokko, H. (2012). The diversity of the pathogenic Oomycete (Aphanomyces astaci) chitinase genes within the genotypes indicate adaptation to its hosts. Fungal Genetics and Biology, 49(8), 635-642. 65.93 24.71 Low Astacus astacus Aphanomyces astaci 2007 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L33 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2369 10.1016/j.fgb.2012.05.014 Makkonen, J., Jussila, J., & Kokko, H. (2012). The diversity of the pathogenic Oomycete (Aphanomyces astaci) chitinase genes within the genotypes indicate adaptation to its hosts. Fungal Genetics and Biology, 49(8), 635-642. 64.127583 29.496944 High Astacus astacus Aphanomyces astaci 2009 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L34 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2370 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 62.1837 30.3746 High Astacus astacus Aphanomyces astaci 2000 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L35 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2371 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.5311 29.5257 High Astacus astacus Aphanomyces astaci 2006 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L36 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2372 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.5465 28.7248 High Astacus astacus Aphanomyces astaci 2002 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L37 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2373 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.2154 28.9267 High Astacus astacus Aphanomyces astaci 2004 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L38 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2374 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.3318 29.3065 High Astacus astacus Aphanomyces astaci 2000 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L39 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2375 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.9366 28.4997 High Astacus astacus Aphanomyces astaci 1998 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L40 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2376 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.8849 29.1393 High Astacus astacus Aphanomyces astaci 2002 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L41 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2377 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 62.6114 29.4034 High Astacus astacus Aphanomyces astaci 2001 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L42 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2378 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 63.3708 29.154 High Astacus astacus Aphanomyces astaci 2004 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L43 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2379 10.1016/j.fgb.2012.05.014 Makkonen, J., Jussila, J., & Kokko, H. (2012). The diversity of the pathogenic Oomycete (Aphanomyces astaci) chitinase genes within the genotypes indicate adaptation to its hosts. Fungal Genetics and Biology, 49(8), 635-642. 63.081 30.0595 High Astacus astacus Aphanomyces astaci 2003 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L44 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2380 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 63.6364 28.8765 High Astacus astacus Aphanomyces astaci 1998 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L45 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2381 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 62.7957 30.7603 High Astacus astacus Aphanomyces astaci 2001 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L46 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2382 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 62.6474 31.0553 High Astacus astacus Aphanomyces astaci 1999 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L47 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2383 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.5409 25.7557 High Astacus astacus Aphanomyces astaci 2001 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L48 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2384 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 62.1248 25.8012 High Astacus astacus Aphanomyces astaci 1998 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L49 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2385 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 63.2257 25.6446 High Astacus astacus Aphanomyces astaci 2006 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L50 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2386 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 62.8139 25.5304 High Astacus astacus Aphanomyces astaci 1996 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L51 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2387 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 62.8625 26.2878 High Astacus astacus Aphanomyces astaci 2001 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L52 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2388 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 62.8995 27.0817 High Astacus astacus Aphanomyces astaci 2002 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L53 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2389 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 63.0623 26.9977 High Astacus astacus Aphanomyces astaci 2002 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L54 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2390 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.6604 26.214 High Astacus astacus Aphanomyces astaci 2000 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L55 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2391 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.6152 26.3129 High Astacus astacus Aphanomyces astaci 2001 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L56 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2392 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.6532 23.7841 High Astacus astacus Aphanomyces astaci 2005 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L57 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2393 10.1016/j.fgb.2012.05.014 Makkonen, J., Jussila, J., & Kokko, H. (2012). The diversity of the pathogenic Oomycete (Aphanomyces astaci) chitinase genes within the genotypes indicate adaptation to its hosts. Fungal Genetics and Biology, 49(8), 635-642. 61.6532 23.7841 High Astacus astacus Aphanomyces astaci 2005 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L58 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2394 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.834 22.485 High Astacus astacus Aphanomyces astaci 2005 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L59 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2395 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.7468 22.228 High Astacus astacus Aphanomyces astaci 2006 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L60 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2396 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 63.4927 23.3237 High Astacus astacus Aphanomyces astaci 2004 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L61 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2397 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 63.3096 23.5849 High Astacus astacus Aphanomyces astaci 2004 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L62 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2398 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 63.148 23.6706 High Astacus astacus Aphanomyces astaci 2004 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L63 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2399 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 63.4633 23.7746 High Astacus astacus Aphanomyces astaci 2003 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L64 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2400 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 63.4633 23.7746 High Astacus astacus Aphanomyces astaci 2003 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L65 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2401 10.1016/j.fgb.2012.05.014 Makkonen, J., Jussila, J., & Kokko, H. (2012). The diversity of the pathogenic Oomycete (Aphanomyces astaci) chitinase genes within the genotypes indicate adaptation to its hosts. Fungal Genetics and Biology, 49(8), 635-642. 64.0509 25.5277 High Astacus astacus Aphanomyces astaci 2004 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L66 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2402 10.1016/j.fgb.2012.05.014 Makkonen, J., Jussila, J., & Kokko, H. (2012). The diversity of the pathogenic Oomycete (Aphanomyces astaci) chitinase genes within the genotypes indicate adaptation to its hosts. Fungal Genetics and Biology, 49(8), 635-642. 63.8933 25.7819 High Astacus astacus Aphanomyces astaci 2004 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L67 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2403 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 63.588 25.9354 High Astacus astacus Aphanomyces astaci 2003 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L68 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2404 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 63.588 25.9354 High Astacus astacus Aphanomyces astaci 2006 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L69 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2405 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 64.4395 27.4371 High Astacus astacus Aphanomyces astaci 2005 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L70 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2406 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 65.5161 28.5789 High Astacus astacus Aphanomyces astaci 2004 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L71 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2407 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 66.0867 24.7974 High Astacus astacus Aphanomyces astaci 2006 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L72 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2408 10.1016/j.fgb.2012.05.014 Makkonen, J., Jussila, J., & Kokko, H. (2012). The diversity of the pathogenic Oomycete (Aphanomyces astaci) chitinase genes within the genotypes indicate adaptation to its hosts. Fungal Genetics and Biology, 49(8), 635-642. 61.2467 27.1129 High Astacus astacus Aphanomyces astaci 1999 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L73 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2409 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 62.9751 27.8411 High Astacus astacus Aphanomyces astaci 2001 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L74 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2410 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 63.1278 28.8443 High Astacus astacus Aphanomyces astaci 1996 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L75 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2411 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 60.641 26.4727 High Astacus astacus Aphanomyces astaci 2005 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L76 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2412 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.2838 26.5601 High Astacus astacus Aphanomyces astaci 2000 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L77 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2413 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.0957 25.533 High Astacus astacus Aphanomyces astaci 2000 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L78 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2414 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.5176 25.9269 High Astacus astacus Aphanomyces astaci 2000 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L79 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2415 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.6322 26.2863 High Astacus astacus Aphanomyces astaci 2000 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L80 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2416 10.1016/j.fgb.2012.05.014 Makkonen, J., Jussila, J., & Kokko, H. (2012). The diversity of the pathogenic Oomycete (Aphanomyces astaci) chitinase genes within the genotypes indicate adaptation to its hosts. Fungal Genetics and Biology, 49(8), 635-642. 61.4844 26.223 High Astacus astacus Aphanomyces astaci 2003 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L81 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2417 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.0631 26.6768 High Astacus astacus Aphanomyces astaci 2001 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L82 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2418 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.8061 26.3843 High Astacus astacus Aphanomyces astaci 2002 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L83 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2419 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.8939 27.1067 High Astacus astacus Aphanomyces astaci 2000 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L84 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2420 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.2491 22.9192 High Astacus astacus Aphanomyces astaci 2000 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L85 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2421 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.2153 23.5702 High Astacus astacus Aphanomyces astaci 2002 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L86 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2422 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.6532 23.7841 High Astacus astacus Aphanomyces astaci 2006 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L87 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2423 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.6166 24.0084 High Astacus astacus Aphanomyces astaci 2002 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L88 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2424 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 62.2088 23.6269 High Astacus astacus Aphanomyces astaci 2006 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L89 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2425 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.2545 24.5379 High Astacus astacus Aphanomyces astaci 1998 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L90 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2426 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 62.9588 22.4351 High Astacus astacus Aphanomyces astaci 1999 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L91 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2427 10.3354/dao02575 Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 63.7716 24.2755 High Astacus astacus Aphanomyces astaci 2006 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L92 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2428 10.3354/dao035235 Oidtmann, B., Cerenius, L., Schmid, I., Hoffmann, R., & Söderhäll, K. (1999). Crayfish plague epizootics in Germany--classification of two German isolates of the crayfish plague fungus Aphanomyces astaci by random amplification of polymorphic DNA. Diseases of Aquatic Organisms, 35(3), 235-238. 47.77 11.05 Low Astacus astacus Aphanomyces astaci 1996 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L93 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2429 10.3354/dao035235 Oidtmann, B., Cerenius, L., Schmid, I., Hoffmann, R., & Söderhäll, K. (1999). Crayfish plague epizootics in Germany--classification of two German isolates of the crayfish plague fungus Aphanomyces astaci by random amplification of polymorphic DNA. Diseases of Aquatic Organisms, 35(3), 235-238. 48.23 10.37 Low Astacus astacus Aphanomyces astaci 1996 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L94 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2430 10.1016/j.vetmic.2014.07.008 Vrålstad, T., Strand, D. A., Grandjean, F., Kvellestad, A., Håstein, T., Knutsen, A. K., ... & Skaar, I. (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology, 173(1-2), 66-75. 59.96 12.18 High Astacus astacus Aphanomyces astaci 1974 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L95 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2431 10.1016/j.vetmic.2014.07.008 Vrålstad, T., Strand, D. A., Grandjean, F., Kvellestad, A., Håstein, T., Knutsen, A. K., ... & Skaar, I. (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology, 173(1-2), 66-75. 60.25 11.68 High Astacus astacus Aphanomyces astaci 2005 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L96 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2432 10.1016/j.vetmic.2014.07.008 Vrålstad, T., Strand, D. A., Grandjean, F., Kvellestad, A., Håstein, T., Knutsen, A. K., ... & Skaar, I. (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology, 173(1-2), 66-75. 59.74 11.48 High Astacus astacus Aphanomyces astaci 1993 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L97 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2433 10.1016/j.vetmic.2014.07.008 Vrålstad, T., Strand, D. A., Grandjean, F., Kvellestad, A., Håstein, T., Knutsen, A. K., ... & Skaar, I. (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology, 173(1-2), 66-75. 59.92 10.5 High Astacus astacus Aphanomyces astaci 1998 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L98 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2434 10.1016/j.vetmic.2014.07.008 Vrålstad, T., Strand, D. A., Grandjean, F., Kvellestad, A., Håstein, T., Knutsen, A. K., ... & Skaar, I. (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology, 173(1-2), 66-75. 60.2 11.89 High Astacus astacus Aphanomyces astaci 2005 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L99 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2435 10.1016/j.vetmic.2014.07.008 Vrålstad, T., Strand, D. A., Grandjean, F., Kvellestad, A., Håstein, T., Knutsen, A. K., ... & Skaar, I. (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology, 173(1-2), 66-75. 59.23 11.68 High Astacus astacus Aphanomyces astaci 2005 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L100 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2436 10.1016/j.vetmic.2014.07.008 Vrålstad, T., Strand, D. A., Grandjean, F., Kvellestad, A., Håstein, T., Knutsen, A. K., ... & Skaar, I. (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology, 173(1-2), 66-75. 59.43 11.66 High Astacus astacus Aphanomyces astaci 2005 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L101 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2437 10.1016/j.vetmic.2014.07.008 Vrålstad, T., Strand, D. A., Grandjean, F., Kvellestad, A., Håstein, T., Knutsen, A. K., ... & Skaar, I. (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology, 173(1-2), 66-75. 59.99 11.95 High Astacus astacus Aphanomyces astaci 2010 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L102 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2438 10.1016/0044-8486(94)90243-7 Huang, T. S., Cerenius, L., & Söderhäll, K. (1994). Analysis of genetic diversity in the crayfish plague fungus, Aphanomyces astaci, by random amplification of polymorphic DNA. Aquaculture, 126(1-2), 1-9. 58.12 15.8 Low Astacus astacus Aphanomyces astaci 1962 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L103 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2439 10.1016/0044-8486(94)90243-7 Huang, T. S., Cerenius, L., & Söderhäll, K. (1994). Analysis of genetic diversity in the crayfish plague fungus, Aphanomyces astaci, by random amplification of polymorphic DNA. Aquaculture, 126(1-2), 1-9. 59.61 14.56 Low Astacus astacus Aphanomyces astaci 1970 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L104 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2440 10.1016/0044-8486(94)90243-7 Huang, T. S., Cerenius, L., & Söderhäll, K. (1994). Analysis of genetic diversity in the crayfish plague fungus, Aphanomyces astaci, by random amplification of polymorphic DNA. Aquaculture, 126(1-2), 1-9. 59.02 15.41 Low Astacus astacus Aphanomyces astaci 1970 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L105 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2441 10.1016/0044-8486(94)90243-7 Huang, T. S., Cerenius, L., & Söderhäll, K. (1994). Analysis of genetic diversity in the crayfish plague fungus, Aphanomyces astaci, by random amplification of polymorphic DNA. Aquaculture, 126(1-2), 1-9. 58.58 14.01 Low Astacus astacus Aphanomyces astaci 1970 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L106 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2442 10.1016/0044-8486(94)90243-7 Huang, T. S., Cerenius, L., & Söderhäll, K. (1994). Analysis of genetic diversity in the crayfish plague fungus, Aphanomyces astaci, by random amplification of polymorphic DNA. Aquaculture, 126(1-2), 1-9. 59.45 14.26 Low Astacus astacus Aphanomyces astaci 1970 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L107 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2443 10.1016/0044-8486(94)90243-7 Huang, T. S., Cerenius, L., & Söderhäll, K. (1994). Analysis of genetic diversity in the crayfish plague fungus, Aphanomyces astaci, by random amplification of polymorphic DNA. Aquaculture, 126(1-2), 1-9. 57.8 15.07 Low Astacus astacus Aphanomyces astaci 1970 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L108 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2444 10.1016/0044-8486(94)90243-7 Huang, T. S., Cerenius, L., & Söderhäll, K. (1994). Analysis of genetic diversity in the crayfish plague fungus, Aphanomyces astaci, by random amplification of polymorphic DNA. Aquaculture, 126(1-2), 1-9. 56.63 16.17 Low Astacus astacus Aphanomyces astaci 1973 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L109 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2445 10.1016/0044-8486(94)90243-7 Huang, T. S., Cerenius, L., & Söderhäll, K. (1994). Analysis of genetic diversity in the crayfish plague fungus, Aphanomyces astaci, by random amplification of polymorphic DNA. Aquaculture, 126(1-2), 1-9. 59.8 14.5 Low Astacus astacus Aphanomyces astaci 1973 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L110 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2446 10.1016/0044-8486(94)90243-7 Huang, T. S., Cerenius, L., & Söderhäll, K. (1994). Analysis of genetic diversity in the crayfish plague fungus, Aphanomyces astaci, by random amplification of polymorphic DNA. Aquaculture, 126(1-2), 1-9. 60.71 14.87 Low Astacus astacus Aphanomyces astaci 1973 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L111 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2447 10.1016/0044-8486(94)90243-7 Huang, T. S., Cerenius, L., & Söderhäll, K. (1994). Analysis of genetic diversity in the crayfish plague fungus, Aphanomyces astaci, by random amplification of polymorphic DNA. Aquaculture, 126(1-2), 1-9. 57.5 16.04 Low Astacus astacus Aphanomyces astaci 1973 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L112 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2448 10.1007/s10530-017-1496-z Kaldre, K., Paaver, T., Hurt, M., & Grandjean, F. (2017). First records of the non-indigenous signal crayfish (Pacifastacus leniusculus) and its threat to noble crayfish (Astacus astacus) populations in Estonia. Biological Invasions, 19(10), 2771-2776. 58.30397682 22.67786349 Low Astacus astacus Aphanomyces astaci 2006 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L113 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2449 10.1007/s10530-017-1496-z Kaldre, K., Paaver, T., Hurt, M., & Grandjean, F. (2017). First records of the non-indigenous signal crayfish (Pacifastacus leniusculus) and its threat to noble crayfish (Astacus astacus) populations in Estonia. Biological Invasions, 19(10), 2771-2776. 58.30339394 22.48968131 Low Astacus astacus Aphanomyces astaci 2007 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L114 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2450 10.1007/s10530-017-1496-z Kaldre, K., Paaver, T., Hurt, M., & Grandjean, F. (2017). First records of the non-indigenous signal crayfish (Pacifastacus leniusculus) and its threat to noble crayfish (Astacus astacus) populations in Estonia. Biological Invasions, 19(10), 2771-2776. 58.3584108 22.51219903 Low Astacus astacus Aphanomyces astaci 2008 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L115 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2451 10.1007/s10530-017-1496-z Kaldre, K., Paaver, T., Hurt, M., & Grandjean, F. (2017). First records of the non-indigenous signal crayfish (Pacifastacus leniusculus) and its threat to noble crayfish (Astacus astacus) populations in Estonia. Biological Invasions, 19(10), 2771-2776. 58.10640595 26.8100957 Low Astacus astacus Aphanomyces astaci 2009 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L116 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2452 10.1007/s10530-017-1496-z Kaldre, K., Paaver, T., Hurt, M., & Grandjean, F. (2017). First records of the non-indigenous signal crayfish (Pacifastacus leniusculus) and its threat to noble crayfish (Astacus astacus) populations in Estonia. Biological Invasions, 19(10), 2771-2776. 57.73184272 26.51490488 Low Astacus astacus Aphanomyces astaci 2008 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L117 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2453 10.1007/s10530-017-1496-z Kaldre, K., Paaver, T., Hurt, M., & Grandjean, F. (2017). First records of the non-indigenous signal crayfish (Pacifastacus leniusculus) and its threat to noble crayfish (Astacus astacus) populations in Estonia. Biological Invasions, 19(10), 2771-2776. 58.92056482 26.27561296 Low Astacus astacus Aphanomyces astaci 2009 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L118 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2454 10.1007/s10530-017-1496-z Kaldre, K., Paaver, T., Hurt, M., & Grandjean, F. (2017). First records of the non-indigenous signal crayfish (Pacifastacus leniusculus) and its threat to noble crayfish (Astacus astacus) populations in Estonia. Biological Invasions, 19(10), 2771-2776. 58.9780853 23.84928511 Low Astacus astacus Aphanomyces astaci 2011 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L119 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2455 10.1016/j.jip.2020.107390 Mojžišová, M., Mrugała, A., Kozubíková-Balcarová, E., Vlach, P., Svobodová, J., Kouba, A., & Petrusek, A. (2020). Crayfish plague in Czechia: Outbreaks from novel sources and testing for chronic infections. Journal of invertebrate pathology, 173, 107390. 50.4291 15.8026 High Astacus astacus Aphanomyces astaci 2014 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L120 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC5851 10.3897/neobiota.89.110085 Satmari, A., Miok, K., Ion, M. C., Zaharia, C., Schrimpf, A., & Pârvulescu, L. (2023).  Headwater refuges: Flow protects Austropotamobius crayfish from Faxonius limosus invasion. NeoBiota, 89, 71-94. 46.6112 22.4035 High Astacus astacus Aphanomyces astaci 2019 Lucian Pârvulescu -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L121 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC5852 10.3897/neobiota.89.110085 Satmari, A., Miok, K., Ion, M. C., Zaharia, C., Schrimpf, A., & Pârvulescu, L. (2023).  Headwater refuges: Flow protects Austropotamobius crayfish from Faxonius limosus invasion. NeoBiota, 89, 71-94. 46.6416 22.2447 High Astacus astacus Aphanomyces astaci 2019 Lucian Pârvulescu -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L122 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC5853 10.3897/neobiota.89.110085 Satmari, A., Miok, K., Ion, M. C., Zaharia, C., Schrimpf, A., & Pârvulescu, L. (2023).  Headwater refuges: Flow protects Austropotamobius crayfish from Faxonius limosus invasion. NeoBiota, 89, 71-94. 45.2288 22.1436 High Astacus astacus Aphanomyces astaci 2019 Lucian Pârvulescu - -http://www.w3.org/ns/prov#wasDerivedFrom http://purl.org/dc/elements/1.1/format WoCID URL Citation X Y Accuracy Crayfish_scientific_name Pathogen_symbiont_present Year_of_observation Contributor -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L123 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1721 https://www.sva.se/media/ofelrebo/rapport-kr%C3%A4ftor-och-%C3%A5l-2018.pdf Anonymous 2018. Year Report Health monitoring, freshwater crayfish and eel. In Swedish. Report. National Veterinary Institute, Sweden. 59.944976 12.344846 High Astacus astacus Aphanomyces astaci 2018 David Strand -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L124 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1736 https://www.vetinst.no/overvaking/krepsepest Strand D, Johnsen SI, Amundsen MM, Mohammad SN, Vrålstad T. 2023. The surveillance programme for Aphanomyces astaci in Norway 2022. Surveillance program report. ISSN 1890-3290 (electronic edition). Norwegian Veterinary Institute 2023, 27 pp. 59.549646 11.323271 High Astacus astacus Aphanomyces astaci 2021 David Strand -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L125 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1737 https://www.vetinst.no/overvaking/krepsepest Strand D, Rusch J, Johnsen SI, Tarpai A, Vrålstad T. 2019. The surveillance programme for Aphanomyces astaci in Norway 2018. Annual Report 2019. ISSN 1894-5678. Norwegian Veterinary Institute, 16 pp. 59.76075 10.933445 High Astacus astacus Aphanomyces astaci 2018 David Strand -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L126 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1738 https://www.vetinst.no/overvaking/krepsepest Strand D, Rusch J, Johnsen SI, Tarpai A, Vrålstad T. 2019. The surveillance programme for Aphanomyces astaci in Norway 2018. Annual Report 2019. ISSN 1894-5678. Norwegian Veterinary Institute, 16 pp. 59.76075 10.933445 High Astacus astacus Aphanomyces astaci 2018 David Strand - -http://www.w3.org/ns/prov#wasDerivedFrom http://purl.org/dc/elements/1.1/format WoCID DOI Citation X Y Accuracy Crayfish_scientific_name Pathogen_symbiont_present Year_of_observation Contributor -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L127 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1741 10.1111/1365-2664.13404 Strand DA, Rusch JC, Johnsen SI, Agersnap S, Larsen W, Knudsen SW, Rask-Møller P, Vrålstad T. 2019. Monitoring of a Norwegian freshwater crayfish tragedy - eDNA snapshots of invasion, infection and extinction. Journal of Applied Ecology 56: 1661-1673 59.619274 11.585128 High Astacus astacus Aphanomyces astaci 2015 David Strand -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L128 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1743 10.1111/1365-2664.13404 Strand DA, Rusch JC, Johnsen SI, Agersnap S, Larsen W, Knudsen SW, Rask-Møller P, Vrålstad T. 2019. Monitoring of a Norwegian freshwater crayfish tragedy - eDNA snapshots of invasion, infection and extinction. Journal of Applied Ecology 56: 1661-1673 59.669828 11.546195 High Astacus astacus Aphanomyces astaci 2015 David Strand -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L129 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1744 10.1111/1365-2664.13404 Strand DA, Rusch JC, Johnsen SI, Agersnap S, Larsen W, Knudsen SW, Rask-Møller P, Vrålstad T. 2019. Monitoring of a Norwegian freshwater crayfish tragedy - eDNA snapshots of invasion, infection and extinction. Journal of Applied Ecology 56: 1661-1673 59.675525 11.530055 High Astacus astacus Aphanomyces astaci 2015 David Strand -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L130 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1746 10.1111/1365-2664.13404 Strand DA, Rusch JC, Johnsen SI, Agersnap S, Larsen W, Knudsen SW, Rask-Møller P, Vrålstad T. 2019. Monitoring of a Norwegian freshwater crayfish tragedy - eDNA snapshots of invasion, infection and extinction. Journal of Applied Ecology 56: 1661-1673 59.722244 11.055167 High Astacus astacus Aphanomyces astaci 2016 David Strand -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L131 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1747 10.1111/1365-2664.13404 Strand DA, Rusch JC, Johnsen SI, Agersnap S, Larsen W, Knudsen SW, Rask-Møller P, Vrålstad T. 2019. Monitoring of a Norwegian freshwater crayfish tragedy - eDNA snapshots of invasion, infection and extinction. Journal of Applied Ecology 56: 1661-1673 60.257848 11.684077 High Astacus astacus Aphanomyces astaci 2015 David Strand - -http://www.w3.org/ns/prov#wasDerivedFrom http://purl.org/dc/elements/1.1/format WoCID URL Citation X Y Accuracy Crayfish_scientific_name Pathogen_symbiont_present Year_of_observation Contributor -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L132 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1754 https://www.vetinst.no/overvaking/krepsepest Unpublished 59.588988 11.398288 High Astacus astacus Aphanomyces astaci 2023 David Strand - -http://www.w3.org/ns/prov#wasDerivedFrom http://purl.org/dc/elements/1.1/format WoCID DOI Citation X Y Accuracy Crayfish_scientific_name Pathogen_symbiont_present Year_of_observation Contributor -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L133 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1757 10.1111/1365-2664.12218 Vrålstad T, Strand DA, Grandjean F, Kvellestad A, Håstein T, Knutsen AK, Taugbøl T, Skaar I, (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology 173: 66-75 59.284532 11.66379 High Astacus astacus Aphanomyces astaci 1989 Trude Vrålstad -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L134 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1758 10.1111/1365-2664.12218 Vrålstad T, Strand DA, Grandjean F, Kvellestad A, Håstein T, Knutsen AK, Taugbøl T, Skaar I, (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology 173: 66-75 59.284532 11.66379 High Astacus astacus Aphanomyces astaci 2005 Trude Vrålstad -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L135 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1759 10.1111/1365-2664.12218 Vrålstad T, Strand DA, Grandjean F, Kvellestad A, Håstein T, Knutsen AK, Taugbøl T, Skaar I, (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology 173: 66-75 59.362246 11.668004 High Astacus astacus Aphanomyces astaci 2005 Trude Vrålstad -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L136 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1760 10.1111/1365-2664.12218 Vrålstad T, Strand DA, Grandjean F, Kvellestad A, Håstein T, Knutsen AK, Taugbøl T, Skaar I, (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology 173: 66-75 59.488005 11.644723 High Astacus astacus Aphanomyces astaci 1990 Trude Vrålstad -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L137 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1761 10.1111/1365-2664.12218 Vrålstad T, Strand DA, Grandjean F, Kvellestad A, Håstein T, Knutsen AK, Taugbøl T, Skaar I, (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology 173: 66-75 59.675525 11.530055 High Astacus astacus Aphanomyces astaci 1993 Trude Vrålstad -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L138 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1763 10.1111/1365-2664.12218 Vrålstad T, Strand DA, Grandjean F, Kvellestad A, Håstein T, Knutsen AK, Taugbøl T, Skaar I, (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology 173: 66-75 59.925218 11.993545 High Astacus astacus Aphanomyces astaci 2010 Trude Vrålstad -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L139 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1764 10.1111/1365-2664.12218 Vrålstad T, Strand DA, Grandjean F, Kvellestad A, Håstein T, Knutsen AK, Taugbøl T, Skaar I, (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology 173: 66-75 59.949965 10.634363 High Astacus astacus Aphanomyces astaci 1998 Trude Vrålstad -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L140 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1767 10.1111/1365-2664.12218 Vrålstad T, Strand DA, Grandjean F, Kvellestad A, Håstein T, Knutsen AK, Taugbøl T, Skaar I, (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology 173: 66-75 59.961996 12.169897 Low Astacus astacus Aphanomyces astaci 1971 Trude Vrålstad -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L141 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1768 10.1111/1365-2664.12218 Vrålstad T, Strand DA, Grandjean F, Kvellestad A, Håstein T, Knutsen AK, Taugbøl T, Skaar I, (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology 173: 66-75 59.961996 12.169897 Low Astacus astacus Aphanomyces astaci 1974 Trude Vrålstad -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L142 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1769 10.1111/1365-2664.12218 Vrålstad T, Strand DA, Grandjean F, Kvellestad A, Håstein T, Knutsen AK, Taugbøl T, Skaar I, (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology 173: 66-75 60.145503 11.460375 High Astacus astacus Aphanomyces astaci 2007 Trude Vrålstad -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L143 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1770 10.1111/1365-2664.12218 Vrålstad T, Strand DA, Grandjean F, Kvellestad A, Håstein T, Knutsen AK, Taugbøl T, Skaar I, (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology 173: 66-75 60.203128 11.89162 High Astacus astacus Aphanomyces astaci 2005 Trude Vrålstad -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L144 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1771 10.1111/1365-2664.12218 Vrålstad T, Strand DA, Grandjean F, Kvellestad A, Håstein T, Knutsen AK, Taugbøl T, Skaar I, (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology 173: 66-75 60.203128 11.89162 High Astacus astacus Aphanomyces astaci 2010 Trude Vrålstad -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L145 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1773 10.1111/1365-2664.12218 Vrålstad T, Strand DA, Grandjean F, Kvellestad A, Håstein T, Knutsen AK, Taugbøl T, Skaar I, (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology 173: 66-75 60.257848 11.684077 High Astacus astacus Aphanomyces astaci 1995 Trude Vrålstad -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L146 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1774 10.1111/1365-2664.12218 Vrålstad T, Strand DA, Grandjean F, Kvellestad A, Håstein T, Knutsen AK, Taugbøl T, Skaar I, (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology 173: 66-75 60.257848 11.684077 High Astacus astacus Aphanomyces astaci 2004 Trude Vrålstad -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L147 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1776 10.1111/1365-2664.12218 Vrålstad T, Strand DA, Grandjean F, Kvellestad A, Håstein T, Knutsen AK, Taugbøl T, Skaar I, (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology 173: 66-75 60.336281 12.022889 High Astacus astacus Aphanomyces astaci 2009 Trude Vrålstad -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L148 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2538 10.3354/dao03275 Caprioli, R., Mrugała, A., Di Domenico, M., Curini, V., Giansante, C., Cammà, C., & Petrusek, A. (2018). Aphanomyces astaci genotypes involved in recent crayfish plague outbreaks in central Italy. Diseases of aquatic organisms, 130(3), 209-219. 41.691 14.294 High Austropotamobius fulcisianus Aphanomyces astaci 2009 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L149 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2539 10.3354/dao03275 Caprioli, R., Mrugała, A., Di Domenico, M., Curini, V., Giansante, C., Cammà, C., & Petrusek, A. (2018). Aphanomyces astaci genotypes involved in recent crayfish plague outbreaks in central Italy. Diseases of aquatic organisms, 130(3), 209-219. 42.584 13.478 High Austropotamobius fulcisianus Aphanomyces astaci 2011 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L150 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2540 10.3354/dao03275 Caprioli, R., Mrugała, A., Di Domenico, M., Curini, V., Giansante, C., Cammà, C., & Petrusek, A. (2018). Aphanomyces astaci genotypes involved in recent crayfish plague outbreaks in central Italy. Diseases of aquatic organisms, 130(3), 209-219. 41.615 14.05 High Austropotamobius fulcisianus Aphanomyces astaci 2011 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L151 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2541 10.3354/dao03275 Caprioli, R., Mrugała, A., Di Domenico, M., Curini, V., Giansante, C., Cammà, C., & Petrusek, A. (2018). Aphanomyces astaci genotypes involved in recent crayfish plague outbreaks in central Italy. Diseases of aquatic organisms, 130(3), 209-219. 41.915 14.323 High Austropotamobius fulcisianus Aphanomyces astaci 2013 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L152 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2542 10.3354/dao03275 Caprioli, R., Mrugała, A., Di Domenico, M., Curini, V., Giansante, C., Cammà, C., & Petrusek, A. (2018). Aphanomyces astaci genotypes involved in recent crayfish plague outbreaks in central Italy. Diseases of aquatic organisms, 130(3), 209-219. 41.901 14.329 High Austropotamobius fulcisianus Aphanomyces astaci 2013 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L153 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2543 10.1016/j.jip.2018.06.002 Minardi, D., Studholme, D. J., van der Giezen, M., Pretto, T., & Oidtmann, B. (2018). New genotyping method for the causative agent of crayfish plague (Aphanomyces astaci) based on whole genome data. Journal of invertebrate pathology, 156, 6-13. 46.37 13.1 High Austropotamobius fulcisianus Aphanomyces astaci 2013 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L154 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2544 10.1016/j.funbio.2013.10.007 Rezinciuc, S., Galindo, J., Montserrat, J., & Diéguez-Uribeondo, J. (2014). AFLP-PCR and RAPD-PCR evidences of the transmission of the pathogen Aphanomyces astaci (Oomycetes) to wild populations of European crayfish from the invasive crayfish species, Procambarus clarkii. Fungal biology, 118(7), 612-620. 36.8673 -4.8751 High Austropotamobius fulcisianus Aphanomyces astaci 2009 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L155 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2545 10.1016/j.funbio.2013.10.007 Rezinciuc, S., Galindo, J., Montserrat, J., & Diéguez-Uribeondo, J. (2014). AFLP-PCR and RAPD-PCR evidences of the transmission of the pathogen Aphanomyces astaci (Oomycetes) to wild populations of European crayfish from the invasive crayfish species, Procambarus clarkii. Fungal biology, 118(7), 612-620. 42.1151 2.3913 High Austropotamobius fulcisianus Aphanomyces astaci 2014 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L156 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2546 10.1016/j.funbio.2013.10.007 Rezinciuc, S., Galindo, J., Montserrat, J., & Diéguez-Uribeondo, J. (2014). AFLP-PCR and RAPD-PCR evidences of the transmission of the pathogen Aphanomyces astaci (Oomycetes) to wild populations of European crayfish from the invasive crayfish species, Procambarus clarkii. Fungal biology, 118(7), 612-620. 42.2433 2.5216 High Austropotamobius fulcisianus Aphanomyces astaci 2013 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L157 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2547 10.1016/j.funbio.2013.10.007 Rezinciuc, S., Galindo, J., Montserrat, J., & Diéguez-Uribeondo, J. (2014). AFLP-PCR and RAPD-PCR evidences of the transmission of the pathogen Aphanomyces astaci (Oomycetes) to wild populations of European crayfish from the invasive crayfish species, Procambarus clarkii. Fungal biology, 118(7), 612-620. 42.2102 2.4224 High Austropotamobius fulcisianus Aphanomyces astaci 2014 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L158 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2548 10.1016/j.funbio.2013.10.007 Rezinciuc, S., Galindo, J., Montserrat, J., & Diéguez-Uribeondo, J. (2014). AFLP-PCR and RAPD-PCR evidences of the transmission of the pathogen Aphanomyces astaci (Oomycetes) to wild populations of European crayfish from the invasive crayfish species, Procambarus clarkii. Fungal biology, 118(7), 612-620. 42.8642 -1.8228 High Austropotamobius fulcisianus Aphanomyces astaci 2014 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L159 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2549 10.1016/j.funbio.2013.10.007 Rezinciuc, S., Galindo, J., Montserrat, J., & Diéguez-Uribeondo, J. (2014). AFLP-PCR and RAPD-PCR evidences of the transmission of the pathogen Aphanomyces astaci (Oomycetes) to wild populations of European crayfish from the invasive crayfish species, Procambarus clarkii. Fungal biology, 118(7), 612-620. 42.8477 -1.7682 High Austropotamobius fulcisianus Aphanomyces astaci 2014 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L160 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2550 10.1016/j.funbio.2013.10.007 Rezinciuc, S., Galindo, J., Montserrat, J., & Diéguez-Uribeondo, J. (2014). AFLP-PCR and RAPD-PCR evidences of the transmission of the pathogen Aphanomyces astaci (Oomycetes) to wild populations of European crayfish from the invasive crayfish species, Procambarus clarkii. Fungal biology, 118(7), 612-620. 42.8263 -1.7508 High Austropotamobius fulcisianus Aphanomyces astaci 2014 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L161 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2551 10.1371/journal.pone.0219223 Martín-Torrijos, L., Kokko, H., Makkonen, J., Jussila, J., & Diéguez-Uribeondo, J. (2019). Mapping 15 years of crayfish plague in the Iberian Peninsula: The impact of two invasive species on the endangered native crayfish. PloS one, 14(8), e0219223. 42.03 2.66 High Austropotamobius fulcisianus Aphanomyces astaci 2014 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L162 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2552 10.1371/journal.pone.0219223 Martín-Torrijos, L., Kokko, H., Makkonen, J., Jussila, J., & Diéguez-Uribeondo, J. (2019). Mapping 15 years of crayfish plague in the Iberian Peninsula: The impact of two invasive species on the endangered native crayfish. PloS one, 14(8), e0219223. 42.01 -4.54 High Austropotamobius fulcisianus Aphanomyces astaci 2008 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L163 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2553 10.1371/journal.pone.0219223 Martín-Torrijos, L., Kokko, H., Makkonen, J., Jussila, J., & Diéguez-Uribeondo, J. (2019). Mapping 15 years of crayfish plague in the Iberian Peninsula: The impact of two invasive species on the endangered native crayfish. PloS one, 14(8), e0219223. 40.08 -2.14 High Austropotamobius fulcisianus Aphanomyces astaci 2009 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L164 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2554 10.1371/journal.pone.0219223 Martín-Torrijos, L., Kokko, H., Makkonen, J., Jussila, J., & Diéguez-Uribeondo, J. (2019). Mapping 15 years of crayfish plague in the Iberian Peninsula: The impact of two invasive species on the endangered native crayfish. PloS one, 14(8), e0219223. 42.3 2.98 High Austropotamobius fulcisianus Aphanomyces astaci 2005 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L165 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2556 10.1371/journal.pone.0219223 Martín-Torrijos, L., Kokko, H., Makkonen, J., Jussila, J., & Diéguez-Uribeondo, J. (2019). Mapping 15 years of crayfish plague in the Iberian Peninsula: The impact of two invasive species on the endangered native crayfish. PloS one, 14(8), e0219223. 40.63 -3.19 High Austropotamobius fulcisianus Aphanomyces astaci 2004 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L166 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2557 10.1371/journal.pone.0219223 Martín-Torrijos, L., Kokko, H., Makkonen, J., Jussila, J., & Diéguez-Uribeondo, J. (2019). Mapping 15 years of crayfish plague in the Iberian Peninsula: The impact of two invasive species on the endangered native crayfish. PloS one, 14(8), e0219223. 41.62 0.6399999999 High Austropotamobius fulcisianus Aphanomyces astaci 2009 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L167 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2558 10.1371/journal.pone.0219223 Martín-Torrijos, L., Kokko, H., Makkonen, J., Jussila, J., & Diéguez-Uribeondo, J. (2019). Mapping 15 years of crayfish plague in the Iberian Peninsula: The impact of two invasive species on the endangered native crayfish. PloS one, 14(8), e0219223. 42.78 -1.58 High Austropotamobius fulcisianus Aphanomyces astaci 2006 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L168 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2559 10.1371/journal.pone.0219223 Martín-Torrijos, L., Kokko, H., Makkonen, J., Jussila, J., & Diéguez-Uribeondo, J. (2019). Mapping 15 years of crayfish plague in the Iberian Peninsula: The impact of two invasive species on the endangered native crayfish. PloS one, 14(8), e0219223. 37.78 -3.81 High Austropotamobius fulcisianus Aphanomyces astaci 2011 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L169 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2560 10.1371/journal.pone.0219223 Martín-Torrijos, L., Kokko, H., Makkonen, J., Jussila, J., & Diéguez-Uribeondo, J. (2019). Mapping 15 years of crayfish plague in the Iberian Peninsula: The impact of two invasive species on the endangered native crayfish. PloS one, 14(8), e0219223. 41.41 2.1 High Austropotamobius fulcisianus Aphanomyces astaci 2011 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L170 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2561 10.1371/journal.pone.0219223 Martín-Torrijos, L., Kokko, H., Makkonen, J., Jussila, J., & Diéguez-Uribeondo, J. (2019). Mapping 15 years of crayfish plague in the Iberian Peninsula: The impact of two invasive species on the endangered native crayfish. PloS one, 14(8), e0219223. 43 -4.49 High Austropotamobius fulcisianus Aphanomyces astaci 2008 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L171 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2562 10.1371/journal.pone.0219223 Martín-Torrijos, L., Kokko, H., Makkonen, J., Jussila, J., & Diéguez-Uribeondo, J. (2019). Mapping 15 years of crayfish plague in the Iberian Peninsula: The impact of two invasive species on the endangered native crayfish. PloS one, 14(8), e0219223. 43.45 -5.69 High Austropotamobius fulcisianus Aphanomyces astaci 2015 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L172 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2563 10.1371/journal.pone.0219223 Martín-Torrijos, L., Kokko, H., Makkonen, J., Jussila, J., & Diéguez-Uribeondo, J. (2019). Mapping 15 years of crayfish plague in the Iberian Peninsula: The impact of two invasive species on the endangered native crayfish. PloS one, 14(8), e0219223. 41.99 2.82 High Austropotamobius fulcisianus Aphanomyces astaci 2014 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L173 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2564 10.1371/journal.pone.0219223 Martín-Torrijos, L., Kokko, H., Makkonen, J., Jussila, J., & Diéguez-Uribeondo, J. (2019). Mapping 15 years of crayfish plague in the Iberian Peninsula: The impact of two invasive species on the endangered native crayfish. PloS one, 14(8), e0219223. 42.72 -1.95 High Austropotamobius fulcisianus Aphanomyces astaci 2015 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L174 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2565 10.1371/journal.pone.0219223 Martín-Torrijos, L., Kokko, H., Makkonen, J., Jussila, J., & Diéguez-Uribeondo, J. (2019). Mapping 15 years of crayfish plague in the Iberian Peninsula: The impact of two invasive species on the endangered native crayfish. PloS one, 14(8), e0219223. 40.34 -1.11 High Austropotamobius fulcisianus Aphanomyces astaci 2017 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L175 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2566 10.1371/journal.pone.0219223 Martín-Torrijos, L., Kokko, H., Makkonen, J., Jussila, J., & Diéguez-Uribeondo, J. (2019). Mapping 15 years of crayfish plague in the Iberian Peninsula: The impact of two invasive species on the endangered native crayfish. PloS one, 14(8), e0219223. 40.08 -0.1599999998 High Austropotamobius fulcisianus Aphanomyces astaci 2017 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L176 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2567 10.1016/j.vetmic.2014.02.020 Grandjean, F., Vrålstad, T., Dieguez-Uribeondo, J., Jelić, M., Mangombi, J., Delaunay, C., ... & Petrusek, A. (2014). Microsatellite markers for direct genotyping of the crayfish plague pathogen Aphanomyces astaci (Oomycetes) from infected host tissues. Veterinary Microbiology, 170(3-4), 317-324. 42.3 2.98 Low Austropotamobius fulcisianus Aphanomyces astaci 2012 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L177 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2568 10.1016/j.vetmic.2014.02.020 Grandjean, F., Vrålstad, T., Dieguez-Uribeondo, J., Jelić, M., Mangombi, J., Delaunay, C., ... & Petrusek, A. (2014). Microsatellite markers for direct genotyping of the crayfish plague pathogen Aphanomyces astaci (Oomycetes) from infected host tissues. Veterinary Microbiology, 170(3-4), 317-324. 43 -4.49 Low Austropotamobius fulcisianus Aphanomyces astaci 2007 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L178 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2530 10.1371/journal.pone.0070157 Filipova, L., Petrusek, A., Matasova, K., Delaunay, C., & Grandjean, F. (2013). Prevalence of the crayfish plague pathogen Aphanomyces astaci in populations of the signal crayfish Pacifastacus leniusculus in France: evaluating the threat to native crayfish. PLoS One, 8(7), e70157. 44.55 4.87 Low Austropotamobius pallipes Aphanomyces astaci 2008 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L179 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2531 10.1371/journal.pone.0070157 Filipova, L., Petrusek, A., Matasova, K., Delaunay, C., & Grandjean, F. (2013). Prevalence of the crayfish plague pathogen Aphanomyces astaci in populations of the signal crayfish Pacifastacus leniusculus in France: evaluating the threat to native crayfish. PLoS One, 8(7), e70157. 46 0.8500000002 Low Austropotamobius pallipes Aphanomyces astaci 2001 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L180 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2532 10.1016/j.vetmic.2014.02.020 Grandjean, F., Vrålstad, T., Dieguez-Uribeondo, J., Jelić, M., Mangombi, J., Delaunay, C., ... & Petrusek, A. (2014). Microsatellite markers for direct genotyping of the crayfish plague pathogen Aphanomyces astaci (Oomycetes) from infected host tissues. Veterinary Microbiology, 170(3-4), 317-324. 46.62 -4.00E-02 Low Austropotamobius pallipes Aphanomyces astaci 2009 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L181 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2533 10.1051/kmae/2015037 Collas, M., Becking, T., Delpy, M., Pflieger, M., Bohn, P., Reynolds, J., & Grandjean, F. (2016). Monitoring of white-clawed crayfish (Austropotamobius pallipes) population during a crayfish plague outbreak followed by rescue. Knowledge and management of aquatic ecosystems, (417), 1. 47.426 7.264 High Austropotamobius pallipes Aphanomyces astaci 2014 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L182 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2534 10.3391/ai.2017.12.4.10 Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 48.238 -6.97E-02 Low Austropotamobius pallipes Aphanomyces astaci 2014 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L183 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2535 10.3391/ai.2017.12.4.10 Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 45.585 4.127 Low Austropotamobius pallipes Aphanomyces astaci 2014 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L184 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2536 10.3391/ai.2017.12.4.10 Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 44.982 4.616 Low Austropotamobius pallipes Aphanomyces astaci 2014 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L185 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2537 10.3391/ai.2017.12.4.10 Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 45.888 5.428 Low Austropotamobius pallipes Aphanomyces astaci 2015 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L186 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2555 10.1371/journal.pone.0219223 Martín-Torrijos, L., Kokko, H., Makkonen, J., Jussila, J., & Diéguez-Uribeondo, J. (2019). Mapping 15 years of crayfish plague in the Iberian Peninsula: The impact of two invasive species on the endangered native crayfish. PloS one, 14(8), e0219223. 42.93 2.57 High Austropotamobius pallipes Aphanomyces astaci 2005 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L187 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2569 10.1017/S0031182019000283 Minardi, D., Studholme, D. J., Oidtmann, B., Pretto, T., & Van Der Giezen, M. (2019). Improved method for genotyping the causative agent of crayfish plague (Aphanomyces astaci) based on mitochondrial DNA. Parasitology, 146(8), 1022-1029. 50.82 -2 Low Austropotamobius pallipes Aphanomyces astaci 2014 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L188 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2570 10.1017/S0031182019000283 Minardi, D., Studholme, D. J., Oidtmann, B., Pretto, T., & Van Der Giezen, M. (2019). Improved method for genotyping the causative agent of crayfish plague (Aphanomyces astaci) based on mitochondrial DNA. Parasitology, 146(8), 1022-1029. 53.361004 -1.5441 Low Austropotamobius pallipes Aphanomyces astaci 2014 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L189 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2571 10.1017/S0031182019000283 Minardi, D., Studholme, D. J., Oidtmann, B., Pretto, T., & Van Der Giezen, M. (2019). Improved method for genotyping the causative agent of crayfish plague (Aphanomyces astaci) based on mitochondrial DNA. Parasitology, 146(8), 1022-1029. 52.530297 0.6990687502 Low Austropotamobius pallipes Aphanomyces astaci 2010 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L190 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5080 10.1051/kmae/2015037 Collas, M., Becking, T., Delpy, M., Pflieger, M., Bohn, P., Reynolds, J., & Grandjean, F. (2016). Monitoring of white-clawed crayfish (Austropotamobius pallipes) population during a crayfish plague outbreak followed by rescue. Knowledge and management of aquatic ecosystems, (417), 1. 47.42611111 7.26416667 High Austropotamobius pallipes Aphanomyces astaci 2016 Frédéric Grandjean - -http://www.w3.org/ns/prov#wasDerivedFrom http://purl.org/dc/elements/1.1/format WoCID URL Citation X Y Accuracy Crayfish_scientific_name Pathogen_symbiont_present Year_of_observation Contributor -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L191 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1782 https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20Programme%202020-2021.pdf Swords, F.; Griffin, B.; White, S.; Cheslett, D.; Geary, M.; Brenan, A.; Coakley, C.; Nelson, B. The National Crayfish Plague Surveillance Program, Ireland—2020–2021; Marine Institute: Galway, Ireland; p. 38. 52.3938 -8.6439 High Austropotamobius pallipes Aphanomyces astaci 2021 Bogna Griffin -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L192 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1783 https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20Programme%202020-2021.pdf Swords, F.; Griffin, B.; White, S.; Cheslett, D.; Geary, M.; Brenan, A.; Coakley, C.; Nelson, B. The National Crayfish Plague Surveillance Program, Ireland—2020–2021; Marine Institute: Galway, Ireland; p. 38. 52.39724 -8.66161 High Austropotamobius pallipes Aphanomyces astaci 2021 Bogna Griffin -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L193 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1784 https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20Programme%202020-2021.pdf Swords, F.; Griffin, B.; White, S.; Cheslett, D.; Geary, M.; Brenan, A.; Coakley, C.; Nelson, B. The National Crayfish Plague Surveillance Program, Ireland—2020–2021; Marine Institute: Galway, Ireland; p. 38. 52.401 -8.575 High Austropotamobius pallipes Aphanomyces astaci 2021 Bogna Griffin -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L194 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1785 https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20Programme%202020-2021.pdf Swords, F.; Griffin, B.; White, S.; Cheslett, D.; Geary, M.; Brenan, A.; Coakley, C.; Nelson, B. The National Crayfish Plague Surveillance Program, Ireland—2020–2021; Marine Institute: Galway, Ireland; p. 38. 52.40174 -8.57543 High Austropotamobius pallipes Aphanomyces astaci 2021 Bogna Griffin -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L195 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1786 https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20Programme%202020-2021.pdf Swords, F.; Griffin, B.; White, S.; Cheslett, D.; Geary, M.; Brenan, A.; Coakley, C.; Nelson, B. The National Crayfish Plague Surveillance Program, Ireland—2020–2021; Marine Institute: Galway, Ireland; p. 38. 52.40913 -8.43936 High Austropotamobius pallipes Aphanomyces astaci 2021 Bogna Griffin -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L196 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1787 https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20Programme%202020-2021.pdf Swords, F.; Griffin, B.; White, S.; Cheslett, D.; Geary, M.; Brenan, A.; Coakley, C.; Nelson, B. The National Crayfish Plague Surveillance Program, Ireland—2020–2021; Marine Institute: Galway, Ireland; p. 38. 52.42356 -8.66107 High Austropotamobius pallipes Aphanomyces astaci 2021 Bogna Griffin -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L197 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1794 https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20Programme%202020-2021.pdf Swords, F.; Griffin, B.; White, S.; Cheslett, D.; Geary, M.; Brenan, A.; Coakley, C.; Nelson, B. The National Crayfish Plague Surveillance Program, Ireland—2020–2021; Marine Institute: Galway, Ireland; p. 38. 52.51892 -8.7183 High Austropotamobius pallipes Aphanomyces astaci 2021 Bogna Griffin -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L198 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1801 https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20Programme%202020-2021.pdf Swords, F.; Griffin, B.; White, S.; Cheslett, D.; Geary, M.; Brenan, A.; Coakley, C.; Nelson, B. The National Crayfish Plague Surveillance Program, Ireland—2020–2021; Marine Institute: Galway, Ireland; p. 38. 52.5687 -8.7839 High Austropotamobius pallipes Aphanomyces astaci 2021 Bogna Griffin -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L199 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1830 https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20Programme%202020-2021.pdf Swords, F.; Griffin, B.; White, S.; Cheslett, D.; Geary, M.; Brenan, A.; Coakley, C.; Nelson, B. The National Crayfish Plague Surveillance Program, Ireland—2020–2021; Marine Institute: Galway, Ireland; p. 38. 53.37373 -7.78011 High Austropotamobius pallipes Aphanomyces astaci 2020 Bogna Griffin -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L200 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1856 https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20Programme%202020-2021.pdf Swords, F.; Griffin, B.; White, S.; Cheslett, D.; Geary, M.; Brenan, A.; Coakley, C.; Nelson, B. The National Crayfish Plague Surveillance Program, Ireland—2020–2021; Marine Institute: Galway, Ireland; p. 38. 53.93793 -9.1034 High Austropotamobius pallipes Aphanomyces astaci 2021 Bogna Griffin -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L201 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1857 https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20Programme%202020-2021.pdf Swords, F.; Griffin, B.; White, S.; Cheslett, D.; Geary, M.; Brenan, A.; Coakley, C.; Nelson, B. The National Crayfish Plague Surveillance Program, Ireland—2020–2021; Marine Institute: Galway, Ireland; p. 38. 53.96741 -8.93039 High Austropotamobius pallipes Aphanomyces astaci 2021 Bogna Griffin -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L202 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1858 https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20Programme%202020-2021.pdf Swords, F.; Griffin, B.; White, S.; Cheslett, D.; Geary, M.; Brenan, A.; Coakley, C.; Nelson, B. The National Crayfish Plague Surveillance Program, Ireland—2020–2021; Marine Institute: Galway, Ireland; p. 38. 53.97244 -8.30143 High Austropotamobius pallipes Aphanomyces astaci 2021 Bogna Griffin -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L203 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1859 https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20Programme%202020-2021.pdf Swords, F.; Griffin, B.; White, S.; Cheslett, D.; Geary, M.; Brenan, A.; Coakley, C.; Nelson, B. The National Crayfish Plague Surveillance Program, Ireland—2020–2021; Marine Institute: Galway, Ireland; p. 38. 53.98731 -8.48662 High Austropotamobius pallipes Aphanomyces astaci 2021 Bogna Griffin -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L204 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1860 https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20Programme%202020-2021.pdf Swords, F.; Griffin, B.; White, S.; Cheslett, D.; Geary, M.; Brenan, A.; Coakley, C.; Nelson, B. The National Crayfish Plague Surveillance Program, Ireland—2020–2021; Marine Institute: Galway, Ireland; p. 38. 53.99971 -8.50383 High Austropotamobius pallipes Aphanomyces astaci 2021 Bogna Griffin -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L205 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1862 https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20Programme%202020-2021.pdf Swords, F.; Griffin, B.; White, S.; Cheslett, D.; Geary, M.; Brenan, A.; Coakley, C.; Nelson, B. The National Crayfish Plague Surveillance Program, Ireland—2020–2021; Marine Institute: Galway, Ireland; p. 38. 54.01165 -8.49266 High Austropotamobius pallipes Aphanomyces astaci 2021 Bogna Griffin -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L206 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1863 https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20Programme%202020-2021.pdf Swords, F.; Griffin, B.; White, S.; Cheslett, D.; Geary, M.; Brenan, A.; Coakley, C.; Nelson, B. The National Crayfish Plague Surveillance Program, Ireland—2020–2021; Marine Institute: Galway, Ireland; p. 38. 54.03657 -8.81681 High Austropotamobius pallipes Aphanomyces astaci 2021 Bogna Griffin -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L207 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1887 https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20program%202018_2019%20-%20Final.pdf White, S.; Griffin, B.; Swords, F.; O’Toole, C.; Morrissey, T.; Cheslett, D.; Geary, M.; Brenan, A.; Viljamaa-Dirks, S.; Panteleit, J.; et al. The National Crayfish Plague Surveillance Program, Ireland—2018–2019; Marine Institute: Galway, Ireland, 2020; p. 32 52.3744 -7.92713 High Austropotamobius pallipes Aphanomyces astaci 2018 Bogna Griffin -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L208 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1890 https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20program%202018_2019%20-%20Final.pdf White, S.; Griffin, B.; Swords, F.; O’Toole, C.; Morrissey, T.; Cheslett, D.; Geary, M.; Brenan, A.; Viljamaa-Dirks, S.; Panteleit, J.; et al. The National Crayfish Plague Surveillance Program, Ireland—2018–2019; Marine Institute: Galway, Ireland, 2020; p. 32 52.49639 -8.69598 High Austropotamobius pallipes Aphanomyces astaci 2019 Bogna Griffin -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L209 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1891 https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20program%202018_2019%20-%20Final.pdf White, S.; Griffin, B.; Swords, F.; O’Toole, C.; Morrissey, T.; Cheslett, D.; Geary, M.; Brenan, A.; Viljamaa-Dirks, S.; Panteleit, J.; et al. The National Crayfish Plague Surveillance Program, Ireland—2018–2019; Marine Institute: Galway, Ireland, 2020; p. 32 52.52044 -8.718864 High Austropotamobius pallipes Aphanomyces astaci 2019 Bogna Griffin -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L210 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1893 https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20program%202018_2019%20-%20Final.pdf White, S.; Griffin, B.; Swords, F.; O’Toole, C.; Morrissey, T.; Cheslett, D.; Geary, M.; Brenan, A.; Viljamaa-Dirks, S.; Panteleit, J.; et al. The National Crayfish Plague Surveillance Program, Ireland—2018–2019; Marine Institute: Galway, Ireland, 2020; p. 32 52.544312 -8.768689 High Austropotamobius pallipes Aphanomyces astaci 2019 Bogna Griffin -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L211 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1894 https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20program%202018_2019%20-%20Final.pdf White, S.; Griffin, B.; Swords, F.; O’Toole, C.; Morrissey, T.; Cheslett, D.; Geary, M.; Brenan, A.; Viljamaa-Dirks, S.; Panteleit, J.; et al. The National Crayfish Plague Surveillance Program, Ireland—2018–2019; Marine Institute: Galway, Ireland, 2020; p. 32 52.568764 -8.784244 High Austropotamobius pallipes Aphanomyces astaci 2019 Bogna Griffin -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L212 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1895 https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20program%202018_2019%20-%20Final.pdf White, S.; Griffin, B.; Swords, F.; O’Toole, C.; Morrissey, T.; Cheslett, D.; Geary, M.; Brenan, A.; Viljamaa-Dirks, S.; Panteleit, J.; et al. The National Crayfish Plague Surveillance Program, Ireland—2018–2019; Marine Institute: Galway, Ireland, 2020; p. 32 52.63815 -7.200898 High Austropotamobius pallipes Aphanomyces astaci 2019 Bogna Griffin -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L213 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1902 https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20program%202018_2019%20-%20Final.pdf White, S.; Griffin, B.; Swords, F.; O’Toole, C.; Morrissey, T.; Cheslett, D.; Geary, M.; Brenan, A.; Viljamaa-Dirks, S.; Panteleit, J.; et al. The National Crayfish Plague Surveillance Program, Ireland—2018–2019; Marine Institute: Galway, Ireland, 2020; p. 32 53.13783 -7.06406 High Austropotamobius pallipes Aphanomyces astaci 2018 Bogna Griffin -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L214 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1906 https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20program%202018_2019%20-%20Final.pdf White, S.; Griffin, B.; Swords, F.; O’Toole, C.; Morrissey, T.; Cheslett, D.; Geary, M.; Brenan, A.; Viljamaa-Dirks, S.; Panteleit, J.; et al. The National Crayfish Plague Surveillance Program, Ireland—2018–2019; Marine Institute: Galway, Ireland, 2020; p. 32 53.2205 -6.9929 High Austropotamobius pallipes Aphanomyces astaci 2019 Bogna Griffin -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L215 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1915 https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20program%202018_2019%20-%20Final.pdf White, S.; Griffin, B.; Swords, F.; O’Toole, C.; Morrissey, T.; Cheslett, D.; Geary, M.; Brenan, A.; Viljamaa-Dirks, S.; Panteleit, J.; et al. The National Crayfish Plague Surveillance Program, Ireland—2018–2019; Marine Institute: Galway, Ireland, 2020; p. 32 53.34584 -8.94251 High Austropotamobius pallipes Aphanomyces astaci 2018 Bogna Griffin -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L216 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1919 https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20program%202018_2019%20-%20Final.pdf White, S.; Griffin, B.; Swords, F.; O’Toole, C.; Morrissey, T.; Cheslett, D.; Geary, M.; Brenan, A.; Viljamaa-Dirks, S.; Panteleit, J.; et al. The National Crayfish Plague Surveillance Program, Ireland—2018–2019; Marine Institute: Galway, Ireland, 2020; p. 32 53.37373 -7.78011 High Austropotamobius pallipes Aphanomyces astaci 2020 Bogna Griffin -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L217 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1921 https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20program%202018_2019%20-%20Final.pdf White, S.; Griffin, B.; Swords, F.; O’Toole, C.; Morrissey, T.; Cheslett, D.; Geary, M.; Brenan, A.; Viljamaa-Dirks, S.; Panteleit, J.; et al. The National Crayfish Plague Surveillance Program, Ireland—2018–2019; Marine Institute: Galway, Ireland, 2020; p. 32 53.418736 -7.898381 High Austropotamobius pallipes Aphanomyces astaci 2018 Bogna Griffin -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L218 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1924 https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20program%202018_2019%20-%20Final.pdf White, S.; Griffin, B.; Swords, F.; O’Toole, C.; Morrissey, T.; Cheslett, D.; Geary, M.; Brenan, A.; Viljamaa-Dirks, S.; Panteleit, J.; et al. The National Crayfish Plague Surveillance Program, Ireland—2018–2019; Marine Institute: Galway, Ireland, 2020; p. 32 53.526591 -8.284556 High Austropotamobius pallipes Aphanomyces astaci 2018 Bogna Griffin -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L219 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1937 https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20program%202018_2019%20-%20Final.pdf White, S.; Griffin, B.; Swords, F.; O’Toole, C.; Morrissey, T.; Cheslett, D.; Geary, M.; Brenan, A.; Viljamaa-Dirks, S.; Panteleit, J.; et al. The National Crayfish Plague Surveillance Program, Ireland—2018–2019; Marine Institute: Galway, Ireland, 2020; p. 32 54.058216 -8.194808 High Austropotamobius pallipes Aphanomyces astaci 2019 Bogna Griffin -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L220 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1950 https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20program%202018_2019%20-%20Final.pdf White, S.; Griffin, B.; Swords, F.; O’Toole, C.; Morrissey, T.; Cheslett, D.; Geary, M.; Brenan, A.; Viljamaa-Dirks, S.; Panteleit, J.; et al. The National Crayfish Plague Surveillance Program, Ireland—2018–2019; Marine Institute: Galway, Ireland, 2020; p. 32 54.40789 -7.28658 High Austropotamobius pallipes Aphanomyces astaci 2018 Bogna Griffin -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L221 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1951 https://www.fisheriesireland.ie/news/press-releases/investigation-underway-into-cause-of-crayfish-plague-on-river-bruskey-near Fisheries Ireland. (2024, March 9). Investigation underway into cause of crayfish plague on River Bruskey near [Press release] 53.8746 -7.40895 High Austropotamobius pallipes Aphanomyces astaci 2015 Daniel J. Brady - -http://www.w3.org/ns/prov#wasDerivedFrom http://purl.org/dc/elements/1.1/format WoCID DOI Citation X Y Accuracy Crayfish_scientific_name Pathogen_symbiont_present Year_of_observation Contributor -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L222 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI2008 10.1051/kmae/2022011 Mirimin, L., Brady, D., Gammell, M., Lally, H., Minto, C., Graham, C. T., ... & Nelson, B. (2022). Investigation of the first recent crayfish plague outbreak in Ireland and its subsequent spread in the Bruskey River and surrounding areas. Knowledge & Management of Aquatic Ecosystems, (423), 13. 53.81237 -7.47556 High Austropotamobius pallipes Aphanomyces astaci 2016 Daniel J. Brady -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L223 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI2011 10.1051/kmae/2022011 Mirimin, L., Brady, D., Gammell, M., Lally, H., Minto, C., Graham, C. T., ... & Nelson, B. (2022). Investigation of the first recent crayfish plague outbreak in Ireland and its subsequent spread in the Bruskey River and surrounding areas. Knowledge & Management of Aquatic Ecosystems, (423), 13. 53.85715 -7.56243 High Austropotamobius pallipes Aphanomyces astaci 2016 Daniel J. Brady -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L224 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI2014 10.1051/kmae/2022011 Mirimin, L., Brady, D., Gammell, M., Lally, H., Minto, C., Graham, C. T., ... & Nelson, B. (2022). Investigation of the first recent crayfish plague outbreak in Ireland and its subsequent spread in the Bruskey River and surrounding areas. Knowledge & Management of Aquatic Ecosystems, (423), 13. 53.89718 -7.34049 High Austropotamobius pallipes Aphanomyces astaci 2016 Daniel J. Brady -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L225 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI2016 10.1051/kmae/2022011 Mirimin, L., Brady, D., Gammell, M., Lally, H., Minto, C., Graham, C. T., ... & Nelson, B. (2022). Investigation of the first recent crayfish plague outbreak in Ireland and its subsequent spread in the Bruskey River and surrounding areas. Knowledge & Management of Aquatic Ecosystems, (423), 13. 53.9101 -7.48393 High Austropotamobius pallipes Aphanomyces astaci 2016 Daniel J. Brady -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L226 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI2017 10.1051/kmae/2022011 Mirimin, L., Brady, D., Gammell, M., Lally, H., Minto, C., Graham, C. T., ... & Nelson, B. (2022). Investigation of the first recent crayfish plague outbreak in Ireland and its subsequent spread in the Bruskey River and surrounding areas. Knowledge & Management of Aquatic Ecosystems, (423), 13. 53.92282 -7.36651 High Austropotamobius pallipes Aphanomyces astaci 2016 Daniel J. Brady -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L227 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI2019 10.1051/kmae/2022011 Mirimin, L., Brady, D., Gammell, M., Lally, H., Minto, C., Graham, C. T., ... & Nelson, B. (2022). Investigation of the first recent crayfish plague outbreak in Ireland and its subsequent spread in the Bruskey River and surrounding areas. Knowledge & Management of Aquatic Ecosystems, (423), 13. 54.05228 -7.07193 High Austropotamobius pallipes Aphanomyces astaci 2016 Daniel J. Brady - -http://www.w3.org/ns/prov#wasDerivedFrom http://purl.org/dc/elements/1.1/format WoCID URL Citation X Y Accuracy Crayfish_scientific_name Pathogen_symbiont_present Year_of_observation Contributor -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L228 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI2020 https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20program%202018_2019%20-%20Final.pdf White, S.; Griffin, B.; Swords, F.; O’Toole, C.; Morrissey, T.; Cheslett, D.; Geary, M.; Brenan, A.; Viljamaa-Dirks, S.; Panteleit, J.; et al. The National Crayfish Plague Surveillance Program, Ireland—2018–2019; Marine Institute: Galway, Ireland, 2020; p. 32 52.349366 -7.44372 High Austropotamobius pallipes Aphanomyces astaci 2017 Daniel J. Brady -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L229 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI2021 https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20program%202018_2019%20-%20Final.pdf White, S.; Griffin, B.; Swords, F.; O’Toole, C.; Morrissey, T.; Cheslett, D.; Geary, M.; Brenan, A.; Viljamaa-Dirks, S.; Panteleit, J.; et al. The National Crayfish Plague Surveillance Program, Ireland—2018–2019; Marine Institute: Galway, Ireland, 2020; p. 32 52.521667 -8.94427 High Austropotamobius pallipes Aphanomyces astaci 2017 Daniel J. Brady -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L230 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI2022 https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20program%202018_2019%20-%20Final.pdf White, S.; Griffin, B.; Swords, F.; O’Toole, C.; Morrissey, T.; Cheslett, D.; Geary, M.; Brenan, A.; Viljamaa-Dirks, S.; Panteleit, J.; et al. The National Crayfish Plague Surveillance Program, Ireland—2018–2019; Marine Institute: Galway, Ireland, 2020; p. 32 52.69999 -6.98059 High Austropotamobius pallipes Aphanomyces astaci 2017 Daniel J. Brady -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L231 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI2023 https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20program%202018_2019%20-%20Final.pdf White, S.; Griffin, B.; Swords, F.; O’Toole, C.; Morrissey, T.; Cheslett, D.; Geary, M.; Brenan, A.; Viljamaa-Dirks, S.; Panteleit, J.; et al. The National Crayfish Plague Surveillance Program, Ireland—2018–2019; Marine Institute: Galway, Ireland, 2020; p. 32 53.091301 -8.12434 High Austropotamobius pallipes Aphanomyces astaci 2017 Daniel J. Brady - -http://www.w3.org/ns/prov#wasDerivedFrom http://purl.org/dc/elements/1.1/format WoCID DOI Citation X Y Accuracy Crayfish_scientific_name Pathogen_symbiont_present Year_of_observation Contributor -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L232 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3501 10.1016/S0044-8486(97)00153-1 Lilley, J. H., Cerenius, L., & Söderhäll, K. (1997). RAPD evidence for the origin of crayfish plague outbreaks in Britain. Aquaculture, 157(3-4), 181-185. 52.21513889 -2.99319444 Low Austropotamobius pallipes Aphanomyces astaci 1990 Hossein Masigol -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L233 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3503 10.1016/j.biocon.2018.04.009 Robinson, C. V., Webster, T. M. U., Cable, J., James, J., & Consuegra, S. (2018). Simultaneous detection of invasive signal crayfish, endangered white-clawed crayfish and the crayfish plague pathogen using environmental DNA. Biological Conservation, 222, 241-252. 52.05397222 -3.17638889 Low Austropotamobius pallipes Aphanomyces astaci 2015 Hossein Masigol -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L234 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA4069 10.1017/S0031182018000227 Makkonen, J., Jussila, J., Panteleit, J., Keller, N. S., Schrimpf, A., Theissinger, K., ... & Kokko, H. (2018). MtDNA allows the sensitive detection and haplotyping of the crayfish plague disease agent Aphanomyces astaci showing clues about its origin and 47.74 14.16 Low Austropotamobius torrentium Aphanomyces astaci 2013 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L235 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA4070 10.1017/S0031182018000227 Makkonen, J., Jussila, J., Panteleit, J., Keller, N. S., Schrimpf, A., Theissinger, K., ... & Kokko, H. (2018). MtDNA allows the sensitive detection and haplotyping of the crayfish plague disease agent Aphanomyces astaci showing clues about its origin and 47.97 14.33 Low Austropotamobius torrentium Aphanomyces astaci 2014 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L236 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA4071 10.3354/dao02955 Maguire, I., Jelic, M., Klobučar, G., Delpy, M., Delaunay, C. and Grandjean, F. 2016. Prevalence of the pathogen Aphanomyces astaci in freshwater crayfish populations in Croatia. Diseases of Aquatic Organisms. 118(1), 45-53(1), 45-53. 45.866 15.9473 High Austropotamobius torrentium Aphanomyces astaci 2012 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L237 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA4072 10.1016/j.vetmic.2014.02.020 Grandjean, F., Vrålstad, T., Dieguez-Uribeondo, J., Jelić, M., Mangombi, J., Delaunay, C., ... & Petrusek, A. (2014). Microsatellite markers for direct genotyping of the crayfish plague pathogen Aphanomyces astaci (Oomycetes) from infected host tissues. Veterinary Microbiology, 170(3-4), 317-324. 50.177 14.253 High Austropotamobius torrentium Aphanomyces astaci 2009 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L238 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA4073 10.1016/j.aquaculture.2007.11.015 Kozubíková, E., Petrusek, A., Ďuriš, Z., Martín, M. P., Diéguez-Uribeondo, J., & Oidtmann, B. (2008). The old menace is back: recent crayfish plague outbreaks in the Czech Republic. Aquaculture, 274(2-4), 208-217. 49.965 13.82 High Austropotamobius torrentium Aphanomyces astaci 2005 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L239 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA4074 10.1016/j.jip.2020.107390 Mojžišová, M., Mrugała, A., Kozubíková-Balcarová, E., Vlach, P., Svobodová, J., Kouba, A., & Petrusek, A. (2020). Crayfish plague in Czechia: Outbreaks from novel sources and testing for chronic infections. Journal of invertebrate pathology, 173, 107390. 49.999 14.318 High Austropotamobius torrentium Aphanomyces astaci 2017 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L240 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA4075 10.1016/j.jip.2020.107390 Mojžišová, M., Mrugała, A., Kozubíková-Balcarová, E., Vlach, P., Svobodová, J., Kouba, A., & Petrusek, A. (2020). Crayfish plague in Czechia: Outbreaks from novel sources and testing for chronic infections. Journal of invertebrate pathology, 173, 107390. 49.897 13.89 High Austropotamobius torrentium Aphanomyces astaci 2018 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L241 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA4076 10.1016/j.jip.2020.107390 Mojžišová, M., Mrugała, A., Kozubíková-Balcarová, E., Vlach, P., Svobodová, J., Kouba, A., & Petrusek, A. (2020). Crayfish plague in Czechia: Outbreaks from novel sources and testing for chronic infections. Journal of invertebrate pathology, 173, 107390. 49.663 13.551 High Austropotamobius torrentium Aphanomyces astaci 2016 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L242 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA4077 10.1017/S0031182018000227 Makkonen, J., Jussila, J., Panteleit, J., Keller, N. S., Schrimpf, A., Theissinger, K., ... & Kokko, H. (2018). MtDNA allows the sensitive detection and haplotyping of the crayfish plague disease agent Aphanomyces astaci showing clues about its origin and 50.43 10.01 Low Austropotamobius torrentium Aphanomyces astaci 2013 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L243 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA4078 10.1016/j.jip.2017.07.003 Jussila, J., Vrezec, A., Jaklič, T., Kukkonen, H., Makkonen, J., & Kokko, H. (2017). Aphanomyces astaci isolate from latently infected stone crayfish (Austropotamobius torrentium) population is virulent. Journal of invertebrate pathology, 149, 15-20. 45.902 14.38 High Austropotamobius torrentium Aphanomyces astaci 2014 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L244 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3480 10.1051/kmae/2021026 Groza, M. I., Cupșa, D., Lovrenčić, L., & Maguire, I. (2021). First record of the stone crayfish in the Romanian lowlands. Knowledge & Management of Aquatic Ecosystems, (422), 27. 44.4101 22.5396 High Austropotamobius torrentium Aphanomyces astaci 2018 Lucian Pârvulescu -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L245 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5082 10.1371/jourl.pone.0070157 Filipova, L., Petrusek, A., Matasova, K., Delaunay, C., & Grandjean, F. (2013). Prevalence of the crayfish plague pathogen Aphanomyces astaci in populations of the signal crayfish Pacifastacus leniusculus in France: evaluating the threat to native crayfish. PLoS One, 8(7), e70157. 48.93333333 7.5 High Faxonius immunis Aphanomyces astaci 2010 Frédéric Grandjean -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L246 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WB2856 10.1016/j.jip.2011.08.002 Kozubíková, E., Viljamaa-Dirks, S., Heinikainen, S., & Petrusek, A. (2011). Spiny-cheek crayfish Orconectes limosus carry a novel genotype of the crayfish plague pathogen Aphanomyces astaci. Journal of Invertebrate Pathology, 108(3), 214-216. 50.188 14.047 High Faxonius limosus Aphanomyces astaci 2006 Mihaela C. Ion - -http://www.w3.org/ns/prov#wasDerivedFrom http://purl.org/dc/elements/1.1/format WoCID URL Citation X Y Accuracy Crayfish_scientific_name Pathogen_symbiont_present Year_of_observation Contributor -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L247 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH0861 https://www.researchgate.net/publication/327916018_La_situation_des_ecrevisses_en_France_-_Resultats_de_l%27enquete_tiole_2014 Collas M., Burgun V., Poulet N., PenilL C., Grandjean F. (2015) - La situationdes écrevisses en France, Résultats de l’enquête nationale 2014. Rapport technique, OfficeNational de l’Eau et des Milieux Aquatiques, Vincennes. 50.962 2.136 High Faxonius limosus Aphanomyces astaci 2019 Frédéric Grandjean - -http://www.w3.org/ns/prov#wasDerivedFrom http://purl.org/dc/elements/1.1/format WoCID DOI Citation X Y Accuracy Crayfish_scientific_name Pathogen_symbiont_present Year_of_observation Contributor -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L248 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1668 10.1016/j.jip.2023.108040 Mojžišová, M., Weiperth, A., Gebauer, R., Laffitte, M., Patoka, J., Grandjean, F., ... & Petrusek, A. (2024). Diversity and distribution of Aphanomyces astaci in a European hotspot of ornamental crayfish introductions. Journal of Invertebrate Pathology, 202, 108040. 47.6426 19.074 High Faxonius limosus Aphanomyces astaci 2018 Denis Șadrin -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L249 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1669 10.1016/j.jip.2023.108040 Mojžišová, M., Weiperth, A., Gebauer, R., Laffitte, M., Patoka, J., Grandjean, F., ... & Petrusek, A. (2024). Diversity and distribution of Aphanomyces astaci in a European hotspot of ornamental crayfish introductions. Journal of Invertebrate Pathology, 202, 108040. 47.6456 19.0688 High Faxonius limosus Aphanomyces astaci 2018 Denis Șadrin -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L250 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1670 10.1016/j.jip.2023.108040 Mojžišová, M., Weiperth, A., Gebauer, R., Laffitte, M., Patoka, J., Grandjean, F., ... & Petrusek, A. (2024). Diversity and distribution of Aphanomyces astaci in a European hotspot of ornamental crayfish introductions. Journal of Invertebrate Pathology, 202, 108040. 47.7688 19.1376 High Faxonius limosus Aphanomyces astaci 2018 Denis Șadrin -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L251 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WK1445 10.1051/kmae:2006033 Hefti, D., & Stucki, P. (2006). Crayfish management for Swiss waters. Bulletin Français de la Pêche et de la Pisciculture, (380-381), 937-950. 46.50453132 6.684058119 Low Faxonius limosus Aphanomyces astaci 2004 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L252 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WK1446 10.1051/kmae:2006033 Hefti, D., & Stucki, P. (2006). Crayfish management for Swiss waters. Bulletin Français de la Pêche et de la Pisciculture, (380-381), 937-950. 46.68854454 7.096688036 Low Faxonius limosus Aphanomyces astaci 2004 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L253 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WK1447 10.1051/kmae:2006033 Hefti, D., & Stucki, P. (2006). Crayfish management for Swiss waters. Bulletin Français de la Pêche et de la Pisciculture, (380-381), 937-950. 46.69567316 7.891014289 Low Faxonius limosus Aphanomyces astaci 2004 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L254 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WK1448 10.1051/kmae:2006033 Hefti, D., & Stucki, P. (2006). Crayfish management for Swiss waters. Bulletin Français de la Pêche et de la Pisciculture, (380-381), 937-950. 46.70292 7.8636 Low Faxonius limosus Aphanomyces astaci 2004 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L255 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WK1449 10.1051/kmae:2006033 Hefti, D., & Stucki, P. (2006). Crayfish management for Swiss waters. Bulletin Français de la Pêche et de la Pisciculture, (380-381), 937-950. 46.8476419 7.151341005 Low Faxonius limosus Aphanomyces astaci 2004 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L256 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WK1450 10.1051/kmae:2006033 Hefti, D., & Stucki, P. (2006). Crayfish management for Swiss waters. Bulletin Français de la Pêche et de la Pisciculture, (380-381), 937-950. 46.9316797 7.083024794 Low Faxonius limosus Aphanomyces astaci 2004 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L257 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WK1451 10.1051/kmae:2006033 Hefti, D., & Stucki, P. (2006). Crayfish management for Swiss waters. Bulletin Français de la Pêche et de la Pisciculture, (380-381), 937-950. 46.97644602 6.883541457 Low Faxonius limosus Aphanomyces astaci 2004 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L258 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WK1452 10.1051/kmae:2006033 Hefti, D., & Stucki, P. (2006). Crayfish management for Swiss waters. Bulletin Français de la Pêche et de la Pisciculture, (380-381), 937-950. 47.00416742 9.511750273 Low Faxonius limosus Aphanomyces astaci 2004 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L259 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WK1453 10.1051/kmae:2006033 Hefti, D., & Stucki, P. (2006). Crayfish management for Swiss waters. Bulletin Français de la Pêche et de la Pisciculture, (380-381), 937-950. 47.11996728 7.198451864 Low Faxonius limosus Aphanomyces astaci 2004 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L260 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WK1454 10.1051/kmae:2006033 Hefti, D., & Stucki, P. (2006). Crayfish management for Swiss waters. Bulletin Français de la Pêche et de la Pisciculture, (380-381), 937-950. 47.14733168 7.359350205 Low Faxonius limosus Aphanomyces astaci 2004 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L261 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WK1455 10.1051/kmae:2006033 Hefti, D., & Stucki, P. (2006). Crayfish management for Swiss waters. Bulletin Français de la Pêche et de la Pisciculture, (380-381), 937-950. 47.23869205 7.659613618 Low Faxonius limosus Aphanomyces astaci 2004 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L262 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WK1456 10.1051/kmae:2006033 Hefti, D., & Stucki, P. (2006). Crayfish management for Swiss waters. Bulletin Français de la Pêche et de la Pisciculture, (380-381), 937-950. 47.47106013 7.151231699 Low Faxonius limosus Aphanomyces astaci 2004 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L263 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WK1457 10.1051/kmae:2006033 Hefti, D., & Stucki, P. (2006). Crayfish management for Swiss waters. Bulletin Français de la Pêche et de la Pisciculture, (380-381), 937-950. 47.58914593 8.573083343 Low Faxonius limosus Aphanomyces astaci 2004 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L264 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5083 10.3391/bir.2023.12.2.10 Laffitte, M., Baudry, T., Guilmet, M., Andrieu, T., Poulet, N., Duperray, T., ... & Grandjean, F. (2023). A new invader in freshwater ecosystems in France: the rusty crayfish Faxonius rusticus (Girard, 1852). BioInvasions Records, 12(2), 457-468. 44.31 2.63055556 High Faxonius rusticus Aphanomyces astaci 2019 Frédéric Grandjean -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L265 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5084 10.3391/bir.2023.12.2.10 Laffitte, M., Baudry, T., Guilmet, M., Andrieu, T., Poulet, N., Duperray, T., ... & Grandjean, F. (2023). A new invader in freshwater ecosystems in France: the rusty crayfish Faxonius rusticus (Girard, 1852). BioInvasions Records, 12(2), 457-468. 44.312 2.631 High Faxonius rusticus Aphanomyces astaci 2019 Frédéric Grandjean -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L266 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WB8847 10.1016/j.jip.2017.02.003 James, J., Mrugała, A., Oidtmann, B., Petrusek, A., & Cable, J. (2017). Apparent interspecific transmission of Aphanomyces astaci from invasive signal to virile crayfish in a sympatric wild population. Journal of invertebrate pathology, 145, 68-71. 51.707 -0.0179999997 High Faxonius virilis Aphanomyces astaci 2017 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L267 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0772 10.3354/dao02955 Maguire, I., Jelic, M., Klobučar, G., Delpy, M., Delaunay, C. and Grandjean, F. 2016. Prevalence of the pathogen Aphanomyces astaci in freshwater crayfish populations in Croatia. Diseases of Aquatic Organisms. 118(1), 45-53(1), 45-53. 46.5352 16.3667 High Pacifastacus leniusculus Aphanomyces astaci 2011 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L268 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0773 10.1051/kmae/2013077 Jussila, J., Kokko, H., Kortet, R., & Makkonen, J. (2013). Aphanomyces astaci PsI-genotype isolates from different Finnish signal crayfish stocks show variation in their virulence but still kill fast. Knowledge and Management of Aquatic Ecosystems, (411), 10. 61.33 28.08 Low Pacifastacus leniusculus Aphanomyces astaci 2012 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L269 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0774 10.1016/j.fgb.2012.05.014 Makkonen, J., Jussila, J., & Kokko, H. (2012). The diversity of the pathogenic Oomycete (Aphanomyces astaci) chitinase genes within the genotypes indicate adaptation to its hosts. Fungal Genetics and Biology, 49(8), 635-642. 61.33 24.72 Low Pacifastacus leniusculus Aphanomyces astaci 2003 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L270 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0775 10.1016/j.fgb.2012.05.014 Makkonen, J., Jussila, J., & Kokko, H. (2012). The diversity of the pathogenic Oomycete (Aphanomyces astaci) chitinase genes within the genotypes indicate adaptation to its hosts. Fungal Genetics and Biology, 49(8), 635-642. 61.05 22.34 Low Pacifastacus leniusculus Aphanomyces astaci 2003 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L271 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0776 10.1016/j.fgb.2012.05.014 Makkonen, J., Jussila, J., & Kokko, H. (2012). The diversity of the pathogenic Oomycete (Aphanomyces astaci) chitinase genes within the genotypes indicate adaptation to its hosts. Fungal Genetics and Biology, 49(8), 635-642. 60.25 23.69 Low Pacifastacus leniusculus Aphanomyces astaci 2012 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L272 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0777 10.1016/j.vetmic.2014.02.020 Grandjean, F., Vrålstad, T., Dieguez-Uribeondo, J., Jelić, M., Mangombi, J., Delaunay, C., ... & Petrusek, A. (2014). Microsatellite markers for direct genotyping of the crayfish plague pathogen Aphanomyces astaci (Oomycetes) from infected host tissues. Veterinary Microbiology, 170(3-4), 317-324. 45.62 1.47 Low Pacifastacus leniusculus Aphanomyces astaci 2010 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L273 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0778 10.1016/j.vetmic.2014.02.020 Grandjean, F., Vrålstad, T., Dieguez-Uribeondo, J., Jelić, M., Mangombi, J., Delaunay, C., ... & Petrusek, A. (2014). Microsatellite markers for direct genotyping of the crayfish plague pathogen Aphanomyces astaci (Oomycetes) from infected host tissues. Veterinary Microbiology, 170(3-4), 317-324. 46.69 2.81 Low Pacifastacus leniusculus Aphanomyces astaci 2010 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L274 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0779 10.1016/j.vetmic.2014.07.008 Vrålstad, T., Strand, D. A., Grandjean, F., Kvellestad, A., Håstein, T., Knutsen, A. K., ... & Skaar, I. (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology, 173(1-2), 66-75. 59.32 11.66 High Pacifastacus leniusculus Aphanomyces astaci 2009 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L275 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0780 10.1371/journal.pone.0219223 Martín-Torrijos, L., Kokko, H., Makkonen, J., Jussila, J., & Diéguez-Uribeondo, J. (2019). Mapping 15 years of crayfish plague in the Iberian Peninsula: The impact of two invasive species on the endangered native crayfish. PloS one, 14(8), e0219223. 43 -4.49 High Pacifastacus leniusculus Aphanomyces astaci 2008 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L276 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0781 10.1111/fwb.12315 Svoboda, J., Strand, D. A., Vrålstad, T., Grandjean, F., Edsman, L., Kozák, P., ... & Petrusek, A. (2014). The crayfish plague pathogen can infect freshwater‐inhabiting crabs. Freshwater Biology, 59(5), 918-929. 58.8 13.3 High Pacifastacus leniusculus Aphanomyces astaci 2011 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L277 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0782 10.1017/S0031182016002419 James, J., Nutbeam-Tuffs, S., Cable, J., Mrugala, A., Vinuela-Rodrigue, N., Petrusek, A., & Oidtmann, B. (2017). The prevalence of Aphanomyces astaci in invasive signal crayfish from the UK and implications for native crayfish conservation. Parasitology, 144(4), 411-418. 52.504 -3.348 High Pacifastacus leniusculus Aphanomyces astaci 2017 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L278 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0783 10.1007/s10530-017-1496-z Kaldre, K., Paaver, T., Hurt, M., & Grandjean, F. (2017). First records of the non-indigenous signal crayfish (Pacifastacus leniusculus) and its threat to noble crayfish (Astacus astacus) populations in Estonia. Biological Invasions, 19(10), 2771-2776. 58.19416667 22.08694444 High Pacifastacus leniusculus Aphanomyces astaci 2015 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L279 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0784 10.1007/s10530-017-1496-z Kaldre, K., Paaver, T., Hurt, M., & Grandjean, F. (2017). First records of the non-indigenous signal crayfish (Pacifastacus leniusculus) and its threat to noble crayfish (Astacus astacus) populations in Estonia. Biological Invasions, 19(10), 2771-2776. 59.31638889 24.65722222 High Pacifastacus leniusculus Aphanomyces astaci 2015 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L280 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5111 10.3391/ai.2017.12.4.10 Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 43.483 2.483 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L281 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5150 10.3391/ai.2017.12.4.10 Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 43.633 2.483 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L282 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5256 10.3391/ai.2017.12.4.10 Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 44.033 2.967 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L283 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5282 10.3391/ai.2017.12.4.10 Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 44.1 3.133 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L284 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5358 10.3391/ai.2017.12.4.10 Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 44.3 2.833 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L285 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5361 10.3391/bir.2023.12.2.10 Laffitte, M., Baudry, T., Guilmet, M., Andrieu, T., Poulet, N., Duperray, T., ... & Grandjean, F. (2023). A new invader in freshwater ecosystems in France: the rusty crayfish Faxonius rusticus (Girard, 1852). BioInvasions Records, 12(2), 457-468. 44.312 2.631 High Pacifastacus leniusculus Aphanomyces astaci 2019 Thomas Baudry -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L286 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5372 10.3391/ai.2017.12.4.10 Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 44.367 4.15 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L287 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5405 10.3391/ai.2017.12.4.10 Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 44.517 2.783 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L288 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5431 10.3391/ai.2017.12.4.10 Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 44.583 4.317 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L289 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5533 10.3391/ai.2017.12.4.10 Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 44.883 2.367 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L290 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5534 10.3391/ai.2017.12.4.10 Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 44.883 4.617 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L291 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5577 10.3391/ai.2017.12.4.10 Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 44.983 4.567 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L292 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5578 10.3391/ai.2017.12.4.10 Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 44.983 4.583 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L293 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5587 10.3391/ai.2017.12.4.10 Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 45 5.783 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L294 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5690 10.3391/ai.2017.12.4.10 Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 45.35 1.35 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L295 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5716 10.3391/ai.2017.12.4.10 Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 45.417 1.567 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L296 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5717 10.3391/ai.2017.12.4.10 Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 45.417 1.85 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L297 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5780 10.3391/ai.2017.12.4.10 Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 45.6 1.6 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L298 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5793 10.3391/ai.2017.12.4.10 Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 45.617 1.5 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L299 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5832 10.3391/ai.2017.12.4.10 Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 45.783 4.333 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L300 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5866 10.3391/ai.2017.12.4.10 Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 45.85 3.95 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L301 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5873 10.3391/ai.2017.12.4.10 Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 45.867 2.5 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L302 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5874 10.3391/ai.2017.12.4.10 Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 45.883 2.633 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L303 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5875 10.3391/ai.2017.12.4.10 Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 45.95 2.3 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L304 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5877 10.3391/ai.2017.12.4.10 Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 45.983 1.867 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L305 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5878 10.3391/ai.2017.12.4.10 Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 46.15 1.95 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L306 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5879 10.3391/ai.2017.12.4.10 Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 46.167 2.233 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L307 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5881 10.3391/ai.2017.12.4.10 Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 46.267 6.167 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L308 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5883 10.3391/ai.2017.12.4.10 Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 46.383 6.483 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L309 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5884 10.3391/ai.2017.12.4.10 Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 46.4 3.3 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L310 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5885 10.3391/ai.2017.12.4.10 Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 46.5 4.367 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L311 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5886 10.3391/ai.2017.12.4.10 Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 46.517 0.367 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L312 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5887 10.3391/ai.2017.12.4.10 Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 46.933 3.95 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L313 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5888 10.3391/ai.2017.12.4.10 Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 47.017 3.883 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L314 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5889 10.3391/ai.2017.12.4.10 Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 47.183 3.933 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L315 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5891 10.3391/ai.2017.12.4.10 Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 47.367 3.783 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L316 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5895 10.3391/ai.2017.12.4.10 Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 47.767 4.95 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L317 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5899 10.3391/ai.2017.12.4.10 Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 48.05 6.6 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L318 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5902 10.3391/ai.2017.12.4.10 Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 48.1 5.583 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L319 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5903 10.3391/ai.2017.12.4.10 Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 48.1 6.533 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L320 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5904 10.3391/ai.2017.12.4.10 Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 48.45 0.05 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L321 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5905 10.3391/ai.2017.12.4.10 Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 48.533 0.083 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L322 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5907 10.3391/ai.2017.12.4.10 Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 48.617 0.6 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L323 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5908 10.3391/ai.2017.12.4.10 Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 48.683 0.75 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L324 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5910 10.3391/ai.2017.12.4.10 Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 48.933 5.25 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L325 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5914 10.3391/ai.2017.12.4.10 Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 49.017 6.333 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L326 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5915 10.3391/ai.2017.12.4.10 Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 49.05 0.9 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L327 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5917 10.3391/ai.2017.12.4.10 Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 49.133 1.35 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L328 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5918 10.3391/ai.2017.12.4.10 Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 49.183 4.183 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L329 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5920 10.3391/ai.2017.12.4.10 Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 49.25 5.617 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L330 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5921 10.3391/ai.2017.12.4.10 Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 49.333 5.4 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L331 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1722 10.1007/s10530-007-9092-2 Johnsen SI, Taugbøl T, Andersen O, Museth J, Vrålstad T. 2007. The first record of the non-indigenous signal crayfish Pasifastacus leniusculus in Norway. Biological Invasions 9: 939-941 59.057222 9.675556 High Pacifastacus leniusculus Aphanomyces astaci 2006 Trude Vrålstad - -http://www.w3.org/ns/prov#wasDerivedFrom http://purl.org/dc/elements/1.1/format WoCID URL Citation X Y Accuracy Crayfish_scientific_name Pathogen_symbiont_present Year_of_observation Contributor -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L332 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1723 https://brage.nina.no/nina-xmlui/handle/11250/2390485 Johnsen, S.I., Strand, D., Vrålstad, T. & Wivestad, T. 2009. Introdusert signalkreps på Ostøya i Bærum kommune, Akershus. Kartlegging og krepsepestanalyse. NINA Rapport 499. 17 s. 59.867968 10.573107 High Pacifastacus leniusculus Aphanomyces astaci 2009 Trude Vrålstad -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L333 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1724 https://hdl.handle.net/11250/3110718 Johnsen, S.I., Strand, D.A. & Amundsen M.M. 2023. Nasjonal overvåking av edelkreps og spredning av signalkreps - presenta sjon av overvåkingsdata og bestandsstatus – oppdatert 2023 – NINA Rapport 2223. Norsk institutt for naturforskning 61.106176 11.45618 High Pacifastacus leniusculus Aphanomyces astaci 2023 David Strand -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L334 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1729 https://hdl.handle.net/11250/2775442 Johnsen, S.I., Strand, D.A., Vrålstad, T., Kollerud, E., Bergerud, J., Sandem, K., Sandodden, R. & Wivestad, T. 2021. Signalkreps (Pacifastacus leniusculus) i Norge - Historikk, utbredelse og bestandsstatus. NINA Rapport 1991. Norsk institutt for naturforskning. 59.602729 11.103786 High Pacifastacus leniusculus Aphanomyces astaci 2020 David Strand -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L335 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1730 https://hdl.handle.net/11250/2775442 Johnsen, S.I., Strand, D.A., Vrålstad, T., Kollerud, E., Bergerud, J., Sandem, K., Sandodden, R. & Wivestad, T. 2021. Signalkreps (Pacifastacus leniusculus) i Norge - Historikk, utbredelse og bestandsstatus. NINA Rapport 1991. Norsk institutt for naturforskning. 64.499673 13.836816 High Pacifastacus leniusculus Aphanomyces astaci 2013 David Strand -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L336 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1731 https://brage.nina.no/nina-xmlui/handle/11250/2642803 Johnsen, SI, Strand, D, Hansen, M, Biering, E & Vrålstad, T. 2011. Signalkreps og krepsepest i Skittenholvatnet og Oppsalvatnet, Hemne kommune - Kartlegging, vurdering av spredningsrisiko og forslag til tiltak. - NINA Rapport 753. 27 s. + vedlegg 63.161931 8.940625 High Pacifastacus leniusculus Aphanomyces astaci 2011 Trude Vrålstad -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L337 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1732 https://brage.nina.no/nina-xmlui/handle/11250/2642803 Johnsen, SI, Strand, D, Hansen, M, Biering, E & Vrålstad, T. 2011. Signalkreps og krepsepest i Skittenholvatnet og Oppsalvatnet, Hemne kommune - Kartlegging, vurdering av spredningsrisiko og forslag til tiltak. - NINA Rapport 753. 27 s. + vedlegg 63.174647 8.922813 High Pacifastacus leniusculus Aphanomyces astaci 2011 Trude Vrålstad - -http://www.w3.org/ns/prov#wasDerivedFrom http://purl.org/dc/elements/1.1/format WoCID DOI Citation X Y Accuracy Crayfish_scientific_name Pathogen_symbiont_present Year_of_observation Contributor -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L338 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1739 10.1111/1365-2664.13404 Strand DA, Rusch JC, Johnsen SI, Agersnap S, Larsen W, Knudsen SW, Rask-Møller P, Vrålstad T. 2019. Monitoring of a Norwegian freshwater crayfish tragedy - eDNA snapshots of invasion, infection and extinction. Journal of Applied Ecology 56: 1661-1673 59.488005 11.644723 High Pacifastacus leniusculus Aphanomyces astaci 2014 David Strand -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L339 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1755 10.3354/dao02386 Vrålstad T, Johnsen SI, Fristad RF, Edsman L, Strand DA. 2011. Potent infection reservoir of crayfish plague now permanently established in Norway. Diseases of Aquatic Organisms 97:75-83 59.333978 11.63858 High Pacifastacus leniusculus Aphanomyces astaci 2008 Trude Vrålstad -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L340 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3482 10.1017/S0031182016002419 James, J., Nutbeam-Tuffs, S., Cable, J., Mrugała, A., Viñuela-Rodriguez, N., Petrusek, A., & Oidtmann, B. (2017). The prevalence of Aphanomyces astaci in invasive signal crayfish from the UK and implications for native crayfish conservation. Parasitology, 144(4), 411-418. 51.80944444 -0.00611111 High Pacifastacus leniusculus Aphanomyces astaci 2017 Hossein Masigol -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L341 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3483 10.1016/j.jip.2017.02.003 James, J., Mrugała, A., Oidtmann, B., Petrusek, A., & Cable, J. (2017). Apparent interspecific transmission of Aphanomyces astaci from invasive signal to virile crayfish in a sympatric wild population. Journal of invertebrate pathology, 145, 68-71. 51.70652778 -0.01802778 High Pacifastacus leniusculus Aphanomyces astaci 2014 Hossein Masigol -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L342 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3485 10.1017/S0031182016002419 James, J., Nutbeam-Tuffs, S., Cable, J., Mrugała, A., Viñuela-Rodriguez, N., Petrusek, A., & Oidtmann, B. (2017). The prevalence of Aphanomyces astaci in invasive signal crayfish from the UK and implications for native crayfish conservation. Parasitology, 144(4), 411-418. 51.8 -0.07555556 High Pacifastacus leniusculus Aphanomyces astaci 2017 Hossein Masigol -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L343 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3487 10.1017/S0031182016002419 James, J., Nutbeam-Tuffs, S., Cable, J., Mrugała, A., Viñuela-Rodriguez, N., Petrusek, A., & Oidtmann, B. (2017). The prevalence of Aphanomyces astaci in invasive signal crayfish from the UK and implications for native crayfish conservation. Parasitology, 144(4), 411-418. 52.56166667 -0.45638889 High Pacifastacus leniusculus Aphanomyces astaci 2017 Hossein Masigol -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L344 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3489 10.1017/S0031182016002419 James, J., Nutbeam-Tuffs, S., Cable, J., Mrugała, A., Viñuela-Rodriguez, N., Petrusek, A., & Oidtmann, B. (2017). The prevalence of Aphanomyces astaci in invasive signal crayfish from the UK and implications for native crayfish conservation. Parasitology, 144(4), 411-418. 51.75388889 -1.02055556 High Pacifastacus leniusculus Aphanomyces astaci 2017 Hossein Masigol -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L345 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3490 10.1017/S0031182016002419 James, J., Nutbeam-Tuffs, S., Cable, J., Mrugała, A., Viñuela-Rodriguez, N., Petrusek, A., & Oidtmann, B. (2017). The prevalence of Aphanomyces astaci in invasive signal crayfish from the UK and implications for native crayfish conservation. Parasitology, 144(4), 411-418. 51.80222222 -1.36472222 High Pacifastacus leniusculus Aphanomyces astaci 2017 Hossein Masigol -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L346 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3492 10.1017/S0031182016002419 James, J., Nutbeam-Tuffs, S., Cable, J., Mrugała, A., Viñuela-Rodriguez, N., Petrusek, A., & Oidtmann, B. (2017). The prevalence of Aphanomyces astaci in invasive signal crayfish from the UK and implications for native crayfish conservation. Parasitology, 144(4), 411-418. 53.08138889 -1.9075 High Pacifastacus leniusculus Aphanomyces astaci 2017 Hossein Masigol -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L347 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3493 10.1017/S0031182016002419 James, J., Nutbeam-Tuffs, S., Cable, J., Mrugała, A., Viñuela-Rodriguez, N., Petrusek, A., & Oidtmann, B. (2017). The prevalence of Aphanomyces astaci in invasive signal crayfish from the UK and implications for native crayfish conservation. Parasitology, 144(4), 411-418. 54.06555556 -2.00138889 High Pacifastacus leniusculus Aphanomyces astaci 2017 Hossein Masigol -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L348 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3495 10.1017/S0031182016002419 James, J., Nutbeam-Tuffs, S., Cable, J., Mrugała, A., Viñuela-Rodriguez, N., Petrusek, A., & Oidtmann, B. (2017). The prevalence of Aphanomyces astaci in invasive signal crayfish from the UK and implications for native crayfish conservation. Parasitology, 144(4), 411-418. 52.59166667 -2.1125 High Pacifastacus leniusculus Aphanomyces astaci 2017 Hossein Masigol -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L349 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3502 10.1017/S0031182016002419 James, J., Nutbeam-Tuffs, S., Cable, J., Mrugała, A., Viñuela-Rodriguez, N., Petrusek, A., & Oidtmann, B. (2017). The prevalence of Aphanomyces astaci in invasive signal crayfish from the UK and implications for native crayfish conservation. Parasitology, 144(4), 411-418. 51.84111111 -3.00305556 High Pacifastacus leniusculus Aphanomyces astaci 2017 Hossein Masigol -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L350 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3505 10.1017/S0031182016002419 James, J., Nutbeam-Tuffs, S., Cable, J., Mrugała, A., Viñuela-Rodriguez, N., Petrusek, A., & Oidtmann, B. (2017). The prevalence of Aphanomyces astaci in invasive signal crayfish from the UK and implications for native crayfish conservation. Parasitology, 144(4), 411-418. 52.10333333 -3.21611111 High Pacifastacus leniusculus Aphanomyces astaci 2017 Hossein Masigol -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L351 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3506 10.1017/S0031182016002419 James, J., Nutbeam-Tuffs, S., Cable, J., Mrugała, A., Viñuela-Rodriguez, N., Petrusek, A., & Oidtmann, B. (2017). The prevalence of Aphanomyces astaci in invasive signal crayfish from the UK and implications for native crayfish conservation. Parasitology, 144(4), 411-418. 52.10944444 -3.23083333 High Pacifastacus leniusculus Aphanomyces astaci 2017 Hossein Masigol -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L352 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3508 10.1017/S0031182016002419 James, J., Nutbeam-Tuffs, S., Cable, J., Mrugała, A., Viñuela-Rodriguez, N., Petrusek, A., & Oidtmann, B. (2017). The prevalence of Aphanomyces astaci in invasive signal crayfish from the UK and implications for native crayfish conservation. Parasitology, 144(4), 411-418. 53.03166667 -3.7375 High Pacifastacus leniusculus Aphanomyces astaci 2017 Hossein Masigol -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L353 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WK1550 10.1051/kmae:2006033 Hefti, D., & Stucki, P. (2006). Crayfish management for Swiss waters. Bulletin Français de la Pêche et de la Pisciculture, (380-381), 937-950. 46.41057085 6.272337803 Low Pacifastacus leniusculus Aphanomyces astaci 2004 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L354 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WK1551 10.1051/kmae:2006033 Hefti, D., & Stucki, P. (2006). Crayfish management for Swiss waters. Bulletin Français de la Pêche et de la Pisciculture, (380-381), 937-950. 47.21033518 7.546481972 Low Pacifastacus leniusculus Aphanomyces astaci 2004 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L355 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WK1552 10.1051/kmae:2006033 Hefti, D., & Stucki, P. (2006). Crayfish management for Swiss waters. Bulletin Français de la Pêche et de la Pisciculture, (380-381), 937-950. 47.46360331 8.286706682 Low Pacifastacus leniusculus Aphanomyces astaci 2004 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L356 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0894 10.3354/dao02955 Maguire, I., Jelic, M., Klobučar, G., Delpy, M., Delaunay, C. and Grandjean, F. 2016. Prevalence of the pathogen Aphanomyces astaci in freshwater crayfish populations in Croatia. Diseases of Aquatic Organisms. 118(1), 45-53(1), 45-53. 45.4203 15.5846 High Pontastacus leptodactylus Aphanomyces astaci 2013 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L357 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0895 10.3354/dao02955 Maguire, I., Jelic, M., Klobučar, G., Delpy, M., Delaunay, C. and Grandjean, F. 2016. Prevalence of the pathogen Aphanomyces astaci in freshwater crayfish populations in Croatia. Diseases of Aquatic Organisms. 118(1), 45-53(1), 45-53. 45.7013 16.1438 High Pontastacus leptodactylus Aphanomyces astaci 2013 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L358 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0896 10.1016/j.jip.2018.05.006 Panteleit, J., Keller, N. S., Diéguez-Uribeondo, J., Makkonen, J., Martín-Torrijos, L., Patrulea, V., ... & Pârvulescu, L. (2018). Hidden sites in the distribution of the crayfish plague pathogen Aphanomyces astaci in Eastern Europe: Relicts of genetic groups from older outbreaks?. Journal of invertebrate pathology, 157, 117-124. 47.288 29.139 High Pontastacus leptodactylus Aphanomyces astaci 2015 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L359 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0897 10.1016/j.jip.2018.05.006 Panteleit, J., Keller, N. S., Diéguez-Uribeondo, J., Makkonen, J., Martín-Torrijos, L., Patrulea, V., ... & Pârvulescu, L. (2018). Hidden sites in the distribution of the crayfish plague pathogen Aphanomyces astaci in Eastern Europe: Relicts of genetic groups from older outbreaks?. Journal of invertebrate pathology, 157, 117-124. 45.079 29.53 High Pontastacus leptodactylus Aphanomyces astaci 2015 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L360 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0898 10.1016/j.jip.2018.05.006 Panteleit, J., Keller, N. S., Diéguez-Uribeondo, J., Makkonen, J., Martín-Torrijos, L., Patrulea, V., ... & Pârvulescu, L. (2018). Hidden sites in the distribution of the crayfish plague pathogen Aphanomyces astaci in Eastern Europe: Relicts of genetic groups from older outbreaks?. Journal of invertebrate pathology, 157, 117-124. 45.31 29.67 High Pontastacus leptodactylus Aphanomyces astaci 2012 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L361 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0899 10.1016/j.jip.2018.05.006 Panteleit, J., Keller, N. S., Diéguez-Uribeondo, J., Makkonen, J., Martín-Torrijos, L., Patrulea, V., ... & Pârvulescu, L. (2018). Hidden sites in the distribution of the crayfish plague pathogen Aphanomyces astaci in Eastern Europe: Relicts of genetic groups from older outbreaks?. Journal of invertebrate pathology, 157, 117-124. 44.817 21.333 High Pontastacus leptodactylus Aphanomyces astaci 2015 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L362 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0900 10.1111/fwb.12315 Svoboda, J., Strand, D. A., Vrålstad, T., Grandjean, F., Edsman, L., Kozák, P., ... & Petrusek, A. (2014). The crayfish plague pathogen can infect freshwater‐inhabiting crabs. Freshwater Biology, 59(5), 918-929. 37.9 30.9 High Pontastacus leptodactylus Aphanomyces astaci 2009 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L363 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0901 10.1051/kmae/2018001 Kokko, H., Harlioglu, M. M., Aydin, H., Makkonen, J., Gökmen, G., Aksu, Ö., & Jussila, J. (2018). Observations of crayfish plague infections in commercially important narrow-clawed crayfish populations in Turkey. Knowledge & Management of Aquatic Ecosystems, (419), 10. 40.717 29.867 High Pontastacus leptodactylus Aphanomyces astaci 2011 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L364 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0902 10.1051/kmae/2018001 Kokko, H., Harlioglu, M. M., Aydin, H., Makkonen, J., Gökmen, G., Aksu, Ö., & Jussila, J. (2018). Observations of crayfish plague infections in commercially important narrow-clawed crayfish populations in Turkey. Knowledge & Management of Aquatic Ecosystems, (419), 10. 41.05 43.233 High Pontastacus leptodactylus Aphanomyces astaci 2011 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L365 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0903 10.1051/kmae/2018001 Kokko, H., Harlioglu, M. M., Aydin, H., Makkonen, J., Gökmen, G., Aksu, Ö., & Jussila, J. (2018). Observations of crayfish plague infections in commercially important narrow-clawed crayfish populations in Turkey. Knowledge & Management of Aquatic Ecosystems, (419), 10. 40.817 26.317 High Pontastacus leptodactylus Aphanomyces astaci 2011 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L366 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0904 10.1051/kmae/2018001 Kokko, H., Harlioglu, M. M., Aydin, H., Makkonen, J., Gökmen, G., Aksu, Ö., & Jussila, J. (2018). Observations of crayfish plague infections in commercially important narrow-clawed crayfish populations in Turkey. Knowledge & Management of Aquatic Ecosystems, (419), 10. 39.183 33.55 High Pontastacus leptodactylus Aphanomyces astaci 2011 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L367 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0905 10.5869/fc.2020.v25-1.077 Ungureanu, E., Mojžišová, M., Tangerman, M., Ion, M. C., Pârvulescu, L., & Petrusek, A. (2020). The spatial distribution of Aphanomyces astaci genotypes across Europe: Introducing the first data from Ukraine. Freshwater Crayfish, 25(1). 49.538 31.906 High Pontastacus leptodactylus Aphanomyces astaci 2018 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L368 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0906 10.5869/fc.2020.v25-1.077 Ungureanu, E., Mojžišová, M., Tangerman, M., Ion, M. C., Pârvulescu, L., & Petrusek, A. (2020). The spatial distribution of Aphanomyces astaci genotypes across Europe: Introducing the first data from Ukraine. Freshwater Crayfish, 25(1). 50.399 30.604 High Pontastacus leptodactylus Aphanomyces astaci 2018 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L369 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC7924 10.26262/jbrt.v31i0.9777 Alvanou, M. V., Lattos, A., Cheimonopoulou, M. T., Michaelidis, B., Apostolidis, A. P., & Giantsis, I. A. (2024). First detection of Aphanomyces astaci and its potential responsibility for mass mortalities of Pontastacus (Astacus) leptodactylus in Greek lakes. Journal of Biological Research-Thessaloniki, 31. 40.694639 23.426694 High Pontastacus leptodactylus Aphanomyces astaci 2023 Ioannis A. Giantsis -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L370 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC7925 10.26262/jbrt.v31i0.9777 Alvanou, M. V., Lattos, A., Cheimonopoulou, M. T., Michaelidis, B., Apostolidis, A. P., & Giantsis, I. A. (2024). First detection of Aphanomyces astaci and its potential responsibility for mass mortalities of Pontastacus (Astacus) leptodactylus in Greek lakes. Journal of Biological Research-Thessaloniki, 31. 40.2975 22.101222 High Pontastacus leptodactylus Aphanomyces astaci 2023 Ioannis A. Giantsis -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L371 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC7926 10.26262/jbrt.v31i0.9777 Alvanou, M. V., Lattos, A., Cheimonopoulou, M. T., Michaelidis, B., Apostolidis, A. P., & Giantsis, I. A. (2024). First detection of Aphanomyces astaci and its potential responsibility for mass mortalities of Pontastacus (Astacus) leptodactylus in Greek lakes. Journal of Biological Research-Thessaloniki, 31. 40.743472 21.816667 High Pontastacus leptodactylus Aphanomyces astaci 2023 Ioannis A. Giantsis -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L372 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1703 10.1051/kmae/2020035 Weiperth, A., Bláha, M., Szajbert, B., Seprős, R., Bányai, Z., Patoka, J., & Kouba, A. (2020). Hungary: a European hotspot of non-native crayfish biodiversity. Knowledge & Management of Aquatic Ecosystems, (421), 43. 47.7688 19.1376 High Procambarus alleni Aphanomyces astaci 2018 Denis Șadrin -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L373 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC2869 10.1016/j.fgb.2012.05.014 Makkonen, J., Jussila, J., & Kokko, H. (2012). The diversity of the pathogenic Oomycete (Aphanomyces astaci) chitinase genes within the genotypes indicate adaptation to its hosts. Fungal Genetics and Biology, 49(8), 635-642. 62.27 26.19 Low Procambarus clarkii Aphanomyces astaci 2003 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L374 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC2870 10.1017/S0031182018000227 Makkonen, J., Jussila, J., Panteleit, J., Keller, N. S., Schrimpf, A., Theissinger, K., ... & Kokko, H. (2018). MtDNA allows the sensitive detection and haplotyping of the crayfish plague disease agent Aphanomyces astaci showing clues about its origin and 36.8673 -4.8751 Low Procambarus clarkii Aphanomyces astaci 2018 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L375 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC2871 10.3389/fevo.2020.622434 Martín-Torrijos, L., Correa-Villalona, A. J., Pradillo, A., & Diéguez-Uribeondo, J. (2021). Coexistence of Two Invasive Species, Procambarus clarkii and Aphanomyces astaci, in Brackish Waters of a Mediterranean Coastal Lagoon. Frontiers in Ecology and Evolution, 8, 503. 39.32927427 -0.3832469884 Low Procambarus clarkii Aphanomyces astaci 2018 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L376 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WG8548 10.1002/aqc.2970 Putra, M. D., Bláha, M., Wardiatno, Y., Krisanti, M., Jerikho, R., Kamal, M. M., Mojžišová, M., Byst?ický P. K., Kouba A., Kalous, L., Petrusek, A., Patoka, J. (2018) Procambarus clarkii (Girard, 1852) and crayfish plague as new threats for biodiversity in Indonesia.  Aquatic Conservation: Marine and Freshwater Ecosystems, 28: 1434-1440 -6.889167 106.861944 High Procambarus clarkii Aphanomyces astaci 2017 Jiří Patoka - -http://www.w3.org/ns/prov#wasDerivedFrom http://purl.org/dc/elements/1.1/format WoCID URL Citation X Y Accuracy Crayfish_scientific_name Pathogen_symbiont_present Year_of_observation Contributor -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L377 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WG8592 http://aomorishizen.html.xdomain.jp/catalog.html Jung, S. W., Yamada, H., & Kawai, T. (2023). Origin of the alien red swamp crayfish Procambarus clarkii in South Korea and occurrence of the crayfish plague Aphanomyces astaci. Journal of the Natural History of Aomori, 28, 133–138. [in Japanese with English abstract] 35.18932 127.546155 High Procambarus clarkii Aphanomyces astaci 2022 Tadashi Kawai - -http://www.w3.org/ns/prov#wasDerivedFrom http://purl.org/dc/elements/1.1/format WoCID DOI Citation X Y Accuracy Crayfish_scientific_name Pathogen_symbiont_present Year_of_observation Contributor -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L378 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1704 10.1016/j.jip.2023.108040 Mojžišová, M., Weiperth, A., Gebauer, R., Laffitte, M., Patoka, J., Grandjean, F., ... & Petrusek, A. (2024). Diversity and distribution of Aphanomyces astaci in a European hotspot of ornamental crayfish introductions. Journal of Invertebrate Pathology, 202, 108040. 47.6421 19.0787 High Procambarus clarkii Aphanomyces astaci 2018 Denis Șadrin -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L379 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1705 10.1016/j.jip.2023.108040 Mojžišová, M., Weiperth, A., Gebauer, R., Laffitte, M., Patoka, J., Grandjean, F., ... & Petrusek, A. (2024). Diversity and distribution of Aphanomyces astaci in a European hotspot of ornamental crayfish introductions. Journal of Invertebrate Pathology, 202, 108040. 47.6426 19.074 High Procambarus clarkii Aphanomyces astaci 2018 Denis Șadrin -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L380 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1706 10.1016/j.jip.2023.108040 Mojžišová, M., Weiperth, A., Gebauer, R., Laffitte, M., Patoka, J., Grandjean, F., ... & Petrusek, A. (2024). Diversity and distribution of Aphanomyces astaci in a European hotspot of ornamental crayfish introductions. Journal of Invertebrate Pathology, 202, 108040. 47.6456 19.0688 High Procambarus clarkii Aphanomyces astaci 2018 Denis Șadrin -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L381 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3512 10.1002/aqc.2970 Putra, M. D., Bláha, M., Wardiatno, Y., Krisanti, M., Jerikho, R., Kamal, M. M., Mojžišová, M., Byst?ický P. K., Kouba A., Kalous, L., Petrusek, A., Patoka, J. (2018) Procambarus clarkii (Girard, 1852) and crayfish plague as new threats for biodiversity in Indonesia.  Aquatic Conservation: Marine and Freshwater Ecosystems, 28: 1434-1440 -6.30491667 106.8948889 Low Procambarus clarkii Aphanomyces astaci 2018 Hossein Masigol -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L382 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WK1567 10.1051/kmae:2006033 Hefti, D., & Stucki, P. (2006). Crayfish management for Swiss waters. Bulletin Français de la Pêche et de la Pisciculture, (380-381), 937-950. 47.4283 8.2689 Low Procambarus clarkii Aphanomyces astaci 2004 Mihaela C. Ion -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L383 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1716 10.1016/j.jip.2023.108040 Mojžišová, M., Weiperth, A., Gebauer, R., Laffitte, M., Patoka, J., Grandjean, F., ... & Petrusek, A. (2024). Diversity and distribution of Aphanomyces astaci in a European hotspot of ornamental crayfish introductions. Journal of Invertebrate Pathology, 202, 108040. 47.6456 19.0688 High Procambarus virginalis Aphanomyces astaci 2018 Denis Șadrin -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L384 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3509 10.1051/kmae/2014032 Keller, N. S., Pfeiffer, M., Roessink, I., Schulz, R., & Schrimpf, A. (2014). First evidence of crayfish plague agent in populations of the marbled crayfish (Procambarus fallax forma virginalis). Knowledge and Management of Aquatic Ecosystems, (414), 15. 51.05961111 9.30519444 Low Procambarus virginalis Aphanomyces astaci 2014 Hossein Masigol -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L385 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3510 10.1051/kmae/2014032 Keller, N. S., Pfeiffer, M., Roessink, I., Schulz, R., & Schrimpf, A. (2014). First evidence of crayfish plague agent in populations of the marbled crayfish (Procambarus fallax forma virginalis). Knowledge and Management of Aquatic Ecosystems, (414), 15. 49.61988889 10.86030556 Low Procambarus virginalis Aphanomyces astaci 2014 Hossein Masigol -line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L386 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3511 10.1051/kmae/2014032 Keller, N. S., Pfeiffer, M., Roessink, I., Schulz, R., & Schrimpf, A. (2014). First evidence of crayfish plague agent in populations of the marbled crayfish (Procambarus fallax forma virginalis). Knowledge and Management of Aquatic Ecosystems, (414), 15. 52.01827778 12.53461111 Low Procambarus virginalis Aphanomyces astaci 2014 Hossein Masigol +http://www.w3.org/ns/prov#wasDerivedFrom http://purl.org/dc/elements/1.1/format WoCID DOI URL Citation X Y Accuracy Crayfish_scientific_name Pathogen_symbiont_present Year_of_observation Contributor +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L2 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2338 10.1016/j.jip.2017.09.004 null Mrugała, A., Šanda, R., Petrusek, A., Marić, D., & Vukić, J. (2017). Recent acute crayfish mortality reveals Aphanomyces astaci presence in Bosnia and Herzegovina. Journal of invertebrate pathology, 150, 73-75. 43.37 17.62 High Astacus astacus Aphanomyces astaci 2015 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L3 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2339 10.3354/dao02955 null Maguire, I., Jelic, M., Klobučar, G., Delpy, M., Delaunay, C. and Grandjean, F. 2016. Prevalence of the pathogen Aphanomyces astaci in freshwater crayfish populations in Croatia. Diseases of Aquatic Organisms. 118(1), 45-53(1), 45-53. 44.8807 15.6129 High Astacus astacus Aphanomyces astaci 2012 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L4 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2340 10.3354/dao02955 null Maguire, I., Jelic, M., Klobučar, G., Delpy, M., Delaunay, C. and Grandjean, F. 2016. Prevalence of the pathogen Aphanomyces astaci in freshwater crayfish populations in Croatia. Diseases of Aquatic Organisms. 118(1), 45-53(1), 45-53. 45.2557 15.4127 High Astacus astacus Aphanomyces astaci 2013 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L5 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2341 10.1016/j.aquaculture.2007.11.015 null Kozubíková, E., Petrusek, A., Ďuriš, Z., Martín, M. P., Diéguez-Uribeondo, J., & Oidtmann, B. (2008). The old menace is back: recent crayfish plague outbreaks in the Czech Republic. Aquaculture, 274(2-4), 208-217. 49.666 18.669 High Astacus astacus Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L6 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2342 10.1016/j.aquaculture.2007.11.015 null Kozubíková, E., Petrusek, A., Ďuriš, Z., Martín, M. P., Diéguez-Uribeondo, J., & Oidtmann, B. (2008). The old menace is back: recent crayfish plague outbreaks in the Czech Republic. Aquaculture, 274(2-4), 208-217. 49.898 14.365 High Astacus astacus Aphanomyces astaci 2005 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L7 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2343 10.1016/j.aquaculture.2007.11.015 null Kozubíková, E., Petrusek, A., Ďuriš, Z., Martín, M. P., Diéguez-Uribeondo, J., & Oidtmann, B. (2008). The old menace is back: recent crayfish plague outbreaks in the Czech Republic. Aquaculture, 274(2-4), 208-217. 49.095 15.044 High Astacus astacus Aphanomyces astaci 2007 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L8 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2344 10.1016/j.vetmic.2014.02.020 null Grandjean, F., Vrålstad, T., Dieguez-Uribeondo, J., Jelić, M., Mangombi, J., Delaunay, C., ... & Petrusek, A. (2014). Microsatellite markers for direct genotyping of the crayfish plague pathogen Aphanomyces astaci (Oomycetes) from infected host tissues. Veterinary Microbiology, 170(3-4), 317-324. 49.683 15.385 High Astacus astacus Aphanomyces astaci 2008 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L9 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2345 10.1016/j.vetmic.2014.02.020 null Grandjean, F., Vrålstad, T., Dieguez-Uribeondo, J., Jelić, M., Mangombi, J., Delaunay, C., ... & Petrusek, A. (2014). Microsatellite markers for direct genotyping of the crayfish plague pathogen Aphanomyces astaci (Oomycetes) from infected host tissues. Veterinary Microbiology, 170(3-4), 317-324. 49.23 18.038 High Astacus astacus Aphanomyces astaci 2008 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L10 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2346 10.1016/j.vetmic.2014.02.020 null Grandjean, F., Vrålstad, T., Dieguez-Uribeondo, J., Jelić, M., Mangombi, J., Delaunay, C., ... & Petrusek, A. (2014). Microsatellite markers for direct genotyping of the crayfish plague pathogen Aphanomyces astaci (Oomycetes) from infected host tissues. Veterinary Microbiology, 170(3-4), 317-324. 49.36 16.407 High Astacus astacus Aphanomyces astaci 2009 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L11 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2347 10.1080/03949370.2014.897652 null Kozubíková-Balcarová, E., Beran, L., Ďuriš, Z., Fischer, D., Horká, I., Svobodová, J., & Petrusek, A. (2014). Status and recovery of indigenous crayfish populations after recent crayfish plague outbreaks in the Czech Republic. Ethology Ecology & Evolution, 26(2-3), 299-319. 49.402 12.826 High Astacus astacus Aphanomyces astaci 2014 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L12 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2348 10.1016/j.funbio.2013.07.005 null Kozubíková-Balcarová, E., Koukol, O., Martín, M. P., Svoboda, J., Petrusek, A., & Diéguez-Uribeondo, J. (2013). The diversity of oomycetes on crayfish: Morphological vs. molecular identification of cultures obtained while isolating the crayfish plague pathogen. Fungal biology, 117(10), 682-691. 49.669 13.964 High Astacus astacus Aphanomyces astaci 2011 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L13 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2349 10.1016/j.jip.2020.107390 null Mojžišová, M., Mrugała, A., Kozubíková-Balcarová, E., Vlach, P., Svobodová, J., Kouba, A., & Petrusek, A. (2020). Crayfish plague in Czechia: Outbreaks from novel sources and testing for chronic infections. Journal of invertebrate pathology, 173, 107390. 49.766 15.208 High Astacus astacus Aphanomyces astaci 2016 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L14 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2350 10.1016/j.jip.2020.107390 null Mojžišová, M., Mrugała, A., Kozubíková-Balcarová, E., Vlach, P., Svobodová, J., Kouba, A., & Petrusek, A. (2020). Crayfish plague in Czechia: Outbreaks from novel sources and testing for chronic infections. Journal of invertebrate pathology, 173, 107390. 49.57 18.366 High Astacus astacus Aphanomyces astaci 2016 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L15 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2351 10.1016/j.jip.2020.107390 null Mojžišová, M., Mrugała, A., Kozubíková-Balcarová, E., Vlach, P., Svobodová, J., Kouba, A., & Petrusek, A. (2020). Crayfish plague in Czechia: Outbreaks from novel sources and testing for chronic infections. Journal of invertebrate pathology, 173, 107390. 49.036 13.983 High Astacus astacus Aphanomyces astaci 2018 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L16 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2352 10.1016/j.jip.2020.107390 null Mojžišová, M., Mrugała, A., Kozubíková-Balcarová, E., Vlach, P., Svobodová, J., Kouba, A., & Petrusek, A. (2020). Crayfish plague in Czechia: Outbreaks from novel sources and testing for chronic infections. Journal of invertebrate pathology, 173, 107390. 48.781 14.62 High Astacus astacus Aphanomyces astaci 2018 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L17 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2353 10.1016/j.jip.2020.107390 null Mojžišová, M., Mrugała, A., Kozubíková-Balcarová, E., Vlach, P., Svobodová, J., Kouba, A., & Petrusek, A. (2020). Crayfish plague in Czechia: Outbreaks from novel sources and testing for chronic infections. Journal of invertebrate pathology, 173, 107390. 49.457 18.134 High Astacus astacus Aphanomyces astaci 2018 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L18 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2354 10.1016/j.jip.2020.107390 null Mojžišová, M., Mrugała, A., Kozubíková-Balcarová, E., Vlach, P., Svobodová, J., Kouba, A., & Petrusek, A. (2020). Crayfish plague in Czechia: Outbreaks from novel sources and testing for chronic infections. Journal of invertebrate pathology, 173, 107390. 49.897 13.89 High Astacus astacus Aphanomyces astaci 2018 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L19 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2355 10.1016/j.jip.2020.107390 null Mojžišová, M., Mrugała, A., Kozubíková-Balcarová, E., Vlach, P., Svobodová, J., Kouba, A., & Petrusek, A. (2020). Crayfish plague in Czechia: Outbreaks from novel sources and testing for chronic infections. Journal of invertebrate pathology, 173, 107390. 49.93 15.254 High Astacus astacus Aphanomyces astaci 2014 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L20 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2356 10.1016/j.jip.2020.107390 null Mojžišová, M., Mrugała, A., Kozubíková-Balcarová, E., Vlach, P., Svobodová, J., Kouba, A., & Petrusek, A. (2020). Crayfish plague in Czechia: Outbreaks from novel sources and testing for chronic infections. Journal of invertebrate pathology, 173, 107390. 49.552 18.336 High Astacus astacus Aphanomyces astaci 2019 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L21 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2357 10.1007/s10530-017-1496-z null Kaldre, K., Paaver, T., Hurt, M., & Grandjean, F. (2017). First records of the non-indigenous signal crayfish (Pacifastacus leniusculus) and its threat to noble crayfish (Astacus astacus) populations in Estonia. Biological Invasions, 19(10), 2771-2776. 58.2 22.07 Low Astacus astacus Aphanomyces astaci 2007 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L22 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2358 10.1007/s10530-017-1496-z null Kaldre, K., Paaver, T., Hurt, M., & Grandjean, F. (2017). First records of the non-indigenous signal crayfish (Pacifastacus leniusculus) and its threat to noble crayfish (Astacus astacus) populations in Estonia. Biological Invasions, 19(10), 2771-2776. 57.71 26.86 Low Astacus astacus Aphanomyces astaci 2010 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L23 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2359 10.1007/s10530-017-1496-z null Kaldre, K., Paaver, T., Hurt, M., & Grandjean, F. (2017). First records of the non-indigenous signal crayfish (Pacifastacus leniusculus) and its threat to noble crayfish (Astacus astacus) populations in Estonia. Biological Invasions, 19(10), 2771-2776. 58.69 26.3 Low Astacus astacus Aphanomyces astaci 2010 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L24 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2360 10.1007/s10530-017-1496-z null Kaldre, K., Paaver, T., Hurt, M., & Grandjean, F. (2017). First records of the non-indigenous signal crayfish (Pacifastacus leniusculus) and its threat to noble crayfish (Astacus astacus) populations in Estonia. Biological Invasions, 19(10), 2771-2776. 58.95 27.05 Low Astacus astacus Aphanomyces astaci 2015 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L25 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2361 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 63.6159 24.4127 High Astacus astacus Aphanomyces astaci 2006 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L26 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2362 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 64.0243 24.2031 High Astacus astacus Aphanomyces astaci 2006 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L27 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2363 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 64.3926 24.3264 High Astacus astacus Aphanomyces astaci 2003 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L28 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2364 10.1016/j.fgb.2012.05.014 null Makkonen, J., Jussila, J., & Kokko, H. (2012). The diversity of the pathogenic Oomycete (Aphanomyces astaci) chitinase genes within the genotypes indicate adaptation to its hosts. Fungal Genetics and Biology, 49(8), 635-642. 64.2661 24.8224 High Astacus astacus Aphanomyces astaci 2003 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L29 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2365 10.1016/j.fgb.2012.05.014 null Makkonen, J., Jussila, J., & Kokko, H. (2012). The diversity of the pathogenic Oomycete (Aphanomyces astaci) chitinase genes within the genotypes indicate adaptation to its hosts. Fungal Genetics and Biology, 49(8), 635-642. 64.1709 25.161 High Astacus astacus Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L30 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2366 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 60.7841 27.8911 High Astacus astacus Aphanomyces astaci 2006 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L31 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2367 10.1017/S0031182018000227 null Makkonen, J., Jussila, J., Panteleit, J., Keller, N. S., Schrimpf, A., Theissinger, K., ... & Kokko, H. (2018). MtDNA allows the sensitive detection and haplotyping of the crayfish plague disease agent Aphanomyces astaci showing clues about its origin and 61.83 22.17 Low Astacus astacus Aphanomyces astaci 2014 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L32 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2368 10.1016/j.fgb.2012.05.014 null Makkonen, J., Jussila, J., & Kokko, H. (2012). The diversity of the pathogenic Oomycete (Aphanomyces astaci) chitinase genes within the genotypes indicate adaptation to its hosts. Fungal Genetics and Biology, 49(8), 635-642. 65.93 24.71 Low Astacus astacus Aphanomyces astaci 2007 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L33 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2369 10.1016/j.fgb.2012.05.014 null Makkonen, J., Jussila, J., & Kokko, H. (2012). The diversity of the pathogenic Oomycete (Aphanomyces astaci) chitinase genes within the genotypes indicate adaptation to its hosts. Fungal Genetics and Biology, 49(8), 635-642. 64.127583 29.496944 High Astacus astacus Aphanomyces astaci 2009 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L34 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2370 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 62.1837 30.3746 High Astacus astacus Aphanomyces astaci 2000 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L35 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2371 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.5311 29.5257 High Astacus astacus Aphanomyces astaci 2006 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L36 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2372 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.5465 28.7248 High Astacus astacus Aphanomyces astaci 2002 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L37 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2373 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.2154 28.9267 High Astacus astacus Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L38 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2374 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.3318 29.3065 High Astacus astacus Aphanomyces astaci 2000 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L39 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2375 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.9366 28.4997 High Astacus astacus Aphanomyces astaci 1998 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L40 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2376 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.8849 29.1393 High Astacus astacus Aphanomyces astaci 2002 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L41 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2377 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 62.6114 29.4034 High Astacus astacus Aphanomyces astaci 2001 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L42 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2378 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 63.3708 29.154 High Astacus astacus Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L43 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2379 10.1016/j.fgb.2012.05.014 null Makkonen, J., Jussila, J., & Kokko, H. (2012). The diversity of the pathogenic Oomycete (Aphanomyces astaci) chitinase genes within the genotypes indicate adaptation to its hosts. Fungal Genetics and Biology, 49(8), 635-642. 63.081 30.0595 High Astacus astacus Aphanomyces astaci 2003 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L44 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2380 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 63.6364 28.8765 High Astacus astacus Aphanomyces astaci 1998 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L45 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2381 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 62.7957 30.7603 High Astacus astacus Aphanomyces astaci 2001 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L46 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2382 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 62.6474 31.0553 High Astacus astacus Aphanomyces astaci 1999 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L47 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2383 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.5409 25.7557 High Astacus astacus Aphanomyces astaci 2001 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L48 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2384 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 62.1248 25.8012 High Astacus astacus Aphanomyces astaci 1998 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L49 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2385 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 63.2257 25.6446 High Astacus astacus Aphanomyces astaci 2006 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L50 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2386 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 62.8139 25.5304 High Astacus astacus Aphanomyces astaci 1996 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L51 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2387 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 62.8625 26.2878 High Astacus astacus Aphanomyces astaci 2001 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L52 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2388 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 62.8995 27.0817 High Astacus astacus Aphanomyces astaci 2002 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L53 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2389 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 63.0623 26.9977 High Astacus astacus Aphanomyces astaci 2002 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L54 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2390 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.6604 26.214 High Astacus astacus Aphanomyces astaci 2000 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L55 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2391 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.6152 26.3129 High Astacus astacus Aphanomyces astaci 2001 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L56 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2392 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.6532 23.7841 High Astacus astacus Aphanomyces astaci 2005 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L57 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2393 10.1016/j.fgb.2012.05.014 null Makkonen, J., Jussila, J., & Kokko, H. (2012). The diversity of the pathogenic Oomycete (Aphanomyces astaci) chitinase genes within the genotypes indicate adaptation to its hosts. Fungal Genetics and Biology, 49(8), 635-642. 61.6532 23.7841 High Astacus astacus Aphanomyces astaci 2005 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L58 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2394 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.834 22.485 High Astacus astacus Aphanomyces astaci 2005 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L59 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2395 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.7468 22.228 High Astacus astacus Aphanomyces astaci 2006 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L60 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2396 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 63.4927 23.3237 High Astacus astacus Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L61 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2397 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 63.3096 23.5849 High Astacus astacus Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L62 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2398 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 63.148 23.6706 High Astacus astacus Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L63 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2399 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 63.4633 23.7746 High Astacus astacus Aphanomyces astaci 2003 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L64 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2400 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 63.4633 23.7746 High Astacus astacus Aphanomyces astaci 2003 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L65 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2401 10.1016/j.fgb.2012.05.014 null Makkonen, J., Jussila, J., & Kokko, H. (2012). The diversity of the pathogenic Oomycete (Aphanomyces astaci) chitinase genes within the genotypes indicate adaptation to its hosts. Fungal Genetics and Biology, 49(8), 635-642. 64.0509 25.5277 High Astacus astacus Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L66 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2402 10.1016/j.fgb.2012.05.014 null Makkonen, J., Jussila, J., & Kokko, H. (2012). The diversity of the pathogenic Oomycete (Aphanomyces astaci) chitinase genes within the genotypes indicate adaptation to its hosts. Fungal Genetics and Biology, 49(8), 635-642. 63.8933 25.7819 High Astacus astacus Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L67 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2403 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 63.588 25.9354 High Astacus astacus Aphanomyces astaci 2003 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L68 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2404 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 63.588 25.9354 High Astacus astacus Aphanomyces astaci 2006 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L69 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2405 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 64.4395 27.4371 High Astacus astacus Aphanomyces astaci 2005 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L70 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2406 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 65.5161 28.5789 High Astacus astacus Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L71 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2407 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 66.0867 24.7974 High Astacus astacus Aphanomyces astaci 2006 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L72 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2408 10.1016/j.fgb.2012.05.014 null Makkonen, J., Jussila, J., & Kokko, H. (2012). The diversity of the pathogenic Oomycete (Aphanomyces astaci) chitinase genes within the genotypes indicate adaptation to its hosts. Fungal Genetics and Biology, 49(8), 635-642. 61.2467 27.1129 High Astacus astacus Aphanomyces astaci 1999 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L73 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2409 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 62.9751 27.8411 High Astacus astacus Aphanomyces astaci 2001 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L74 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2410 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 63.1278 28.8443 High Astacus astacus Aphanomyces astaci 1996 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L75 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2411 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 60.641 26.4727 High Astacus astacus Aphanomyces astaci 2005 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L76 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2412 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.2838 26.5601 High Astacus astacus Aphanomyces astaci 2000 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L77 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2413 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.0957 25.533 High Astacus astacus Aphanomyces astaci 2000 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L78 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2414 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.5176 25.9269 High Astacus astacus Aphanomyces astaci 2000 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L79 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2415 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.6322 26.2863 High Astacus astacus Aphanomyces astaci 2000 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L80 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2416 10.1016/j.fgb.2012.05.014 null Makkonen, J., Jussila, J., & Kokko, H. (2012). The diversity of the pathogenic Oomycete (Aphanomyces astaci) chitinase genes within the genotypes indicate adaptation to its hosts. Fungal Genetics and Biology, 49(8), 635-642. 61.4844 26.223 High Astacus astacus Aphanomyces astaci 2003 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L81 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2417 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.0631 26.6768 High Astacus astacus Aphanomyces astaci 2001 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L82 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2418 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.8061 26.3843 High Astacus astacus Aphanomyces astaci 2002 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L83 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2419 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.8939 27.1067 High Astacus astacus Aphanomyces astaci 2000 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L84 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2420 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.2491 22.9192 High Astacus astacus Aphanomyces astaci 2000 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L85 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2421 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.2153 23.5702 High Astacus astacus Aphanomyces astaci 2002 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L86 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2422 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.6532 23.7841 High Astacus astacus Aphanomyces astaci 2006 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L87 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2423 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.6166 24.0084 High Astacus astacus Aphanomyces astaci 2002 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L88 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2424 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 62.2088 23.6269 High Astacus astacus Aphanomyces astaci 2006 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L89 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2425 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 61.2545 24.5379 High Astacus astacus Aphanomyces astaci 1998 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L90 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2426 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 62.9588 22.4351 High Astacus astacus Aphanomyces astaci 1999 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L91 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2427 10.3354/dao02575 null Viljamaa-Dirks, S., Heinikainen, S., Torssonen, H., Pursiainen, M., Mattila, J., & Pelkonen, S. (2013). Distribution and epidemiology of genotypes of the crayfish plague agent Aphanomyces astaci from noble crayfish Astacus astacus in Finland. Diseases of Aquatic Organisms, 103(3), 199-208. 63.7716 24.2755 High Astacus astacus Aphanomyces astaci 2006 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L92 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2428 10.3354/dao035235 null Oidtmann, B., Cerenius, L., Schmid, I., Hoffmann, R., & Söderhäll, K. (1999). Crayfish plague epizootics in Germany--classification of two German isolates of the crayfish plague fungus Aphanomyces astaci by random amplification of polymorphic DNA. Diseases of Aquatic Organisms, 35(3), 235-238. 47.77 11.05 Low Astacus astacus Aphanomyces astaci 1996 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L93 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2429 10.3354/dao035235 null Oidtmann, B., Cerenius, L., Schmid, I., Hoffmann, R., & Söderhäll, K. (1999). Crayfish plague epizootics in Germany--classification of two German isolates of the crayfish plague fungus Aphanomyces astaci by random amplification of polymorphic DNA. Diseases of Aquatic Organisms, 35(3), 235-238. 48.23 10.37 Low Astacus astacus Aphanomyces astaci 1996 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L94 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2430 10.1016/j.vetmic.2014.07.008 null Vrålstad, T., Strand, D. A., Grandjean, F., Kvellestad, A., Håstein, T., Knutsen, A. K., ... & Skaar, I. (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology, 173(1-2), 66-75. 59.96 12.18 High Astacus astacus Aphanomyces astaci 1974 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L95 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2431 10.1016/j.vetmic.2014.07.008 null Vrålstad, T., Strand, D. A., Grandjean, F., Kvellestad, A., Håstein, T., Knutsen, A. K., ... & Skaar, I. (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology, 173(1-2), 66-75. 60.25 11.68 High Astacus astacus Aphanomyces astaci 2005 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L96 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2432 10.1016/j.vetmic.2014.07.008 null Vrålstad, T., Strand, D. A., Grandjean, F., Kvellestad, A., Håstein, T., Knutsen, A. K., ... & Skaar, I. (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology, 173(1-2), 66-75. 59.74 11.48 High Astacus astacus Aphanomyces astaci 1993 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L97 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2433 10.1016/j.vetmic.2014.07.008 null Vrålstad, T., Strand, D. A., Grandjean, F., Kvellestad, A., Håstein, T., Knutsen, A. K., ... & Skaar, I. (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology, 173(1-2), 66-75. 59.92 10.5 High Astacus astacus Aphanomyces astaci 1998 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L98 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2434 10.1016/j.vetmic.2014.07.008 null Vrålstad, T., Strand, D. A., Grandjean, F., Kvellestad, A., Håstein, T., Knutsen, A. K., ... & Skaar, I. (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology, 173(1-2), 66-75. 60.2 11.89 High Astacus astacus Aphanomyces astaci 2005 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L99 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2435 10.1016/j.vetmic.2014.07.008 null Vrålstad, T., Strand, D. A., Grandjean, F., Kvellestad, A., Håstein, T., Knutsen, A. K., ... & Skaar, I. (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology, 173(1-2), 66-75. 59.23 11.68 High Astacus astacus Aphanomyces astaci 2005 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L100 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2436 10.1016/j.vetmic.2014.07.008 null Vrålstad, T., Strand, D. A., Grandjean, F., Kvellestad, A., Håstein, T., Knutsen, A. K., ... & Skaar, I. (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology, 173(1-2), 66-75. 59.43 11.66 High Astacus astacus Aphanomyces astaci 2005 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L101 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2437 10.1016/j.vetmic.2014.07.008 null Vrålstad, T., Strand, D. A., Grandjean, F., Kvellestad, A., Håstein, T., Knutsen, A. K., ... & Skaar, I. (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology, 173(1-2), 66-75. 59.99 11.95 High Astacus astacus Aphanomyces astaci 2010 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L102 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2438 10.1016/0044-8486(94)90243-7 null Huang, T. S., Cerenius, L., & Söderhäll, K. (1994). Analysis of genetic diversity in the crayfish plague fungus, Aphanomyces astaci, by random amplification of polymorphic DNA. Aquaculture, 126(1-2), 1-9. 58.12 15.8 Low Astacus astacus Aphanomyces astaci 1962 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L103 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2439 10.1016/0044-8486(94)90243-7 null Huang, T. S., Cerenius, L., & Söderhäll, K. (1994). Analysis of genetic diversity in the crayfish plague fungus, Aphanomyces astaci, by random amplification of polymorphic DNA. Aquaculture, 126(1-2), 1-9. 59.61 14.56 Low Astacus astacus Aphanomyces astaci 1970 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L104 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2440 10.1016/0044-8486(94)90243-7 null Huang, T. S., Cerenius, L., & Söderhäll, K. (1994). Analysis of genetic diversity in the crayfish plague fungus, Aphanomyces astaci, by random amplification of polymorphic DNA. Aquaculture, 126(1-2), 1-9. 59.02 15.41 Low Astacus astacus Aphanomyces astaci 1970 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L105 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2441 10.1016/0044-8486(94)90243-7 null Huang, T. S., Cerenius, L., & Söderhäll, K. (1994). Analysis of genetic diversity in the crayfish plague fungus, Aphanomyces astaci, by random amplification of polymorphic DNA. Aquaculture, 126(1-2), 1-9. 58.58 14.01 Low Astacus astacus Aphanomyces astaci 1970 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L106 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2442 10.1016/0044-8486(94)90243-7 null Huang, T. S., Cerenius, L., & Söderhäll, K. (1994). Analysis of genetic diversity in the crayfish plague fungus, Aphanomyces astaci, by random amplification of polymorphic DNA. Aquaculture, 126(1-2), 1-9. 59.45 14.26 Low Astacus astacus Aphanomyces astaci 1970 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L107 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2443 10.1016/0044-8486(94)90243-7 null Huang, T. S., Cerenius, L., & Söderhäll, K. (1994). Analysis of genetic diversity in the crayfish plague fungus, Aphanomyces astaci, by random amplification of polymorphic DNA. Aquaculture, 126(1-2), 1-9. 57.8 15.07 Low Astacus astacus Aphanomyces astaci 1970 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L108 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2444 10.1016/0044-8486(94)90243-7 null Huang, T. S., Cerenius, L., & Söderhäll, K. (1994). Analysis of genetic diversity in the crayfish plague fungus, Aphanomyces astaci, by random amplification of polymorphic DNA. Aquaculture, 126(1-2), 1-9. 56.63 16.17 Low Astacus astacus Aphanomyces astaci 1973 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L109 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2445 10.1016/0044-8486(94)90243-7 null Huang, T. S., Cerenius, L., & Söderhäll, K. (1994). Analysis of genetic diversity in the crayfish plague fungus, Aphanomyces astaci, by random amplification of polymorphic DNA. Aquaculture, 126(1-2), 1-9. 59.8 14.5 Low Astacus astacus Aphanomyces astaci 1973 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L110 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2446 10.1016/0044-8486(94)90243-7 null Huang, T. S., Cerenius, L., & Söderhäll, K. (1994). Analysis of genetic diversity in the crayfish plague fungus, Aphanomyces astaci, by random amplification of polymorphic DNA. Aquaculture, 126(1-2), 1-9. 60.71 14.87 Low Astacus astacus Aphanomyces astaci 1973 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L111 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2447 10.1016/0044-8486(94)90243-7 null Huang, T. S., Cerenius, L., & Söderhäll, K. (1994). Analysis of genetic diversity in the crayfish plague fungus, Aphanomyces astaci, by random amplification of polymorphic DNA. Aquaculture, 126(1-2), 1-9. 57.5 16.04 Low Astacus astacus Aphanomyces astaci 1973 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L112 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2448 10.1007/s10530-017-1496-z null Kaldre, K., Paaver, T., Hurt, M., & Grandjean, F. (2017). First records of the non-indigenous signal crayfish (Pacifastacus leniusculus) and its threat to noble crayfish (Astacus astacus) populations in Estonia. Biological Invasions, 19(10), 2771-2776. 58.30397682 22.67786349 Low Astacus astacus Aphanomyces astaci 2006 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L113 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2449 10.1007/s10530-017-1496-z null Kaldre, K., Paaver, T., Hurt, M., & Grandjean, F. (2017). First records of the non-indigenous signal crayfish (Pacifastacus leniusculus) and its threat to noble crayfish (Astacus astacus) populations in Estonia. Biological Invasions, 19(10), 2771-2776. 58.30339394 22.48968131 Low Astacus astacus Aphanomyces astaci 2007 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L114 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2450 10.1007/s10530-017-1496-z null Kaldre, K., Paaver, T., Hurt, M., & Grandjean, F. (2017). First records of the non-indigenous signal crayfish (Pacifastacus leniusculus) and its threat to noble crayfish (Astacus astacus) populations in Estonia. Biological Invasions, 19(10), 2771-2776. 58.3584108 22.51219903 Low Astacus astacus Aphanomyces astaci 2008 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L115 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2451 10.1007/s10530-017-1496-z null Kaldre, K., Paaver, T., Hurt, M., & Grandjean, F. (2017). First records of the non-indigenous signal crayfish (Pacifastacus leniusculus) and its threat to noble crayfish (Astacus astacus) populations in Estonia. Biological Invasions, 19(10), 2771-2776. 58.10640595 26.8100957 Low Astacus astacus Aphanomyces astaci 2009 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L116 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2452 10.1007/s10530-017-1496-z null Kaldre, K., Paaver, T., Hurt, M., & Grandjean, F. (2017). First records of the non-indigenous signal crayfish (Pacifastacus leniusculus) and its threat to noble crayfish (Astacus astacus) populations in Estonia. Biological Invasions, 19(10), 2771-2776. 57.73184272 26.51490488 Low Astacus astacus Aphanomyces astaci 2008 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L117 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2453 10.1007/s10530-017-1496-z null Kaldre, K., Paaver, T., Hurt, M., & Grandjean, F. (2017). First records of the non-indigenous signal crayfish (Pacifastacus leniusculus) and its threat to noble crayfish (Astacus astacus) populations in Estonia. Biological Invasions, 19(10), 2771-2776. 58.92056482 26.27561296 Low Astacus astacus Aphanomyces astaci 2009 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L118 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2454 10.1007/s10530-017-1496-z null Kaldre, K., Paaver, T., Hurt, M., & Grandjean, F. (2017). First records of the non-indigenous signal crayfish (Pacifastacus leniusculus) and its threat to noble crayfish (Astacus astacus) populations in Estonia. Biological Invasions, 19(10), 2771-2776. 58.9780853 23.84928511 Low Astacus astacus Aphanomyces astaci 2011 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L119 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2455 10.1016/j.jip.2020.107390 null Mojžišová, M., Mrugała, A., Kozubíková-Balcarová, E., Vlach, P., Svobodová, J., Kouba, A., & Petrusek, A. (2020). Crayfish plague in Czechia: Outbreaks from novel sources and testing for chronic infections. Journal of invertebrate pathology, 173, 107390. 50.4291 15.8026 High Astacus astacus Aphanomyces astaci 2014 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L120 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC5851 10.3897/neobiota.89.110085 null Satmari, A., Miok, K., Ion, M. C., Zaharia, C., Schrimpf, A., & Pârvulescu, L. (2023).  Headwater refuges: Flow protects Austropotamobius crayfish from Faxonius limosus invasion. NeoBiota, 89, 71-94. 46.6112 22.4035 High Astacus astacus Aphanomyces astaci 2019 Lucian Pârvulescu +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L121 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC5852 10.3897/neobiota.89.110085 null Satmari, A., Miok, K., Ion, M. C., Zaharia, C., Schrimpf, A., & Pârvulescu, L. (2023).  Headwater refuges: Flow protects Austropotamobius crayfish from Faxonius limosus invasion. NeoBiota, 89, 71-94. 46.6416 22.2447 High Astacus astacus Aphanomyces astaci 2019 Lucian Pârvulescu +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L122 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC5853 10.3897/neobiota.89.110085 null Satmari, A., Miok, K., Ion, M. C., Zaharia, C., Schrimpf, A., & Pârvulescu, L. (2023).  Headwater refuges: Flow protects Austropotamobius crayfish from Faxonius limosus invasion. NeoBiota, 89, 71-94. 45.2288 22.1436 High Astacus astacus Aphanomyces astaci 2019 Lucian Pârvulescu +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L123 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1721 null https://www.sva.se/media/ofelrebo/rapport-kr%C3%A4ftor-och-%C3%A5l-2018.pdf Anonymous 2018. Year Report Health monitoring, freshwater crayfish and eel. In Swedish. Report. National Veterinary Institute, Sweden. 59.944976 12.344846 High Astacus astacus Aphanomyces astaci 2018 David Strand +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L124 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1736 null https://www.vetinst.no/overvaking/krepsepest Strand D, Johnsen SI, Amundsen MM, Mohammad SN, Vrålstad T. 2023. The surveillance programme for Aphanomyces astaci in Norway 2022. Surveillance program report. ISSN 1890-3290 (electronic edition). Norwegian Veterinary Institute 2023, 27 pp. 59.549646 11.323271 High Astacus astacus Aphanomyces astaci 2021 David Strand +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L125 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1737 null https://www.vetinst.no/overvaking/krepsepest Strand D, Rusch J, Johnsen SI, Tarpai A, Vrålstad T. 2019. The surveillance programme for Aphanomyces astaci in Norway 2018. Annual Report 2019. ISSN 1894-5678. Norwegian Veterinary Institute, 16 pp. 59.76075 10.933445 High Astacus astacus Aphanomyces astaci 2018 David Strand +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L126 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1738 null https://www.vetinst.no/overvaking/krepsepest Strand D, Rusch J, Johnsen SI, Tarpai A, Vrålstad T. 2019. The surveillance programme for Aphanomyces astaci in Norway 2018. Annual Report 2019. ISSN 1894-5678. Norwegian Veterinary Institute, 16 pp. 59.76075 10.933445 High Astacus astacus Aphanomyces astaci 2018 David Strand +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L127 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1741 10.1111/1365-2664.13404 null Strand DA, Rusch JC, Johnsen SI, Agersnap S, Larsen W, Knudsen SW, Rask-Møller P, Vrålstad T. 2019. Monitoring of a Norwegian freshwater crayfish tragedy - eDNA snapshots of invasion, infection and extinction. Journal of Applied Ecology 56: 1661-1673 59.619274 11.585128 High Astacus astacus Aphanomyces astaci 2015 David Strand +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L128 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1743 10.1111/1365-2664.13404 null Strand DA, Rusch JC, Johnsen SI, Agersnap S, Larsen W, Knudsen SW, Rask-Møller P, Vrålstad T. 2019. Monitoring of a Norwegian freshwater crayfish tragedy - eDNA snapshots of invasion, infection and extinction. Journal of Applied Ecology 56: 1661-1673 59.669828 11.546195 High Astacus astacus Aphanomyces astaci 2015 David Strand +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L129 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1744 10.1111/1365-2664.13404 null Strand DA, Rusch JC, Johnsen SI, Agersnap S, Larsen W, Knudsen SW, Rask-Møller P, Vrålstad T. 2019. Monitoring of a Norwegian freshwater crayfish tragedy - eDNA snapshots of invasion, infection and extinction. Journal of Applied Ecology 56: 1661-1673 59.675525 11.530055 High Astacus astacus Aphanomyces astaci 2015 David Strand +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L130 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1746 10.1111/1365-2664.13404 null Strand DA, Rusch JC, Johnsen SI, Agersnap S, Larsen W, Knudsen SW, Rask-Møller P, Vrålstad T. 2019. Monitoring of a Norwegian freshwater crayfish tragedy - eDNA snapshots of invasion, infection and extinction. Journal of Applied Ecology 56: 1661-1673 59.722244 11.055167 High Astacus astacus Aphanomyces astaci 2016 David Strand +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L131 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1747 10.1111/1365-2664.13404 null Strand DA, Rusch JC, Johnsen SI, Agersnap S, Larsen W, Knudsen SW, Rask-Møller P, Vrålstad T. 2019. Monitoring of a Norwegian freshwater crayfish tragedy - eDNA snapshots of invasion, infection and extinction. Journal of Applied Ecology 56: 1661-1673 60.257848 11.684077 High Astacus astacus Aphanomyces astaci 2015 David Strand +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L132 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1754 null https://www.vetinst.no/overvaking/krepsepest Unpublished 59.588988 11.398288 High Astacus astacus Aphanomyces astaci 2023 David Strand +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L133 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1757 10.1111/1365-2664.12218 null Vrålstad T, Strand DA, Grandjean F, Kvellestad A, Håstein T, Knutsen AK, Taugbøl T, Skaar I, (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology 173: 66-75 59.284532 11.66379 High Astacus astacus Aphanomyces astaci 1989 Trude Vrålstad +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L134 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1758 10.1111/1365-2664.12218 null Vrålstad T, Strand DA, Grandjean F, Kvellestad A, Håstein T, Knutsen AK, Taugbøl T, Skaar I, (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology 173: 66-75 59.284532 11.66379 High Astacus astacus Aphanomyces astaci 2005 Trude Vrålstad +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L135 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1759 10.1111/1365-2664.12218 null Vrålstad T, Strand DA, Grandjean F, Kvellestad A, Håstein T, Knutsen AK, Taugbøl T, Skaar I, (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology 173: 66-75 59.362246 11.668004 High Astacus astacus Aphanomyces astaci 2005 Trude Vrålstad +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L136 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1760 10.1111/1365-2664.12218 null Vrålstad T, Strand DA, Grandjean F, Kvellestad A, Håstein T, Knutsen AK, Taugbøl T, Skaar I, (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology 173: 66-75 59.488005 11.644723 High Astacus astacus Aphanomyces astaci 1990 Trude Vrålstad +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L137 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1761 10.1111/1365-2664.12218 null Vrålstad T, Strand DA, Grandjean F, Kvellestad A, Håstein T, Knutsen AK, Taugbøl T, Skaar I, (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology 173: 66-75 59.675525 11.530055 High Astacus astacus Aphanomyces astaci 1993 Trude Vrålstad +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L138 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1763 10.1111/1365-2664.12218 null Vrålstad T, Strand DA, Grandjean F, Kvellestad A, Håstein T, Knutsen AK, Taugbøl T, Skaar I, (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology 173: 66-75 59.925218 11.993545 High Astacus astacus Aphanomyces astaci 2010 Trude Vrålstad +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L139 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1764 10.1111/1365-2664.12218 null Vrålstad T, Strand DA, Grandjean F, Kvellestad A, Håstein T, Knutsen AK, Taugbøl T, Skaar I, (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology 173: 66-75 59.949965 10.634363 High Astacus astacus Aphanomyces astaci 1998 Trude Vrålstad +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L140 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1767 10.1111/1365-2664.12218 null Vrålstad T, Strand DA, Grandjean F, Kvellestad A, Håstein T, Knutsen AK, Taugbøl T, Skaar I, (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology 173: 66-75 59.961996 12.169897 Low Astacus astacus Aphanomyces astaci 1971 Trude Vrålstad +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L141 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1768 10.1111/1365-2664.12218 null Vrålstad T, Strand DA, Grandjean F, Kvellestad A, Håstein T, Knutsen AK, Taugbøl T, Skaar I, (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology 173: 66-75 59.961996 12.169897 Low Astacus astacus Aphanomyces astaci 1974 Trude Vrålstad +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L142 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1769 10.1111/1365-2664.12218 null Vrålstad T, Strand DA, Grandjean F, Kvellestad A, Håstein T, Knutsen AK, Taugbøl T, Skaar I, (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology 173: 66-75 60.145503 11.460375 High Astacus astacus Aphanomyces astaci 2007 Trude Vrålstad +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L143 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1770 10.1111/1365-2664.12218 null Vrålstad T, Strand DA, Grandjean F, Kvellestad A, Håstein T, Knutsen AK, Taugbøl T, Skaar I, (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology 173: 66-75 60.203128 11.89162 High Astacus astacus Aphanomyces astaci 2005 Trude Vrålstad +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L144 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1771 10.1111/1365-2664.12218 null Vrålstad T, Strand DA, Grandjean F, Kvellestad A, Håstein T, Knutsen AK, Taugbøl T, Skaar I, (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology 173: 66-75 60.203128 11.89162 High Astacus astacus Aphanomyces astaci 2010 Trude Vrålstad +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L145 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1773 10.1111/1365-2664.12218 null Vrålstad T, Strand DA, Grandjean F, Kvellestad A, Håstein T, Knutsen AK, Taugbøl T, Skaar I, (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology 173: 66-75 60.257848 11.684077 High Astacus astacus Aphanomyces astaci 1995 Trude Vrålstad +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L146 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1774 10.1111/1365-2664.12218 null Vrålstad T, Strand DA, Grandjean F, Kvellestad A, Håstein T, Knutsen AK, Taugbøl T, Skaar I, (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology 173: 66-75 60.257848 11.684077 High Astacus astacus Aphanomyces astaci 2004 Trude Vrålstad +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L147 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1776 10.1111/1365-2664.12218 null Vrålstad T, Strand DA, Grandjean F, Kvellestad A, Håstein T, Knutsen AK, Taugbøl T, Skaar I, (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology 173: 66-75 60.336281 12.022889 High Astacus astacus Aphanomyces astaci 2009 Trude Vrålstad +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L148 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2538 10.3354/dao03275 null Caprioli, R., Mrugała, A., Di Domenico, M., Curini, V., Giansante, C., Cammà, C., & Petrusek, A. (2018). Aphanomyces astaci genotypes involved in recent crayfish plague outbreaks in central Italy. Diseases of aquatic organisms, 130(3), 209-219. 41.691 14.294 High Austropotamobius fulcisianus Aphanomyces astaci 2009 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L149 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2539 10.3354/dao03275 null Caprioli, R., Mrugała, A., Di Domenico, M., Curini, V., Giansante, C., Cammà, C., & Petrusek, A. (2018). Aphanomyces astaci genotypes involved in recent crayfish plague outbreaks in central Italy. Diseases of aquatic organisms, 130(3), 209-219. 42.584 13.478 High Austropotamobius fulcisianus Aphanomyces astaci 2011 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L150 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2540 10.3354/dao03275 null Caprioli, R., Mrugała, A., Di Domenico, M., Curini, V., Giansante, C., Cammà, C., & Petrusek, A. (2018). Aphanomyces astaci genotypes involved in recent crayfish plague outbreaks in central Italy. Diseases of aquatic organisms, 130(3), 209-219. 41.615 14.05 High Austropotamobius fulcisianus Aphanomyces astaci 2011 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L151 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2541 10.3354/dao03275 null Caprioli, R., Mrugała, A., Di Domenico, M., Curini, V., Giansante, C., Cammà, C., & Petrusek, A. (2018). Aphanomyces astaci genotypes involved in recent crayfish plague outbreaks in central Italy. Diseases of aquatic organisms, 130(3), 209-219. 41.915 14.323 High Austropotamobius fulcisianus Aphanomyces astaci 2013 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L152 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2542 10.3354/dao03275 null Caprioli, R., Mrugała, A., Di Domenico, M., Curini, V., Giansante, C., Cammà, C., & Petrusek, A. (2018). Aphanomyces astaci genotypes involved in recent crayfish plague outbreaks in central Italy. Diseases of aquatic organisms, 130(3), 209-219. 41.901 14.329 High Austropotamobius fulcisianus Aphanomyces astaci 2013 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L153 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2543 10.1016/j.jip.2018.06.002 null Minardi, D., Studholme, D. J., van der Giezen, M., Pretto, T., & Oidtmann, B. (2018). New genotyping method for the causative agent of crayfish plague (Aphanomyces astaci) based on whole genome data. Journal of invertebrate pathology, 156, 6-13. 46.37 13.1 High Austropotamobius fulcisianus Aphanomyces astaci 2013 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L154 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2544 10.1016/j.funbio.2013.10.007 null Rezinciuc, S., Galindo, J., Montserrat, J., & Diéguez-Uribeondo, J. (2014). AFLP-PCR and RAPD-PCR evidences of the transmission of the pathogen Aphanomyces astaci (Oomycetes) to wild populations of European crayfish from the invasive crayfish species, Procambarus clarkii. Fungal biology, 118(7), 612-620. 36.8673 -4.8751 High Austropotamobius fulcisianus Aphanomyces astaci 2009 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L155 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2545 10.1016/j.funbio.2013.10.007 null Rezinciuc, S., Galindo, J., Montserrat, J., & Diéguez-Uribeondo, J. (2014). AFLP-PCR and RAPD-PCR evidences of the transmission of the pathogen Aphanomyces astaci (Oomycetes) to wild populations of European crayfish from the invasive crayfish species, Procambarus clarkii. Fungal biology, 118(7), 612-620. 42.1151 2.3913 High Austropotamobius fulcisianus Aphanomyces astaci 2014 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L156 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2546 10.1016/j.funbio.2013.10.007 null Rezinciuc, S., Galindo, J., Montserrat, J., & Diéguez-Uribeondo, J. (2014). AFLP-PCR and RAPD-PCR evidences of the transmission of the pathogen Aphanomyces astaci (Oomycetes) to wild populations of European crayfish from the invasive crayfish species, Procambarus clarkii. Fungal biology, 118(7), 612-620. 42.2433 2.5216 High Austropotamobius fulcisianus Aphanomyces astaci 2013 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L157 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2547 10.1016/j.funbio.2013.10.007 null Rezinciuc, S., Galindo, J., Montserrat, J., & Diéguez-Uribeondo, J. (2014). AFLP-PCR and RAPD-PCR evidences of the transmission of the pathogen Aphanomyces astaci (Oomycetes) to wild populations of European crayfish from the invasive crayfish species, Procambarus clarkii. Fungal biology, 118(7), 612-620. 42.2102 2.4224 High Austropotamobius fulcisianus Aphanomyces astaci 2014 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L158 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2548 10.1016/j.funbio.2013.10.007 null Rezinciuc, S., Galindo, J., Montserrat, J., & Diéguez-Uribeondo, J. (2014). AFLP-PCR and RAPD-PCR evidences of the transmission of the pathogen Aphanomyces astaci (Oomycetes) to wild populations of European crayfish from the invasive crayfish species, Procambarus clarkii. Fungal biology, 118(7), 612-620. 42.8642 -1.8228 High Austropotamobius fulcisianus Aphanomyces astaci 2014 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L159 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2549 10.1016/j.funbio.2013.10.007 null Rezinciuc, S., Galindo, J., Montserrat, J., & Diéguez-Uribeondo, J. (2014). AFLP-PCR and RAPD-PCR evidences of the transmission of the pathogen Aphanomyces astaci (Oomycetes) to wild populations of European crayfish from the invasive crayfish species, Procambarus clarkii. Fungal biology, 118(7), 612-620. 42.8477 -1.7682 High Austropotamobius fulcisianus Aphanomyces astaci 2014 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L160 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2550 10.1016/j.funbio.2013.10.007 null Rezinciuc, S., Galindo, J., Montserrat, J., & Diéguez-Uribeondo, J. (2014). AFLP-PCR and RAPD-PCR evidences of the transmission of the pathogen Aphanomyces astaci (Oomycetes) to wild populations of European crayfish from the invasive crayfish species, Procambarus clarkii. Fungal biology, 118(7), 612-620. 42.8263 -1.7508 High Austropotamobius fulcisianus Aphanomyces astaci 2014 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L161 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2551 10.1371/journal.pone.0219223 null Martín-Torrijos, L., Kokko, H., Makkonen, J., Jussila, J., & Diéguez-Uribeondo, J. (2019). Mapping 15 years of crayfish plague in the Iberian Peninsula: The impact of two invasive species on the endangered native crayfish. PloS one, 14(8), e0219223. 42.03 2.66 High Austropotamobius fulcisianus Aphanomyces astaci 2014 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L162 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2552 10.1371/journal.pone.0219223 null Martín-Torrijos, L., Kokko, H., Makkonen, J., Jussila, J., & Diéguez-Uribeondo, J. (2019). Mapping 15 years of crayfish plague in the Iberian Peninsula: The impact of two invasive species on the endangered native crayfish. PloS one, 14(8), e0219223. 42.01 -4.54 High Austropotamobius fulcisianus Aphanomyces astaci 2008 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L163 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2553 10.1371/journal.pone.0219223 null Martín-Torrijos, L., Kokko, H., Makkonen, J., Jussila, J., & Diéguez-Uribeondo, J. (2019). Mapping 15 years of crayfish plague in the Iberian Peninsula: The impact of two invasive species on the endangered native crayfish. PloS one, 14(8), e0219223. 40.08 -2.14 High Austropotamobius fulcisianus Aphanomyces astaci 2009 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L164 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2554 10.1371/journal.pone.0219223 null Martín-Torrijos, L., Kokko, H., Makkonen, J., Jussila, J., & Diéguez-Uribeondo, J. (2019). Mapping 15 years of crayfish plague in the Iberian Peninsula: The impact of two invasive species on the endangered native crayfish. PloS one, 14(8), e0219223. 42.3 2.98 High Austropotamobius fulcisianus Aphanomyces astaci 2005 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L165 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2556 10.1371/journal.pone.0219223 null Martín-Torrijos, L., Kokko, H., Makkonen, J., Jussila, J., & Diéguez-Uribeondo, J. (2019). Mapping 15 years of crayfish plague in the Iberian Peninsula: The impact of two invasive species on the endangered native crayfish. PloS one, 14(8), e0219223. 40.63 -3.19 High Austropotamobius fulcisianus Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L166 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2557 10.1371/journal.pone.0219223 null Martín-Torrijos, L., Kokko, H., Makkonen, J., Jussila, J., & Diéguez-Uribeondo, J. (2019). Mapping 15 years of crayfish plague in the Iberian Peninsula: The impact of two invasive species on the endangered native crayfish. PloS one, 14(8), e0219223. 41.62 0.6399999999 High Austropotamobius fulcisianus Aphanomyces astaci 2009 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L167 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2558 10.1371/journal.pone.0219223 null Martín-Torrijos, L., Kokko, H., Makkonen, J., Jussila, J., & Diéguez-Uribeondo, J. (2019). Mapping 15 years of crayfish plague in the Iberian Peninsula: The impact of two invasive species on the endangered native crayfish. PloS one, 14(8), e0219223. 42.78 -1.58 High Austropotamobius fulcisianus Aphanomyces astaci 2006 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L168 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2559 10.1371/journal.pone.0219223 null Martín-Torrijos, L., Kokko, H., Makkonen, J., Jussila, J., & Diéguez-Uribeondo, J. (2019). Mapping 15 years of crayfish plague in the Iberian Peninsula: The impact of two invasive species on the endangered native crayfish. PloS one, 14(8), e0219223. 37.78 -3.81 High Austropotamobius fulcisianus Aphanomyces astaci 2011 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L169 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2560 10.1371/journal.pone.0219223 null Martín-Torrijos, L., Kokko, H., Makkonen, J., Jussila, J., & Diéguez-Uribeondo, J. (2019). Mapping 15 years of crayfish plague in the Iberian Peninsula: The impact of two invasive species on the endangered native crayfish. PloS one, 14(8), e0219223. 41.41 2.1 High Austropotamobius fulcisianus Aphanomyces astaci 2011 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L170 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2561 10.1371/journal.pone.0219223 null Martín-Torrijos, L., Kokko, H., Makkonen, J., Jussila, J., & Diéguez-Uribeondo, J. (2019). Mapping 15 years of crayfish plague in the Iberian Peninsula: The impact of two invasive species on the endangered native crayfish. PloS one, 14(8), e0219223. 43 -4.49 High Austropotamobius fulcisianus Aphanomyces astaci 2008 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L171 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2562 10.1371/journal.pone.0219223 null Martín-Torrijos, L., Kokko, H., Makkonen, J., Jussila, J., & Diéguez-Uribeondo, J. (2019). Mapping 15 years of crayfish plague in the Iberian Peninsula: The impact of two invasive species on the endangered native crayfish. PloS one, 14(8), e0219223. 43.45 -5.69 High Austropotamobius fulcisianus Aphanomyces astaci 2015 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L172 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2563 10.1371/journal.pone.0219223 null Martín-Torrijos, L., Kokko, H., Makkonen, J., Jussila, J., & Diéguez-Uribeondo, J. (2019). Mapping 15 years of crayfish plague in the Iberian Peninsula: The impact of two invasive species on the endangered native crayfish. PloS one, 14(8), e0219223. 41.99 2.82 High Austropotamobius fulcisianus Aphanomyces astaci 2014 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L173 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2564 10.1371/journal.pone.0219223 null Martín-Torrijos, L., Kokko, H., Makkonen, J., Jussila, J., & Diéguez-Uribeondo, J. (2019). Mapping 15 years of crayfish plague in the Iberian Peninsula: The impact of two invasive species on the endangered native crayfish. PloS one, 14(8), e0219223. 42.72 -1.95 High Austropotamobius fulcisianus Aphanomyces astaci 2015 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L174 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2565 10.1371/journal.pone.0219223 null Martín-Torrijos, L., Kokko, H., Makkonen, J., Jussila, J., & Diéguez-Uribeondo, J. (2019). Mapping 15 years of crayfish plague in the Iberian Peninsula: The impact of two invasive species on the endangered native crayfish. PloS one, 14(8), e0219223. 40.34 -1.11 High Austropotamobius fulcisianus Aphanomyces astaci 2017 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L175 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2566 10.1371/journal.pone.0219223 null Martín-Torrijos, L., Kokko, H., Makkonen, J., Jussila, J., & Diéguez-Uribeondo, J. (2019). Mapping 15 years of crayfish plague in the Iberian Peninsula: The impact of two invasive species on the endangered native crayfish. PloS one, 14(8), e0219223. 40.08 -0.1599999998 High Austropotamobius fulcisianus Aphanomyces astaci 2017 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L176 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2567 10.1016/j.vetmic.2014.02.020 null Grandjean, F., Vrålstad, T., Dieguez-Uribeondo, J., Jelić, M., Mangombi, J., Delaunay, C., ... & Petrusek, A. (2014). Microsatellite markers for direct genotyping of the crayfish plague pathogen Aphanomyces astaci (Oomycetes) from infected host tissues. Veterinary Microbiology, 170(3-4), 317-324. 42.3 2.98 Low Austropotamobius fulcisianus Aphanomyces astaci 2012 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L177 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2568 10.1016/j.vetmic.2014.02.020 null Grandjean, F., Vrålstad, T., Dieguez-Uribeondo, J., Jelić, M., Mangombi, J., Delaunay, C., ... & Petrusek, A. (2014). Microsatellite markers for direct genotyping of the crayfish plague pathogen Aphanomyces astaci (Oomycetes) from infected host tissues. Veterinary Microbiology, 170(3-4), 317-324. 43 -4.49 Low Austropotamobius fulcisianus Aphanomyces astaci 2007 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L178 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2530 10.1371/journal.pone.0070157 null Filipova, L., Petrusek, A., Matasova, K., Delaunay, C., & Grandjean, F. (2013). Prevalence of the crayfish plague pathogen Aphanomyces astaci in populations of the signal crayfish Pacifastacus leniusculus in France: evaluating the threat to native crayfish. PLoS One, 8(7), e70157. 44.55 4.87 Low Austropotamobius pallipes Aphanomyces astaci 2008 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L179 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2531 10.1371/journal.pone.0070157 null Filipova, L., Petrusek, A., Matasova, K., Delaunay, C., & Grandjean, F. (2013). Prevalence of the crayfish plague pathogen Aphanomyces astaci in populations of the signal crayfish Pacifastacus leniusculus in France: evaluating the threat to native crayfish. PLoS One, 8(7), e70157. 46 0.8500000002 Low Austropotamobius pallipes Aphanomyces astaci 2001 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L180 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2532 10.1016/j.vetmic.2014.02.020 null Grandjean, F., Vrålstad, T., Dieguez-Uribeondo, J., Jelić, M., Mangombi, J., Delaunay, C., ... & Petrusek, A. (2014). Microsatellite markers for direct genotyping of the crayfish plague pathogen Aphanomyces astaci (Oomycetes) from infected host tissues. Veterinary Microbiology, 170(3-4), 317-324. 46.62 -4.00E-02 Low Austropotamobius pallipes Aphanomyces astaci 2009 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L181 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2533 10.1051/kmae/2015037 null Collas, M., Becking, T., Delpy, M., Pflieger, M., Bohn, P., Reynolds, J., & Grandjean, F. (2016). Monitoring of white-clawed crayfish (Austropotamobius pallipes) population during a crayfish plague outbreak followed by rescue. Knowledge and management of aquatic ecosystems, (417), 1. 47.426 7.264 High Austropotamobius pallipes Aphanomyces astaci 2014 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L182 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2534 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 48.238 -6.97E-02 Low Austropotamobius pallipes Aphanomyces astaci 2014 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L183 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2535 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 45.585 4.127 Low Austropotamobius pallipes Aphanomyces astaci 2014 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L184 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2536 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 44.982 4.616 Low Austropotamobius pallipes Aphanomyces astaci 2014 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L185 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2537 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 45.888 5.428 Low Austropotamobius pallipes Aphanomyces astaci 2015 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L186 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2555 10.1371/journal.pone.0219223 null Martín-Torrijos, L., Kokko, H., Makkonen, J., Jussila, J., & Diéguez-Uribeondo, J. (2019). Mapping 15 years of crayfish plague in the Iberian Peninsula: The impact of two invasive species on the endangered native crayfish. PloS one, 14(8), e0219223. 42.93 2.57 High Austropotamobius pallipes Aphanomyces astaci 2005 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L187 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2569 10.1017/S0031182019000283 null Minardi, D., Studholme, D. J., Oidtmann, B., Pretto, T., & Van Der Giezen, M. (2019). Improved method for genotyping the causative agent of crayfish plague (Aphanomyces astaci) based on mitochondrial DNA. Parasitology, 146(8), 1022-1029. 50.82 -2 Low Austropotamobius pallipes Aphanomyces astaci 2014 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L188 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2570 10.1017/S0031182019000283 null Minardi, D., Studholme, D. J., Oidtmann, B., Pretto, T., & Van Der Giezen, M. (2019). Improved method for genotyping the causative agent of crayfish plague (Aphanomyces astaci) based on mitochondrial DNA. Parasitology, 146(8), 1022-1029. 53.361004 -1.5441 Low Austropotamobius pallipes Aphanomyces astaci 2014 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L189 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA2571 10.1017/S0031182019000283 null Minardi, D., Studholme, D. J., Oidtmann, B., Pretto, T., & Van Der Giezen, M. (2019). Improved method for genotyping the causative agent of crayfish plague (Aphanomyces astaci) based on mitochondrial DNA. Parasitology, 146(8), 1022-1029. 52.530297 0.6990687502 Low Austropotamobius pallipes Aphanomyces astaci 2010 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L190 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5080 10.1051/kmae/2015037 null Collas, M., Becking, T., Delpy, M., Pflieger, M., Bohn, P., Reynolds, J., & Grandjean, F. (2016). Monitoring of white-clawed crayfish (Austropotamobius pallipes) population during a crayfish plague outbreak followed by rescue. Knowledge and management of aquatic ecosystems, (417), 1. 47.42611111 7.26416667 High Austropotamobius pallipes Aphanomyces astaci 2016 Frédéric Grandjean +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L191 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1782 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20Programme%202020-2021.pdf Swords, F.; Griffin, B.; White, S.; Cheslett, D.; Geary, M.; Brenan, A.; Coakley, C.; Nelson, B. The National Crayfish Plague Surveillance Program, Ireland—2020–2021; Marine Institute: Galway, Ireland; p. 38. 52.3938 -8.6439 High Austropotamobius pallipes Aphanomyces astaci 2021 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L192 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1783 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20Programme%202020-2021.pdf Swords, F.; Griffin, B.; White, S.; Cheslett, D.; Geary, M.; Brenan, A.; Coakley, C.; Nelson, B. The National Crayfish Plague Surveillance Program, Ireland—2020–2021; Marine Institute: Galway, Ireland; p. 38. 52.39724 -8.66161 High Austropotamobius pallipes Aphanomyces astaci 2021 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L193 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1784 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20Programme%202020-2021.pdf Swords, F.; Griffin, B.; White, S.; Cheslett, D.; Geary, M.; Brenan, A.; Coakley, C.; Nelson, B. The National Crayfish Plague Surveillance Program, Ireland—2020–2021; Marine Institute: Galway, Ireland; p. 38. 52.401 -8.575 High Austropotamobius pallipes Aphanomyces astaci 2021 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L194 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1785 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20Programme%202020-2021.pdf Swords, F.; Griffin, B.; White, S.; Cheslett, D.; Geary, M.; Brenan, A.; Coakley, C.; Nelson, B. The National Crayfish Plague Surveillance Program, Ireland—2020–2021; Marine Institute: Galway, Ireland; p. 38. 52.40174 -8.57543 High Austropotamobius pallipes Aphanomyces astaci 2021 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L195 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1786 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20Programme%202020-2021.pdf Swords, F.; Griffin, B.; White, S.; Cheslett, D.; Geary, M.; Brenan, A.; Coakley, C.; Nelson, B. The National Crayfish Plague Surveillance Program, Ireland—2020–2021; Marine Institute: Galway, Ireland; p. 38. 52.40913 -8.43936 High Austropotamobius pallipes Aphanomyces astaci 2021 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L196 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1787 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20Programme%202020-2021.pdf Swords, F.; Griffin, B.; White, S.; Cheslett, D.; Geary, M.; Brenan, A.; Coakley, C.; Nelson, B. The National Crayfish Plague Surveillance Program, Ireland—2020–2021; Marine Institute: Galway, Ireland; p. 38. 52.42356 -8.66107 High Austropotamobius pallipes Aphanomyces astaci 2021 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L197 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1794 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20Programme%202020-2021.pdf Swords, F.; Griffin, B.; White, S.; Cheslett, D.; Geary, M.; Brenan, A.; Coakley, C.; Nelson, B. The National Crayfish Plague Surveillance Program, Ireland—2020–2021; Marine Institute: Galway, Ireland; p. 38. 52.51892 -8.7183 High Austropotamobius pallipes Aphanomyces astaci 2021 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L198 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1801 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20Programme%202020-2021.pdf Swords, F.; Griffin, B.; White, S.; Cheslett, D.; Geary, M.; Brenan, A.; Coakley, C.; Nelson, B. The National Crayfish Plague Surveillance Program, Ireland—2020–2021; Marine Institute: Galway, Ireland; p. 38. 52.5687 -8.7839 High Austropotamobius pallipes Aphanomyces astaci 2021 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L199 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1830 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20Programme%202020-2021.pdf Swords, F.; Griffin, B.; White, S.; Cheslett, D.; Geary, M.; Brenan, A.; Coakley, C.; Nelson, B. The National Crayfish Plague Surveillance Program, Ireland—2020–2021; Marine Institute: Galway, Ireland; p. 38. 53.37373 -7.78011 High Austropotamobius pallipes Aphanomyces astaci 2020 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L200 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1856 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20Programme%202020-2021.pdf Swords, F.; Griffin, B.; White, S.; Cheslett, D.; Geary, M.; Brenan, A.; Coakley, C.; Nelson, B. The National Crayfish Plague Surveillance Program, Ireland—2020–2021; Marine Institute: Galway, Ireland; p. 38. 53.93793 -9.1034 High Austropotamobius pallipes Aphanomyces astaci 2021 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L201 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1857 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20Programme%202020-2021.pdf Swords, F.; Griffin, B.; White, S.; Cheslett, D.; Geary, M.; Brenan, A.; Coakley, C.; Nelson, B. The National Crayfish Plague Surveillance Program, Ireland—2020–2021; Marine Institute: Galway, Ireland; p. 38. 53.96741 -8.93039 High Austropotamobius pallipes Aphanomyces astaci 2021 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L202 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1858 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20Programme%202020-2021.pdf Swords, F.; Griffin, B.; White, S.; Cheslett, D.; Geary, M.; Brenan, A.; Coakley, C.; Nelson, B. The National Crayfish Plague Surveillance Program, Ireland—2020–2021; Marine Institute: Galway, Ireland; p. 38. 53.97244 -8.30143 High Austropotamobius pallipes Aphanomyces astaci 2021 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L203 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1859 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20Programme%202020-2021.pdf Swords, F.; Griffin, B.; White, S.; Cheslett, D.; Geary, M.; Brenan, A.; Coakley, C.; Nelson, B. The National Crayfish Plague Surveillance Program, Ireland—2020–2021; Marine Institute: Galway, Ireland; p. 38. 53.98731 -8.48662 High Austropotamobius pallipes Aphanomyces astaci 2021 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L204 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1860 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20Programme%202020-2021.pdf Swords, F.; Griffin, B.; White, S.; Cheslett, D.; Geary, M.; Brenan, A.; Coakley, C.; Nelson, B. The National Crayfish Plague Surveillance Program, Ireland—2020–2021; Marine Institute: Galway, Ireland; p. 38. 53.99971 -8.50383 High Austropotamobius pallipes Aphanomyces astaci 2021 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L205 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1862 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20Programme%202020-2021.pdf Swords, F.; Griffin, B.; White, S.; Cheslett, D.; Geary, M.; Brenan, A.; Coakley, C.; Nelson, B. The National Crayfish Plague Surveillance Program, Ireland—2020–2021; Marine Institute: Galway, Ireland; p. 38. 54.01165 -8.49266 High Austropotamobius pallipes Aphanomyces astaci 2021 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L206 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1863 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20Programme%202020-2021.pdf Swords, F.; Griffin, B.; White, S.; Cheslett, D.; Geary, M.; Brenan, A.; Coakley, C.; Nelson, B. The National Crayfish Plague Surveillance Program, Ireland—2020–2021; Marine Institute: Galway, Ireland; p. 38. 54.03657 -8.81681 High Austropotamobius pallipes Aphanomyces astaci 2021 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L207 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1887 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20program%202018_2019%20-%20Final.pdf White, S.; Griffin, B.; Swords, F.; O’Toole, C.; Morrissey, T.; Cheslett, D.; Geary, M.; Brenan, A.; Viljamaa-Dirks, S.; Panteleit, J.; et al. The National Crayfish Plague Surveillance Program, Ireland—2018–2019; Marine Institute: Galway, Ireland, 2020; p. 32 52.3744 -7.92713 High Austropotamobius pallipes Aphanomyces astaci 2018 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L208 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1890 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20program%202018_2019%20-%20Final.pdf White, S.; Griffin, B.; Swords, F.; O’Toole, C.; Morrissey, T.; Cheslett, D.; Geary, M.; Brenan, A.; Viljamaa-Dirks, S.; Panteleit, J.; et al. The National Crayfish Plague Surveillance Program, Ireland—2018–2019; Marine Institute: Galway, Ireland, 2020; p. 32 52.49639 -8.69598 High Austropotamobius pallipes Aphanomyces astaci 2019 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L209 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1891 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20program%202018_2019%20-%20Final.pdf White, S.; Griffin, B.; Swords, F.; O’Toole, C.; Morrissey, T.; Cheslett, D.; Geary, M.; Brenan, A.; Viljamaa-Dirks, S.; Panteleit, J.; et al. The National Crayfish Plague Surveillance Program, Ireland—2018–2019; Marine Institute: Galway, Ireland, 2020; p. 32 52.52044 -8.718864 High Austropotamobius pallipes Aphanomyces astaci 2019 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L210 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1893 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20program%202018_2019%20-%20Final.pdf White, S.; Griffin, B.; Swords, F.; O’Toole, C.; Morrissey, T.; Cheslett, D.; Geary, M.; Brenan, A.; Viljamaa-Dirks, S.; Panteleit, J.; et al. The National Crayfish Plague Surveillance Program, Ireland—2018–2019; Marine Institute: Galway, Ireland, 2020; p. 32 52.544312 -8.768689 High Austropotamobius pallipes Aphanomyces astaci 2019 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L211 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1894 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20program%202018_2019%20-%20Final.pdf White, S.; Griffin, B.; Swords, F.; O’Toole, C.; Morrissey, T.; Cheslett, D.; Geary, M.; Brenan, A.; Viljamaa-Dirks, S.; Panteleit, J.; et al. The National Crayfish Plague Surveillance Program, Ireland—2018–2019; Marine Institute: Galway, Ireland, 2020; p. 32 52.568764 -8.784244 High Austropotamobius pallipes Aphanomyces astaci 2019 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L212 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1895 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20program%202018_2019%20-%20Final.pdf White, S.; Griffin, B.; Swords, F.; O’Toole, C.; Morrissey, T.; Cheslett, D.; Geary, M.; Brenan, A.; Viljamaa-Dirks, S.; Panteleit, J.; et al. The National Crayfish Plague Surveillance Program, Ireland—2018–2019; Marine Institute: Galway, Ireland, 2020; p. 32 52.63815 -7.200898 High Austropotamobius pallipes Aphanomyces astaci 2019 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L213 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1902 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20program%202018_2019%20-%20Final.pdf White, S.; Griffin, B.; Swords, F.; O’Toole, C.; Morrissey, T.; Cheslett, D.; Geary, M.; Brenan, A.; Viljamaa-Dirks, S.; Panteleit, J.; et al. The National Crayfish Plague Surveillance Program, Ireland—2018–2019; Marine Institute: Galway, Ireland, 2020; p. 32 53.13783 -7.06406 High Austropotamobius pallipes Aphanomyces astaci 2018 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L214 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1906 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20program%202018_2019%20-%20Final.pdf White, S.; Griffin, B.; Swords, F.; O’Toole, C.; Morrissey, T.; Cheslett, D.; Geary, M.; Brenan, A.; Viljamaa-Dirks, S.; Panteleit, J.; et al. The National Crayfish Plague Surveillance Program, Ireland—2018–2019; Marine Institute: Galway, Ireland, 2020; p. 32 53.2205 -6.9929 High Austropotamobius pallipes Aphanomyces astaci 2019 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L215 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1915 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20program%202018_2019%20-%20Final.pdf White, S.; Griffin, B.; Swords, F.; O’Toole, C.; Morrissey, T.; Cheslett, D.; Geary, M.; Brenan, A.; Viljamaa-Dirks, S.; Panteleit, J.; et al. The National Crayfish Plague Surveillance Program, Ireland—2018–2019; Marine Institute: Galway, Ireland, 2020; p. 32 53.34584 -8.94251 High Austropotamobius pallipes Aphanomyces astaci 2018 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L216 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1919 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20program%202018_2019%20-%20Final.pdf White, S.; Griffin, B.; Swords, F.; O’Toole, C.; Morrissey, T.; Cheslett, D.; Geary, M.; Brenan, A.; Viljamaa-Dirks, S.; Panteleit, J.; et al. The National Crayfish Plague Surveillance Program, Ireland—2018–2019; Marine Institute: Galway, Ireland, 2020; p. 32 53.37373 -7.78011 High Austropotamobius pallipes Aphanomyces astaci 2020 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L217 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1921 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20program%202018_2019%20-%20Final.pdf White, S.; Griffin, B.; Swords, F.; O’Toole, C.; Morrissey, T.; Cheslett, D.; Geary, M.; Brenan, A.; Viljamaa-Dirks, S.; Panteleit, J.; et al. The National Crayfish Plague Surveillance Program, Ireland—2018–2019; Marine Institute: Galway, Ireland, 2020; p. 32 53.418736 -7.898381 High Austropotamobius pallipes Aphanomyces astaci 2018 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L218 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1924 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20program%202018_2019%20-%20Final.pdf White, S.; Griffin, B.; Swords, F.; O’Toole, C.; Morrissey, T.; Cheslett, D.; Geary, M.; Brenan, A.; Viljamaa-Dirks, S.; Panteleit, J.; et al. The National Crayfish Plague Surveillance Program, Ireland—2018–2019; Marine Institute: Galway, Ireland, 2020; p. 32 53.526591 -8.284556 High Austropotamobius pallipes Aphanomyces astaci 2018 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L219 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1937 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20program%202018_2019%20-%20Final.pdf White, S.; Griffin, B.; Swords, F.; O’Toole, C.; Morrissey, T.; Cheslett, D.; Geary, M.; Brenan, A.; Viljamaa-Dirks, S.; Panteleit, J.; et al. The National Crayfish Plague Surveillance Program, Ireland—2018–2019; Marine Institute: Galway, Ireland, 2020; p. 32 54.058216 -8.194808 High Austropotamobius pallipes Aphanomyces astaci 2019 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L220 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1950 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20program%202018_2019%20-%20Final.pdf White, S.; Griffin, B.; Swords, F.; O’Toole, C.; Morrissey, T.; Cheslett, D.; Geary, M.; Brenan, A.; Viljamaa-Dirks, S.; Panteleit, J.; et al. The National Crayfish Plague Surveillance Program, Ireland—2018–2019; Marine Institute: Galway, Ireland, 2020; p. 32 54.40789 -7.28658 High Austropotamobius pallipes Aphanomyces astaci 2018 Bogna Griffin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L221 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1951 null https://www.fisheriesireland.ie/news/press-releases/investigation-underway-into-cause-of-crayfish-plague-on-river-bruskey-near Fisheries Ireland. (2024, March 9). Investigation underway into cause of crayfish plague on River Bruskey near [Press release] 53.8746 -7.40895 High Austropotamobius pallipes Aphanomyces astaci 2015 Daniel J. Brady +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L222 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI2008 10.1051/kmae/2022011 null Mirimin, L., Brady, D., Gammell, M., Lally, H., Minto, C., Graham, C. T., ... & Nelson, B. (2022). Investigation of the first recent crayfish plague outbreak in Ireland and its subsequent spread in the Bruskey River and surrounding areas. Knowledge & Management of Aquatic Ecosystems, (423), 13. 53.81237 -7.47556 High Austropotamobius pallipes Aphanomyces astaci 2016 Daniel J. Brady +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L223 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI2011 10.1051/kmae/2022011 null Mirimin, L., Brady, D., Gammell, M., Lally, H., Minto, C., Graham, C. T., ... & Nelson, B. (2022). Investigation of the first recent crayfish plague outbreak in Ireland and its subsequent spread in the Bruskey River and surrounding areas. Knowledge & Management of Aquatic Ecosystems, (423), 13. 53.85715 -7.56243 High Austropotamobius pallipes Aphanomyces astaci 2016 Daniel J. Brady +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L224 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI2014 10.1051/kmae/2022011 null Mirimin, L., Brady, D., Gammell, M., Lally, H., Minto, C., Graham, C. T., ... & Nelson, B. (2022). Investigation of the first recent crayfish plague outbreak in Ireland and its subsequent spread in the Bruskey River and surrounding areas. Knowledge & Management of Aquatic Ecosystems, (423), 13. 53.89718 -7.34049 High Austropotamobius pallipes Aphanomyces astaci 2016 Daniel J. Brady +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L225 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI2016 10.1051/kmae/2022011 null Mirimin, L., Brady, D., Gammell, M., Lally, H., Minto, C., Graham, C. T., ... & Nelson, B. (2022). Investigation of the first recent crayfish plague outbreak in Ireland and its subsequent spread in the Bruskey River and surrounding areas. Knowledge & Management of Aquatic Ecosystems, (423), 13. 53.9101 -7.48393 High Austropotamobius pallipes Aphanomyces astaci 2016 Daniel J. Brady +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L226 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI2017 10.1051/kmae/2022011 null Mirimin, L., Brady, D., Gammell, M., Lally, H., Minto, C., Graham, C. T., ... & Nelson, B. (2022). Investigation of the first recent crayfish plague outbreak in Ireland and its subsequent spread in the Bruskey River and surrounding areas. Knowledge & Management of Aquatic Ecosystems, (423), 13. 53.92282 -7.36651 High Austropotamobius pallipes Aphanomyces astaci 2016 Daniel J. Brady +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L227 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI2019 10.1051/kmae/2022011 null Mirimin, L., Brady, D., Gammell, M., Lally, H., Minto, C., Graham, C. T., ... & Nelson, B. (2022). Investigation of the first recent crayfish plague outbreak in Ireland and its subsequent spread in the Bruskey River and surrounding areas. Knowledge & Management of Aquatic Ecosystems, (423), 13. 54.05228 -7.07193 High Austropotamobius pallipes Aphanomyces astaci 2016 Daniel J. Brady +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L228 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI2020 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20program%202018_2019%20-%20Final.pdf White, S.; Griffin, B.; Swords, F.; O’Toole, C.; Morrissey, T.; Cheslett, D.; Geary, M.; Brenan, A.; Viljamaa-Dirks, S.; Panteleit, J.; et al. The National Crayfish Plague Surveillance Program, Ireland—2018–2019; Marine Institute: Galway, Ireland, 2020; p. 32 52.349366 -7.44372 High Austropotamobius pallipes Aphanomyces astaci 2017 Daniel J. Brady +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L229 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI2021 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20program%202018_2019%20-%20Final.pdf White, S.; Griffin, B.; Swords, F.; O’Toole, C.; Morrissey, T.; Cheslett, D.; Geary, M.; Brenan, A.; Viljamaa-Dirks, S.; Panteleit, J.; et al. The National Crayfish Plague Surveillance Program, Ireland—2018–2019; Marine Institute: Galway, Ireland, 2020; p. 32 52.521667 -8.94427 High Austropotamobius pallipes Aphanomyces astaci 2017 Daniel J. Brady +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L230 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI2022 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20program%202018_2019%20-%20Final.pdf White, S.; Griffin, B.; Swords, F.; O’Toole, C.; Morrissey, T.; Cheslett, D.; Geary, M.; Brenan, A.; Viljamaa-Dirks, S.; Panteleit, J.; et al. The National Crayfish Plague Surveillance Program, Ireland—2018–2019; Marine Institute: Galway, Ireland, 2020; p. 32 52.69999 -6.98059 High Austropotamobius pallipes Aphanomyces astaci 2017 Daniel J. Brady +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L231 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI2023 null https://www.fishhealth.ie/fhu/sites/default/files/FHU_Files/Report%20National%20Crayfish%20Plague%20Surveillance%20program%202018_2019%20-%20Final.pdf White, S.; Griffin, B.; Swords, F.; O’Toole, C.; Morrissey, T.; Cheslett, D.; Geary, M.; Brenan, A.; Viljamaa-Dirks, S.; Panteleit, J.; et al. The National Crayfish Plague Surveillance Program, Ireland—2018–2019; Marine Institute: Galway, Ireland, 2020; p. 32 53.091301 -8.12434 High Austropotamobius pallipes Aphanomyces astaci 2017 Daniel J. Brady +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L232 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3501 10.1016/S0044-8486(97)00153-1 null Lilley, J. H., Cerenius, L., & Söderhäll, K. (1997). RAPD evidence for the origin of crayfish plague outbreaks in Britain. Aquaculture, 157(3-4), 181-185. 52.21513889 -2.99319444 Low Austropotamobius pallipes Aphanomyces astaci 1990 Hossein Masigol +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L233 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3503 10.1016/j.biocon.2018.04.009 null Robinson, C. V., Webster, T. M. U., Cable, J., James, J., & Consuegra, S. (2018). Simultaneous detection of invasive signal crayfish, endangered white-clawed crayfish and the crayfish plague pathogen using environmental DNA. Biological Conservation, 222, 241-252. 52.05397222 -3.17638889 Low Austropotamobius pallipes Aphanomyces astaci 2015 Hossein Masigol +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L234 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA4069 10.1017/S0031182018000227 null Makkonen, J., Jussila, J., Panteleit, J., Keller, N. S., Schrimpf, A., Theissinger, K., ... & Kokko, H. (2018). MtDNA allows the sensitive detection and haplotyping of the crayfish plague disease agent Aphanomyces astaci showing clues about its origin and 47.74 14.16 Low Austropotamobius torrentium Aphanomyces astaci 2013 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L235 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA4070 10.1017/S0031182018000227 null Makkonen, J., Jussila, J., Panteleit, J., Keller, N. S., Schrimpf, A., Theissinger, K., ... & Kokko, H. (2018). MtDNA allows the sensitive detection and haplotyping of the crayfish plague disease agent Aphanomyces astaci showing clues about its origin and 47.97 14.33 Low Austropotamobius torrentium Aphanomyces astaci 2014 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L236 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA4071 10.3354/dao02955 null Maguire, I., Jelic, M., Klobučar, G., Delpy, M., Delaunay, C. and Grandjean, F. 2016. Prevalence of the pathogen Aphanomyces astaci in freshwater crayfish populations in Croatia. Diseases of Aquatic Organisms. 118(1), 45-53(1), 45-53. 45.866 15.9473 High Austropotamobius torrentium Aphanomyces astaci 2012 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L237 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA4072 10.1016/j.vetmic.2014.02.020 null Grandjean, F., Vrålstad, T., Dieguez-Uribeondo, J., Jelić, M., Mangombi, J., Delaunay, C., ... & Petrusek, A. (2014). Microsatellite markers for direct genotyping of the crayfish plague pathogen Aphanomyces astaci (Oomycetes) from infected host tissues. Veterinary Microbiology, 170(3-4), 317-324. 50.177 14.253 High Austropotamobius torrentium Aphanomyces astaci 2009 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L238 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA4073 10.1016/j.aquaculture.2007.11.015 null Kozubíková, E., Petrusek, A., Ďuriš, Z., Martín, M. P., Diéguez-Uribeondo, J., & Oidtmann, B. (2008). The old menace is back: recent crayfish plague outbreaks in the Czech Republic. Aquaculture, 274(2-4), 208-217. 49.965 13.82 High Austropotamobius torrentium Aphanomyces astaci 2005 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L239 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA4074 10.1016/j.jip.2020.107390 null Mojžišová, M., Mrugała, A., Kozubíková-Balcarová, E., Vlach, P., Svobodová, J., Kouba, A., & Petrusek, A. (2020). Crayfish plague in Czechia: Outbreaks from novel sources and testing for chronic infections. Journal of invertebrate pathology, 173, 107390. 49.999 14.318 High Austropotamobius torrentium Aphanomyces astaci 2017 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L240 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA4075 10.1016/j.jip.2020.107390 null Mojžišová, M., Mrugała, A., Kozubíková-Balcarová, E., Vlach, P., Svobodová, J., Kouba, A., & Petrusek, A. (2020). Crayfish plague in Czechia: Outbreaks from novel sources and testing for chronic infections. Journal of invertebrate pathology, 173, 107390. 49.897 13.89 High Austropotamobius torrentium Aphanomyces astaci 2018 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L241 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA4076 10.1016/j.jip.2020.107390 null Mojžišová, M., Mrugała, A., Kozubíková-Balcarová, E., Vlach, P., Svobodová, J., Kouba, A., & Petrusek, A. (2020). Crayfish plague in Czechia: Outbreaks from novel sources and testing for chronic infections. Journal of invertebrate pathology, 173, 107390. 49.663 13.551 High Austropotamobius torrentium Aphanomyces astaci 2016 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L242 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA4077 10.1017/S0031182018000227 null Makkonen, J., Jussila, J., Panteleit, J., Keller, N. S., Schrimpf, A., Theissinger, K., ... & Kokko, H. (2018). MtDNA allows the sensitive detection and haplotyping of the crayfish plague disease agent Aphanomyces astaci showing clues about its origin and 50.43 10.01 Low Austropotamobius torrentium Aphanomyces astaci 2013 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L243 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WA4078 10.1016/j.jip.2017.07.003 null Jussila, J., Vrezec, A., Jaklič, T., Kukkonen, H., Makkonen, J., & Kokko, H. (2017). Aphanomyces astaci isolate from latently infected stone crayfish (Austropotamobius torrentium) population is virulent. Journal of invertebrate pathology, 149, 15-20. 45.902 14.38 High Austropotamobius torrentium Aphanomyces astaci 2014 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L244 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3480 10.1051/kmae/2021026 null Groza, M. I., Cupșa, D., Lovrenčić, L., & Maguire, I. (2021). First record of the stone crayfish in the Romanian lowlands. Knowledge & Management of Aquatic Ecosystems, (422), 27. 44.4101 22.5396 High Austropotamobius torrentium Aphanomyces astaci 2018 Lucian Pârvulescu +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L245 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5082 10.1371/jourl.pone.0070157 null Filipova, L., Petrusek, A., Matasova, K., Delaunay, C., & Grandjean, F. (2013). Prevalence of the crayfish plague pathogen Aphanomyces astaci in populations of the signal crayfish Pacifastacus leniusculus in France: evaluating the threat to native crayfish. PLoS One, 8(7), e70157. 48.93333333 7.5 High Faxonius immunis Aphanomyces astaci 2010 Frédéric Grandjean +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L246 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WB2856 10.1016/j.jip.2011.08.002 null Kozubíková, E., Viljamaa-Dirks, S., Heinikainen, S., & Petrusek, A. (2011). Spiny-cheek crayfish Orconectes limosus carry a novel genotype of the crayfish plague pathogen Aphanomyces astaci. Journal of Invertebrate Pathology, 108(3), 214-216. 50.188 14.047 High Faxonius limosus Aphanomyces astaci 2006 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L247 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH0861 null https://www.researchgate.net/publication/327916018_La_situation_des_ecrevisses_en_France_-_Resultats_de_l%27enquete_tiole_2014 Collas M., Burgun V., Poulet N., PenilL C., Grandjean F. (2015) - La situationdes écrevisses en France, Résultats de l’enquête nationale 2014. Rapport technique, OfficeNational de l’Eau et des Milieux Aquatiques, Vincennes. 50.962 2.136 High Faxonius limosus Aphanomyces astaci 2019 Frédéric Grandjean +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L248 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1668 10.1016/j.jip.2023.108040 null Mojžišová, M., Weiperth, A., Gebauer, R., Laffitte, M., Patoka, J., Grandjean, F., ... & Petrusek, A. (2024). Diversity and distribution of Aphanomyces astaci in a European hotspot of ornamental crayfish introductions. Journal of Invertebrate Pathology, 202, 108040. 47.6426 19.074 High Faxonius limosus Aphanomyces astaci 2018 Denis Șadrin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L249 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1669 10.1016/j.jip.2023.108040 null Mojžišová, M., Weiperth, A., Gebauer, R., Laffitte, M., Patoka, J., Grandjean, F., ... & Petrusek, A. (2024). Diversity and distribution of Aphanomyces astaci in a European hotspot of ornamental crayfish introductions. Journal of Invertebrate Pathology, 202, 108040. 47.6456 19.0688 High Faxonius limosus Aphanomyces astaci 2018 Denis Șadrin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L250 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1670 10.1016/j.jip.2023.108040 null Mojžišová, M., Weiperth, A., Gebauer, R., Laffitte, M., Patoka, J., Grandjean, F., ... & Petrusek, A. (2024). Diversity and distribution of Aphanomyces astaci in a European hotspot of ornamental crayfish introductions. Journal of Invertebrate Pathology, 202, 108040. 47.7688 19.1376 High Faxonius limosus Aphanomyces astaci 2018 Denis Șadrin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L251 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WK1445 10.1051/kmae:2006033 null Hefti, D., & Stucki, P. (2006). Crayfish management for Swiss waters. Bulletin Français de la Pêche et de la Pisciculture, (380-381), 937-950. 46.50453132 6.684058119 Low Faxonius limosus Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L252 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WK1446 10.1051/kmae:2006033 null Hefti, D., & Stucki, P. (2006). Crayfish management for Swiss waters. Bulletin Français de la Pêche et de la Pisciculture, (380-381), 937-950. 46.68854454 7.096688036 Low Faxonius limosus Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L253 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WK1447 10.1051/kmae:2006033 null Hefti, D., & Stucki, P. (2006). Crayfish management for Swiss waters. Bulletin Français de la Pêche et de la Pisciculture, (380-381), 937-950. 46.69567316 7.891014289 Low Faxonius limosus Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L254 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WK1448 10.1051/kmae:2006033 null Hefti, D., & Stucki, P. (2006). Crayfish management for Swiss waters. Bulletin Français de la Pêche et de la Pisciculture, (380-381), 937-950. 46.70292 7.8636 Low Faxonius limosus Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L255 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WK1449 10.1051/kmae:2006033 null Hefti, D., & Stucki, P. (2006). Crayfish management for Swiss waters. Bulletin Français de la Pêche et de la Pisciculture, (380-381), 937-950. 46.8476419 7.151341005 Low Faxonius limosus Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L256 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WK1450 10.1051/kmae:2006033 null Hefti, D., & Stucki, P. (2006). Crayfish management for Swiss waters. Bulletin Français de la Pêche et de la Pisciculture, (380-381), 937-950. 46.9316797 7.083024794 Low Faxonius limosus Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L257 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WK1451 10.1051/kmae:2006033 null Hefti, D., & Stucki, P. (2006). Crayfish management for Swiss waters. Bulletin Français de la Pêche et de la Pisciculture, (380-381), 937-950. 46.97644602 6.883541457 Low Faxonius limosus Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L258 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WK1452 10.1051/kmae:2006033 null Hefti, D., & Stucki, P. (2006). Crayfish management for Swiss waters. Bulletin Français de la Pêche et de la Pisciculture, (380-381), 937-950. 47.00416742 9.511750273 Low Faxonius limosus Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L259 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WK1453 10.1051/kmae:2006033 null Hefti, D., & Stucki, P. (2006). Crayfish management for Swiss waters. Bulletin Français de la Pêche et de la Pisciculture, (380-381), 937-950. 47.11996728 7.198451864 Low Faxonius limosus Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L260 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WK1454 10.1051/kmae:2006033 null Hefti, D., & Stucki, P. (2006). Crayfish management for Swiss waters. Bulletin Français de la Pêche et de la Pisciculture, (380-381), 937-950. 47.14733168 7.359350205 Low Faxonius limosus Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L261 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WK1455 10.1051/kmae:2006033 null Hefti, D., & Stucki, P. (2006). Crayfish management for Swiss waters. Bulletin Français de la Pêche et de la Pisciculture, (380-381), 937-950. 47.23869205 7.659613618 Low Faxonius limosus Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L262 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WK1456 10.1051/kmae:2006033 null Hefti, D., & Stucki, P. (2006). Crayfish management for Swiss waters. Bulletin Français de la Pêche et de la Pisciculture, (380-381), 937-950. 47.47106013 7.151231699 Low Faxonius limosus Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L263 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WK1457 10.1051/kmae:2006033 null Hefti, D., & Stucki, P. (2006). Crayfish management for Swiss waters. Bulletin Français de la Pêche et de la Pisciculture, (380-381), 937-950. 47.58914593 8.573083343 Low Faxonius limosus Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L264 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5083 10.3391/bir.2023.12.2.10 null Laffitte, M., Baudry, T., Guilmet, M., Andrieu, T., Poulet, N., Duperray, T., ... & Grandjean, F. (2023). A new invader in freshwater ecosystems in France: the rusty crayfish Faxonius rusticus (Girard, 1852). BioInvasions Records, 12(2), 457-468. 44.31 2.63055556 High Faxonius rusticus Aphanomyces astaci 2019 Frédéric Grandjean +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L265 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5084 10.3391/bir.2023.12.2.10 null Laffitte, M., Baudry, T., Guilmet, M., Andrieu, T., Poulet, N., Duperray, T., ... & Grandjean, F. (2023). A new invader in freshwater ecosystems in France: the rusty crayfish Faxonius rusticus (Girard, 1852). BioInvasions Records, 12(2), 457-468. 44.312 2.631 High Faxonius rusticus Aphanomyces astaci 2019 Frédéric Grandjean +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L266 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WB8847 10.1016/j.jip.2017.02.003 null James, J., Mrugała, A., Oidtmann, B., Petrusek, A., & Cable, J. (2017). Apparent interspecific transmission of Aphanomyces astaci from invasive signal to virile crayfish in a sympatric wild population. Journal of invertebrate pathology, 145, 68-71. 51.707 -0.0179999997 High Faxonius virilis Aphanomyces astaci 2017 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L267 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0772 10.3354/dao02955 null Maguire, I., Jelic, M., Klobučar, G., Delpy, M., Delaunay, C. and Grandjean, F. 2016. Prevalence of the pathogen Aphanomyces astaci in freshwater crayfish populations in Croatia. Diseases of Aquatic Organisms. 118(1), 45-53(1), 45-53. 46.5352 16.3667 High Pacifastacus leniusculus Aphanomyces astaci 2011 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L268 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0773 10.1051/kmae/2013077 null Jussila, J., Kokko, H., Kortet, R., & Makkonen, J. (2013). Aphanomyces astaci PsI-genotype isolates from different Finnish signal crayfish stocks show variation in their virulence but still kill fast. Knowledge and Management of Aquatic Ecosystems, (411), 10. 61.33 28.08 Low Pacifastacus leniusculus Aphanomyces astaci 2012 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L269 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0774 10.1016/j.fgb.2012.05.014 null Makkonen, J., Jussila, J., & Kokko, H. (2012). The diversity of the pathogenic Oomycete (Aphanomyces astaci) chitinase genes within the genotypes indicate adaptation to its hosts. Fungal Genetics and Biology, 49(8), 635-642. 61.33 24.72 Low Pacifastacus leniusculus Aphanomyces astaci 2003 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L270 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0775 10.1016/j.fgb.2012.05.014 null Makkonen, J., Jussila, J., & Kokko, H. (2012). The diversity of the pathogenic Oomycete (Aphanomyces astaci) chitinase genes within the genotypes indicate adaptation to its hosts. Fungal Genetics and Biology, 49(8), 635-642. 61.05 22.34 Low Pacifastacus leniusculus Aphanomyces astaci 2003 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L271 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0776 10.1016/j.fgb.2012.05.014 null Makkonen, J., Jussila, J., & Kokko, H. (2012). The diversity of the pathogenic Oomycete (Aphanomyces astaci) chitinase genes within the genotypes indicate adaptation to its hosts. Fungal Genetics and Biology, 49(8), 635-642. 60.25 23.69 Low Pacifastacus leniusculus Aphanomyces astaci 2012 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L272 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0777 10.1016/j.vetmic.2014.02.020 null Grandjean, F., Vrålstad, T., Dieguez-Uribeondo, J., Jelić, M., Mangombi, J., Delaunay, C., ... & Petrusek, A. (2014). Microsatellite markers for direct genotyping of the crayfish plague pathogen Aphanomyces astaci (Oomycetes) from infected host tissues. Veterinary Microbiology, 170(3-4), 317-324. 45.62 1.47 Low Pacifastacus leniusculus Aphanomyces astaci 2010 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L273 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0778 10.1016/j.vetmic.2014.02.020 null Grandjean, F., Vrålstad, T., Dieguez-Uribeondo, J., Jelić, M., Mangombi, J., Delaunay, C., ... & Petrusek, A. (2014). Microsatellite markers for direct genotyping of the crayfish plague pathogen Aphanomyces astaci (Oomycetes) from infected host tissues. Veterinary Microbiology, 170(3-4), 317-324. 46.69 2.81 Low Pacifastacus leniusculus Aphanomyces astaci 2010 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L274 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0779 10.1016/j.vetmic.2014.07.008 null Vrålstad, T., Strand, D. A., Grandjean, F., Kvellestad, A., Håstein, T., Knutsen, A. K., ... & Skaar, I. (2014). Molecular detection and genotyping of Aphanomyces astaci directly from preserved crayfish samples uncovers the Norwegian crayfish plague disease history. Veterinary Microbiology, 173(1-2), 66-75. 59.32 11.66 High Pacifastacus leniusculus Aphanomyces astaci 2009 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L275 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0780 10.1371/journal.pone.0219223 null Martín-Torrijos, L., Kokko, H., Makkonen, J., Jussila, J., & Diéguez-Uribeondo, J. (2019). Mapping 15 years of crayfish plague in the Iberian Peninsula: The impact of two invasive species on the endangered native crayfish. PloS one, 14(8), e0219223. 43 -4.49 High Pacifastacus leniusculus Aphanomyces astaci 2008 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L276 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0781 10.1111/fwb.12315 null Svoboda, J., Strand, D. A., Vrålstad, T., Grandjean, F., Edsman, L., Kozák, P., ... & Petrusek, A. (2014). The crayfish plague pathogen can infect freshwater‐inhabiting crabs. Freshwater Biology, 59(5), 918-929. 58.8 13.3 High Pacifastacus leniusculus Aphanomyces astaci 2011 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L277 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0782 10.1017/S0031182016002419 null James, J., Nutbeam-Tuffs, S., Cable, J., Mrugala, A., Vinuela-Rodrigue, N., Petrusek, A., & Oidtmann, B. (2017). The prevalence of Aphanomyces astaci in invasive signal crayfish from the UK and implications for native crayfish conservation. Parasitology, 144(4), 411-418. 52.504 -3.348 High Pacifastacus leniusculus Aphanomyces astaci 2017 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L278 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0783 10.1007/s10530-017-1496-z null Kaldre, K., Paaver, T., Hurt, M., & Grandjean, F. (2017). First records of the non-indigenous signal crayfish (Pacifastacus leniusculus) and its threat to noble crayfish (Astacus astacus) populations in Estonia. Biological Invasions, 19(10), 2771-2776. 58.19416667 22.08694444 High Pacifastacus leniusculus Aphanomyces astaci 2015 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L279 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0784 10.1007/s10530-017-1496-z null Kaldre, K., Paaver, T., Hurt, M., & Grandjean, F. (2017). First records of the non-indigenous signal crayfish (Pacifastacus leniusculus) and its threat to noble crayfish (Astacus astacus) populations in Estonia. Biological Invasions, 19(10), 2771-2776. 59.31638889 24.65722222 High Pacifastacus leniusculus Aphanomyces astaci 2015 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L280 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5111 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 43.483 2.483 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L281 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5150 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 43.633 2.483 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L282 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5256 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 44.033 2.967 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L283 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5282 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 44.1 3.133 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L284 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5358 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 44.3 2.833 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L285 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5361 10.3391/bir.2023.12.2.10 null Laffitte, M., Baudry, T., Guilmet, M., Andrieu, T., Poulet, N., Duperray, T., ... & Grandjean, F. (2023). A new invader in freshwater ecosystems in France: the rusty crayfish Faxonius rusticus (Girard, 1852). BioInvasions Records, 12(2), 457-468. 44.312 2.631 High Pacifastacus leniusculus Aphanomyces astaci 2019 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L286 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5372 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 44.367 4.15 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L287 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5405 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 44.517 2.783 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L288 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5431 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 44.583 4.317 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L289 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5533 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 44.883 2.367 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L290 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5534 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 44.883 4.617 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L291 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5577 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 44.983 4.567 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L292 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5578 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 44.983 4.583 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L293 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5587 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 45 5.783 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L294 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5690 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 45.35 1.35 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L295 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5716 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 45.417 1.567 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L296 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5717 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 45.417 1.85 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L297 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5780 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 45.6 1.6 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L298 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5793 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 45.617 1.5 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L299 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5832 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 45.783 4.333 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L300 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5866 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 45.85 3.95 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L301 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5873 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 45.867 2.5 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L302 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5874 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 45.883 2.633 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L303 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5875 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 45.95 2.3 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L304 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5877 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 45.983 1.867 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L305 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5878 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 46.15 1.95 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L306 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5879 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 46.167 2.233 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L307 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5881 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 46.267 6.167 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L308 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5883 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 46.383 6.483 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L309 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5884 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 46.4 3.3 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L310 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5885 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 46.5 4.367 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L311 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5886 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 46.517 0.367 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L312 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5887 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 46.933 3.95 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L313 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5888 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 47.017 3.883 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L314 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5889 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 47.183 3.933 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L315 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5891 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 47.367 3.783 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L316 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5895 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 47.767 4.95 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L317 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5899 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 48.05 6.6 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L318 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5902 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 48.1 5.583 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L319 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5903 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 48.1 6.533 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L320 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5904 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 48.45 0.05 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L321 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5905 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 48.533 0.083 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L322 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5907 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 48.617 0.6 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L323 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5908 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 48.683 0.75 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L324 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5910 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 48.933 5.25 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L325 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5914 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 49.017 6.333 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L326 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5915 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 49.05 0.9 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L327 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5917 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 49.133 1.35 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L328 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5918 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 49.183 4.183 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L329 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5920 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 49.25 5.617 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L330 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WH5921 10.3391/ai.2017.12.4.10 null Grandjean, F., Roques, J., Delaunay, C., Petrusek, A., Becking, T., & Collas, M. (2017). Status of Pacifastacus leniusculus and its role in recent crayfish plague outbreaks in France: improving distribution and crayfish plague infection patterns. Aquatic Invasions, 12(4), 541-549. 49.333 5.4 High Pacifastacus leniusculus Aphanomyces astaci 2017 Thomas Baudry +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L331 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1722 10.1007/s10530-007-9092-2 null Johnsen SI, Taugbøl T, Andersen O, Museth J, Vrålstad T. 2007. The first record of the non-indigenous signal crayfish Pasifastacus leniusculus in Norway. Biological Invasions 9: 939-941 59.057222 9.675556 High Pacifastacus leniusculus Aphanomyces astaci 2006 Trude Vrålstad +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L332 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1723 null https://brage.nina.no/nina-xmlui/handle/11250/2390485 Johnsen, S.I., Strand, D., Vrålstad, T. & Wivestad, T. 2009. Introdusert signalkreps på Ostøya i Bærum kommune, Akershus. Kartlegging og krepsepestanalyse. NINA Rapport 499. 17 s. 59.867968 10.573107 High Pacifastacus leniusculus Aphanomyces astaci 2009 Trude Vrålstad +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L333 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1724 null https://hdl.handle.net/11250/3110718 Johnsen, S.I., Strand, D.A. & Amundsen M.M. 2023. Nasjonal overvåking av edelkreps og spredning av signalkreps - presenta sjon av overvåkingsdata og bestandsstatus – oppdatert 2023 – NINA Rapport 2223. Norsk institutt for naturforskning 61.106176 11.45618 High Pacifastacus leniusculus Aphanomyces astaci 2023 David Strand +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L334 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1729 null https://hdl.handle.net/11250/2775442 Johnsen, S.I., Strand, D.A., Vrålstad, T., Kollerud, E., Bergerud, J., Sandem, K., Sandodden, R. & Wivestad, T. 2021. Signalkreps (Pacifastacus leniusculus) i Norge - Historikk, utbredelse og bestandsstatus. NINA Rapport 1991. Norsk institutt for naturforskning. 59.602729 11.103786 High Pacifastacus leniusculus Aphanomyces astaci 2020 David Strand +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L335 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1730 null https://hdl.handle.net/11250/2775442 Johnsen, S.I., Strand, D.A., Vrålstad, T., Kollerud, E., Bergerud, J., Sandem, K., Sandodden, R. & Wivestad, T. 2021. Signalkreps (Pacifastacus leniusculus) i Norge - Historikk, utbredelse og bestandsstatus. NINA Rapport 1991. Norsk institutt for naturforskning. 64.499673 13.836816 High Pacifastacus leniusculus Aphanomyces astaci 2013 David Strand +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L336 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1731 null https://brage.nina.no/nina-xmlui/handle/11250/2642803 Johnsen, SI, Strand, D, Hansen, M, Biering, E & Vrålstad, T. 2011. Signalkreps og krepsepest i Skittenholvatnet og Oppsalvatnet, Hemne kommune - Kartlegging, vurdering av spredningsrisiko og forslag til tiltak. - NINA Rapport 753. 27 s. + vedlegg 63.161931 8.940625 High Pacifastacus leniusculus Aphanomyces astaci 2011 Trude Vrålstad +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L337 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1732 null https://brage.nina.no/nina-xmlui/handle/11250/2642803 Johnsen, SI, Strand, D, Hansen, M, Biering, E & Vrålstad, T. 2011. Signalkreps og krepsepest i Skittenholvatnet og Oppsalvatnet, Hemne kommune - Kartlegging, vurdering av spredningsrisiko og forslag til tiltak. - NINA Rapport 753. 27 s. + vedlegg 63.174647 8.922813 High Pacifastacus leniusculus Aphanomyces astaci 2011 Trude Vrålstad +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L338 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1739 10.1111/1365-2664.13404 null Strand DA, Rusch JC, Johnsen SI, Agersnap S, Larsen W, Knudsen SW, Rask-Møller P, Vrålstad T. 2019. Monitoring of a Norwegian freshwater crayfish tragedy - eDNA snapshots of invasion, infection and extinction. Journal of Applied Ecology 56: 1661-1673 59.488005 11.644723 High Pacifastacus leniusculus Aphanomyces astaci 2014 David Strand +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L339 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1755 10.3354/dao02386 null Vrålstad T, Johnsen SI, Fristad RF, Edsman L, Strand DA. 2011. Potent infection reservoir of crayfish plague now permanently established in Norway. Diseases of Aquatic Organisms 97:75-83 59.333978 11.63858 High Pacifastacus leniusculus Aphanomyces astaci 2008 Trude Vrålstad +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L340 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3482 10.1017/S0031182016002419 null James, J., Nutbeam-Tuffs, S., Cable, J., Mrugała, A., Viñuela-Rodriguez, N., Petrusek, A., & Oidtmann, B. (2017). The prevalence of Aphanomyces astaci in invasive signal crayfish from the UK and implications for native crayfish conservation. Parasitology, 144(4), 411-418. 51.80944444 -0.00611111 High Pacifastacus leniusculus Aphanomyces astaci 2017 Hossein Masigol +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L341 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3483 10.1016/j.jip.2017.02.003 null James, J., Mrugała, A., Oidtmann, B., Petrusek, A., & Cable, J. (2017). Apparent interspecific transmission of Aphanomyces astaci from invasive signal to virile crayfish in a sympatric wild population. Journal of invertebrate pathology, 145, 68-71. 51.70652778 -0.01802778 High Pacifastacus leniusculus Aphanomyces astaci 2014 Hossein Masigol +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L342 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3485 10.1017/S0031182016002419 null James, J., Nutbeam-Tuffs, S., Cable, J., Mrugała, A., Viñuela-Rodriguez, N., Petrusek, A., & Oidtmann, B. (2017). The prevalence of Aphanomyces astaci in invasive signal crayfish from the UK and implications for native crayfish conservation. Parasitology, 144(4), 411-418. 51.8 -0.07555556 High Pacifastacus leniusculus Aphanomyces astaci 2017 Hossein Masigol +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L343 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3487 10.1017/S0031182016002419 null James, J., Nutbeam-Tuffs, S., Cable, J., Mrugała, A., Viñuela-Rodriguez, N., Petrusek, A., & Oidtmann, B. (2017). The prevalence of Aphanomyces astaci in invasive signal crayfish from the UK and implications for native crayfish conservation. Parasitology, 144(4), 411-418. 52.56166667 -0.45638889 High Pacifastacus leniusculus Aphanomyces astaci 2017 Hossein Masigol +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L344 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3489 10.1017/S0031182016002419 null James, J., Nutbeam-Tuffs, S., Cable, J., Mrugała, A., Viñuela-Rodriguez, N., Petrusek, A., & Oidtmann, B. (2017). The prevalence of Aphanomyces astaci in invasive signal crayfish from the UK and implications for native crayfish conservation. Parasitology, 144(4), 411-418. 51.75388889 -1.02055556 High Pacifastacus leniusculus Aphanomyces astaci 2017 Hossein Masigol +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L345 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3490 10.1017/S0031182016002419 null James, J., Nutbeam-Tuffs, S., Cable, J., Mrugała, A., Viñuela-Rodriguez, N., Petrusek, A., & Oidtmann, B. (2017). The prevalence of Aphanomyces astaci in invasive signal crayfish from the UK and implications for native crayfish conservation. Parasitology, 144(4), 411-418. 51.80222222 -1.36472222 High Pacifastacus leniusculus Aphanomyces astaci 2017 Hossein Masigol +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L346 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3492 10.1017/S0031182016002419 null James, J., Nutbeam-Tuffs, S., Cable, J., Mrugała, A., Viñuela-Rodriguez, N., Petrusek, A., & Oidtmann, B. (2017). The prevalence of Aphanomyces astaci in invasive signal crayfish from the UK and implications for native crayfish conservation. Parasitology, 144(4), 411-418. 53.08138889 -1.9075 High Pacifastacus leniusculus Aphanomyces astaci 2017 Hossein Masigol +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L347 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3493 10.1017/S0031182016002419 null James, J., Nutbeam-Tuffs, S., Cable, J., Mrugała, A., Viñuela-Rodriguez, N., Petrusek, A., & Oidtmann, B. (2017). The prevalence of Aphanomyces astaci in invasive signal crayfish from the UK and implications for native crayfish conservation. Parasitology, 144(4), 411-418. 54.06555556 -2.00138889 High Pacifastacus leniusculus Aphanomyces astaci 2017 Hossein Masigol +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L348 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3495 10.1017/S0031182016002419 null James, J., Nutbeam-Tuffs, S., Cable, J., Mrugała, A., Viñuela-Rodriguez, N., Petrusek, A., & Oidtmann, B. (2017). The prevalence of Aphanomyces astaci in invasive signal crayfish from the UK and implications for native crayfish conservation. Parasitology, 144(4), 411-418. 52.59166667 -2.1125 High Pacifastacus leniusculus Aphanomyces astaci 2017 Hossein Masigol +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L349 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3502 10.1017/S0031182016002419 null James, J., Nutbeam-Tuffs, S., Cable, J., Mrugała, A., Viñuela-Rodriguez, N., Petrusek, A., & Oidtmann, B. (2017). The prevalence of Aphanomyces astaci in invasive signal crayfish from the UK and implications for native crayfish conservation. Parasitology, 144(4), 411-418. 51.84111111 -3.00305556 High Pacifastacus leniusculus Aphanomyces astaci 2017 Hossein Masigol +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L350 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3505 10.1017/S0031182016002419 null James, J., Nutbeam-Tuffs, S., Cable, J., Mrugała, A., Viñuela-Rodriguez, N., Petrusek, A., & Oidtmann, B. (2017). The prevalence of Aphanomyces astaci in invasive signal crayfish from the UK and implications for native crayfish conservation. Parasitology, 144(4), 411-418. 52.10333333 -3.21611111 High Pacifastacus leniusculus Aphanomyces astaci 2017 Hossein Masigol +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L351 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3506 10.1017/S0031182016002419 null James, J., Nutbeam-Tuffs, S., Cable, J., Mrugała, A., Viñuela-Rodriguez, N., Petrusek, A., & Oidtmann, B. (2017). The prevalence of Aphanomyces astaci in invasive signal crayfish from the UK and implications for native crayfish conservation. Parasitology, 144(4), 411-418. 52.10944444 -3.23083333 High Pacifastacus leniusculus Aphanomyces astaci 2017 Hossein Masigol +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L352 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3508 10.1017/S0031182016002419 null James, J., Nutbeam-Tuffs, S., Cable, J., Mrugała, A., Viñuela-Rodriguez, N., Petrusek, A., & Oidtmann, B. (2017). The prevalence of Aphanomyces astaci in invasive signal crayfish from the UK and implications for native crayfish conservation. Parasitology, 144(4), 411-418. 53.03166667 -3.7375 High Pacifastacus leniusculus Aphanomyces astaci 2017 Hossein Masigol +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L353 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WK1550 10.1051/kmae:2006033 null Hefti, D., & Stucki, P. (2006). Crayfish management for Swiss waters. Bulletin Français de la Pêche et de la Pisciculture, (380-381), 937-950. 46.41057085 6.272337803 Low Pacifastacus leniusculus Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L354 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WK1551 10.1051/kmae:2006033 null Hefti, D., & Stucki, P. (2006). Crayfish management for Swiss waters. Bulletin Français de la Pêche et de la Pisciculture, (380-381), 937-950. 47.21033518 7.546481972 Low Pacifastacus leniusculus Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L355 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WK1552 10.1051/kmae:2006033 null Hefti, D., & Stucki, P. (2006). Crayfish management for Swiss waters. Bulletin Français de la Pêche et de la Pisciculture, (380-381), 937-950. 47.46360331 8.286706682 Low Pacifastacus leniusculus Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L356 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0894 10.3354/dao02955 null Maguire, I., Jelic, M., Klobučar, G., Delpy, M., Delaunay, C. and Grandjean, F. 2016. Prevalence of the pathogen Aphanomyces astaci in freshwater crayfish populations in Croatia. Diseases of Aquatic Organisms. 118(1), 45-53(1), 45-53. 45.4203 15.5846 High Pontastacus leptodactylus Aphanomyces astaci 2013 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L357 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0895 10.3354/dao02955 null Maguire, I., Jelic, M., Klobučar, G., Delpy, M., Delaunay, C. and Grandjean, F. 2016. Prevalence of the pathogen Aphanomyces astaci in freshwater crayfish populations in Croatia. Diseases of Aquatic Organisms. 118(1), 45-53(1), 45-53. 45.7013 16.1438 High Pontastacus leptodactylus Aphanomyces astaci 2013 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L358 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0896 10.1016/j.jip.2018.05.006 null Panteleit, J., Keller, N. S., Diéguez-Uribeondo, J., Makkonen, J., Martín-Torrijos, L., Patrulea, V., ... & Pârvulescu, L. (2018). Hidden sites in the distribution of the crayfish plague pathogen Aphanomyces astaci in Eastern Europe: Relicts of genetic groups from older outbreaks?. Journal of invertebrate pathology, 157, 117-124. 47.288 29.139 High Pontastacus leptodactylus Aphanomyces astaci 2015 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L359 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0897 10.1016/j.jip.2018.05.006 null Panteleit, J., Keller, N. S., Diéguez-Uribeondo, J., Makkonen, J., Martín-Torrijos, L., Patrulea, V., ... & Pârvulescu, L. (2018). Hidden sites in the distribution of the crayfish plague pathogen Aphanomyces astaci in Eastern Europe: Relicts of genetic groups from older outbreaks?. Journal of invertebrate pathology, 157, 117-124. 45.079 29.53 High Pontastacus leptodactylus Aphanomyces astaci 2015 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L360 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0898 10.1016/j.jip.2018.05.006 null Panteleit, J., Keller, N. S., Diéguez-Uribeondo, J., Makkonen, J., Martín-Torrijos, L., Patrulea, V., ... & Pârvulescu, L. (2018). Hidden sites in the distribution of the crayfish plague pathogen Aphanomyces astaci in Eastern Europe: Relicts of genetic groups from older outbreaks?. Journal of invertebrate pathology, 157, 117-124. 45.31 29.67 High Pontastacus leptodactylus Aphanomyces astaci 2012 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L361 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0899 10.1016/j.jip.2018.05.006 null Panteleit, J., Keller, N. S., Diéguez-Uribeondo, J., Makkonen, J., Martín-Torrijos, L., Patrulea, V., ... & Pârvulescu, L. (2018). Hidden sites in the distribution of the crayfish plague pathogen Aphanomyces astaci in Eastern Europe: Relicts of genetic groups from older outbreaks?. Journal of invertebrate pathology, 157, 117-124. 44.817 21.333 High Pontastacus leptodactylus Aphanomyces astaci 2015 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L362 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0900 10.1111/fwb.12315 null Svoboda, J., Strand, D. A., Vrålstad, T., Grandjean, F., Edsman, L., Kozák, P., ... & Petrusek, A. (2014). The crayfish plague pathogen can infect freshwater‐inhabiting crabs. Freshwater Biology, 59(5), 918-929. 37.9 30.9 High Pontastacus leptodactylus Aphanomyces astaci 2009 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L363 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0901 10.1051/kmae/2018001 null Kokko, H., Harlioglu, M. M., Aydin, H., Makkonen, J., Gökmen, G., Aksu, Ö., & Jussila, J. (2018). Observations of crayfish plague infections in commercially important narrow-clawed crayfish populations in Turkey. Knowledge & Management of Aquatic Ecosystems, (419), 10. 40.717 29.867 High Pontastacus leptodactylus Aphanomyces astaci 2011 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L364 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0902 10.1051/kmae/2018001 null Kokko, H., Harlioglu, M. M., Aydin, H., Makkonen, J., Gökmen, G., Aksu, Ö., & Jussila, J. (2018). Observations of crayfish plague infections in commercially important narrow-clawed crayfish populations in Turkey. Knowledge & Management of Aquatic Ecosystems, (419), 10. 41.05 43.233 High Pontastacus leptodactylus Aphanomyces astaci 2011 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L365 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0903 10.1051/kmae/2018001 null Kokko, H., Harlioglu, M. M., Aydin, H., Makkonen, J., Gökmen, G., Aksu, Ö., & Jussila, J. (2018). Observations of crayfish plague infections in commercially important narrow-clawed crayfish populations in Turkey. Knowledge & Management of Aquatic Ecosystems, (419), 10. 40.817 26.317 High Pontastacus leptodactylus Aphanomyces astaci 2011 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L366 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0904 10.1051/kmae/2018001 null Kokko, H., Harlioglu, M. M., Aydin, H., Makkonen, J., Gökmen, G., Aksu, Ö., & Jussila, J. (2018). Observations of crayfish plague infections in commercially important narrow-clawed crayfish populations in Turkey. Knowledge & Management of Aquatic Ecosystems, (419), 10. 39.183 33.55 High Pontastacus leptodactylus Aphanomyces astaci 2011 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L367 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0905 10.5869/fc.2020.v25-1.077 null Ungureanu, E., Mojžišová, M., Tangerman, M., Ion, M. C., Pârvulescu, L., & Petrusek, A. (2020). The spatial distribution of Aphanomyces astaci genotypes across Europe: Introducing the first data from Ukraine. Freshwater Crayfish, 25(1). 49.538 31.906 High Pontastacus leptodactylus Aphanomyces astaci 2018 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L368 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC0906 10.5869/fc.2020.v25-1.077 null Ungureanu, E., Mojžišová, M., Tangerman, M., Ion, M. C., Pârvulescu, L., & Petrusek, A. (2020). The spatial distribution of Aphanomyces astaci genotypes across Europe: Introducing the first data from Ukraine. Freshwater Crayfish, 25(1). 50.399 30.604 High Pontastacus leptodactylus Aphanomyces astaci 2018 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L369 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC7924 10.26262/jbrt.v31i0.9777 null Alvanou, M. V., Lattos, A., Cheimonopoulou, M. T., Michaelidis, B., Apostolidis, A. P., & Giantsis, I. A. (2024). First detection of Aphanomyces astaci and its potential responsibility for mass mortalities of Pontastacus (Astacus) leptodactylus in Greek lakes. Journal of Biological Research-Thessaloniki, 31. 40.694639 23.426694 High Pontastacus leptodactylus Aphanomyces astaci 2023 Ioannis A. Giantsis +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L370 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC7925 10.26262/jbrt.v31i0.9777 null Alvanou, M. V., Lattos, A., Cheimonopoulou, M. T., Michaelidis, B., Apostolidis, A. P., & Giantsis, I. A. (2024). First detection of Aphanomyces astaci and its potential responsibility for mass mortalities of Pontastacus (Astacus) leptodactylus in Greek lakes. Journal of Biological Research-Thessaloniki, 31. 40.2975 22.101222 High Pontastacus leptodactylus Aphanomyces astaci 2023 Ioannis A. Giantsis +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L371 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC7926 10.26262/jbrt.v31i0.9777 null Alvanou, M. V., Lattos, A., Cheimonopoulou, M. T., Michaelidis, B., Apostolidis, A. P., & Giantsis, I. A. (2024). First detection of Aphanomyces astaci and its potential responsibility for mass mortalities of Pontastacus (Astacus) leptodactylus in Greek lakes. Journal of Biological Research-Thessaloniki, 31. 40.743472 21.816667 High Pontastacus leptodactylus Aphanomyces astaci 2023 Ioannis A. Giantsis +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L372 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1703 10.1051/kmae/2020035 null Weiperth, A., Bláha, M., Szajbert, B., Seprős, R., Bányai, Z., Patoka, J., & Kouba, A. (2020). Hungary: a European hotspot of non-native crayfish biodiversity. Knowledge & Management of Aquatic Ecosystems, (421), 43. 47.7688 19.1376 High Procambarus alleni Aphanomyces astaci 2018 Denis Șadrin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L373 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC2869 10.1016/j.fgb.2012.05.014 null Makkonen, J., Jussila, J., & Kokko, H. (2012). The diversity of the pathogenic Oomycete (Aphanomyces astaci) chitinase genes within the genotypes indicate adaptation to its hosts. Fungal Genetics and Biology, 49(8), 635-642. 62.27 26.19 Low Procambarus clarkii Aphanomyces astaci 2003 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L374 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC2870 10.1017/S0031182018000227 null Makkonen, J., Jussila, J., Panteleit, J., Keller, N. S., Schrimpf, A., Theissinger, K., ... & Kokko, H. (2018). MtDNA allows the sensitive detection and haplotyping of the crayfish plague disease agent Aphanomyces astaci showing clues about its origin and 36.8673 -4.8751 Low Procambarus clarkii Aphanomyces astaci 2018 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L375 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WC2871 10.3389/fevo.2020.622434 null Martín-Torrijos, L., Correa-Villalona, A. J., Pradillo, A., & Diéguez-Uribeondo, J. (2021). Coexistence of Two Invasive Species, Procambarus clarkii and Aphanomyces astaci, in Brackish Waters of a Mediterranean Coastal Lagoon. Frontiers in Ecology and Evolution, 8, 503. 39.32927427 -0.3832469884 Low Procambarus clarkii Aphanomyces astaci 2018 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L376 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WG8548 10.1002/aqc.2970 null Putra, M. D., Bláha, M., Wardiatno, Y., Krisanti, M., Jerikho, R., Kamal, M. M., Mojžišová, M., Byst?ický P. K., Kouba A., Kalous, L., Petrusek, A., Patoka, J. (2018) Procambarus clarkii (Girard, 1852) and crayfish plague as new threats for biodiversity in Indonesia.  Aquatic Conservation: Marine and Freshwater Ecosystems, 28: 1434-1440 -6.889167 106.861944 High Procambarus clarkii Aphanomyces astaci 2017 Jiří Patoka +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L377 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WG8592 null http://aomorishizen.html.xdomain.jp/catalog.html Jung, S. W., Yamada, H., & Kawai, T. (2023). Origin of the alien red swamp crayfish Procambarus clarkii in South Korea and occurrence of the crayfish plague Aphanomyces astaci. Journal of the Natural History of Aomori, 28, 133–138. [in Japanese with English abstract] 35.18932 127.546155 High Procambarus clarkii Aphanomyces astaci 2022 Tadashi Kawai +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L378 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1704 10.1016/j.jip.2023.108040 null Mojžišová, M., Weiperth, A., Gebauer, R., Laffitte, M., Patoka, J., Grandjean, F., ... & Petrusek, A. (2024). Diversity and distribution of Aphanomyces astaci in a European hotspot of ornamental crayfish introductions. Journal of Invertebrate Pathology, 202, 108040. 47.6421 19.0787 High Procambarus clarkii Aphanomyces astaci 2018 Denis Șadrin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L379 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1705 10.1016/j.jip.2023.108040 null Mojžišová, M., Weiperth, A., Gebauer, R., Laffitte, M., Patoka, J., Grandjean, F., ... & Petrusek, A. (2024). Diversity and distribution of Aphanomyces astaci in a European hotspot of ornamental crayfish introductions. Journal of Invertebrate Pathology, 202, 108040. 47.6426 19.074 High Procambarus clarkii Aphanomyces astaci 2018 Denis Șadrin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L380 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1706 10.1016/j.jip.2023.108040 null Mojžišová, M., Weiperth, A., Gebauer, R., Laffitte, M., Patoka, J., Grandjean, F., ... & Petrusek, A. (2024). Diversity and distribution of Aphanomyces astaci in a European hotspot of ornamental crayfish introductions. Journal of Invertebrate Pathology, 202, 108040. 47.6456 19.0688 High Procambarus clarkii Aphanomyces astaci 2018 Denis Șadrin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L381 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3512 10.1002/aqc.2970 null Putra, M. D., Bláha, M., Wardiatno, Y., Krisanti, M., Jerikho, R., Kamal, M. M., Mojžišová, M., Byst?ický P. K., Kouba A., Kalous, L., Petrusek, A., Patoka, J. (2018) Procambarus clarkii (Girard, 1852) and crayfish plague as new threats for biodiversity in Indonesia.  Aquatic Conservation: Marine and Freshwater Ecosystems, 28: 1434-1440 -6.30491667 106.8948889 Low Procambarus clarkii Aphanomyces astaci 2018 Hossein Masigol +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L382 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WK1567 10.1051/kmae:2006033 null Hefti, D., & Stucki, P. (2006). Crayfish management for Swiss waters. Bulletin Français de la Pêche et de la Pisciculture, (380-381), 937-950. 47.4283 8.2689 Low Procambarus clarkii Aphanomyces astaci 2004 Mihaela C. Ion +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L383 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI1716 10.1016/j.jip.2023.108040 null Mojžišová, M., Weiperth, A., Gebauer, R., Laffitte, M., Patoka, J., Grandjean, F., ... & Petrusek, A. (2024). Diversity and distribution of Aphanomyces astaci in a European hotspot of ornamental crayfish introductions. Journal of Invertebrate Pathology, 202, 108040. 47.6456 19.0688 High Procambarus virginalis Aphanomyces astaci 2018 Denis Șadrin +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L384 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3509 10.1051/kmae/2014032 null Keller, N. S., Pfeiffer, M., Roessink, I., Schulz, R., & Schrimpf, A. (2014). First evidence of crayfish plague agent in populations of the marbled crayfish (Procambarus fallax forma virginalis). Knowledge and Management of Aquatic Ecosystems, (414), 15. 51.05961111 9.30519444 Low Procambarus virginalis Aphanomyces astaci 2014 Hossein Masigol +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L385 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3510 10.1051/kmae/2014032 null Keller, N. S., Pfeiffer, M., Roessink, I., Schulz, R., & Schrimpf, A. (2014). First evidence of crayfish plague agent in populations of the marbled crayfish (Procambarus fallax forma virginalis). Knowledge and Management of Aquatic Ecosystems, (414), 15. 49.61988889 10.86030556 Low Procambarus virginalis Aphanomyces astaci 2014 Hossein Masigol +line:xlsx:hash://sha256/9e39c455e1ff8023d824acd57a86651c913869a6fbf3ed7b6e320cc778cac072!/Sheet1!/L386 application/vnd.openxmlformats-officedocument.spreadsheetml.sheet WI3511 10.1051/kmae/2014032 null Keller, N. S., Pfeiffer, M., Roessink, I., Schulz, R., & Schrimpf, A. (2014). First evidence of crayfish plague agent in populations of the marbled crayfish (Procambarus fallax forma virginalis). Knowledge and Management of Aquatic Ecosystems, (414), 15. 52.01827778 12.53461111 Low Procambarus virginalis Aphanomyces astaci 2014 Hossein Masigol diff --git a/xlsx2tsv.sh b/xlsx2tsv.sh new file mode 100755 index 0000000..e180f19 --- /dev/null +++ b/xlsx2tsv.sh @@ -0,0 +1,11 @@ +#!/bin/bash +# +# transforms a version of the first xslx resource found into tsv stream +# + +preston ls\ + | grep hasVersion\ + | grep xlsx\ + | head -1\ + | preston xlsx-stream\ + | mlr --ijson --otsvlite cat