Skip to main content
Powered by ShareScore

Find research datasets worth reusing

Search datasets from major research repositories and use ShareScore to quickly assess how well each record supports discovery, access, and reuse.

110

datasets available to search

ShareScore release 0.7.1

Reset

Dataset results

110 results for “Biotope”

Learn how ShareScore rates datasets ↗
zenodo48/100

Standardized map of habitat types and regionally important biotopes in Flanders

<p>The&nbsp; <code>habitatmap_stdized.gpkg</code> file&nbsp;is a processed version of the&nbsp;<a href="https://www.vlaanderen.be/datavindplaats/catalogus/biologische-waarderingskaart-en-natura-2000-habitatkaart-toestand-2023">Natura 2000 habitat map of Flanders</a> (De Saeger et al., 2023; see also De Saeger et al. 2017). It contains all polygons with Natura 2000 habitat types or regional important biotopes (RIB). This file is used as a basis for designing monitoring schemes in Flanders.&nbsp;&nbsp;&nbsp;</p> <p>In the original habitat map, every polygon&nbsp;can consist of maximum 5 different types (habitat (sub)types and regionally important biotopes). This information is stored in the columns&nbsp; <code>HAB1</code>, <code>HAB2</code>,..., <code>HAB5</code> of the attribute table. The fraction of each type within the polygons is stored in the columns <code>PHAB1</code>, <code>PHAB2</code>, ..., <code>PHAB5</code>.</p> <p>The <code>habitatmap_stdized.gpkg</code> file is a GeoPackage that contains:</p> <ul> <li><code>habitatmap_polygons</code>: a spatial layer with every habitat map polygon that contains a Natura 2000 habitat or RIB&nbsp;type.</li> <li><code>habitatmap_types</code>: a table with information on the habitat and RIB types (HAB1, HAB2,..., HAB5) that occur within each polygon of&nbsp;<code>habitatmap_polygons.</code></li> </ul> <p>The processing of the habitatmap_types table included following adjustments:</p> <ul> <li>For some polygons the&nbsp;type is uncertain, and the type code in the raw habitatmap data source consists of 2 or 3 possible types, separated with a ','. The different possible types are split up and one row is created for each of them, with <code>phab</code> for each new row simply set to the original value of <code>phab</code>. The variable <code>certain</code> will be <code>FALSE</code> if the original type code consists of 2 or 3 possible&nbsp;types, and <code>TRUE</code> if only one type is provided.</li> <li>Some polygons contain both a standing water habitat type and <code>rbbmr</code>: <ul> <li><code>3130_rbbmr</code>,</li> <li><code>3140_rbbmr</code>,</li> <li><code>3150_rbbmr</code>, and</li> <li><code>3160_rbbmr</code>.</li> </ul> </li> <li>Since <code>habitatmap_stdized_2020_v1</code>, the two types <code>31xx</code> and <code>rbbmr</code> are split up and one row is created for each of them, with <code>phab</code> for each new row simply set to the original value of <code>phab</code>. The variable certain in this case will be <code>TRUE</code> for both types.</li> <li>After those steps, a given polygon could contain the same type with the same value for <code>certain</code> repeated several times, e.g. when <code>31xx_rbbmr</code> is present with <code>phab</code> = yy% and <code>31xx</code> is present with <code>phab</code> = zz%. In that case the rows with the same <code>polygon_id</code>, <code>type</code> and <code>certain</code> were gathered into one row and the respective phab values were added up.</li> </ul> <p>The R-code for creating the <code>habitatmap_stdized</code> data source can be found&nbsp;in the GitHub repository&nbsp;<a href="https://github.com/inbo/n2khab-preprocessing/tree/abf596e/src/generate_habitatmap_stdized">'n2khab-preprocessing' at commit abf596e</a>.</p> <p>A reading function to return the data source in a standardized way into the R environment&nbsp;is provided by the R-package&nbsp;<a href="https://github.com/inbo/n2khab">n2khab</a>.</p> <p>Attributes of <code>habitatmap_polygons</code>:</p> <ul> <li><code>polygon_id</code></li> <li><code>description_orig</code>: polygon description based on the original type codes in the raw habitatmap&nbsp;</li> </ul> <p>Attributes of <code>habitatmap_types</code>:</p> <ul> <li><code>polygon_id</code></li> <li><code>type</code>: the interpreted habitat or RIB type</li> <li><code>certain</code>: <code>TRUE</code> when type is certain and <code>FALSE</code> when type is uncertain</li> <li><code>code_orig</code>: original type code in raw habitatmap</li> <li><code>phab</code>: proportion of polygon covered by type, as a percentage.</li> </ul> <p>Since version <code>habitatmap_stdized_2020_v1</code>, rows are unique only by the combination of the <code>polygon_id</code>, <code>type</code> and <code>certain</code> columns.</p>

