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.

76,402,788

datasets available to search

ShareScore release 0.7.1

Reset

Dataset results

76,402,788 results

Learn how ShareScore rates datasets ↗
zenodo52/100

Data food baskets Eusocialcit

<p>The dataset is linked to the EuSocialCit working papers on the construction of cross-national comparable food budgets. Nutritionists and researchers in four European countries have calculated comparable food budgets for households living in an urban context in Belgium, Finland, Hungary and Spain. </p> <p>The budgets are used as a social indicator in a tentative exercise to assess the affordability of a healthy and sustainable diet.</p> <p>The datafile contains:</p> <ul> <li>comparable priced food baskets (divided according to food categories and including kitchen equipment) for 16 person types and based of EFSA DRV&rsquo;s an national Food based dietary guidelines</li> <li>comparable sustainable food baskets (divided according to food categories and including kitchen equipment) for 2 person types (adult man and adult woman on active age) based on EAT lancet recommendations</li> <li>Harmonised sustainable food baskets (divided according to food categories and including kitchen equipment) for&nbsp; person type (adult man on active age)</li> <li>Priced basket of kitchen equipment for a base household + additional prices for extra household types</li> </ul> <p>&nbsp;</p>

opencc-by-4.0Apr 2024View details →
zenodo52/100

Dataset of "Perovskite QDs embedded in polymer as a wavelength-shifting layer for UV-sensitized silicon sensors"

<p>Detection of UV radiation is becoming increasingly important for many applications. Here we present novel UV sensor construction on the basis of standard Si detector modification. Wavelength shifting mechanism is achieved by the luminescence effect of perovskite quantum dots embedded in polymer layers. We comprehensively characterize these composite materials, various sensor modification routes and the &nbsp;optical properties of UV-enhanced visible sensors. Modified S1227-16 BG silicon photodiodes and S13360-1375 CS MPPC photodetectors with the enhanced UV response are successively manufactured.micrographs; cross sections of model simulation or prediction (MSP).</p>

opencc-by-4.0Apr 2024View details →
zenodo52/100

List of TEI rolename annotations in the ISicily EpiDoc corpus

<p>This CSV file details every instance of a 'roleName' tag in the I.Sicily (sicily.classics.ox.ac.uk) EpiDoc TEI files, reporting the ID number of the file in which it appears, and the value of the @type and @subtype attributes in each case - as such it serves as an index of roleName attestations in the I.Sicily dataset (also recoverable directly from the EpiDoc files). The file will be updated in future.</p>

opencc-by-4.0Apr 2024View details →
zenodo52/100

Multilingual news article similarity dataset

<p>This dataset contains the extended version of the authors' earlier work:&nbsp;<a href="../records/6507872">https://zenodo.org/records/6507872,</a> where pairs of news articles drawn from the first half of 2020 are annotated for seven aspects of similarity in the original version as well as an additional FRAME aspect:</p> <ul> <li><strong>GEO</strong>:&nbsp;How similar is the geographic focus (places, cities, countries, etc.) of the two articles?</li> <li><strong>ENT:</strong>&nbsp;How similar are the named entities (e.g., people, companies, organizations, products, named living beings), excluding previously considered locations appearing in the two articles?</li> <li><strong>TIME</strong>&nbsp;Are the two articles relevant to similar time periods or describing similar time periods?</li> <li><strong>NAR</strong>&nbsp;How similar are the narrative schemas presented in the two articles?</li> <li><strong>OVERALL</strong>&nbsp;Overall, are the two articles covering the same substantive news story? (excluding style, framing, and tone)</li> <li><strong>STYLE</strong>&nbsp;Do the articles have similar writing styles?</li> <li><strong>TONE</strong> Do the articles have similar tones?</li> <li><strong>FRAME</strong> Do the articles have similar framing and express similar opinions?</li> </ul>

opencc-by-4.0Jan 2024View details →
zenodo52/100

A collection of datasets for software vulnerability detection

<p>This is a collection of datasets that are used for AI-based software vulnerability detection. All the datasets are in the .csv format and each row represents a sample. Each dataset includes a set of functions written in C and the target of each function is either 0 (non-vulnerable) or 1 (vulnerable).</p> <ol> <li><strong>data_C_Lin2017_test.csv:</strong> <ul> <li>Reference paper: <a href="https://dl.acm.org/doi/10.1145/3133956.3138840">Vulnerability Discovery with Function Representation Learning from Unlabeled Projects</a>, 2017.</li> <li>Data source on GitHub: <a href="https://github.com/DanielLin1986/function_representation_learning">https://github.com/DanielLin1986/function_representation_learning</a></li> <li>This dataset includes 44 vulnerable and 577 non-vulnerable functions from the LibPNG project.</li> </ul> </li> <li><strong>data_C_LineVul_test.csv:</strong> <ul> <li>Reference paper: <a href="https://ieeexplore.ieee.org/document/9796256">LineVul: A Transformer-based Line-Level Vulnerability Prediction</a>, 2022.</li> <li>Data source on Hugging Face: <a href="https://huggingface.co/datasets/Partha117/LineVul_Test_Dataset">https://huggingface.co/datasets/Partha117/LineVul_Test_Dataset</a></li> <li>This dataset includes 1055 vulnerable and 17809 non-vulnerable functions.</li> </ul> </li> <li><strong>data_C_PrimeVul_test.csv:</strong> <ul> <li>Reference paper: <a href="https://arxiv.org/abs/2403.18624">Vulnerability Detection with Code Language</a><br><a href="https://arxiv.org/abs/2403.18624">Models: How Far Are We?</a> 2024.</li> <li>Data source on GitHub: <a href="https://github.com/DLVulDet/PrimeVul">https://github.com/DLVulDet/PrimeVul</a></li> <li>From the data source, the primevul_test.jsonl was used to created this dataset.</li> <li>This dataset includes&nbsp;695 vulnerable and 25213 non-vulnerable functions.</li> </ul> </li> <li><strong>data_C_Choi2017_test.csv:</strong> <ul> <li>Reference paper: <a href="https://www.ijcai.org/proceedings/2017/0214.pdf">End-to-End Prediction of Buffer Overruns from Raw Source Code</a><br><a href="https://www.ijcai.org/proceedings/2017/0214.pdf">via Neural Memory Networks</a>, 2017.</li> <li>Data source on GitHub: <a href="https://github.com/mjc92/buffer_overrun_memory_networks">https://github.com/mjc92/buffer_overrun_memory_networks</a></li> <li>From GitHub, all the data in trainnig_100.txt, test_1_100.txt, test_2_100.txt,test_3_100.txt,test_4_100.txt, and corresponding _labels.txt files are combined to create this dataset.</li> <li>This dataset includes 7054 vulnerable and 6946 non-vulnerable functions.</li> </ul> </li> <li><strong>data_C_Devign_test.csv:</strong> <ul> <li>Reference paper: <a href="https://proceedings.neurips.cc/paper_files/paper/2019/file/49265d2447bc3bbfe9e76306ce40a31f-Paper.pdf">Devign: Effective Vulnerability Identification by Learning Comprehensive Program Semantics via Graph Neural Networks</a>, 2019</li> <li>Data source on Hugging Face: <a href="https://huggingface.co/datasets/claudios/code_x_glue_devign">https://huggingface.co/datasets/claudios/code_x_glue_devign</a></li> <li>From Hugging Face, all the data in train, validation, and test are combined to create this dataset.</li> <li>This dataset includes&nbsp;12460 vulnerable and 14858 non-vulnerable functions.</li> </ul> </li> <li><strong>data_C_Ours_{train,test}.csv:</strong> <ul> <li>This dataset is manually collected from projects on GitHub that have registered CVEs into NVD from 2002 to 2023. The 6,766 non-vulnerable code functions are extracted from the <a href="https://dl.acm.org/doi/10.1145/3607199.3607242">DiverseVul dataset</a> to increase the code diversity.&nbsp;</li> <li>This training set includes 5413 vulnerable and 5413 non-vulnerable functions.</li> <li>The test set includes 1353 vulnerable and 1353 non-vulnerable functions.</li> </ul> </li> </ol>

openmit-licenseApr 2024View details →
zenodo52/100

Soundscape Attributes Translation Project (SATP) Dataset

