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.

12

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

12 results for “P colonies”

Learn how ShareScore rates datasets ↗
zenodo36/100

P colonies and P swarms for controlling robot swarms. Experimental setups and demonstration videos

<p>These eleven videos present different experimental scenarios used to test the flexibility and functioning of the LULU P colony/P swarm simulator and of the associated application Lulu_Kilobot for controlling robot swarms. Both applications will be published on Github under an open-source license. The input P colony (input) file, swarm configuration (config) file and V-REP scene (.ttt) are available for each video in the associated .zip archive.</p> <p>The LULU simulator was included as a Python module in Lulu_Kilobot in order to test robot controllers based on P colonies, XP colonies, and P swarms for swarms of up to 10 Kilobot robots.</p> <p>In the following sections, we present a small description for each of the eleven attached videos.</p> <p>-----------------------------------------------------------------------------------------------<br /> 1_clone_10_circle</p> <p>This video demonstrates the use of the robot cloning function of the vrep_bridge script in order to create 9 distinct copies of the source robot and distribute them on a circle around the source robot. The copies are so positioned by a distribution function that can be adapted to other forms. This cloning function allows one to generate large swarms of robots with ease.</p> <p>-----------------------------------------------------------------------------------------------<br /> 2_one_pcolony_for_three_kilobots</p> <p>In this video, we simulate a simple P minus colony using Lulu_Kilobot, on three different robots. At each subtraction, the robots move one step forward. At the beginning of the clip one can see the Robot - P colony association table, where each robot has a distinct copy of the original P colony.</p> <p>-----------------------------------------------------------------------------------------------<br /> 3_pswarm_5_robots_3_colonies</p> <p>This video demonstrates the flexibility offered by the config file of Lulu_Kilobot. From the config file we explicitly specify that the first two robots should use the go straight P colony. For the other colonies, we specify the number of robots that should be assigned, go left = 1 and go right = 2.</p> <p>From the Robot - P colony association table, one can see that the first robot that is assigned a P colony uses the original P colony while the others use an independent copy of the P colony.</p> <p>-----------------------------------------------------------------------------------------------<br /> 4_pswarm_2_robots_avoid_collision</p> <p>In this experiment, we test the msg_distance agent from the input module, by continuously checking the distance from another robot.</p> <p>If the distance is short, then we stop the movement and otherwise continue to subtract f objects from the environment and move forward.</p> <p>Each of the two robots has a different P colony that was designed to check the distance from the other robot (robot_0 checks the distance from robot_1).</p> <p>-----------------------------------------------------------------------------------------------<br /> 5_pswarm_2_robots_xp_colonies_15_steps</p> <p>In this video we employ the exteroceptive communication rules (denoted by &lt;=&gt;) in order to synchronize the movement of two robots. The first robot moves forward 15 steps and after it stops, it signals the second robot to start moving. At this signal, the second robot starts to turn left 15 steps.</p> <p>This shows the utility of exteroceptive rules that allow XP colonies (P colonies with exteroceptive rules) to communicate using the global P swarm environment.</p> <p>-----------------------------------------------------------------------------------------------<br /> 6_1_pswarm_10_robots_disperse_steps_infinite_loop</p> <p>In this video we run a more complex algorithm that involves the use of the following modules: msg_distance, led_rgb, and motion.</p> <p>This video demonstrates dispersion, which is a typical self-deploying scenario in swarm robotics. The robots should position themselves away from one another, so that each robot is at least at a minimum distance from each of its neighbours.</p> <p>All decisions are taken by the command module, on the basis of the received input data from msg_distance. A new direction of motion (and color) is randomly chosen if there are other robots closer than a pre-set threshold distance.</p> <p>-----------------------------------------------------------------------------------------------<br /> 6_2_pswarm_10_robots_optimized_disperse_infinite_loop</p> <p>This video is an optimized version of 6.1 (10 robots disperse).</p> <p>The optimization consists in only exchanging data with V-REP when a new input request is detected in the input agents or likewise a new command object is detected in the output agents.</p> <p>This results in a step-less movement of the robots and reduces the time needed for a new decision to be applied resulting in a faster overall simulation time.</p> <p>-----------------------------------------------------------------------------------------------<br /> 7_pswarm_10_robots_optimized_disperse_infinite_loop_with_intruder</p> <p>In this video we use the previously presented optimized dispersion algorithm (6.2) and introduce an intruder robot into the scene in order to evaluate the influence that this intruder has over the behaviour of the swarm.</p> <p>One can see that robots that have stopped their movement, restart dispersing when the intruder robot is brought close enough. This can cause a chain reaction and ultimately cause the swarm to reposition.</p> <p>-----------------------------------------------------------------------------------------------<br /> 8_1_pswarm_10_robots_secure_disperse_fast</p> <p>In this video we test the proposed security protocol (based on entity authentification and P colony based id check) using the non-optimized dispersion algorithm.</p> <p>In this film we see that the robots ignore the intruder robot even though it is placed in the middle of the swarm. On the other hand, if we bring a swarm member robot close to another swarm member robot, these two will start to disperse normally.</p> <p>-----------------------------------------------------------------------------------------------<br /> 8_2_pswarm_10_robots_secure_disperse_infinite_loop_2</p> <p>In this video we present the optimized (see 6.2 for details) version of the secured dispersion algorithm.</p> <p>As was the case of the secured un-optimized version (8.1), in this secured version we test the influence of the intruder on the behaviour of the swarm by moving the intruder close to the center of the swarm and also moving the intruder close to the swarm after the dispersion is finished. We also note that if two member robots approach, the algorithm continues to work normally.</p> <p>-----------------------------------------------------------------------------------------------<br /> 9_pswarm_10_robots_secure_d_min_disperse_infinite_loop</p> <p>In this clip we show the effects of transparent input data processing.</p> <p>The command agent always requests the smallest distance available from the neighbour list, by using the d_min command.</p> <p>When the intruder robot is the nearest robot (the smallest value in the list) d_min will always return the intruder robot which cannot be processed because it is unknown to the swarm members. For this reason, a member robot that is in this situation will be blocked by the intruder robot.</p>

