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.

27

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

27 results for “predator attack”

Learn how ShareScore rates datasets ↗
dryad40/100

Turning lances into shields: Flower mantids stretch their raptorial forelegs to avert and deflect predator attack

Open the record for dataset details and reuse information.

publicMar 2025View details →
dryad36/100

Detritus decorations as the extended phenotype deflect avian predator attack increasing fitness in an orb‐web spider

<ol> <li>A number of strategies that divert attacks of visually guided predators, such as birds, have evolved multiple times in animals. Detritus web decorations built by certain orb-web spider species are thought to deflect avian predator attacks away from spiders and towards their web decorations. Still, empirical evidence for this function and its adaptive significance is lacking. The orb-web spider, <i>Cyclosa monticola</i>,<i> </i>adorns its web using a linear detritus decoration consisting of moults, egg sacs, prey remains, and leaf litters.</li> <li>In the present study, we investigated whether detritus decorations constructed by <i>C. monticola</i> spiders<i> </i>divert attacks of avian predators away from spiders. We first employed colour modelling to compare spider bodies and detritus decoration colouration from the perspective of domestic chicks and blue tits. We then experimentally tested the deflection hypothesis in the laboratory using naïve chicks as predators. We put the chicks in a cage containing a web either with (S+) or without (S-) a spider and either with (D+) or without (D-) detritus decoration (a total of four types of webs: S+D+, S+D-, S-D+, and S-D-) under both natural habitat background and white background. </li> <li>We found that the colour of <i>C. monticola</i> spiders is indistinguishable from that of their detritus decorations for both chicks and blue tits with both backgrounds. Laboratory predation experiments showed that with both backgrounds, chicks attacked the spiders much less frequently when their decorations were present on the webs (S+D+; natural habitat: 20%, white background: 30%) than when their decorations were absent (S+D-; natural habitat: 95%, white background: 85%), resulting in greater spider survival advantage. </li> <li>We also found that the rate of attack of spiders and their decorations was not random; the decorations were more likely to be attacked than spiders, regardless of the ratio of surface area of decorations to spider bodies when both spiders and decorations were presented (S+D+). Therefore, our results support a deflection, rather than concealment hypothesis for web decorations.</li> <li>In conclusion, our study provides evidence that the extended phenotypes beyond the animal bodies, can divert avian predator attacks, therefore, may improve the fitness of animals.</li> </ol>

opencc-zeroAug 2020View details →
zenodo36/100

Simulation Dataset: Collective anti-predator escape manoeuvres through optimal attack and avoidance strategies

<p>This is a supplementary simulation dataset to reproduce Fig. 3C,D of the manuscript "Collective anti-predator escape manoeuvres through optimal attack and avoidance strategies" by Bartashevich et al.</p> <p>The zip folder contains the following 3 files in h5 format:&nbsp;front attack (out_Npred1_pred_angle0.0.h5), side attack (<span>out_Npred1_pred_angle1.5707963267948966.h5), </span><span>back attack (out_Npred1_pred_angle3.141592653589793.h5).</span></p> <p>Each file has the following "keys":&nbsp;KeysViewHDF5 ['circ_seg', 'end', 'endD', 'end_PosVel', 'fount', 'part', 'partD', 'pavas', 'pred', 'predD', 'start', 'start_fountain', 'start_pred', 'swarm', 'swarm_pred0', 'swarm_predD'].</p> <p>The key necessary to reproduce Fig. 3C,D of the aforementioned paper is "fount" (&lt;HDF5 dataset "fount": shape (40, 1200, 100, 8), type "&lt;f8"&gt;).&nbsp;Namely, "fount" data array consists of 40 simulation runs, 1200 time points, 100 agents, and 8 metrics. The metric&nbsp;with index "0" depicts the value of the Euclidean distance from the agent <em>i</em> to the simulated predator. The metric&nbsp;with index "1" depicts the value of the position angle (theta 1 in rad) of the agent <em>i</em> relative to the simulated predator. The metric&nbsp;with index "2" depicts the value of the flee angle (theta 2 in rad) of the agent <em>i</em> relative to the simulated predator.</p> <p>To estimate the start and the end of the fountain evasion, one can use the following script in Python:</p> <p>import numpy as np</p> <p>m = h5py.File(filename, "r")<br><br>for key in m.keys():<br>&nbsp;&nbsp;&nbsp;print(key)</p> <p>fount_runs = m[key]["fount"]</p> <p>for j in range(40):<br>&nbsp;&nbsp;&nbsp;fnt_start[j]&nbsp; =&nbsp; &nbsp;np.where(fount_runs[j, 0:1200, 0:100,5]==1)[0][0]&nbsp;&nbsp;<br>&nbsp;&nbsp;&nbsp;fnt_end[j]&nbsp; &nbsp;= &nbsp;&nbsp;np.where(fount_runs[j, 0:1200, 0:100,5]==1)[0][-1]</p>

opencc-by-4.0Oct 2024View details →
zenodo36/100