<p>The data and audio included here were collected for the Soundscape Attributes Translation Project (SATP). First introduced in Aletta et. al. (<a href="https://biblio.ugent.be/publication/8695720/file/8695735.pdf">2020</a>), the SATP is an attempt to provide validated translations of soundscape attributes in languages other than English. The recordings were&nbsp;used for headphones - based listening experiments.</p> <p>The data are provided to accompany publications resulting from this project and to provide a unique dataset of 1000s of perceptual responses to a standardised set of urban soundscape recordings. This dataset is the result of efforts from hundreds of researchers, students, assistants, PIs, and participants from institutions around the world. We have made an attempt to list every contributor to this Zenodo repo; if you feel you should be included, please get in touch.</p> <p><strong>Citation</strong>: If you use the SATP dataset or part of it, please cite our paper describing the data collection and this dataset itself.</p> <p><strong>Overview</strong>:&nbsp;The SATP dataset consists of 27 30-sec binaural audio recordings made in urban public spaces in London and one 60 sec stereo calibration signal.</p> <p>The recordings were made at locations as reported in Table 1 of the README.md (<strong>Recording locations</strong>),&nbsp;at various times of day by an operator wearing a binaural&nbsp;kit consisting of&nbsp;BHS II microphones and a SQobold (HEAD acoustics) device. Recordings were&nbsp;then exported to WAV via the ArtemiS SUITE software, using the original dynamic range from HDF. The listening experiment and the calibration procedure were intended for a headphone playback system (Sennheiser HD650 or similar open-back headphones recommended).&nbsp;</p> <p>The recordings were selected from an initial set of 80 recordings through a pilot study to ensure the test set had an even coverage of the soundscape circumplex space. These recordings were sent to the partner institutions (see Table 2 of the README.md) and assessed by approximately 30 participants in the institution's target language. The questionnaire used in each assessment is a translation of Method A Questionnaire, ISO 12913-2:2018. Each institution carried out their own lab experiment to collect data, then submitted their data to the team at UCL to compile into a single dataset. Some institutions included additional questions or translation options; the combined dataset (`SATP Dataset v1.x.xlsx`) includes only the base set of questions, the extended set of questions from each institution is included in the `Institution Datasets` folder.</p> <p>In all, SATP Dataset v1.4 contains 19,089 samples, including 707 participants, for 27 recordings, in 18 languages with contributions from 29 institutions.</p> <p><strong>Descriptions of the recordings, including GPS coordinates and sound sources, can be found in the README.md file.</strong></p> <p><strong>Format</strong>:&nbsp;The audio recordings are provided as 24 bit, 48 kHz, stereo WAV files. The combined dataset and Institutional datasets are provided as long tidy data tables in .xlsx files.</p> <p><strong>Calibration:&nbsp;</strong>The recommended calibration&nbsp;approach was based on the open-circuit voltage (OCV) procedure which was considered most&nbsp;accessible but other&nbsp;calibration procedures are also possible (Lam et. al. (<a href="https://arxiv.org/abs/2207.12899">2022</a>)). The provided calibration file is a computer generated sine wave at 1kHz, matching&nbsp;a&nbsp;sine wave recorded using the exact same setup at&nbsp;SPL of 94 dB. In case of the calibration signal&nbsp;playback level set to match&nbsp;SPL of 94 dB at the eardrum, all the 27 samples should be reproduced at realistic loudness.&nbsp;More details on OCV calibration procedure and other options&nbsp;you can find in&nbsp;Lam et. al. (<a href="https://arxiv.org/abs/2207.12899">2022</a>) and the attached documentation. PLEASE DO NOT EXPOSE YOURSELF NOR THE PARTICIPANTS TO THE CALIBRATION SIGNAL SET AT THE REALISTIC LEVEL AS IT&nbsp;CAN CAUSE HARM.</p> <p><strong>License and reuse</strong>:&nbsp;All SATP recordings are provided under the Creative Commons Attribution 4.0 International (CC BY 4.0) License and are free to use. We encourage other researchers to replicate the SATP protocol and contribute new languages to the dataset. We also encourage the use of these recordings and the perceptual data for further soundscape research purposes. Please provide the proper attribution and get in touch with the authors if you would like to contribute a new translation or for any other collaborations.</p>

opencc-by-4.0Sep 2022View details →
zenodo52/100

Integrated database on adaptation and mitigation measures in Europe

<p>Climate action is far from meeting the internationally agreed adaptation and mitigation goals. Even though climate action planning has increased since the Paris Agreement in 2015, the implementation rate of those plans remains low. Climate planning literature claims that accounting for long-term planning and implementation times, accurately estimating costs, identifying synergies and trade-offs between measures, or considering justice and equity issues might increase the quality of climate plans and facilitate the further implementation of climate actions.</p> <p>Also, there is no uniform way of responding to the climate crisis. Existing climate action databases typically focus on a particular type of response, sector, hazard, or type. In parallel, national governments and international initiatives provide tools and guidelines to facilitate the development of climate action plans. However, the primary climate action recording and monitoring initiatives and projects do not share the same framework as those tools, resulting in a lost opportunity to improve climate actions' knowledge transferability.</p> <p>Thus, we reviewed nine existing databases of adaptation and five mitigation databases, comprising a total of 7.130 adaptation actions and 11.409 mitigation actions, and detected a lack of alignment with climate planning practices and claims. Furthermore, we revealed a lack of coherency regarding the level of abstraction of climate actions and their role in the implementation process. Not all climate actions are meant to operate similarly from a planning perspective: while some had a direct outcome on the target indicators, others are thought to facilitate their implementation.</p> <p>Ultimately, we created a new integrated database of adaptation and mitigation measures in Europe, focusing exclusively on climate planning and implementation practices. First, we identified specific and transferable mitigation and adaptation measures and instruments through an originally designed decision tree. Second, we harmonised the collection of climate actions in a unique framework based on one of the biggest climate planning initiatives: the Sustainable and Energy Climate Action Plans by the Covenant of Mayors. Our integrated database of adaptation and mitigation measures (1) classifies and relates the different types of climate actions; (2) provides data that may improve the quality of climate plans and facilitate implementation; (3) allows a better perspective of systematic problems by identifying potential synergies and trade-offs; and (4) defines and characterises measures using a framework that draws on actual practice. The database compiles a total of 191 adaptation measures, 188 mitigation measures, and 97 measures that account for each, and a total of 609 associated instruments. For monitoring their outcomes, 93 SDG relevant indicators &nbsp;are included.</p>

opencc-by-4.0Aug 2023View details →
zenodo52/100

ICARIA: climate projections from statistical downscaling outputs

