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.
1,751
datasets available to search
ShareScore release 0.7.1
Dataset results
1,751 results for “Transmission”
Thermally mediated transmission-mode deflection of terahertz waves by lamellar metagratings containing a phase-change material
<p>The data generated by MATLAB, whcih were used to plot a part of the figures. </p> <p>Research supported by Narodowe Centrum Nauki, project no UMO-2020/39/I/ST3/02413.</p>
Identifying the interplay between protective measures and settings on the SARS-CoV-2 transmission using a Bayesian network [Dataset]
<p>data07B.csv: dataset for the study of the SARS-CoV-2 transmission.</p> <p>CPTNetica.txt: conditional probabilities tables of each variable given through Netica once the BN obtained in R code is loaded.</p> <p>code01.R: code to learn structure and parameters of the SARS-CoV-2 BN model.</p>
On effective spectral wideband models for clear sky atmospheric emissivity and transmissivity
<p><strong>Overview</strong></p> <p>The HDF5 file contains primary measurement data and secondary processing data that was used to assess clear sky effective emissivity and transmissivity estimates and generate the results in the associated manuscript (accepted and forthcoming).</p> <p>Data is indexed by solar time and provided per site for years 2010 through 2015. Sample Python code is provided to reconstruct training and validation sets by concatenating all 'tra' or 'val' samples across sites. Results can be explored by modifying choice of filters and constructing new training and validation sets.</p> <p><strong>Data usage</strong></p> <p>The usage of the data presented here is intended for research and development purposes only and implies explicit reference to the paper:<br><em>Matsunobu, L. M., & Coimbra, C. F. M. (2024). On effective spectral wideband models for clear sky atmospheric emissivity and transmissivity. Journal of Geophysical Research: Atmospheres, 129, e2023JD039798. https://doi.org/10.1029/2023JD039798</em></p> <p><strong>Data description</strong></p> <p>Column names and descriptions are as follows:<br>- dlw_m: measured downwelling longwave [W/m^2]<br>- ghi_m: measured global horizontal irradiance [W/m^2]<br>- dni_m: measured direct normal irradiance [W/m^2]<br>- dhi_m: measured diffuse horizontal irradiance [W/m^2]<br>- rh_m: measured relative humidity [%]<br>- pa_m: measured atmospheric pressure [hPa]<br>- t_m: measured temperature [K]<br>- sza: solar zenith angle [deg]<br>- ghi_c: clear sky global horizontal irradiance [W/m^2]<br>- dni_c: clear sky direct normal irradiance [W/m^2]<br>- dhi_c: clear sky diffuse horizontal irradiance [W/m^2]<br>- cs1: clear sky filter 1<br>- cs2: clear sky filter 2<br>- site_elev: station elevation [m]<br>- clr_pct: fraction of samples identified as clear for the given site and day<br>- clr_num: number of samples identified as clear for the given site and day<br>- pw_hpa: water vapor partial pressure [hPa]<br>- alt_correction: altitude correction<br>- tra: indicate if sample is included in training set<br>- val: indicate if sample is included in validation set<br>- sqrt_pw: square root of non-dimensional water vapor partial pressure<br>- e_sky: effective clear sky emissivity</p> <p>The last two columns, 'sqrt_pw' and 'e_sky' represent the input and target for linear regression, i.e. e_sky = c_1 + (c_2 * sqrt_pw).<br>Altitude corrected sky emissivity, or expected emissivity for a station at sea-level, is found by e_sky - alt_correction.</p> <p><strong>Sample code (Python v3.8)</strong></p> <pre>import pandas as pd site = "GWC" # or other station code df = pd.read_hdf("data.h5", key=site) # import single site</pre> <p>Training and validation sets can be reconstructed as below. Linear regression on 'sqrt_pw' to predict 'e_sky' - 'alt_correction' in the resultant training set will reproduce results in the associated manuscript.</p> <pre>training = [] validation = [] surfrad_sites = ['BON', 'DRA', 'FPK', 'GWC', 'PSU', 'SXF', 'TBL'] for site in surfrad_sites: # loop through sites df = pd.read_hdf("data.h5", key=site) df["site"] = site # add site name training.append(df.loc[df.tra]) # append samples marked as training validation.append(df.loc[df.val]) # append samples marked as validation # join respective set samples across sites training = pd.concat(training, ignore_index=False) validation = pd.concat(validation, ignore_index=False)</pre> <p>Reproduce regression results</p> <pre>from sklearn.linear_model import LinearRegression c1 = 0.6 # set intercept (c1 constant) x = training.sqrt_pw.to_numpy().reshape(-1, 1) y = training.e_sky - training.alt_correction - c1 # adjust for altitude and c1 y = y.to_numpy().reshape(-1, 1) model = LinearRegression(fit_intercept=False) model.fit(x, y) c2 = model.coef_[0][0] print(f"c1={c1:.3f}, c2={c2:.3f}") # output: c1=0.600, c2=1.652</pre>
Results complementing the European Union summary report on surveillance for the presence of transmissible spongiform encephalopathies (TSE) - Slovakia
<p>This dataset contains TSE surveillance results in cattle, sheep, goats, cervids and other species, and genotyping in sheep, pursuant to Regulation (EC) 999/2001.</p> <p><strong>Reporting authorities contributing to each data collection</strong>:</p> <ul> <li>TSE_2023_SK: State Veterinary & Food Institute (SVPU)</li> <li>TSE_2022_SK: State Veterinary & Food Institute (SVPU)</li> <li>TSE_2021_SK: State Veterinary & Food Institute (SVPU)</li> <li>TSE_2020_SK: State Veterinary & Food Institute (SVPU)</li> <li>TSE_2019_SK: State Veterinary & Food Institute (SVPU)</li> </ul>
Results complementing the European Union summary report on surveillance for the presence of transmissible spongiform encephalopathies (TSE) - Denmark
<p>This dataset contains TSE surveillance results in cattle, sheep, goats, cervids and other species, and genotyping in sheep, pursuant to Regulation (EC) 999/2001.</p> <p><strong>Reporting authorities contributing to each data collection</strong>:</p> <ul> <li>TSE_2023_DK: Danish Veterinary and Food Administration (DVFA)</li> <li>TSE_2022_DK: Danish Veterinary and Food Administration (DVFA)</li> <li>TSE_2021_DK: Danish Veterinary and Food Administration (DVFA)</li> <li>TSE_2020_DK: Danish Veterinary and Food Administration (DVFA)</li> <li>TSE_2019_DK: Danish Veterinary and Food Administration (DVFA)</li> </ul>
Results complementing the European Union summary report on surveillance for the presence of transmissible spongiform encephalopathies (TSE) - Sweden
<p>This dataset contains TSE surveillance results in cattle, sheep, goats, cervids and other species, and genotyping in sheep, pursuant to Regulation (EC) 999/2001.</p> <p><strong>Reporting authorities contributing to each data collection</strong>:</p> <ul> <li>TSE_2023_SE: Swedish Board of Agriculture</li> <li>TSE_2022_SE: Swedish Board of Agriculture</li> <li>TSE_2021_SE: Swedish Board of Agriculture</li> <li>TSE_2020_SE: Swedish Board of Agriculture</li> <li>TSE_2019_SE: Swedish Board of Agriculture</li> </ul>
Results complementing the European Union summary report on surveillance for the presence of transmissible spongiform encephalopathies (TSE) - Turkey
<p>This dataset contains TSE surveillance results in cattle, sheep, goats, cervids and other species, and genotyping in sheep, pursuant to Regulation (EC) 999/2001.</p> <p><strong>Reporting authorities contributing to each data collection</strong>:</p> <ul> <li>TSE_2023_TR - General Directorate of Food and Control)</li> <li>TSE_2022_TR - General Directorate of Food and Control)</li> <li>TSE_2021_TR - General Directorate of Food and Control)</li> </ul>
Results complementing the European Union summary report on surveillance for the presence of transmissible spongiform encephalopathies (TSE) - Belgium
<p>This dataset contains TSE surveillance results in cattle, sheep, goats, cervids and other species, and genotyping in sheep, pursuant to Regulation (EC) 999/2001.</p> <p><strong>Reporting authorities contributing to each data collection</strong>:</p> <ul> <li>TSE_2023_BE: Federal Agency for the Safety of the Food Chain (FASFC)</li> <li>TSE_2022_BE: Federal Agency for the Safety of the Food Chain (FASFC)</li> <li>TSE_2021_BE: Federal Agency for the Safety of the Food Chain (FASFC)</li> <li>TSE_2020_BE: Federal Agency for the Safety of the Food Chain (FASFC)</li> <li>TSE_2019_BE: Federal Agency for the Safety of the Food Chain (FASFC)</li> </ul>
Results complementing the European Union summary report on surveillance for the presence of transmissible spongiform encephalopathies (TSE) - Spain
<p>This dataset contains TSE surveillance results in cattle, sheep, goats, cervids and other species, and genotyping in sheep, pursuant to Regulation (EC) 999/2001.</p> <p><strong>Reporting authorities contributing to each data collection</strong>:</p> <ul> <li>TSE_2023_ES: Ministerio de Agricultura, Pesca y Alimentación (MAPA)</li> <li>TSE_2022_ES: Ministerio de Agricultura, Pesca y Alimentación (MAPA)</li> <li>TSE_2021_ES: Ministerio de Agricultura, Pesca y Alimentación (MAPA)</li> <li>TSE_2020_ES: Ministerio de Agricultura, Pesca y Alimentación (MAPA)</li> <li>TSE_2019_ES: Ministerio de Agricultura, Pesca y Alimentación (MAPA)</li> </ul>
Results complementing the European Union summary report on surveillance for the presence of transmissible spongiform encephalopathies (TSE) - Bulgaria
<p>This dataset contains TSE surveillance results in cattle, sheep, goats, cervids and other species, and genotyping in sheep, pursuant to Regulation (EC) 999/2001.</p> <p><strong>Reporting authorities contributing to each data collection:</strong></p> <ul> <li>TSE_2023_BG: Bulgarian Food Safety Agency (BFSA)</li> <li>TSE_2022_BG: Bulgarian Food Safety Agency (BFSA)</li> <li>TSE_2021_BG: Bulgarian Food Safety Agency (BFSA)</li> <li>TSE_2020_BG: Bulgarian Food Safety Agency (BFSA)</li> <li>TSE_2019_BG: Bulgarian Food Safety Agency (BFSA)</li> </ul> <p> </p>
Results complementing the European Union summary report on surveillance for the presence of transmissible spongiform encephalopathies (TSE) - Estonia
<p>This dataset contains TSE surveillance results in cattle, sheep, goats, cervids and other species, and genotyping in sheep, pursuant to Regulation (EC) 999/2001.</p> <p><strong>Reporting authorities contributing to each data collection</strong>:</p> <ul> <li>TSE_2023_EE: Veterinary and Food Board (VFB)</li> <li>TSE_2022_EE: Veterinary and Food Board (VFB)</li> <li>TSE_2021_EE: Veterinary and Food Board (VFB)</li> <li>TSE_2020_EE: Veterinary and Food Board (VFB)</li> <li>TSE_2019_EE: Veterinary and Food Board (VFB)</li> </ul>
Results complementing the European Union summary report on surveillance for the presence of transmissible spongiform encephalopathies (TSE) - Serbia
<p>This dataset contains TSE surveillance results in cattle, sheep, goats, cervids and other species, and genotyping in sheep, pursuant to Regulation (EC) 999/2001.</p> <p><strong>Reporting authorities contributing to each data collection</strong>:</p> <ul> <li>TSE_2023_RS: Veterinary Directorate - Ministry of Agriculture and Environmental Protection (MPZZS)</li> <li>TSE_2022_RS: Veterinary Directorate - Ministry of Agriculture and Environmental Protection (MPZZS)</li> <li>TSE_2021_RS: Veterinary Directorate - Ministry of Agriculture and Environmental Protection (MPZZS)</li> <li>TSE_2020_RS: Veterinary Directorate - Ministry of Agriculture and Environmental Protection (MPZZS)</li> <li>TSE_2019_RS: Veterinary Directorate - Ministry of Agriculture and Environmental Protection (MPZZS)</li> </ul>
Results complementing the European Union summary report on surveillance for the presence of transmissible spongiform encephalopathies (TSE) - Iceland
<p>This dataset contains TSE surveillance results in cattle, sheep, goats, cervids and other species, and genotyping in sheep, pursuant to Regulation (EC) 999/2001.</p> <p><strong>Reporting authorities contributing to each data collection</strong>:</p> <ul> <li>TSE_2023_IS: Icelandic Food and Veterinary Authority (MAST)</li> <li>TSE_2022_IS: Icelandic Food and Veterinary Authority (MAST)</li> <li>TSE_2021_IS: Icelandic Food and Veterinary Authority (MAST)</li> <li>TSE_2020_IS: Icelandic Food and Veterinary Authority (MAST)</li> <li>TSE_2019_IS: Icelandic Food and Veterinary Authority (MAST)</li> </ul>
Results complementing the European Union summary report on surveillance for the presence of transmissible spongiform encephalopathies (TSE) - Czechia
<p>This dataset contains TSE surveillance results in cattle, sheep, goats, cervids and other species, and genotyping in sheep, pursuant to Regulation (EC) 999/2001.</p> <p><strong>Reporting authorities contributing to each data collection</strong>:</p> <ul> <li>TSE_2023_CZ - State Veterinary Administration (SVA)</li> <li>TSE_2022_CZ - State Veterinary Administration (SVA)</li> <li>TSE_2021_CZ - State Veterinary Administration (SVA)</li> <li>TSE_2020_CZ - State Veterinary Administration (SVA)</li> <li>TSE_2019_CZ - State Veterinary Administration (SVA)</li> </ul> <p> </p>
Results complementing the European Union summary report on surveillance for the presence of transmissible spongiform encephalopathies (TSE) - Montenegro
<p>This dataset contains TSE surveillance results in cattle, sheep, goats, cervids and other species, and genotyping in sheep, pursuant to Regulation (EC) 999/2001.</p> <p><strong>Reporting authorities contributing to each data collection:</strong></p> <ul> <li>TSE_2023_ME: Diagnostic Veterinary Laboratory (VetLab)</li> <li>TSE_2022_ME: Diagnostic Veterinary Laboratory (VetLab)</li> <li>TSE_2021_ME: Diagnostic Veterinary Laboratory (VetLab)</li> <li>TSE_2020_ME: Diagnostic Veterinary Laboratory (VetLab)</li> <li>TSE_2019_ME: Diagnostic Veterinary Laboratory (VetLab)</li> </ul>
Results complementing the European Union summary report on surveillance for the presence of transmissible spongiform encephalopathies (TSE) - Hungary
<p>This dataset contains TSE surveillance results in cattle, sheep, goats, cervids and other species, and genotyping in sheep, pursuant to Regulation (EC) 999/2001.</p> <p><strong>Reporting authorities contributing to each data collection</strong>:</p> <ul> <li>TSE_2023_HU: National Food Chain Safety Office (NFCSO)</li> <li>TSE_2022_HU: National Food Chain Safety Office (NFCSO)</li> <li>TSE_2021_HU: National Food Chain Safety Office (NFCSO)</li> <li>TSE_2020_HU: National Food Chain Safety Office (NFCSO)</li> <li>TSE_2019_HU: National Food Chain Safety Office (NFCSO)</li> </ul>
Results complementing the European Union summary report on surveillance for the presence of transmissible spongiform encephalopathies (TSE) - Poland
<p>This dataset contains TSE surveillance results in cattle, sheep, goats, cervids and other species, and genotyping in sheep, pursuant to Regulation (EC) 999/2001.</p> <p><strong>Reporting authorities contributing to each data collection</strong>:</p> <ul> <li>TSE_2023_PL: General Veterinary Inspectorate (GIW)</li> <li>TSE_2022_PL: General Veterinary Inspectorate (GIW)</li> <li>TSE_2021_PL: General Veterinary Inspectorate (GIW)</li> <li>TSE_2020_PL: General Veterinary Inspectorate (GIW)</li> <li>TSE_2019_PL: General Veterinary Inspectorate (GIW)</li> </ul>
Results complementing the European Union summary report on surveillance for the presence of transmissible spongiform encephalopathies (TSE) - France
<p>This dataset contains TSE surveillance results in cattle, sheep, goats, cervids and other species, and genotyping in sheep, pursuant to Regulation (EC) 999/2001.</p> <p><strong>Reporting authorities contributing to each data collection</strong>:</p> <ul> <li>TSE_2023_FR: French Agency for Food, Environmental and Occupational Health & Safety (ANSES)</li> <li>TSE_2022_FR: French Agency for Food, Environmental and Occupational Health & Safety (ANSES)</li> <li>TSE_2021_FR: French Agency for Food, Environmental and Occupational Health & Safety (ANSES)</li> <li>TSE_2020_FR: French Agency for Food, Environmental and Occupational Health & Safety (ANSES)</li> <li>TSE_2019_FR: French Agency for Food, Environmental and Occupational Health & Safety (ANSES)</li> </ul>
Results complementing the European Union summary report on surveillance for the presence of transmissible spongiform encephalopathies (TSE) - Switzerland
<p>This dataset contains TSE surveillance results in cattle, sheep, goats, cervids and other species, and genotyping in sheep, pursuant to Regulation (EC) 999/2001.</p> <p><strong>Reporting authorities contributing to each data collection</strong>:</p> <ul> <li>TSE_2023_CH: Federal Food Safety and Veterinary Office (FSVO)</li> <li>TSE_2022_CH: Federal Food Safety and Veterinary Office (FSVO)</li> <li>TSE_2021_CH: Federal Food Safety and Veterinary Office (FSVO)</li> <li>TSE_2020_CH: Federal Food Safety and Veterinary Office (FSVO)</li> <li>TSE_2019_CH: Federal Food Safety and Veterinary Office (FSVO)</li> </ul>
Results complementing the European Union summary report on surveillance for the presence of transmissible spongiform encephalopathies (TSE) - Ireland
<p>This dataset contains TSE surveillance results in cattle, sheep, goats, cervids and other species, and genotyping in sheep, pursuant to Regulation (EC) 999/2001.</p> <p><strong>Reporting authorities contributing to each data collection</strong>:</p> <ul> <li>TSE_2023_IE: Department of Agriculture, Food and the Marine (DAFM)</li> <li>TSE_2022_IE: Department of Agriculture, Food and the Marine (DAFM)</li> <li>TSE_2021_IE: Department of Agriculture, Food and the Marine (DAFM)</li> <li>TSE_2020_IE: Department of Agriculture, Food and the Marine (DAFM)</li> <li>TSE_2019_IE: Department of Agriculture, Food and the Marine (DAFM)</li> </ul>
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.