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.

9,153

datasets available to search

ShareScore release 0.7.1

Reset

Dataset results

9,153 results for “behavior”

Learn how ShareScore rates datasets ↗
zenodo40/100

Synthetic dataset from - Bar et al., Sifting through the haystack - efficiently finding rare behaviors in large-scale datasets, WACV 2025

<p>This is a synthetic dataset emulating pose estimation data, introduced in the associated paper.&nbsp;</p> <p>Briefly, each sample in the dataset is a sequence of 5-keypoints with 9 timesteps. Movement of each keypoint in time is determined by a sinus with some amplitude A and some frequency f, this is loosely inspired by larval zebrafish swimming movement.&nbsp;<br>There are two types of behaviors - a common behavior (aka forming the majority of the samples in the dataset) where the frequency of the sinus is larger than the amplitude, and a rare one where the amplitude is larger than the frequency.&nbsp;<br>We vary the similarity between the rare and common behaviors by relaxing the standard deviation of the gaussian from which we draw these movement parameters (behavior similarity, sd= [0.5, 1.5, 2.5, 5]). We also test different levels of data imbalance, varying the frequency of the rare behavior (rarity=[1.5%,5%,12%,24%]).&nbsp;</p> <p>Thus we created 16 datasets with all possible combinations.</p> <p>The data generation code will become available in our code repository: https://github.com/shir3bar/SiftingTheHaystack</p> <p>The data was used to create a controlled experimental sandbox in which we could test our pipeline for detecting rare behaviors. Sounds interesting? Read our paper and check out the code :)</p> <p>&nbsp;</p> <p>&nbsp;</p>

opencc-by-4.0Dec 2024View details →
zenodo40/100

Bilateral integration in somatosensory cortex is controlled by behavioral relevance

<p><span><span>Sensory</span> <span>p</span><span>ercep</span><span>tion</span><span> naturally </span><span>requires</span> <span>processing</span> <span>stimuli </span><span>from</span> <span>both sides of the body</span><span>.</span> <span>Yet</span><span>, </span><span>how</span> <span>neurons</span> <span>bind stimulus</span> <span>features</span><span> across the hemispheres to </span><span>create</span><span> a unified </span><span>percept</span><span>ual</span><span> experience</span> <span>remains</span> <span>unknown.</span> <span>To </span><span>address this </span><span>question</span><span>, w</span><span>e </span><span>performed</span><span> large-scale</span> <span>recordings</span><span> from</span> <span>neurons in</span> <span>both</span><span> somatosensory cort</span><span>ices</span><span> (S1)</span> <span>while</span> <span>mice</span> <span>shared information between </span><span>their </span><span>hemispheres</span> <span>and</span><span> discriminate</span><span>d</span><span> between two categories of bilateral </span><span>stimuli</span><span>. </span><span>When </span><span>expert </span><span>mice </span><span>touched</span> <span>stimuli</span> <span>associated with reward</span><span>,</span> <span>they</span> <span>moved their whiskers</span><span> with greater bilateral symmetry</span><span>.</span> <span>During this period,</span> <span>synchronous spiking</span><span> and </span><span>enhanced </span><span>spike-field coupling</span> <span>emerged</span> <span>between</span> <span>the hemispheres</span><span>.</span> <span>This coordinated activity </span><span>was </span><span>absent</span><span> in</span> <span>stimulus</span><span>-matched</span><span> na&iuml;ve animals</span><span>,</span> <span>indicating</span><span> that </span><span>interhemispheric </span><span>(IH)</span> <span>binding</span> <span>was</span> <span>controlled</span> <span>by</span> <span>a</span><span> goal-directed</span><span>,</span> <span>internal </span><span>process</span><span>.</span> <span>I</span><span>n</span> <span>S1 neurons,</span> <span>the addition of ipsilateral touch</span><span> primarily </span><span>facilitate</span><span>d</span> <span>the </span><span>contralateral</span><span>, principal whisker</span><span> response. </span><span>Th</span><span>is</span> <span>facilitation</span> <span>primarily </span><span>emerged</span><span> for</span><span> reward-associated </span><span>stimuli</span> <span>and </span><span>was lost on trials </span><span>where</span> <span>expert </span><span>mice </span><span>failed to</span><span> re</span><span>spond</span><span>.</span> <span>Taken together</span><span>, t</span><span>hese </span><span>results</span><span> reveal </span><span>a</span> <span>novel</span> <span>state-dependent l</span><span>ogic</span> <span>underlying</span> <span>bilateral </span><span>integration</span><span> in S1</span><span>,</span><span> where</span> <span>stimulus</span> <span>binding</span><span> and</span><span> facilitation are controlled by </span><span>behavioral relevance</span><span>.&nbsp;</span></span></p>