<p><strong>ICARIA </strong>project had as one of its main purposes to develop coherent, reliable and usable downscaled climate projections from the last CMIP6 in order to construct the basis for efficient support to climate adaptation and decision-making of the related stakeholders, supporting the adaptation of critical assets within the project. These projections were obtained with also the purpose to be freely available for further use in subsequent studies and, hence, foster adaptation to climate change in more areas. Therefore, ICARIA&rsquo;s climate information is already based on CMIP6 models and incorporating in its workflow the current SSPs. The presented high-resolution future climate projections display a unique dataset. These models will provide the scenarios to be considered within the Risk Assessment and the design and development of all adaptation measures coming as ICARIA outcomes.</p> <p>For further details, find here a brief of the <strong>methodology </strong>followed:<strong> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</strong></p> <p><strong>----- &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</strong></p> <p><em>The statistical downscaling methodology applied in ICARIA by FIC, named FICLIMA (Ribalaygua et al. 2013), consists of a two-step analogue/regression statistical method which has been used in national and international projects with good verification results (i.e.: Monjo et al. 2016). The first step is common for all simulated climate variables and it is based on an analogue stratification (Zorita et al. 1993). An analogue method was applied based on the hypothesis that &lsquo;analogue&rsquo; atmospheric patterns (predictors) should cause analogue local effects (predictands), which means that the number of days that were most similar to the day to be downscaled was selected. The similarity between any two days was measured according to three nested synoptic windows (with different weights) and four large-scale fields using a pseudo-Euclidean distance between the large-scale fields used as predictors. For each predictor, the weighted Euclidean distance was calculated and standardised by substituting it with the closest percentile of a reference population of weighted Euclidean distances for that predictor. This method is a good method for reproducing nonlinear relationships between predictors and the predictands, but it could not be used to simulate values outside of the range of observed values. In order to overcome this problem and obtain a better simulation, a second step was required.</em></p> <p><em>For this second step, the procedures applied depend on the variable of interest. To determine the temperature, multiple linear regression analysis for the selected number of most analogous days was performed for each station and for each problem day. From a group of potential predictors, the linear regression selected those with the highest correlation, using a forward and backward stepwise approach.</em></p> <p><em>For precipitation, a group of m problem days (we use the whole days of a month) is downscaled. For each problem day we obtain a &ldquo;preliminary precipitation amount&rdquo; averaging the rain amount of its n most analogous days, so we can sort the m problem days from the highest to the lowest &ldquo;preliminary precipitation amount&rdquo;. For assigning the final precipitation amount, all amounts of the m&times;n analogous days are sorted and clustered in m groups. Every quantity is finally assigned, orderly, to the m days previously sorted by the &ldquo;preliminary precipitation amount&rdquo;.</em></p> <p><em>For wind or relative humidity, the second step is a transfer function between the observed probability distribution and the simulated one using the averaged values from the n = 30 analogous days. Particularly, a parametric bias correction was performed to the time series obtained from the analogue stratification (first step). In order to estimate the improvement of this procedure, the bias correction was also applied to the direct model outputs.</em></p> <p><em>This second step done at a daily scale with an inner thorough verification procedure is essential and the main differentiating process of FICLIMA method. It extends beyond mean values to include extremes and covers all time scales, including daily intervals. With the verification it can be proven If the method correctly simulates changes from one day to the next, indicating an effective capture of the underlying physical connections between predictors and predictands. These physical links remain relatively consistent, even in the face of climate change (as opposed to purely empirical relationships that might shift). In essence, this approach theoretically addresses the primary challenge in statistical downscaling known as the non-stationarity problem. This problem questions the stability of predictor/predictand relationships established in the past, probing whether these relationships will persist in the future.</em></p> <p>-----</p> <p>The dataset shared here includes information for the three case studies tackled in ICARIA: <strong>Barcelona Metropolitan Area (AMB), Salzburg Region (SLZ), and South Aegean Region (SAR)</strong>. The information provided covers data and outcomes by 10 models belonging to CMIP6. Each model has a historical archive, from 01/01/1950 to 31/12/2014 and 4 future scenarios (ssp126, ssp245, ssp370 and ssp585) ranging from 01/01/2015 to 31/12/2100. The relation of the selected models is detailed in the next Table:</p> <p><strong>Table 1</strong>.<em> Information about the 10 climate models belonging to the 6 Coupled Model Intercomparison Project (CMIP6) corresponding to the IPCC AR6. Models were retrieved from the Earth System Grid Federation (ESGF) portal in support of the Program for Climate Model Diagnosis and Intercomparison (PCMDI).</em></p> <div> <div> <table> <tbody> <tr> <td> <p><strong>CMIP6 MODELS</strong></p> </td> <td> <p><strong>Resolution</strong></p> </td> <td> <p><strong>Responsible Centre</strong></p> </td> <td> <p><strong>References</strong></p> </td> </tr> <tr> <td> <p>ACCESS-CM2</p> </td> <td> <p>1,875&ordm; x 1,250&ordm;</p> </td> <td> <p>Australian Community Climate and Earth System Simulator (ACCESS), Australia</p> </td> <td> <p>Bi, D. et al (2020)</p> </td> </tr> <tr> <td> <p>BCC-CSM2-MR</p> </td> <td> <p>1,125&ordm; x 1,121&ordm;</p> </td> <td> <p>Beijing Climate Center (BCC), China Meteorological Administration, China.</p> </td> <td> <p>Wu T. et al. (2019)</p> </td> </tr> <tr> <td> <p>CanESM5</p> </td> <td> <p>2,812&ordm; x 2,790&ordm;</p> </td> <td> <p>Canadian Centre for Climate Modeling and Analysis (CC-CMA), Canad&aacute;.</p> </td> <td> <p>Swart, N.C. et al. (2019)</p> </td> </tr> <tr> <td> <p>CMCC-ESM2</p> </td> <td> <p>1,000&ordm; x 1,000&ordm;</p> </td> <td> <p>Centro Mediterraneo sui Cambiamenti Climatici (CMCC).</p> </td> <td> <p>Cherchi et al, 2018</p> </td> </tr> <tr> <td> <p>CNRM-ESM2-1</p> </td> <td> <p>1,406&ordm; x 1,401&ordm;</p> </td> <td> <p>CNRM (Centre National de Recherches Meteorologiques), Meteo-France, Francia.</p> </td> <td> <p>Seferian, R. (2019)</p> </td> </tr> <tr> <td> <p>EC-EARTH3</p> </td> <td> <p>0,703&ordm; x 0,702&ordm;</p> </td> <td> <p>EC-EARTH Consortium</p> </td> <td> <p>EC-Earth Consortium. (2019)</p> </td> </tr> <tr> <td> <p>MPI-ESM1-2-HR</p> </td> <td> <p>0,938&ordm; x 0,935&ordm;</p> </td> <td> <p>Max-Planck Institute for Meteorology (MPI-M), Germany.</p> </td> <td> <p>M&uuml;ller et al., (2018)</p> </td> </tr> <tr> <td> <p>MRI-ESM2-0</p> </td> <td> <p>1,125&ordm; x 1,121&ordm;</p> </td> <td> <p>Meteorological Research Institute (MRI), Japan.</p> </td> <td> <p>Yukimoto, S. et al. (2019)</p> </td> </tr> <tr> <td> <p>NorESM2-MM</p> </td> <td> <p>1,250&ordm; x 0,942&ordm;</p> </td> <td> <p>Norwegian Climate Centre (NCC), Norway.</p> </td> <td> <p>Bentsen, M. et al. (2019)</p> </td> </tr> <tr> <td> <p>UKESM1-0-LL</p> </td> <td> <p>1,875&ordm; x 1,250&ordm;</p> </td> <td> <p>UK Met Office, Hadley Centre, United Kingdom</p> </td> <td> <p>Good, P. et al. (2019)</p> </td> </tr> </tbody> </table> <p>&nbsp;</p> <p>The results shared here are developed over each of the observational locations that were retrieved to run the statistical downscaling. Both the observational datasets and the future climate change projections can be found here in a TXT format for each of the locations where they were developed. Observations include the main variables retrieved after a quality and homogeneity control, and climate projections together with extreme indicators include each of the 10 models, the 4 Tier 1 SSPs and data until the year 2100. The variables treated belong to the main climate variables and their related extreme indicators as they were defined during the ICARIA project. You can find here a summary table of all the variables and indicators that were used to develop the projections.</p> <strong>Table 2.</strong> <em>Summary of selected thermal and precipitation indicators, grouped aligned with the main hazards they feed. &ldquo;nd&rdquo; = number of days; &ldquo;ne&rdquo; = number of events.</em> <div> <table> <tbody> <tr> <td> <p><strong>Index/name</strong></p> </td> <td> <p><strong>Short description</strong></p> </td> <td> <p><strong>Source</strong></p> </td> <td> <p><strong>Variable</strong></p> </td> <td> <p><strong>Units</strong></p> </td> <td> <p><strong>Threshold</strong></p> </td> </tr> <tr> <td> <p><strong>Thermal indicators</strong></p> </td> </tr> <tr> <td> <p>TX90 / TX10</p> </td> <td> <p>Warm/cold days</p> </td> <td> <p>Zhang et al. (2011)</p> </td> <td> <p>TX</p> </td> <td> <p>nd</p> </td> <td> <p>90 / 10%</p> </td> </tr> <tr> <td> <p>HD</p> </td> <td> <p>Heat day</p> </td> <td> <p>ICARIA</p> </td> <td> <p>TX</p> </td> <td> <p>nd</p> </td> <td> <p>&gt; 30 &deg;C</p> </td> </tr> <tr> <td> <p>EHD</p> </td> <td> <p>Extreme heat day</p> </td> <td> <p>ICARIA</p> </td> <td> <p>TX</p> </td> <td> <p>nd</p> </td> <td> <p>&gt; 35 &deg;C</p> </td> </tr> <tr> <td> <p>TR</p> </td> <td> <p>Tropical nights</p> </td> <td> <p>Zhang et al. (2011)</p> </td> <td> <p>TN</p> </td> <td> <p>nd</p> </td> <td> <p>&gt; 20 &deg;C</p> </td> </tr> <tr> <td> <p>EQ</p> </td> <td> <p>Equatorial nights</p> </td> <td> <p>AEMet 2020, ICARIA</p> </td> <td> <p>TN</p> </td> <td> <p>nd</p> </td> <td> <p>&gt; 25 &deg;C</p> </td> </tr> <tr> <td> <p>IN</p> </td> <td> <p>Infernal nights</p> </td> <td> <p>ICARIA</p> </td> <td> <p>TN</p> </td> <td> <p>nd</p> </td> <td> <p>&gt; 30 &deg;C</p> </td> </tr> <tr> <td> <p>FD</p> </td> <td> <p>Frost days</p> </td> <td> <p>Zhang et al. (2011)</p> </td> <td> <p>TN</p> </td> <td> <p>nd</p> </td> <td> <p>&lt; 0 &deg;C</p> </td> </tr> <tr> <td> <p>Max consec</p> </td> <td> <p>Max spell length for above thermal indicators</p> </td> <td> <p>ICARIA</p> </td> <td> <p>-</p> </td> <td> <p>nd</p> </td> <td> <p>-</p> </td> </tr> <tr> <td> <p>N&ordm; events</p> </td> <td> <p>Number of above thermal indicators events</p> </td> <td> <p>ICARIA</p> </td> <td> <p>-</p> </td> <td> <p>ne</p> </td> <td> <p>&gt; 3 days</p> </td> </tr> <tr> <td> <p>TXm</p> </td> <td> <p>Mean maximum temperatures</p> </td> <td> <p>ICARIA</p> </td> <td> <p>TX</p> </td> <td> <p>&deg;C</p> </td> <td> <p>-</p> </td> </tr> <tr> <td> <p>TNm</p> </td> <td> <p>Mean minimum temperatures</p> </td> <td> <p>ICARIA</p> </td> <td> <p>TN</p> </td> <td> <p>&deg;C</p> </td> <td> <p>-</p> </td> </tr> <tr> <td> <p>TM</p> </td> <td> <p>Mean temperatures</p> </td> <td> <p>ICARIA</p> </td> <td> <p>TA</p> </td> <td> <p>&deg;C</p> </td> <td> <p>-</p> </td> </tr> <tr> <td> <p>HWle</p> </td> <td> <p>Heatwave length</p> </td> <td> <p>ICARIA</p> </td> <td> <p>TX</p> </td> <td> <p>nd</p> </td> <td> <p>3d &gt; 95% TX</p> </td> </tr> <tr> <td> <p>HWim/HWix</p> </td> <td> <p>Mean and maximum heatwave intensity</p> </td> <td> <p>ICARIA</p> </td> <td> <p>TX</p> </td> <td> <p>&deg;C</p> </td> <td> <p>3d &gt; 95% TX</p> </td> </tr> <tr> <td> <p>HWf</p> </td> <td> <p>Heatwave frequency</p> </td> <td> <p>ICARIA</p> </td> <td> <p>TX</p> </td> <td> <p>ne</p> </td> <td> <p>3d &gt; 95% TX</p> </td> </tr> <tr> <td> <p>HWd</p> </td> <td> <p>Heatwave days</p> </td> <td> <p>ICARIA</p> </td> <td> <p>TX</p> </td> <td> <p>nd</p> </td> <td> <p>3d &gt; 95% TX</p> </td> </tr> <tr> <td> <p>HI - P90</p> </td> <td> <p>Heat Index (percentile 90)</p> </td> <td> <p>NWS (1994)</p> </td> <td> <p>TX, RH</p> </td> <td> <p>&deg;C</p> </td> <td> <p>TX&gt;27 &deg;C, HR&gt; 40%</p> </td> </tr> <tr> <td> <p>UTCI</p> </td> <td> <p>Universal Thermal Climate Index</p> </td> <td> <p>Br&ouml;de et al. (2012)</p> </td> <td> <p>TA<br>RH, W</p> </td> <td> <p>-</p> </td> <td> <p>-</p> </td> </tr> <tr> <td> <p>UHI</p> </td> <td> <p>Isla de calor (BCN) anual y estacional</p> </td> <td> <p>AMB, Metrobs 2015</p> </td> <td> <p>T</p> </td> <td> <p>&deg;C</p> </td> <td> <p>TM1-TM2 &gt; 0 &deg;C</p> </td> </tr> <tr> <td> <p><strong>Precipitation indicators</strong></p> </td> </tr> <tr> <td> <p>R20</p> </td> <td> <p>Number of heavy precipitation days</p> </td> <td> <p>Zhang et al. (2011)</p> </td> <td> <p>P</p> </td> <td> <p>nd</p> </td> <td> <p>&gt;20 mm</p> </td> </tr> <tr> <td> <p>R50, R100</p> </td> <td> <p>Days with extreme heavy rain</p> </td> <td> <p>AMB et al. (2017)</p> </td> <td> <p>P</p> </td> <td> <p>nd</p> </td> <td> <p>&gt;50mm</p> <p>&gt;100mm</p> </td> </tr> <tr> <td> <p>Ra</p> </td> <td> <p>Yearly and seasonal rainfall relative change</p> </td> <td> <p>ICARIA</p> </td> <td> <p>P</p> </td> <td> <p>mm</p> </td> <td> <p>&ge; 0.1mm</p> </td> </tr> <tr> <td> <p>IDF - CCF</p> </td> <td> <p>IDF Curves - Climate Change Factor</p> </td> <td> <p>Arnbjerg-Nielsen (2012)</p> </td> <td> <p>P</p> </td> <td> <p>-</p> </td> <td> <p>&ge; 0.1mm</p> </td> </tr> <tr> <td> <p><strong>Forest fire indicators</strong></p> </td> </tr> <tr> <td> <p>Mean FWI</p> </td> <td> <p>Mean Canadian FWI in fire season</p> </td> <td> <p>Stock, B.J. et al. (1989)</p> </td> <td> <p>RHn, TX, P, W</p> </td> <td> <p>.</p> </td> <td> <p>June-<br>September</p> </td> </tr> <tr> <td> <p>Very High FWI</p> </td> <td> <p>Very High Canadian FWI</p> </td> <td> <p>Stock, B.J. et al. (1989)</p> </td> <td> <p>RHn, TX, P, W</p> </td> <td> <p>nd</p> </td> <td> <p>FWI &gt; 38</p> </td> </tr> </tbody> </table> </div> <p>&nbsp;</p> <p><strong>Table 3</strong>. <em>Summary of selected drought, oceanic and wind indicators, grouped aligned with the main hazards they feed. &ldquo;nd&rdquo; = number of days; &ldquo;ne&rdquo; = number of events.</em></p> <div> <table> <tbody> <tr> <td> <p><strong>Index/name</strong></p> </td> <td> <p><strong>Short description</strong></p> </td> <td> <p><strong>Source</strong></p> </td> <td> <p><strong>Variable</strong></p> </td> <td> <p><strong>Units</strong></p> </td> <td> <p><strong>Threshold</strong></p> </td> </tr> <tr> <td> <p><strong>Drought indicators</strong></p> </td> </tr> <tr> <td> <p>CDDx</p> </td> <td> <p>Maximum dry spell duration</p> </td> <td> <p>Zhang et al. (2011)</p> </td> <td> <p>P</p> </td> <td> <p>nd</p> </td> <td> <p>&lt; 1 mm</p> </td> </tr> <tr> <td> <p>CDDm</p> </td> <td> <p>Mean dry spell duration</p> </td> <td> <p>Zhang et al. (2011)</p> </td> <td> <p>P</p> </td> <td> <p>nd</p> </td> <td> <p>&lt; 1 mm</p> </td> </tr> <tr> <td> <p>SPI</p> </td> <td> <p>SPI&nbsp;</p> <p>of 1, 3, 6, 12, 24 &amp; 36 months</p> </td> <td> <p>McKee et al. (1993)&nbsp;</p> </td> <td> <p>P, TA</p> </td> <td> <p>mm</p> </td> <td> <p>&ge; 0.1mm</p> </td> </tr> <tr> <td> <p>SPEI</p> </td> <td> <p>SPEI&nbsp;</p> <p>of 1, 3, 6, 12, 24 &amp; 36 months</p> </td> <td> <p>Vicente-Serrano et al.&nbsp; (2010)</p> </td> <td> <p>P, TA</p> </td> <td> <p>mm</p> </td> <td> <p>&ge; 0.1mm</p> </td> </tr> <tr> <td> <p><strong>Oceanic indicators</strong></p> </td> </tr> <tr> <td> <p>SS</p> </td> <td> <p>Storm surge</p> </td> <td> <p>Bryant et al. (2016)</p> </td> <td> <p>MT</p> </td> <td> <p>cm</p> </td> <td> <p>-</p> </td> </tr> <tr> <td> <p>OW</p> </td> <td> <p>Significant/maximum wave height</p> </td> <td> <p>ICARIA</p> </td> <td> <p>WH</p> </td> <td> <p>m</p> </td> <td> <p>-</p> </td> </tr> <tr> <td> <p>Wind indicators</p> </td> </tr> <tr> <td> <p>EWG</p> </td> <td> <p>Extreme wind gusts</p> </td> <td> <p>ICARIA</p> </td> <td> <p>W</p> </td> <td> <p>km/h</p> </td> <td> <p>-</p> </td> </tr> </tbody> </table> </div> <p>&nbsp;</p> </div> </div>

