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.

21

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

21 results for “2D Structure”

Learn how ShareScore rates datasets ↗
zenodo40/100

Tensile2d: 2D quasistatic non-linear structural mechanics solutions, under geometrical variations

<p>This dataset contains 2D quasistatic non-linear structural mechanics solutions, under geometrical variations.&nbsp;</p> <p>A Description is provided in <a href="https://arxiv.org/pdf/2305.12871.pdf">the MMGP paper</a> Sections 4.1 and A.2.</p> <p>The file format is PLAID, see <a href="https://plaid-lib.readthedocs.io/ ">the plaid documentation</a>.</p> <p>The variablity in the samples are 6 input scalars and the geometry (mesh). Outputs of interest are 4 scalars and 6 fields.</p> <p>Seven nested training sets of sizes 8 to 500 are provided, with complete input-output data. A testing set of size 200, as well as two out-of-distribution sample, are provided, for which outputs are not provided. &nbsp;</p> <p>&nbsp;</p> <p>Tips to access the data:</p> <p>After decompressing the downloaded file:</p> <p>from plaid.containers.dataset import Dataset<br>from plaid.problem_definition import ProblemDefinition</p> <p>dataset = Dataset()<br>problem = ProblemDefinition()</p> <p>problem._load_from_dir_(os.path.join(/path/to/data,'problem_definition'))<br>dataset._load_from_dir_(os.path.join(/path/to/data,'dataset'), verbose = True)</p> <p>print("problem =", problem)<br>print("dataset =", dataset)</p> <p>sample = dataset[0]<br>print("sample =", sample)</p> <p>for fn in sample.get_field_names():<br>&nbsp; &nbsp; print(f"{fn} =", sample.get_field(fn))<br>for sn in sample.get_scalar_names():<br>&nbsp; &nbsp; print(f"{sn} =", sample.get_scalar(sn))</p> <p>print("nodes =", sample.get_nodes())<br>print("elements =", sample.get_elements())<br>print("nodal_tags =", sample.get_nodal_tags())</p> <p>&nbsp;</p>

opencc-by-sa-4.0Nov 2023View details →
zenodo36/100

Supplementary data for article 'Estimating and abstracting the 3D structure of feline bones using neural networks on X-ray (2D) images'

<p>3D DICOM volumes (CT scans) of feline femora, PNGs generated from them as DRRs using&nbsp;MeVisLab, and STLs generated from the DICOM volumes&nbsp;with MIMICS or&nbsp;MeshLab. Software to work with these files can be found at&nbsp;http://doi.org/10.5281/zenodo.3829423</p>

opencc-by-4.0May 2020View details →
zenodo36/100

Dataset for Exciton Fine Structure in 2D Perovskites: The Out‐of‐Plane Excitonic State

<p><span>This dataset includes raw photoluminescence and transmission spectra acquired at zero and high magnetic field (identified by the folder name). Samples of different origins have been identified and the folder name includes the institution where the sample was synthetized. In the filename, one can find the information concerning the excitation power used, the wavelength of the excitation laser, the acquisition time, the degree read out on the half-wavelength plate.</span></p> <p><span>PL _ 5K_0.5uW_511.5nm_spot8 _aquisition time _ number of aquisitions _ X.csv</span></p> <p><span>&nbsp;</span></p> <p><span>R _5K_ 1uW_511.5nm _ aquisition time _ number of aquisitions _spot8 _ X.csv</span></p> <p><span>&nbsp;</span></p> <p><span>X: degree on the half-wave plate</span></p> <p><span>&nbsp;</span></p> <p><span>Temperature:5K</span></p> <p><span>Excitation power: x uW </span></p> <p><span>Spot y - spot on a sample</span></p> <p><span>Grating center: zzz nm</span></p>

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

Supplemental material for 'Characterization of structure and mixing in nanoparticle hetero-aggregates using convolutional neural networks: 3D-reconstruction versus 2D-projection'

