Skip to main content
Powered by ShareScore

Find research datasets worth reusing

Search datasets from major research repositories and use ShareScore to quickly assess how well each record supports discovery, access, and reuse.

769

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

769 results for “Background”

Learn how ShareScore rates datasets ↗
zenodo40/100

scRNA-seq background RNA

<p>Data files to benchmark background RNA estimation and removal files<br>We uploaded 5 zip files, each corresponding to one 10X experiment of a mixture of mouse kidney cells from 3 mouse strains BL6, SVLMJ and CAST. The data contain information from genotype based demultiplexing also at a feature resolution.</p> <p>We added now also intermediate files of the genotype analysis.</p>

opencc-by-4.0Nov 2022View details →
zenodo40/100

Binary black hole merger rate constraints using GWTC-3 and full-O3 stochastic background constraints

<h1>README</h1> <p>This dataset contains posterior measurements of the redshift-dependent merger&nbsp;rate, mass distribution, and spin distribution of binary black holes following&nbsp;the O3b observing run of the LIGO-Virgo-KAGRA network, including both direct compact binary detections and constraints on the astrophysical&nbsp;gravitational-wave background.</p> <p>In particular, the goal of this work is to constrain a more complex model for the black hole merger rate, with the comoving rate density evolving as</p> <p>$$<br>R(z) \propto \frac{(1+z)^\alpha}{1 + \left(\frac{1+z}{1+z_p}\right)^{\alpha + \beta}}.<br>$$</p> <p>At redshifts \(z &lt; z_p\), the merger rate grows approximately as \(R(z) \propto (1+z)^\alpha\), whereas at \(z&gt;z_p\) it falls as \(R(z) \propto (1+z)^{-\beta}\).</p> <p>The analysis was performed as described in <a href="https://iopscience.iop.org/article/10.3847/2041-8213/ab9743">Callister <em>et al</em> (2020)</a> and <a href="https://link.aps.org/doi/10.1103/PhysRevD.104.022004">Abbott&nbsp;<em>et al</em> (2021)</a>, now using binary black&nbsp;hole detections from the GWTC-3 catalog (<a href="https://link.aps.org/doi/10.1103/PhysRevX.13.041039">Abbott <em>et al</em> 2023a</a>, <a href="https://link.aps.org/doi/10.1103/PhysRevX.13.011048">2023b</a>).</p> <ul> <li>The parameter estimation samples used are those provided by the LIGO-Virgo-KAGRA collaboration at https://zenodo.org/records/8177023</li> <li>Selection effects are calculated and mitigated using the suite of pipeline&nbsp;injections available at https://zenodo.org/records/7890398</li> <li>Cross-correlation measurements of the stochastic gravitational-wave background&nbsp;are available at https://dcc.ligo.org/LIGO-G2001287, and correspond to&nbsp;results presented in <a href="https://link.aps.org/doi/10.1103/PhysRevD.104.022004">Abbott <em>et al</em> (2021).</a></li> </ul> <p>As discussed in <a href="https://link.aps.org/doi/10.1103/PhysRevX.13.011048">Abbott <em>et al</em> (2023b)</a>, the results of this combined BBH + stochastic analysis are categorically&nbsp;unchanged relative to results previously obtained using GWTC-2 events (<a href="https://link.aps.org/doi/10.1103/PhysRevD.104.022004">Abbott <em>et al</em> 2021</a>); sensitivities&nbsp;are not yet sufficient to resolve the redshift at which the black hole merger&nbsp;rate peaks and turns over.</p> <h1>Contents</h1> <ul> <li><code><strong>processed_emcee_samples_together_r00r01.npy</strong></code>: File containing posterior samples when jointly analyzing BBH detections and stochastic background upper limits.</li> <li><code><strong>processed_emcee_samples_noStochastic_r00r01.npy</strong></code>: File containing posterior samples analyzing only direct BBH detections.</li> <li><code><strong>run_emcee_plPeak.py</strong></code>: Script performing joint hierarchical inference using BBH detections and stochastic background limits; used to generate posterior samples in <code>processed_emcee_samples_together_r00r01.npy</code></li> <li><code><strong>run_emcee_plPeak_noStochastic.py</strong></code>: Script performing joint hierarchical inference using BBH detections and stochastic background limits; used to generate posterior samples in <code>processed_emcee_samples_noStochastic_r00r01.npy</code></li> </ul> <h1>Accessing posterior samples</h1> <p>Posterior samples are contained in the files <code>processed_emcee_samples_together_r00r01.npy</code> and <code>processed_emcee_samples_noStochastic_r00r01.npy</code>. This is loaded via python as, e.g.</p> <blockquote> <p>&gt;&gt;&gt; import numpy as np</p> <p>&gt;&gt;&gt; dataset = np.load('processed_emcee_samples_together_r00r01.npy')</p> </blockquote> <p>Contained in this file is a single <code>numpy</code> array of size <code>(# of posterior samples, # of hyperparameters)</code>:</p> <blockquote> <p>&gt;&gt;&gt; dataset.shape</p> <p>(1152, 13)</p> </blockquote> <p>&nbsp;</p> <p>The 13 hyperparameters are defined as follows:</p> <table> <tbody> <tr> <td>Column</td> <td>Name</td> <td>Definition</td> </tr> <tr> <td><code>dataset[:, 0]</code></td> <td><code>xeff_mu</code></td> <td>Mean effective inspiral spin</td> </tr> <tr> <td><code>dataset[:, 1]</code></td> <td><code>xeff_sig</code></td> <td>Standard deviation of effective inspiral spin</td> </tr> <tr> <td><code>dataset[:, 2]</code></td> <td><code>R0</code></td> <td>Total BBH merger rate at redshift \(z=0\)</td> </tr> <tr> <td><code>dataset[:, 3]</code></td> <td><code>mMin</code></td> <td>Minimum black hole mass</td> </tr> <tr> <td><code>dataset[:, 4]</code></td> <td><code>mMax</code></td> <td>Maximum black hole mass</td> </tr> <tr> <td><code>dataset[:, 5]</code></td> <td><code>lmbda</code></td> <td>Power-law index on primary mass distribution</td> </tr> <tr> <td><code>dataset[:, 6]</code></td> <td><code>mu_peak</code></td> <td>Mean of Gaussian peak in primary mass distribution</td> </tr> <tr> <td><code>dataset[:, 7]</code></td> <td><code>sig_peak</code></td> <td>Standard deviation of Gaussian peak</td> </tr> <tr> <td><code>dataset[:, 8]</code></td> <td><code>frac_peak</code></td> <td>Fraction of events occupying Gaussian peak</td> </tr> <tr> <td><code>dataset[:, 9]</code></td> <td><code>bq</code></td> <td>Power-law index on mass ratio distribution \(p(q\|m_1)\)</td> </tr> <tr> <td><code>dataset[:, 10]</code></td> <td><code>alpha</code></td> <td>Slope of \(R(z) \propto (1+z)^\alpha \) at low redshifts</td> </tr> <tr> <td><code>dataset[:, 11]</code></td> <td><code>beta</code></td> <td>Slope of \(R(z) \propto (1+z)^{-\beta}\) at high redshifts</td> </tr> <tr> <td><code>dataset[:, 12]</code></td> <td><code>zpeak</code></td> <td>Redshift at which \(R(z)\) peaks and turns over</td> </tr> </tbody> </table> <p>&nbsp;</p> <p>The exact usage of the above parameters can be seen in the included scripts <code>run_emcee_plPeak.py</code> and <code>run_emcee_plPeak_noStochastic.py</code>, with which the inference was performed.&nbsp;</p>

