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.

130

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

130 results for “BITs”

Learn how ShareScore rates datasets ↗
zenodo36/100

Bit Pot 4 - photogrammetry

This model Made using photogrammetry for Digital Lab of Humanity Institute of Siberian Federal University Source: Objaverse 1.0 / Sketchfab

opencc-byMar 2017View details →
zenodo36/100

Bit-wise reversible integrations of the Solar System with JANUS

<p>This dataset contains 24 integrations of the Solar System. The integrator is JANUS, a bit-wise reversible algorithm that uses a mix of integer and floating-point arithmetic. The files are Simulation Archives, which can be opened with the REBOUND code.  </p>

opencc-by-4.0Apr 2017View details →
zenodo36/100

DMC sCMOS 8-bit preview of 16-bit HDF5 dataset

<p>Preview video of https://zenodo.org/record/570045.  16-bit data -&gt; 8-bit FFV1 AVI</p> <p>Filename is a mistake, it's 2012 december 25</p> <p>Elapsed time activity (note, video is comprised of several time cuts of activity in the night)</p> <p>video has not been altered except for scaling to 8-bit with auto-contrast set every 100 frames or so.</p> <p>5:50-6:40 flaming/dispersive</p> <p>7:30-8:20  kelvin helmholtz swirls of various sizes and intensities</p> <p>9:50-10:55  kinking, folding</p> <p>11:20-14:00  kelvin helmholtz from small to huge, slow to fast, "blowing smoke" like swirls</p> <p>14:00-14:30 kelvin helmholtz swirls with flickering</p> <p>17:00-18:00  faint wisps of kelvin helmholts</p> <p>32:45-37:00   more kelvin helmholtz of various scales</p> <p>50:32- 1:21:30   Is this wispy clouds or light/faint aurora with dark patterns?</p> <p>1:33:13, 1:35:05, 1:38:40 satellite pass and 1:39:15, 1:42:33, 1:43:13, 1:45:25, 1:47:40</p>

opencc-by-4.0Dec 2012View details →
zenodo36/100

Bit-pot2 - photogrammetry

This model Made using photogrammetry for Digital Lab of Humanity Institute of Siberian Federal University Source: Objaverse 1.0 / Sketchfab

opencc-byMar 2017View details →
zenodo36/100

Donors, Acceptors and a Bit of Aromatics: Electronic Interactions of Molecular Adsorbates on hBN and MoS2 Monolayers

<p>The design of low-dimensional organic-inorganic hybrid interfaces for the next generation of optoelectronic applications requires an in-depth understanding of the microscopic mechanisms ruling&nbsp;the electronic interactions in these systems. In this work, we present a first-principles study based&nbsp;on density-functional theory inspecting the structural, energetic, and electronic properties of five&nbsp;molecular&nbsp;donors and acceptors adsorbed on freestanding hexagonal boron nitride (hBN) and molibdenum disulfide (MoS2) monolayers. All considered heterostructures are stable, due to the crucial&nbsp;contribution of dispersion interactions, which are maximed by the overall flat arrangement of the&nbsp;physisorbed molecules on both substrates. The level alignment of the hybrid systems depends on&nbsp;the&nbsp;characteristics of the constituents. On hBN, both type-I and type-II heterostructures may form,&nbsp;depending on the relative energies of the frontier orbitals with respect to the vacuum level. On&nbsp;the other hand, all MoS2-based hybrid systems exhibit a type-II level alignment, with the molecular&nbsp;frontier orbitals positioned across the energy gap of the semiconductor. The electronic structure&nbsp;of the hybrid&nbsp;materials is further determined by the formation of interfacial dipole moments and&nbsp;by the wave-function hybridization between the organic and inorganic constituents. These results&nbsp;provide important indications for the design of novel low-dimensional hybrid materials with suitable&nbsp;characteristics for optoelectronics.</p>

opencc-by-4.0Mar 2022View details →
zenodo36/100

Bit Pot6 -photogrammetry

This model Made using photogrammetry for Digital Lab of Humanity Institute of Siberian Federal University Source: Objaverse 1.0 / Sketchfab

opencc-byMar 2017View details →
zenodo36/100

Bit Pot7 - photogrammetry

This model Made using photogrammetry for Digital Lab of Humanity Institute of Siberian Federal University Source: Objaverse 1.0 / Sketchfab

opencc-byMar 2017View details →
zenodo36/100

Robustness assessment via simulation-based fault injection of the implementation level models of the LEON3, MC8051, and PIC microcontrollers in presence of stuck-at, bit-flip, pulse, and delay fault models