opencc-zeroNov 2019View details →
zenodo44/100

Map of standing water habitat types and regionally important biotopes in Flanders

<p>This map is a combination of the <a href="https://zenodo.org/records/13865531">standardized habitat map of Flanders</a> (version habitatmap_stdized_2023_v1)&nbsp;and <a href="https://zenodo.org/records/14203168">the watersurface map of Flanders</a> (version watersurfaces_2024). It contains standing water Natura 2000 habitat types (2190_a and 31xx) and regionally important biotopes (rbbah) in Flanders.</p> <p>The polygons with 2190_a habitat (dune slack ponds) are generated by selecting all watersurface polygons that overlap with dune habitat polygons (21xx) of the standardized habitat map.</p> <p>For each of the other aquatic habitat types (31xx and rbbah) we select the watersurface polygons that overlap with the selected&nbsp;habitat type polygons of the standardized&nbsp;habitat map. We also select&nbsp;polygons of the standardized habitat map containing standing water types but that do not overlap with polygons of the watersurface map.</p> <p>The&nbsp;<code>watersurfaces_hab.gpkg</code> file is a GeoPackage that contains:</p> <ul> <li><code>watersurfaces_hab_polygons</code>: a spatial layer with the selected polygons that contain standing water habitat types or regionally important biotopes.&nbsp;</li> <li><code>watersurfaces_hab_types</code>: a table with information on standing water habitat types and regionally important biotopes in each watersurface polygon.</li> </ul> <p>The R-code for creating the <code>watersurfaces_hab</code> data source can be found in the GitHub repository&nbsp;<a href="https://github.com/inbo/n2khab-preprocessing/tree/58138a8/src/generate_watersurfaces_hab">'n2khab-preprocessing'&nbsp;at commit&nbsp;58138a8</a>.</p> <p>A reading function to return the data source in a standardized way into the R environment&nbsp;is provided by the R-package&nbsp;<a href="https://github.com/inbo/n2khab">n2khab</a>.</p>

opencc-zeroNov 2019View details →
zenodo40/100

FIGURE 18. a – c in Bathyal Mollusca from the cold-water coral biotope of Santa Maria di Leuca (Apulian margin, southern Italy)

FIGURE 18. a – c: Turbonilla micans (Monterosato, 1875), sample BC 51, scale bars: 0.5 mm (a), 0.2 mm (b – c, protoconch); d – f: Graphis gracilis (Monterosato, 1874), sample BC 72, scale bars: 0.5 mm (d), 0.2 mm (e – f, protoconch); g – i: Crenilabium exile (Jeffreys, 1870), samples BC 67 (g) and BC 04 (h – i), scale bars: 2 mm (g), 0.2 mm (h – i, protoconch); j – l: Japonacteon pusillus (MacGillivray, 1843), sample BC 72, scale bars: 2 mm (j), 0.2 mm (k – l, protoconch); m – o: Callostracon thyrrenicum (Smriglio &amp; Mariottini, 1996), sample BC 71, scale bars: 1 mm (m), 0.2 mm (n – o, protoconch).

opencc-zeroDec 2016View details →
zenodo40/100

FIGURE 19. a – b in Bathyal Mollusca from the cold-water coral biotope of Santa Maria di Leuca (Apulian margin, southern Italy)