opencc-by-4.0Jun 2024View details →
dryad40/100

Genetic background and thermal regime influence adaptation to novel environment in the seed beetle, Callosobruchus maculatus

<p>Climate change is associated with the increase in both mean and variability of thermal conditions. Therefore, the use of more realistic fluctuating thermal regimes is the most appropriate laboratory method for predicting population responses to thermal heterogeneity. However, the long- and short-term implications of evolving under such conditions are not well understood. Here, we examined differences in key life history traits among populations of seed beetles (<em>Callosobruchus</em> <em>maculatus</em>) that evolved under either constant control conditions or in an environment with fluctuating daily temperatures. Specifically, individuals from two distinct genetic backgrounds were kept for 19 generations at one of two temperatures, a constant temperature (T=29°C) or a fluctuating daily cycle (T<sub>mean</sub>=33°C, T<sub>max</sub>=40°C, and T<sub>min</sub>=26°C), and were assayed either in their evolved environment or in the other environment. We found that beetles that evolved in fluctuating environments but were then switched to constant 29°C conditions had far greater lifetime reproductive success compared to beetles that were kept in their evolved environments. This increase in reproductive success suggests that beetles raised in fluctuating environments may have evolved greater thermal breadth than control condition beetles. In addition, the degree of sexual dimorphism in body size and development varied as a function of genetic background, evolved thermal environment, and current temperature conditions. These results highlight not only the value of incorporating diel fluctuations into climate research but also suggest that populations that experience variability in temperature may be better able to respond to both short- and long-term changes in environmental conditions.</p>

