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.

458

datasets available to search

ShareScore release 0.7.1

Reset

Dataset results

458 results for “Data Protection”

Learn how ShareScore rates datasets ↗
zenodo36/100

Fig. 2 in Data On Protected And Insufficiently Known Insect Species Obtained From The Invertebrate Monitoring In Latvia (2015 - 2016)

Fig. 2. The spatial arrangement scheme of the monitoring activities in one of the squares.

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

Fig. 1 in Data On Protected And Insufficiently Known Insect Species Obtained From The Invertebrate Monitoring In Latvia (2015 - 2016)

Fig. 1. The layout of invertebrate monitoring sites in Latvia.

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

"Data Protection Can Sometimes Be a Nuisance" A Notification Study on Data Sharing Practices in City Apps

<p># A Notification Study on Data Sharing Practices in City Apps - Artifacts</p> <p>This archive contains the following artifacts of our study:<br>- [Pseudonymized data of our app analysis](pseudonymized_data.csv)<br>&nbsp; &nbsp; - a CSV file containing the data of our dynamic app analysis<br>&nbsp; &nbsp; - the columns represent the dates of our measurements<br>&nbsp; &nbsp; - the rows are the analyzed apps, we replaced the names<br>&nbsp; &nbsp; - the groups are as follows:&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; - 1 generic notification<br>&nbsp; &nbsp; &nbsp; &nbsp; - 2 legal notification<br>&nbsp; &nbsp; &nbsp; &nbsp; - 3 technical guidance notification<br>&nbsp; &nbsp; - each cell contains the trackers to which we observed HTTP requests, divided by `|`<br>- [Mail templates](./mail_templates/)<br>&nbsp; &nbsp; - the templates to the german notification mails we sent<br>&nbsp; &nbsp; - the `guides` directory contains the technical guidance specific to the observed tracker that we provided to the technical group</p>

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

Data and R code associated to the publication: "Effects of land use, cover and protection on stream and riparian ecosystem services and biodiversity"

<p>This R code and dataset accompany Hanna et al&#39;s 2019 publication in Conservation Biology titled &quot;Effects of land use, cover and protection on stream and riparian ecosystem services and biodiversity&quot;. Read the &quot;Metadata&quot; tab of the data file and code annotations for more information.&nbsp;&nbsp;</p>

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

Replication data and theory code for: Observation of a Majorana zero mode in a topologically protected edge channel

<p>Replication Data for: Observation of a Majorana zero mode in a topologically protected edge channel</p>

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

Source ELISA data for the manuscript "Restrained expansion of the recall germinal center response as biomarker of protection for influenza vaccination in mice"

<p>This repository contains the source ELISA data for the manuscript &quot;Restrained expansion of the recall germinal center response as biomarker of&nbsp;protection for influenza vaccination in mice&quot; currently under review by PLOS ONE.</p> <p>It supports the following figures:</p> <p>Fig 4A: rHA ELISA data miniHA study.xlsx<br> Fig 4B: Competition ELISA data miniHA study.xlsx<br> S7&nbsp;Fig: Competition ELISA data POC study.xlsx</p> <p>&nbsp;</p> <p>Files include Raw OD&#39;s per plate and reported values analysis.&nbsp;</p> <p>&nbsp;</p>

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

VPS: Excavating High-Level C++ Constructs from Low-Level Binaries to Protect Dynamic Dispatching - (Evaluation Data)