opencc-by-4.0Apr 2024View details →
zenodo52/100

Open AI Literature 2010-2020 Dataset

<p>The OAIL_10-20 dataset is comprised of OpenAlex records which reproduce the majority of the Web of Science (WoS) records analysed in the course of writing the paper Patterns in the Growth and Thematic Evolution of Artificial Intelligence Research: A Study Using Bradford Distribution of Productivity and Path Analysis, Gupta et al.</p> <p>This paper aims to utilise the Bradford distribution to provide a focused analysis of the thematic evolution of research patterns and growth, and applies this analysis to a corpus of AI papers published over the 10 years between 2010 and 2020.&nbsp;</p> <p>We provide this dataset to allow for researchers to reproduce the findings using open science.</p>

opencc-by-4.0Apr 2024View details →
zenodo52/100

Dataset / Code: Targeted protein degradation in mycobacteria uncovers antibacterial effects and potentiates antibiotic efficacy

<p><strong>Targeted protein degradation in mycobacteria uncovers antibacterial effects and potentiates antibiotic efficacy</strong></p> <p><strong>&nbsp;</strong></p> <p>Harim I. Won<sup>1,#</sup>, Samuel Zinga<sup>1,#</sup>, Olga Kandror<sup>1</sup>, Tatos Akopian<sup>1</sup>, Ian D. Wolf<sup>1</sup>, Jessica T.P. Schweber<sup>1</sup>, Ernst W. Schmid<sup>2</sup>, Michael C. Chao<sup>1</sup>, Maya Waldor<sup>1</sup>, Eric J. Rubin<sup>1,*</sup>, Junhao Zhu<sup>1,3,*</sup></p> <p><strong>&nbsp;</strong></p> <p><sup>1</sup>Department of Immunology and Infectious Diseases, Harvard T.H. Chan School of Public Health, Boston, Massachusetts 02115, USA.</p> <p><sup>2</sup>Department of Biological Chemistry and Molecular Pharmacology, Harvard Medical School, Blavatnik Institute, Boston, Massachusetts 02115, USA.</p> <p><sup>3</sup>CAS Key Laboratory of Pathogen Microbiology and Immunology, Institute of Microbiology, Chinese Academy of Sciences, Beijing, China.</p> <p><sup>#</sup>These authors contributed equally to this work.</p> <p>*Corresponding authors: <a href="mailto:zhujh@im.ac.cn">zhujh@im.ac.cn</a> (J.Z.), <a href="mailto:erubin@hsph.harvard.edu">erubin@hsph.harvard.edu</a> (E. J. R.)</p> <p><strong>&nbsp;</strong></p> <p><strong>Abstract</strong></p> <p>Proteolysis-targeting chimeras (PROTACs) represent a new therapeutic modality involving selectively directing disease-causing proteins for degradation through proteolytic systems. Our ability to exploit targeted protein degradation (TPD) for antibiotic development remains nascent due to our limited understanding of which bacterial proteins are amenable to a TPD strategy. Here, we use a genetic system to model chemically-induced proximity and degradation to screen essential proteins in <em>Mycobacterium smegmatis </em>(<em>Msm</em>)<em>, </em>a model for the human pathogen <em>M. tuberculosis </em>(<em>Mtb</em>). By integrating experimental screening of 72 protein candidates and machine learning, we find that drug-induced proximity to the bacterial ClpC1P1P2 proteolytic complex leads to the degradation of many endogenous proteins, especially those with disordered termini. Additionally, TPD of essential <em>Msm </em>proteins inhibits bacterial growth and potentiates the effects of existing antimicrobial compounds. Together, our results provide biological principles to select and evaluate attractive targets for future <em>Mtb</em> PROTAC development, as both standalone antibiotics and potentiators of existing antibiotic efficacy.</p> <p>&nbsp;</p>

opencc-by-4.0Apr 2024View details →
zenodo52/100

Dataset of "From Gas to Solution: The Changing Neutral Structure of Proline Upon Solvation"

Liquid-jet photoelectron spectroscopy (LJ-PES) and electronic-structure theory were employed to investigate the chemical and structural properties of the amino acid L-proline in aqueous solution for its three ionized states (protonated, zwitterionic, deprotonated). This is the first PES study of this amino acid in its most biologically relevant environment. Proline's structure in the aqueous phase under neutral conditions is zwitterionic, distinctly different from the non-ionic neutral form in the gas phase. By analyzing the carbon 1s and nitrogen 1s core-levels as well as the valence spectra of aqueous-phase proline, we found that the electronic structure is dominated by the protonation state of each constituent molecular site (the carboxyl and amine) with small yet noticeable interference across the molecule. The site-specific nature of the core-level spectra enables probing of individual molecular constituents. The valence photoelectron spectra are more difficult to interpret because of overlapping signals of proline with the solvent and pH-adjusting agents (HCl and NaOH). Yet we are able to reveal subtle effects of specific (hydrogen-bonding) interaction with the solvent on the electronic structure. We also demonstrate that the relevant conformational space is much smaller for aqueous-phase proline than it is for its gas phase analogue. This study suggests that caution must be taken when comparing photoelectron spectra for gaseous and aqueous-phase molecules, particularly if those molecules are readily protonated / deprotonated in solution.

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

Collections (from American Folklife Center)