<p>This is the supplemental data for the manuscript titled &lsquo;<em>Characterization of structure and mixing in nanoparticle hetero-aggregates using convolutional neural networks: 3D-reconstruction versus 2D-projection&rsquo;</em> submitted to <em>Ultramicroscopy</em>.</p> <p><strong>Motivation:</strong></p> <p>Detection of nanoparticles and classification of the material type in scanning transmission electron microscopy (STEM) images can be a tedious task, if it has to be done manually. Therefore, a convolutional neural network (CNN) is trained to do this task for STEM-images of TiO<sub>2</sub>-WO<sub>3</sub> nanoparticle hetero-aggregates. In conventional STEM, only 2D-projection images of the samples can be measured. STEM tomography allows for a 3D-reconstruction but it is a time-consuming and hence expensive task. In the present work, evaluations of 2D-projections are compared quantitatively to evaluations of 3D-reconstructions. For both evaluations a CNN is trained to predict particle positions and classify the material. The present dataset contains training and evaluation data and some code scripts that can be used after installation of the MMDetection toolbox (<a href="https://github.com/open-mmlab/mmdetection">https://github.com/open-mmlab/mmdetection</a>) to train the CNN for 2D-projection data. For 3D-reconstruction a StarDist-3D network is trained (<a href="https://github.com/stardist/stardist">https://github.com/stardist/stardist</a>). Details are provided in the manuscript submitted to Ultramicroscopy and in the comments of the code scripts. For evaluation, we provide Python and MATLAB scripts.</p> <p><strong>Authors and funding:</strong></p> <p>The present dataset was created by the authors. The work was funded by the Deutsche Forschungsgemeinschaft within the priority program SPP2289 under contract numbers RO2057/17-1 and MA3333/25-1 and under contract number INST 144/462-1 FUGG.</p> <pre>&nbsp;</pre> <p><strong>Dataset description:</strong></p> <p>We provide several zip-archives. All of them contain two subfolders, one of them for 2D-projection data, the other one for 3D-reconstruction data.</p> <p><em>training_data.zip</em> contains the training data. In the 3D case, the subfolder <em>mask</em> contains the ground truth segmentation masks; the subfolder <em>reconstruction</em> contains the corresponding simulated 3D reconstructions. In the 2D case, the subfolder <em>HAADF</em> contains the 2D-projection images. In both cases, the subfolder <em>json </em>contains the annotation. Each file within the <em>json</em> folder provides for each image or reconstruction the following information:</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; aggregat_no: image id, the number of the corresponding image file</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; particle_position_x: list of particle position x-coordinates in nm</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; particle_position_y: list of particle position y-coordinates in nm</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; particle_position_z: list of particle position z-coordinates in nm</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; particle_radius: list of volume equivalent particle radii in nm</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; particle_type: list of particle types, 1: TiO<sub>2</sub>, 2: WO<sub>3</sub></p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; particle_shape: list of particle shapes: 0: sphere, 1: box, 2: icosahedron</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rotation: list of particle rotations in rad. Each particle is rotated twice by the listed angle (before and after deformation)</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; deformation: list of particle deformations. After the first rotation the particle x-coordinates of the particle&rsquo;s surface mesh are scaled by the factor listed in deformation, y- and z-coordinates are scaled according to 1/sqrt(deformation).</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cluster_index: list of cluster indices for each particle</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; initial_cluster_index: list of initial cluster indices for each particle, before primary clusters of the same material were merged</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fractal_dimension: the intended fractal dimension of the aggregate</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fractal_dimension_true: the realized geometric fractal dimension of the aggregate (neglecting particle densities)</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fractal_dimension_weight_true: the realized fractal dimension of the aggregate (including particle densities)</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fractal_prefactor: fractal prefactor</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mixing_ratio_intended: the intended mixing ratio (fraction of WO<sub>3</sub> particles)</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mixing_ratio_true: the realised mixing ratio (fraction of WO<sub>3</sub> particles)</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mixing_ratio_volume: the realised mixing ratio (fraction of WO<sub>3</sub> volume)</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mixing_ratio_weight: the realised mixing ratio (fraction of WO<sub>3</sub> weight)</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; particle_1_rho: density of TiO<sub>2</sub> used for the calculations</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; particle_1_size_mean: mean TiO<sub>2</sub> radius</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; particle_1_size_min: smallest TiO<sub>2</sub> radius</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; particle_1_size_max: largest TiO<sub>2</sub> radius</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; particle_1_size_std: standard deviation of TiO<sub>2</sub> radii</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; particle_1_clustersize: average TiO<sub>2</sub> cluster size</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; particle_1_clustersize_init: average TiO<sub>2</sub> cluster size of primary clusters (before merging into larger clusters)</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; particle_1_clustersize_init_intended: intended TiO<sub>2</sub> cluster size of primary clusters</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; particle_2_rho: density of WO<sub>3 </sub>used for the calculations</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; particle_2_size_mean: mean WO<sub>3</sub> radius</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; particle_2_size_min: smallest WO<sub>3</sub> radius</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; particle_2_size_max: largest WO<sub>3</sub> radius</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; particle_2_size_std: standard deviation of WO<sub>3</sub> radii</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; particle_2_clustersize: average WO<sub>3</sub> cluster size</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; particle_2_clustersize_init: average WO<sub>3</sub> cluster size of primary clusters (before merging into larger clusters)</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; particle_2_clustersize_init_intended: intended WO<sub>3</sub> cluster size of primary clusters</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; number_of_primary_particles: number of particles within the aggregate</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; gyration_radius_geometric: gyration radius of the aggregate (neglecting particle densities)</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; gyration_radius_weighted: gyration radius of the aggregate (including particle densities)</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mean_coordination: mean total coordination number (particle contacts)</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mean_coordination_heterogen: mean heterogeneous coordination number (contacts with particles of the different material)</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mean_coordination_homogen: mean homogeneous coordination number (contacts with particles of the same material)</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; material_1: the name of the first material (TiO2)</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; material_2: the name of the second material (WO3)</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; radius_equiv: list of area equivalent particle radii (in projection) in nm</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; k_proj: projection direction of the aggregate: 0: z-direction (axis = 2), 1: x-direction (axis = 1), 2: y-direction (axis = 0)</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; polygons: list of polygons that surround the particle (COCO annotation)</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bboxes: list of particle bounding boxes</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; aggregate_size: projected area of the aggregate translated into the radius of a circle in nm</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; n_pix: number of pixel per image in horizontal and vertical direction (squared images)</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pixel_size: pixel size in nm</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; image_size: image size in nm</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; add_poisson_noise: 1 if poisson noise was added, 0 otherwise</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; frame_time: simulated frame time (required for poisson noise)</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; dwell_time: dwell time per pixel (required for poisson noise)</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; beam_current: beam current (required for poisson noise)</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; electrons_per_pixel: number of electrons per pixel</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; dose: electron dose in electrons per &Aring;<sup>2</sup></p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; add_scan_noise: 1 if scan noise was added, 0 otherwise</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; beam_misposition: parameter that describes how far the beam can be misplaced in pm (required for scan noise)</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; scan_noise: parameter that describes how far the beam can be misplaced in pix (required for scan noise)</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; add_focus_dependence: 1 if a focus effect is included, 0 otherwise</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; add_partial_coating: 1 if some TiO<sub>2</sub> particles were coated by a thin WO<sub>3</sub> film, 0 otherwise.</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; data_format: data format of the images, e.g. uint8</p> <p>For 3D reconstructions, the following information is added:</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; add_image_shifts, 1 if all images of the tilt series were shifted randomly by some pixel to account for misaligned images, 0 otherwise.</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; add_projection_noise: 1 if noise was added to projection angles, 0 otherwise.</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; N_SIRT: number of SIRT iterations for the 3D-reconstruction.</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; proj_angles: list of angles used for the projection directions of the tilt series in rad.</p> <p>For the 2D case, there are 24000 training images, 5500 validation images, 5500 test images, and their corresponding annotations. Aggregates and STEM images were obtained with the algorithm explained in the main work. The important data for CNN training is extracted from the files of individual aggregates and concluded in the subfolder <em>COCO</em>. For training, validation and test data there is a file <em>annotation_COCO.json</em> that includes all information required for the CNN training.</p> <p>For the 3D case, there are 100 simulated reconstructions that are divided into 80 training and 20 validation images within the training script.</p> <p>The zip archive <em>models.zip</em> includes the two networks that were trained, evaluated and used for the investigation in the manuscript. In the 2D case, network weights are stored in the file <em>2D_projection/logs/fit/20240209-095952/iter_60000.pth</em>. These weights can be loaded with the jupyter-notebook <em>2D_projection_prediction.ipynb</em>. Furthermore, a configuration file, which is required by the notebooks, is stored as <em>2D_projection/logs/fit</em> <em>20240209-095952/config_file.py</em>. In the 3D case, network weights are stored in <em>3D_reconstruction/model/weights_best.h5</em>. Also for this case, a configuration file is provided. The network can be loaded with the jupyter-notebook <em>3D_reconstruction_prediction.ipynb</em>.</p> <p>The zip archive <em>experiment_measurement.zip</em> includes the experimental 2D-projection images and the experimental 3D-reconstructions investigated in the manuscript. In the 3D case, we provide measured reconstructions as obtained by MATLAB and as transformed for the prediction with the CNN.</p> <p>The zip archive<em> experiment_prediction.zip</em> includes predictions and visualizations obtained by the 2D and 3D CNNs.</p> <p>The zip archive <em>simulation_measurement.zip</em> includes simulated 2D-projection images and simulated 3D-reconstructions that were not used for the network training. These simulations were used for evaluation of trained networks.</p> <p>The zip archive<em> simulation_prediction.zip</em> includes predictions and visualizations obtained by the 2D and 3D CNNs for the simulated data that was not used during the training process.</p> <p>In the zip archive <em>code.zip</em>, we provide several files with Python and MATLAB code that can be used for training, prediction and evaluation of the CNNs. A lot of information is provided within the comments and markdowns. For the application, it is required that the MMDetection toolbox and the StarDist3D framework are installed.</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <em>2D_projection_training.py:</em> This Python script can be used for network training of the 2D Mask R-CNN after installation of the MMDetection toolbox.</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <em>3D_reconstruction_training.py</em>: This Python script can be used for network training of the StarDist-3D network after installation of the StarDist package.</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <em>2D_projection_prediction.ipynb</em>: This jupyter-notebook can be used for the application of a trained Mask R-CNN to experimental and simulated 2D-projection data.</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <em>3D_reconstruction_prediction.ipynb</em>: This jupyter-notebook can be used for the application of a trained StarDist-3D network to experimental and simulated 3D-reconstruction data.</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <em>Evaluation_experiment.m</em>: This MATLAB script is for the visualization and quantitative comparison of 2D and 3D experimental evaluations.</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <em>Evaluation_simulation.m</em>: This MATLAB script is for the visualization and quantitative comparison of 2D and 3D evaluations of simulations.</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <em>particle_detection_functions.py:</em> This Python script contains functions required by the jupyter-notebooks. Details can be found within the comments.</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <em>ASTRA_CM_plot_results.m</em>: This MATLAB script provides functions for the visualization of experimental and simulated 3D-reconstructions.</p> <p>&middot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <em>ASTRA_CM_particle_detection.m</em>: This MATLAB script is used for the quantitative evaluation of segmentations of 3D-reconstructions.</p> <p>&nbsp;</p> <p>There is no confidential data in this dataset. It is neither offensive, nor insulting or threatening.</p> <p>The dataset was generated to discriminate between TiO<sub>2 </sub>and WO<sub>3</sub> nanoparticles in STEM-images and STEM tomography reconstructions. It might be possible that it can discriminate between different materials if the STEM contrast is similar to the contrast of TiO<sub>2 </sub>and WO<sub>3</sub> but there is no guarantee.</p>

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

Retrieving 2D laterally varying structures from multi-station surface wave dispersion curves using multiscale window analysis

<p>Here are the waveform data used in the Geophysical Journal International paper entitled &quot;Retrieving 2D laterally varying structures from multi-station surface wave dispersion curves using multiscale window analysis&quot;.&nbsp;The dataset is used for the reader who wants to reproduce the result in the paper.</p>

opencc-by-4.0Jul 2021View details →
zenodo36/100

Dataset for "Band structures and Z2 invariant of 2D transition metal dichalcogenides from fully relativistic Dirac--Kohn--Sham theory using Gaussian-type orbitals"

<p>Two-dimensional (2D) materials exhibit a wide range of remarkable phenomena, many of which owe their existence to the relativistic spin--orbit coupling (SOC). To understand and predict properties of materials containing heavy elements, such as the transition metal dichalcogenides (TMDs), full account of relativistic effects is mandatory in first-principles calculations. We present an all-electron method based on the four-component Dirac Hamiltonian and Gaussian-type orbitals (GTOs) that overcomes complications associated with linear dependencies and ill-conditioned matrices arising when diffuse functions are included in the basis. Until now, there has been no systematic study of the convergence of GTO basis sets for periodic solids neither at the nonrelativistic nor the relativistic level. Here, we provide such a study of relativistic band structures of the 2D TMDs in the hexagonal (2H), tetragonal (1T), and distorted tetragonal (1T&#39;) structural phases while focusing on SOC-driven properties (the Rashba splitting and the $\mathbb{Z}_2$ topological invariant). We demonstrate that our approach is valid even if large basis sets with multiple basis functions corresponding to each valence atomic orbital (denoted triple- and quadruple-$\zeta$) are used in the relativistic regime. The method does not require the use of pseudopotentials and provides access to all electronic states within the same framework, paving the way for direct studies of material properties that depend heavily on the electron density near atomic nuclei where relativistic effects and SOC are strongest, such as the parameters of the spin Hamiltonian.</p>

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

Datasets for benchmarking RNA 2D structure prediction algorithms.

<p>Datasets for benchmarking ML approaches in RNA 2D structure prediction task.</p>

opencc-by-4.0Jan 2023View details →
zenodo36/100

Datesets and images of the publication "Probing crystallinity and grain structure of 2D materials and 2D-like van der Waals heterostructures by low-voltage electron diffraction" - DOI: 10.1002/pssa.202300148

<p>Datasets and images of the publication &quot;Probing crystallinity and grain structure of 2D materials and 2D-like van der Waals heterostructures by low-voltage electron diffraction&quot; - DOI: <a href="https://www.doi.org/10.1002/pssa.202300148">10.1002/pssa.202300148</a></p> <p>The Jupyter Notebooks for analyzing the datasets and generating all the figures are available at <a href="https://gitlab.com/JohMu/tds_hios_manuscript">https://gitlab.com/JohMu/tds_hios_manuscript</a>.</p> <p><strong>MoS<sub>2</sub> 4D-STEM dataset:</strong></p> <ul> <li>192x192 scan pixels</li> <li>200x200 camera pixels</li> <li>Acceleration voltage: 20kV</li> <li>Camera length: 10.56 mm</li> <li>Camera pixel size: 4x5.86 &micro;m = 23.44 &micro;m (original dataset with 4x4 binning)</li> <li>File location: Figure 2_3_S1.zip -&gt; 230101205338_20kV_hexz0_camz-10_posi_003_good\scan_data_bin2_centered_crop-imgNx200.h5</li> <li>The original raw dataset (23 GB, 192x192 scan pixels, 800x800 camera pixels, camera pixel size: 5.86 &micro;m), the scan reference dataset and the Jupyter Notebook for the shift-compensation is available from the author. The dataset uploaded here is binned by a factor of 4 and shift-compensated.</li> </ul> <p><strong>C60/MoS<sub>2</sub> 4D-STEM dataset:</strong></p> <ul> <li>113x113 scan pixels</li> <li>512x512 camera pixels</li> <li>Acceleration voltage: 20kV</li> <li>Camera length: 20.56 mm</li> <li>Camera pixel size: 5.86 &micro;m</li> <li>File location: Figure 4.zip -&gt; scan_data_scan113x113_gzip.h5</li> </ul> <p>&nbsp;</p>

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

High-speed TIRF and 2D super-resolution structured illumination microscopy with large field of view based on fiber optic components

<p>Super-resolved structured illumination microscopy (SR-SIM) is among the most flexible, fast, and least perturbing fluorescence microscopy techniques capable of surpassing the optical diffraction limit. Current custom-built instruments are easily able to deliver two-fold resolution enhancement at video-rate frame rates, but the cost of the instruments is still relatively high, and the physical size of the instruments based on the implementation of their optics is still rather large. Here, we present our latest results towards realizing a new generation of compact, cost-efficient, and high-speed SR-SIM instruments. Tight integration of the fiber-based structured illumination microscope capable of multi-color 2D- and TIRF-SIM imaging, allows us to demonstrate SR-SIM with a field of view of up to 150 &times; 150 &mu;m<sup>2</sup>&nbsp;and imaging rates of up to 44 Hz while maintaining highest spatiotemporal resolution of less than 100 nm. We discuss the overall integration of optics, electronics, and software that allowed us to achieve this, and then present the fiberSIM imaging capabilities by visualizing the intracellular structure of rat liver sinusoidal endothelial cells, in particular by resolving the structure of their trans-cellular nanopores called fenestrations.</p>

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

Controlling propagation velocity in Al/Ni reactive multilayer systems by periodic 2D surface structuring

Open the record for dataset details and reuse information.

opencc-by-4.0Dec 2023View details →
zenodo32/100

Imaging the northeast lobe of the Sudbury Structure through 2D and 2.5D visco-acoustic full-waveform inversion

<p>Seismic reflection profile LN182 - Northeast lobe of the Sudbury Structure.&nbsp;The LN182 transect comprises over 1,300 receivers (single wireless vertical-component 5-Hz geophones) and over 1,500 vibroseis sources.&nbsp;A linear upsweep of 5-120 Hz was generated by four vibroseis trucks forming the vibroseis source system.&nbsp;</p>

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

Reconstructing the 2D Material Structure from Diffraction Pattern with Physical-Sensitive Deep Learning

<p>Dataset, saved Models' parameters, and test set</p>

opencc-by-4.0Oct 2024View details →
zenodo32/100

Fig. 3. Described key 2D in Monoterpene indole alkaloids from Vinca minor L. (Apocynaceae): Identification of new structural scaffold for treatment of Alzheimer's disease

Fig. 3. Described key 2D NMR correlations of revision of previously assigned positions in molecule 17 (COSY interaction – red bond, HMBC interaction – blue arrow). (For interpretation of the references to color in this figure legend, the reader is referred to the Web version of this article.)

opennotspecifiedFeb 2022View details →
dryad28/100

Data from: Catalytic self-folding of 2D structures through cascading magnet reactions

While thousands of proteins involved in development of the human body are capable of self-assembling in a distributed manner from merely 20 types of amino acid, macroscopic products that can be assembled spontaneously from `alive' components remains an aspiration in engineering. To attain such a mechanism, a major challenge lies in understanding which attributes from the bio-molecular realm must be leveraged at the macro-scale. Inspired by protein folding, we present a centimetre-size 1D tile chain whose self-folding processes are directed by structure-embedded magnetic interactions, which can theoretically self-assemble into convex 2D structures of any size or shape without the aid of a global `controller'. Each tile holds two magnets contained in paths designed to control their interactions. Once initiated by a magnetic unit (termed Catalyst), the chain self-reconfigures by consuming magnetic potential energy stored between magnet pairs, until the final 2D structure is reached at an energetic minimum. Both simulation and experimental results are presented to illustrate the method's efficacy on chains of arbitrary length. Results demonstrate the promise of a physically implemented, bottom-up, and scalable self-assembly method for novel 2D structure manufacturing, bridging the bio-molecular and mechanical realms.

opencc-zeroJul 2019View details →
zenodo28/100

Fig. 2. Key 2D in Isolation and structural elucidation of bioactive obovatol dimeric neolignans from the bark of Magnolia officinalis var. biloba

Fig. 2. Key 2D correlations of compounds 1 and 4.

opennotspecifiedFeb 2022View details →
zenodo28/100

Fig. 4. Selected 2D in Structurally diverse polyprenylated acylphloroglucinols from Hypericum uralum Buch.-Ham. ex D. Don

Fig. 4. Selected 2D NMR correlations of 2.

opennotspecifiedJul 2021View details →
zenodo28/100

Fig. 2. Selected 2D in Structurally diverse polyprenylated acylphloroglucinols from Hypericum uralum Buch.-Ham. ex D. Don

Fig. 2. Selected 2D NMR correlations of 1.

opennotspecifiedJul 2021View details →
zenodo28/100

Fig. 4. Key 2D in Bioactive sulfur-containing compounds from Xanthium sibiricum, including a revision of the structure of xanthiazinone

Fig. 4. Key 2D NMR correlations of 1a, 2a and 4.

opennotspecifiedMay 2020View details →
dryad28/100

Data from: Catalytic self-folding of 2D structures through cascading magnet reactions

Open the record for dataset details and reuse information.

publicJul 2019View details →
zenodo24/100

Heart structure as visualized with high-resolution normal multiscan mode CECT in 3D (left) and on 2D orthoslice (right)

<p>Ao = aorta, RV = right ventricle, LV = left ventricle, RA = right atrium, LA = left atrium, RAA = right atrial appendage, LAA = left atrial appendage, PV = pulmonary valve, TV = tricuspid valve, AV = aortic valve, MV = mitral valve, PM = papillary muscle.</p>

opencc-by-4.0Dec 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