opencc-zeroDec 2021View details →
zenodo40/100

Diffuse Supernova Neutrino Background search at Super-Kamiokande (arXiv:2109.11174, PRD 104, 122002)

<p>This is the data release for the PRD 104, 122002 article about the Diffuse Supernova Background search at Super-Kamiokande. The figures which can be reproduced with this release are listed in the README of the data_release folder.</p> <p>The spectral_analysis_npy.SKMC.tar.gz folder contains the files needed to reproduce the spectral analysis in section VII of the paper. To incorporate it to the spectral analysis code please follow the instructions given in the README of <a href="https://github.com/soso128/spectral_analysis">the spectral analysis Github folder</a>.</p>

opencc-by-4.0Dec 2021View details →
zenodo40/100

Data Repository for "Single-particle characterization of polycyclic aromatic hydrocarbons in background air in Northern Europe", Atmos. Chem. Phys.

<p>Data Repository for&nbsp;<br> Passig et al., &quot;Single-particle characterization of polycyclic aromatic hydrocarbons<br> in background air in Northern Europe&quot;, Atmospheric Chemistry and Physics, 2021/22</p> <p>Details in Readme.txt</p> <p>&nbsp;</p>

opencc-by-4.0Dec 2021View details →
zenodo40/100

Near-inertial wave energetics modulated by background flows in a global model simulation

<p>This data set contains data from a forward global HYCOM simulation (EXPT 19.2) with realistic atmospheric forcing. This is a 4-km simulation with 41 layers. All data is on the native tri-polar&nbsp;grid. Data is stored as netcdf4 classic. The 2D data sets are 7055 x 9000 (lat x lon).</p> <p>More details and context of this&nbsp;data can be found in the article:&nbsp;<a href="https://doi.org/10.1175/JPO-D-21-0130.1">https://doi.org/10.1175/JPO-D-21-0130.1</a>. Please cite this article along with any use of this data.<br> Raja, K. J., Buijsman, M. C., Shriver, J. F., Arbic, B. K., &amp; Siyanbola, O. (2022). Near-Inertial Wave Energetics Modulated by Background Flows in a Global Model Simulation,&nbsp;<em>Journal of Physical Oceanography</em>,&nbsp;<em>52</em>(5), 823-840.</p>

opencc-by-4.0Dec 2021View details →
zenodo40/100

IPCC AR6 Relative Sea Level Projections without Background Component

