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

Reference percentiles for carotid measures of subclinical atherosclerosis in children and adolescents – Data from the KiGGS study

<p>The dataset presents reference centile data for carotid intima-media thickness as well as four carotid stiffness parameters. The reference percentiles are based on data from the German Health Interview and Examination Survey for Children and Adolescents 2003-2006 (KiGGS). KiGGS started as a cross-sectional study conducted between 2003 and 2006 which was based on a nationally representative sample and aimed at obtaining comprehensive data on the health of children and adolescents aged 0 to 17 years living in Germany. Detailed information on study design and conduct has been published in peer reviewed journals as well as detailed papers on individual parameters. The documentation provides relevant references.<br> <br> 11 years later, KiGGS Wave 2 (2014-2017) was conducted as an interview and examination survey. Carotid sonography was attempted at follow-up (KiGGS2) in all 4,798 participants of the KiGGS cohort aged 14 to 28 years. Carotid intima-media thickness (CIMT) was successfully measured in 4,709 participants. Reference centiles for the distensibility coefficient, stiffness index &szlig;, Young&#39;s elastic modulus and Peterson&#39;s elastic modulus were computed using data on 4,305 adolescents and young adults aged 14 to 28.</p>

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

Zero Modes and Classification of Combinatorial Metamaterials

<p>This dataset contains the simulation&nbsp;data of the combinatorial metamaterial as used for the paper &#39;Machine Learning of Implicit Combinatorial Rules in Mechanical Metamaterials&#39;, as published in Physical Review Letters.</p> <p>In this paper, the data is used to classify each&nbsp;<span class="math-tex">\(k \times k\)</span> unit cell design into one of two classes (C or I) based on the scaling (linear or constant) of the number of zero modes&nbsp;<span class="math-tex">\(M_k(n)\)</span>&nbsp;for metamaterials consisting of an&nbsp;<span class="math-tex">\(n\times n\)</span>&nbsp;tiling&nbsp;of the corresponding unit cell. Additionally, a random walk&nbsp;through the design space starting from&nbsp;class C unit cells was performed to characterize the boundary between class C and I in design space. A more detailed description of the contents of the dataset follows below.</p> <p><strong>Modescaling_raw_data.zip</strong></p> <p>This file contains uniformly sampled unit cell designs for metamaterial M2&nbsp;and&nbsp;<span class="math-tex">\(M_k(n)\)</span>&nbsp;for&nbsp;<span class="math-tex">\(1\leq n\leq 4\)</span>, which was used to classify the unit cell designs for the data set. There is a small subset of designs for&nbsp;<span class="math-tex">\(k=\{3, 4, 5\}\)</span>&nbsp;that do not neatly fall into the class C and I classification, and instead require additional simulation for&nbsp;<span class="math-tex">\(4 \leq n \leq 6\)</span>&nbsp;before either saturating to a constant number of zero modes (class I) or linearly increasing (class C). This file contains the simulation data of size&nbsp;<span class="math-tex">\(3 \leq k \leq 8\)</span>&nbsp;unit cells. The data is organized as follows.</p> <p>Simulation data for&nbsp;<span class="math-tex">\(3 \leq k \leq 5\)</span>&nbsp;and&nbsp;<span class="math-tex">\(1 \leq n \leq 4\)</span>&nbsp;is stored in numpy array format (.npy) and can be readily loaded in Python with the Numpy package&nbsp;using the numpy.load command. These files are named &quot;data_new_rrQR_i_n_M_kxk_fixn4.npy&quot;, and contain a [Nsim, 1+k*k+4] sized array, where Nsim is the number of simulated unit cells. Each row corresponds to a unit cell. The columns are&nbsp;organized as follows:</p> <ul> <li>col 0: label number to keep track</li> <li>col 1 - k*k+1: flattened unit cell design, numpy.reshape should bring it back to its original&nbsp;<span class="math-tex">\(k \times k\)</span>&nbsp;form.&nbsp;</li> <li>col k*k+1 -&nbsp;k*k+5: number of zero modes&nbsp;<span class="math-tex">\(M_k(n)\)</span>&nbsp;in ascending order of&nbsp;<span class="math-tex">\(n\)</span>, so:&nbsp;<span class="math-tex">\(\{M_k(1), M_k(2), M_k(3), M_k(4)\}\)</span>.</li> </ul> <p><strong>Note:</strong> the unit cell design uses the numbers&nbsp;<span class="math-tex">\(\{0, 1, 2, 3\}\)</span>&nbsp;to refer to each building block orientation. The building block orientations can be characterized through the orientation of the missing diagonal bar (see Fig. 2 in the paper), which can be Left Up (LU), Left Down (LD), Right Up (RU), or Right Down (RD). The numbers correspond to the building block orientation&nbsp;<span class="math-tex">\(\{0, 1, 2, 3\} = \{\mathrm{LU, RU, RD, LD}\}\)</span>.</p> <p>Simulation data for&nbsp;<span class="math-tex">\(3 \leq k \leq 5\)</span>&nbsp;and&nbsp;<span class="math-tex">\(1 \leq n \leq 6\)</span>&nbsp;for unit cells that cannot be classified as class C or I for <span class="math-tex">\(1 \leq n \leq 4\)</span>&nbsp;is stored in numpy array format (.npy) and can be readily loaded in Python with the Numpy package&nbsp;using the numpy.load command. These files are named &quot;data_new_rrQR_i_n_M_kxk_fixn4_classX_extend.npy&quot;, and contain a [Nsim, 1+k*k+6] sized array, where Nsim is the number of simulated unit cells. Each row corresponds to a unit cell. The columns are&nbsp;organized as follows:</p> <ul> <li>col 0: label number to keep track</li> <li>col 1 - k*k+1: flattened unit cell design, numpy.reshape should bring it back to its original&nbsp;<span class="math-tex">\(k \times k\)</span>&nbsp;form.&nbsp;</li> <li>col k*k+1 -&nbsp;k*k+5: number of zero modes&nbsp;<span class="math-tex">\(M_k(n)\)</span>&nbsp;in ascending order of&nbsp;<span class="math-tex">\(n\)</span>, so:&nbsp;<span class="math-tex">\(\{M_k(1), M_k(2), M_k(3), M_k(4), M_k(5), M_k(6)\}\)</span>.</li> </ul> <p>Simulation data for&nbsp;<span class="math-tex">\(6 \leq k \leq 8\)</span>&nbsp;&nbsp;unit cells are&nbsp;stored in numpy array format (.npy) and can be readily loaded in Python with the Numpy package&nbsp;using the numpy.load command. Note that the number of modes is now calculated for&nbsp;<span class="math-tex">\(n_x \times n_y\)</span>&nbsp;metamaterials, where we calculate&nbsp;<span class="math-tex">\((n_x, n_y) = \{(1,1), (2, 2), (3, 2), (4,2), (2, 3), (2, 4)\}\)</span>&nbsp;rather than&nbsp;<span class="math-tex">\(n_x=n_y=n\)</span>&nbsp;to save computation time.&nbsp;These files are named &quot;data_new_rrQR_i_n_Mx_My_n4_kxk(_extended).npy&quot;, and contain a [Nsim, 1+k*k+8] sized array, where Nsim is the number of simulated unit cells. Each row corresponds to a unit cell. The columns are&nbsp;organized as follows:</p> <ul> <li>col 0: label number to keep track</li> <li>col 1 - k*k+1: flattened unit cell design, numpy.reshape should bring it back to its original&nbsp;<span class="math-tex">\(k \times k\)</span>&nbsp;form.&nbsp;</li> <li>col k*k+1 -&nbsp;k*k+9: number of zero modes&nbsp;<span class="math-tex">\(M_k(n_x, n_y)\)</span>&nbsp;in order:&nbsp;<span class="math-tex">\(\{M_k(1, 1), M_k(2, 2), M_k(3, 2), M_k(4, 2), M_k(1, 1), M_k(2, 2), M_k(2, 3), M_k(2, 4)\}\)</span>.</li> </ul> <p>Simulation data of metamaterial M1 for <span class="math-tex">\(k_x \times k_y\)</span> metamaterials are stored in compressed numpy array format (.npz) and can be loaded in Python with the Numpy package using the numpy.load command. These files are named &quot;smiley_cube_x_y_<span class="math-tex">\(k_x\)</span>x<span class="math-tex">\(k_y\)</span>.npz&quot;, which contain all possible metamaterial designs, and &quot;smiley_cube_uniform_sample_x_y_<span class="math-tex">\(k_x\)</span>x<span class="math-tex">\(k_y\)</span>.npz&quot;, which contain uniformly sampled metamaterial designs. The configurations are accessed with the keyword argument &#39;configs&#39;. The classification is accessed with the keyword argument &#39;compatible&#39;. The configurations array is of shape [Nsim, <span class="math-tex">\(k_x\)</span>, <span class="math-tex">\(k_y\)</span>], the classification array is of shape [Nsim]. The building blocks in the configuration are denoted by 0 or 1, which correspond to the red/green and white/dashed building blocks respectively. Classification is 0 or 1, which corresponds to I and C respectively.</p> <p><strong>Modescaling_classification_results.zip</strong></p> <p>This file contains the classification, slope, and offset of the scaling of the number of zero modes&nbsp;<span class="math-tex">\(M_k(n)\)</span>&nbsp;for the unit cells of metamaterial M2 in&nbsp;Modescaling_raw_data.zip. The data is organized as follows.</p> <p>The results for&nbsp;<span class="math-tex">\(3 \leq k \leq 5\)</span>&nbsp;based on the&nbsp;<span class="math-tex">\(1 \leq n \leq 4\)</span>&nbsp;mode scaling data is stored in &quot;results_analysis_new_rrQR_i_Scen_slope_offset_M1k_kxk_fixn4.txt&quot;. The data can be loaded using &#39;,&#39; as delimiter. Every row corresponds to a unit cell design (see the label number to compare to the earlier data). The columns are organized as follows:</p> <p>col 0: label number to keep track</p> <p>col 1: the class, where 0 corresponds to class I, 1 to class C and 2 to class X (neither class I or C for&nbsp;<span class="math-tex">\(1 \leq n \leq 4\)</span>)</p> <p>col 2: slope from&nbsp;<span class="math-tex">\(n \geq 2\)</span>&nbsp;onward (undefined for class X)</p> <p>col 3: the offset is defined as&nbsp;<span class="math-tex">\(M_k(2) - 2 \cdot \mathrm{slope}\)</span></p> <p>col 4:&nbsp;<span class="math-tex">\(M_k(1)\)</span></p> <p>The results for&nbsp;<span class="math-tex">\(3 \leq k \leq 5\)</span>&nbsp;based on the extended&nbsp;<span class="math-tex">\(1 \leq n \leq 6\)</span>&nbsp;mode scaling data is stored in &quot;results_analysis_new_rrQR_i_Scen_slope_offset_M1k_kxk_fixn4_classC_extend.txt&quot;. The data can be loaded using &#39;,&#39; as delimiter. Every row corresponds to a unit cell design (see the label number to compare to the earlier data). The columns are organized as follows:</p> <p>col 0: label number to keep track</p> <p>col 1: the class, where 0 corresponds to class I, 1 to class C and 2 to class X (neither class I or C for <span class="math-tex">\(1 \leq n \leq 6\)</span>)</p> <p>col 2: slope from&nbsp;<span class="math-tex">\(n \geq 2\)</span>&nbsp;onward (undefined for class X)</p> <p>col 3: the offset is defined as&nbsp;<span class="math-tex">\(M_k(2) - 2 \cdot \mathrm{slope}\)</span></p> <p>col 4:&nbsp;<span class="math-tex">\(M_k(1)\)</span></p> <p>The results for&nbsp;<span class="math-tex">\(6 \leq k \leq 8\)</span>&nbsp;based on the&nbsp;<span class="math-tex">\(1 \leq n \leq 4\)</span>&nbsp;mode scaling data is stored in &quot;results_analysis_new_rrQR_i_Scenx_Sceny_slopex_slopey_offsetx_offsety_M1k_kxk(_extended).txt&quot;. The data can be loaded using &#39;,&#39; as delimiter. Every row corresponds to a unit cell design (see the label number to compare to the earlier data). The columns are organized as follows:</p> <p>col 0: label number to keep track</p> <p>col 1: the class_x based on <span class="math-tex">\(M_k(n_x, 2)\)</span>, where 0 corresponds to class I, 1 to class C and 2 to class X (neither class I or C for <span class="math-tex">\(1 \leq n_x \leq 4\)</span>)</p> <p>col 2: the class_y based on <span class="math-tex">\(M_k(2, n_y)\)</span>, where 0 corresponds to class I, 1 to class C and 2 to class X (neither class I or C for <span class="math-tex">\(1 \leq n_y \leq 4\)</span>)</p> <p>col 3: slope_x from&nbsp;<span class="math-tex">\(n_x \geq 2\)</span>&nbsp;onward (undefined for class X)</p> <p>col 4: slope_y from&nbsp;<span class="math-tex">\(n_y \geq 2\)</span>&nbsp;onward (undefined for class X)</p> <p>col 5: the offset_x is defined as&nbsp;<span class="math-tex">\(M_k(2, 2) - 2 \cdot \mathrm{slope_x}\)</span></p> <p>col 6: the offset_x is defined as&nbsp;<span class="math-tex">\(M_k(2, 2) - 2 \cdot \mathrm{slope_y}\)</span></p> <p>col 7:&nbsp;<span class="math-tex">\(M_k(1, 1)\)</span></p> <p>Additionally, results including classification for M2.ii can be found in the &quot;results_analysis_unimodal_vs_oligomodal_vs_plurimodal_i_Scen_slope_M_M1k_kxk.txt and &quot;results_analysis_unimodal_vs_oligomodal_vs_plurimodal_i_Scenx_Sceny_slopex_slopey_Mx_My_M1k_kxk.txt&quot; files.</p> <p><strong>Random Walks Data</strong></p> <p>This file contains the random walks for&nbsp;<span class="math-tex">\(3 \leq k \leq 8\)</span>&nbsp;unit cells of metamaterial M2. The random walk starts from a class C unit cell design (classification M2.ii), for each step&nbsp;<span class="math-tex">\(s\)</span>&nbsp;a randomly picked unit cell is changed to a random new orientation for a total of&nbsp;<span class="math-tex">\(s=k^2\)</span>&nbsp;steps. The data is organized as follows.</p> <p>The configurations for each step are stored in the files named &quot;configlist_test_i.npy&quot;, where i is a number and corresponds to a different starting unit cell. The stored array has the shape [k*k+1, 2*k+2, 2*k+2]. The first dimension denotes the step&nbsp;<span class="math-tex">\(s\)</span>, where&nbsp;<span class="math-tex">\(s=0\)</span>&nbsp;is the initial configuration. The second and third dimension denote the unit cell configuration in the pixel representation (see paper) padded with a single pixel wide layer using periodic boundary conditions.&nbsp;</p> <p>The class for each configuration are stored in &quot;lmlist_test_i.npy&quot;, where i corresponds to the same number as for the configurations in the &quot;configlist_test_i.npy&quot; file. The stored&nbsp;array has the shape [k*k+1], where the index corresponds to the step&nbsp;<span class="math-tex">\(s\)</span>&nbsp;and displays the class for the accompanying unit cell. The stored number corresponds to the class as&nbsp;<span class="math-tex">\(\{0, 1\} = \{\mathrm{I}, \mathrm{C}\}\)</span>.&nbsp;</p>

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