opencc-by-4.0Feb 2016View details →
zenodo36/100

Lulu - a software simulator for P colonies. Use case scenarios and demonstration videos

<p>The videos show three different examples of using the Lulu P colony simulator.</p> <p>The Lulu P colony simulator is available under an open-source MIT license at https://github.com/andrei91ro/lulu_pcol_sim. All of the secondary applications, including Lulu_Kilobot are available (also under open-source licenses) at https://github.com/andrei91ro.</p> <p>The first two videos present the simulator running addition (+1) and subtraction (-1). In these two examples, the simulator is ran in a step by step mode in order to clearly visualize the results of running each simulation step. For this reason the total simulation time reported at the end of the simulation is in the order of minutes.</p> <p>The average (of five runs) simulation time for a normal (non-interactive) simulation is 0.0021050 seconds for the addition and 0.0047492 seconds for the subtraction examples.</p> <p>The third example (lulu_kilobot_30_steps) presents the simulator running a more complex P colony that controls a Kilobot robot simulated in V-REP. This P colony is based on the subtraction P colony in the sense that each move the robot makes is marked by the removal of an f object from the environment.</p> <p>The input file used in the addition example (lulu_sim_ag_increment):</p> <p>pi = {<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; A = {l_p};<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; e = e;<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; f = f;<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; n = 2;<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; env = {f, f, f, l_p};<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; B = {AG_1};<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AG_1 = ({e, e}; &lt; e-&gt;f, e&lt;-&gt;l_p &gt;, &lt; l_p-&gt;e, f&lt;-&gt;e &gt;);<br /> }</p> <p>The input file used in the subtraction example (lulu_sim_ag_decrement):</p> <p>pi = {<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; A = {l_m, l_p, l_z};<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; e = e;<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; f = f;<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; n = 2;<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; env = {f, f, f, l_m};<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; B = {AG_1};<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AG_1 = ({e, e};<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt; e-&gt;e, e&lt;-&gt;l_m &gt;,<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt; l_m-&gt;l_p, e&lt;-&gt;f/e&lt;-&gt;e &gt;,<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt; f-&gt;e, l_p&lt;-&gt;e &gt;,<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt; l_p-&gt;l_z, e&lt;-&gt;e &gt;,<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt; e-&gt;e, l_z&lt;-&gt;e &gt; );<br /> }</p> <p>The input file used in the Kilobot example (lulu_kilobot_30_steps):</p> <p>pi = {<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; A = {l_m, m_0, m_S, m_L, m_R, c_R, c_G, c_B};<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; e = e;<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; f = f;<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; n = 2;<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; env = {f, f, f, f, f, f, f, f, f, f, f, f, f, f, f, f, f, f, f, f, f, f, f, f, f, f, f, f, f, f, l_m};<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; B = {AG_command, AG_motion};<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AG_command = ({e, e};<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt; e-&gt;e, e&lt;-&gt;l_m &gt;,<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt; l_m-&gt;m_S, e&lt;-&gt;f/e&lt;-&gt;e &gt;,<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt; f-&gt;e, m_S&lt;-&gt;e &gt;,<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt; m_S-&gt;m_0, e&lt;-&gt;e &gt;,<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt; e-&gt;e, m_0&lt;-&gt;e &gt; );</p> <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AG_motion = ({e, e};<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt; e-&gt;l_m, e&lt;-&gt;m_S &gt;,<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt; m_S-&gt;e, l_m&lt;-&gt;e/e-&gt;e &gt;<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt; e-&gt;e, e&lt;-&gt;m_0 &gt;,<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt; m_0-&gt;e, e&lt;-&gt;m_0/e-&gt;e &gt;);<br /> }</p> <p>&nbsp;</p>

opencc-by-4.0Nov 2015View details →
zenodo32/100