FIGURE 19. a – b: Ringicula sp., sample BC 72, scale bars: 0.5 mm (a), 0.1 mm (b, protoconch); c – d: Diaphana globosa (Lovén, 1846), sample BC 05, scale bars: 1 mm (c), 0.2 mm (d, protoconch); e – f: Diaphana cf. lactea (Jeffreys, 1877), sample BC 05, scale bars: 1 mm (e), 0.2 mm (f, protoconch); g – j: Philine quadrata (Wood, 1839), samples BC 72 (g – h) and BC 05 (i – j), scale bars: 2 mm (g – h), 0.2 mm (i – j, protoconch); k – n: Philine scabra (Müller, 1784), sample BC 72, scale bars: 2 mm (k), 0.5 mm (l, juvenile), 0.2 mm (m – n, protoconch); o – q: Roxania monterosatoi Dautzenberg &amp; Fischer, 1896, samples BC 67 (o) and BC 72 (p – q), scale bars: 1 mm (o), 0.5 mm (p, juvenile), 0.2 mm (q, protoconch).

opencc-zeroDec 2016View details →
zenodo40/100

FIGURE 17. a – c in Bathyal Mollusca from the cold-water coral biotope of Santa Maria di Leuca (Apulian margin, southern Italy)

FIGURE 17. a – c: Mathilda cochlaeformis Brugnone, 1873, samples BC 71 (a) and BC 66 (b – c), scale bars: 2 mm (a), 0.2 mm (b – c, protoconch); d – g: Mathilda coronata Monterosato, 1875, sample BC 71, scale bars: 2 mm (d), 0.2 mm (e – g, protoconch); h – j: Eulimella scillae (Scacchi, 1835), sample BC 72, scale bars: 1 mm (h), 0.2 mm (i – j, protoconch); k – m: Eulimella unifasciata (Forbes, 1844), sample BC 72, scale bars: 2 mm (k), 0.2 mm (l – m, protoconch); n – o: Chrysallida flexuosa (Monterosato, 1874), sample BC 67, scale bars: 0.5 mm (n), 0.2 mm (o, protoconch); p – r: Liostomia sp., sample BC 72, scale bars: 1 mm (p), 0.2 mm (q – r, protoconch).

opencc-zeroDec 2016View details →
zenodo40/100

FIGURE 16. a – c in Bathyal Mollusca from the cold-water coral biotope of Santa Maria di Leuca (Apulian margin, southern Italy)

FIGURE 16. a – c: Pleurotomella gibbera Bouchet &amp; Warén, 1980, sample BC 66, scale bars: 1 mm (a), 0.2 mm (b – c, protoconch); d – f: Discotectonica discus (Philippi, 1844), sample BC 72, scale bars: 2 mm (d – e), 0.2 mm (f, protoconch); g – h: Pseudomalaxis zanclaeus (Philippi, 1844), sample BC 72, scale bar 5 mm; i – k: Solatisonax alleryi (Seguenza, 1876), sample BC 72, scale bars: 2 mm (i – j), 0.2 mm (k, protoconch); l – n: Solatisonax bannocki (Melone &amp; Taviani, 1980), sample BC 71, scale bars: 2 mm (l – m), 0.2 mm (n, protoconch); o – q: Spirolaxis centrifugus (Monterosato, 1890), sample BC 72, scale bars: 1 mm (o – p), 0.2 mm (q, protoconch).

opencc-zeroDec 2016View details →
zenodo40/100

FIGURE 13. a – c in Bathyal Mollusca from the cold-water coral biotope of Santa Maria di Leuca (Apulian margin, southern Italy)

FIGURE 13. a – c: Akritogyra conspicua (Monterosato, 1880), sample BC 05, scale bars: 0.5 mm (a – b), 0.1 mm (c, protoconch); d – f: Epitonium tiberii (de Boury, 1889), sample BC 66, scale bars: 0.5 mm (d), 0.1 mm (e – f, protoconch); g – i: Alvania cimicoides (Forbes, 1844), sample BC 72, scale bars: 1 mm (g), 0.1 mm (h – i, protoconch); j – l: Alvania testae (Aradas &amp; Maggiore, 1844), sample BC 72, scale bars: 0.5 mm (j), 0.1 mm (k – l, protoconch); m – o: Benthonella tenella (Jeffreys, 1869), sample BC 04, scale bars: 0.5 mm (m), 0.1 mm (n – o, protoconch).

opencc-zeroDec 2016View details →
zenodo40/100

FIGURE 15. a – d in Bathyal Mollusca from the cold-water coral biotope of Santa Maria di Leuca (Apulian margin, southern Italy)