<p>Evaluation data of the&nbsp;published paper: &quot;VPS: Excavating High-Level C++ Constructs from Low-Level Binaries to Protect Dynamic Dispatching&quot;. The paper was published at the&nbsp;Annual Computer Security Applications Conference (ACSAC) 2019.</p> <p>The paper is available at:&nbsp;https://www.syssec.ruhr-uni-bochum.de/research/publications/VPS/</p> <p>&nbsp;</p> <p>Ab&shy;stract</p> <p>Po&shy;ly&shy;mor&shy;phism and in&shy;heri&shy;t&shy;an&shy;ce make C++ sui&shy;ta&shy;ble for wri&shy;ting com&shy;plex soft&shy;ware, but si&shy;gni&shy;fi&shy;cant&shy;ly in&shy;crea&shy;se the at&shy;tack sur&shy;face be&shy;cau&shy;se the im&shy;ple&shy;men&shy;ta&shy;ti&shy;on re&shy;li&shy;es on vir&shy;tu&shy;al func&shy;tion ta&shy;bles (vta&shy;bles). These vta&shy;bles con&shy;tain func&shy;tion poin&shy;ters that at&shy;ta&shy;ckers can po&shy;ten&shy;ti&shy;al&shy;ly hi&shy;jack and in prac&shy;tice, vta&shy;ble hi&shy;ja&shy;cking is one of the most im&shy;portant at&shy;tack vec&shy;tor for C++ bi&shy;na&shy;ries. In this paper, we pre&shy;sent VTa&shy;ble Poin&shy;ter Se&shy;pa&shy;ra&shy;ti&shy;on (VPS), a prac&shy;tical bi&shy;na&shy;ry-le&shy;vel de&shy;fen&shy;se against vta&shy;ble hi&shy;ja&shy;cking in C++ ap&shy;p&shy;li&shy;ca&shy;ti&shy;ons. Un&shy;li&shy;ke pre&shy;vious bi&shy;na&shy;ry-le&shy;vel de&shy;fen&shy;ses, which rely on un&shy;sound sta&shy;tic ana&shy;ly&shy;ses to match clas&shy;ses to vir&shy;tu&shy;al call&shy;si&shy;tes, VPS achie&shy;ves a more ac&shy;cu&shy;ra&shy;te pro&shy;tec&shy;tion by re&shy;stric&shy;ting vir&shy;tu&shy;al call&shy;si&shy;tes to va&shy;lidly crea&shy;ted ob&shy;jects. More spe&shy;ci&shy;fi&shy;cal&shy;ly, VPS en&shy;su&shy;res that vir&shy;tu&shy;al call&shy;si&shy;tes can only use ob&shy;jects crea&shy;ted at valid ob&shy;ject con&shy;struc&shy;tion sites, and only if those ob&shy;jects can reach the call&shy;si&shy;te. Mo&shy;re&shy;over, VPS ex&shy;pli&shy;cit&shy;ly prevents false po&shy;si&shy;ti&shy;ves (fal&shy;se&shy;ly iden&shy;ti&shy;fied vir&shy;tu&shy;al call&shy;si&shy;tes) from brea&shy;king the bi&shy;na&shy;ry, an issue exis&shy;ting work does not hand&shy;le cor&shy;rect&shy;ly or at all. We eva&shy;lua&shy;te the pro&shy;to&shy;ty&shy;pe im&shy;ple&shy;men&shy;ta&shy;ti&shy;on of VPS on a di&shy;ver&shy;se set of com&shy;plex, re&shy;al-world ap&shy;p&shy;li&shy;ca&shy;ti&shy;ons (Mon&shy;goDB, MySQL ser&shy;ver, Node.js, SPEC CPU2017/CPU2006), show&shy;ing that our ap&shy;proach pro&shy;tects on aver&shy;a&shy;ge 97.8% of all vir&shy;tu&shy;al call&shy;si&shy;tes in SPEC CPU2006 and 97.4% in SPEC CPU2017 (all C++ bench&shy;marks), with a mo&shy;de&shy;ra&shy;te per&shy;for&shy;mance over&shy;head of 11% and 9% geo&shy;me&shy;an, re&shy;spec&shy;tive&shy;ly. Fur&shy;ther&shy;mo&shy;re, our eva&shy;lua&shy;ti&shy;on re&shy;veals 86 false ne&shy;ga&shy;ti&shy;ves in VTV, a po&shy;pu&shy;lar sour&shy;ce-ba&shy;sed de&shy;fen&shy;se which is part of GCC.</p>

opencc-by-4.0Oct 2019View details →
zenodo36/100