<p>This dataset package contains the results of fault injection experiments for RTL and implementation-level models 3 microprocessors (LEON3, MC8051, PIC).</p> <p><strong>    1.    Package contents:</strong><br>     - raw traces of fault injection experiments: *.lst files<br>     - analysis results grouped by fault models: *.html files in the /REPORT subfolders<br>     - summary for each targeted HDL model and fault model: index.html in each design folder</p> <p>To facilitate the navigation through the contents, it is organized as a tree of *.html pages. The root page is 'index.html' in the archive root.<br> Additionally, to observe the raw traces for each experiment in the convenient form, the *.lst files are processed on the fly by custom python-script, returning the interactive *.html page. Each observation trace is a table, where: <br>     - each row represents an observation vector, comprising {simulation time stamp}, {flags}, {internal state}, {outputs}.<br>     - each cell is highlighted:<br>         a) green if matches with reference trace (fault-free simulation),<br>         b) red   if mismatches with reference trace, denoting error for internals / failure for outputs,<br>         c) violet in case of vector whose timestamp was not in reference (unexpected transition).<br>         These highlighting options can be customized by modifying the linked *.css files.</p> <p>        <br> <strong>        2. Installation</strong><br> 2.1 Ensure to have Web-Server installed (Apache preferable). For instance, XAMPP: https://www.apachefriends.org/index.html</p> <p>2.2 Ensure to have python ver. 2.x installed. Type in terminal (cmd console in Windows): “python --version” – if the output looks like &gt; Python 2.x.x – python is installed. <br> Otherwise install the relevant 2.x.x distribution: https://www.python.org/<br> Add python installation path to environment path variable.<br>   <br> 2.2 Ensure that Web-server is configured to execute CGI scripts, particularly python-scripts:<br> In the 'httpd.conf' file (XAMMP control panel – button config in front of apache module):<br>     – search for line Options Indexes FollowSymLinks and add ExecCGI, so the resulting line looks like this: <br>         Options Indexes FollowSymLinks ExecCGI<br>     – search for #AddHandler cgi-script .cgi, uncomment (remove #), and append “.py” to this line, so the resulting line:<br>         AddHandler cgi-script .cgi .pl .asp .py </p> <p>2.3 Unpack the *.zip package into the folder on the Web Server. For instance 'Web-server root folder'/ExperimentalResults.<br> The Web-Server root can be configured in the ‘httpd.conf’ file in the DocumentRoot section, for instance: <br>     DocumentRoot "F:/HTWEB"<br>     &lt;Directory "F:/HTWEB"&gt;<br>     ...</p> <p>2.4 In the web-browser navigate to the root directory of extracted package:<br> http://localhost/ExperimentalResults/index.html</p> <p> </p> <p><strong>3. How to read the contents</strong><br> The root page contains links to different analysis reports, for each HDL design under study and considered fault models.  <br> The pages on the first tree level, represent the summary for each injection campaign, describing the rate of failure modes, number of experiments, latencies, and supplementary info. <br> The pages on the second tree level are the detailed analysis reports for each experiment, detailing the fault target, parameters of injected fault, detected failure mode, number of errors, etc. <br> The cells of the first column are highlighted a) in green if injection did not cause the failure, b) in red otherwise. The links in this first column navigate to the detailed traces for each experiment. <br> The latter requires that Web-server is configured to execute the python-scripts (see section 2 - Installation); otherwise the raw traces (*.lst files in ./results folders) can be observed by any text editor (notepad++, etc.).<br>  </p>

opencc-by-4.0Sep 2017View details →
zenodo36/100

Measurement Results of Single-Bit Sigma-Delta Modulator and Simulation Data for DFT Based RSSI Calculation

<p>Measurement of single-bit output data stream of an low-IF receiver with sigma-delta ADC. Inphase and Quadraturephase signals can be found in raw_rx_*.csv files. Simulation results of DFT based RSSI calculation are found in sim_RSSI_*.csv. Measurement results of the RSSI dynamic range are located in meas_RSSI_dynamicRange.csv.</p>

opencc-by-4.0Jun 2018View details →
zenodo36/100

HiPR-FISH 10-bit Experiment Barcode 768 - 1023

<p>Spectral images for a 10-bit HiPR-FISH experiment. This dataset include barcodes 768 - 1023.</p>

opencc-by-4.0Sep 2019View details →
zenodo36/100

HiPR-FISH 10-bit Experiment Barcode 512 - 767

<p>Spectral images for a 10-bit HiPR-FISH experiment. This dataset includes barcodes 512 to 767.</p>

opencc-by-4.0Sep 2019View details →
zenodo36/100