opencc-by-4.0May 2024View details →
zenodo40/100

Realistic Ab Initio Predictions of Excimer Behavior under Collective Light-Matter Strong Coupling - Dataset

<p>Dataset complement to "Realistic Ab Initio Predictions of Excimer Behavior under Collective Light-Matter Strong Coupling" - includes outputs obtained using the <a href="https://etprogram.org/development-website/">eT program</a>, an open-source electronic (and molecular-polaritonic) structure program, and VIBROT&nbsp; (OpenMolcas).</p> <p>&nbsp;</p> <p>See the paper at <a href="https://journals.aps.org/prx/abstract/10.1103/PhysRevX.15.021040">https://journals.aps.org/prx/abstract/10.1103/PhysRevX.15.021040</a></p>

opencc-by-4.0Sep 2024View details →
zenodo40/100

A Study of Undefined Behavior Across Foreign Function Boundaries in Rust Libraries

<p>Developers rely on the static safety guarantees of the Rust programming language to write secure and performant applications. However, Rust is frequently used to interoperate with other languages which allow design patterns that conflict with Rust&rsquo;s evolving aliasing models. Miri is currently the only dynamic analysis tool that can validate applications against these models, but it does not support finding bugs in foreign functions, indicating that there may be a critical correctness gap across the Rust ecosystem. We conducted a large-scale evaluation of Rust libraries that call foreign functions to determine whether Miri&rsquo;s dynamic analyses remain useful in this context. We used Miri and an LLVM interpreter to jointly execute applications that call foreign functions, where we found 46 instances of undefined or undesired behavior in 37 libraries. Three bugs were found in libraries that had more than 10,000 daily downloads on average during our observation period, and one was found in a library maintained by the Rust Project. Many of these bugs were violations of Rust&rsquo;s aliasing models, but the latest Tree Borrows model was significantly more permissive than the earlier Stacked Borrows model. The Rust community must invest in new, production-ready tooling for multi-language applications to ensure that developers can detect these errors.</p>

openapache2.0Jul 2024View details →
zenodo40/100

Fig. 2 in Feeding and social behavior of the piabanha, Brycon devillei (Castelnau, 1855) (Characidae: Bryconinae) in the wild, with a note on following behavior

Fig. 2. Mean values of proportion of time expressing different foraging tactics by Brycon devillei for each season in the RPSP, between July 2006 and April 2009.

opencc-by-4.0Nov 2011View details →
zenodo40/100

Fig. 3 in Feeding and social behavior of the piabanha, Brycon devillei (Castelnau, 1855) (Characidae: Bryconinae) in the wild, with a note on following behavior

Fig. 3. Two individuals of Brycon devillei aligned sideways to the timburé, Leporinus garmani, on a sand bank in the rio Preto channel. Photo by P. G. Azevedo.

opencc-by-4.0Nov 2011View details →
zenodo40/100

Polyphenols' Inflammation-mediated Deglucuronidation and Promiscuous-binding Behavior for Antiviral Assaying and Trialing