FIGURE 15. a – d: Drilliola loprestiana (Calcara, 1841), sample BC 05, scale bars: 1 mm (a), 0.5 mm (b – c, protoconch), 0.1 mm (d, PI detail); e – h: Mangelia nuperrima (Tiberi, 1855), samples BC 05 (e) and BC 72 (f – h), scale bars: 2 mm (e), 0.5 mm (f – g, protoconch), 0.1 mm (h, PI detail); i: Mangelia serga (Dall, 1881), sample BC 72, scale bar 2 mm; j – l: Pleurotomella eurybrocha (Dautzenberg &amp; Fischer, 1896), sample BC 21, scale bars: 0.5 mm (j), 0.2 mm (k – l, protoconch); m – p: Teretia teres (Reeve, 1844), sample BC 72, scale bars: 1 mm (m), 0.2 mm (n – o, protoconch), 0.1 mm (p, PI detail); q – t: Pleurotomella demosia (Dautzenberg &amp; Fischer, 1896), sample BC 71, scale bars: 2 mm (q), 0.2 mm (r – s, protoconch), 0.1 mm (t, PI detail).

opencc-zeroDec 2016View details →
zenodo40/100

FIGURE 14. a – c in Bathyal Mollusca from the cold-water coral biotope of Santa Maria di Leuca (Apulian margin, southern Italy)

FIGURE 14. a – c: Pagodula echinata (Kiener, 1840), sample BC 72, scale bars: 5 mm (a), 0.5 mm (b – c, protoconch); d – g: Nassarius lima (Dillwyn, 1817), sample BC 72, scale bars: 5 mm (d), 1 mm (e, juvenile), 0.5 mm (f – g, protoconch); h – j: Amphissa acutecostata (Philippi, 1844), sample BC 72, scale bars: 2 mm (h), 0.5 mm (i – j, protoconch); k – m: Fusinus rostratus (Olivi, 1792), sample BC 72, scale bars: 5 mm (k), 0.5 mm (l – m, protoconch); n – p: Drilliola emendata (Monterosato, 1872), sample BC 67, scale bars: 2 mm (n), 0.5 mm (o – p, protoconch).

opencc-zeroDec 2016View details →
zenodo40/100

FIGURE 12. a – c in Bathyal Mollusca from the cold-water coral biotope of Santa Maria di Leuca (Apulian margin, southern Italy)

FIGURE 12. a – c: Anatoma aspera (Philippi, 1844), sample BC 71, scale bars: 1 mm (a – b), 0.1 mm (c, protoconch); d: Danilia tinei (Calcara, 1839), sample BC 72, scale bar 5 mm; e – g: Cirsonella romettensis (Granata – Grillo, 1877), sample BC 67, scale bars: 1 mm (e – f), 0.1 mm (g, protoconch); h – j: Putzeysia wiseri (Calcara, 1842), sample BC 66, scale bars: 2 mm (h), 0.2 mm (i – j, protoconch); k – m: Mikro? sp., sample BC 52, scale bars: 0.2 mm (k – l), 0.1 mm (m, protoconch); n – p: Adeuomphalus densicostatus (Jeffreys, 1884), sample BC 72, scale bars: 0.2 mm (n – o), 0.1 mm (p, protoconch).

opencc-zeroDec 2016View details →
zenodo40/100

FIGURE 11. a – c in Bathyal Mollusca from the cold-water coral biotope of Santa Maria di Leuca (Apulian margin, southern Italy)

FIGURE 11. a – c: Antalis agilis (Sars M. in Sars G. O., 1872), samples BC 04 (a) and BC 72 (b – c), scale bars: 5 mm (a), 0.2 mm (b, posterior aperture), 1 mm (c, anterior aperture); d – f: Entalina tetragona (Brocchi, 1814), sample BC 72, scale bars: 2 mm (d), 0.1 mm (e, posterior aperture), 0.5 mm (f, anterior aperture); g: Cadulus subfusiformis (Sars M., 1865), sample BC 52, scale bar 0.5 mm; h – k: Propilidium exiguum (Thompson, 1844), sample BC 66, scale bars: 1 mm (h – i), 0.1 mm (j – k, protoconch); l – n: Emarginula adriatica (Costa O. G., 1830), sample BC 72, scale bars: 2 mm (l – m), 0.1 mm (n, protoconch); o – q: Emarginula multistriata Jeffreys, 1882, sample BC 70, scale bars: 1 mm (o – p), 0.1 mm (q, protoconch); r – t: Emarginula tenera Locard, 1982, sample BC 71, scale bars: 1 mm (r – s), 0.1 mm (t, protoconch).