Updating Möller – Teil 1 (supplementary material)

<p>Supplementary material for blog post <a href="https://aku.hypotheses.org/64">Updating M&ouml;ller &ndash; Teil 1</a>.&nbsp;It contains a&nbsp;CSV file with a concordance of sigla used in&nbsp;M&ouml;ller, Georg. 1927.&nbsp;Hieratische Pal&auml;ographie. Die aegyptische Buchschrift in ihrer Entwicklung von der f&uuml;nften Dynastie bis zur r&ouml;mischen Kaiserzeit I. Bis zum Beginn der Achtzehnten Dynastie. 2. Aufl. Leipzig: Hinrichs. The column names of the header are &ldquo;Spalte&rdquo;, &ldquo;Sigle&rdquo; and &ldquo;Identifizierung&ldquo;.</p> <p><strong>Version 1.2.0</strong><strong>:</strong>&nbsp;Updated sigla in column &ldquo;Sinuhe&rdquo;.</p>

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

QuaLiKiz-v2.6.2 turbulent transport model evaluations based on JET experimental plasma profiles

<p>This dataset was used to train the QuaLiKiz-neural-network (QLKNN) model, QLKNN-jetexp-15D, described within the following published article: <a href="https://doi.org/10.1063/5.0038290">https://doi.org/10.1063/5.0038290</a>. It was generated with approximately 33 million standalone evaluations of QuaLiKiz-v2.6.2, each performed with a standard vector of 18 wavenumbers. Only approximately 21 million of these are kept for training due to various consistency checks applied to the code outputs. More information about the QuaLiKiz code can be found at <a href="https://www.qualikiz.com">www.qualikiz.com</a>.</p> <p>The data is saved under 3 keys in HDF5 format: &quot;/input&quot;, &quot;/output&quot;, and &quot;/label&quot;. The inputs to the QuaLiKiz evaluations are provided under &quot;/input&quot;, representing the local plasma parameters extracted from experimental measurements from the JET plasma device in Culham, UK, along with variations of select parameters according to propagated experimental uncertainties. Selected relevant outputs of the QuaLiKiz evaluations are provided under &quot;/output&quot;, namely the local turbulent transport coefficients after applying a semi-empirical turbulent fluctuation saturation rule. Some useful metadata is provided under &quot;/label&quot;, giving some degree of provenance tracking back to the JET experimental database, as well as describing the applied parameter variations and explaining why certain output rows were removed from the output structure.</p>

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