<p><strong>Description</strong></p> <p>This data set contains detailed elements the sea-level projections associated with the Intergovernmental Panel on Climate Change Sixth Assessment Report. In particular, it contains relative sea level projections that exclude the background term (representing primarily land subsidence or uplift). It includes probability distributions for all the workflows described in AR6 WG1 9.6.3.2, as well as p-boxes derived from these distributions.</p> <p>Most users will not want this dataset, but rather the dataset at https://doi.org/10.5281/zenodo.5914709. These data may be of use for users who want to substitute their own estimates of the background term. Regional projections can also be accessed through the NASA/IPCC Sea Level Projections Tool at https://sealevel.nasa.gov/ipcc-ar6-sea-level-projection-tool.</p> <p><strong>Required Acknowledgements and Citation </strong></p> <p>In order to document the impact of these sea-level rise projections, users of the projections are obligated to cite chapter 9 of Working Group 1 contribution to the the IPCC Sixth Assessment Report, the Framework for Assessment of Changes To Sea-level (FACTS) model description paper, and the version of the data set used:</p> <ul> <li>Fox-Kemper, B., H.T. Hewitt, C. Xiao, G. A&eth;algeirsd&oacute;ttir, S.S. Drijfhout, T.L. Edwards, N.R. Golledge, M. Hemer, R.E. Kopp, G. Krinner, A. Mix, D. Notz, S. Nowicki, I.S. Nurhati, L. Ruiz, J.-B. Sall&eacute;e, A.B.A. Slangen, and Y. Yu, 2021: Ocean, Cryosphere and Sea Level Change. In Climate Change 2021: The Physical Science Basis. Contribution of Working Group I to the Sixth Assessment Report of the Intergovernmental Panel on Climate Change [Masson-Delmotte, V., P. Zhai, A. Pirani, S.L. Connors, C. P&eacute;an, S. Berger, N. Caud, Y. Chen, L. Goldfarb, M.I. Gomis, M. Huang, K. Leitzell, E. Lonnoy, J.B.R. Matthews, T.K. Maycock, T. Waterfield, O. Yelek&ccedil;i, R. Yu, and B. Zhou (eds.)]. Cambridge University Press, Cambridge, United Kingdom and New York, NY, USA, pp. 1211&ndash;1362, <a href="https://doi.org/10.1017/9781009157896.011" rel="nofollow">doi:10.1017/9781009157896.011</a>.</li> <li>Kopp, R. E., Garner, G. G., Hermans, T. H. J., Jha, S., Kumar, P., Reedy, A., Slangen, A. B. A., Turilli, M., Edwards, T. L., Gregory, J. M., Koubbe, G., Levermann, A., Merzky, A., Nowicki, S., Palmer, M. D., &amp; Smith, C. (2023). The Framework for Assessing Changes To Sea-Level (FACTS) v1.0: A platform for characterizing parametric and structural uncertainty in future global, relative, and extreme sea-level change. Geoscientific Model Development, 16, 7461&ndash;7489. <a href="https://doi.org/10.5194/gmd-16-7461-2023" rel="nofollow">https://doi.org/10.5194/gmd-16-7461-2023</a></li> <li>Garner, G. G., T. Hermans, R. E. Kopp, A. B. A. Slangen, T. L. Edwards, A. Levermann, S. Nowikci, M. D. Palmer, C. Smith, B. Fox-Kemper, H. T. Hewitt, C. Xiao, G. A&eth;algeirsd&oacute;ttir, S. S. Drijfhout, T. L. Edwards, N. R. Golledge, M. Hemer, G. Krinner, A. Mix, D. Notz, S. Nowicki, I. S. Nurhati, L. Ruiz, J-B. Sall&eacute;e, Y. Yu, L. Hua, T. Palmer, B. Pearson, 2021. IPCC AR6 Sea Level Projections. Version 20210809. Dataset accessed [YYYY-MM-DD] at <a href="https://doi.org/10.5281/zenodo.5914709" rel="nofollow">https://doi.org/10.5281/zenodo.5914709</a>.</li> </ul> <p><em>Please also include in the acknowledgements of works citing these projections:</em></p> <blockquote> <p>We thank the projection authors for developing and making the sea-level rise projections available, multiple funding agencies for supporting the development of the projections, and the NASA Sea-Level Change Team for developing and hosting the IPCC AR6 Sea-Level Projection Tool.</p> </blockquote> <p><strong>IPCC AR6 Licensing</strong></p> <p>The IPCC AR6 Sea-Level Rise Projections are licensed by the authors under a Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/). The data producers and data providers make no warranty, either express or implied, including, but not limited to, warranties of merchantability and fitness for a particular purpose. All liabilities arising from the supply of the information (including any liability arising in negligence) are excluded to the fullest extent permitted by law.</p>

opencc-by-4.0Aug 2021View details →
zenodo40/100

Datasets for Background and Shading Correction of Optical Microscopy Images by BaSiC

<p>This repository holds all the example data for publication: &quot;<strong>A BaSiC tool for background and shading correction of optical microscopy images, Nature Communications (2017)</strong>&quot; DOI: <a href="https://doi.org/10.1038/ncomms14836">https://doi.org/10.1038/ncomms14836</a>. A downsampled version is available at Zenodo repository with DOI:&nbsp;<a href="https://zenodo.org/record/6974039#.YvD8G3ZBxD8">10.5281/zenodo.6974039</a>.</p>

opencc-by-4.0Mar 2022View details →
zenodo40/100

Multiple Nuclei HeLa cell ground truth images with four labels (nuclear envelope, nucleus, rest of the cell, and background) for deep learning architecture training.