opencc-zeroDec 2016View details →
zenodo40/100

FIGURE 10. a – c in Bathyal Mollusca from the cold-water coral biotope of Santa Maria di Leuca (Apulian margin, southern Italy)

FIGURE 10. a – c: Allogramma formosa (Jeffreys, 1882); RV, sample BC 72, scale bars: 2 mm (a – b), 0.1 mm (c, prodissoconch); d – e: Poromya granulata (Nyst &amp; Westendorp, 1839); LV, sample BC 72, scale bar 1 mm; f – h: Cuspidaria lamellosa (Sars G. O. ex Sars M., 1872); RV (f, h) and LV (g), sample BC 72, scale bars: 1 mm (f – g), 0.1 mm (h, prodissoconch); i – k: Cuspidaria rostrata (Spengler, 1793); RV, samples BC 66 (i – j) and BC 72 (k), scale bars: 5 mm (i – j), 0.1 mm (k, prodissoconch); l – n: Tropidomya abbreviata (Forbes, 1843); LV, sample BC 72, scale bars: 5 mm (m), 2 mm (l, juvenile), 0.1 mm (n, prodissoconch); o – q: Cardiomya costellata (Deshayes, 1835); RV, sample BC 72, scale bars 2 mm (o – p), 0.1 mm (q, prodissoconch).

opencc-zeroDec 2016View details →
zenodo40/100

FIGURE 9. a – d in Bathyal Mollusca from the cold-water coral biotope of Santa Maria di Leuca (Apulian margin, southern Italy)

FIGURE 9. a – d: Kelliella miliaris (Philippi, 1844); RV (a, c) and LV (b, d), sample BC 72, scale bars: 1 mm (a – c), 0.1 mm (d, prodissoconch); e – f: Hiatella arctica (Linnaeus, 1767); RV, sample BC 70, scale bar 5 mm; g – i: Xylophaga dorsalis (Turton, 1819); RV, samples BC 66 (h – i) and BC 72 (g), scale bars: 0.5 mm (g – h), 0.1 mm (i, prodissoconch); j – l: Panacca loveni (Jeffreys, 1882); LV, samples BC 70 (j – k) and BC 05 (l), scale bars 10 mm (j – k), 0.1 mm (l, prodissoconch); m – o: Panacca? sp.; RV (m, n) and LV (o), sample BC 72, scale bars: 5 mm (m – n), 0.1 mm (o, prodissoconch; the arrow points at the ventral sinuation).

opencc-zeroDec 2016View details →
zenodo40/100

FIGURE 8. a – c in Bathyal Mollusca from the cold-water coral biotope of Santa Maria di Leuca (Apulian margin, southern Italy)

FIGURE 8. a – c: Montacuta substriata (Montagu, 1808); RV, sample BC 72, scale bars: 1 mm (a – b), 0.1 mm (c, prodissoconch); d – f: Tellimya tenella (Lovén, 1846); RV, sample BC 72, scale bars: 1 mm (d – e), 0.1 mm (f, prodissoconch); g – i: Kurtiella cf. tumidula (Jeffreys, 1866); RV, sample BC 67, scale bars: 0.5 mm (g – h), 0.1 mm (i, prodissoconch); j – m: Parvicardium minimum (Philippi, 1836); RV (j, m) and LV (k), sample BC 71, scale bars: 1 mm (j – k), 0.1 mm (l, prodissoconch), 0.02 mm (m, P – 1 detail); n – p: Abra longicallus (Scacchi, 1835); LV, sample BC 70, scale bars: 5 mm (n – o), 0.1 mm (p, prodissoconch).

opencc-zeroDec 2016View details →
zenodo40/100

FIGURE 3. a – c in Bathyal Mollusca from the cold-water coral biotope of Santa Maria di Leuca (Apulian margin, southern Italy)

