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.
245
datasets available to search
ShareScore release 0.9.0
Dataset results
245 results for “Slice”
Slice-by-Slice X-ray Tomography dataset of Dog Toy
<p>This submission contains a dataset used in the paper</p> <p>"Ajinkya Kadu, Felix Lucka, and K. Joost Batenburg. "Single-shot Tomography of Discrete Dynamic Objects." <em>arXiv preprint <a href="https://arxiv.org/abs/2311.05269">arXiv:2311.05269</a></em> (2023)."</p> <p>The data collection has been acquired using a highly flexible, programmable and custom-built X-ray CT scanner, the FleX-ray scanner, developed by <a href="https://info.tescan.com/micro-ct">TESCAN-XRE NV,</a> located in the FleX-ray Lab at the <a href="https://www.cwi.nl/en/">Centrum Wiskunde & Informatica (CWI)</a> in Amsterdam, Netherlands. It consists of a cone-beam microfocus X-ray point source (limited to 90 kV and 90 W) that projects polychromatic X-rays onto a 14-bit CMOS (complementary metal-oxide semiconductor) flat panel detector with CsI(Tl) scintillator (Dexella 1512NDT). To create a 2D dataset, a fan-beam geometry was mimicked by only reading out the central row of the detector, which results in 956 detector pixel with an effective length of 149.6 <strong>μ</strong>m each. Between source and detector there is a rotation stage, upon which the sample was mounted. The sample that we imaged was a dog toy in a shape of a bone made of a rubber. The X-ray tube voltage was 90kV and a copper filter was used to block the low-energy part of the spectrum to limit beam-hardening artifacts. The source-to-detector distance was 487.9 mm, while the source-to-origin of the sample was 374.5 mm in a fan-beam geometry. We acquired 673 z-slices with 0.25 mm distance between slices. Further information about the technical details of X-ray CT can be found in the <a href="https://arxiv.org/abs/2311.05269">above paper</a> and in </p> <p>Maximilian B. Kiss, Sophia B. Coban, K. Joost Batenburg, Tristan van Leeuwen, and Felix Lucka “2DeteCT - A large 2D expandable, trainable, experimental Computed Tomography dataset for machine learning", <a href="https://doi.org/10.1038/s41597-023-02484-6"><em>Sci Data</em> <strong>10</strong>, 576 (2023)</a> or <a href="https://arxiv.org/abs/2306.05907">arXiv:2306.05907 (2023)</a></p> <p>The upload consists of two files, namely:</p> <ol> <li>GrayBone90kV4Filter.zip: contains the raw measurement data.</li> <li>GrayBone90kV4FilterPreprocessed.mat: contains preprocessed data to be used in the MATLAB script provided to do pseudo-dynamic tomography. It also contains reference reconstruction obtained via Filtered Back Projection (FBP) algorithm. </li> </ol> <p>In the Github repository <a href="https://github.com/ajinkyakadu/DynamicXRayCT">https://github.com/ajinkyakadu/DynamicXRayCT</a>, we provide the scripts to read and process the raw data. The Github repository also contains all the scripts to reconstruct the dynamic solution using advanced algorithms. Furthermore, the raw data formats are described in great details in <a href="https://www.nature.com/articles/s41597-023-02484-6">Kiss et al 2023</a> paper referenced above. </p>
Static Stack-Preserving Intra-Procedural Slicing of WebAssembly Binaries
<p># About this artifact<br> This artifact contains the implementation and the results of the evaluation of a<br> static slicer for WebAssembly described in the ICSE 2022 paper titled "Static<br> Stack-Preserving Intra-Procedural Slicing of WebAssembly Binaries".</p> <p>The artifact contains a docker image (`wassail-eval.tar.xz`) that contains<br> everything necessary to reproduce our evaluation, and the actual data resulting<br> from our evaluation:<br> 1. The implementation of our slicer (presented in Section 4.1) is included in<br> the docker machine, and is available publicly here:<br> https://github.com/acieroid/wassail/tree/icse2022<br> 2. Test cases used for our evaluation of RQ1 are included in the docker machine<br> and in the `rq1.tar.xz` archive.<br> 3. The dataset used in RQ2, RQ3, and RQ4 is included in the docker machine.<br> 4. The code needed to run our evaluation of RQ2, RQ3, and RQ4 is included in the<br> docker machine.<br> 5. The scripts used to generate the statistics and graphs that are included in<br> the paper for RQ2, RQ3, and RQ4 are included in the docker machine and as the<br> `*.py` files in this artifact.<br> 6. The data of RQ5 that has been used in our manual investigation is included in<br> the docker machine and in the `rq5.tar.xz` archive, along with<br> `rq5-manual.txt` detailing our manual analysis findings.</p> <p># How to obtain it<br> Our artifact is available on Zenodo at the following URL: https://zenodo.org/record/5821007</p> <p># Setting up the Docker image<br> ## Downloading The Artifact<br> The artifact is available at the following URL: https://zenodo.org/record/5821007</p> <p>## Loading The Docker Image<br> Once the artifact is downloaded in the file `icse2022slicing.tar.xz`, it can be extracted and loaded into Docker as follows (this takes a few minutes):<br> ```<br> docker import icse2022slicing.tar.xz<br> ```<br> To simplify further commands, you can tag the image using the printed sha256 hash of the image: if the `docker import` command resulted in the hash `54aa9416a379a6c71b1c325985add8bf931752d754c8fb17872c05f4e4b52ea2`, you can run:<br> ```<br> docker tag 54aa9416a379a6c71b1c325985add8bf931752d754c8fb17872c05f4e4b52ea2 wassail-eval<br> ```</p> <p>Once the Docker image has been loaded, you can run the following commands to<br> obtain a shell in the appropriate environment:<br> ```<br> docker volume create result<br> docker run -it -v result:/tmp/out/ wassail-eval bash<br> su - opam<br> ```</p> <p># Reproducing results of RQ1<br> Our manual translations of the "classical" examples are included in the `rq1/`<br> directory (available in the docker image and in `rq1.tar.xz`). We<br> include the slices computed by our implementation in the `rq1/out/` directory.</p> <p>A slice can be produced for each example in the docker image as follows, where<br> the first argument is the name of the program being sliced, the second the<br> function index being sliced, the third the slicing criterion (indicated as the<br> instruction index, where instructions start at 1), and the last argument is the<br> output file for the slice:</p> <p>```<br> cd rq1/<br> wassail slice scam-mug.wat 5 8 scam-mug-slice.wat<br> wassail slice montreal-boat.wat 5 19 montreal-boat-slice.wat<br> wassail slice word-count.wat 1 41 word-count-slice1.wat<br> wassail slice word-count.wat 1 43 word-count-slice2.wat<br> wassail slice word-count.wat 1 39 word-count-slice3.wat<br> wassail slice word-count.wat 1 45 word-count-slice4.wat<br> wassail slice word-count.wat 1 37 word-count-slice5.wat<br> wassail slice agrawal-fig-3.wat 3 38 agrawal-fig-3-slice.wat<br> wassail slice agrawal-fig-5.wat 3 37 agrawal-fig-5-slice.wat<br> ```</p> <p>The slice results can then be inspected manually, and compared with the original<br> version of the .wat program to see which instructions have been removed, or with<br> the expected solutions in the `out/` directory, e.g. by running:<br> ```<br> diff word-count-slice1.wat out/word-count-slice1.wat<br> ```<br> (No output is expected if the slice is correct)</p> <p># Reproducing results of RQ2, RQ3, and RQ4<br> For these RQ, we include the data resulting from our evaluation, but we also<br> allow reviewers to rerun the full evaluation if needed. However, such an<br> evaluation requires a heavy machine and takes quite some time (4-5 days to run<br> to completion with a 4 hours timeout). In our case, we used a machine with 256<br> GB of RAM and a 64-core processor with HyperThreading enabled, allowing us to<br> run 128 slicing jobs in parallel.</p> <p>## Runnig the Evaluation<br> We explain how to run the full evaluation, or only a partial evaluation below.<br> One can directly skip to the next section and reuse our raw evaluation results,<br> provided alongside this artifact.</p> <p>### Running the Full Evaluation<br> In order to reproduce our evaluation, you can run the following commands in the<br> docker image. It is recommended to run them in a tmux session if one wants to<br> inspect other elements in parallel (tmux is installed in the docker image). The<br> timeout (set to 4 hours per binary, like in the paper) can be decreased by<br> editing the `evaluate.sh` script (vim is installed in the docker image).</p> <p>This is expected to take 2-3 days of time, on a machine with 128 cores.<br> In order to produce only partial results, see the next section.</p> <p>```<br> cd filtered<br> cat ../supported.txt | parallel --bar -j 128 sh ../evaluate.sh {}<br> ```</p> <p>The results are outputted in the `/tmp/out/` directory.</p> <p>### Running a Partial Evaluation<br> If one does not have access to a high-end machine with 128 cores nor the time to<br> run the full evaluation, it is possible to produce partial results. To do so,<br> the following commands can be run. This will run the evaluation on the full<br> dataset in a random order, which can be stopped early to represent a partial<br> view of our evaluation, on a random subset of the data. In order to gather more<br> datapoints, it is also advised to decrease the timeout in the `evaluate.sh`<br> file, for example to 20 minutes by setting `TIMEOUT=20m` with `nano<br> evaluate.sh`. The number of slicing jobs running in parallel can also be<br> decreased to match the number of processors on the machine running the<br> experiments (the `-j 128` argument in the following command runs 128 parallel<br> jobs)</p> <p>```<br> sudo chown opam:opam /tmp/out/<br> cd filtered<br> shuf ../supported.txt | parallel --bar -j 128 sh ../evaluate.sh {}<br> ```</p> <p>The evaluation results will be stored in the `/tmp/out/` directory.</p> <p>### Skipping the Evaluation Run<br> Instead of rerunning the evaluation, one can rely on our full results included<br> in the `data.txt.xz` and `error.txt.xz` archives. These can simply be downloaded<br> from within the Docker machine and extracted in `/tmp/out/`:</p> <p>```<br> cd /tmp/out/<br> wget https://zenodo.org/record/5821007/files/data.txt.xz<br> wget https://zenodo.org/record/5821007/files/error.txt.xz<br> unxz data.txt.7z<br> unxz error.txt.7z<br> ```</p> <p>## Processing the data</p> <p>In order to process this data, we included multiple python script.<br> These require around 100GB of RAM to load the full dataset in memory.<br> The scripts should be run with Python 3.<br> When running this in the docker image, first run `cd /tmp/out/ && cp /home/opam/*.py ./`<br> - To count the number of functions sliced, run `cut -d, -f 1,2 data.txt | sort<br> -u | wc -l`. This takes around 6 minutes to run on the full dataset.<br> - To count the total number of slices encountered, run `wc -l data.txt<br> error.txt`. This takes around 15 seconds to run.<br> - To count the number of errors encountered, run `wc -l error.txt`. This takes<br> around 1 second to run.<br> - To produce data and graphs regarding the sizes and timing, run `python3<br> statistics-and-plots.py`. This will output the statistics presented in the<br> paper, along with Figure 2 (rq2-sizes.pdf) and Figure 3 (rq2-times.pdf). This<br> script takes around 35 minutes to run.<br> - To find the executable slices that are larger than the original programs, run<br> `python3 larger-slices.py > larger.txt`. This script takes around 2h30 to<br> run. It will list the slice using the notation `filename function-sliced<br> slicing-criterion` in the larger.txt file, from which the slice can be<br> recomputed by running `wassail slice function-sliced slicing-criterion<br> output.wat` in the docker image. It will also output statistics regarding<br> these slices, which you can easily inspect by running `tail larger.txt`.<br> - To investigate slices that could not be computed, run:<br> ```<br> sed -i error.txt -e 's/annotation,/annotation./'<br> python3 errors.py<br> ```<br> This will take a few seconds to run and will print a summary of the errors<br> encountered during the slicing process, and requires some manual sorting to map<br> to the categories we discuss in the paper. Here is a summary of the errors<br> encountered and their root cause:</p> <p>### Root Cause: Unsupported Usage of br_table<br> Error: (Failure"Invalid vstack when popping 2 values")<br> Error: (Failure"Spec_inference.drop: not enough elements in stack")<br> Error: (Failure"Spec_inference.take: not enough element in var list")<br> Error: (Failure"unsupported in spec_inference: incompatible stack lengths (probably due to mismatches in br_table branches)")<br> ### Root Cause: Unreachable Code<br> Error: (Failure"Unsupported in slicing: cannot find an instruction. It probably is part of unreachable code.")<br> Error: (Failure"bottom annotation")<br> Error: (Failure"bottom annotation. this an unreachable instruction")</p> <p># RQ5: Comparison to Slicing C Programs<br> For this RQ, we include the following data in the `rq5.7z` archive, and in the `rq5/` directory in the docker image:<br> - The slicing subjects in their C and textual wasm form in `rq5/subjects/`<br> - The CodeSurfer slices in their C and textual wasm form in `rq5/codesurfer/`<br> - Our slices in their wasm form in `rq5/wasm-slices/`</p> <p>As this RQ requires heavy manual comparison, we do not expect the reviewers to<br> reproduce all of our results. We include a summary of our manual investigation<br> in `rq5-manual.txt`. In order to validate these manual findings, one can for<br> example inspect a specific slice. For example, the following line in<br> `rq5-manual.txt`:</p> <p>```<br> adpcm_apl1_565_expr.c.wat INTERPROCEDURAL<br> ```</p> <p>can be validated as follows:<br> ```<br> cd ~/<br> # This generates a trimmed down version of the CodeSurfer slice, only containing the function of interest<br> wassail count-in-slice rq5/codesurfer/adpcm_slices/adpcm_apl1_565_expr.c.wat slice.wat<br> # This compares the CodeSurfer slice with our slice<br> diff --side-by-side slice.wat rq5/adpcm_apl1_565_expr.c.wat<br> ```</p> <p>In this case, most extraneous instructions are present in the CodeSurfer slices,<br> at the end of the function. This indicates that these are present in order to<br> preserve interprocedural behavior, which corresponds to the `INTERPROCEDURAL`<br> tag in the `rq5-manual.txt`</p> <p> </p>
Cortical slice labelled with anti GFP and VAMP2 antibodies - sample image for software testing of "Contacting synapse" protocol
<p><strong>Image 1.tif is a Brain slice</strong>. This 16 bits confocal stack of pictures ((801x711 pixels x33 z slices - pixel size 78.17 nm) of a brain slice has been taken at 93x (LeicaHC PL APO CS2 93x/1.30 GLYC) in sequential mode with two channels : one dedicated to the GFP detection, and the other one to synpatic boutons labelled with VAMP2 protein. VAMP2 protein are expressed at glutamatergic presynaptic sites and is usually found apposed to Post Synaptic Density. This is a good sample to test "contacting synapse" software. Here GFP cells were electroporated with various plasmid. The aim of the software is to identify if expression of those plasmid within the GFP labelled cell, influence the density of synapse contacting this GFP cells. Here presynaptic contact are identified through the use of antibodies to VAMP2 proteins.</p>
MicroCT scans of a hybrid poplar leaf dehydrating, with annotated slices for model training
<p>Dataset of a leaf segment of a hybrid poplar (<em>P. maximowiczii x P. nigra</em> ‘Max3’) leaf scanned using microcomputed tomography (microCT) over time as it dehydrates.</p> <p> </p> <p><strong>Data acquisition methodology</strong></p> <p>Plants were brought to the TOMCAT tomographic beamline of the Swiss Light Source at the Paul Scherrer Institute (Villigen, Switzerland). Before microCT scanning, a young fully expanded leaf was detached from the plant and a short strip (0.4 x 1.5 cm) was cut between second-order veins. The base of the strip was wrapped in polyimide tape and inserted into a styrofoam block fixed on a sample holder. The strip was immediately scanned by imaging 1801 projections of 100 ms under a beam energy of 21 keV and a magnification of 40x, yielding a final voxel size of 0.1625 µm (field of view: ~416x416x312 µm). The leaf was left to dehydrate in the holder and additional scans were taken 10, 20, 25, and 30 minutes after the initial scan. Scanned projections were reconstructed to a transverse view using both absorption (gridrec; Marone <em>et al.</em> 2012) and phase contrast enhancement (Paganin <em>et al.</em> 2002) reconstruction.</p> <p> </p> <p><strong>Dataset description</strong></p> <p>On the reconstructed images a region of interest was identified using a paradermal view (i.e. top to bottom of the leaf) and used to manually align the scans of each time step. Thereafter, all images were cropped to that ROI, ensuring that the same region of the leaf was present in all image stacks.</p> <p>For all stacks, files start with:<br> <em>DEHYDRATION_small_Leaf4_time_N_</em><br> where N is the time point, with values from 1 to 5 equaling 0, 10, 20, 25, and 30 minutes.</p> <p>Following this prefix is either GRID (gridrec reconstruction), PAGANIN (phase contrast enhancement reconstruction), or LABELLED (hand labelled slices or ground truth). For GRID and PAGANIN, 8-bit grayscale stacks are provided. The AOI suffix indicates the region of interest.</p> <p>Stacks have been hand labelled over three orientations (for visual examples of the orientations see <a href="https://zenodo.org/api/files/6f06d15b-3ee9-412d-82ca-a20336c4bffa/Labeled_Sections_order_time1.png?versionId=26fc15aa-702e-4052-b162-702cc567634c">Labeled_Sections_order_time1.png</a> and <a href="https://zenodo.org/api/files/6f06d15b-3ee9-412d-82ca-a20336c4bffa/Labeled_Sections_order_time2.png">Labeled_Sections_order_time2.png</a>):</p> <ol> <li>CROSS (cross sectional, or transverse, view)</li> <li>LONGI (longitudinal view: similar to cross sectional view but starting normal to it, i.e. along the depth of the stack starting from the left of the cross-sectional view)</li> <li>PARADERMAL (top to bottom view: starting at the upper epidermis)</li> </ol> <p>A general idea of the slice range within one LABELLED stack is presented after the orientation, as:<br> <em>STARTtoENDbyRANGE</em><br> The exact position of the labelled slices for each time point can be found in the <a href="https://zenodo.org/api/files/6f06d15b-3ee9-412d-82ca-a20336c4bffa/Labeled_slices_positions.txt?versionId=93d7e22f-9f07-4f98-8c49-d93e9a2e1ce5">Labeled_slices_positions.txt </a>file. <strong>Note that one-based indexing is used (as in ImageJ), not zero-based indexing (as in e.g. Python).</strong></p> <p> </p> <p><strong>References</strong></p> <p>Marone F, Stampanoni M. 2012. Regridding reconstruction algorithm for realtime tomographic imaging. Journal of Synchrotron Radiation 19: 1029–1037.</p> <p>Paganin D, Mayo SC, Gureyev TE, Miller PR, Wilkins SW. 2002. Simultaneous phase and amplitude extraction from a single defocused image of a homogeneous object. Journal of Microscopy 206: 33–40.</p>
EDoS_Network_Slicing_K8S
<p>The dataset includes raw resource usage and service performance metrics collected from CNFs of vCDN slices deployed on a cloud-native platform (kubernetes). The The dataset serves to train ML models for mitigating EDoS attacks by detecting anomalous resource scaling operations caused by application-layer DDoS attacks. The raw resource usage and performance metrics data have been recorded from two vCDN slices over a period of 5 days. A time series for each resource usage and performance metric was recorded using a data sampling period of 300s. The training data were collected during the first 4 days of attack-free activity. The 5th day served to create the testing dataset which includes data for normal activity as well as anomalous activity caused by application-layer DDoS attacks (specifically Hulk and Slowloris attacks) executed on different periods of the day. A training dataset and a testing dataset, containing the raw multivariate time series data, are generated for each vCDN slice's CNF with a total of 5401 and 2701 samples, respectively. For each slice, we provide the anomaly labels, which correspond to the attack periods.</p>
Data for: Epicardial slices: an innovative 3D organotypic model to study epicardial cell physiology and activation.
<p>Raw data set for Npj Regenerative Medicine article: Epicardial slices: an innovative 3D organotypic model to study epicardial cell physiology and activation.</p>
Multiple Particle Tracking Data from Neonatal Organotypic Rat Brain Slices
<p>The data includes statistical features generated from raw multiple particle tracking data from videos collected during three independent experiments: (1) 5 different brain regions, (2) 3 different treatment conditions in the brain, and (3) 5 different brain ages. </p> <p> </p> <table> <thead> <tr> <th scope="col">Feature</th> <th scope="col">Model Abbreviation</th> <th scope="col">Description</th> </tr> </thead> <tbody> <tr> <td>alpha</td> <td>alpha</td> <td>Exponent of the anomalous diffusion equation.</td> </tr> <tr> <td>Effective diffusion coefficient</td> <td>D_fit</td> <td>Coefficient of the anomalous diffusion equation</td> </tr> <tr> <td>Kurtosis</td> <td>kurtosis</td> <td>The fourth moment of the projected positions on the dominant eigenvector of the radius gyration tensor (T).</td> </tr> <tr> <td>Asymmetry1</td> <td>asymmetry1</td> <td>Characterizes the asymmetry of the trajectory. Asymmetry1 equals 0 for circularly symmetric trajectories and 1 for linear trajectories.</td> </tr> <tr> <td>Asymmetry2</td> <td>asymmetry2</td> <td>The ratio of the smaller to larger principal radius of gyration.</td> </tr> <tr> <td>Asymmetry3</td> <td>asymmetry3</td> <td>An asymmetry feature that accounts for non-cylindrically symmetric point distributions.</td> </tr> <tr> <td>Aspect ratio</td> <td>AR</td> <td>The ratio of the kong and short side of the trajectory's minimum bounding rectangle. Perfectly symmetric trajectories have an aspect ratio of 1, and aspect ratio increases as trajectories become more elongated. </td> </tr> <tr> <td>Elongation</td> <td>elongation</td> <td>An estimation of amount of extension of the trajectory from its centroid. </td> </tr> <tr> <td>Boundedness</td> <td>boundedness</td> <td>Boundedness quantifies how much a particle with diffusion coefficient <em>D<sub>eff</sub></em> is restricted by a circular confinement of radius <em>r</em> when diffusing for a period of time <span class="math-tex">\(N\Delta t \)</span></td> </tr> <tr> <td>Fractal Dimension</td> <td>fractal_dim</td> <td>Fractal dimension is a measure of how "complicated" a self similar figure is. </td> </tr> <tr> <td>Trappedness</td> <td>trappedness</td> <td>The probability (<span class="math-tex">\(\textit{P}_{\textit{t}} \)</span>) that a particle with duffusion coefficient <em>D<sub>eff</sub></em> is trapped in a region (<em>r<sub>0</sub></em>) for a period of time <span class="math-tex">\(N\Delta t \)</span>. </td> </tr> <tr> <td>Efficiency</td> <td>efficiency</td> <td>The ratio of the squared net displacement to the sum of step lengths. </td> </tr> <tr> <td>Straightness</td> <td>straightness</td> <td>The ratio of the net displacement to the sum of step lengths. </td> </tr> <tr> <td>MSD Ratio</td> <td>MSD_ratio</td> <td>MSD ratio characterizes the shape of the MSD curve. For Brownian motion, it is 0; For restricted motion it is < 0; For directed motion it is > 0. </td> </tr> <tr> <td>Frames</td> <td>frames</td> <td>The total number of frames the trajectory spans. </td> </tr> <tr> <td>Effective Diffusion Coefficient 1</td> <td>Deff1</td> <td>Effective diffusion coefficient at 0.33 s.</td> </tr> <tr> <td>Effective Diffusion Coefficient 2</td> <td>Deff2</td> <td>Effective diffusion coefficient at 3.3s. </td> </tr> </tbody> </table> <p>Mean values were calculated based on surrounding datapoints for alpha, D_fit, kurtosis, asymmetry1, asymmetry2, asymmetry3, AR, elongation, boundedness, fractal_dim, trappedness, efficiency, straightness, MSD_ratio, Deff2, and Deff2. </p> <p> </p>
MicroCT slices of reproductions of Minoan ceramic cups
<p>MicroCT data have been acquired at the Multidisciplinary Laboratory of the Abdus Salam International Centre for Theoretical Physics. The microCT scans were carried out by using a sealed X-ray source (Hamamatsu L8121–03) with a focal spot size of 5 μm and a flat panel detector (Hamamatsu C7942SK-25; pixel size of 50μm) according to the following parameters: 110kV, 90μA, exposure time/projection of 2 s, 1440 projections of the samples over 360°. The X-ray beam was filtered by a 0.01 mm-thick copper absorber. The final slices were reconstructed using the commercial software DigiXCT (Digisens) in 32-bit format at an isotropic voxel size of 40 μm. The uploaded slices have been converted in 8-bit format.</p>
Dataset of CT scans, slice photographs, and visual browning scores of 120 'Kanzi' apples
<p><strong>Summary</strong></p><p>This dataset is a collection of CT scans, slice photographs, and visual browning scores of 120 'Kanzi' apples.</p><p><br><strong>Description</strong></p><p><i>Sample information</i></p><p>In 2022, 120 'Kanzi' apples that had been stored under CA conditions (4 °C, 1 kPa O2, 1.5 kPa CO2) for 8 months were obtained from FruitMasters, The Netherlands. The fruit was grown in orchards surrounding Geldermalsen, the Netherlands, and harvested at physiological maturity in 2021.</p><p><i>CT acquisition</i></p><p>The dataset is acquired in the FleX-ray Laboratory, developed by TESCAN-XRE, located at CWI in Amsterdam. The CT scanner consists of a cone-beam microfocus polychromatic X-ray point source, and a 1944x1536 pixel, 14-bit, flat detector panel (Dexela1512NDT). Full details can be found in [Coban 2020]. A cone beam geometry with a circular trajectory was used to acquire 1440 projection images at an exposure time of 100ms, a tube peak voltage of 90kV, a current of 550uA, and 2 times binning, halving the detector resolution. Volumes were reconstructed with the FDK algorithm and a voxel size of 129.3um. Beam hardening correction was used from the FleXbox package [Kostenko 2020]. To make sure that the grey values could be compared between scans the spectral sensitivity of the scanner was first estimated for each scan individually and the average of these estimates was used for beam hardening correction on all CT scans. All apples were scanned with the stem side on top. Moreover, a line was drawn on all apples from the stem to the calyx. The apples were put in the CT scanner so that the line was facing the X-ray source.</p><p>The CT volumes are saved as .tiff stacks. All volumes have been cropped to remove the background.</p><p><i>Slicing and photograph acquisition</i></p><p>One day after CT scanning, the apples were sliced using a modified meat-slicing machine (CaterChef, house brand of EMGA, Mijdrecht, The Netherlands), which is illustrated in the file slicing_machine_labels.png. The sliding surface of the meat-slicing machine was replaced by a transparent acrylic sheet, and a camera was placed behind the slicing surface. While in the machine, each apple was kept in place by a suction cup so that it could not rotate during the slicing. All apples were sliced from the stem end to the calyx end, with a slice thickness of roughly 4mm. Every time before slicing, a picture was taken of the remaining part of the apple through the transparent sliding surface. To ensure that all apples were roughly aligned to the CT scans, the apples were oriented so that the line drawn earlier was on top.</p><p>The slice photographs are saved as .png files. All photographs have been cropped to remove the background and to center the apple in the image.</p><p><i>Visual browning scores</i></p><p>After each apple was sliced it was also visually inspected, and a score from one to ten was given to describe the amount of browning in the apple.</p><p><strong>Related paper</strong></p><p>When using this dataset please consider citing the following paper. It explains how the dataset was collected and used for the first time:</p><p>Dirk Elias Schut, Rachael Maree Wood, Anna Katharina Trull, Rob Schouten, Robert van Liere, Tristan van Leeuwen, Kees Joost Batenburg, "Detecting internal disorders in fruit by CT. Part 1: Joint 2D to 3D image registration workflow for comparing multiple slice photographs and CT scans of apple fruit", 2023, <a href="https://arxiv.org/abs/2310.01987">arXiv preprint arXiv:2310.01987</a></p><p><br><strong>Research group</strong><br>This dataset was produced in a collaboration between the Computational Imaging group at Centrum Wiskunde & Informatica (CWI), and GREEFA.</p><p><a href="https://www.cwi.nl/research/groups/computational-imaging">https://www.cwi.nl/research/groups/computational-imaging</a><br><a href="https://www.greefa.com/nl/">https://www.greefa.com/nl/</a></p><p><strong>Contact details</strong><br>dirk [dot] schut [at] cwi [dot] nl</p><p><strong>Acknowledgments</strong><br>This work was funded by the Dutch Research Council (NWO) through the UTOPIA project (ENWSS.2018.003). The authors also acknowledge TESCAN-XRE NV for their collaboration and support of the FleX-ray laboratory.</p>
Raw data for "Multi-slice ptychography enables high-resolution in situ measurements in extended chemical reactors"
<p>Raw data used in "Multi-slice ptychography enables high-resolution in situ measurements in extended chemical reactors" by M. Kahnt, L. Grote, D. Brückner, M. Seyrich, F. Wittwer, D. Koziej and C.G. Schroer.</p>
Example data set for 2D adaptive slice-specific z-shimming
<p>Input data and corresponding results for the scripts provided on github (https://github.com/neuroimaging-mug/R2s-mapping) for adpative slice-specific z-shimming in presence of macroscopic field variations.</p> <p>Please unzip all file in the repository path of ‘R2s-mapping’.</p>
A Slice of the Research Cake: The Impact of Open Science in Africa
<p><strong>Episode Summary: </strong></p> <p>In this episode we talk to Joy Owango, Founding Director at Training Centre in Communication. We discussed how Open Science is democratising research and access to data and publishing in Africa, the importance of ownership in research, and the challenges inherent in widespread change. </p> <p>Originally we interviewed another two guests who are involved in the Open Science movement on the African continent: Osman Aldirdiri, founding director of Open Sudan initiative and Jo Havemann, co-founder of the AfricArXiv. Due to technical difficulties we can only publish the audio from Joy Owango. However, we do have a <a href="https://drive.google.com/file/d/1sOhAaiWjAUwQlDMuaqd5YCC3SOhXDFSP/view?usp=sharing">transcript of the full interview</a> with all three guests.</p> <p><strong>Episode Links:</strong></p> <ul> <li><a href="https://info.africarxiv.org/">AfricArXiv</a> <p><a href="https://twitter.com/AfricArxiv">Twitter</a></p> </li> <li>Joy Owango <ul> <li><a href="https://www.tcc-africa.org/">Training Centre in Communication</a></li> <li><a href="https://twitter.com/JoyOwango">Twitter</a></li> </ul> </li> <li>Osman Aldirdiri <ul> <li><a href="https://blog.okfn.org/2017/03/30/open-data-day-sudan-2017-openness-for-advancing-research-and-discovery/">Open Sudan's Open Data Day</a></li> <li><a href="https://twitter.com/aldirdiri">Twitter</a></li> </ul> </li> <li>Jo Havemann <ul> <li><a href="https://access2perspectives.com/team/jo-havemann/">Access2Perspectives </a></li> </ul> </li> </ul>
Generation of a network slicing dataset: the foundations for AI-based B5G resource management
<p><span>This paper introduces a comprehensive network slicing dataset designed to empower artificial intelligence (AI), and other data-based resource management and network performance prediction applications, in 5G and beyond (B5G) networks. The dataset, generated through a packet-level simulator, captures the complexities of network slicing considering the three main network slice types defined by 3GPP: Enhanced Mobile Broadband (eMBB), Ultra-Reliable Low Latency Communications (URLLC), and Massive Internet of Things (mIoT). It includes a wide range of network scenarios with varying topologies, slice instances, and traffic flows. The included scenarios consist of transport networks, excluding the RAN infrastructure.</span></p> <p><span>Each sample consists of pairs of (network scenario, performance metrics). The network configuration includes network topology, traffic characteristics, routing configurations, while the performance metrics are the delay, jitter, and loss for each flow. The dataset is generated with a custom network slicing admission control module, enabling the simulation of realistic scenarios without violating SLAs.</span></p> <p><span>This network slicing dataset is a valuable asset for the research community, unlocking opportunities for innovations in 5G and B5G networks.</span></p>
Experimental data for: "Multi-slice electron ptychographic tomography for three-dimensional phase-contrast microscopy beyond the depth of field limits"
<p>This is the raw experimental data for the paper: "Multi-slice electron ptychographic tomography for three-dimensional phase-contrast microscopy beyond the depth of field limits"</p> <p>Now also including code to recreate figures, and data from alignment and multi-slice ptychography reconstructions.</p> <p>The data is in zarr format and can be read with the zarr python library. It also contains metadata in a dictionary. </p>
Supporting data for manuscript describing Slice and Dice method to measure NMR relaxation with nested experiments
<p>This is a supporting dataset for the manuscript "Slice and Dice: Nested Spin-lattice Relaxation Measurements" by W. Trent Franks, Jacqueline Tognetti and Józef R. Lewandowski.</p> <ul> <li><strong>NMR_data.zip : </strong>Raw NMR data in the Bruker format for the experiments presented in the manuscript. The file expands to a directory called "Raw NMR Data" that contains: <ul> <li>ReadMe_NMR_data.txt - describing the datasets included in the file.</li> <li>Record 1: <sup>13</sup>C<sup><span class="math-tex">\(^\alpha\)</span></sup> individual experiment. Pulse program name: hRCH_CT1</li> <li>Record 2: <sup>13</sup>C' individual experiment. Pulse program name: hCOcaH_SP_T1</li> <li>Record 3: <sup>15</sup>N individual experiment. Pulse program name: hRNH_NT1b</li> <li>Record 10: <sup>13</sup>C<span class="math-tex">\(^\alpha\)</span> + <sup>13</sup>C' + <sup>15</sup>N Slice & Dice experiment. Pulse program name: hR[COca,Ca,N]Ha_T10818 corresponding to the final sequence: hR[N,COca,Ca]HR_T1</li> </ul> </li> <li><strong>Pulse_program.zip</strong>: The pulse program and include file for the Slice and Dice experiment described in the manuscript. The pulse program in Bruker format (war.hR[COca,Ca,N]H_T1 - this is a text file that can be opened with any text editor) was tested on a Bruker Avance III HD console. Both the pulse program file, war.hR[COca,Ca,N]H_T1, and include file, HCN_defs.incl, need to be placed in the pulse program directory (/opt/topspinXX/exp/stan/nmr/lists/pp/user where XX is replaced with the version of Topspin). The file expands to a directory "Pulse_program_incl" that contains: <ul> <li>war.hR[COca,Ca,N]H_T1 - pulse program</li> <li>HCN_defs.incl - include file</li> <li>ReadMe_SliceDice_pp.txt - details on how to set up the experiment.</li> </ul> </li> <li><strong>HowToProcessSliceAndDice.pdf</strong> : Instructions on how to process Slice and Dice experiment in Topspin.</li> <li><strong>MultiR1list.zip: </strong>A program written in Python 3 required to calculate delay lists for the nested experiment to be included in the pulse program. The file expands to a directory MultiT1list directory that contains: <ul> <li>MultiT1list.py - the program</li> <li>ReadMe_MultiT1list.txt - instructions on how to use the program</li> </ul> </li> <li><strong>SNDProcguide.py.zip</strong>: A program written in Python 2 (SNDProcguideV2.py), which generates macro for processing and sorting 2D planes in Topspin. The script also provides some tips on setting parameters for different 2Ds and sorted lists of relaxation delays. Example output of the script is also included. The parameters in the script are set for the supplied example data.</li> <li><strong>HowToProcess.mp4</strong> - a video working through an example of processing Slice and Dice data.</li> </ul> <p> </p> <p> </p>
Text-fig. 2. CT slices on Block 2. Details of other skeletal parts (a). The familiar shape of an ammonite (a, c). Holes, cracks and empty cavities in both the limestone matrix and within the vertebrate fossil (b, c). Heterogeneity of the 'tuffeau' limestone, the more porous areas of the matrix clearly distinguishable from the more compact ones (c). Ferric nodules (c). in Hidden Treasures Uncovered: Successful Detection Of Fossils Below The Surface In Large Limestone Blocks Using A Standard Medical X-Ray Ct Scanner
Text-fig. 2. CT slices on Block 2. Details of other skeletal parts (a). The familiar shape of an ammonite (a, c). Holes, cracks and empty cavities in both the limestone matrix and within the vertebrate fossil (b, c). Heterogeneity of the 'tuffeau' limestone, the more porous areas of the matrix clearly distinguishable from the more compact ones (c). Ferric nodules (c).
Text-fig. 1. CT slices on Block 1. Details of the internal bone structure (a, b), teeth (b, c). Invertebrate imprints (a, c). Holes, cracks and empty cavities in both the limestone matrix and within the vertebrate fossil (b). in Hidden Treasures Uncovered: Successful Detection Of Fossils Below The Surface In Large Limestone Blocks Using A Standard Medical X-Ray Ct Scanner
Text-fig. 1. CT slices on Block 1. Details of the internal bone structure (a, b), teeth (b, c). Invertebrate imprints (a, c). Holes, cracks and empty cavities in both the limestone matrix and within the vertebrate fossil (b).
Text-fig. 3. CT slices on Block 3. Invertebrate moulds (a, c) and remains of their hard skeletons (a, b). Large areas of limestone matrix hold either only a few scattered invertebrates or no fossil at all (b, c). Ring artefacts seen close to the isocentre of the scan (b, c) are a well-known phenomenon caused by the X-ray beams traversing the block at an insufficient radiation dose (as expected in such a large block of dense material), and are not part of any physical structure present therein (Triche et al. 2019). in Hidden Treasures Uncovered: Successful Detection Of Fossils Below The Surface In Large Limestone Blocks Using A Standard Medical X-Ray Ct Scanner
Text-fig. 3. CT slices on Block 3. Invertebrate moulds (a, c) and remains of their hard skeletons (a, b). Large areas of limestone matrix hold either only a few scattered invertebrates or no fossil at all (b, c). Ring artefacts seen close to the isocentre of the scan (b, c) are a well-known phenomenon caused by the X-ray beams traversing the block at an insufficient radiation dose (as expected in such a large block of dense material), and are not part of any physical structure present therein (Triche et al. 2019).
Confocal dataset of Purkinjie cells from clarified cerebellum slices from L7GFP mouse
<div> <div> <h3><span><span>TITLE: Confocal dataset of Purkinjie cells from larified cerebellum slices from L7GFP mouse </span></span><span> </span></h3> </div> <div> <p><span><span> </span></span><strong><span><span>SUMMARY:</span></span> </strong><span> </span></p> </div> <div> <p><span><span>We have processed cerebellar material from transgenic mice expressing the green fluorescent protein (GFP). Specifically, in L7GFP mice, the expression of GFP in Purkinje is specifically driven by the Pcp-2 promoter (Zhang, X., Baader, S. L., Biang, F., Müller, W., and Oberdick, J. (2001). High level Purkinje cell specific expression of green fluorescent protein in transgenic mice. </span></span><span><span>Histochem</span><span>. Cell Biol</span></span><span><span>. 115, 455–464)</span><span>. </span><span>The sample were firstly clarified using the optimization of the CLARITY protocol developed by our group, and then </span><span>acquired</span><span> using a confocal microscope</span><span>. </span></span><span> </span></p> </div> <div> <p><strong><span><span> </span></span><span><span>EXPERIMENTAL METHODS AND MATERIALS:</span></span></strong> <span> </span></p> </div> <div> <p><span><span>Data contained in this folder belong to an adult male L7GFP mouse, processed as in Magliaro et al., 2016 </span></span><span><span>(</span></span><a href="https://www.frontiersin.org/journals/neuroscience/articles/10.3389/fnins.2016.00179/full#h3" target="_blank" rel="noreferrer noopener"><span><span>https://www.frontiersin.org/journals/neuroscience/articles/10.3389/fnins.2016.00179/full#h3</span></span></a><span><span>).</span></span><span> </span></p> </div> <div> <p><span> </span><span><span>Briefly, the L7GFP mouse was anesthetized with a lethal dose of 7% chloral hydrate and then perfused with 20 mL of Phosphate Buffered Saline and then 20 mL of a solution, containing 4% acrylamide, 0.05% bis-acrylamide and 0.25% VA-044 thermally triggered initiator at 4°C, as described in Chung et al. (2013) </span></span><span><span>(Chung, K., Wallace, J., Kim, S.-Y., Kalyanasundaram, S., </span><span>Andalman</span><span>, A. S., Davidson, T. J., et al. (2013). Structural and molecular interrogation of intact biological systems. </span></span><span><span>Nature</span></span><span><span> 497, 332–337. </span><span>doi</span><span>: 10.1038/nature12107)</span></span><span><span>. The brain was extracted and submerged in 20 mL hydrogel solution for 3 days at 4°C in a 50 mL Falcon tube to allow gel diffusion into the tissue. Then a vacuum was applied to the tube for 10 min to enable hydrogel formation. Hydrogel polymerization was thermally </span><span>initiated</span><span> by incubating the infused tissue overnight at 37°C. At this point, the mouse cerebellum was isolated and then cut into 1 mm-thick coronal slices using a Leica VT1200S vibratome. The cut settings were reported in Mattei et al., 2015 (</span></span><span><span>Mattei, G., Cristiani, I., Magliaro, C., and Ahluwalia, A. (2015). Profile analysis of hepatic porcine and murine brain tissue slices obtained with a vibratome. </span></span><span><span>PeerJ</span></span><span> <span>3:e</span><span>932. </span><span>doi</span><span>: 10.7717/peerj.932</span></span><span><span>). Each slice was finally placed in a 50 mL Falcon tube at 37°C with 20 mL of CLARITY clearing solution (200 mM Boric Acid and 4% Sodium Dodecyl Sulphate, pH adjusted to 8.5 by adding 1 M NaOH dropwise) for 5 days, as this is demonstrated to be the optimal clearing time in Magliaro et al., 2016</span></span><span><span> (</span></span><a href="https://www.frontiersin.org/journals/neuroscience/articles/10.3389/fnins.2016.00179/full#h3" target="_blank" rel="noreferrer noopener"><span><span>https://www.frontiersin.org/journals/neuroscience/articles/10.3389/fnins.2016.00179/full#h3</span></span></a><span><span>).</span></span><span> </span></p> </div> <div> </div> <div> <p><strong><span><span>Confocal microscopy data</span></span></strong> <span> </span></p> </div> <div> <p><span><span>Image stacks of samples were mounted on a glass slide with </span><span>FocusClear</span><span>™ (</span><span>Celexplorer</span><span> Labs Co., Hsinchu, Taiwan) and then </span><span>acquired</span><span> with a confocal microscope (Nikon A1). </span></span><span><span> The confocal settings were the following: 4.84 W laser power, emission and excitation wavelengths of 488 nm and 502 </span><span>nm</span><span> respectively.</span></span><span> Refer to metadata.xlsx file for detailed info.</span></p> </div> <div> <p> </p> </div> <div> <p><strong><span><span>Ethical approval</span></span><span> </span></strong></p> </div> <div> <p><span><span>The mouse was obtained from the Department of Translational Research, New Technologies in </span><span>Medicine</span><span> and Surgery of the University of Pisa (Italy). Mice were used to perform the experiments, which were conducted in conformity with the European Communities Council Directive of 24 November 1986 (86/609/EEC and 2010/63/UE) and in agreement with the Italian DM26/14. Experiments were approved by the Italian Ministry of Health and Ethical Committee of the University of Pisa.</span></span><span><span> </span></span><span> </span></p> </div> <div> <p><span><span> </span></span><span> </span></p> </div> </div>
BRAIN Journal-Electrophysiological Neuroimaging using sLORETA Comparing 12 Anorexia Nervosa Patients to 12 Controls-Figure 2: All axial slices of sLORETA imaging results of Resting State EEG Supra-Threshold Voxels in both the Parahippocampal (limbic) and Fusiform (temporal) Gyri illustrating decreased neuronal activity in the Anorexia Nervosa patients.
<p>Results from the sLORETA imaging indicates decreased neuronal activation within the Left<br> Fusiform Gyrus located in the Temporal lobe and Parrahippocampal gyrus, which is located in the<br> Limbic Lobe (Table 1). This correlates with other fMRI findings where patients with early onset<br> AN have exhibited reduced unilateral blood flow in the temporal lobe. The Parahippocampal and<br> Fusiform Gyri are centers that process emotions. Previous studies in which these regions have<br> shown activation involve women that have distorted perceptions of their bodies from a cognitive<br> perspective (Santel et al., 2006). It is apparent from our findings that the Fusiform Gyrus may play<br> a vital role in the processing of visual appearance of the human body. There is also a correlation<br> with the somatosensory limbic pathway in the limbic lobe, due to the similarity of function.</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.