<p>Dataset originally created 03/01/2019 UPDATE: Packaged on 04/18/2019 UPDATE: Edited README on 04/18/2019</p> <p>I. About this Data Set This data set is a snapshot of work that is ongoing as a collaboration between Kluge Fellow in Digital Studies, Patrick Egan and an intern at the Library of Congress in the American Folklife Center. It contains a combination of metadata from various collections that contain audio recordings of Irish traditional music. The development of this dataset is iterative, and it integrates visualizations that follow the key principles of trust and approachability. The project, entitled, &ldquo;Connections In Sound&rdquo; invites you to use and re-use this data.</p> <p>The text available in the Items dataset is generated from multiple collections of audio material that were discovered at the American Folklife Center. Each instance of a performance was listed and &ldquo;sets&rdquo; or medleys of tunes or songs were split into distinct instances in order to allow machines to read each title separately (whilst still noting that they were part of a group of tunes). The work of the intern was then reviewed before publication, and cross-referenced with the tune index at www.irishtune.info. The Items dataset consists of just over 1000 rows, with new data being added daily in a separate file.</p> <p>The collections dataset contains at least 37 rows of collections that were located by a reference librarian at the American Folklife Center. This search was complemented by searches of the collections by the scholar both on the internet at https://catalog.loc.gov and by using card catalogs.</p> <p>Updates to these datasets will be announced and published as the project progresses.</p> <p>II. What&rsquo;s included? This data set includes:</p> <p>The Items Dataset &ndash; a .CSV containing Media Note, OriginalFormat, On Website, Collection Ref, Missing In Duplication, Collection, Outside Link, Performer, Solo/multiple, Sub-item, type of tune, Tune, Position, Location, State, Date, Notes/Composer, Potential Linked Data, Instrument, Additional Notes, Tune Cleanup. This .CSV is the direct export of the Items Google Spreadsheet</p> <p>III. How Was It Created? These data were created by a Kluge Fellow in Digital Studies and an intern on this program over the course of three months. By listening, transcribing, reviewing, and tagging audio recordings, these scholars improve access and connect sounds in the American Folklife Collections by focusing on Irish traditional music. Once transcribed and tagged, information in these datasets is reviewed before publication.</p> <p>IV. Data Set Field Descriptions</p> <p>IV</p> <p>a) Collections dataset field descriptions</p> <p>ItemId &ndash; this is the identifier for the collection that was found at the AFC<br>Viewed &ndash; if the collection has been viewed, or accessed in any way by the researchers.<br>On LOC &ndash; whether or not there are audio recordings of this collection available on the Library of Congress website.<br>On Other Website &ndash; if any of the recordings in this collection are available elsewhere on the internet<br>Original Format &ndash; the format that was used during the creation of the recordings that were found within each collection<br>Search &ndash; this indicates the type of search that was performed in order that resulted in locating recordings and collections within the AFC<br>Collection &ndash; the official title for the collection as noted on the Library of Congress website<br>State &ndash; The primary state where recordings from the collection were located<br>Other States &ndash; The secondary states where recordings from the collection were located<br>Era / Date &ndash; The decade or year associated with each collection<br>Call Number &ndash; This is the official reference number that is used to locate the collections, both in the urls used on the Library website, and in the reference search for catalog cards (catalog cards can be searched at this address: https://memory.loc.gov/diglib/ihas/html/afccards/afccards-home.html)<br>Finding Aid Online? &ndash; Whether or not a finding aid is available for this collection on the internet</p> <p>b) Items dataset field descriptions</p> <p>id &ndash; the specific identification of the instance of a tune, song or dance within the dataset<br>Media Note &ndash; Any information that is included with the original format, such as identification, name of physical item, additional metadata written on the physical item<br>Original Format &ndash; The physical format that was used when recording each specific performance. Note: this field is used in order to calculate the number of physical items that were created in each collection such as 32 wax cylinders.<br>On Webste? &ndash; Whether or not each instance of a performance is available on the Library of Congress website<br>Collection Ref &ndash; The official reference number of the collection<br>Missing In Duplication &ndash; This column marks if parts of some recordings had been made available on other websites, but not all of the recordings were included in duplication (see recordings from Philadelphia C&eacute;il&iacute; Group on Villanova University website)<br>Collection &ndash; The official title of the collection given by the American Folklife Center<br>Outside Link &ndash; If recordings are available on other websites externally<br>Performer &ndash; The name of the contributor(s)<br>Solo/multiple &ndash; This field is used to calculate the amount of solo performers vs group performers in each collection<br>Sub-item &ndash; In some cases, physical recordings contained extra details, the sub-item column was used to denote these details<br>Type of item &ndash; This column describes each individual item type, as noted by performers and collectors<br>Item &ndash; The item title, as noted by performers and collectors. If an item was not described, it was entered as &ldquo;unidentified&rdquo;<br>Position &ndash; The position on the recording (in some cases during playback, audio cassette player counter markers were used)<br>Location &ndash; Local address of the recording<br>State &ndash; The state where the recording was made<br>Date &ndash; The date that the recording was made<br>Notes/Composer &ndash; The stated composer or source of the item recorded<br>Potential Linked Data &ndash; If items may be linked to other recordings or data, this column was used to provide examples of potential relationships between them<br>Instrument &ndash; The instrument(s) that was used during the performance<br>Additional Notes &ndash; Notes about the process of capturing, transcribing and tagging recordings (for researcher and intern collaboration purposes)<br>Tune Cleanup &ndash; This column was used to tidy each item so that it could be read by machines, but also so that spelling mistakes from the Item column could be corrected, and as an aid to preserving iterations of the editing process</p> <p>V. Rights statement The text in this data set was created by the researcher and intern and can be used in many different ways under creative commons with attribution. All contributions to Connections In Sound are released into the public domain as they are created. Anyone is free to use and re-use this data set in any way they want, provided reference is given to the creators of these datasets.</p> <p>VI. Creator and Contributor Information</p> <p>Creator: Connections In Sound</p> <p>Contributors: Library of Congress Labs</p> <p>VII. Contact Information Please direct all questions and comments to Patrick Egan via www.twitter.com/drpatrickegan or via his website at www.patrickegan.org. You can also get in touch with the Library of Congress Labs team via LC-Labs@loc.gov.</p>

opencc-by-4.0Nov 2024View details →
zenodo52/100

WILLOW - Norther: data set for the full-scale validation of model-based virtual sensing methods for an operational offshore wind turbine