Empirical Dataset: Collective anti-predator escape manoeuvres through optimal attack and avoidance strategies

<h3>Description of the data and file structure</h3> <p>The files contain the source data for Fig. 1 and Fig. 3A,B of the manuscript "Collective anti-predator escape manoeuvres through optimal attack and avoidance strategies" by Bartashevich et al.</p> <h4>Files and variables</h4> <h5>File: Fountain_Fish_coordinates.zip</h5> <p><strong>Description:</strong>&nbsp;</p> <p>The zip file contains 30 folders, each containing information on one predator attack and respective prey evasion. Each folder is named according to the drone ID used for the filming (e.g., DJI _1, DJI _2, DJI _3) and the respective frame number (e.g., f930) from the video recording.&nbsp;</p> <h5>File naming</h5> <p>Each folder contains JPG and CSV files.&nbsp;</p> <p>The JPG files show the image from the footage at the corresponding frame indicated in the files' name (e.g.,&nbsp;frame_001_im).</p> <p>There are 2 types of CSV files. Files with the name 'polygon.csv' contain coordinates (in pixels) of points (x, y) defining the polygon outlining the prey school at the particular frame as indicated in the files' name (e.g., frame001) and corresponding to the image in the JPG file with the same frame number. Files with the name 'sardines_and_marlin.csv' contain coordinates (in pixels) of points (x, y), defining the head (columns 1 and 2) and the dorsal fin (columns 3 and 4) of single sardine individuals (by rows), and of the respective attacking marlin: marlin's head (columns 5 and 6), marlin's dorsal fin (columns 7 and 8), and marlin's tip of the bill (columns 9 and 10). These coordinates correspond to the respective image with the same frame number.</p>

opencc-by-4.0Oct 2024View details →
dryad36/100

Discoid decorations function to shield juvenile Argiope spiders from avian predator attacks

Decorating behavior is common in various animal taxa and serves a variety of functions from camouflage to communication. One predominant function cited for decoration is to avoid predators. Conspicuous, disc-like (discoid) silk decorations spun by orb-web Argiope juvenile spiders are hypothesized, among others, to defend spiders against visual predators by concealing spider outlines on the web, deflecting attacks, shielding them from view or masquerading as bird-droppings. However, the direct evidence is limited for a specific mechanism by which discoid decorations may deter predators. Here we evaluate the mechanisms by which discoid decorations may defend Argiope juveniles against naïve chicks. Using visual modelling, we show that avian predators are able to distinguish spiders from discoid decorations. Using chick predation experiments, we found that the naïve chicks readily pecked any objects, ruling out the possibility of their neophobia. Significantly more chicks attacked spiders when they were exposed to chicks, regardless of whether their webs had discoid decorations, but few chicks attacked spiders when they were behind the decorations. We also found that significantly few chicks attacked decorations when spiders were absent or behind the decorations. We thus conclude that discoid decorations function to deter avian predators by shielding the spider from view or distracting, not by deflecting attacks, concealing the spider's outline or masquerading as bird-droppings. This study sheds light on the study of other similar anti-predator strategies, in a wide range of spider species and other animals that use decorating strategies. --

opencc-zeroJul 2021View details →
zenodo36/100

FIGURE 3 in Attack and defense in a gamasid-oribatid mite predator-prey experiment - sclerotization outperforms chemical repellency

FIGURE 3: Body size and mass of adults and tritonymphs of Archegozetes longisetosus. Stars indicate significant differences (Welch two-sample t-test, ***p&lt;0.001).

opencc-by-nd-4.0Sep 2016View details →
zenodo36/100

FIGURE 1 in Attack and defense in a gamasid-oribatid mite predator-prey experiment - sclerotization outperforms chemical repellency

FIGURE 1: Consumption [%] of the predatory mite Stratiolaelaps miles feeding on differently treated adults and tritonymphs of Archegozetes longisetosus (armed= control group; disarmed= hexane treated specimens). Stars indicate significant differences (Mann-Whitney-U-test, ***p&lt;0.001).

opencc-by-nd-4.0Sep 2016View details →
zenodo36/100

FIGURE 2 in Attack and defense in a gamasid-oribatid mite predator-prey experiment - sclerotization outperforms chemical repellency

FIGURE 2: Normalized amount of defensive secretion of attacked and control group Archegozetes longisetosus. Stars indicate significant differences (Mann-Whitney-U-test, ***p&lt;0.001).

opencc-by-nd-4.0Sep 2016View details →
dryad36/100

Detritus decorations as the extended phenotype deflect avian predator attack increasing fitness in an orb‐web spider

Open the record for dataset details and reuse information.

publicAug 2020View details →
dryad36/100

Discoid decorations function to shield juvenile Argiope spiders from avian predator attacks

Open the record for dataset details and reuse information.

publicJul 2021View details →
dryad36/100

How do red-eyed treefrog embryos sense motion in predator attacks? Assessing the role of vestibular mechanoreception

Open the record for dataset details and reuse information.

publicNov 2019View details →
zenodo32/100