Optimizing laboratory cultures of <i>Gammarus fossarum</i> (Crustacea: Amphipoda) as a study organism in environmental sciences and ecotoxicology

<p>Supplemental code and data for Alther, Kr&auml;henb&uuml;hl, Bucher &amp; Altermatt (2022) &#39;Optimizing laboratory cultures of <em>Gammarus fossarum</em> (Crustacea: Amphipoda) as a study organism in environmental sciences and ecotoxicology&#39; (DOI: 10.1016/j.scitotenv.2022.158730). The repository folder contains three text files and a corresponding R script.</p> <p>Rerunning the analysis and producing figures requires two raw data files: LabdataAK_v6_210616_Daylength_input.txt and Nutrition_Exp_KaplanMeier_v1_input.txt. In order to reproduce the analysis and figures, run &#39;AmphipodHusbandry_20220919.R&#39;. Make sure that your working directory is the folder containing all data files, easily achieved by (re)starting R (or R Studio) by double-clicking the R script file in the folder. The analysis script will produce all the figures from the paper, organized in a folder &#39;Results&#39; and a subfolder &#39;Supplement&#39;. Figures are prepared as pixel graphics (PNG).</p> <p>The R script was tested in R ver. 4.1.1 (Windows 10, version 21H1), 4.1.3 (macOS 11.6), and 4.2.0 (Ubuntu 22.04. Required packages are survival (version 3.2-13 worked), survminer (version 0.4.9 worked), and vioplot (version 0.3.7 worked).</p>

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

Viva con Agua de St. Pauli e.V. User Stories created by socio-trechnical walkthroughs

<p>In March 2016 six socio-technical walktroughs (STWT, Hermann et al.&nbsp;2004) have been conducted to identify requirements for the technical tool Pool used by Viva con Agua de St. Pauli e.V. (VCA) as a socio-technical organization (Kunau&nbsp;2006). Volunteers of the NGO, as well as employees and partners were invited to participate one weekend for one STWT workshop. Every workshop has covered two days (a weekend) and focused one specific business process of VCA.&nbsp;The participants were independently selected for each working procedure that became a topic for a workshop.</p> <p>During the workshops, the existing business processes have been identified in a first step and during a second one improved. Afterwards, the moderator of the workshops has derived user stories for new technical support functions needed to establish the reworked business processes. These user stories are collected in the user stories catalog that is published in this data publication.</p> <table align="left"> <tbody> <tr> <td>(Herrmann et al. 2004)</td> <td>Herrmann, T., Kunau, G., Loser, K.-U., and Menold, N. Socio-technical walkthrough: Designing technology along work processes.&nbsp;<em>Proceedings of the eighth conference on Participatory design Artful integration: interweaving media, materials and practices - PDC 04</em>, ACM Press (2004), 132.</td> </tr> <tr> <td>(Kunau&nbsp;2006)</td> <td>Kunau, G. Facilitating computer supported cooperative work with socio-technical self-descriptions. Technische Universit&auml;t Dortmund, (2006).</td> </tr> </tbody> </table> <p>&nbsp;</p>

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

MUHAI Benchmark : Task 1 (Short story generation with Knowledge Graphs)

<p><strong>Meaning and Understanding in Human-Centric AI (MUHAI) Benchmark<br> Task 1 (Short story generation with Knowledge Graphs and Language Models)</strong>&nbsp;</p> <p>The dataset&nbsp;can be used to test understandability of text generated through the&nbsp;combination of&nbsp;knowledge graphs and language models without using knowledge graph embeddings.<br> <br> The task here is to generate 5-sentence stories from a set of <em>subject-predicate-object</em>&nbsp;triples that are extracted&nbsp;from&nbsp;a knowledge graph. Two steps need to be performed:</p> <p>1. Language model fine-tuning (SVO triple extraction + model fine-tuning)<br> 2. Story generation (knowledge enrichment + text generation)&nbsp;<br> <br> The submission includes the following data:</p> <ol> <li>Original ROC stories corpus (100 stories)</li> <li>ROC stories encoded&nbsp;with relevant triples&nbsp;(extracted through SpaCy, 2 versions, with and without coreference resolution)</li> <li>Stories generated by the pre-trained&nbsp;model (GPT2-simple)</li> <li>Stories generated by the fine-tuned model (DICE + ConceptNet + DBpedia&nbsp;)</li> <li>Stories generated by the fine-tuned model (DICE + ConceptNet + DBpedia + WordNet&nbsp;)</li> <li>Stories generated by the GPT-2-keyword-generation (an open-source software that uses&nbsp;GPT-2 to generate text pertaining to the specified keywords)</li> <li>Model results</li> <li>Evaluation metrics description</li> <li>User-evaluation questionnaire&nbsp;</li> </ol> <p>Code :&nbsp;https://github.com/kmitd/muhai-dice_story</p>

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

Influence of long-term changes in solar irradiance forcing on the Southern Annular Mode