Survey instrument, data, and code for paper "Freihardt, Buntaine, Bernauer (2024): Choosing to protect: Public support for flood defense over relocation in climate change adaptation. Environmental Research Letters. DOI 10.1088/1748-9326/ad6781"

<p>This is the survey instrument, data, and code underlying the manuscript:</p> <p>"Freihardt, Buntaine, Bernauer (2024): Choosing to protect: Public support for flood defense over relocation in climate change adaptation. Environmental Research Letters. DOI 10.1088/1748-9326/ad6781"</p>

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

Claudinha Data Protection Law (LGPD) Corpus

<p>This dataset contains privacy policies paragraphs in Portuguese. Each paragraph was annotated by an expert annotator, using a guideline (DOI: <a href="https://doi.org/10.5281/zenodo.13371432" target="_blank" rel="noopener">10.5281/zenodo.13371432</a>). Two types of notes were made: the category of the Brazilian Data Protection (LGPD) Law that fits the text and the level of compliance with LGPD.</p> <p>The categories are divided into three blocks: Omission of data required by law (block 1), Data processing (block 2), Unclear language and others (block 3). There are 3 levels of compliance, with level 1 being in compliance with the law, level 2 being partial potential non-compliance, and level 3 being potential total non-compliance.</p> <p>There are 6341 distinct paragraphs. The corpus has more records (8341 clauses), as there are duplications, since a paragraph can belong to more than one guideline category. Pontetially non-compliant clauses corresponds to 1413 records (21.9%). Below, statistics regarding the number of paragraphs belonging to each category and frequencies of categories in privacy policies.</p> <table> <tbody> <tr> <td> <h2><strong>Category</strong></h2> </td> <td> <h2><strong>Number of clauses</strong></h2> </td> <td> <h2><strong>Document frequency</strong></h2> </td> </tr> <tr> <td><strong>Block 1: Omission of data required by law</strong></td> </tr> <tr> <td>Access to data</td> <td>283</td> <td>61</td> </tr> <tr> <td>Anonymization, blocking and deletion</td> <td>204</td> <td>46</td> </tr> <tr> <td>Automated decision</td> <td>45</td> <td>19</td> </tr> <tr> <td>Category of processed data</td> <td>1427</td> <td>63</td> </tr> <tr> <td>Controller identification</td> <td>107</td> <td>47</td> </tr> <tr> <td>Data correction</td> <td>154</td> <td>52</td> </tr> <tr> <td>Duration of treatment</td> <td>234</td> <td>52</td> </tr> <tr> <td>Existence of treatment</td> <td>142</td> <td>37</td> </tr> <tr> <td>Express consent</td> <td>176</td> <td>41</td> </tr> <tr> <td>ID and contact DPO</td> <td>150</td> <td>46</td> </tr> <tr> <td>Non-consent</td> <td>91</td> <td>33</td> </tr> <tr> <td>Personal data source</td> <td>471</td> <td>55</td> </tr> <tr> <td>Portability</td> <td>97</td> <td>36</td> </tr> <tr> <td>Purpose of sharing</td> <td>119</td> <td>16</td> </tr> <tr> <td>Purpose of treatment</td> <td>1620</td> <td>71</td> </tr> <tr> <td>Revoke consent</td> <td>154</td> <td>50</td> </tr> <tr> <td>Right of deletion</td> <td>173</td> <td>40</td> </tr> <tr> <td>Third party sharing</td> <td>919</td> <td>69</td> </tr> <tr> <td><strong>Block 2: Data processing</strong></td> </tr> <tr> <td>Advertising</td> <td>215</td> <td>38</td> </tr> <tr> <td>Children data</td> <td>118</td> <td>37</td> </tr> <tr> <td>Cookies</td> <td>432</td> <td>60</td> </tr> <tr> <td>Consent by use</td> <td>339</td> <td>47</td> </tr> <tr> <td>Other consents</td> <td>73</td> <td>30</td> </tr> <tr> <td>Policy changes</td> <td>210</td> <td>61</td> </tr> <tr> <td>"Take it or leave it"</td> <td>50</td> <td>21</td> </tr> <tr> <td><strong>Block 3: Unclear language and others</strong></td> </tr> <tr> <td>Generic expressions</td> <td>244</td> <td>37</td> </tr> <tr> <td>Other unclear clauses</td> <td>94</td> <td>26</td> </tr> </tbody> </table> <p>&nbsp;</p>

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