FIGURE 3. a – c: Yoldiella nana (Sars M., 1865); RV (b, c) and LV (a), sample BC 72, scale bars: 0.5 mm (a – b), 0.1 mm (c, prodissoconch); d – f: Yoldiella philippiana (Nyst, 1844); RV, sample BC 72, scale bars: 1 mm (d – e), 0.1 mm (f, prodissoconch); g – i: Yoldiella striolata (Brugnone, 1876); RV, sample BC 72, scale bars: 1 mm (g – h), 0.1 mm (i, prodissoconch); j – m: Asperarca nodulosa (Müller, 1776); LV, sample BC 11, scale bars: 5 mm (j – k), 1 mm (l, juvenile), 0.1 mm (m, prodissoconch).

opencc-zeroDec 2016View details →
zenodo40/100

FIGURE 7. a – c in Bathyal Mollusca from the cold-water coral biotope of Santa Maria di Leuca (Apulian margin, southern Italy)

FIGURE 7. a – c: Axinulus alleni (Carrozza, 1981); RV, sample BC 72, scale bars: 1 mm (a – b), 0.1 mm (c, prodissoconch); d – f: Thyasira flexuosa (Montagu, 1803); RV (e, f) and LV (d), sample BC 72, scale bars: 2 mm (d – e), 0.1 mm (f, prodissoconch); g – i: Genaxinus eumyarius (Sars M., 1870); RV (h, i) and LV (g), sample BC 72, scale bars: 1 mm (g – h), 0.1 mm (I, prodissoconch); j – l: Leptaxinus subovatus (Jeffreys, 1881); RV, sample BC 72, scale bars: 1 mm (j – k), 0.1 mm (l, prodissoconch); m – o: Mendicula ferruginosa (Forbes, 1844); RV, sample BC 72, scale bars: 1 mm (m – n), 0.1 mm (o, prodissoconch).

opencc-zeroDec 2016View details →
zenodo40/100

FIGURE 2. a – b in Bathyal Mollusca from the cold-water coral biotope of Santa Maria di Leuca (Apulian margin, southern Italy)

FIGURE 2. a – b: Nucula sulcata Bronn, 1831; RV, sample BC 06, scale bar: 5 mm; c – e: Ennucula aegeensis (Forbes, 1844); RV (c, e) and LV (d), sample BC 72, scale bars: 1 mm (c – d), 0.1 mm (e, prodissoconch); f – h: Ledella messanensis (Jeffreys, 1870); LV, sample BC 72, scale bars: 1 mm (f – g), 0.1 mm (h, prodissoconch); i – k: Malletia obtusa (Sars M. in Sars G. O., 1872); RV (j, k) and LV (i), samples BC 72 (i) and BC 71 (j – k), scale bars: 2 mm (i – j), 0.1 mm (k, prodissoconch); l – n: Pristigloma minima (Seguenza, 1877); RV (m) and LV (l, n), sample BC 72, scale bars: 0.5 mm (l – m), 0.1 mm (n, prodissoconch); o – q: Yoldiella lucida (Lovén, 1846); RV, sample BC 72, scale bars: 1 mm (o – p), 0.1 mm (q, prodissoconch).

opencc-zeroDec 2016View details →
zenodo40/100

FIGURE 6. a – c in Bathyal Mollusca from the cold-water coral biotope of Santa Maria di Leuca (Apulian margin, southern Italy)

FIGURE 6. a – c: Spondylus gussonii Costa, 1830; LV, samples BC 11 (a – b) and BC 71 (c), scale bars: 5 mm (a – b), 0.1 mm (c, prodissoconch); d – g: Heteranomia squamula (Linnaeus, 1758); LV, samples BC 11 (d – e) and BC 72 (f – g), scale bars: 5 mm (d – e), 0.5 mm (f, juvenile), 0.1 mm (g, prodissoconch); h – j: Limaria loscombi (Sowerby G. B. I, 1823); RV, sample BC 72, scale bars: 2 mm (h – i), 0.1 mm (j, prodissoconch); k – m: Limatula subauriculata Montagu, 1808; RV (k, m) and LV (l), samples BC 71 (k, m) and BC 72 (l), scale bars: 1 mm (k – l), 0.1 mm (m, prodissoconch); n – p: Limea crassa (Forbes, 1844); RV (o) and LV (n, p), samples BC 71 (n, p) and BC 72 (o), scale bars: 1 mm (n – o), 0.1 mm (p, prodissoconch).

