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.
138
datasets available to search
ShareScore release 0.9.0
Dataset results
138 results for “Time averaging”
Time-series of 5 minute water temperatures averages from Toolik Lake, Toolik Field Station, Alaska, Summer 2000.
Time-series of temperatures were measured using self-contained temperature loggers on taut-line moorings with a subsurface float 1 m below the air-water. Theses are the 5 minute averages of 10 second measuremsents.
Time-series of 5 minute water temperatures averages from Toolik Lake, Toolik Field Station, Alaska, Summer 2001
Time-series of temperatures were measured using self-contained temperature loggers on taut-line moorings with a subsurface float 1 m below the air-water. Theses are the 5 minute averages of 10 second measuremsents.
Time-series of 5 minute water temperatures averages from Toolik Lake, Toolik Field Station, Alaska, Summer 2002.
Time-series of temperatures were measured using self-contained temperature loggers on taut-line moorings with a subsurface float 1 m below the air-water. Theses are the 5 minute averages of 10 second measuremsents.
Time-series of 5 minute water temperatures averages from Toolik Lake, Toolik Field Station, Alaska, Summer 2003.
Time-series of temperatures were measured using self-contained temperature loggers on taut-line moorings with a subsurface float 1 m below the air-water. Theses are the 5 minute averages of 10 second measuremsents.
Time-series of 5 minute water temperatures averages from Toolik Lake, Toolik Field Station, Alaska, Summer 2005.
Time-series of temperatures were measured using self-contained temperature loggers on taut-line moorings with a subsurface float 1 m below the air-water. Theses are the 5 minute averages of 10 second measuremsents.
Data from: Inferring skeletal production from time-averaged assemblages: skeletal loss pulls the timing of production pulses towards the modern period
Age-frequency distributions of dead skeletal material on the landscape or seabed—information on the time that has elapsed since the death of individuals—provide decadal- to millennial-scale perspectives both on the history of production and on the processes that lead to skeletal disintegration and burial. So far, however, models quantifying the dynamics of skeletal loss have assumed that skeletal production is constant during time-averaged accumulation. Here, to improve inferences in conservation paleobiology and historical ecology, we evaluate the joint effects of temporally variable production and skeletal loss on postmortem age-frequency distributions (AFDs) to determine how to detect fluctuations in production over the recent past from AFDs. We show that, relative to the true timing of past production pulses, the modes of AFDs will be shifted to younger age cohorts, causing the true age of past pulses to be underestimated. This shift in the apparent timing of a past pulse in production will be stronger where loss rates are high and/or the rate of decline in production is slow; also, a single pulse coupled with a declining loss rate can, under some circumstances, generate a bimodal distribution. We apply these models to death assemblages of the bivalve Nuculana taphria from the Southern California continental shelf, finding that: (1) an onshore-offshore gradient in time averaging is dominated by a gradient in the timing of production, reflecting the tracking of shallow-water habitats under a sea-level rise, rather than by a gradient in disintegration and sequestration rates, which remain constant with water depth; and (2) loss-corrected model-based estimates of the timing of past production are in good agreement with likely past changes in local production based on an independent sea-level curve.
Data from: Explaining high-diversity death assemblages: undersampling of the living community, out-of-habitat transport, time-averaging of rare taxa, and local extinction
Molluscan benthic assemblages provide unique opportunities for understanding both spatial and temporal patterns of biodiversity. Species richness in the shell remains found at a site (i.e. the death assemblage) is typically several times higher than in the counterpart living assemblage, reflecting a complex history of settlement, dissemination and decomposition post-mortem. We used high-density temporal and spatial sampling (>37'000 individuals representing 196 taxa) of a shallow (5-8 m) nearshore sandy habitat off the coast of south-east Sardinia (Italy, Mediterranean Sea) to study the factors responsible for differences in the relative diversity of living and death assemblages. We found that death assemblages at all sites were considerably more diverse than living communities (1.5-3.5x more dead than living taxa after sample-size standardization), with 78% of all taxa solely recovered as empty shells, resulting in low live-dead agreement. By carefully filtering the raw data and combining them with habitat information extracted from the literature, we disentangled the major causes of this discordance and quantified their individual effects. Increased dead diversities could not be attributed to undersampling of the living community, but instead resulted from three phenomena of decreasing importance: the post-mortem, out-of-habitat transport of non-indigenous taxa (57% of dead-only taxa were allochthonous), the time-averaged presence of rare indigenous taxa (40% of dead-only taxa), and the likely local extirpation of a small number of species (3% of dead-only taxa). Our approach demonstrates how ecological inferences based on death assemblages can be improved by restricting analyses to demonstrably indigenous taxa, and highlights how mollusc shell remains can be used to provide information over both ecological and evolutionary timescales.
Pre-training and fine-tuning dataset for transformers consisting of basic blocks and their execution times (average, minimum, and maximum) along with the execution context of these blocks, for various Cortex processors M7, M4, A53, and A72.
<p>We are making public the dataset used for training CAWET, a tool for estimating the Worst-Case Execution Time (WCET) of basic blocks using the Transformer XL model. CAWET leverages the Transformer architecture for accurate WCET predictions, and its training involves two main phases: self-supervised pre-training and fine-tuning.</p><p>CAWET undergoes a pre-training process on a substantial corpus of basic blocks to enable the Transformer to grasp the intricacies of the assembly language in focus. For this, we utilized CodeNet \cite{codenet}, a comprehensive collection of publicly submitted solutions to competitive programming challenges, comprising roughly 900,000 C programs. These programs were cross-compiled to the target architecture and subsequently disassembled using GNU binary utilities with objdump. The textual output from objdump, post a series of basic parsing operations (e.g., address extraction, separation of basic blocks), serves as the foundation for an extensive pre-training dataset. We employed this dataset to develop a vocabulary model utilizing sentence piece \cite{sentencepiece}. Following the completion of the sentence piece model's training, it becomes ready for use in tokenizing any binary programs written in the target instruction set.</p><p>The fine-tuning phase of CAWET involves its adaptation to basic blocks along with their contextual information. Here, we used a varied and openly accessible collection of programs, namely, The Algorithms (accessible at: <a href="https://github.com/TheAlgorithms/C">https://github.com/TheAlgorithms/C</a>), MiBench \cite{mibench}, and Polybench \cite{polybench}.</p><p>The provided zip file encompasses the following directories:</p><p>Fine_Tuning: This includes four distinct files, each tailored for a specific processor: Cortex_M4, Cortex_M7, Cortex_A53, and Cortex_72. Each file encompasses the basic block under analysis (bbUA), the preceding 10 basic blocks executed prior to it, and timing information related to the bbUA (mean, min, max, normalization, etc.).</p><p>Pre_Training: This comprises two extensive files, dataset_CortexA and dataset_CortexM, utilized for pre-training the transformers for the Masked Language Modeling Task (MLM). Additionally, it includes the sentence piece model and the necessary code to facilitate accurate tokenization.</p><p>For additional information, please refer to the CAWET paper or contact us at <a href="mailto:ea_amalou@esi.dz">ea_amalou@esi.dz</a></p><p> </p><p>Citation:</p><p>@inproceedings{amalou2023cawet,</p><p> title={CAWET: Context-Aware Worst-Case Execution Time Estimation Using Transformers},</p><p> author={Amalou, Abderaouf N and Fromont, Elisa and Puaut, Isabelle},</p><p> booktitle={35th Euromicro Conference on Real-Time Systems (ECRTS 2023)},</p><p> year={2023},</p><p> organization={Schloss Dagstuhl-Leibniz-Zentrum f{\"u}r Informatik}</p><p>}</p><p> </p><p><strong>Bibliography</strong>:</p><p>codenet</p><p>@article{codenet2021,</p><p> title={CodeNet: A large-scale AI for code dataset for learning a diversity of coding tasks},</p><p> author={Puri, Ruchir and Kung, David S and Janssen, Geert and Zhang, Wei and Domeniconi, Giacomo and Zolotov, Vladimir and Dolby, Julian and Chen, Jie and Choudhury, Mihir and Decker, Lindsey and others},</p><p> journal={arXiv preprint arXiv:2105.12655},</p><p> year={2021}</p><p>}</p><p>sentencepiece</p><p>@article{sentencepiece2018,</p><p> title={Sentencepiece: A simple and language independent subword tokenizer and detokenizer for neural text processing},</p><p> author={Kudo, Taku and Richardson, John},</p><p> journal={arXiv preprint arXiv:1808.06226},</p><p> year={2018}</p><p>}</p><p>mibench</p><p>@inproceedings{polybench2014,</p><p> title={Understanding polybench/c 3.2 kernels},</p><p> author={Yuki, Tomofumi},</p><p> booktitle={International workshop on polyhedral compilation techniques (IMPACT)},</p><p> pages={1--5},</p><p> year={2014}</p><p>}</p><p>polybench: </p><p>@inproceedings{mibench,</p><p> title={MiBench: A free, commercially representative embedded benchmark suite},</p><p> author={Guthaus, Matthew R and Ringenberg, Jeffrey S and Ernst, Dan and Austin, Todd M and Mudge, Trevor and Brown, Richard B},</p><p> booktitle={4th IEEE international workshop on workload characterization},</p><p> year={2001}</p><p>}</p>
Azimuthally averaged tangential wind and radial wind for Hurricane Patricia simulations and SAMURAI analysis at validation time
<p>Azimuthally averaged tangential wind and radial wind for Hurricane Patricia simulations (the data format is .mat) and SAMURAI analysis at validation time (the data format is netcdf).</p>
Time-averaged simulations results for bi-phasic blood flow simulations in realistic microvascular networks for multi-capillary dilation scenarios mimicking pericyte ablation
<p>Documentation to reproduce in silico analyses related to the manuscript<br> <strong>Pericyte remodelling is deficient in the aged brain and contributes to impaired capillary flow and structure</strong></p> <p>by</p> <p>Andrée-Anne Berthiaume, Franca Schmid, Stefan Stamenkovic, Vanessa Coelho-Santos, Cara D. Nielson, Bruno Weber, Mark W. Majesky and Andy Y. Shih</p> <p>Published in<br> Nature Communications (doi: 10.1038/s41467-022-33464-w)</p> <p>All simulations are performed based on the in silico blood flow model with discrete red blood cell (RBC) tracking as described in Schmid et al., 2017, PLoS Comp Biol (doi: <a href="https://doi.org/10.1371/journal.pcbi.1005392">10.1371/journal.pcbi.1005392</a>). The bi-phasic blood flow simulations have been performed in two realistic microvascular networks from the somatosensory cortex of the mouse first published in Blinder et al., 2013, Nature Neuroscience (doi: 10.1038/nn.3426). </p> <p>For further information and instructions please contact Franca Schmid (franca.schmid@unibe.ch, orcid.org/0000-0002-0689-9366).</p> <p><br> <strong>Simulation results:</strong></p> <p>All time-averaged simulation results are saved as vascular graphs building on the python library igraph and stored as python pickle files (Python 2.7). For each simulation two files are available: <em>verticesDict.pkl</em> and <em>edgesDict.pkl</em>containing all vertex and edge specific data, respectively. A summary of the vertex and edge attributes is provided below. The folder <em>Baseline</em> contains the simulation results for microvascular network 1 (MVN1) and MVN2 for the reference simulation, i.e. without any dilation. Folder <em>Dilated</em> contains the simulation results mimicking the four pericyte ablation scenarios. Subfolders <em>dc_x.x</em> contain the simulation results for the different diameter changes. Note that, folder <em>dc_0.0</em> contains no new simulation results but is a dummy folder containing the information about the vessels to be dilated for the different dilation scenarios (namely edge attribute: <em>toDilate</em> and <em>base_capillary</em>). </p> <p> </p> <p><strong>Reproducing figure 8:</strong></p> <p>Panels a-c: created by illustrating the simulation results with the open source software Paraview (v5.7.0).<br> Panels d-f & h: can be generated by executing make_all_figures.py in Python 2.7 within the provided folder structure.<br> Panel g: can be generated by executing make_figure_8g.py after installation of the the vgm-framework (further information see below). </p> <p><br> Output: All created Figures are saved in the folder <em>Figures</em>. The associated source data is available in Excel format in the folder <em>SourceData</em>.</p> <p> </p> <p><strong>Edge attributes:</strong></p> <p>diameter: vessel diameter [µm]<br> mainAV: 1 if ascending venule main branch, 0 otherwise<br> connectivity: vertex tuple to define location of edge<br> flow: flow rate [µm<sup>3</sup>/ms]<br> mainDA: 1 if descending arteriole main branch, 0 otherwise<br> nkind: 0: pial artery, 1: pial vein, 2: descending arteriole, 3: ascending venule, 4: capillary<br> htt: tube hematocrit [-]<br> toDilate: 1 if vessel is dilated for the current dilation scenario, 0 otherwise<br> base_capillary: 1 if vessel is the base capillary of the current dilation scenario, 0 otherwise</p> <p> </p> <p><strong>Vertex attributes:</strong></p> <p>index: vertex index<br> pressure: pressure [mmHg]<br> nkind: 0: pial artery, 1: pial vein, 2: descending arteriole, 3: ascending venule, 4: capillary<br> coords: vertex coordinates x,y,z [µm]<br> pBC: pressure boundary conditions at inflow vertices [mmHg], None at internal nodes</p> <p> </p> <p><strong>Obtaining simulation results:</strong><br> General:</p> <ul> <li>Running bi-phasic blood flow simulations requires setting-up the vgm-framework available at: <a href="https://github.com/Franculino/vgm.git">https://github.com/Franculino/vgm.git</a> (v.1.0).</li> <li>vgm is written in Python 2.7 and builds on standard python libraries.</li> <li>vgm has been used on macOS, Ubuntu and Windows Systems.</li> <li>Installation time < 5min. Further details available within the vgm README.</li> <li>Runtime depends on the network size, the chosen blood flow model and the initial conditions (e.g. ~8hrs for a Restart simulation of MVN1 with the bi-phasic blood flow model, see Restarty.py).</li> <li>scripts/Test.py provides an example how a simulation can be initiated. A Demo case is provided (details see below).</li> <li>Output: sampledict_BackUp_xx.pkl</li> <li>The bi-phasic blood flow model can be applied on all kind of microvascular graphs.</li> </ul> <p>Specific for current application:</p> <ul> <li>Simulations are a restart on the statistical steady state of the baseline cases.</li> <li>All relevant pre-processing functions for the current study are available in scripts/find_stroke_locations.py. Further details are available from the definition of the different functions.</li> <li>The simulations are initiated with scripts/Restart.py.</li> <li>To obtain the time-averaged simulation results scripts/01_put_together_sampledicts.py and scripts/02_convergenceDiscrete.py need to be executed. This results in the file G_averaged.pkl that is used for further analyses.</li> </ul> <p>Demo:</p> <ul> <li>Contains a small hexagonal microvascular network to test the code.</li> <li>1) Run Test.py to start the simulation</li> <li>2) Run 01_put_together_sampledicts.py</li> <li>3) Run 02_convergenceDiscrete.py to obtain time-averaged results (<em>G_averaged.pkl</em>)</li> </ul>
Role of the horizontal SST structure in the modulation of heavy precipitations over the Ligurian Sea - time averaged data
<p>Time averaged data used in the analysis the paper Meroni, A. N., A. Parodi and C. Pasquero "Role of the horizontal SST structure in the modulation of heavy precipitations over the Ligurian Sea". The variables are SST, downwind SST gradient, SST laplacian, surface wind magnitude and convergence.</p>
Supplementary dataset for the paper "A time window averaging method to mitigate the impact of shell growth trends on Tridacna d18O records".
<p>Data and code for the paper "A time window averaging method to mitigate the impact of shell growth trends on Tridacna δ18O records". We have included an example in the pseudo-Tridacna package v2.1 to demonstrate how users can generate pseudo-Tridacna series.</p>
Data from: Explaining high-diversity death assemblages: undersampling of the living community, out-of-habitat transport, time-averaging of rare taxa, and local extinction
Open the record for dataset details and reuse information.
Data from: Inferring skeletal production from time-averaged assemblages: skeletal loss pulls the timing of production pulses towards the modern period
Open the record for dataset details and reuse information.
Data from: Live, dead, and fossil mollusks in Florida freshwater springs and spring-fed rivers: taphonomic pathways and the formation of multi-sourced, time-averaged death assemblages
Taphonomic processes are informative about the magnitude and timing of paleoecological changes but remain poorly understood with respect to freshwater invertebrates in spring-fed rivers and streams. We compared taphonomic alteration among freshwater gastropods in live, dead (surficial shell accumulations), and fossil (late Pleistocene-early Holocene in situ sediments) assemblages from two Florida spring-fed systems, the Wakulla and Silver/Ocklawaha Rivers. We assessed taphonomy of two gastropod species: the native <i>Elimia floridensis</i> (n=2504) and introduced <i>Melanoides tuberculata</i> (n=168). We quantified seven taphonomic attributes (aperture condition, color, fragmentation, abrasion, juvenile spire condition, dissolution, and exterior luster) and combined those attributes into a total taphonomic score (TT). Fossil <i>E. floridensis</i> specimens exhibited the greatest degradation (highest TT scores), whereas live specimens of both species were least degraded. Specimens of <i>E. floridensis</i> from death assemblages were less altered than fossil specimens of the same species. Within death assemblages, specimens of <i>M. tuberculata</i> were significantly less altered than specimens of <i>E. floridensis</i>, but highly degraded specimens dominated in both species. Radiocarbon dates on fossils clustered between 9792 and 7087 cal. BP, whereas death assemblage ages ranged from 10,692 to 1173 cal. BP. Possible explanations for the observed taphonomic patterns include: (1) rapid taphonomic shell alteration, (2) prolonged near-surface exposure to moderate alteration rates, and/or (3) introduction of reworked fossil shells into surficial assemblages. Combined radiocarbon dates and taphonomic analyses suggest that all these processes may have played a role in death assemblage formation. In these fluvial settings, shell accumulations develop as a complex mixture of specimens derived from multiple sources and characterized by multi-millennial time averaging. These findings suggest that, when available, fossil assemblages may be more appropriate than death assemblages for assessing pre-industrial faunal associations and recent anthropogenic changes in freshwater ecosystems.
Relative xylanase activities [%] obtained from fermentation by using C. phragmiteti in LB medium containing 1 w/w% of dry matter waste paper as a function of fermentation time. Average values of relative xylanase activity are presented with error bars representing standard deviations of tripli-cates.
Open the record for dataset details and reuse information.
Data from: Live, dead, and fossil mollusks in Florida freshwater springs and spring-fed rivers: taphonomic pathways and the formation of multi-sourced, time-averaged death assemblages
Open the record for dataset details and reuse information.
MERRA-2 tavg3_3d_nav_Ne: 3d,3-Hourly,Time-Averaged, Vertical Coordinates 0.625 x 0.5 degree V5.12.4 (M2T3NENAV) at GES DISC
M2T3NENAV (or tavg3_3d_nav_Ne) is a 3-dimensional 3-hourly time-averaged data collection in Modern-Era Retrospective analysis for Research and Applications version 2 (MERRA-2). This collection consists of vertical coordinates of the 73 model layer edges. The parameters include edge pressure and edge heights. The data field is available every three hour starting from 01:30 UTC, e.g.: 01:30, 04:30, … , 22:30 UTC. Section 4.2 of the MERRA-2 File Specification document provides pressure values nominal for a 1000 hPa surface pressure and refers to the top edge of the layer. The lev=1 is for the top layer, and lev=73 is for the bottom (or surface) model layer edge. MERRA-2 is the latest version of global atmospheric reanalysis for the satellite era produced by NASA Global Modeling and Assimilation Office (GMAO) using the Goddard Earth Observing System Model (GEOS) version 5.12.4. The dataset covers the period of 1980-present with the latency of ~3 weeks after the end of a month. Data Reprocessing: Please check “Records of MERRA-2 Data Reprocessing and Service Changes” linked from the “Documentation” tab on this page. Note that a reprocessed data filename is different from the original file.MERRA-2 Mailing List: Sign up to receive information on reprocessing of data, changing of tools and services, as well as data announcements from GMAO. Contact the GES DISC Help Desk (gsfc-dl-help-disc@mail.nasa.gov) to be added to the list.Questions: If you have a question, please read "MERRA-2 File Specification Document", “MERRA-2 Data Access – Quick Start Guide”, and FAQs linked from the ”Documentation” tab on this page. If that does not answer your question, you may post your question to the NASA Earthdata Forum (forum.earthdata.nasa.gov) or email the GES DISC Help Desk (gsfc-dl-help-disc@mail.nasa.gov).
MERRA-2 tavgM_2d_chm_Nx: 2d,Monthly mean,Time-Averaged,Single-Level,Assimilation,Carbon Monoxide and Ozone Diagnostics 0.625 x 0.5 degree V5.12.4 (M2TMNXCHM) at GES DISC
M2TMNXCHM (or tavgM_2d_chm_Nx) is a time-averaged 2-dimensional monthly mean data collection in Modern-Era Retrospective analysis for Research and Applications version 2 (MERRA-2). This collection consists of assimilated carbon monoxide and ozone diagnostics, such as properties of carbon monoxide (column burden, emission, chemical production, and surface concentration), and total column ozone. The collection also includes variance of certain parameters. MERRA-2 is the latest version of global atmospheric reanalysis for the satellite era produced by NASA Global Modeling and Assimilation Office (GMAO) using the Goddard Earth Observing System Model (GEOS) version 5.12.4. The dataset covers the period of 1980-present with the latency of ~3 weeks after the end of a month. Data Reprocessing: Please check “Records of MERRA-2 Data Reprocessing and Service Changes” linked from the “Documentation” tab on this page. Note that a reprocessed data filename is different from the original file.MERRA-2 Mailing List: Sign up to receive information on reprocessing of data, changing of tools and services, as well as data announcements from GMAO. Contact the GES DISC Help Desk (gsfc-dl-help-disc@mail.nasa.gov) to be added to the list.Questions: If you have a question, please read "MERRA-2 File Specification Document", “MERRA-2 Data Access – Quick Start Guide”, and FAQs linked from the ”Documentation” tab on this page. If that does not answer your question, you may post your question to the NASA Earthdata Forum (forum.earthdata.nasa.gov) or email the GES DISC Help Desk (gsfc-dl-help-disc@mail.nasa.gov).
MERRA-2 tavgU_3d_odt_Np: 3d,diurnal,Time-Averaged,Pressure-Level,Assimilation,Ozone Tendencies 0.625 x 0.5 degree V5.12.4 (M2TUNPODT) at GES DISC
M2TUNPODT (or tavgU_3d_odt_Np) is a 3-dimensional monthly diurnal means data collection in Modern-Era Retrospective analysis for Research and Applications version 2 (MERRA-2). This collection consists of assimilations of ozone tendencies on the 42 pressure levels, such as total ozone analysis tendency, tendency of odd oxygen mixing ratio due to chemistry, tendency of odd oxygen due to moist processes, and tendency of ozone due to dynamics. The information on the pressure levels can be found in the section 4.2 of the MERRA-2 File Specification document. This data collection is the monthly mean of data fields for each 3-hour and time-stamped at the central time starting from 01:30 UTC, e.g.: 01:30, 04:30, … , 22:30 UTC.MERRA-2 is the latest version of global atmospheric reanalysis for the satellite era produced by NASA Global Modeling and Assimilation Office (GMAO) using the Goddard Earth Observing System Model (GEOS) version 5.12.4. The dataset covers the period of 1980-present with the latency of ~3 weeks after the end of a month. Data Reprocessing: Please check “Records of MERRA-2 Data Reprocessing and Service Changes” linked from the “Documentation” tab on this page. Note that a reprocessed data filename is different from the original file.MERRA-2 Mailing List: Sign up to receive information on reprocessing of data, changing of tools and services, as well as data announcements from GMAO. Contact the GES DISC Help Desk (gsfc-dl-help-disc@mail.nasa.gov) to be added to the list.Questions: If you have a question, please read "MERRA-2 File Specification Document", “MERRA-2 Data Access – Quick Start Guide”, and FAQs linked from the ”Documentation” tab on this page. If that does not answer your question, you may post your question to the NASA Earthdata Forum (forum.earthdata.nasa.gov) or email the GES DISC Help Desk (gsfc-dl-help-disc@mail.nasa.gov).
ScienceDex guides
Understand access before you commit
These curated guides explain access requirements, typical timelines, costs, and reuse considerations for widely used research 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.
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.
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.
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.
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.