Data and code for "Mesohabitat affinities of benthic macroinvertebrates in protected lowland rainforest streams of southeast Nicaragua"

<p>This repository contains all data and R script that accompanies "Mesohabitat affinities of benthic macroinvertebrates in protected lowland rainforest streams of southeast Nicaragua." Datasets includes raw macroinvertebrate and mesohabitat data, taxonomic information (family, genus, and resolution), and functional feeding group (FFG) designations based on Ram&iacute;rez &amp; Guti&eacute;rrez-Fonseca (2014).</p>

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

Extract of the project data from the LIFE KPI webtool. Deliverable 2.5 of the LIFE NatuReef project: Nature-based reef solution for coastal protection and marine biodiversity enhancement. LIFE22-NAT-IT-LIFE-NatuReef/101113742

<p>Key performance indicator, a quantifiable measure of performance over time for a specific objective.</p>

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

MD data for Ionizable cationic lipids and helper lipids synergistically contribute to RNA packing and protection in lipid-based nanomaterials

<p>The data stored in this repository is part of the journal article: Zimmer, D. N., Schmid, F., &amp; Settanni, G. (2024). Ionizable Cationic Lipids and Helper Lipids Synergistically Contribute to RNA Packing and Protection in Lipid-Based Nanomaterials.&nbsp;<em>The Journal of Physical Chemistry B</em>&nbsp;<a href="https://doi.org/10.1021/acs.jpcb.4c05057" target="_blank" rel="noopener">https://doi.org/10.1021/acs.jpcb.4c05057</a></p> <p>&nbsp;</p> <p>Data of multiscale simulations of DLinDMA:DOPE:Cholesterol, DLinDMA:DSPC:Cholesterol, DLinDAP:DOPE:Cholesterol and DLinDAP:DSPC:Cholesterol in the presence of RNA. For each formulation, data is provided with different coarse-grained parameterizations (generic, adapted) and differents treatments of the RNA (ELN, noELN). Provided are the first and the final frame of each run, the associated topologies, and the respective gromacs input files.</p> <p><strong>&gt; M_PE, M_PC, P_PE, P_PC</strong></p> <p>DLinDMA:DOPE:Cholesterol, DLinDMA:DSPC:Cholesterol, DLinDAP:DOPE:Cholesterol and DLinDAP:DSPC:Cholesterol in presence of a 40mer RNA fragment.&nbsp;</p> <ul> <li>cg_<strong>generic</strong>+aa: <ul> <li>cg: 2 microsecond production run based on a generic MARTINI parametrization <ul> <li>md_0.gro: first frame</li> <li>md_10.gro: final frame&nbsp;</li> <li>cg_rna_bilayer.top: Topology of the system</li> <li>cg_DLD{M/P}_lipid.itp: generic MARTINI topology of DLinDMA/DLinDAP</li> <li>martini_v2.0_CHOL_02.itp, martini_v2.0_DSPC_01.itp, martini_v2.0_ions, martini_v2.1.itp, martini_v2.1-dna.itp: Several MARTINI topology files for molecules not included in MARTINI</li> <li>Nucleic_A.itp or Nucleic_A_eln.itp: Topology of the RNA fragment for MARTINI</li> </ul> </li> <li>aa: 300/600 nanosecond production run based on CHARMM36&nbsp; <ul> <li>md_0.gro: first frame</li> <li>md_60.gro: final frame&nbsp;</li> <li>backmapped.top: Topology of the system (including the parametrization of DLinDMA/DLinDAP)</li> <li>CHOL.itp, DOPE.itp, DSPC.itp, 40mer_autopsf.itp: topology files for Cholesterol, DOPE, DSPC and RNA fragment as they are not part of the standard molecules in CHARMM36.</li> </ul> </li> <li>ELN and noELN indicate presence or absence of an elastic network to fix the structure of the RNA during the cg runs.&nbsp;</li> <li>cgmdp: Gromacs input files for the cg runs</li> <li>aamdp: Gromacs input files for the aa runs</li> </ul> </li> <li>cg_<strong>adapted</strong>+aa: <ul> <li>cg: starting and ending frame of a 2 microsecond production run based on an adapted MARTINI parametrization <ul> <li>md_0.gro: first frame</li> <li>md_10.gro: final frame&nbsp;</li> <li>cg_rna_bilayer.top: Topology of the system</li> <li>martini_v2.0_DIDMA_20 or martini_v2.0_DIDAP_20: generic MARTINI topology of DLinDMA/DLinDAP</li> <li>martini_v2.0_CHOL_02.itp, martini_v2.0_DSPC_01.itp, martini_v2.0_ions, martini_v2.1-dna_cr1_POL_NACL.itp: Several MARTINI topology files for molecules not included in MARTINI</li> <li>Nucleic_A.itp or Nucleic_A_eln.itp: Topology of the RNA fragment for MARTINI</li> </ul> </li> <li>aa: 300/600 nanosecond production run based on CHARMM36&nbsp; <ul> <li>md_0.gro: first frame</li> <li>md_60.gro: final frame&nbsp;</li> <li>backmapped.top: Topology of the system (including the parametrization of DLinDMA/DLinDAP)</li> <li>CHOL.itp, DOPE.itp, DSPC.itp, 40mer_autopsf.itp: topology files for Cholesterol, DOPE, DSPC and RNA fragment as they are not part of the standard molecules in CHARMM36.</li> </ul> </li> <li>ELN and noELN indicate presence or absence of an elastic network to fix the structure of the RNA during the cg runs.&nbsp;</li> <li>cgmdp: Gromacs input files for the cg runs</li> <li>aamdp: Gromacs input files for the aa runs</li> </ul> </li> </ul>

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