<h1><em><strong>1. General description&nbsp;</strong></em></h1> <p>This data set contains as-build design information, as well as full-scale vibration response measurements from an operational offshore wind-turbine. The turbine is part of the Norther wind farm which is located in the Belgian North Sea<em> </em>and includes a total of 44 Vestas V164 (8.4MW) wind turbines on monopile foundations, see <a href="../api/records/11093262/draft/files/Fig1_Norther_locaction.png/content" target="_blank" rel="noopener noreferrer">Fig1_Norther_locaction.png</a>. This data set is intended to verify and validate model-based virtual sensing algorithms, using data as well as modeling information from a real turbine.&nbsp;</p> <h2><em><strong>1.1 Summary of the shared structural information</strong></em></h2> <p>The included information entails a detailed description of the geometric properties of the monopile and transition piece, distributed and lumped structural masses&nbsp;. All information shared in this record is conform the as-designed documentation.&nbsp;An example of the lumped masses considered in the model input files is presented in "<a href="../api/records/11093262/draft/files/Fig2_Sensor_Network.png/content" target="_blank" rel="noopener">Fig2_Sensor_Network.png"</a></p> <h2><em><strong>1.2 Summary of the shared geotechnical information</strong></em></h2> <p>Monopiles are distinguished by the significant role of soil-structure interaction. Ground reaction is most typically included in the structural model as non-linear p-y curves. Different p-y curves are available for a certain number of soils in the standards applicable to offshore structures (API RP 2GEO, 2011, and ISO 19901-4:2016(E), 2016).</p> <p>The required soil properties to define p-y curves according to the API framework are given in the soil profile provided in a separate Excel. Rather than symbols, the name of the soil properties is generally used as column header (e.g.,&nbsp;<em>Undrained shear strength</em>). Therefore, it is straightforward to identify each soil parameter. The only soil parameter that might lead to confusion is:</p> <ul> <li><em>"epsilon50 [-]"&nbsp;</em>represents&nbsp;the vertical strain at half the maximum principal stress difference in a static undrained triaxial compression test on an undisturbed soil sample.</li> </ul> <p>It's worthy to note that estimates for the small shear strain stiffness, referred to as Gmax, are also included. Despite not being required as an input to define the API p-y curves, this parameter remains a key input for other soil reaction frameworks than the API (e.g., PISA).&nbsp;</p> <h2><em><strong>1.3 Summary of the shared measurement data</strong></em></h2> <p>Two sets of measurement data have been curated for validation purposes; the first interval has been collected during parked conditions, whereas the second interval has been collected during rated operational conditions. Both records have a length of 2 hours, and are subdivided into 10-minute data sets. Furthermore 1Hz SCADA data has been made available for the selected intervals. All different data sources are time synchronized and have been subjected to several internal quality checks.&nbsp;</p> <p>The sensor network on NRT-WTG is illustrated in in <strong>Fig. 2, </strong>whereas a description of the sensor types is presented in&nbsp;<strong>Tab.1.</strong> The acceleration sensors are installed in the horizontal plane, and measure tangential (Y) and orthogonal (X) to the wall, where the positive Y direction is pointing clockwise and the positive X direction is pointing inwards. All strain sensors are installed vertically and are located on the inside of the wall.</p> <table> <tbody> <tr> <td><strong>Data type&nbsp;</strong></td> <td><strong>Sensor type</strong></td> <td><strong>Fs (Hz)</strong></td> <td> <p><strong>Level mLAT (m)</strong></p> </td> <td><strong>Description&nbsp;</strong></td> </tr> <tr> <td>Acceleration (g)&nbsp;&nbsp;</td> <td>Piezo-electric acc. sensor (<strong>ACC</strong>)</td> <td>30</td> <td>15, 69, 97&nbsp;</td> <td>3 Bi-directional accelerometers at different levels. LAT 15 installed at 240 degree heading; LAT 69 and 97 at 60 degree.</td> </tr> <tr> <td>Strain (micro strain)</td> <td>Resistive strain gauge (<strong>SG</strong>)</td> <td>30</td> <td>14</td> <td>6 SGs: equally spaced around the inner circumference of the can. Headings: 50, 110, 170, 230, 290, 350 degree.</td> </tr> <tr> <td>Strain (micro strain)</td> <td>Fiber-Bragg Grating strain gauge (<strong>FBG</strong>)</td> <td>100</td> <td>-17, -19</td> <td>2 FBGs per level at 165 and 255 degree respectively.</td> </tr> </tbody> </table> <p><strong>Table 1. Description of sensor types.</strong></p> <p>The FBG strain time series have been synchronized with the SG time series using using a cross-correlation based approach. Therefore the SG data has been used to genereate refrence strain time series at the headings of the FBG sensors; the FBG data is subsequently synchronized with regard to this reference time series. No synchronization of the acceleration data was needed, since these are collected using the same data aquisition system as the SG data.&nbsp;</p> <p>The SG strain time series have been calibrated and temperature compensated, whereas this is not the case for the FBG strain time series. The latter have a yet to be determined calibration offset.&nbsp;&nbsp;</p> <p>In conjunction to the sensor channels presented in <strong>Tab. 1</strong>, 1 Hz SCADA data is provided. A summary of the provided SCADA parameters, all sampled at 1Hz, is presented in <strong>Tab 2.</strong></p> <table> <tbody> <tr> <td><strong>Parameter</strong></td> <td><strong>Unit</strong></td> <td><strong>Description</strong></td> </tr> <tr> <td>Wind speed</td> <td>m/s</td> <td>Wind speed as recorded in the turbine SCADA</td> </tr> <tr> <td>Wind direction</td> <td>&deg;</td> <td>Wind direction relative to North (0&deg;) as recorded in the turbine SCADA</td> </tr> <tr> <td>Yaw angle</td> <td>&deg;</td> <td>Yaw orientation of the nacelle relative to North (0&deg;) as recorded in the turbine SCADA</td> </tr> <tr> <td>Pitch angle</td> <td>&deg;</td> <td>Rotor blade pitch as recorded in the turbine SCADA</td> </tr> <tr> <td>Rotor speed</td> <td>rpm</td> <td>Rotor speed in rotations per minute as recorded in the turbine SCADA</td> </tr> <tr> <td>Power</td> <td>kW</td> <td>Active power of the turbine&nbsp;as recorded in the turbine SCADA</td> </tr> </tbody> </table> <p><strong>Table 2. </strong>List of provided SCADA parameters</p> <p>&nbsp;</p> <p>A summary of the selected intervals and relevant corresponding scada parameters is given in&nbsp;<strong>Tab 3</strong>.</p> <table> <tbody> <tr> <td><strong>Scenario&nbsp;</strong></td> <td><strong>T1 (UTC)</strong></td> <td><strong>T2 (UTC)&nbsp;</strong></td> <td><strong>Windspeed</strong></td> <td><strong>RPM&nbsp;</strong></td> <td><strong>Pitch&nbsp;</strong></td> </tr> <tr> <td>Parked</td> <td> <p>03/07&nbsp; 01:30</p> </td> <td> <p>03/07&nbsp;03:30</p> </td> <td>&lt; 4.5 m/s</td> <td>~1</td> <td>~18 &deg;</td> </tr> <tr> <td>Rated</td> <td> <p>05/07 22:30</p> </td> <td> <p>06/07 00:30&nbsp;</p> </td> <td>~15 m/s</td> <td>10.5</td> <td>8.1&deg;</td> </tr> </tbody> </table> <p><strong>Table 3. </strong>Selected data intervals and relevant scada parameters</p> <p>&nbsp;</p> <h1><em><strong>2. Included in this version&nbsp;</strong></em></h1> <h2><em><strong>2.1 Version - 0.1.0</strong></em></h2> <ul> <li>Relevant Design information can be found in: <ul> <li>Geometry data for NRT-WTG: "WILLOW-Geometry_v4.xlsx"</li> <li>Best estimate soil profile: "WILLOW-BE_soil_profile.xlsx"</li> </ul> </li> <li>Acceleration, strain and scada data can be found in the following parquet files: <ul> <li>Measurement data for the parked case: "NRT-WTG_Parked.parquet.gz"</li> <li>Measurement data for the rated case: "NRT-WTG_Rated.parquet.gz"</li> </ul> </li> </ul> <p>&nbsp;</p> <h1><em><strong>3. Importing parquet files&nbsp; &nbsp;</strong></em></h1> <p>To import the measurement data into Python it is recommended to use pandas:</p> <pre>import pandas as pd<br># Read Parquet file with Pandas: relative_file_path = '<a href="../api/records/11093262/draft/files/NRT-WTG_Parked.parquet.gz/content" target="_blank" rel="noopener noreferrer">NRT-WTG_Parked.parquet.gz</a>' data = pd.read_parquet(relative_file_path ) <br><br>Once the dataframe has been imported, the users can process/re-arrange the raw data according the their needs; it should be noted that the imported dataframe contains NAN values - these are caused by the different sampling rates of the provided signals. </pre>

opencc-by-4.0Apr 2024View details →
zenodo52/100

Quantitative Assessment of Research Data Management Practices - 2023

<p>This survey investigates <strong>Research Data Management (RDM) practices across five Swiss higher education institutions</strong>, including EPFL, ETH Z&uuml;rich, Eawag, FHNW, and DaSCH, with the goal of gathering insights into how researchers manage data and code throughout the lifecycle of their projects, as well as using such findings to inform academic services related to RDM for researchers. Previous surveys, conducted at EPFL in 2017, 2019, and 2021, primarily focused on the planning and publishing stages of the research data lifecycle, such as data management planning and open data dissemination. The 2023 edition expanded to other institutes and places a stronger emphasis on <strong>Active Data Management</strong>, particularly during research projects, including a range of topics such as:</p> <ul> <li>Storage and backup solutions</li> <li>Data and code sharing platforms</li> <li>Documentation and metadata usage</li> <li>Compliance with legal and ethical standards</li> <li>Long-term data preservation strategies</li> <li>Use of open formats and open-source software</li> <li>Adoption of Data Management Plans (DMPs)</li> </ul> <p>This dataset was collected using the SurveyHero platform in compliance with GDPR and Swiss FADP regulations. enuvo GmbH acted as the data processor under a signed Data Processing Agreement. No personal identifiable information was purposefully collected, and data has been aggregated to further ensure respondents&rsquo; privacy.</p> <p>Included in this dataset:</p> <ul> <li>A CSV and XLSX file with the aggregated, anonymized data from the survey.</li> <li>Two PDF files containing graphical representations of the survey results, automatically generated by the SurveyHero platform in portrait and landscape mode.</li> <li>A README file providing context.</li> </ul> <p>This dataset is made openly available under the CC-BY 4.0 license. Users are encouraged to reuse it with appropriate attribution.</p>

opencc-by-4.0Nov 2024View details →
zenodo52/100

Dataset of "A Monte Carlo Approach for Simulating Electrical Conductivity in Highly Porous Ceramic Composites: Impact of Internal Structure"

<p>3D structure of lanthanum strontium manganite and yttria-stabilized zirconia composites is predicted based on conductivity measurements using Monte Carlo 3D equivalent circuit network approach. Validation experimental impedance spectra; scanning electron micrographs; cross sections of model simulation or prediction (MSP).</p>

opencc-by-4.0Mar 2024View details →
zenodo52/100

Dataset for training the Surrogate Model of microlaser neurons on the reduced MNIST classification task

<p>This dataset was used to train a surrogate multilayer perceptron surrogate model of microlaser neurons.</p> <p>It is in csv format. It was generated using the Yamada Model as found in&nbsp;</p> <p><span>Selmi F, Braive R, Beaudoin G, Sagnes I, Kuszelewicz R and Barbay S 2014 Relative Refractory Period in an Excitable Semiconductor Laser <em>Phys. Rev. Lett.</em> <strong>112</strong> 183902</span>.</p>

opencc-by-4.0Nov 2024View details →
zenodo52/100

Mineral spectral refractive index and bulk optical property dataset for aerosol studies