<p>Dataset based on EMSKE Phytochem&#39;s pre-existing library of more than 250 Pubchem compounds that supports the research work Polyphenols&rsquo; Inflammation-mediated Deglucuronidation and Promiscuous-binding Behavior for Antiviral Assaying and Trialing. It refers to Jasial et al. 2016&#39;s dataset uploaded to Zenodo,&nbsp;<br> <br> Jasial, S.; Hu, Y.; Bajorath, J. PubChem Compounds Tested in Primary and Confirmatory Assays, 2016<br> <br> located at&nbsp;https://doi.org/10.5281/zenodo.44593 , which itself supports their work Jasial et al 2017:&nbsp;<br> <br> Jasial, S.; Hu, Y.; Bajorath, J. Determining the Degree of Promiscuity of Extensively Assayed Compounds. PLOS ONE 2016, 11 (4), e0153873. https://doi.org/10.1371/journal.pone.0153873.</p>

opencc-by-4.0Dec 2021View details →
zenodo40/100

Japanese Black Beef Cow Behavior Classification Dataset

<p>Licensed under:<br> Attribution-NonCommercial-NoDerivatives 4.0 International<br> <a href="https://creativecommons.org/licenses/by-nc-nd/4.0/legalcode">https://creativecommons.org/licenses/by-nc-nd/4.0/legalcode</a></p> <p><strong>Japanese Black Beef Cow Behavior Classification Dataset</strong></p> <p>This dataset contains tri-axial accelerometer sensor data with thirteen different labeled cow behaviors. This data was gathered with a 16bit +/- 2g Kionix KX122-1037 accelerometer attached to the neck of six different Japanese Black Beef Cows (`cow1.csv`-`cow6.csv`) at a cow farm of Shinshu University in Nagano, Japan on the 12th of June, 2020.</p> <p>The data gathering took place over the course of one day in which the cows were allowed to roam freely in two different areas, namely, a grass field and farm pens, while being filmed with Sony FDR-X3000 4K video cameras.</p> <p>The timestamps of the video and accelerometer data were matched while human observers which included behavior experts and non-experts labeled the data from the video footage. The labeling and data gathering took a total of 69 person-hours.</p> <p>567 minutes of unlabeled data were parsed into 197 minutes of high-quality labeled data comprising thirteen behaviors by means of majority voting with three annotators. The time per behavior in number of samples (@25Hz) and their respective descriptions are shown in the following table:</p> <table> <thead> <tr> <th scope="col">&nbsp;</th> <th scope="col">Cow 1</th> <th scope="col">Cow 2</th> <th scope="col">Cow 3</th> <th scope="col">Cow 4</th> <th scope="col">Cow 5</th> <th scope="col">Cow 6</th> <th scope="col">Description</th> </tr> </thead> <tbody> <tr> <td>RES</td> <td>35814</td> <td>47059</td> <td>20501</td> <td>15735</td> <td>11025</td> <td>19996</td> <td>Resting in standing position</td> </tr> <tr> <td>RUS</td> <td>1620</td> <td>25930</td> <td>11156</td> <td>14523</td> <td>0</td> <td>0</td> <td>Ruminating in standing position</td> </tr> <tr> <td>MOV</td> <td>6376</td> <td>8437</td> <td>7532</td> <td>17248</td> <td>4846</td> <td>5760</td> <td>Moving</td> </tr> <tr> <td>GRZ</td> <td>2416</td> <td>2199</td> <td>0</td> <td>2707</td> <td>2442</td> <td>7849</td> <td>Grazing</td> </tr> <tr> <td>SLT</td> <td>204</td> <td>0</td> <td>10654</td> <td>0</td> <td>0</td> <td>0</td> <td>Salt licking</td> </tr> <tr> <td>FES</td> <td>6809</td> <td>0</td> <td>0</td> <td>0</td> <td>1125</td> <td>0</td> <td>Feeding in stanchion</td> </tr> <tr> <td>DRN</td> <td>1176</td> <td>0</td> <td>1300</td> <td>0</td> <td>0</td> <td>0</td> <td>Drinking</td> </tr> <tr> <td>LCK</td> <td>0</td> <td>0</td> <td>649</td> <td>297</td> <td>0</td> <td>356</td> <td>Licking</td> </tr> <tr> <td>REL</td> <td>0&nbsp;</td> <td>360</td> <td>0</td> <td>404</td> <td>0</td> <td>0</td> <td>Resting in lying position</td> </tr> <tr> <td>URI</td> <td>239</td> <td>0</td> <td>383</td> <td>0</td> <td>0</td> <td>0</td> <td>Urinating</td> </tr> <tr> <td>ATT</td> <td>57</td> <td>50</td> <td>0</td> <td>62</td> <td>0</td> <td>197</td> <td>Attacking</td> </tr> <tr> <td>ESC</td> <td>0</td> <td>0</td> <td>0</td> <td>128</td> <td>0</td> <td>0</td> <td>Escaping</td> </tr> <tr> <td>BMN</td> <td>0</td> <td>54</td> <td>0</td> <td>0</td> <td>0</td> <td>0</td> <td>Being mounted</td> </tr> <tr> <td>ETC</td> <td>105917</td> <td>103084</td> <td>129297</td> <td>62064</td> <td>53922</td> <td>100571</td> <td>Other behaviors</td> </tr> <tr> <td>BLN</td> <td>151249</td> <td>82599</td> <td>88431</td> <td>111744</td> <td>61544</td> <td>45128</td> <td>Data without video, no label</td> </tr> <tr> <td>Sum</td> <td>311876</td> <td>269772</td> <td>269903</td> <td>224912</td> <td>134904</td> <td>179857</td> <td>&nbsp;</td> </tr> </tbody> </table> <p>Accelerometer sampling rate was set to 25Hz.</p> <p>The data is split into six .csv files which represents each of the 6 cows above. The columns of these files are defined as follows:</p> <table> <thead> <tr> <th scope="col">TimeStamp_UNIX [-]</th> <th scope="col">TimeStamp_JST [-]</th> <th scope="col">AccX [g]</th> <th scope="col">AccY [g]</th> <th scope="col">AccZ [g]</th> <th scope="col">Label [-]</th> </tr> </thead> <tbody> <tr> <td>GPS timestamp in UNIX</td> <td>GPS timestamp in JST</td> <td>X-axis acceleration</td> <td>Y-axis acceleration</td> <td>z-axis acceleration</td> <td>labeled behavior</td> </tr> </tbody> </table> <p>The gathering of&nbsp;this data with these cows was reviewed and approved by the Institutional Animal Care and Use Committee of Shinshu University.</p> <p><strong>Version History</strong></p> <p>v1.0.0: Release on 24th of September, 2021. First version.</p> <p>v2.0.0: This version. UNIX and Japan Standard Time (JST) time stamps are added for each .csv file of cow1-6. Added explanations of behaviors for ETC and BLN. More information on publications that use this dataset, data logger software that has been developed for this project.</p> <p><strong>Data logger open source software</strong></p> <p>Software developed for the data logger that was used to gather this dataset, Sony&#39;s IoT development board SPRESENSE, CXD5602PWBMAIN1. The function of this data logger is to write inertia sensor data along with timestamps. Timestamp data is corrected with GPS signal. Available in Arduino development environment.</p> <p><a href="https://zenodo.org/record/5848608#.YeFF9NHP3Z8">https://zenodo.org/record/5848608#.YeFF9NHP3Z8</a></p> <p><strong>Publications using this dataset</strong></p> <p><a href="https://ieeexplore.ieee.org/abstract/document/9566833">[1] Li, Chao, et al. &quot;Data Augmentation for Inertial Sensor Data in CNNs for Cattle Behavior Classification.&quot; IEEE Sensors Letters 5.11 (2021): 1-4.</a></p> <p><a href="https://ieeexplore.ieee.org/abstract/document/9401342">[2] Bartels, Jim, et al. &quot;A 216 microW, 87% Accurate Cow Behavior Classifying Decision Tree on FPGA With Interpolated Arctan2.&quot; 2021 IEEE International Symposium on Circuits and Systems (ISCAS). IEEE, 2021.</a></p>