opencc-zeroDec 2016View details →
zenodo40/100

FIGURE 5. a – d in Bathyal Mollusca from the cold-water coral biotope of Santa Maria di Leuca (Apulian margin, southern Italy)

FIGURE 5. a – d: Delectopecten vitreus (Gmelin, 1791); RV (a, c, d) and LV (b), sample BC 72, scale bars: 5 mm (a – b), 1 mm (c, juvenile), 0.1 mm (d, prodissoconch); e – g: Parvamussium fenestratum (Forbes, 1844); LV, samples BC 70 (e – f) and BC 72 (g), scale bars: 5 mm (e – f), 0.1 mm (g, prodissoconch); h – l: Cyclopecten hoskynsi (Forbes, 1844); RV (h, i, l) and LV (j, k), sample BC 72, scale bars: 5 mm (h – k), 0.1 mm (l, prodissoconch); m – o: Similipecten similis (Laskey, 1811); RV (n, o) and LV (m), sample BC 72, scale bars: 1 mm (m – n), 0.05 mm (o, prodissoconch).

opencc-zeroDec 2016View details →
zenodo40/100

FIGURE 4. a – c in Bathyal Mollusca from the cold-water coral biotope of Santa Maria di Leuca (Apulian margin, southern Italy)

FIGURE 4. a – c: Bathyarca pectunculoides (Scacchi, 1835); RV (a, b) and LV (c), sample BC 72, scale bars: 1 mm (a – b), 0.1 mm (c, prodissoconch); d – f: Bathyarca philippiana (Nyst, 1848); LV, sample BC 04, scale bars: 2 mm (d – e), 0.1 mm (f, prodissoconch); g – i: Dacrydium hyalinum (Monterosato, 1875); LV, sample BC 72, scale bars: 1 mm (g – h), 0.1 mm (i, prodissoconch); j – m: Pseudamussium peslutrae? (Linnaeus, 1771); LV, sample BC 67, scale bars: 2 mm (j – k), 0.1 mm (l, prodissoconch), 0.05 mm (m, P – 1 detail); n – q: Karnekampia sulcata (Müller, 1776); RV (o – q) and LV (n), sample BC 72, scale bars: 5 mm (n – p), 0.1 mm (q, prodissoconch).

opencc-zeroDec 2016View details →

ScienceDex guides

Understand access before you commit

These curated guides explain access requirements, typical timelines, costs, and reuse considerations for widely used research datasets.

Compare curated datasets

Allen Brain Atlas

Allen Brain Atlas is an Allen Institute collection of brain map atlases, datasets, APIs, and analysis tools covering mouse, human, and non-human primate brain resources.

allen-brain-atlas
neuroscienceopenDocumentation, web resources, and API references are available online.
Last verified 2026-04-30Open record

Annotated Behaviour and Observability Dataset (ABODe)

ABODe is a University of Edinburgh DataShare dataset for behavior classification in group-housed mice using home-cage video, identities, bounding boxes, ground-plate positions, and annotator labels.

abode-home-cage
behavioral-neuroscienceopenThe DataShare record exposes download links for annotations, documentation, license text, and the zipped per-snippet data directory.
Last verified 2026-04-30Open record

DANDI Archive for NWB datasets

DANDI is a BRAIN Initiative archive for publishing and sharing neurophysiology data, including electrophysiology, optophysiology, and behavioral data packaged as NWB and related standards.

dandi-nwb
electrophysiologyopenPublished Dandiset metadata and archive endpoints are available through the production DANDI API.
Last verified 2026-04-30Open record

International Brain Laboratory public data

The International Brain Laboratory public data releases expose standardized mouse decision-making experiments, including Neuropixels recordings, widefield calcium imaging, behavior, and session metadata accessed through the ONE API.

ibl
behavioral-neuroscienceopenPublic sessions can be searched and loaded from the IBL public data server through ONE.
Last verified 2026-04-29Open record

OpenNeuro

OpenNeuro is a free, open platform for sharing neuroimaging datasets, with public search, dataset pages, and download paths for web, S3, DataLad, and the OpenNeuro CLI.

openneuro
neuroscienceopenPublished datasets are available on demand over the internet.
Last verified 2026-04-29Open record