<p>This dataset accompanies Wright et al. (2022):&nbsp;Influence of long-term changes in solar irradiance forcing on the Southern Annular Mode, Climate of the Past.</p> <p>This dataset contains:</p> <ul> <li><strong>Solar constant experiments</strong>: monthly files for sea level pressure (psl), surface stress east (tax), surface stress north (tay), screen temperature (tsc), and temperature at X pressure (t[0-18]) for solar constant experiments, specifically <ul> <li>control</li> <li>S+1</li> <li>S+3</li> <li>S+7</li> <li>S+35</li> <li>S-3</li> <li>S-7</li> <li>S-15</li> </ul> </li> </ul> <p>&nbsp;&nbsp; &nbsp;</p> <ul> <li><strong>Transient experiments</strong>: sea level pressure (psl) and screen temperature (tsc) files covering 1-2000 CE using: <ul> <li>Steinhilber_x2 solar forcing (monthly files)</li> <li>Shapiro solar forcing (monthly files)</li> </ul> </li> </ul> <p>These transient experiments are run as an Orbital-Greenhouse gases-Solar forcing experiment, and complement Phipps et al. (2013) (https://zenodo.org/record/3908927)</p> <p>&nbsp;</p>

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

Corona-Datenspende - Teildatensatz Erleben und Verhalten in der Pandemie

<p>Die Daten von Fitnessarmb&auml;ndern und Smartwatches, sogenannten Wearables, k&ouml;nnen Hinweise auf Symptome einer Infektion mit COVID-19 liefern. Mit Hilfe der <a href="https://corona-datenspende.de/science/">Corona-Datenspende-App</a> (CDA) k&ouml;nnen B&uuml;rger:innen dem Robert Koch-Institut diese Daten zur wissenschaftlichen Auswertung zur Verf&uuml;gung stellen. Zusammen mit Informationen aus anderen Quellen, z.B. offiziellen Meldedaten zu Fallzahlen, helfen diese Daten den Wissenschaftler:innen, die Ausbreitung des Coronavirus besser zu erfassen und zu verstehen.</p> <p>&nbsp;</p> <p>In ihrer ersten, seit April 2020 verf&uuml;gbaren, Version erhob die CDA nur sogenannte Vitaldaten der Nutzer:innen, insbesondere den Ruhepuls, k&ouml;rperliche Aktivit&auml;t und Schlafverhalten. In einem Update im Oktober 2021 wurden der App Umfragemodule zu verschiedenen, f&uuml;r die Pandemieforschung relevanten Fragestellungen, hinzugef&uuml;gt. Die hier bereitgestellten Daten entstammen der Teilstudie &quot;Erleben und Verhalten in der Pandemie&quot; die momentan als eines von drei Befragungsmodulen innerhalb der CDA durchgef&uuml;hrt wird. Sie basiert auf dem <a href="https://projekte.uni-erfurt.de/cosmo2020/web/">COVID-19 Snapshot Monitoring (COSMO)</a>, einem sich wiederholenden querschnittlichen Monitoring von Wissen, Risikowahrnehmung, Schutzverhalten und Vertrauen w&auml;hrend des aktuellen COVID-19 Ausbruchsgeschehens (Betsch et al., 2022). In dieser Studie wollen das Robert Koch-Institut sowie f&uuml;hrende Verhaltensforscher:innen erfahren, wie sich die Bev&ouml;lkerung unter pandemischen Bedingungen verh&auml;lt. Durch die Beantwortung regelm&auml;&szlig;iger Frageb&ouml;gen k&ouml;nnen Teilnehmer:innen dabei helfen, Strategien zur Bek&auml;mpfung des Coronavirus zu optimieren. Die Forscher:innen wollen hierzu mehr &uuml;ber den Arbeitsalltag, die pers&ouml;nliche Belastung und die Risikowahrnehmung lernen.</p> <p>Die hier bereitgestellten Daten dienen der Reproduktion aller Ergebnisse in der Studie &quot;From Delta to Omicron: The role of individual factors and social context in compliance with pandemic regulations and recommendations&quot; (Sprengholz et al., 2022, in Begutachtung). Es werden hier daher jene Datenpunkte aus der Studie &quot;Erleben und Verhalten in der Pandemie&quot; bereitgestellt, die zu diesem Zweck ben&ouml;tigt werden. Das hei&szlig;t auch, dass nicht alle im Rahmen dieser Studie erhobenen Datenpunkte, beispielsweise Informationen zu COVID-19-Testergebnissen, sowie alle Zeitpunkte der Erhebung im vorliegenden Datensatz enthalten sind. Ein Link zur oben genannten Publikation folgt nach der Ver&ouml;ffentlichung in einer Fachzeitschrift.</p>

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

Double-directional Multipath Data at 140 GHz

<p>This data set contains 140 GHz double-directional path data in an indoor hall environment. Details of the environment and data format are available in .txt and .ppt files in the same package as data. The data were derived from channel sounding along with a measurement-based ray-launcher, which is elaborated in the following paper.</p> <p>M. F. de Guzman, P. Koivum&auml;ki and K. Haneda, &quot;Double-directional multipath data at 140 GHz derived from measurement-based ray-tracer,&quot; in Proc. 2022 Vehicular Technology Conference, Helsinki, Finland, June 2022.</p> <p>@INPROCEEDINGS{deGuzman22_VTCS,<br> &nbsp;&nbsp; author={de Guzman, Mar Francis and Koivum\&quot;{a}ki, Pasi and Haneda, Katsuyuki},<br> &nbsp;&nbsp; booktitle={2022 95th Veh. Tech. Conf. (VTC2022-Spring)},<br> &nbsp;&nbsp; title={Double-directional multipath data at 140 {GHz} derived from measurement-based ray-launcher},<br> &nbsp;&nbsp; year={2022},<br> &nbsp;&nbsp; address={Helsinki, Finland},<br> &nbsp;&nbsp; month={June},<br> &nbsp;&nbsp; pages={1-6},<br> }</p>

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

Actitudes sociales y políticas en Andalucía: entrevista telefónica a 1500 personas sobre populismo, inmigración, modelo territorial, instituciones españolas, pensamiento conspirativo, activismo, narcisismo colectivo y lengua.

<p><strong><em>Descripci&oacute;n en espa&ntilde;ol</em> </strong>(See English description below)</p> <p><strong>T&iacute;tulo base de datos:</strong> Actitudes sociales y pol&iacute;ticas en Andaluc&iacute;a: entrevista telef&oacute;nica a 1500 personas sobre populismo, inmigraci&oacute;n, modelo territorial, instituciones espa&ntilde;olas, pensamiento conspirativo, activismo, narcisismo colectivo y lengua.<br> &nbsp;</p> <p><strong>Proyecto:</strong> PRY025/19 &ldquo;Democracia y actitudes populistas en Andaluc&iacute;a: un an&aacute;lisis comparado multidisciplinar&rdquo;, radicado en la Universidad de M&aacute;laga y dirigido por Manuel Arias Maldonado.</p> <p><br> <strong>Autores de la base de datos</strong>: Jos&eacute; Javier Olivas Osuna (UNED y LSE), Manuel Arias Maldonado (Universidad de M&aacute;laga), Encarnaci&oacute;n Hidalgo Tenorio (Universidad de Granada), Manuel Moyano (Universidad de C&oacute;rdoba), Elena Llorca (Universidad de Alicante), Astrid Barrio (Universidad de Valencia) y Enrique Clari (Universidad de Valencia y UNED).&nbsp;<strong>Autor de correspondencia</strong> (para aclarar dudas t&eacute;cnicas): Jos&eacute; Javier Olivas Osuna, jjolivas@poli.uned.es , Facultad de Ciencias Pol&iacute;ticas y Sociolog&iacute;a, Universidad Nacional de Educaci&oacute;n a Distancia, UNED, Obispo Trejo S/N, 28004, Madrid</p> <p><strong>Como citar base de datos:</strong> Olivas Osuna, J.J., Arias, M., Hidalgo-Tenorio, E.; Moyano, M., Llorca, E., Barrio, A. y Clari, E. (2022) Actitudes sociales y pol&iacute;ticas en Andaluc&iacute;a: entrevista telef&oacute;nica a 1500 personas sobre populismo, inmigraci&oacute;n, modelo territorial, instituciones espa&ntilde;olas, pensamiento conspirativo, activismo, narcisismo colectivo y lengua. Centro de Estudios Andaluces: Sevilla.&nbsp;</p> <p><br> Fecha de creaci&oacute;n: 8 junio 2022<br> Cobertura geogr&aacute;fica: Andaluc&iacute;a, Espa&ntilde;a<br> Datos recolectados: octubre 2021<br> Version: 1<br> Licencia: esta base de datos es publicada con acceso abierto (Open Access) bajo la licencia Creative Commons Attribution-NonCommercial-NoDerivatives (CC BY-NC-ND): https://creativecommons.org/licenses/by-nc-nd/4.0/ Es decir, los datos est&aacute;n a disposici&oacute;n de otros investigadores para ser explotados pero estos deber&aacute;n realizar la pertinente atribuci&oacute;n a los autores de esta base de datos y no deber&aacute; ser usada para fines comerciales sino de investigaci&oacute;n acad&eacute;mica.</p> <p><strong>Descripci&oacute;n del contenido y metodolog&iacute;a: </strong>Esta nueva base de datos (ficheros &ldquo;BBDD_POPULISMO_ANDALUCIA.xls&rdquo; y &ldquo;and.csv&rdquo;) ha sido elaborada con los resultados de una encuesta telef&oacute;nica (m&eacute;todo CATI, Computer Assisted Telephone Interviewing) administrada por el &Aacute;rea de Estudios Estad&iacute;sticos de COTESA, entre el 5 y 25 de octubre de 2021. Se entrevistaron a 1.500 personas en Andaluc&iacute;a con un muestreo probabil&iacute;stico estratificado en virtud del sexo y la edad (7 grupos). En julio de 2021 COTESA realiz&oacute; un pretest que no detect&oacute; problemas. La unidad informante fueron las personas mayores de edad y residentes en cada una de las 8 provincias de esta Comunidad Aut&oacute;noma (ver fichero adjunto &ldquo;Dise&ntilde;o Muestral UMA_Andalucia.xls&rdquo;). Los datos fueron registrados por los entrevistadores de COTESA siguiendo un cuestionario (ver fichero &ldquo;Cuestionario Actitudes Populistas en Andaluc&iacute;a final.docx&rdquo;). Los valores perdidos (&ldquo;missing values&rdquo;) han sido recodificados como &ldquo;99&rdquo;. El fichero de la base de datos contiende adem&aacute;s una pesta&ntilde;a con la descripci&oacute;n de las variables para facilitar el trabajo de los investigadores).&nbsp;</p> <p>Esta base de datos se creo en paralelo a otra base de datos equivalente en Catalu&ntilde;a: &quot;&nbsp;Actitudes sociales y pol&iacute;ticas en Catalu&ntilde;a: entrevista telef&oacute;nica a 1500 personas sobre populismo, inmigraci&oacute;n, modelo territorial, instituciones espa&ntilde;olas, pensamiento conspirativo, activismo, narcisismo colectivo y lengua.&quot;</p> <p>Los datos son compatibles y se&nbsp;pueden realizar comparaciones entre ambas&nbsp;(los ficheros &quot;esp&quot; fusiona las dos bases de datos)</p> <p>Esta base de datos contiene m&aacute;s de 100 items/variables reflejan que reflejan las respuestas de los entrevistados a un cuestionario que incluye muchas preguntas originales dise&ntilde;adas ad-hoc por los autores, a trav&eacute;s de sucesivas reuniones e intercambios durante 2021, as&iacute; como una serie de preguntas correspondientes a escalas desarrolladas por otros autores previamente. Entre estas caben destacar escalas de populismo (Akkerman et al. 2014; Olivas Osuna et al. en elaboraci&oacute;n), narcisismo colectivo (Golec de Zavala et al. 2009), creencia en teor&iacute;as conspirativas (Brotherton et al. 2013), justificaci&oacute;n de la violencia pol&iacute;tica (Belanger et al. 2019) y proximidad a una red radicalizada (Moyano 2011).</p> <p><strong>Reconocimientos y fuentes de financiaci&oacute;n:</strong> La encuesta fue financiada por el proyecto &ldquo;Democracia y actitudes populistas en Andaluc&iacute;a: un an&aacute;lisis comparado multidisciplinar&rdquo; (PRY025/19). Sin embargo la participaci&oacute;n de algunos miembros del equipo en el dise&ntilde;o de la encuesta y depuraci&oacute;n de la base de datos ha sido posible tambi&eacute;n gracias al &ldquo;Proyecto Comparado Interdisciplinar de Populismo y Secesionismo&rdquo; (2018-T1/COC-10152), financiado por el Programa de Atracci&oacute;n de Talento Investigador de la Comunidad de Madrid, y al proyecto &ldquo;Populismo y Fronteras: un Estudio Comparado de Discursos y Actitudes en la Oferta y Demanda Populista&rdquo; (PID2020-113182RA-I00), financiado por la Agencia Estatal de Investigaci&oacute;n del Ministerio de Ciencia e Innovaci&oacute;n de Espa&ntilde;a.</p> <p>Cabe reconocer tambi&eacute;n el apoyo te&oacute;rico y metodol&oacute;gico en el proceso de dise&ntilde;o del cuestionario a Andr&eacute;s Santana y Jos&eacute; Rama (ambos profesores en la Universidad Aut&oacute;noma de Madrid). Tambi&eacute;n se agradece el trabajo de Manuel Mart&iacute;n y Juan Ram&oacute;n Barrada, que junto con Manuel Moyano y Jos&eacute; Javier Olivas trabajaron desde noviembre de 2019 en el dise&ntilde;o y testeo de muchos de los &iacute;tems sobre populismo incluidos en el cuestionario (dentro del marco del proyecto 2018-T1/COC-10152).</p> <p><strong>Ficheros adjuntos:&nbsp;</strong><br> * Readme Actitudes sociales y pol&iacute;ticas en Andaluc&iacute;a.txt<br> * BBDD_POPULISMO_ANDALUCIA.xls (base de datos con pesta&ntilde;a descripci&oacute;n variables)<br> * and.csv (base de datos en formato csv)<br> * Cuestionario Actitudes Populistas en Andalucia final.docx (cuestionario adminstrado)<br> * Dise&ntilde;o muestral UMA_Andaluc&iacute;a.xls (explicaci&oacute;n de los criterios de muestreo)</p> <p>&nbsp;</p> <p>&nbsp;</p> <p><strong><em>English description:</em></strong></p> <p><strong>Database title: </strong>Social and political attitudes in Andalusia: telephone interviews with 1500 people on populism, immigration, territorial model, Spanish institutions, conspiratorial thinking, activism, collective narcissism and language.</p> <p><strong>Project: </strong>PRY025/19 &quot;Democracy and populist attitudes in Andalusia: a multidisciplinary comparative analysis&quot;, based at the University of Malaga and directed by Manuel Arias Maldonado.</p> <p><strong>Database authors:</strong> Jos&eacute; Javier Olivas Osuna (UNED and LSE), Manuel Arias Maldonado (University of M&aacute;laga), Encarnaci&oacute;n Hidalgo Tenorio (University of Granada), Manuel Moyano (University of C&oacute;rdoba), Elena Llorca (University of Alicante), Astrid Barrio (University of Valencia) and Enrique Clari (University of Valencia and UNED).&nbsp;Correspondence author (for technical questions): Jos&eacute; Javier Olivas Osuna, jjolivas@poli.uned.es , Facultad de Ciencias Pol&iacute;ticas y Sociolog&iacute;a, Universidad Nacional de Educaci&oacute;n a Distancia, UNED, Obispo Trejo S/N, 28004, Madrid.</p> <p><strong>How to cite database:</strong> Olivas Osuna, J.J., Arias, M., Hidalgo-Tenorio, E.; Moyano, M., Llorca, E., Barrio, A. and Clari, E. (2022) Social and political attitudes in Andalusia: telephone interview with 1500 people on populism, immigration, territorial model, Spanish institutions, conspiratorial thinking, activism, collective narcissism and language. Andalusian Studies Centre: Seville.&nbsp;</p> <p>Date of creation: 8 June 2022<br> Geographical coverage: Andalusia, Spain<br> Data collected: October 2021<br> Version: 1<br> Licence: this database is published with Open Access under the Creative Commons Attribution-NonCommercial-NoDerivatives (CC BY-NC-ND) licence: https://creativecommons.org/licenses/by-nc-nd/4.0/ That is, the data is available for other researchers to exploit but they must make the appropriate attribution to the authors of this database and it must not be used for commercial purposes but for academic research.</p> <p><strong>Description of content and methodology:</strong> This new database (files &quot;BBDD_POPULISMO_ANDALUCIA.xls&quot; and &quot;and.csv&quot;) has been elaborated with the results of a telephone survey (CATI method, Computer Assisted Telephone Interviewing) administered by the Statistical Studies Area of COTESA, between 5 and 25 October 2021. A total of 1,500 people were interviewed in Andalusia with a probability sample stratified by sex and age (7 groups). A pre-test was conducted by COTESA in July 2021 and no problems were detected. The respondent unit was persons of legal age and resident in each of the 8 provinces of this Autonomous Community (see attached file &quot;Dise&ntilde;o Muestral UMA_Andalucia.xls&quot;). The data were recorded by COTESA interviewers following a questionnaire (see file &quot;Cuestionario Actitudes Populistas en Andaluc&iacute;a final.docx&quot;). Missing values have been re-coded as &quot;99&quot;. The database file also contains a tab with the description of the variables to facilitate the work of the researchers).&nbsp;</p> <p>This database was created in parallel to another equivalent database in Catalonia: &quot;Social and political attitudes in Catalonia: telephone interview with 1500 people on populism, immigration, territorial model, Spanish institutions, conspiratorial thinking, activism, collective narcissism and language&quot;.</p> <p>The data of the Andalusian and Spanish databases are compatible and comparable&nbsp;(the &quot;esp&quot; files merge the two databases).</p> <p>This database contains more than 100 items/variables reflecting respondents&#39; answers to a questionnaire that includes many original questions designed ad-hoc by the authors, through successive meetings and exchanges during 2021, as well as a number of questions corresponding to scales previously developed by other authors. These include scales on populism (Akkerman et al. 2014; Olivas Osuna et al. in elaboration), collective narcissism (Golec de Zavala et al. 2009), belief in conspiracy theories (Brotherton et al. 2013), justification of political violence (Belanger et al. 2019) and proximity to a radicalised network (Moyano 2011).</p> <p><strong>Acknowledgements and funding sources:</strong> The survey was funded by the project &quot;Democracy and populist attitudes in Andalusia: a multidisciplinary comparative analysis&quot; (PRY025/19). However, the participation of some members of the team in the design of the survey and the cleaning of the database has also been possible thanks to the &quot;Comparative Interdisciplinary Project on Populism and Secessionism&quot; (2018-T1/COC-10152), funded by the Research Talent Attraction Programme of the Community of Madrid, and to the project &quot;Populism and Borders: A Comparative Study of Discourses and Attitudes in Populist Supply and Demand&quot; (PID2020-113182RA-I00), funded by the State Research Agency of the Spanish Ministry of Science and Innovation.</p> <p>The theoretical and methodological support in the questionnaire design process is also acknowledged to Andr&eacute;s Santana and Jos&eacute; Rama (both professors at the Universidad Aut&oacute;noma de Madrid). Thanks are also due to Manuel Mart&iacute;n and Juan Ram&oacute;n Barrada, who together with Manuel Moyano and Jos&eacute; Javier Olivas worked since November 2019 on the design and testing of many of the items on populism included in the questionnaire (within the framework of project 2018-T1/COC-10152).</p> <p><strong>Attached files:</strong></p> <p>* Readme Actitudes sociales y pol&iacute;ticas en Andaluc&iacute;a.txt<br> * BBDD_POPULISMO_ANDALUCIA.xls (database with a tab with the description of variables)<br> * and.csv (database in&nbsp;csv format)<br> * Cuestionario Actitudes Populistas en Andalucia final.docx (questionnaire)<br> * Dise&ntilde;o muestral UMA_Andaluc&iacute;a.xls (explanation of the sampling method)</p>

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

Actitudes sociales y políticas en Cataluña: entrevista telefónica a 1500 personas sobre populismo, inmigración, modelo territorial, instituciones españolas, pensamiento conspirativo, activismo, narcisismo colectivo y lengua.

<p><strong><em>Descripci&oacute;n en espa&ntilde;ol</em> </strong>(See English description below)</p> <p><strong>T&iacute;tulo base de datos:</strong> Actitudes sociales y pol&iacute;ticas en Catalu&ntilde;a: entrevista telef&oacute;nica a 1500 personas sobre populismo, inmigraci&oacute;n, modelo territorial, instituciones espa&ntilde;olas, pensamiento conspirativo, activismo, narcisismo colectivo y lengua.</p> <p><strong>Proyecto:</strong> PRY025/19 &ldquo;Democracia y actitudes populistas en Andaluc&iacute;a: un an&aacute;lisis comparado multidisciplinar&rdquo;, radicado en la Universidad de M&aacute;laga y dirigido por Manuel Arias Maldonado.</p> <p><br> <strong>Autores de la base de datos</strong>: Jos&eacute; Javier Olivas Osuna (UNED y LSE), Manuel Arias Maldonado (Universidad de M&aacute;laga), Encarnaci&oacute;n Hidalgo Tenorio (Universidad de Granada), Manuel Moyano (Universidad de C&oacute;rdoba), Elena Llorca (Universidad de Alicante), Astrid Barrio (Universidad de Valencia) y Enrique Clari (Universidad de Valencia y UNED).<br> <strong>Autor de correspondencia</strong> (para aclarar dudas t&eacute;cnicas): Jos&eacute; Javier Olivas Osuna, jjolivas@poli.uned.es , Facultad de Ciencias Pol&iacute;ticas y Sociolog&iacute;a, Universidad Nacional de Educaci&oacute;n a Distancia, UNED, Obispo Trejo S/N, 28004, Madrid.</p> <p><strong>Como citar base de datos:</strong> Olivas Osuna, J.J., Arias, M., Hidalgo-Tenorio, E.; Moyano, M., Llorca, E., Barrio, A. y Clari, E. (2022) Actitudes sociales y pol&iacute;ticas en Catalu&ntilde;a: entrevista telef&oacute;nica a 1500 personas sobre populismo, inmigraci&oacute;n, modelo territorial, instituciones espa&ntilde;olas, pensamiento conspirativo, activismo, narcisismo colectivo y lengua. Centro de Estudios Andaluces: Sevilla.&nbsp;</p> <p><br> Fecha de creaci&oacute;n: 8 junio 2022<br> Cobertura geogr&aacute;fica: Catalu&ntilde;a, Espa&ntilde;a<br> Datos recolectados: octubre 2021<br> Version: 1<br> Licencia: esta base de datos es publicada con acceso abierto (Open Access) bajo la licencia Creative Commons Attribution-NonCommercial-NoDerivatives (CC BY-NC-ND): https://creativecommons.org/licenses/by-nc-nd/4.0/ Es decir, los datos est&aacute;n a disposici&oacute;n de otros investigadores para ser explotados pero estos deber&aacute;n realizar la pertinente atribuci&oacute;n a los autores de esta base de datos y no deber&aacute; ser usada para fines comerciales sino de investigaci&oacute;n acad&eacute;mica.</p> <p><strong>Descripci&oacute;n del contenido y metodolog&iacute;a:</strong> Esta nueva base de datos (ficheros &ldquo;BBDD_POPULISMO_CATALU&Ntilde;A.xls&rdquo; y &ldquo;cat.csv&rdquo;) ha sido elaborada con los resultados de una encuesta telef&oacute;nica (m&eacute;todo CATI, Computer Assisted Telephone Interviewing) administrada por el &Aacute;rea de Estudios Estad&iacute;sticos de COTESA, entre el 5 y 25 de octubre de 2021. Se entrevistaron a 1.500 personas en Catalu&ntilde;a con un muestreo probabil&iacute;stico estratificado en virtud del sexo y la edad (7 grupos). La unidad informante fueron las personas mayores de edad y residentes en cada una de las 4 provincias de esta Comunidad Aut&oacute;noma (ver fichero adjunto &ldquo;Dise&ntilde;o Muestral UMA_Catalu&ntilde;a.xls&rdquo;). En julio de 2021 COTESA realiz&oacute; un pretest que no detect&oacute; problemas. Los datos fueron registrados por los entrevistadores de COTESA siguiendo un cuestionario (ver ficheros &ldquo;Cuestionario Actitudes Populistas en Catalu&ntilde;a final cat.docx&rdquo; y &ldquo;Cuestionario Actitudes Populistas en Catalu&ntilde;a final esp.docx). Los entrevistadores daban la opci&oacute;n de elegir el idioma en el que se desarrollaba la entrevista. Los valores perdidos (&ldquo;missing values&rdquo;) han sido recodificados como &ldquo;99&rdquo;. El fichero de la base de datos contiende adem&aacute;s una pesta&ntilde;a con la descripci&oacute;n de las variables para facilitar el trabajo de los investigadores).&nbsp;</p> <p>Esta base de datos se creo en paralelo a otra base de datos equivalente en Andaluc&iacute;a: &quot;Actitudes sociales y pol&iacute;ticas en Andaluc&iacute;a: entrevista telef&oacute;nica a 1500 personas sobre populismo, inmigraci&oacute;n, modelo territorial, instituciones espa&ntilde;olas, pensamiento conspirativo, activismo, narcisismo colectivo y lengua&quot;.</p> <p>Los datos son compatibles y se&nbsp;pueden realizar comparaciones (los&nbsp;ficheros &quot;esp&quot; fusionan las dos bases de datos).</p> <p>Esta base de datos contiene m&aacute;s de 100 items/variables reflejan que reflejan las respuestas de los entrevistados a un cuestionario que incluye muchas preguntas originales dise&ntilde;adas ad-hoc por los autores, a trav&eacute;s de sucesivas reuniones e intercambios durante 2021, as&iacute; como una serie de preguntas correspondientes a escalas desarrolladas por otros autores previamente. Entre estas caben destacar escalas de populismo (Akkerman et al. 2014; Olivas Osuna et al. en elaboraci&oacute;n), narcisismo colectivo (Golec de Zavala et al. 2009), creencia en teor&iacute;as conspirativas (Brotherton et al. 2013), justificaci&oacute;n de la violencia pol&iacute;tica (Belanger et al. 2019) y proximidad a una red radicalizada (Moyano 2011).</p> <p><strong>Reconocimientos y fuentes de financiaci&oacute;n:</strong> La encuesta fue financiada por el proyecto &ldquo;Democracia y actitudes populistas en Andaluc&iacute;a: un an&aacute;lisis comparado multidisciplinar&rdquo; (PRY025/19). Sin embargo la participaci&oacute;n de algunos miembros del equipo en el dise&ntilde;o de la encuesta y depuraci&oacute;n de la base de datos ha sido posible tambi&eacute;n gracias al &ldquo;Proyecto Comparado Interdisciplinar de Populismo y Secesionismo&rdquo; (2018-T1/COC-10152), financiado por el Programa de Atracci&oacute;n de Talento Investigador de la Comunidad de Madrid, y al proyecto &ldquo;Populismo y Fronteras: un Estudio Comparado de Discursos y Actitudes en la Oferta y Demanda Populista&rdquo; (PID2020-113182RA-I00), financiado por la Agencia Estatal de Investigaci&oacute;n del Ministerio de Ciencia e Innovaci&oacute;n de Espa&ntilde;a.</p> <p>Cabe reconocer tambi&eacute;n el apoyo te&oacute;rico y metodol&oacute;gico en el proceso de dise&ntilde;o del cuestionario a Andr&eacute;s Santana y Jos&eacute; Rama (ambos profesores en la Universidad Aut&oacute;noma de Madrid). Tambi&eacute;n se agradece el trabajo de Manuel Mart&iacute;n y Juan Ram&oacute;n Barrada, que junto con Manuel Moyano y Jos&eacute; Javier Olivas trabajaron desde noviembre de 2019 en el dise&ntilde;o y testeo de muchos de los &iacute;tems sobre populismo incluidos en el cuestionario (dentro del marco del proyecto 2018-T1/COC-10152).</p> <p><strong>Ficheros adjuntos:&nbsp;</strong><br> * Readme Actitudes sociales y pol&iacute;ticas en Catalu&ntilde;a.txt<br> * BBDD_POPULISMO_CATALU&Ntilde;A.xls (base de datos con pesta&ntilde;a descripci&oacute;n variables)<br> * cat.csv (base de datos en formato csv)<br> * Cuestionario Actitudes Populistas en Catalu&ntilde;a final esp.docx (cuestionario en catal&aacute;n)<br> * Cuestionario Actitudes Populistas en Catalu&ntilde;a final cat.docx (cuestionario en espa&ntilde;ol)<br> * Dise&ntilde;o muestral UMA_Catalu&ntilde;a.xls (explicaci&oacute;n de los criterios de muestreo)</p> <p>*esp.xls and esp.csv (bases de datos fusionadas: Andaluc&iacute;a y Catalu&ntilde;a)</p> <p>&nbsp;</p> <p><em><strong>English description:</strong></em></p> <p><strong>Database title:</strong> Social and political attitudes in Catalonia: telephone interviews with 1500 people on populism, immigration, territorial model, Spanish institutions, conspiratorial thinking, activism, collective narcissism and language.</p> <p><br> Project: PRY025/19 &quot;Democracy and populist attitudes in Andalusia: a multidisciplinary comparative analysis&quot;, based at the University of Malaga and directed by Manuel Arias Maldonado.</p> <p><br> <strong>Database authors:</strong> Jos&eacute; Javier Olivas Osuna (UNED and LSE), Manuel Arias Maldonado (University of M&aacute;laga), Encarnaci&oacute;n Hidalgo Tenorio (University of Granada), Manuel Moyano (University of C&oacute;rdoba), Elena Llorca (University of Alicante), Astrid Barrio (University of Valencia) and Enrique Clari (University of Valencia and UNED). <strong>Corresponding&nbsp;author</strong>: Jos&eacute; Javier Olivas Osuna, jjolivas@poli.uned.es , Facultad de Ciencias Pol&iacute;ticas y Sociolog&iacute;a, Universidad Nacional de Educaci&oacute;n a Distancia, UNED, Obispo Trejo S/N, 28004, Madrid.</p> <p><strong>How to cite database: </strong>Olivas Osuna, J.J., Arias, M., Hidalgo-Tenorio, E.; Moyano, M., Llorca, E., Barrio, A. and Clari, E. (2022) Social and political attitudes in Catalonia: telephone interview with 1500 people on populism, immigration, territorial model, Spanish institutions, conspiratorial thinking, activism, collective narcissism and language. Andalusian Studies Centre: Seville.&nbsp;</p> <p>Date of creation: 8 June 2022<br> Geographical coverage: Catalonia, Spain<br> Data collected: October 2021<br> Version: 1<br> License: this database is published with Open Access under the Creative Commons Attribution-NonCommercial-NoDerivatives (CC BY-NC-ND) license: https://creativecommons.org/licenses/by-nc-nd/4.0/ That is, the data is available for other researchers to exploit but they must make the appropriate attribution to the authors of this database and it should not be used for commercial purposes but for academic research.</p> <p><strong>Description of content and methodology: </strong>This new database (files &quot;BBDD_POPULISMO_CATALU&Ntilde;A.xls&quot; and &quot;cat.csv&quot;) has been elaborated with the results of a telephone survey (CATI method, Computer Assisted Telephone Interviewing) administered by the Statistical Studies Area of COTESA, between 5 and 25 October 2021. A total of 1,500 people were interviewed in Catalonia with a probability sample stratified by sex and age (7 groups). The respondent unit was persons of legal age and resident in each of the 4 provinces of this Autonomous Community (see attached file &quot;Sample Design UMA_Catalonia.xls&quot;). In July 2021 COTESA carried out a pre-test that did not detect any problems. Data were recorded by COTESA interviewers following a questionnaire (see files &quot;Cuestionario Actitudes Populistas en Catalu&ntilde;a final cat.docx&quot; and &quot;Cuestionario Actitudes Populistas en Catalu&ntilde;a final esp.docx). Interviewers were given the option of choosing the language in which the interview was conducted. Missing values have been re-coded as &quot;99&quot;. The database file also contains a tab with the description of the variables to facilitate the work of the researchers).&nbsp;</p> <p>This database was created in parallel to another equivalent database in Andalusia: &quot;Social and political attitudes in Andalusia: telephone interviews with 1500 people on populism, immigration, territorial model, Spanish institutions, conspiratorial thinking, activism, collective narcissism and language&quot;.</p> <p>The data of the Andalusian and Spanish databases are compatible and comparable&nbsp;(the &quot;esp&quot; files merge the two databases).</p> <p>This database contains more than 100 items/variables reflecting respondents&#39; answers to a questionnaire that includes many original questions designed ad-hoc by the authors, through successive meetings and exchanges during 2021, as well as a number of questions corresponding to scales previously developed by other authors. These include scales on populism (Akkerman et al. 2014; Olivas Osuna et al. forthcoming), collective narcissism (Golec de Zavala et al. 2009), belief in conspiracy theories (Brotherton et al. 2013), justification of political violence (Belanger et al. 2019) and proximity to a radicalised network (Moyano 2011).</p> <p><strong>Acknowledgements and funding sources:</strong> The survey was funded by the project &quot;Democracy and populist attitudes in Andalusia: a multidisciplinary comparative analysis&quot; (PRY025/19). However, the participation of some members of the team in the design of the survey and the cleaning of the database has also been possible thanks to the &quot;Comparative Interdisciplinary Project on Populism and Secessionism&quot; (2018-T1/COC-10152), funded by the Research Talent Attraction Programme of the Community of Madrid, and to the project &quot;Populism and Borders: A Comparative Study of Discourses and Attitudes in Populist Supply and Demand&quot; (PID2020-113182RA-I00), funded by the State Research Agency of the Spanish Ministry of Science and Innovation.</p> <p>The theoretical and methodological support in the questionnaire design process is also acknowledged to Andr&eacute;s Santana and Jos&eacute; Rama (both professors at the Universidad Aut&oacute;noma de Madrid). Thanks are also due to Manuel Mart&iacute;n and Juan Ram&oacute;n Barrada, who together with Manuel Moyano and Jos&eacute; Javier Olivas worked since November 2019 on the design and testing of many of the items on populism included in the questionnaire (within the framework of project 2018-T1/COC-10152).</p> <p><strong>Attached files:&nbsp;</strong><br> * Readme Actitudes sociales y pol&iacute;ticas en Catalu&ntilde;a.txt<br> * BBDD_POPULISMO_CATALU&Ntilde;A.xls (base de datos con pesta&ntilde;a descripci&oacute;n variables)<br> * cat.csv (base de datos en formato csv)<br> * Cuestionario Actitudes Populistas en Catalu&ntilde;a final esp.docx (cuestionario en catal&aacute;n)<br> * Cuestionario Actitudes Populistas en Catalu&ntilde;a final cat.docx (cuestionario en espa&ntilde;ol)<br> * Dise&ntilde;o muestral UMA_Catalu&ntilde;a.xls (explicaci&oacute;n de los criterios de muestreo)</p> <p>*esp.xls and esp.csv (merged databases: Andalusia + Catalonia)</p>

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

Labels for Emergency Response Imagery from Hurricane Barry, Delta, Dorian, Florence, Ida, Isaias, Laura, Michael, Sally, Zeta, and Tropical Storm Gordon

<p>The csv files contain&nbsp;human-generated labels for Emergency Response Imagery collected by US National Oceanic and Atmospheric Administration (NOAA) after Hurricane Barry, Delta, Dorian, Florence, Ida, Isaias, Laura, Michael, Sally, Zeta, and Tropical Storm Gordon. All authors contributed to labeling the imagery. All labeling was done with an open-source labeling tool (Rafique et al., 2020).</p> <p>All csv files provide&nbsp;the userID (the ID of the anonymous labeler), the NOAA flight, the NOAA image, and 6 labels &mdash; allWater (if the image was all water), devType (if the image had buildings/development), washoverType (if the image had washover deposits), dmgType (if the image showed damage to built environment), impactType (if the labeler could identify the coastal impact, using the Storm Impact Scale from Sallenger, 2000), and terrainType (the type of physical environment).</p> <p>Images labeled here correspond to multiple NOAA flights &mdash; all listed in the csv file for each jpeg image. These jpeg images can be downloaded directly from NOAA (https://storms.ngs.noaa.gov/) or using Moretz et al. (2020a, 2020b).</p> <p>There are three csv files:</p> <p>ReleaseData_10172022.csv has 10,237 labels for 4250 images. These labels were generated by coastal scientists. The csv also contains the Latitude and Longitude of the image center (from NOAA).</p> <p>ReleaseDataQuads.csv has 400 labels for 100 images. These labels were generated by coastal scientists. The images labeled in this set correspond to original NOAA images that have been split into quadrants. Splitting images was done with ImageMagick. The command used to split the images was:</p> <p>`magick mogrify -crop 2x2@ +repage -path ../quadrants *.jpg`</p> <p>The naming convention corresponds to the image quarter &mdash; the *-0.jpg is upper left, *-1.jpg is upper right, *-2.jpg is lower left, and *-3.jpg is the lower right.</p> <p>ReleaseDataNCE.csv has 400 labels for 100 images. These images were labeled by non-coastal scientists. Note that the 100 images were also labeled by coastal scientists &mdash; those labels can be found in ReleaseData_v3.csv.</p> <p>There is another companion dataset to this, with slightly different labels (Goldstein et al., 2020).</p> <p>A zip file of images is also provided for demonstration purposes (images.zip). These are resized copies made with imagemagick, with the longest dimension set at 2000 pixels ( `mogrify -resize 2000x2000`). For full size images, please download the jpegs directly from NOAA.</p>

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

DU00-W-212 airfoil polars, sinusoidal inflow

<p>Averaged lift and drag coeffficients of a DU00-W-212 profile in sinusoidally varying inflow (turbulence level approx. 5%) generated with an active grid at Reynolds numbers 500,000&nbsp;and 900,000.</p> <p>Data is obtained with a three-component load cell and via integration of 48 scanned pressure tabs along the chord.<br> Standard wind tunnel corrections according to Allen &amp; Vincenti are applied.</p> <p>Data sets 182, 183,&nbsp;186, 188:&nbsp;flow tripped on the surface at 1.5% chord on upper airfoil side, 10% chord&nbsp;on lower airfoil side<br> Data sets 183,&nbsp;188, 242, 245:&nbsp;measured starting at positive angles of attack (AOA) to negative AOAs<br> Data sets 182,&nbsp;186, 243, 244:&nbsp;measured starting at negative angles of attack (AOA) to positive AOAs</p> <p>The experiment was performed within in the EU-funded project AVATAR (www.eera-avatar.eu).</p>

opencc-by-sa-4.0Dec 2017View details →
zenodo52/100

DU00-W-212 airfoil polars, laminar inflow

<p>Averaged lift and drag coeffficients of a DU00-W-212 profile in laminar flow (background turbulence level approx. 0.3%)&nbsp;at Reynolds numbers 500,000&nbsp;and 900,000.</p> <p>Data is obtained with a three-component load cell and via integration of 48 scanned pressure tabs along the chord.<br> Standard wind tunnel corrections according to Allen &amp; Vincenti are applied.</p> <p>Data sets 119,&nbsp;120, 121, 122:&nbsp;flow tripped on the surface at 1.5% chord on upper airfoil side, 10% chord&nbsp;on lower airfoil side<br> Data sets 104,&nbsp;107, 119, 122:&nbsp;measured starting at negative angles of attack (AOA) to positive AOAs<br> Data sets 105, 106, 120, 121:&nbsp;measured starting at positive angles of attack (AOA) to negative AOAs</p> <p>The experiment was performed within in the EU-funded project AVATAR (www.eera-avatar.eu).</p>

opencc-by-sa-4.0Dec 2017View details →
zenodo52/100

DU00-W-212 airfoil polars, mimicked DanAero inflow

<p>Averaged lift and drag coeffficients of a DU00-W-212 profile in turbulent inflow&nbsp;generated with an active grid at Reynolds numbers 500,000&nbsp;and 900,000. The inflow pattern was mimicked from measurements a the blade with a 5-hole pressure probe performed in teh DanAero project.</p> <p>Data is obtained with a three-component load cell and via integration of 48 scanned pressure tabs along the chord.<br> Standard wind tunnel corrections according to Allen &amp; Vincenti are applied.</p> <p>Data sets 203, 204,&nbsp;210, 211:&nbsp;flow tripped on the surface at 1.5% chord on upper airfoil side, 10% chord on lower airfoil side<br> Data sets 203,&nbsp;211, 225, 230:&nbsp;measured starting at positive angles of attack (AOA) to negative AOAs<br> Data sets 204,&nbsp;210, 224, 239:&nbsp;measured starting at negative angles of attack (AOA) to positive AOAs</p> <p>The experiment was performed within in the EU-funded project AVATAR (www.eera-avatar.eu).</p>

opencc-by-sa-4.0Dec 2017View details →
zenodo52/100

City features collection

<div> <div># City features collection</div> <br> <div>A collection of features for ~700 European cities, for the reference year 2018.</div> <br> <div>## Features</div> <br> <div>The features are divided in three main thematic areas: land, climate and socioeconomic characteristics. Find more information about the features in the codebook `cities_features_collection_codebook.csv`.</div> <div>Codelists for categorical features are in the same folder `codelist_&lt;feature&gt;.csv`.</div> <br> <div>## Cities</div> <br> <div>City selection (and outline polygon) is taken from the Eurostat Urban Atlas. More information [here](https://ec.europa.eu/eurostat/web/gisco/geodata/reference-data/administrative-units-statistical-units/urban-audit). The original list of cities with geometries can be downloaded at these links:</div> <br> <div>- EPSG:4326 (WGS84) &lt;https://gisco-services.ec.europa.eu/distribution/v2/urau/geojson/URAU_RG_01M_2018_4326_CITIES.geojson&gt;</div> <div>- EPSG:3035 &lt;https://gisco-services.ec.europa.eu/distribution/v2/urau/geojson/URAU_RG_01M_2018_3035_CITIES.geojson&gt;</div> <br> <div>Note: the dataset `city_features_collection.geojson` only contains the city outline in CRS EPSG:4326.</div> <br><br> <div>## Example usage</div> <br> <div>Clustering analysis of European cities: check out this interactive demo notebook: `notebooks\demo\cities_clustering_interactive_demo.ipynb`.</div> </div> <p>&nbsp;</p>

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

Data from: ChatGPT performance on radiation technologist and therapist entry to practice exams

<p>This dataset contains the data needed to reproduce all results and figures described in "ChatGPT performance on radiation technologist and therapist entry to practice exams".</p> <p>Details about the data collection can be found in the paper referenced below. Briefly, ChatGPT (GPT-4) was prompted with multiple choice questions from 4 practice exams provided by the Canadian Association of Medical Radiation Technologists (CAMRT). ChatGPT was promted with the questions from each exam 5 times between July 17 and August 13, 2023. Table 1, below, provides details about the dates for data collection.<br><br></p> <p><strong>Variable descriptions</strong></p> <ul> <li><code>question</code>: Question number, provided by CAMRT. Skipped question numbers indicate image-based questions that were excluded from the study.</li> <li><code>discipline</code>: Indicates the CAMRT exam discipline, abbreviated as follows&nbsp; <ul> <li>RAD: radiological technology</li> <li>MRI: magnetic resonance</li> <li>NUC: nuclear medicine</li> <li>RTT: radiation therapy</li> </ul> </li> <li><code>question_type</code>: Indicates the type of competency being assessed by the question (Knowledge, Application, or Critical thinking). Competency categories were assigned by CAMRT.</li> <li><code>corrrect_response</code>: The correct multiple choice response ("A", "B", "C", or "D"), assigned by CAMRT.</li> <li><code>attempt1-5</code>: ChatGPT's response to the multiple choice questions for attempts 1 through 5, indicated using the letters "A", "B", "C", or "D". In a few cases, ChatGPT did not provide a reference to a multiple choice response and "NA" is recorded in the dataset.&nbsp;</li> </ul> <p><em>Note: The long-form questions from CAMRT and answers provided by ChatGPT are not available as a part of this dataset.<br><br></em></p> <p><strong>Table 1</strong>: Dates for data collection</p> <table> <tbody> <tr> <td>&nbsp;</td> <td><strong>Attempt 1</strong></td> <td><strong>Attempt 2</strong></td> <td><strong>Attempt 3</strong></td> <td><strong>Attempt 4</strong></td> <td><strong>Attempt 5</strong></td> </tr> <tr> <td><strong>Radiological technology</strong></td> <td>2 Aug 2023</td> <td>2 Aug 2023</td> <td>8 Aug 2023</td> <td>9 Aug 2023</td> <td>11 Aug 2023</td> </tr> <tr> <td><strong>Magnetic resonance&nbsp;</strong></td> <td>17 Jul 2023</td> <td>18 Jul 2023</td> <td>18 Jul 2023</td> <td>9 Aug 2023</td> <td>12 Aug 2023</td> </tr> <tr> <td><strong>Nuclear medicine</strong></td> <td>8 Aug 2023</td> <td>9 Aug 2023</td> <td>12 Aug 2023</td> <td>12 Aug 2023</td> <td>12 Aug 2023</td> </tr> <tr> <td><strong>Radiation therapy</strong></td> <td>9 Aug 2023</td> <td>12 Aug 2023</td> <td>12 Aug 2023</td> <td>13 Aug 2023</td> <td>13 Aug 2023</td> </tr> </tbody> </table> <p>&nbsp;</p>

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

A Benchmark dataset on Semantic Change in Scholarly Publications on Disability

<p>This is a benchmark dataset for semantic shift detection in disability-related corpora, including collected title and abstract text from PubMed and ArXiv, annotation sets based on domain experts and LLMs, and extracted KGs (Wikidata entity claims). The corpus from PubMed covers the period from the 1900s to 2023, while the corpus from ArXiv covers the period from the 1990s to 2023. The corpus was filtered based on 16 disability-related target words. In the annotation sets, '1' indicates that a semantic shift occurred for a target word, while '0' indicates the opposite. In particular, the LLM-based annotation sets include their generated text, and we used the Llama2 and GPT-4 models. '7b' refers to the parameter size of the Llama2 model. Graph_data.zip contains Wikidata entity claims.</p>

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

Processed glider data: 9 months of hydrographic and ADCP observations in the Gulf of Oman.

<p>68 repeat transects and 2 virtual moorings covering a spring/neap cycle collected by a SeaExplorer glider with T, S, O2, Chl, Optical backscatter, PAR and ADCP data in the Gulf of Oman. Dataset collected as part of the ONR Global project "Shelf slope dyanmics in the Sea of Oman: How submesoscale processes control food and water security". The glider was deployed from the north shore of Oman into the Gulf of Oman, sampling down to 1000m in the oxygen minimum zone.</p> <p>&nbsp;</p> <p>File and variable metadata included in the netCDF files.</p> <p>&nbsp;</p> <p>sea057_M##.ad2cp.#####.nc : Raw ADCP data provided in Nortek .nc format. (version 1.0)</p> <p>SEA057_glider.nc : SeaExplorer data timeseries QC'd and processed into a 1Hz timeseries. (version 1.0)</p> <p>SEA057_ADCP_v2.nc : ADCP data fully processed, binned (2 dbar) and referenced, and then reprojected back onto a timeseries. ADCP data processed as per https://github.com/bastienqueste/gliderad2cp . (version v3)</p> <p>&nbsp;</p>

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