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.
3,481
datasets available to search
ShareScore release 0.9.0
Dataset results
3,481 results for “data set”
Data set for: Nano-scale magnetic skyrmions and target states in confined geometries
<p>This data set contains the libraries and scripts to completely reproduce the simulations of the publication <em>"Nanoscale magnetic skyrmions and target states in confined geometries</em>". These simulations are based on the Fidimag code [1] which can perform discrete spin simulations.</p> <p> </p> <p>The latest version of this data set can be found at:</p> <p><a href="https://github.com/davidcortesortuno/paper-2019_nanoscale_skyrmions_target_states_confined_geometries">https://github.com/davidcortesortuno/paper-2019_nanoscale_skyrmions_target_states_confined_geometries</a></p> <p> </p> <p>[1] Bisotti, M.-A. et al., (2018). Fidimag – A Finite Difference Atomistic and Micromagnetic Simulation Package. Journal of Open Research Software. 6(1), p.22.</p>
DBNL OCR Data set
<p>A set of 220 books digitised by the Dutch DBNL (<a href="https://dbnl.org/">https://dbnl.org/</a>). The set contains the original OCR output in .txt and the corrected version in TEI.</p>
Example data set for the ChIPexo Pipeline
<p>Example data set for the ChIP-exo Analytical Pipeline available through GitHub</p> <p>https://github.com/SysBioChalmers/ChIPexo_Pipeline</p>
Data set for "Structural transitions in the RNA 7SK 5' hairpin and their effect on HEXIM binding"
<p>Raw data set for "Structural transitions in the RNA 7SK 5' hairpin and their effect on HEXIM binding"</p> <p> </p> <p>Version 1.0: Energy landscape data and MD trajectories for RNA+ARM peptide</p>
A PL/SQL Code Smell Data Set
<p>A PL/SQL Code Smells data set extracted from 20 open source projects on GitHub.</p>
Inferecladr Saccharomyces Cerevisiae Data Set
<p>This data is associated with the Inferecladr package. It consists of expression data clustered into separate files, associated metadata, genes clustered into separate lists of files, and a gold standard derived from YEASTRACT. It was initially used in Tchourine, K., Vogel, C., and Bonneau, R. (2018). Condition-Specific Modeling of Biophysical Parameters Advances Inference of Regulatory Networks. Cell Reports 23, 376–388.</p>
See & Grasp 2 Data Set
<p>This is the second See & Grasp data set introduced from Yildirim & Jacobs (2013). It is a data set containing both the visual and haptic features for "Fribbles". The set of "Fribbles" is larger than the original See & Grasp dataset, which is available <a href="http://www2.bcs.rochester.edu/sites/jacobslab/dataset.html">here</a>.</p> <p>Fribbles are complex, 3-D objects with multiple parts and spatial relations among the parts. Moreover, Fribbles have a categorical structure—that is, each Fribble is an exemplar from a category formed by perturbing a category prototype. There are 4 Fribble families, each with 4 species. Each Fribble has 4 slots, and one of 3 possible parts are attached to each slot, leading to (4 × (3<sup>4</sup>)) = 324 total Fribbles in each family. The unmodified 3-D object files for the whole set of Fribbles can be found on Mike Tarr's (Department of Psychology, Carnegie Mellon University) web pages (<a href="http://tarrlabwiki.cnbc.cmu.edu/index.php/Main_Page">TarrLab webpage</a>).</p> <p>The See & Grasp data set contains 891 items corresponding to 891 Fribbles (324 for the A and C families, and 243 for family B because the 3D model files for one of 4 species in family B seem to be corrupt). There are 3 entries associated with each item. One entry is the 3-D object model for a Fribble. The second entry is an image of a Fribble rendered from a canonical viewpoint so that the Fribble's parts and spatial relations among the parts are clearly visible. (Using the 3-D object model, users can easily generate new images of a Fribble from any desired viewpoint.) The third entry is a way of representing a Fribble's haptic features. It is a set of joint angles obtained from a grasp simulator known as "GraspIt!" (Miller & Allen, 2004). GraspIt! contains a simulator of a human hand. When forming the representation of a Fribble's haptic features, the input to GraspIt! was the 3-D object model for the Fribble. Its output was a set of 16 joint angles of the fingers of a simulated human hand obtained when the simulated hand "grasped" the Fribble. Grasps—or closings of the fingers around a Fribble—were performed using GraspIt!'s AutoGrasp function. Each Fribble was grasped 24 times, with the fribble rotated 8 times (by 45°) on each axis. To be sure that Fribbles fit inside GraspIt!'s hand, their sizes were reduced by 29%. Please see the <a href="http://www2.bcs.rochester.edu/sites/jacobslab/images/fb.png">figure</a> for sample images from the dataset and an illustration of the grasping procedure.</p> <p>The file contains three folders and a CSV file. The folders “Fa”, “Fb”, and “Fc” contain the files for each family of Fribble we examined—A, B, and C. These files each contain the following folders:</p> <ul> <li>“renders” contains the images of each Fribble in the species.</li> <li>“obj” contains the MTL and OBJ files for each Fribble in the species.</li> <li>“parts” contains the original Fribble parts from Mike Tarr's web pages which are composited into the individual Fribbles.</li> <li>“vrml” contains the VRML file for each Fribble in the species.</li> </ul> <p>The files are named based on the parts which were combined to make that Fribble. E.g., 4_a1b3c2d3 was made by combining 4_body.obj, 4_a1.obj, 4_b3.obj, 4_c2.obj, and 4_d3.obj.</p> <p>Finally, “haptics.csv” contains the haptic features for each of the Fribbles. It is a CSV file with 892 rows (including one header) and 255 columns. The first column is the Fribble's species and name, the next 254 columns are the joint angles from Graspit!: we performed a grasp for each of 24 different angles (rotating 45° around each axis), and each grasp has 16 DOF values associated with it, representing the position of the hand's joints.</p> <p>The rest of the columns contain the data for the contact points between the Fribble and the hand in Graspit. The first number for each grasp (there are 24 grasps for each Fribble) is the number of contact points for that grasp. For each contact point, the first six numbers relate to the contact's wrench, the next 3 numbers specify the contact's location in body coordinates, and the last number specifies the scalar constraint error for that contact.</p> <p>Sample code for rendering objects visually with VTK and haptically with GraspIt can be seen in the folder SampleCode. Please read GraspItUpdate.pdf file to see how to update GraspIt’s TCP server code for haptic rendering. Sample code folder also contains aomr.xml, the world file (i.e., setup of the human hand) used for haptic rendering in GraspIt. <br> <br> Please cite the following paper in relation to the See & Grasp 2 data set. <br> <br> Yildirim, I. & Jacobs, R. A. (2013). Transfer of object category knowledge across visual and haptic modalities: Experimental and computational studies. Cognition, 126, 135-148.</p> <p>Citation for GraspIt!<br> Miller, A., & Allen, P. K. (2004). Graspit!: A versatile simulator for robotic grasping. IEEE Robotics and Automation Magazine, 11, 110-122.</p>
Crunchbase in RDF: A Large Data Set About Jobs, Websites, Organizations, News, People, Products, and Acquisitions
<p><strong>CrunchBase</strong> in an online platform providing information about startups and technology companies, including related entities such as the products they sell, key people they employ, and investments they made and received.</p> <p>We provide here an <strong>RDF data set of Crunchbase</strong> as of October 2015. The data set contains information about</p> <ul> <li>1,946,435 jobs</li> <li>1,348,449 websites</li> <li>567,937 organizations</li> <li>519,763 news</li> <li>430,093 people</li> <li>60,076 products, and</li> <li>33,127 acquisitions.</li> </ul> <p>The data set has been used, among other things, for data integration with financial data sources to evaluate the performance of particular companies and for monitoring news to find statements that are not in Crunchbase as an RDF knowledge graph yet.</p> <p>Note that the provided data set was created in October 2015 when all Crunchbase data was <strong>licensed under Creative Commons Attribution-NonCommercial License 4.0 (CC-BY-NC) and partly under Creative Commons Attribution License 4.0 (CC-BY)</strong>. Also the provied<strong> data set is licensed under these licenses.</strong> Concerning licensing of current Crunchbase data, we can refer to <a href="https://about.crunchbase.com/terms-of-service/">https://about.crunchbase.com/terms-of-service/</a>.</p> <p>For <strong>more information</strong> about the data set, see our paper <a href="http://dbis.informatik.uni-freiburg.de/content/team/faerber/papers/CrunchBaseWrapper_SWJ2017.pdf">A Linked Data Wrapper for CrunchBase.</a></p> <p>When you use the data set, please <strong>cite</strong> us as follows:</p> <blockquote> <p>Michael Färber, Carsten Menne, Andreas Harth. “A Linked Data Wrapper for CrunchBase”. In: Semantic Web Journal 9(4). IOS Press, 2018, pp. 505–5015. (<a href="https://dblp.org/rec/bibtex/journals/semweb/FarberMH18">BibTeX entry at DBLP</a>)</p> </blockquote>
Data set Absorption coefficients of Lead Iodine perovskites using 14 different organic cations
<p>Dataset provided as suplementary material of the article published in Solar Energy Material and Solar Cell: https://doi.org/10.1016/j.solmat.2019.110022.</p> <p>File description:The way to obtain the files described below is detailed in the methodology section in the article</p> <p>SALIDA.A-PbI3.Total (A=Ac, Az, Di, Et, Fo, Gu, Hy1, Hy2, Im, Is Me, Pr, Te, Tr)</p> <p>Date files corresponding to the total absorption coefficients for the 14 organic cations labelled as A.</p> <p>First | second column: energy (eV) | 2*absorption coefficient (cm-1)</p>
Data set supporting Journal article: Siebicke, L., and Emad, A., "True eddy accumulation trace gas flux measurements: proof of concept", Atmos. Meas. Tech., 12, 1–28, 2019.
<p>This data set contains carbon dioxide trace gas flux measurements obtained by the true eddy accumulation technique as described in the research article:</p> <p>Siebicke, L., and Emad, A., "True eddy accumulation trace gas flux measurements: proof of concept", Atmos. Meas. Tech., 12, 1–28, 2019.</p> <p>It contains meteorological measurements (file "meteo.csv"), turbulent energy fluxes (file "energy_fluxes.csv"), three-diomensional wind vector measurements ("file wind.csv"), and carbon dioxide trace gas fluxes obtained by true eddy accumulation (file "co2_flux_TEA.csv") and eddy covariance using data from two separate anomemoters (files "co2_flux_EC_TEA_sonic.csv" and "co2_flux_EC_EC_sonic.csv").</p>
Images of apples for the use of the Viola-Jones method. Data set no. 1 - multicolor.
<p>The database contains pictures of apples made at different angles, from different sides and containing different varieties. In this way, two bases of apple images were created (each database contains over 1,100 images). This set is data set no. 1 - multicolor: processed images in multicolor. The photos were prepared for the best possible detection process in the Viola-Jones method. These photo bases with apples can be used to teach machines to recognize specific varieties and count apples.</p> <p>Please note that these are not raw data, but images processed for use in the algorithm in the Viola-Jones method.</p> <p> </p>
Small example Eiger 2X 16M data set from Diamond Light Source I04
<p>Useful small (488 frame) Eiger data set recorded during routine testing, useful for software testing as it is small. Data recorded from a thaumatin crystal (unfortunate naming on my part) </p> <p> </p> <p>Revision includes screening images, and addition of name dataset in /entry/instrument</p> <p> </p> <pre>> h5dump -d /entry/instrument/name Therm_6_2.nxs HDF5 "Therm_6_2.nxs" { DATASET "/entry/instrument/name" { DATATYPE H5T_STRING { STRSIZE H5T_VARIABLE; STRPAD H5T_STR_NULLTERM; CSET H5T_CSET_ASCII; CTYPE H5T_C_S1; } DATASPACE SCALAR DATA { (0): "Macromolecular Crystallography I04" } } } </pre>
Testing Data set - DiSCount - Masteling et al.
<p>Data set used to test the accuracy of the software DiSCount: computer vision for automated quantification of <em>Striga</em> seed germination.</p>
data set related to article Magnetic resonance fingerprinting with dictionary-based fat and water separation (DBFW MRF): A multi-component approach
<p>This record contains raw data related to article Magnetic resonance fingerprinting with dictionary-based fat and water separation (DBFW MRF): A multi-component approach</p>
data set related to article A Nervous System-Specific Model of Creatine Transporter Deficiency Recapitulates the Cognitive Endophenotype of the Disease: a Longitudinal Study
<p>This record contains raw data related to article A Nervous System-Specific Model of Creatine Transporter Deficiency Recapitulates the Cognitive Endophenotype of the Disease: a Longitudinal Study</p>
data set related to article Broad phenotypic spectrum and genotype-phenotype correlations in GMPPB-related dystroglycanopathies: an Italian cross-sectional study
<p>This record contains raw data related to article Broad phenotypic spectrum and genotype-phenotype correlations in GMPPB-related dystroglycanopathies: an Italian cross-sectional study</p>
data set related to article Simultaneous and sequential subitizing are separate systems, and neither predicts math abilities
<p>This record contains raw data related to article Simultaneous and sequential subitizing are separate systems, and neither predicts math abilities</p>
data set related to article Typical numerosity adaptation despite selectively impaired number acuity in dyscalculia
<p>This record contains raw data related to article Typical numerosity adaptation despite selectively impaired number acuity in dyscalculia</p>
data set related to article Independent adaptation mechanisms for numerosity and size perception provide evidence against a common sense of magnitude
<p>This record contains raw data related to article Independent adaptation mechanisms for numerosity and size perception provide evidence against a common sense of magnitude</p>
The ecology of suburban juvenile European hedgehogs (Erinaceus europaeus). Supplementary data set for home range calculations.
<p>The complete data set on which we based the home range calculations on in our paper: The ecology of suburban juvenile European hedgehogs (Erinaceus europaeus) in Denmark, Ecology and Evolution.</p>
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.