HiPR-FISH 10-bit Experiment Barcode 256 - 511

<p>Spectral images for a 10-bit HiPR-FISH experiment. This dataset includes barcodes 256 to 511.</p>

opencc-by-4.0Sep 2019View details →
zenodo36/100

HiPR-FISH 10-bit Experiment Barcode 1 - 255

<p>Spectral images for a 10-bit HiPR-FISH experiment. This dataset includes barcodes 1 to 255.</p>

opencc-by-4.0Sep 2019View details →
zenodo36/100

Preliminary data and analysis from ultrafast calcium or voltage imaging recordings at 8-bits resolution using a Kinetix camera

<p><span>This dataset was obtained from brain slices of the mouse. Data are from transversal hippocampal slices from </span><span>30-40 postnatal days old C57Bl6 mice (of both genders), stained with the Ca<sup>2+</sup> indicator Fluo-4 AM; or from layer-5 pyramidal neurons loaded intracellularly either with the Ca<sup>2+</sup> indicator Oregon Green BAPTA-5N or with the voltage sensitive dye JPW1114. <span>&nbsp;</span>Details are in the Read_me file. This dataset cannot be used for publications without permission of the contact person.</span></p>

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

75-kyr paired mean summer temperature (MST) and moisture balance (BIT-index) data for eastern equatorial Africa based on GDGT distributions in the DeepCHALLA sediment sequence

<p>The DeepCHALLA (DCH) GDGT-based climate proxy data series consist of paired measurements on 373 discrete 2-cm-thick sediment samples, represented by their DCH event-free depth in meter (mefd). Section depth center refers to the distance (in cm) of the sample&rsquo;s center from the top of the individual core section as represented by its DCH core code. Sediment age is based on the age model as presented in Fig. 2 in Baxter et al. (2023). Mean Summer Temperature (MST) was calculated from the distribution of sedimentary brGDGTs according to Pearson et al. (2011) and rescaled using an ensemble reconstruction for eastern Africa covering the last 25 ka (Extended Data Fig. 4 in Baxter et al., 2023). The branched versus isoprenoid tetraether (BIT) index of sedimentary brGDGTs from Lake Chala, reflecting lake water-balance variation, was calculated according to Hopmans et al. (2004).</p>

opencc-by-4.0May 2023View details →
dryad36/100

Data from: Little bits of dragonfly history repeating exemplified by a new Pennsylvanian family

<p>During its 320 million years evolution, dragon- and damselflies (Odonata) wing morphology underwent intense modifications. The resulting diversity prompted comparative analyses focusing on phylogeny. However, homoplasy proved to plague wing-related characters. Concurrently, limited benefits were obtained from considering fossil taxa, similarly impacted. Herein we investigate two aspects particularly affected by convergence, namely the acquisition of vein-like structuring elements derived from regular cross-venation, termed conamina; and the evolution of butter knife wing shape. Conamen implementation is found to be consistently linked with vein curvature sharpening, itself generating potential breaking points. Conamina therefore likely evolved to address wing integrity issues during ever-more-demanding flight performance. Moreover, an existing conamen is likely to trigger the acquisition of further, associated conamina. As for butter knife shape, previously documented in the extinct Archizygoptera and among damselflies, we report a new, 315-million-years-old occurrence with the rare species <em>Haidilaozhen</em> <em>cuiae</em> gen. et sp. nov. (family Haidilaozhenidae fam. nov.), from the Xiaheyan locality (China). The repeated acquisition of butter-knife-shaped wing can be related to slow-speed flight and, in turn, predator avoidance. In both cases of iterated regularities, the unique 'network-and-membrane' wing design proper to insects is found to compose a strong, constraining factor.</p>

opencc-zeroSep 2023View details →
ClinicalTrials.gov36/100

Evaluation of Bioness Integrated Therapy System (BITS) Touch Screen Technology to Improve Field Awareness

ClinicalTrials.gov study NCT04930822. IPD Sharing: NO. Countries: 1. Publications: 2.

closedIPD-NOFeb 2026View details →
dryad36/100

Data from: Little bits of dragonfly history repeating exemplified by a new Pennsylvanian family

Open the record for dataset details and reuse information.

publicMar 2024View details →
dryad36/100

After a catastrophe, a little bit of sex is better than nothing: genetic consequences of a major earthquake on asexual and sexual populations

Open the record for dataset details and reuse information.

publicMar 2020View details →
dryad36/100

Stiffness reprogrammable magnetorheological metamaterials inspired by the spine for multi-bit visual mechanical information processing

Open the record for dataset details and reuse information.

publicOct 2025View 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