<p>Version 1.3, updated 11/15/2024.</p> <p>Added a file with 27 regional dust sample mineral composition information 'NewRegionalSamples.xlsx',</p> <p>along with the refractive index data.</p> <p>All refractive index files here have 127 rows (wavelengths) and 27 columns (samples)</p> <p>'kall27_coarse.dat' is the imaginary part of the coarse mode.&nbsp;</p> <p>'kall27_fine.dat' is the imaginary part of the fine mode.</p> <p>'nall27_coarse.dat' is the real part of the coarse mode.</p> <p>'nall27_fine.dat' is the real part of the fine mode.</p> <p>Version 1.2, updated 04/23/2024.<br>Major changes:&nbsp;<br>Changed all the data file names to new format: "mix"+{property name}+{number}, rearranged the number of mixing samples</p> <p>Updated all the bulk optical property data. This version use constant values of standard deviation in the lognormal size distribution settings for the coarse mode and the fine mode respectively.</p> <p>The phase matrices are separated from the other bulk properties due to their large file sizes. The readme file is updated correspondingly. The information of scattering angles (498 angles in total) is uploaded as "TAMUdust2020_Angle.dat".</p> <p>Added supplemental file data in 'Supplemental.tar.gz'.</p> <p>Additional refractive indices are zipped in 'AdditionalRefInd.tar.gz'</p> <p>Version 1.1, updated 03/14/2024.<br>Major changes:&nbsp;<br>Added mixed bulk properties for "0 (99%coarse+1%fine)" and "11 (2.0 &micro;m coarse+ 0.4 &micro;m fine)";<br>Added "reff.dat" in the 'BulkProperties.tar.gz'. The data include four columns: fine mode fraction, bulk projected area &lt;A&gt;, bulk volume &lt;V&gt;, effective radius r_eff. The information is for mixed sample number 0 to 11, each corresponds to one row.<br>Added refractive indices for chlorite, mica, smectite, pyroxene, vermiculite and pyroxenes. These groups can be applied in some other models.</p> <p>Version 1.0, uploaded 01/02/2024.</p> <p>This database include supplemental data and files for the publication of this paper:</p> <p>Sensitivities of Spectral Optical Properties of Dust Aerosols to their Mineralogical and Microphysical Properties. Yuheng Zhang, M. Saito, P. Yang, G. L. Schuster, and C. R. Trepte, J. Geophys. Res. Atmos. 2024.</p> <p>&nbsp;</p> <p>*****************************************</p> <p>The supplemental data include:</p> <p>1) 'GroupRefInd.tar.gz' Mineral (group) refractive index files.<br>E. g., 1All_Illite.dat contains the complex refractive index files of illite group. Format (from left to right columns): Wavelength (unit: &micro;m), Real part (n), Imaginary part (k), standard deviation of n, standard deviation of k.</p> <p>The file 'fine_log.dat' includes the mean and standard deviation values of n and k for all the generated fine mode dust samples at 11,044 wavelengths from 0.2 to 50 micron.</p> <p>The file 'fine_log127.dat' only includes the values at 127 wavelengths from 0.2 to 50 micron (defined in 'swav.txt' and 'lwav.txt'), and is used for the bulk property computations.</p> <p>The files 'coarse_log.dat' and 'coarse_log127.dat' are for the coarse mode dust samples.</p> <p>2) 'CompositionFraction.xlsx': Mineral composition data sources/references and composition data (mean and standard deviation values of each group).<br>'Vlog_coarse.dat': Randomly generated VOLUME FRACTION of 9 mineral groups for the coarse mode dust. Left to right: Illite, Kaolinite, Montmorillonite (Other clays), Quartz, Feldspar, Carbonate, Gypsum (Sulphate), Hematite, Goethite.</p> <p>'Vlog_fine.dat': For the fine mode dust.</p> <p>3) 'RefSources.xlsx': The data source references of mineral refractive indices. We didn't include the olivine, other silicates, soot and titanium-rich minerals in the paper, but the refractive indices are available for those who are interested.&nbsp;Chlorite, Mica and Vermiculite group are mentioned in some studies, and we included the refractive indices for these minerals as well.</p> <p>4) 'DustSamples.tar.gz' Dust sample refractive index files.<br>The files are enclosed in four folders: fine_sw/ fine_lw/ coarse_sw/ coarse_lw/.</p> <p>fine: fine mode. coarse: coarse mode.</p> <p>'sw' means shortwave (&lt; 4 &micro;m, in total 76 wavelengths defined in 'swav.txt') while 'lw' means longwave (&gt;= 4 &micro;m, in total 51 wavelengths defined in 'lwav.txt').</p> <p>All files start with 'rdn', which means that they are computed based on randomly generated composition (data given in sheet 2 of 'CompositionFraction.xlsx').</p> <p>The four digit number after 'rdn' is the index of each dust sample. In total, there are 5,000 samples. The sample composition is the same for the same sample index in the same size mode (fine/coarse). Data file format (from left to right columns): real part, imaginary part.</p> <p>5) 'BulkProperties.tar.gz' Bulk property files (excluding phase matrices)<br>'mixqx.dat' files format (from left to right columns): Extinction efficiency (Qext), Scattering efficiency (Qsca), Backscattering efficiency (Qbck), and Asymmetry coefficient (Qasy). To obtain asymmetry factor, use Qasy/Qsca.</p> <p>'mixbkx.dat' files format (from left to right columns): P11(pi) P12(pi) P22(pi) P33(pi) P34(pi) P44(pi).</p> <p>'x' refers to the number at the end of the file name. It can be 100 ~ 112, each represents a setting of&nbsp;coarse and fine mode effective radius and volume fraction (see details in "reff.dat")</p> <p>'reff.dat' contains the effective radius information of the mixture. It has 7 columns: File number "x", Fine mode volume fraction, Fine mode effective radius (&micro;m), Coarse mode effective radius (&micro;m), Bulk projected area (&micro;m^2), Bulk volume (&micro;m^3), Bulk effective radius (&micro;m).</p> <p>6) 'PhaseMatrices.tar.gz' Phase matrices data<br>'mixphswx.dat' files contain phase matrix results at 532 nm (shortwave). From left to right: P11, P12, P22, P33, P34, P44.</p> <p>'mixphlwx.dat' files contain phase matrix results at 10.5 &micro;m (longwave).</p> <p>There are 635,000 rows in each data file. 635,000 rows = 127 wavelengths * 5,000 samples. Row 1~127 is sample 1, row 128~254 is sample 2, etc.. Suggest to use matlab function 'reshape(property, 127, 5000)' for each column when processing the data.</p> <p>7) 'Supplemental.tar.gz'</p> <p>We also include data files mentioned in the supplemental file of the paper. The adjusted source data files of the nine mineral groups are included.</p> <p>The supplemental bulk property files are named based on the figure number.</p> <p>8) 'AdditionalRefInd.tar.gz'</p> <p>We also include additional refractive indices for chlorite, smectite, vermiculite, mica, dolomite, titanium-rich minerals, pyroxenes and soot. These data can be useful in other models.</p> <p>For more detailed information and datasets, please contact: Yuheng Zhang, yuheng98@tamu.edu or yuhengz98@qq.com.</p>

opencc-by-4.0Jan 2024View details →
zenodo52/100

Ground temperature time series in European mountain permafrost

<p>RELATED PUBLICATION</p> <p>This dataset is related to the following publication:</p> <p><strong>Noetzli J., Isaksen, K., Barnett, J., Chrisitiansen, H.H., Delaloye, R., Etzelmueller, B., Farinotti, D., Gallemann, T., Guglielmin, M., Hauck, C., Hilbich, C., Hoelzle, M., Lambiel, C., Magnin, F., Oliva, M., Paro, L, Pogliotti, P., Riedl, C., Schoeneich, P., M., Valt, M., Vieli A., Philliips, M. (2024). Enhanced permafrost warming in Euro&shy;pean mountains in the 21st century. Nature Communications, 15, 10508, <a href="https://doi.org/10.1038/s41467-024-54831-9">https://doi.org/10.1038/s41467-024-54831-9</a>.</strong></p> <p><strong>==&gt; </strong></p> <p><strong>For information on the measurements, selection criteria, processing information and data providers please refer to the methods, data availability and acknowledgements sections of the related publication !&nbsp;</strong></p> <p>&nbsp;</p> <p>---------------------------------------------------------------------------------------------------------------------------</p> <p>CONTENT</p> <p>The dataset includes monthly and annual time series of ground temperatures measured in 64 boreholes in European mountain permafrost areas and corresponding metadata.</p> <p>Temporal coverage: at least 10 years until 2022</p> <p>Spatial coverage: European mountain regions (Svalbard, Scandinavia, Iceland, European Alps, Sierra Nevada)</p> <p>Depth of measurements: at least 10 m; for all boreholes data of the sensors closest to 5, 10 and 20 m depth are included</p> <p>Monthly means are calculated from daily values and annual values are derived from monthly mean values.</p> <p>&nbsp;</p> <p>---------------------------------------------------------------------------------------------------------------------------</p> <p>DATA COMPILATION</p> <p>The data were compiled to derive 10-year and 20-year warming rates in European mountain permafrost in the study by Noetzli et al. (in review, see above). Data were collected from national permafrost observation networks as well as from individual institutions (e.g, universities, environmental agencies).</p> <p>The aquisition of long time series over decades requires long-term committment from the responsible institutions to maintain instruments and to collect and curate the data. Details on the data source for each time series can be found in the metadata file as well as in the related publication. The main data sources by country are given in the list below.</p> <table> <tbody> <tr> <td><strong>Country</strong></td> <td><strong>Data source (institution or national network)</strong></td> </tr> <tr> <td>Austria</td> <td>GeoSphere Austria</td> </tr> <tr> <td>France</td> <td>R&eacute;seau fran&ccedil;ais d'observation du permafrost (PermaFrance,&nbsp;<a href="https://wslch365-my.sharepoint.com/personal/jeannette_noetzli_slf_ch/Documents/PermafrostEurope/permafrance.osug.fr">permafrance.osug.fr</a>)</td> </tr> <tr> <td>Germany</td> <td>Bavarian Environment Agency</td> </tr> <tr> <td>Iceland</td> <td>University of Oslo</td> </tr> <tr> <td>Italy</td> <td>ARPA Piemonte, ARPA Valle d'Aosta, ARPA Veneto, University of Insubria</td> </tr> <tr> <td>Norway</td> <td>Norwegian Permafrost Monitoring Network (<a href="https://cryo.met.no/">cryo.met.no</a> and <a href="http://sios-svalbard.org/">sios-svalbard.org</a>)</td> </tr> <tr> <td>Spain</td> <td>Universitat de Barcelona</td> </tr> <tr> <td>Svalbard</td> <td>Norwegian Permafrost Monitoring Network (<a href="https://cryo.met.no/">cryo.met.no</a> and <a href="http://sios-svalbard.org/">sios-svalbard.org</a>)</td> </tr> <tr> <td>Sweden</td> <td>University of Stockholm</td> </tr> <tr> <td>Switzerland</td> <td>Swiss Permafrost Monitoring Network PERMOS (<a href="http://www.permos.ch">http://www.permos.ch</a>)</td> </tr> </tbody> </table> <p>&nbsp;</p> <p>---------------------------------------------------------------------------------------------------------------------------</p> <p>FILES AND FORMAT</p> <p>This data set includes three csv-files: <br>1) metadata with information on the measurement location and data provider<br>2) monthly ground temperature time series and <br>3) annual ground temperature time series.&nbsp;</p> <p>The variables in the three files are described below. Data files are in long data format.</p> <p><strong>File 1 &ndash; borehole_overview.csv<br></strong>Key information on the boreholes, responsible institutions and contact persons.</p> <table> <tbody> <tr> <td><strong>Variable</strong></td> <td><strong>Description</strong></td> </tr> <tr> <td>Name</td> <td>Name of the borehole (as used in the related study)</td> </tr> <tr> <td>Country</td> <td>Alpha-2 code</td> </tr> <tr> <td>Region</td> <td>Larger region</td> </tr> <tr> <td>First_year</td> <td>First year of data</td> </tr> <tr> <td>Elevation [m asl.]</td> <td>Elevation of the borehole</td> </tr> <tr> <td>Lat [&deg; N]</td> <td>Latitude</td> </tr> <tr> <td>Lon [&deg; E]</td> <td>Longitude</td> </tr> <tr> <td>Depth [m]</td> <td>Total depth of the borehole</td> </tr> <tr> <td>DZAA [m]</td> <td>Depth of the Zero Annual Amplitude&nbsp;(uppermost sensor with annual amplitude &le;0.1)</td> </tr> <tr> <td>Phase lag</td> <td>Phase lag at 10 m depth compared to surface in months</td> </tr> <tr> <td>Morphology</td> <td>Main morphology of the site</td> </tr> <tr> <td>Surface_cover</td> <td>Main surface cover at the site</td> </tr> <tr> <td>Lithology</td> <td>Main lithology of the site</td> </tr> <tr> <td>Ice_content</td> <td>Basic classification by ground ice content at the site (no ice, ice-poor, ice-bearing, ice-rich), see publication for details</td> </tr> <tr> <td>Institution</td> <td>Responsible institution (in the year 2024)</td> </tr> <tr> <td>Contact_person</td> <td>Contact person (in the year 2024)</td> </tr> <tr> <td>Special_remarks</td> <td>Remarks on location, e.g. horizontal borehole</td> </tr> </tbody> </table> <p>&nbsp;</p> <p><strong>File 2 &ndash; permafrost_temperatures_european_mountains_monthly_2022.csv<br></strong>Time series of monthly mean ground temperatures at ca. 5, 10 and 20 m depth for 64 boreholes in European mountain permafrost until 2022.</p> <table> <tbody> <tr> <td><strong>Variable</strong></td> <td><strong>Description</strong></td> </tr> <tr> <td>bh</td> <td>Name of the borehole</td> </tr> <tr> <td>time [YYYY-MM-DD]</td> <td>Date</td> </tr> <tr> <td>depth [m]</td> <td>Depth of measurement</td> </tr> <tr> <td>temp [&deg;C]</td> <td>Monthly mean ground temperature (aggregated from daily values)</td> </tr> <tr> <td>t_min [&deg;C]</td> <td>Minimum daily ground temperature of the year</td> </tr> <tr> <td>t_max [&deg;C]</td> <td>Maximum daily ground temperature of the year</td> </tr> <tr> <td>count</td> <td>Number of daily values available to calculate monthly mean values</td> </tr> <tr> <td>dclass [5, 10 or 20 m]</td> <td>Depth class defined for analyses in related study</td> </tr> </tbody> </table> <p>&nbsp;</p> <p><strong>File 3 &ndash; permafrost_temperatures_european_mountains_annual_2022.csv<br></strong>Time series of annual mean ground temperatures at ca. 5, 10 and 20 m depth for 64 boreholes in European mountain permafrost until 2022.</p> <table> <tbody> <tr> <td><strong>Variable</strong></td> <td><strong>Description</strong></td> </tr> <tr> <td>bh</td> <td>Name of the borehole</td> </tr> <tr> <td>time [YYYY]</td> <td>Year</td> </tr> <tr> <td>depth [m]</td> <td>Depth of measurement</td> </tr> <tr> <td>temp [&deg;C]</td> <td>Annual mean ground temperature (aggregated from monthly values)</td> </tr> <tr> <td>t_min [&deg;C]</td> <td>Minimum monthly ground temperature of the year</td> </tr> <tr> <td>t_max [&deg;C]</td> <td>Maximum monthlyground temperature of the year</td> </tr> <tr> <td>count</td> <td>Number of monthly values available to calculate annual mean values</td> </tr> <tr> <td>dclass [5, 10 or 20 m]</td> <td>Depth class defined for analyses in related study</td> </tr> </tbody> </table> <p>&nbsp;</p> <p>---------------------------------------------------------------------------------------------------------------------------</p> <p>CONTACT</p> <p>For question related to this dataset please contact the corresponding author: jeannette.noetzli@slf.ch.&nbsp;<br>For questions related to a specific time series, see metadata for contact information.</p>

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