<p>This is a data set that contains <strong>labelled&nbsp;HeLa cell images</strong>, indicating the four different classes - nuclear envelope, nucleus, rest of the cell, and background. Similar ground truth have been published for this data set, but in this case, multiple nuclei have been labelled, whilst previous ones only focused on the central cell (https://doi.org/10.5281/zenodo.3874949)</p> <p>Details of the imaging, preparation and segmentation have been published in:</p> <ul> <li>Cefa&nbsp;Karabağ,&nbsp;Martin L.&nbsp;Jones,&nbsp;Christopher J.&nbsp;Peddie,&nbsp;Anne E.&nbsp;Weston,&nbsp;Lucy M.&nbsp;Collinson,&nbsp;Constantino Carlos&nbsp;Reyes-Aldasoro. Segmentation and Modelling of the Nuclear Envelope of HeLa Cells Imaged with Serial Block Face Scanning Electron Microscopy.&nbsp;<em>J. Imaging</em>&nbsp;<strong>2019</strong>,&nbsp;<em>5</em>(9), 75;&nbsp;<a href="https://doi.org/10.3390/jimaging5090075">https://doi.org/10.3390/jimaging5090075</a></li> <li>Cefa&nbsp;Karabağ,&nbsp;Martin L.&nbsp;Jones,&nbsp;Christopher J.&nbsp;Peddie,&nbsp;Anne E.&nbsp;Weston,&nbsp;Lucy M.&nbsp;Collinson,&nbsp;Constantino Carlos&nbsp;Reyes-Aldasoro. Semantic segmentation of HeLa cells: An objective comparison between one traditional algorithm and four deep-learning architectures, PLOS ONE, <strong>2020</strong>;&nbsp; <a href="https://doi.org/10.1371/journal.pone.0230605">https://doi.org/10.1371/journal.pone.0230605</a></li> <li> <p>Cefa&nbsp;Karabağ,&nbsp;Martin L.&nbsp;Jones, Constantino Carlos&nbsp;Reyes-Aldasoro, Segmentation of the Plasma Membrane of HeLa Cells,<em> J. Imaging</em> <strong>2021</strong>, <em>7</em>(6), 93; <a href="https://doi.org/10.3390/jimaging7060093">https://doi.org/10.3390/jimaging7060093</a></p> </li> </ul> <ul> <li>The&nbsp;data sets&nbsp;are freely available through EMPIAR: http://dx.doi.org/10.6019/EMPIAR-10094 EMPIAR.</li> </ul>

opencc-by-4.0Mar 2022View details →
zenodo40/100

Fig. 2 in Accumulation Of Heavy Metals By Small Mammals The Background And Polluted Territories Of The Urals

Fig. 2. The dendrogram is obtained for element analysis (Cu+Zn+Cd) in small mammals from natural populations in the background zone (Bcg) and polluted territories (Imp). The results of cluster analysis confirmed the statistically significant differences in heavy metals total accumulation in three species of small mammals.

opencc-by-4.0Aug 2017View details →
zenodo40/100

ClinSpEn-CC (Clinical Cases) Test + Background Set

<p>This repository contains the test and background data for the ClinSpEn-Clinical Cases sub-track. ClinSpEn is part of the Biomedical WMT 2022 shared task, having the aim to promote the development and evaluation of machine translation systems adapted to the medical domain with three highly relevant sub-tracks: clinical cases, medical controlled vocabularies/ontologies, and clinical terms and entities extracted from medical content.</p> <p>The data is made up of a TSV file with three columns: document number, line number and English line. The direction of this sub-track is EN&gt;ES. The clinical cases themselves include COVID-19 case reports as well as diverse content extracted from PubMed.</p> <p>&nbsp;</p> <p>Related Links:</p> <p><strong>- Data website with more information: </strong><a href="https://temu.bsc.es/clinspen/">https://temu.bsc.es/clinspen/</a></p> <p><strong>- WMT website (includes schedule, registration, ...): </strong><a href="https://www.statmt.org/wmt22/">https://www.statmt.org/wmt22/</a></p> <p><strong>- CodaLab: </strong><a href="https://codalab.lisn.upsaclay.fr/competitions/6696">https://codalab.lisn.upsaclay.fr/competitions/6696</a></p> <p>&nbsp;</p> <p>ClinSpEn SAMPLE SETS:</p> <p><strong>- ClinSpEn-CC Sample Set (Clinical Cases):</strong> <a href="https://doi.org/10.5281/zenodo.6497350">https://doi.org/10.5281/zenodo.6497350</a></p> <p><strong>- ClinSpEn-CT Sample Set (Clinical Terms): </strong><a href="https://doi.org/10.5281/zenodo.6497372">https://doi.org/10.5281/zenodo.6497372</a></p> <p><strong>- ClinSpEn-OC Sample Set (Ontology Concepts): </strong><a href="https://doi.org/10.5281/zenodo.6497388">https://doi.org/10.5281/zenodo.6497388</a></p> <p>ClinSpEn TEST SETS:</p> <p><strong>- ClinSpEn-CC Test Set (Clinical Cases): </strong><a href="https://doi.org/10.5281/zenodo.6948634">https://doi.org/10.5281/zenodo.6948634</a></p> <p><strong>- ClinSpEn-CT Test Set (Clinical Terms): </strong><a href="https://doi.org/10.5281/zenodo.6948669">https://doi.org/10.5281/zenodo.6948669</a></p> <p><strong>- ClinSpEn-OC Test Set (Ontology Concepts): </strong><a href="https://doi.org/10.5281/zenodo.6948679">https://doi.org/10.5281/zenodo.6948679</a></p> <p>&nbsp;</p>

opencc-by-4.0Jul 2022View details →
zenodo40/100

ClinSpEn-OC (Ontology Concepts) Test + Background Set

<p>This repository contains the test and background data for the ClinSpEn-Ontology Concepts sub-track. ClinSpEn is part of the Biomedical WMT 2022 shared task, having the aim to promote the development and evaluation of machine translation systems adapted to the medical domain with three highly relevant sub-tracks: clinical cases, medical controlled vocabularies/ontologies, and clinical terms and entities extracted from medical content.</p> <p>The data is made up of a TSV file with two columns: concept number and English concept. The direction of this sub-track is EN&gt;ES. Ontologies and structured vocabularies represent a key resource for semantic interoperability, entity linking, biomedical knowledge bases and precision medicine, and thus there is a pressing need to generate multilingual biomedical ontologies for a range of clinical applications</p> <p>&nbsp;</p> <p>Related Links:</p> <p><strong>- Data website with more information: </strong><a href="https://temu.bsc.es/clinspen/">https://temu.bsc.es/clinspen/</a></p> <p><strong>- WMT website (includes schedule, registration, ...): </strong><a href="https://www.statmt.org/wmt22/">https://www.statmt.org/wmt22/</a></p> <p><strong>- CodaLab: </strong><a href="https://codalab.lisn.upsaclay.fr/competitions/6696">https://codalab.lisn.upsaclay.fr/competitions/6696</a></p> <p>&nbsp;</p> <p>ClinSpEn SAMPLE SETS:</p> <p><strong>- ClinSpEn-CC Sample Set (Clinical Cases):</strong> <a href="https://doi.org/10.5281/zenodo.6497350">https://doi.org/10.5281/zenodo.6497350</a></p> <p><strong>- ClinSpEn-CT Sample Set (Clinical Terms): </strong><a href="https://doi.org/10.5281/zenodo.6497372">https://doi.org/10.5281/zenodo.6497372</a></p> <p><strong>- ClinSpEn-OC Sample Set (Ontology Concepts): </strong><a href="https://doi.org/10.5281/zenodo.6497388">https://doi.org/10.5281/zenodo.6497388</a></p> <p>ClinSpEn TEST SETS:</p> <p><strong>- ClinSpEn-CC Test Set (Clinical Cases): </strong><a href="https://doi.org/10.5281/zenodo.6948634">https://doi.org/10.5281/zenodo.6948634</a></p> <p><strong>- ClinSpEn-CT Test Set (Clinical Terms): </strong><a href="https://doi.org/10.5281/zenodo.6948669">https://doi.org/10.5281/zenodo.6948669</a></p> <p><strong>- ClinSpEn-OC Test Set (Ontology Concepts): </strong><a href="https://doi.org/10.5281/zenodo.6948679">https://doi.org/10.5281/zenodo.6948679</a></p> <p>&nbsp;</p>

opencc-by-4.0Jul 2022View details →
zenodo40/100

ClinSpEn-CT (Clinical Terms) Test + Background Set

<p>This repository contains the test and background data for the ClinSpEn-Clinical Terms sub-track. ClinSpEn is part of the Biomedical WMT 2022 shared task, having the aim to promote the development and evaluation of machine translation systems adapted to the medical domain with three highly relevant sub-tracks: clinical cases, medical controlled vocabularies/ontologies, and clinical terms and entities extracted from medical content.</p> <p>The data is made up of a TSV file with two columns: term number and Spanish term. The direction of this sub-track is ES&gt;EN. The used terms were directly extracted from medical literature and clinical records, with particular focus on diseases, symptoms, findings, procedures and professions.</p> <p>&nbsp;</p> <p>Related Links:</p> <p><strong>- Data website with more information: </strong><a href="https://temu.bsc.es/clinspen/">https://temu.bsc.es/clinspen/</a></p> <p><strong>- WMT website (includes schedule, registration, ...): </strong><a href="https://www.statmt.org/wmt22/">https://www.statmt.org/wmt22/</a></p> <p><strong>- CodaLab: </strong><a href="https://codalab.lisn.upsaclay.fr/competitions/6696">https://codalab.lisn.upsaclay.fr/competitions/6696</a></p> <p>&nbsp;</p> <p>ClinSpEn SAMPLE SETS:</p> <p><strong>- ClinSpEn-CC Sample Set (Clinical Cases):</strong> <a href="https://doi.org/10.5281/zenodo.6497350">https://doi.org/10.5281/zenodo.6497350</a></p> <p><strong>- ClinSpEn-CT Sample Set (Clinical Terms): </strong><a href="https://doi.org/10.5281/zenodo.6497372">https://doi.org/10.5281/zenodo.6497372</a></p> <p><strong>- ClinSpEn-OC Sample Set (Ontology Concepts): </strong><a href="https://doi.org/10.5281/zenodo.6497388">https://doi.org/10.5281/zenodo.6497388</a></p> <p>ClinSpEn TEST SETS:</p> <p><strong>- ClinSpEn-CC Test Set (Clinical Cases): </strong><a href="https://doi.org/10.5281/zenodo.6948634">https://doi.org/10.5281/zenodo.6948634</a></p> <p><strong>- ClinSpEn-CT Test Set (Clinical Terms): </strong><a href="https://doi.org/10.5281/zenodo.6948669">https://doi.org/10.5281/zenodo.6948669</a></p> <p><strong>- ClinSpEn-OC Test Set (Ontology Concepts): </strong><a href="https://doi.org/10.5281/zenodo.6948679">https://doi.org/10.5281/zenodo.6948679</a></p> <p>&nbsp;</p>

opencc-by-4.0Jul 2022View details →
zenodo40/100

Text-fig. 7. Vertical polished sections of samples from selected layers. a: Layer No. 2, completely bioturbated, collection of the Czech Geological Survey (abbr. BK), BK 7; b: Layer No. 3, low: nearly completely bioturbated, upper: cross- to ripple bedding, weakly bioturbated, BK 6; c: Layer No. 7, incompletely bioturbated siltstone/mudstone, BK 5; d: Layer No. 8, low: totally bioturbated background with Zoophycos ichnofabric, upper: spotted, completely bioturbated siltstone, BK 4; e: Layer No. 8, low: in Early Complex Tiering Pattern: Upper Ordovician, Barrandian Area, The Czech Republic

Text-fig. 7. Vertical polished sections of samples from selected layers. a: Layer No. 2, completely bioturbated, collection of the Czech Geological Survey (abbr. BK), BK 7; b: Layer No. 3, low: nearly completely bioturbated, upper: cross- to ripple bedding, weakly bioturbated, BK 6; c: Layer No. 7, incompletely bioturbated siltstone/mudstone, BK 5; d: Layer No. 8, low: totally bioturbated background with Zoophycos ichnofabric, upper: spotted, completely bioturbated siltstone, BK 4; e: Layer No. 8, low:

opencc-by-4.0Dec 2021View details →
zenodo40/100

Figure 3 in Checklist of Water mites in Mexico. Historical background and DNA barcoding perspectives

Figure 3 Neighbor joining tree based on all worldwideNeumaniaCOI sequences. The name is followed by the barcode index number (BIN). * Without data collection.

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

Supplementary Data of the project "Cross Cultural Tears - A Systematic Investigation of the Interpersonal Effects of Emotional Crying Across Different Cultural Backgrounds"

<p>Supplementary Data related to the publication:&nbsp;</p> <div> <p>Zickfeld, J. et al.&nbsp;(2021).&nbsp;Tears evoke the intention to offer social support: A systematic investigation of the interpersonal effects of emotional crying across 41 countries.&nbsp;Journal of Experimental Social Psychology, 95, 104137. &nbsp;<a href="https://doi.org/10.1016/j.jesp.2021.104137" target="_blank" rel="noreferrer noopener">https://doi.org/10.1016/j.jesp.2021.104137&nbsp;</a></p> </div>

opencc-by-4.0Jan 2021View details →
zenodo40/100

Self-reported and accelerometry measures of sleep components in adolescents living in Pacific Island countries and territories: Exploring the role of sociocultural background

<p>Data from self-report questionnaires and accelerometer extraction on sleep components (onset sleep time, wake-up time and sleep duration on weekdays and weekend).</p> <p>Participant characteristics: 10 to 16 years old students.</p> <p>Number of participants: 182.</p> <p>Year of the study: 2018 - 2019.</p> <p>Place of the study: New Caledonia.</p>

restrictedcc-by-4.0Jun 2024View details →
zenodo40/100

TIGAR experiments with background flow and Rossby wave forcing

<p>A barotropic version of the TIGAR (Transient Inertia-Gravity And Rossby wave dynamics) model has been run at T42 resolution to simulate the effects of subtropical Rossby waves on equatorial waves in the presence of a zonal background flow. TIGAR solves the rotating shallow water equations by applying Hough harmonics as spectral basis functions thereby enabling the analysis of Rossby and Inertia-gravity wave dynamics. More details of the model are available at:&nbsp; <a href="https://doi.org/10.1002/qj.4006">https://doi.org/10.1002/qj.4006</a> .</p>

opencc-by-4.0Feb 2024View details →
zenodo40/100

Fig. 1. Geological and geographical background. A in Muscle attachment scars in helcionelloids from Denmark cast light on mollusc evolution in the Cambrian

Fig. 1. Geological and geographical background. A. Cambrian stratigraphy of southern Bornholm, Denmark (based on Nielsen and Schovsbo 2007). B. Map of the Baltic area showing location of Bornholm, with location of studied locality (asterisk) on the rivulet Øleå (C), and the Lake Vänern area in southern Sweden (D), with collection locality on the western slopes of the hill Kinnekulle (asterisk).

opencc-by-4.0Nov 2023View details →
dryad40/100

The community background alters the evolution of thermal performance

<p>Microbes are key drivers of global biogeochemical cycles and their functional roles are heavily dependent on temperature. Large population sizes and rapid turnover rates mean that the predominant response of microbes to environmental warming is likely to be evolutionary, yet our understanding of evolutionary responses to temperature change in microbial systems is rudimentary. Natural microbial communities are diverse assemblages of interacting taxa. However, most studies investigating the evolutionary response of bacteria to temperature change are focused on monocultures. Here we utilise high throughput experimental evolution of bacteria in both monoculture and community contexts along a thermal gradient to determine how interspecific interactions influence the thermal adaptation of community members. We found that community-evolved isolates tended towards higher maximum growth rates across the temperature gradient compared to their monoculture-evolved counterparts. We also saw little evidence of systematic evolutionary change in the shapes of bacterial thermal tolerance curves along the thermal gradient. However, the effect of community background and selection temperature on the evolution of thermal tolerance curves was variable and highly taxon-specific – with some taxa exhibiting pronounced changes in thermal tolerance, while others were less impacted. We also found that temperature acted as a strong environmental filter, resulting in the local extinction of taxa along the thermal gradient, implying that temperature-driven ecological change was a key factor shaping the community background upon which evolutionary selection can operate. These findings offer novel insight into how the community background impacts thermal adaptation.</p>

opencc-zeroJun 2024View details →

ScienceDex guides

Understand access before you commit

These curated guides explain access requirements, typical timelines, costs, and reuse considerations for widely used research datasets.

Compare curated datasets

Allen Brain Atlas

Allen Brain Atlas is an Allen Institute collection of brain map atlases, datasets, APIs, and analysis tools covering mouse, human, and non-human primate brain resources.

allen-brain-atlas
neuroscienceopenDocumentation, web resources, and API references are available online.
Last verified 2026-04-30Open record

Annotated Behaviour and Observability Dataset (ABODe)

ABODe is a University of Edinburgh DataShare dataset for behavior classification in group-housed mice using home-cage video, identities, bounding boxes, ground-plate positions, and annotator labels.

abode-home-cage
behavioral-neuroscienceopenThe DataShare record exposes download links for annotations, documentation, license text, and the zipped per-snippet data directory.
Last verified 2026-04-30Open record

DANDI Archive for NWB datasets

DANDI is a BRAIN Initiative archive for publishing and sharing neurophysiology data, including electrophysiology, optophysiology, and behavioral data packaged as NWB and related standards.

dandi-nwb
electrophysiologyopenPublished Dandiset metadata and archive endpoints are available through the production DANDI API.
Last verified 2026-04-30Open record

International Brain Laboratory public data

The International Brain Laboratory public data releases expose standardized mouse decision-making experiments, including Neuropixels recordings, widefield calcium imaging, behavior, and session metadata accessed through the ONE API.

ibl
behavioral-neuroscienceopenPublic sessions can be searched and loaded from the IBL public data server through ONE.
Last verified 2026-04-29Open record

OpenNeuro

OpenNeuro is a free, open platform for sharing neuroimaging datasets, with public search, dataset pages, and download paths for web, S3, DataLad, and the OpenNeuro CLI.

openneuro
neuroscienceopenPublished datasets are available on demand over the internet.
Last verified 2026-04-29Open record