Determination of the geometric parameters of the defects based on the tomographically obtained data and their influence on the fatigue behavior of the S960 with laser cladded protective layers

<p>Original Figure 3: Geometric dimensions of the single-track deposition region of Aluminium-Bronze/S960</p>

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

Data for the project: Shifts in habitat suitability for harbour porpoises leads to reduced importance of Marine Protected Areas

<p><span>Location data from 111 tracked harbour porpoises were collected over the period 1997&ndash;2022 as part of a long-term satellite telemetry monitoring program in Denmark</span><span>. Individual harbour porpoises were fitted with Argos satellite tags after being incidentally trapped in pound nets, which are used in near-shore commercial fisheries in the Inner Danish waters</span><span>. </span><span>Argos tags were programmed to make a limited number of daily satellite uplinks and acquire a location at pre-defined times (time of day and duty cycles) to increase the battery lifetime. Duty cycles of the tags varied between 1 and 4 days. Pre-processing of l</span><span>ocation data included filtering out unlikely locations using the Argos-Filter v7.03 </span><span>and the removal of locations on land and those collected within 24&thinsp;hours after tagging to reduce behavioural bias caused by capture and tagging</span><span>.</span><span> After the data cleaning process, 9 345 <span>locations collected by 111 harbour porpoises were included in this study with an average tracking duration of 118.5 days per individual (min = 8 days, max = 522 days).</span></span></p> <p><span><span>Dataset includes coordinates (latitude and longitude ) of each location and the season and time period it was collected.</span></span></p>

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

Data for "Are exotic saltmarsh species better than native species for coastal protection? "

<p>Full data for Figue 2~3 are saved in "Figure 2.xlsx" and "Figure 3.xlsx", and data for Figure 4a is saved in "Figure 4.xlsx".</p>

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

Data from: Protection of pepper plants from drought by microbacterium sp. 3J1 by modulation of the plant's glutamine and α-ketoglutarate content: a comparative metabolomics approach