opencc-by-4.0Sep 2021View details →
zenodo40/100

Figures 7–8. Aporus hirsutus prey transport. 7 in Nesting behavior, ecology, and functional morphology of the trapdoor spider-hunting spider wasp Aporus (Plectraporus) hirsutus (Banks) (Hymenoptera: Pompilidae)

Figures 7–8. Aporus hirsutus prey transport. 7) Aporus hirsutus female dragging Aptostichus simus juvenile backwards across sand, grasping end of its right foreleg with her mandibles. Sandy coastal back dunes, Santa Barbara County, CA; 17 June 2015; A. Abela. Photograph © Alice Abela. 8) Aporus hirsutus female dragging Aptostichus simus juvenile backwards across sand, grasping tibia of its 2nd left leg with her mandibles. The wasp's wings are folded on her dorsum, sandy coastal back dunes, Santa Barbara County, CA; 17 June 2015; A. Abela. Photograph © Alice Abela.

opencc-by-4.0Dec 2021View details →
zenodo40/100

Figure 10 in Nesting behavior, ecology, and functional morphology of the trapdoor spider-hunting spider wasp Aporus (Plectraporus) hirsutus (Banks) (Hymenoptera: Pompilidae)

Figure 10. Aporus (Plectraporus) hirsutus (Banks) antenna orbit/socket position (Wasbauer and Kimsey 1985, this study).