FIGURE. Dothiorella viticola on dead branch of Morus sp. (MFLU 19-0621). a, b. Conidiomata on host substrate. c. Vertical section through conidioma. d. Ostiole. e. Peridium of conidioma. f–j. Conidia attached to conidiogenous cells. k–m. Conidia. n. Germinating conidium. o, p. Colony on PDA (o upper, p lower). Scale bars: a = 1 mm, b = 100 μm, c = 50 μm, d = 20 μm, e–n = 10 μm. in Two new species of Botryosphaeriaceae (Botryosphaeriales) and new host/ geographical records

FIGURE. Dothiorella viticola on dead branch of Morus sp. (MFLU 19-0621). a, b. Conidiomata on host substrate. c. Vertical section through conidioma. d. Ostiole. e. Peridium of conidioma. f–j. Conidia attached to conidiogenous cells. k–m. Conidia. n. Germinating conidium. o, p. Colony on PDA (o upper, p lower). Scale bars: a = 1 mm, b = 100 μm, c = 50 μm, d = 20 μm, e–n = 10 μm.

opennotspecifiedSep 2022View details →
zenodo28/100

Figure 1 from: Rutledge C, Fierke M, Careless P, Worthley T (2013) First detection of Agrilus planipennis in Connecticut made by monitoring Cerceris fumipennis (Crabronidae) colonies. Journal of Hymenoptera Research 32: 75-81. https://doi.org/10.3897/jhr.32.4865

Figure 1 - Abandoned emerald ash borer next to the nest entrance of Cerceris fumipennis at a colony in Prospect CT.

opencc-by-4.0Apr 2013View details →
zenodo28/100

Figure 4 from: Kimoto T, Roberts J, Westcott R, Jendek E, Buck M, Holden D, Careless P (2015) Colony distribution and prey diversity of Cerceris fumipennis (Hymenoptera, Crabronidae) in British Columbia. Journal of Hymenoptera Research 5555: 1-15. https://doi.org/10.3897/jhr.5555.5644

Figure 4 - Two discarded Chrysobothris leechi at 2 different nest entrances, 11 July 2014, Merritt, BC.

opencc-by-4.0Nov 2015View details →
zenodo24/100

Figure 5 from: Kimoto T, Roberts J, Westcott R, Jendek E, Buck M, Holden D, Careless P (2015) Colony distribution and prey diversity of Cerceris fumipennis (Hymenoptera, Crabronidae) in British Columbia. Journal of Hymenoptera Research 5555: 1-15. https://doi.org/10.3897/jhr.5555.5644

Figure 5 - Red shale typically found in baseball fields in southwestern BC. Note 2 ant nests.

opencc-by-4.0Nov 2015View details →
zenodo24/100

Figure 3 from: Kimoto T, Roberts J, Westcott R, Jendek E, Buck M, Holden D, Careless P (2015) Colony distribution and prey diversity of Cerceris fumipennis (Hymenoptera, Crabronidae) in British Columbia. Journal of Hymenoptera Research 5555: 1-15. https://doi.org/10.3897/jhr.5555.5644

Figure 3 - Map showing the location of the 3 Cerceris fumipennis colonies.

opencc-by-4.0Nov 2015View details →
zenodo24/100

Figure 2 from: Kimoto T, Roberts J, Westcott R, Jendek E, Buck M, Holden D, Careless P (2015) Colony distribution and prey diversity of Cerceris fumipennis (Hymenoptera, Crabronidae) in British Columbia. Journal of Hymenoptera Research 5555: 1-15. https://doi.org/10.3897/jhr.5555.5644

Figure 2 - Cerceris fumipennis colony adjacent to the P'egp'ig'lha Community Centre, Lillooet, BC.

opencc-by-4.0Nov 2015View details →
zenodo24/100

Figure 1 from: Kimoto T, Roberts J, Westcott R, Jendek E, Buck M, Holden D, Careless P (2015) Colony distribution and prey diversity of Cerceris fumipennis (Hymenoptera, Crabronidae) in British Columbia. Journal of Hymenoptera Research 5555: 1-15. https://doi.org/10.3897/jhr.5555.5644

Figure 1 - Cerceris fumipennis colony north of the Stein Valley Nlakapamux School, Lytton, BC.

opencc-by-4.0Nov 2015View details →
geo20/100

'Effect of markerless deletion of PA14_16550 from P. aeruginosa PA14 biofilm colonies on M6301-glycerol agar for 3 d at 25C

GEO Series GSE226104. Pseudomonas aeruginosa. 11 samples. Type: Expression profiling by high throughput sequencing.

openGEO-OpenMar 2023View details →
geo20/100

Effect of markerless deletion of ptsP from P. aeruginosa PA14 biofilm colonies on M6301-glycerol agar for 3 d at 25C

GEO Series GSE239971. Pseudomonas aeruginosa. 3 samples. Type: Expression profiling by high throughput sequencing.

openGEO-OpenAug 2023View details →
geo20/100

RNA Seq of passages of a small colony variant P. aeruginosa clinical isolate

GEO Series GSE147921. Pseudomonas aeruginosa. 22 samples. Type: Expression profiling by high throughput sequencing.

openGEO-OpenNov 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