<p><span>Desiccation-tolerant plants are able to survive for extended periods of time in the absence of water. The molecular understanding of the mechanisms used by these plants to resist droughts can be of great value for improving drought tolerance in crops. This understanding is especially relevant in an environment that tends to increase the number and intensity of droughts. The combination of certain microorganisms with drought-sensitive plants can improve their tolerance to water scarcity. One of these bacteria is <i>Microbacterium </i>sp. 3J1, an actinobacteria able to protect pepper plants from drought. In this study, we supplemented drought-tolerant and drought-sensitive plant rhizospheres with <i>Microbacterium</i> sp. 3J1 and analyzed their proteomes under drought to investigate the plant-microbe interaction. We also compare this root proteome with the proteome found in desiccation-tolerant plants. In addition, we studied the proteome of <i>Microbacterium</i> sp. 3J1 subjected to drought to analyze its contribution to the plant-microbe interaction. We describe those mechanisms shared by desiccation-tolerant plants and sensitive plants protected by microorganisms focusing on protection against oxidative stress, and production of compatible solutes, plant hormones, and other more specific proteins.</span></p>

opencc-zeroMay 2020View details →
zenodo36/100

Literature Survey of Electrostatic Incidents- Fire Protection Research Foundation report data

<p>The attached spreadsheet includes 89 incidents gathered as part of a FPRF report (report number FPRF-2021-07)&nbsp; &quot;Static Electricity Incident Review&quot; produced in August 2021. The report is available at: <a href="https://www.nfpa.org/News-and-Research/Data-research-and-tools/Electrical/Static-Electricity-Incident-Review ">https://www.nfpa.org/News-and-Research/Data-research-and-tools/Electrical/Static-Electricity-Incident-Review&nbsp;</a></p> <p>The incidents gathered are on electrostatic incidents found in the literature or public domain,&nbsp; and categorized in the following 10 columns:</p> <ol> <li>Incident Date</li> <li>Incident Location</li> <li>Incident Type</li> <li>Summary of Incident</li> <li>Potential NFPA 77 technical item that was breached</li> <li>Link/references to incident (if available)</li> <li>Number of Casualties</li> <li>Date last accessed</li> <li>Conclusions</li> <li>Why the incident happened.<br> &nbsp;</li> </ol>

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

Raw data fort the article: FLUOROSCOPY-GUIDED BILIARY PROCEDURES IN A PREGNANT, LIVER TRANSPLANT PATIENT: FETUS RADIATION PROTECTION

<p>We report three cases of clinically necessary, fluoroscopy-guided, percutaneous biliary procedures performed safely in a pregnant, liver transplant recipient using three different angiography suites. The uterine cumulative equivalent dose was 0.25 mSv, a value obtained by adding the doses of the three procedures described above, and which is relatively low when compared with the naturally occurring background radiation exposure for a 9-month pregnancy (~0.5-1 mSv). Our experience shows that staff knowledge, awareness and liaison promote the application of all dose reduction strategies possible while still achieving the clinical aim despite using different angiographic equipment.</p>

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

Probiotic Bacillus subtilis Protects against a-Synuclein Aggregation in C. elegans (fluorescence microscopy data)