opencc-by-4.0Dec 2021View details →
zenodo40/100

Figures 1–2. Aporus hirsutus and Aptostichus simus. 1 in Nesting behavior, ecology, and functional morphology of the trapdoor spider-hunting spider wasp Aporus (Plectraporus) hirsutus (Banks) (Hymenoptera: Pompilidae)

Figures 1–2. Aporus hirsutus and Aptostichus simus. 1) Aporus hirsutus resting on sand, digging in sand, sandy coastal back dunes, Santa Barbara County, CA; 12 June 2014; A. Abela. The species name "hirsutus" refers to the hairiness of the body. Species identification structures include short antennae and forelegs, quasi-triangular flattened head, elongate pronotum, swollen forefemur and foretibia, thick foretarsal rake spines, and only two submarginal cells in forewing. The concave back of the head, not seen to this degree in other Nearctic Aporus species, fits snugly against the front of the convex pronotum, enabling the wasp to tunnel unobstructed through sand. Photograph © Alice Abela. 2) Aptostichus simus female on sand, Montaña de Oro State Park, San Luis Obispo County, CA; 8 June 2014; A. Abela. Females lack obvious distinguishing external morphological features, except for sharply delineated patch of endite cuspules on abdominal venter. All Aptostichus species have psammophilous body coloration (Bond 2012). Photograph © Alice Abela.

opencc-by-4.0Dec 2021View details →
zenodo40/100

Figure 9 in Nesting behavior, ecology, and functional morphology of the trapdoor spider-hunting spider wasp Aporus (Plectraporus) hirsutus (Banks) (Hymenoptera: Pompilidae)

Figure 9. Aptostichus species California geographic distribution (from Bond 2012) and Aporus (Plectraporus) hirsutus (Banks) geographic range (Wasbauer and Kimsey 1985; this study).

opencc-by-4.0Dec 2021View details →
zenodo40/100

Figures 5–6. Aporus hirsutus hunting behavior. 5 in Nesting behavior, ecology, and functional morphology of the trapdoor spider-hunting spider wasp Aporus (Plectraporus) hirsutus (Banks) (Hymenoptera: Pompilidae)

Figures 5–6. Aporus hirsutus hunting behavior. 5) Aporus hirsutus female digging into sand, using her mandibles and foretarsal digging rake, apparently searching for host Aptostichus simus, sandy coastal back dunes, Santa Barbara County, CA; 12 June 2014; A. Abela. Photograph © Alice Abela. 6) Aptostichus simus trapdoor being propped open by a twig. Note the flimsy silk and sand consistency of the trapdoor and sides of entrance, Montaña de Oro State Park, San Luis Obispo, CA; 5 July 2020; A. Abela. Photograph © Alice Abela.

opencc-by-4.0Dec 2021View details →
zenodo40/100

Figures 3–4. Aporus hirsutus adult feeding. 3 in Nesting behavior, ecology, and functional morphology of the trapdoor spider-hunting spider wasp Aporus (Plectraporus) hirsutus (Banks) (Hymenoptera: Pompilidae)