A Dataset of sEMG and Self-Perceived Fatigue Levels for Muscle Fatigue Analysis

<p>Muscle fatigue is a risk factor for injuries in athletes and workers. This brings relevance to the study of this biochemical process to allow its identification and prevention.</p> <p>This dataset contains raw surface electromyographic (sEMG) data collected using the Delsys Trigno system, focusing on eight muscles, four per arm,&nbsp; from 13 healthy adult participants. Participants performed a series of 12 upper-body dynamic movements, consisting of 4 uni-articular and 2 complex/compound movements per arm.&nbsp; In addition to raw sEMG data, the dataset includes participants' self-reported fatigue levels.&nbsp;</p> <p><strong>Data Structure:</strong></p> <ul> <li><strong>sEMG Data.zip:</strong> Recorded in 1259 Hz, formatted as .csv.</li> <li><strong>self_perceived_fatigue_index.zip:</strong> Time-stamped fatigue ratings in 0-2 level, recorded at 50hz.</li> <li><strong>Protocol:</strong> Includes trial description, movements illustration and sampling frequencies.</li> <li><strong>Code</strong>: Jupyter Notebook file containing the base code to read and compute classic fatigue metrics such as Median Frequency and Mean Frequency.</li> <li><strong>Metadata:</strong> Includes participant anthropometrics, exercise habits and caffeine intake on the day of the trials.</li> </ul> <p>This dataset may contribute to the testing of new fatigue detection algorithms and analysis of the underlying mechanisms.</p>

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

Prosopographia Memphitica

<h1>The Project</h1> <p>The region of the ancient Egyptian residential city of Memphis is best known for its monumental pyramid complexes from the 3<sup>rd</sup> millennium BC. At the same time, the archaeological remains of the New Kingdom (1539&ndash;1077 BC) remained unexplored for a long time. Ongoing excavations at the burial grounds of the Egyptian elites in Saqqara and other sites within the Memphite region have revealed many inscribed objects and monuments. These artifacts, which belong to the material legacy of the royal residential city Memphis and its inhabitants, form the core of the research database presented here. They document a person&rsquo;s name and institutional and genealogical affiliations and represent social identities within a complex network of persons. This project aimed to create a regional prosopography for the New Kingdom, focusing on all documented members of Memphite society. It seeks to identify individuals and shed light on their relationship patterns within a historical network of persons.</p> <p>The searchable web database results from the author&rsquo;s dissertational project, Prosopographia Memphitica. Individuelle Identit&auml;ten und Kollektive Biographien einer k&ouml;niglichen Residenzstadt des Neuen Reiches at the Freie Universit&auml;t Berlin, supervised by Univ.-Prof. Dr. Jochem Kahl (Freie Universit&auml;t) and PD Dr. Dietrich Raue (Universit&auml;t Leipzig) and funded by a Doctoral Fellowship at Excellence cluster TOPOI 264(Research Group C-1: Deixies and Frames of References: Strategies of Perspectivation inLanguage, Text, and Image.&nbsp;</p> <p>&nbsp;</p> <h1>The sources</h1> <p>The archaeological remains of Memphis and its related necropoleis are located 18 km south of modern Cairo on today's west bank of the Nile. Although the scientific discussion about the site and its monuments forms an independent research focus, the archaeological legacy of the New Kingdom burial sites (1539&ndash;1077 BC) remained uninvestigated for a very long time. It was not until 1975 that the Egypt Exploration Society initiated the systematic documentation of tombs of the necropolis at Saqqara Memphite elite in cooperation with the Rijksmuseum van Oudheden, Leiden. Since then, several other fieldwork missions have been able to unearth further New Kingdom burial sites. As a result, the region known as Memphite Necropolis covers an area of about 40 sqm and reaches from Zawiyet el-Aryan in the North to Dahschur in the South.</p> <p>Although numerous inscribed objects of Memphite origin have found their way into various collections and museums around the world since the mid-19<sup>th</sup> century, and a wealth of epigraphic material continues to be unearthed regularly in the course of ongoing excavations, previous studies on the city of Memphis during the 2<sup>nd</sup>millennium BC have mainly focused on gathering personal information about individuals or specific groups of persons such as the mayors of Memphis or the high priests of the local main deity Ptah. Therefore, our comprehension of Memphite society has been restricted to specific officials and institutions. Additionally, more than a small amount of data from these studies is needed for comprehensive analysis or digital processing.</p> <p>&nbsp;</p> <h1>First Steps</h1> <p>To provide a representative prosopography, the compilation of prosopographical data has begun at the outset of the project by incorporating all data entries of a so far unpublished card box collection that Dietrich Raue has compiled since the 1990s; it comprised 1,121 individuals: 878 male and 243 female persons. Throughout the dissertation project duration (2015&ndash;2020), data was enriched with information from excavation reports, other relevant studies, and collection catalogs.</p> <p>Moreover, inscribed monuments of Memphite origin, housed in museum collections worldwide, have been thoroughly studied on-site and documented for the ProM-data collection. Due to collaboration with other museum collections, the author gained access to archival documents regarding acquisition history and photographic materials.</p> <p>&nbsp;</p> <h1>The Database</h1> <p>To collect and archive as much data as possible on the Memphite region and its inhabitants, 1,700 objects and monuments from over 120 museums and collections worldwide, along with 2,409 individuals and 992 Egyptian functional titles documented on them, have been entered into a complex relational database using the PostgreSQL database management system.&nbsp;&nbsp;</p> <p>This collection is the most extensive, free-accessible, object-based data collection for an ancient Egyptian site in the 2nd millennium BC. It serves&nbsp;as the primary reference work for prosopographic research on this period.</p> <p>As a result of a NfDI4Objects dataship (July-October 2024), the existing ProM dataset was revised according to the FAIR criteria for scientific research data management and subsequently made freely accessible to the scientific community. For this purpose, the following points were implemented as part of the N4O-dataship:<br>1. data enrichment<br>2. data consolidation<br>3. data documentation<br>4. data publication (Third Version)</p> <p>For more information, see: 10.5281/zenodo.13089803</p>

opencc-by-4.0Nov 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