<p>This project has been submitted by the Maria Doitsidou Lab.<br> <br> Project contents:<br> This project contains datasets of z-stack images of <em>C. elegans</em> strains used to study how the gut microbiome affects Parkinson&rsquo;s disease. Each strain contains a chromosomal insertion containing YFP fused to &alpha;-synuclein (pkIs2386[Punc-54::&alpha;-synuclein::YFP + unc-119(+)]). The following<em> C. elegans</em> strains were used and/or created for this project:<br> NL5901 pkIs2386[Punc-54::&alpha;-synuclein::YFP + unc-119(+)]<br> MDH586 daf-2(e1370) III; pkIs2386<br> MDH585 daf-16(mu86) I; pkIs2386<br> MDH587 hsf-1(sy441) I; pkIs2386<br> MDH657 daf-2(e1370) III; daf-16(mu86) I; pkIs2386<br> MDH614 daf-2(gk390525) III; pkIs2386<br> MDH611 eat-2(ad465) II; pkIs2386<br> MDH711 lagr-1(gk331) I, pkIs2386<br> MDH725 sptl-3(ok1927) II; pkIs2386<br> MDH724 asm-3(ok1744) IV; pkIs2386.<br> <br> High magnification (40x objective) z stack images of the head region were obtained by using a Zeiss Axio imager 2 microscope.<br> <br> <br> Aim:<br> Study how a probiotic<em> B. subtilis</em> strain affects alpha-synuclein protein aggregation.<br> <br> Main results:<br> The authors showed that the probiotic<em> B. subtilis</em> strain PXN21 inhibits and clears a-synuclein aggregation in a <em>C. elegans </em>model. The bacterium acts via metabolites and biofilm formation to activate protective pathways in the host, including DAF-16/FOXO and sphingolipid metabolism.<br> <br> Contributors:<br> Maria Eugenia Goya, Feng Xue, Cristina Sampedro-Torres-Quevedo, Sofia Arnaouteli, Lourdes Riquelme-Dominguez, Andres Romanowski, Jack Brydon, Kathryn L. Ball, Nicola R. Stanley-Wall and Maria Doitsidou<br> <br> These datasets were used in the following publication:<br> <br> Probiotic Bacillus subtilis Protects against a-Synuclein Aggregation in <em>C. elegans</em><br> <br> Maria Eugenia Goya, Feng Xue, Cristina Sampedro-Torres-Quevedo, Sofia Arnaouteli, Lourdes Riquelme-Dominguez, Andres Romanowski, Jack Brydon, Kathryn L. Ball, Nicola R. Stanley-Wall and Maria Doitsidou<br> <br> Cell Reports January 14, 2020 30 367-380; first published January 14, 2020&nbsp;<a href="https://doi.org/10.1016/j.celrep.2019.12.078">https://doi.org/10.1016/j.celrep.2019.12.078</a></p>

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

Data for "Reinfections and cross-protection in the 1918/19 influenza pandemic: Revisiting a survey among male and female factory workers"

<p>Dataset&nbsp;underlying the analysis of the paper:&nbsp;&quot;Reinfections and cross-protection in the 1918/19 influenza pandemic: Revisiting a survey among male and female factory workers&quot;</p> <p>The dataset includes the following variables:</p> <ul> <li>Sex - male, female</li> <li>Age2 - age in full years</li> <li>Grippe - influenza (oui = yes, non=no)</li> <li>Times_grippe -&nbsp;how often did the influenza occur (0-3)</li> <li>Reinfection - 0=no, 1=yes</li> <li>Reinfection_forte -&nbsp;was the reinfection stronger or the same (1) or weaker (0) as the first infection?</li> <li>Severeness - 1=mild, 2 and 3 = strong</li> <li>reinf_v1 - reinfection first wave 0=no, 1=yes</li> <li>vage1 - infection first wave&nbsp;0=no, 1=yes</li> <li>reinf_v2 - reinfection second wave 0=no, 1=yes</li> <li>vage2 - infection second wave&nbsp;0=no, 1=yes</li> <li>reinf_v3 - reinfection third&nbsp;wave 0=no, 1=yes</li> <li>vage3 - infection third wave&nbsp;0=no, 1=yes</li> <li>reinf_y1919 - reinfection winter 1919 0=no, 1=yes</li> <li>vage_1919 - infection&nbsp;winter 1919 0=no, 1=yes</li> <li>Grippe1890 -&nbsp;illness 1890&nbsp;0=no, 1=yes</li> </ul> <p>&nbsp;</p> <p>&nbsp;</p>

opencc-by-4.0Nov 2022View details →

ScienceDex guides

Understand access before you commit

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

Compare curated datasets

Allen Brain Atlas

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

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

Annotated Behaviour and Observability Dataset (ABODe)

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

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

DANDI Archive for NWB datasets

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

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

International Brain Laboratory public data

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

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

OpenNeuro

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

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