Figures 3–4. Aporus hirsutus adult feeding. 3) Aporus hirsutus female taking nectar from flowers of Eriogonum parvifolium, Vandenberg Air Force Base, Santa Barbara County, CA; 6 August 2014; A. Abela. Photograph © Alice Abela. 4) Aporus hirsutus female with immobilized Aptostichus simus, immature, on sand, Surf Beach at Vandenberg Air Force Base, Santa Barbara County, CA; 28 March 2015; A. Abela. The wasp appressed her mouthparts and basal antennal segments to the paralyzed prey and, apparently, used this individual only for adult feeding. Photograph © Alice Abela.

opencc-by-4.0Dec 2021View details →
zenodo40/100

Figure 11 in Nesting behavior, ecology, and functional morphology of the trapdoor spider-hunting spider wasp Aporus (Plectraporus) hirsutus (Banks) (Hymenoptera: Pompilidae)

Figure 11. Aporus (Plectraporus) hirsutus (Banks) degree of body hairiness (Wasbauer and Kimsey 1985; this study).

opencc-by-4.0Dec 2021View details →
dryad40/100

Data from: Virus infection and host plant suitability affect feeding behaviors of cannabis aphid (Hemiptera: Aphididae), a newly described vector of potato virus Y

<p>Aphids are the most prolific vectors of plant viruses resulting in significant yield losses to crops worldwide. P<span>otato virus Y (PVY) </span>is transmitted in a non-persistent manner by 65 species of aphids. <span>With the increasing acreage of hemp </span>(<i>Cannabis sativa</i> L.) (Rosales: Cannabaceae) <span>in the U.S, we were interested to know if the cannabis aphid (<i>Phorodon cannabis</i> Passerini) </span><span>(Hemiptera: Aphididae) </span><span>is a potential vector of PVY.</span> Here, we conduct transmission assays and utilize the electrical penetration graph (EPG) technique to determine whether cannabis aphids can transmit PVY to hemp (host) and potato (non-host) (<i>Solanum tuberosum</i> L.) (Solanales: Solanaceace). We show for the first time that the cannabis aphid is an efficient vector of PVY to hemp (96%) and potato (91%) using cohorts of aphids. In contrast, individual aphids transmitted the virus more efficiently to hemp (63%) compared to potato (19%). During the initial 15 minutes of EPG recordings, aphids demonstrated lower number and time spent performing intracellular punctures on potato compared to hemp, which may in part explain low virus transmission to potato using individual aphids. During the entire 8-hour recording, viruliferous aphids spent less time ingesting phloem compared to non-viruliferous aphids on hemp. This reduced host suitability could potentially cause aphids to disperse to more suitable hosts thereby increasing virus transmission. Overall, our study shows that cannabis aphid is an efficient vector of PVY, and that virus infection and host plant suitability affect feeding behaviors of the cannabis aphid in ways which may increase virus transmission.</p>

opencc-zeroJan 2022View details →
zenodo40/100

Supplementary Data: A peer-to-peer market mechanism incorporating multi-energy coupling and cooperative behaviors

