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.
9,300
datasets available to search
ShareScore release 0.7.1
Dataset results
9,300 results for “detection”
VirHunter: a deep learning-based method for detection of novel RNA viruses in plant sequencing data
<p>This storage contains 2 archives: toy datasets to test the training of the VirHunter and weights of the fully trained VirHunter models for 3 host species (peach, grapevine, sugar beet) and for fragment sizes 500 and 1000. .</p> <p>The toy dataset consists of 3 archived files: 'viruses.fasta', 'host.fasta', 'bacteria.fasta'.</p> <p>'viruses.fasta' contains 10000 randomly selected plant viruses from the virus dataset described in the paper.</p> <p>'host.fasta' consists of peach chromosome 2.</p> <p>'bacteria.fasta' consists of 10 bacterial genomes selected randomly: GCF_000284415, GCF_000590555, GCF_001548055, GCF_002795265, GCF_003330825, GCF_003957805, GCF_005845345, GCF_009176625, GCF_010748935, GCF_014681765</p> <p> </p>
Data and Material for 'Less is More: Supporting Developers in Vulnerability Detection during Code Review'
<p>Data and Material supporting the paper 'Less is More: Supporting Developers in Vulnerability Detection during Code Review'.</p>
Human papillomavirus (HPV) detection in vaginal self-samples: evaluation of eNat® as an alternative suspension medium to ThinPrep®PreservCyt® for vaginal swabs
<p>Dataset 1: HPV positivity on cervical and vaginal self-samples with different HPV real-time PCR assays</p> <p>Dataset 2: hrHPV viral load in cervical and vaginal self-samples</p> <p>Datakey 1: HPV positivity on cervical and vaginal self-samples with different HPV real-time PCR assays</p> <p>Datakey 2: hrHPV viral load in cervical and vaginal self-samples</p>
Dataset for Automated Image Analysis for Single-Atom Detection in Catalytic Materials by Transmission Electron Microscopy
<p>Raw and processed image data resulting from the paper "Automated Image Analysis for Single-Atom Detection in Catalytic Materials by Transmission Electron Microscopy", by S. Mitchell, F. Parés, D. Faust Akl, S. M. Collins, D. M. Kepaptsoglou, Q. M. Ramasse, D. Garcia-Gasulla, J. Pérez-Ramírez, and N. López (JACS, 2021). </p> <p>The corresponding code can be found under: <a href="https://github.com/HPAI-BSC/AtomDetection_ACSTEM">GitHub - HPAI-BSC/AtomDetection_ACSTEM</a></p>
Outputs of the Jupyter Notebook - Tree crown detection using DeepForest
<p>The dataset contains the outputs of the notebook "Tree crown detection using DeepForest" published in The Environmental Data Science Book.</p> <p><strong>Contributions</strong></p> <p><em>Notebook</em></p> <ul> <li> <p>Alejandro Coca-Castro (author), The Alan Turing Institute, <a href="https://github.com/acocac">@acocac</a></p> </li> <li> <p>Matt Allen (reviewer), Department of Geography - University of Cambridge, <a href="https://github.com/mja2106">@mja2106</a></p> </li> </ul> <p><em>Modelling codebase</em></p> <ul> <li> <p>Ben Weinstein (maintainer & developer), University of Florida, <a href="https://github.com/bw4sz">@bw4sz</a></p> </li> <li> <p>Henry Senyondo (support maintainer), University of Florida, <a href="https://github.com/henrykironde">@henrykironde</a></p> </li> <li> <p>Ethan White (PI and author), University of Florida, <a href="https://github.com/ethanwhite">@weecology</a></p> </li> <li> <p>Other contributors are listed in the <a href="https://github.com/weecology/DeepForest/graphs/contributors">GitHub repo</a></p> </li> </ul> <p><em>Modelling publications</em></p> <ul> <li> <p>Ben G Weinstein, Sergio Marconi, Mélaine Aubry-Kientz, Gregoire Vincent, Henry Senyondo, and Ethan P White. Deepforest: a python package for rgb deep learning tree crown delineation. <em>Methods in Ecology and Evolution</em>, 11:1743–1751, 2020. URL: <a href="https://besjournals.onlinelibrary.wiley.com/doi/abs/10.1111/2041-210X.13472">https://besjournals.onlinelibrary.wiley.com/doi/abs/10.1111/2041-210X.13472</a>, <a href="https://doi.org/https://doi.org/10.1111/2041-210X.13472">doi:https://doi.org/10.1111/2041-210X.13472</a>.</p> </li> <li> <p>Ben G Weinstein, Sergio Marconi, Stephanie Bohlman, Alina Zare, and Ethan White. Individual tree-crown detection in rgb imagery using semi-supervised deep learning neural networks. <em>Remote Sensing</em>, 2019. URL: <a href="https://www.mdpi.com/2072-4292/11/11/1309">https://www.mdpi.com/2072-4292/11/11/1309</a>, <a href="https://doi.org/10.3390/rs11111309">doi:10.3390/rs11111309</a>.</p> </li> <li> <p>Ben G Weinstein, Sergio Marconi, Stephanie A Bohlman, Alina Zare, and Ethan P White. Cross-site learning in deep learning rgb tree crown detection. <em>Ecological Informatics</em>, 56:101061, 2020. URL: <a href="https://www.sciencedirect.com/science/article/pii/S157495412030011X">https://www.sciencedirect.com/science/article/pii/S157495412030011X</a>, <a href="https://doi.org/https://doi.org/10.1016/j.ecoinf.2020.101061">doi:https://doi.org/10.1016/j.ecoinf.2020.101061</a>.</p> </li> </ul>
A Dataset for detecting Change Coupling and Structural Dependencies.
<p><strong>Introduction</strong></p> <p>This repository hosts the results of runs evaluating the first developments of prototype tool for detecting Change Coupling and Structural Dependencies in the context of cyber-physical-systems(CPS). This tool analyzes the projects' code repository history and uses rule mining to detect logistical couplings, it also analyzes the source code to detect which of those changes have additional structural dependencies. </p> <p> </p> <p>The two datasets are the result from the analysis of two popular GitHub CPS projects:</p> <ul> <li>Eclipse Concierge (Java) — a small-footprint implementation of the OSGi Core Specification optimized for mobile and embedded devices.<sup>1</sup></li> <li>PX4 — a flight control solution for drones, that also contains a Drone Middleware Platform, providing drivers and middleware to run drones <sup>2</sup></li> </ul> <p>The datasets were generated by running a change coupling and structural dependencies analyzer, that is a prototype under development. The resulting raw data is available under the <code>project_results/Proj_Name</code> folder. Additionally, in the folder <code>notebooks </code>the user can find examples of how to easily query the functionality offered by the visualization and analytics libraries (in folder <code>analytics)</code>.</p> <p> </p> <p>[1] https://github.com/eclipse/concierge</p> <p>[2] https://github.com/PX4/PX4-Autopilot</p>
Oral cancer speech corpus for paper "Detecting and analysing spontaneous oral cancer speech in the wild"
<p>This is the oral cancer speech corpus used in the paper <em>"Detecting and analysing spontaneous oral cancer speech in the wild".</em></p> <p><strong>Description</strong></p> <p>This dataset contains approximately 3 hours of oral cancer speech data collected from YouTube, including a file with additional metadata. We use this dataset to perform an oral cancer speech detection task in our paper.</p> <p><strong>Funding</strong></p> <p>This project has received funding from the European Union’s Horizon 2020 research and innovation programme under Marie Sklodowska-Curie grant agreement No 766287. The Department of Head and Neck Oncology and surgery of the Netherlands Cancer Institute receives a research grant from Atos Medical (Horby, Sweden),<br> which contributes to the existing infrastructure for quality of life research.</p> <p><strong>Citation:</strong></p> <p>If you use this dataset please cite:</p> <pre><code>@misc{halpern2020detecting, title={Detecting and analysing spontaneous oral cancer speech in the wild}, author={Bence Mark Halpern and Rob van Son and Michiel van den Brekel and Odette Scharenborg}, year={2020}, eprint={2007.14205}, archivePrefix={arXiv}, primaryClass={eess.AS} }</code></pre> <p> </p>
MOBDrone: a large-scale drone-view dataset for man overboard detection
<p><strong>Dataset</strong></p> <p>The <em>Man OverBoard Drone (MOBDrone)</em> dataset is a large-scale collection of aerial footage images. It contains 126,170 frames extracted from 66 video clips gathered from one UAV flying at an altitude of 10 to 60 meters above the mean sea level. Images are manually annotated with more than 180K bounding boxes localizing objects belonging to 5 categories --- <em>person, boat, lifebuoy, surfboard, wood</em>. More than 113K of these bounding boxes belong to the person category and localize people in the water simulating the need to be rescued.</p> <p>In this repository, we provide:</p> <ul> <li> <p>66 Full HD video clips (total size: 5.5 GB) </p> </li> <li> <p>126,170 images extracted from the videos at a rate of 30 FPS (total size: 243 GB)</p> </li> <li> <p>3 annotation files for the extracted images that follow the MS COCO data format (for more info see <a href="https://cocodataset.org/#format-data">https://cocodataset.org/#format-data</a>):</p> <ul> <li> <p><em>annotations_5_custom_classes.json</em>: this file contains annotations concerning all five categories; please note that class ids do not correspond with the ones provided by the MS COCO standard since we account for two new classes not previously considered in the MS COCO dataset --- <em>lifebuoy </em>and <em>wood</em></p> </li> <li> <p><em>annotations_3_coco_classes.json:</em> this file contains annotations concerning the three classes also accounted by the MS COCO dataset --- <em>person, boat, surfboard</em>. Class ids correspond with the ones provided by the MS COCO standard.</p> </li> <li> <p><em>annotations_person_coco_classes.json</em>: this file contains annotations concerning only the '<em>person</em>' class. Class id corresponds to the one provided by the MS COCO standard.</p> </li> </ul> </li> </ul> <p>The MOBDrone dataset is intended as a test data benchmark. However, for researchers interested in using our data also for training purposes, we provide training and test splits:</p> <ul> <li><em>Test set: </em>All the images whose filename starts with "DJI_0804" (total: 37,604 images)</li> <li><em>Training set:</em> All the images whose filename starts with "DJI_0915" (total: 88,568 images)</li> </ul> <p>More details about data generation and the evaluation protocol can be found at our MOBDrone paper: <a href="https://arxiv.org/abs/2203.07973">https://arxiv.org/abs/2203.07973</a><br> The code to reproduce our results is available at this GitHub Repository: <a href="https://github.com/ciampluca/MOBDrone_eval">https://github.com/ciampluca/MOBDrone_eval</a><br> See also <strong> </strong><a href="http://aimh.isti.cnr.it/dataset/MOBDrone">http://aimh.isti.cnr.it/dataset/MOBDrone</a></p> <p><strong>Citing the MOBDrone</strong></p> <p>The MOBDrone is released under a Creative Commons Attribution license, so please cite the MOBDrone if it is used in your work in any form.<br> Published academic papers should use the academic paper citation for our MOBDrone paper, where we evaluated several pre-trained state-of-the-art object detectors focusing on the detection of the overboard people</p> <blockquote> <pre>@inproceedings{MOBDrone2021, title={MOBDrone: a Drone Video Dataset for Man OverBoard Rescue}, author={Donato Cafarelli and Luca Ciampi and Lucia Vadicamo and Claudio Gennaro and Andrea Berton and Marco Paterni and Chiara Benvenuti and Mirko Passera and Fabrizio Falchi}, booktitle={ICIAP2021: 21th International Conference on Image Analysis and Processing}, year={2021} } </pre> </blockquote> <p>and this Zenodo Dataset</p> <blockquote> <pre>@dataset{donato_cafarelli_2022_5996890, author={Donato Cafarelli and Luca Ciampi and Lucia Vadicamo and Claudio Gennaro and Andrea Berton and Marco Paterni and Chiara Benvenuti and Mirko Passera and Fabrizio Falchi}, title = {{MOBDrone: a large-scale drone-view dataset for man overboard detection}}, month = feb, year = 2022, publisher = {Zenodo}, version = {1.0.0}, doi = {10.5281/zenodo.5996890}, url = {https://doi.org/10.5281/zenodo.5996890} }</pre> </blockquote> <p>Personal works, such as machine learning projects/blog posts, should provide a URL to the MOBDrone Zenodo page (<a href="https://doi.org/10.5281/zenodo.5996890">https://doi.org/10.5281/zenodo.5996890</a>), though a reference to our MOBDrone paper would also be appreciated.</p> <p> </p> <p><strong>Contact Information</strong></p> <p>If you would like further information about the MOBDrone or if you experience any issues downloading files, please contact us at <a href="mailto:mobdrone@isti.cnr.it">mobdrone[at]isti.cnr.it</a></p> <p> </p> <p><strong>Acknowledgements</strong></p> <p>This work was partially supported by NAUSICAA - "NAUtical Safety by means of Integrated Computer-Assistance Appliances 4.0" project funded by the Tuscany region (CUP D44E20003410009). The data collection was carried out with the collaboration of the Fly&Sense Service of the CNR of Pisa - for the flight operations of remotely piloted aerial systems - and of the Institute of Clinical Physiology (IFC) of the CNR - for the water immersion operations. </p>
Supporting Online Toxicity Detection with Knowledge Graphs: Data
<p>This data repository contains the output files from the analysis of the paper "Supporting Online Toxicity Detection with Knowledge Graphs" presented at the International Conference on Web and Social Media 2022 (ICWSM-2022).</p> <p> </p> <p>The data contains annotations of gender and sexual orientation entities provided by the Gender and Sexual Orientation Ontology (https://bioportal.bioontology.org/ontologies/GSSO).</p> <p>We analyse demographic group samples from the Civil Comments Identities dataset (https://www.tensorflow.org/datasets/catalog/civil_comments).</p>
Results of the 3D detection of cracks in tested disc-shaped specimens
<p> </p> <p>3D images of fatigue crack obtained by laboratory tomography and synchrotron tomography within bi-disc specimens.</p>
HIKARI-2021: Generating Network Intrusion Detection Dataset Based on Real and Encrypted Synthetic Attack Traffic
<p>Available datasets from the paper Generating Encrypted Network Traffic for Intrusion Detection Datasets.</p> <p>To produce the dataset follow the technical detail in <a href="https://github.com/andreysfc/generating-encrypted-network">github</a></p>
Roundabout Aerial Images for Vehicle Detection
<p><strong>If you use this dataset, please cite this paper: <em>Puertas, E.; De-Las-Heras, G.; Fernández-Andrés, J.; Sánchez-Soriano, J. Dataset: Roundabout Aerial Images for Vehicle Detection. Data 2022, 7, 47. https://doi.org/10.3390/data7040047 </em></strong></p> <p>This publication presents a dataset of Spanish roundabouts aerial images taken from an UAV, along with annotations in PASCAL VOC XML files that indicate the position of vehicles within them. Additionally, a CSV file is attached containing information related to the location and characteristics of the captured roundabouts. This work details the process followed to obtain them: image capture, processing and labeling. The dataset consists of 985,260 total instances: 947,400 cars, 19,596 cycles, 2,262 trucks, 7,008 buses and 2,208 empty roundabouts, in 61,896 1920x1080px JPG images. These are divided into 15,474 extracted images from 8 roundabouts with different traffic flows and 46,422 images created using data augmentation techniques. The purpose of this dataset is to help research on computer vision on the road, as such labeled images are not abundant. It can be used to train supervised learning models, such as convolutional neural networks, which are very popular in object detection.</p> <p> </p> <table align="center"> <tbody> <tr> <td> <p><strong>Roundabout (scenes)</strong></p> </td> <td> <p><strong>Frames</strong></p> </td> <td> <p><strong>Car</strong></p> </td> <td> <p><strong>Truck</strong></p> </td> <td> <p><strong>Cycle</strong></p> </td> <td> <p><strong>Bus</strong></p> </td> <td> <p><strong>Empty</strong></p> </td> </tr> <tr> <td> <p>1 (00001)</p> </td> <td> <p>1,996</p> </td> <td> <p>34,558</p> </td> <td> <p>0</p> </td> <td> <p>4229</p> </td> <td> <p>0</p> </td> <td> <p>0</p> </td> </tr> <tr> <td> <p>2 (00002)</p> </td> <td> <p>514</p> </td> <td> <p>743</p> </td> <td> <p>0</p> </td> <td> <p>0</p> </td> <td> <p>0</p> </td> <td> <p>157</p> </td> </tr> <tr> <td> <p>3 (00003-00017)</p> </td> <td> <p>1,795</p> </td> <td> <p>4822</p> </td> <td> <p>58</p> </td> <td> <p>0</p> </td> <td> <p>0</p> </td> <td> <p>0</p> </td> </tr> <tr> <td> <p>4 (00018-00033)</p> </td> <td> <p>1,027</p> </td> <td> <p>6615</p> </td> <td> <p>0</p> </td> <td> <p>0</p> </td> <td> <p>0</p> </td> <td> <p>0</p> </td> </tr> <tr> <td> <p>5 (00034-00049)</p> </td> <td> <p>1,261</p> </td> <td> <p>2248</p> </td> <td> <p>0</p> </td> <td> <p>550</p> </td> <td> <p>0</p> </td> <td> <p>81</p> </td> </tr> <tr> <td> <p>6 (00050-00052)</p> </td> <td> <p>5,501</p> </td> <td> <p>180,342</p> </td> <td> <p>1420</p> </td> <td> <p>120</p> </td> <td> <p>1376</p> </td> <td> <p>0</p> </td> </tr> <tr> <td> <p>7 (00053)</p> </td> <td> <p>2,036</p> </td> <td> <p>5,789</p> </td> <td> <p>562</p> </td> <td> <p>0</p> </td> <td> <p>226</p> </td> <td> <p>92</p> </td> </tr> <tr> <td> <p>8 (00054)</p> </td> <td> <p>1,344</p> </td> <td> <p>1,733</p> </td> <td> <p>222</p> </td> <td> <p>0</p> </td> <td> <p>150</p> </td> <td> <p>222</p> </td> </tr> <tr> <td> <p><strong>Total</strong></p> </td> <td> <p>15,474</p> </td> <td> <p>236,850</p> </td> <td> <p>2,262</p> </td> <td> <p>4,899</p> </td> <td> <p>1,752</p> </td> <td> <p>552</p> </td> </tr> <tr> <td> <p><strong>Data augmentation</strong></p> </td> <td> <p>x4</p> </td> <td> <p>x4</p> </td> <td> <p>x4</p> </td> <td> <p>x4</p> </td> <td> <p>x4</p> </td> <td> <p>x4</p> </td> </tr> <tr> <td> <p><strong>Total</strong></p> </td> <td> <p>61,896</p> </td> <td> <p>947,400</p> </td> <td> <p>9048</p> </td> <td> <p>19,596</p> </td> <td> <p>7,008</p> </td> <td> <p>2,208</p> </td> </tr> </tbody> </table>
Artifacts for the ISSTA 2022 Paper: An Empirical Study on the Effectiveness of Static C Code Analyzers for Vulnerability Detection
<p>This repository contains the evaluation script and the corresponding data of the ISSTA'22 paper "An Empirical Study on the Effectiveness of Static C Code Analyzers for Vulnerability Detection".</p>
Supplementary Materials for "What Your Wearable Devices Revealed About You and Possibilities of Non-Cooperative 802.11 Presence Detection During Your Last IPIN Visit"
<p>Supplementary Materials for "What Your Wearable Devices Revealed About You and Possibilities of Non-Cooperative 802.11 Presence Detection During Your Last IPIN Visit"</p> <p>This package contains an anonymized packet of 802.11 probe requests captured in Lloret de Mar during the Indoor Positioning and Indoor Navigation 2021 conference. The packet capture file is in the standardized *.pcap binary format and can be opened with any packet analysis tool such as Wireshark or scapy (Python packet analysis and manipulation package).</p>
POC detection training data and weights
<p>The data and labels used to train the POC detection <a href="https://github.com/climate-processes/poc-detection">algorithm </a>used in support of this publication: https://doi.org/10.1029/2020GL092213. The associated model weights were also saved after training to aid reproducibility.</p>
The benchmark datasets for Multi-class Change Detection (MCD)
<p>Change detection (CD) provides a research basis for environmental monitoring, urban expansion and reconstruction as well as disaster assessment, by identifying the changes of ground objects in different time periods. Traditional CD focused on the binary change detection (BCD), focusing solely on the change and no-change regions. Due to the dynamic progress of earth observation satellite techniques, the spatial resolution of remote sensing images continues to increase, multi-class change detection (MCD) which can reflect more detailed land change has become a hot research direction in the field of CD.<strong> </strong></p> <p>We have collected the current open source benchmark datasets in the MCD of remote sensing imagery , in order to facilitate the sharing of the latest research datasets in the MCD field. Users can access the relevant MCD datasets through the links in the files.</p> <p>Source:</p> <p>Q. Zhu, X. Guo, Ziqi Li, D. Li*, “A review of Multi-class Change Detection for Remote Sensing Imagery” Geo-spatial information science, 2022</p>
Codes and dataset of the publication "Effectiveness of Sentinel-1 and Sentinel-2 for Flood Detection Assessment in Europe"
<p>The folder contains the codes, input and output of the analysis carried out for supporting the publication of the paper:</p> <p>Tarpanelli A., Mondini A., Camici S.:Effectiveness of Sentinel-1 and Sentinel-2 for Flood Detection Assessment in Europe, Natural Hazards and Earth System Sciences, https://doi.org/10.5194/nhess-2022-63, 2022.</p> <p> </p> <p>The codes should be run in order A1-A7 to generate all the figures of the paper.</p> <p>For details please send an email to:</p> <p>angelica.tarpanelli@irpi.cnr.it</p> <p> </p>
Summary Statistics from "Meta-GWAS of PCSK9 levels detects two novel loci at APOB and TM6SF2"
<p>GWAMA summary statistics of PCSK9 levels using fixed-effect model. Genome-wide data is given for Europeans with statin adjustment and Europeans without statin treatment only (subset of the population). In addition, locus-wide data of the PCSK9 gene locus for African-Americans without statin treatment is listed.</p> <p>When using this data, please cite: Pott J, Gadin J, Theusch E, et al.. Meta-GWAS of PCSK9 levels detects two novel loci at APOB and TM6SF2. Hum Mol Genet. 2021 Sep 30:ddab279. doi: 10.1093/hmg/ddab279. PMID: 34590679</p> <p>All txt files contain the following columns:</p> <ul> <li>markername</li> <li>chr</li> <li>bp_hg19 (base position according to hg19)</li> <li>ea (effect allele)</li> <li>oa (other allele)</li> <li>eaf (effect allele frequency)</li> <li>info (minimal info score across all used studies)</li> <li>nSamples (sample size per SNP)</li> <li>nStudies (number of studies)</li> <li>beta (effect estimate)</li> <li>se (standard error)</li> <li>p (p-value)</li> <li>I2 (SNP heterogeneity across studies)</li> <li>phenotype (phenotyp setting)</li> </ul>
Disturbances in vegetation detected with BFAST in the Purapel fluvial catchment
<p>This dataset contains the results (69 TIFF files) of seasonal disturbances detected in vegetation in the Purapel catchment (southern Chile) for the period from 2002 to 2019. These disturbances were obtained by applying the Breaks for Additive Season and Trend (BFAST, Verbesselt et al., 2010) algorithm to 745 Landsat 5, 7 and 8 imagery. We used Collection 2 Level 2 surface reflectance products and applied the CFMask algorithm (Foga et al., 2017) for cloud masking before utilizing the BFAST algorithm.</p> <p>The BFAST algorithm detects changes in the NDVI time series of each pixel. To determine which event was considered a disturbance, we used the same intensity thresholds as in Cabezas and Fassnacht (2018). We then filtered the results to keep just the disturbances with areas greater than 1 hectare, eliminating noisy data.</p> <p>Except for 2 big wildfires (2015 and 2017) it was assumed that all of the disturbances were clear cuts, since forestry is the main productive activity in the region. This was confirmed by validating the data with 35 manually drawn polygons that were randomly distributed across the catchment. Then, we performed an accuracy assessment, obtaining a confusion matrix with a balanced accuracy of 0,86 and a F1 score of 0,69.</p> <p>Each TIFF file is a binary grid with “zeros” representing no disturbance and “ones” representing a disturbance in the season that the name of the file indicates.</p> <p>A GIF file is also included, which contains the time series of the disturbances for easier graphical purposes.</p> <p>References</p> <p>J. Cabezas and F. E. Fassnacht. Reconstructing the Vegetation Disturbance History of a Biodiversity Hotspot in Central Chile Using Landsat, Bfast and Landtrendr. In IGARSS 2018 - 2018 IEEE International Geoscience and Remote Sensing Symposium, pages 7636–7639. IEEE, 7 2018. ISBN 978-1-5386-7150-4. doi: 10.1109/IGARSS.2018.8518863.</p> <p>S. Foga, P. L. Scaramuzza, S. Guo, Z. Zhu, R. D. Dilley, T. Beckmann, G. L. Schmidt, J. L. Dwyer, M. Joseph Hughes, and B. Laue. Cloud detection algorithm comparison and validation for operational Landsat data products. Remote Sensing of Environment, 194:379–390, 6 2017. ISSN 00344257. doi: 10.1016/j.rse.2017.03.026.</p> <p>J. Verbesselt, R. Hyndman, G. Newnham, and D. Culvenor. Detecting trend and seasonal changes in satellite image time series. Remote Sensing of Environment, 114(1):106–115, 1 2010. ISSN 00344257. doi: 10.1016/ j.rse.2009.08.014. URL http://linkinghub.elsevier.com/retrieve/pii/S003442570900265X.</p>
Variation in Detected Adverse Events using Trigger Tools: A Systematic Review and Meta-Analysis
<p>Raw data sets for the meta-analysis.</p> <p>Data collection file with all the information extracted from the included studies.</p> <p>QAT file with the information from the quality assessment tool (QAT) for all included studies.</p> <p>ReadMe with information on data sets and updates.</p> <p>Codebooks for both data sets.</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.