Figure 6. Transverse sections through a in Foregut anatomy and predation by Charonia lampas (Gastropoda: Prosobranchia: Neotaenioglossa) attacking Ophidiaster ophidianus (Asteroidea: Ophidiasteridae) in the Açores, with a review of triton feeding behaviour

Figure 6. Transverse sections through a single acinus of the posterior salivary glands of (A) Charonia lampas and (B) Gyrineum natator.

opennotspecifiedNov 2012View details →
zenodo32/100

Figure 5 in Foregut anatomy and predation by Charonia lampas (Gastropoda: Prosobranchia: Neotaenioglossa) attacking Ophidiaster ophidianus (Asteroidea: Ophidiasteridae) in the Açores, with a review of triton feeding behaviour

Figure 5. Charonia lampas. (A) A detail of the salivary glands and their duct system after being turned to the left through 180◦; (B) a row of teeth that make up the taenioglossan radula; (C) the paired jaws at the entrance to the mouth.

opennotspecifiedNov 2012View details →
zenodo32/100

Figure 3 in Foregut anatomy and predation by Charonia lampas (Gastropoda: Prosobranchia: Neotaenioglossa) attacking Ophidiaster ophidianus (Asteroidea: Ophidiasteridae) in the Açores, with a review of triton feeding behaviour

Figure 3. Charonia lampas. Faeces produced after consuming an autotomised arm of Ophidiaster ophidianus. (A) Phase 1, after consumption of the tube feet, coelomic tube feet ampullae, pyloric caecae and gonads. (B) Phase 2, after consumption of the exoskeleton.

opennotspecifiedNov 2012View details →
zenodo32/100

Figure 4 in Foregut anatomy and predation by Charonia lampas (Gastropoda: Prosobranchia: Neotaenioglossa) attacking Ophidiaster ophidianus (Asteroidea: Ophidiasteridae) in the Açores, with a review of triton feeding behaviour

Figure 4. Charonia lampas. The foregut anatomy of the preserved specimen obtained from Spain, and as seen from the dorsal aspect.

opennotspecifiedNov 2012View details →
zenodo32/100

Figure 2 in Foregut anatomy and predation by Charonia lampas (Gastropoda: Prosobranchia: Neotaenioglossa) attacking Ophidiaster ophidianus (Asteroidea: Ophidiasteridae) in the Açores, with a review of triton feeding behaviour

Figure 2. Charonia lampas consuming an autotomised arm of Ophidiaster ophidianus. (A, B) Phase 1, consumption of the tube feet (A); consumption of the coelomic tube feet ampullae, pyloric caecae and gonads (B). (C, D) Phase 2, consumption of the exoskeleton.

opennotspecifiedNov 2012View details →
zenodo32/100

Figure 1 in Foregut anatomy and predation by Charonia lampas (Gastropoda: Prosobranchia: Neotaenioglossa) attacking Ophidiaster ophidianus (Asteroidea: Ophidiasteridae) in the Açores, with a review of triton feeding behaviour

Figure 1. Charonia lampas attacking Ophidiaster ophidianus. (A) Charonia lampas pursues its potential prey and "taps" it with its tentacles. Ophidiaster ophidianus attempts to flee. (B) Charonia lampas captures one of the prey arms, which is instantly autotomised. Ophidiaster ophidianus makes its escape after leaving behind the arm, which autotomised further into two pieces.

opennotspecifiedNov 2012View details →
dryad32/100

Personality predicts mode of attack in a generalist ground spider predator

<p><span>Personality traits, such as boldness and/or aggressiveness, have long been accepted to have a profound influence on many aspects of the lives of animals, including foraging. However, little is known about how personality traits shape the use of a particular attack strategy. Ground spiders use either venom or silk attack to immobilise prey. In this study, we tested the hypothesis that behavioural differences among individuals (namely boldness, measured as the time spent exploring a novel environment; and aggressiveness, measured as the number of killed but not consumed prey) drive the use of a particular attack strategy. We used a generalist ground spider, Drassodes lapidosus, and recorded the mode of attack on two types of prey, dangerous and safe. Moreover, we measured the size of the venom gland to test the relationship between the size of venom volume and the personality, as well as the mode of attack. Drassodes individuals showed consistent behavioural differences in the way they attacked prey. Venom attack was significantly related to increased aggressiveness when attacking spider (dangerous) prey and to increased boldness when attacking cricket (safe) prey. Silk attack was more frequently used by shy (for cricket prey) and docile  (for spider prey). The volume of venom was not related to the attack strategy. We conclude that personality traits are important drivers of prey capture behaviour in gener</span><span>alist ground spiders.</span></p>

opencc-zeroNov 2022View details →
dryad32/100

Personality predicts mode of attack in a generalist ground spider predator

Open the record for dataset details and reuse information.

publicNov 2022View details →
dryad32/100

Data from: How to capture fish in a school? Effect of successive predator attacks on seabird feeding success

Open the record for dataset details and reuse information.

publicSep 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