<p>This dataset is the supplementary dataset for the case study used in the journal article (<a href="https://doi-org.tudelft.idm.oclc.org/10.1016/j.apenergy.2022.118572">https://doi.org/10.1016/j.apenergy.2022.118572</a>):</p> <p>A peer-to-peer market mechanism incorporating multi-energy coupling and cooperative behaviors</p> <p>&nbsp;</p> <p>Before using the dataset, please</p> <p>1. refer to the article for the details of the data used in the&nbsp;case study,</p> <p>2. read README.txt for the structure of the dataset.</p> <p>&nbsp;</p> <p>Please also kindly cite the journal&nbsp;article when using the&nbsp;dataset.</p>

opencc-by-4.0Jan 2022View details →
dryad40/100

Behavioral performance and division of labor influence brain mosaicism in the leafcutter ant Atta cephalotes

<p>Brain evolution is hypothesized to be driven by behavioral selection on neuroarchitecture. We developed a novel metric of relative neuroanatomical investments involved in performing tasks varying in sensorimotor and processing demands across polymorphic task-specialized workers of the leafcutter ant <i>Atta cephalotes</i> and quantified brain size and structure to examine their correlation with our computational approximations. Investment in multi-sensory and motor integration for task performance was estimated to be greatest for media workers, whose highly diverse repertoire includes leaf-quality discrimination and leaf-harvesting tasks that likely involve demanding sensory and motor processes. Confocal imaging revealed that absolute brain volume increased with worker size and functionally specialized compartmental scaling differed among workers. The mushroom bodies, centers of sensory integration and learning and memory, and the antennal lobes, olfactory input sites, were larger in medias than in minims (gardeners) and significantly larger than in majors ("soldiers"), both of which had lower scores for involvement of olfactory processing in the performance of their characteristic tasks. Minims had a proportionally larger central complex compared to other workers. These results support the hypothesis that variation in task performance influences selection for mosaic brain structure, the independent evolution of proportions of the brain composed by different neuropils.</p>

opencc-zeroFeb 2022View details →
dryad40/100

Data from: Behavioral adjustments in the social associations of a precocial shorebird mediate the costs and benefits of grouping decisions

<p>Animals weigh multiple costs and benefits when making grouping decisions. The cost-avoidance grouping framework proposes that group density, information quality, and risk affect an individual's preference for con- or heterospecific groups. However, this assumes the cost-benefit balance of a particular grouping is constant spatiotemporally, which may not always be true. Investigating how spatiotemporal context influences grouping choices is therefore key to understanding how animals contend with changing conditions. </p> <p>Changes in body size during development lead to variable conditions for individuals over short timescales that can influence their ecological interactions. Hudsonian godwits (Limosa haemastica), for instance, form a protective nesting association with a major predator of young godwit chicks, colonial short-billed gulls (<em>Larus brachyrhynchus</em>). Godwit broods may avoid areas of higher gull densities when chicks are susceptible to gull predation but likely experience higher risk from alternative predators as a result. Associating with conspecifics could allow godwits to buffer these costs but requires enough other broods with whom to group. </p> <p>To determine how age-dependent predation risk and conspecific density influence godwit grouping behaviors, we first quantified the time-dependent effects of con- and heterospecific interactions on the mortality risk for godwit chicks throughout development. We then determined how godwit density and chick age affected their associations with con- and heterospecifics. </p> <p>We found that younger godwit chicks' survival improved with closer association with conspecifics, earlier hatch dates, and lower gull densities, whereas older chicks survived better with earlier hatch dates, though this effect was less clear. Concomitantly, godwit broods avoided gulls early in development and when godwit densities were high but maintained loose associations with conspecifics throughout development. </p> <p>We identified how individuals can optimally shift with whom they group according to risks that vary spatially and temporally. Investigating the effects of a species' ecological interactions across spatiotemporal contexts in this way can shed light on how animals adjust their associations according to the costs and benefits of each association.</p>

opencc-zeroFeb 2022View details →
dryad40/100

The yellow gene regulates behavioral plasticity by repressing male courtship in Bicyclus anynana butterflies

<p>Seasonal plasticity in male courtship in Bicyclus anynana butterflies is due to variation in levels of the steroid hormone 20E (20-hydroxyecdysone) during pupation. Wet season (WS) males have high levels of 20E and become active courters. Dry season (DS) males, have lower levels of 20E and reduced courtship rates, although WS courtship rates can be achieved if DS male pupae are injected with 20E at 30% of pupation. Here we investigated the genes involved in male courtship plasticity and examine whether 20E plays an organizational role in the pupal brain that later influences the sexual behaviour of adults. We show that DS pupal brains have a 7-fold upregulation of the yellow gene relative to the WS and that knocking out yellow leads to increased male courtship. We find that injecting 20E into DS pupa reduced yellow expression although not significantly. Our results show that yellow is a repressor of the neural circuity for male courtship behaviour in B. anynana. 20E levels experienced during pupation could play an organizational role during pupal brain development by regulating yellow expression, however, other factors might also be involved. Our findings are in striking contrast to Drosophila where yellow is required for male courtship.</p>

opencc-zeroMar 2022View 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