Find research datasets worth reusing
Search datasets from major research repositories and use ShareScore to quickly assess how well each record supports discovery, access, and reuse.
1,085
datasets available to search
ShareScore release 0.9.0
Dataset results
1,085 results for “Documentation”
Data Documentation Erdgas-BRidGE – Input data for modeling the power, building, and gas sector
<p>This data documentation provides data representing parts of the power, the building and gas sector, which have been compiled within the research project Erdgas-BRidGE (Erdgas - Bedeutung und zukünftige Rolle in der deutschen (German) Energiewende). The aim of this documentation is to increase the transparency of input data for energy modeling in the German context.</p> <p>Therefore, the report Erdgas-BRidGE_Data_Documentation_Report (2021).pdf documents the data collected and processed in the course of the project. Furthermore, the data set Erdgas-BRidGE_Dataset (2021).xlsx provides the compiled or further processed data with separate table sheets. The script available under the file name PythonCodeToProcessCapacityBookings.zip has been used to process historical capacity bookings.</p> <p>The modifications of the version 1.1.0 – compared to the previous version 1.0.0 – include the following updates:</p> <ul> <li>Minor formal corrections in the report</li> <li>An adjustment in the calculation basis of the district heating profiles</li> <li>Correction of an error in the calculation of the absolute number of individual type buildings in the database for the German building stock.</li> </ul> <p>Erdgas-BRidGE is a joined effort by the Energiewirtschaftliches Insitut an der Universität zu Köln (ewi) and the Chair of Energy Economics at the Technische Universität Dresden (TUD-EE2). The project was funded by the Federal Ministry for Economic Affairs and Energy through the grant "Erdgas-BRidGE", FKZ: 03ET4055A and FKZ: 03ET4055B.</p> <ul> </ul>
Coûts de documentation électronique à la Bibliothèque Clermont Université (Electronic resources costs at Clermont University Library), 2009-2015
<p>Ce tableau présente les dépenses de documentation électronique de la Bibliothèque Clermont Université entre 2009 et 2015, par éditeur et par an. Les montants sont indiqués en euros TTC.</p>
FIGURE 28 in Leaf-mining Nepticulidae (Lepidoptera) from record high altitudes: documenting an entire new fauna in the Andean páramo and puna
FIGURE 28. Details of adult morphology of high-Andean Stigmella, Nepticulidae.
FIGURE 27 in Leaf-mining Nepticulidae (Lepidoptera) from record high altitudes: documenting an entire new fauna in the Andean páramo and puna
FIGURE 27. Distribution map of the high-Andean Nepticulidae with height records.
Documentation of a Pyu inscription (PYU052) on a silver dish held by the Śrī Kṣetra museum
<p>This data set includes photographs of a Pyu inscription (inventory number PYU052) on a silver dish held at the Śrī Kṣetra museum. The photographer was James Miles or Archeovision, working on behalf of the Pyu epigraphy sub-project (PI, Nathan W. Hill of SOAS University of London) of the ERC synergy grant "Beyond Boundaries: Religion, Region, Language and the State" (Identifier: ASIA 609823) in collaboration with the project "From Vijayapuri to Sriksetra? The Beginnings of Buddhist Exchange across the Bay of Bengal as Witnessed by Inscriptions from Andhra Pradesh and Myanmar" (PI Arlo Giffiths of the EFEO) funded by The Robert H. N. Ho Family Foundation.</p>
Dataset of the paper: "How do Hugging Face Models Document Datasets, Bias, and Licenses? An Empirical Study"
<p>This replication package contains datasets and scripts related to the paper: "*How do Hugging Face Models Document Datasets, Bias, and Licenses? An Empirical Study*"</p><p> </p><p>## Root directory</p><p>- `statistics.r`: R script used to compute the correlation between usage and downloads, and the RQ1/RQ2 inter-rater agreements</p><p>- `modelsInfo.zip`: zip file containing all the downloaded model cards (in JSON format)</p><p>- `script`: directory containing all the scripts used to collect and process data. For further details, see README file inside the script directory.</p><p> </p><p>## Dataset</p><p>- `Dataset/Dataset_HF-models-list.csv`: list of HF models analyzed</p><p>- `Dataset/Dataset_github-prj-list.txt`: list of GitHub projects using the *transformers* library</p><p>- `Dataset/Dataset_github-Prj_model-Used.csv`: contains usage pairs: project, model</p><p>- `Dataset/Dataset_prj-num-models-reused.csv`: number of models used by each GitHub project</p><p>- `Dataset/Dataset_model-download_num-prj_correlation.csv` contains, for each model used by GitHub projects: the name, the task, the number of reusing projects, and the number of downloads</p><p> </p><p> </p><p>## RQ1</p><p>- `RQ1/RQ1_dataset-list.txt`: list of HF datasets</p><p>- `RQ1/RQ1_datasetSample.csv`: sample set of models used for the manual analysis of datasets</p><p>- `RQ1/RQ1_analyzeDatasetTags.py`: Python script to analyze model tags for the presence of datasets. it requires to unzip the `modelsInfo.zip` in a directory with the same name (`modelsInfo`) at the root of the replication package folder. Produces the output to stdout. To redirect in a file fo be analyzed by the `RQ2/countDataset.py` script</p><p>- `RQ1/RQ1_countDataset.py`: given the output of `RQ2/analyzeDatasetTags.py` (passed as argument) produces, for each model, a list of Booleans indicating whether (i) the model only declares HF datasets, (ii) the model only declares external datasets, (iii) the model declares both, and (iv) the model is part of the sample for the manual analysis</p><p>- `RQ1/RQ1_datasetTags.csv`: output of `RQ2/analyzeDatasetTags.py`</p><p>- `RQ1/RQ1_dataset_usage_count.csv`: output of `RQ2/countDataset.py`</p><p> </p><p> </p><p>## RQ2</p><p>- `RQ2/tableBias.pdf`: table detailing the number of occurrences of different types of bias by model Task</p><p>- `RQ2/RQ2_bias_classification_sheet.csv`: results of the manual labeling</p><p>- `RQ2/RQ2_isBiased.csv`: file to compute the inter-rater agreement of whether or not a model documents Bias</p><p>- `RQ2/RQ2_biasAgrLabels.csv`: file to compute the inter-rater agreement related to bias categories</p><p>- `RQ2/RQ2_final_bias_categories_with_levels.csv`: for each model in the sample, this file lists (i) the bias leaf category, (ii) the first-level category, and (iii) the intermediate category</p><p> </p><p> </p><p>## RQ3</p><p>- `RQ3/RQ3_LicenseValidation.csv`: manual validation of a sample of licenses</p><p>- `RQ3/RQ3_{NETWORK-RESTRICTIVE|RESTRICTIVE|WEAK-RESTRICTIVE|PERMISSIVE}-license-list.txt`: lists of licenses with different permissiveness</p><p>- `RQ3/RQ3_prjs_license.csv`: for each project linked to models, among other fields it indicates the license tag and name</p><p>- `RQ3/RQ3_models_license.csv`: for each model, indicates among other pieces of info, whether the model has a license, and if yes what kind of license</p><p>- `RQ3/RQ3_model-prj-license_contingency_table.csv`: usage contingency table between projects' licenses (columns) and models' licenses (rows)</p><p>- `RQ3/RQ3_models_prjs_licenses_with_type.csv`: pairs project-model, with their respective licenses and permissiveness level</p><p> </p><p>## scripts</p><p>Contains the scripts used to mine Hugging Face and GitHub. Details are in the enclosed README</p><p> </p>
Supplementary documents of the PHQ-9 Bolivian Quechua
<p>Complementary documents to the article on adaptation and validation of the PHQ-9 into Bolivian Quechua, such as the procedures carried out and the database</p>
Rapid Documentation of Avifaunal Diversity of Mirik Lake, Darjeeling, West Bengal, India, 2017
<p>The dataset "Rapid Documentation of Avifaunal Diversity of Mirik Lake, Darjeeling, West Bengal, India, 2017" is published by Nature Mates Nature Club.</p><p>Mirik lake is also known as Sumendu Lake, which is an artificial reservoir situated in Mirik Town. Its construction was initially proposed in 1974 as part of the Mirik Tourist Project with a goal of promoting facilitation of commercial tourism in the area.</p><p>This lake has been incorporated into the National Lake conservation programme, established by the Ministry of Environment and Forest, Government of India, further emphasizing its ecological importance.</p><p>The lake covers a total area of 16.19 ha with an approximate length of 1.25 km and a peripheral road spanning about 3.5 km . The arch type overbridge across the lake is about 24.38m in length.</p><p>Mirik experiences temperate climate, characterized by mild summers, cold winters and wet monsoons.</p><p>The east bank of the lake is flat landscape, while the west bank has a hilly slope covered by rich forest of Cryptomeria japonica. The lake is fed by both perennial streams and rainwater.</p><p>The dataset presented here is a comprehensive record of avian species observed during a field excursion at Mirik Lake.</p><p>All the birds have been categorized and identified upto species taxonomic rank. The avian taxonomic group exhibits remarkable diversity, consisting of 63 species that are further categorized into 32 families and 12 orders.</p><p>Notably, during the excursion , the elusive black-tailed crake was spotted, which is a rare find not typically observed in any other regions of India.</p><p> </p><p><strong>Resource Contacts</strong></p><p><strong>Name: Arjan Basu Roy</strong></p><p>Position: Secretary</p><p>Organization: Nature Mates-Nature Club</p><p>Address: 6/7 Bijoygarh Kolkata-700032</p><p>Email: basuroyarjan@gmail.com</p><p>Orcid :<a href="https://orcid.org/0000-0001-9872-3562"> https://orcid.org/0000-0001-9872-3562</a></p><p>Home page:<a href="http://www.naturematesindia.org/"> http://www.naturematesindia.org/</a></p><p><strong>Name: Lina Chatterjee</strong></p><p>Position: Research Associate</p><p>Organization: Nature Mates-Nature Club</p><p>Address: 6/7 Bijoygarh Kolkata-700032</p><p>Email: lina.linachatterjee@gmail.com</p><p>Orcid :<a href="https://orcid.org/0000-0002-5626-5046"> https://orcid.org/0000-0002-5626-5046</a></p><p>Home page:<a href="http://www.naturematesindia.org/"> http://www.naturematesindia.org/</a></p><p><strong>Name: Tarak Samanta</strong></p><p>Position: Research Associate</p><p>Organization: Nature Mates-Nature Club</p><p>Address: 6/7 Bijoygarh Kolkata-700032</p><p>Email: taraksamanta995@gmail.com</p><p>Orcid :<a href="https://orcid.org/0000-0001-6809-0549"> https://orcid.org/0000-0001-6809-0549</a></p><p>Home page:<a href="http://www.naturematesindia.org/"> http://www.naturematesindia.org/</a></p><p><strong>Name: Rishin Basu Roy</strong></p><p>Position: Researcher</p><p>Organization: Nature Mates-Nature Club</p><p>Address: 6/7 Bijoygarh Kolkata-700032</p><p>Email: wildrishin@gmail.com</p><p>Orcid : https://orcid.org/0000-0002-9638-818X</p><p>Home page: <a href="http://www.naturematesindia.org/">http://www.naturematesindia.org/</a></p><p><strong>Name: Nivedita Sengupta</strong></p><p>Position: Intern</p><p>Organization: Nature Mates-Nature Club</p><p>Address: 6/7 Bijoygarh Kolkata-700032</p><p>Email: niveditasngpta.ns@gmail.com</p><p>Orcid :<a href="https://orcid.org/0000-0003-1085-7385"> https://orcid.org/0000-0003-1085-7385</a></p><p>Home page:<a href="http://www.naturematesindia.org/"> http://www.naturematesindia.org/</a></p><p><strong>Name: Vijay Barve</strong></p><p>Position: Research Advisor</p><p>Organization: Nature Mates-Nature Club</p><p>Address: 6/7 Bijoygarh Kolkata-700032</p><p>Email: vijay.barve@gmail.com</p><p>Orcid :<a href="https://orcid.org/0000-0002-4852-2567"> https://orcid.org/0000-0002-4852-2567</a></p><p>Home page:<a href="http://www.naturematesindia.org/"> http://www.naturematesindia.org/</a></p><p> </p>
ESTRAM: data documentation
<p>This documentation offers an overview of data employed in energy system optimization models built with the ESTRAM framework by a research group of the Leibniz University Hannover and the Institute for Solar Energy Research Hamelin (ISFH). It is important to note that specific models may utilize distinct data as indicated in their respective studies.</p>
Companion documents of the article entitled "State of the art of research towards sustainable power electronics" from the workgroup CEPPS, research group SEEDS, CNRS, France.
<p>These documents accompany the article "State of the art of research towards sustainable power electronics", produced by members of the CEPPS working group, part of the SEEDS research group. These documents include: a list of keywords for bibliographic queries; a list of articles extracted; a list of journals, conferences and key players in the field; and a review of indicators.</p>
Traditional thread dyeing visual documentation
<p>This is an image collection that visually documents the process of traditional wool thread dying using plant colouring and alum for the stabilization of the colour pigments.</p>
Data from: Documenting the progressions of secondary eyewall formations
<p>Intense tropical cyclones can form secondary eyewalls (SEs) that contract towards the storm center and eventually replace the inner eyewall, a process known as an eyewall replacement cycle (ERC). However, SE formation does not guarantee an eventual ERC, and often, SEs follow differing evolutionary pathways. This study documents SE evolution and progressions observed in numerous tropical cyclones, and results in two new datasets using passive microwave imagery: a global subjectively labeled dataset of SEs and eyes and their uncertainties from 72 storms between 2016–19, and a dataset of 87 SE progressions that highlights the broad convective organization preceding and following a SE formation.</p> <p>The results show two primary SE pathways exist, No Replacement, known as Path 1, and Replacement, known as the Classic Path. Most interestingly, 53% of the most certain SE formations result in an eyewall replacement. The Classic Path is associated with stronger column average meridional wind, a faster poleward component of storm motion, more intense storms, weaker vertical wind shear, greater relative humidity, a larger storm wind field, and stronger cold air advection.</p> <p>This study highlights a greater number of potential SE pathways exist than previously thought. The results of this study detail several observational features of SE evolution that raise questions regarding the physical processes driving SE formations. Most importantly, environmental conditions and storm metrics identified here provide guidance for predictors in artificial intelligence applications for future tropical cyclone SE detection algorithms.</p>
Metadata of Rotterdam Oncology Documentation (RONCDOC)
<p>Metadata of retrospective medical data and pathological data of Head and Neck oncology adult patients from the Erasmus Medical Center in Rotterdam.</p> <p>Patients including from jan-2006 till dec-2023 and still ongoing.</p> <p>Number of patients included today (18-12-2023) : 7571 (Male: 5353, Female: 2216; 2 unknown)</p>
Membership Document for Union
The mining industry of the Netherlands was covered by the Nederlandse Katholieke Mijnwerkersbond (Dutch Catholic Mine Workers Union) and the object is a membership document of this union that can be seen in Mijnen Museum (Mining Museum) in Heerlen, Netherlands. Uploaded by Çağlar Kara Source: Objaverse 1.0 / Sketchfab
Documentation for "Modelling wind farm effects in HARMONIE-AROME"
<p>This archive provides the configuration files for the Weather Research and Forecasting (WRF) and the wind farm information for HARMONIE-AROME as well as the scripts to repoduce the simulations and analysis in "Modelling wind farm effects in HARMONIE-AROME".</p>
Berenike trench BE23-158 documentation
<p>Umowa nr UMO-2021/43/D/HS3/00248 do projektu badawczego nr 2021/43/D/HS3/00248 pt. Kulturowe, demograficzne i biologiczne profile postrzymskich (IV-VI w. n.e.) mieszkańców portu w Berenike (Egipt), na podstawie nieinwazyjnych, wykopaliskowych i bioarcheologicznych badań dwóch miejskich nekropolii.</p>
Berenike Trench BE23-165 documention
<p>Umowa nr UMO-2021/43/D/HS3/00248 do projektu badawczego nr 2021/43/D/HS3/00248 pt. Kulturowe, demograficzne i biologiczne profile postrzymskich (IV-VI w. n.e.) mieszkańców portu w Berenike (Egipt), na podstawie nieinwazyjnych, wykopaliskowych i bioarcheologicznych badań dwóch miejskich nekropolii.</p>
The role of health sciences libraries in supporting medical image consent standards survey documentation
<p><strong><em>Objective</em>:</strong> To determine if health sciences library workers were familiar with best practices regarding informed consent for the publication of medical images and if they incorporate the recommendations into their professional work.<br><br><strong><em>Methods</em>: </strong>A survey was developed by the authors and distributed to library listservs in the United States. The results of the survey were tabulated in R.<br><br><strong><em>Results</em>: </strong>A total of 90 respondents were included in the data analysis with all respondents reporting multiple responsibilities in their professional role. While the majority of library workers (59%) were familiar with the best practices, few incorporated the recommendations into their everyday professional work.<br><br><strong><em>Conclusions</em>:</strong> The professional work of health sciences library workers does not appear to include a significant inclusion of the best practices for the informed consent for the publication of medical images. There is a need for future research to better understand how library workers can better incorporate their knowledge of medical image publication consent standards into their work.</p>
The Palaeoflora Database - Documentation and Data
<p><span>The Palaeoflora database has been designed to provide essential information about fossil taxa, their related nearest living relatives (NLRs), and their climatic requirements. The database was established in 1990 to foster quantitative palaeoclimate reconstructions and has been continually growing, as well as being updated and corrected on a regular basis. As of March 2024, Palaeoflora includes ca. 7000 macrobotanical and 3300 microbotanical taxa, and ca. 1900 modern taxonomical units (species, genera, families) for which climate data are available. </span></p> <p><span>The NLR concept proposed in the Palaeoflora refers to published palaeobotanical literature resources and kind advice of numerous colleagues. Being maintained in the context of the international scientific network NECLIME (www.neclime.de), Palaeoflora profits immensely from co-operations and the activities within NECLIME, especially of the working groups on palynology and plant macrofossils. Climatic ranges for extant plant taxa in the Palaeoflora Database are mainly based on records of meteorological stations located within the plant distribution area of the respective taxon and refer to a global context. Climate data of the Palaeoflora database are most suitable to reconstruct past regional climates based on palaeobotanical records. </span></p>
HT3D Data for Quarto document
<p>HT3D data in TIFF format containing the RI values of various samples.</p>
ScienceDex guides
Understand access before you commit
These curated guides explain access requirements, typical timelines, costs, and reuse considerations for widely used research datasets.
Allen Brain Atlas
Allen Brain Atlas is an Allen Institute collection of brain map atlases, datasets, APIs, and analysis tools covering mouse, human, and non-human primate brain resources.
Annotated Behaviour and Observability Dataset (ABODe)
ABODe is a University of Edinburgh DataShare dataset for behavior classification in group-housed mice using home-cage video, identities, bounding boxes, ground-plate positions, and annotator labels.
DANDI Archive for NWB datasets
DANDI is a BRAIN Initiative archive for publishing and sharing neurophysiology data, including electrophysiology, optophysiology, and behavioral data packaged as NWB and related standards.
International Brain Laboratory public data
The International Brain Laboratory public data releases expose standardized mouse decision-making experiments, including Neuropixels recordings, widefield calcium imaging, behavior, and session metadata accessed through the ONE API.
OpenNeuro
OpenNeuro is a free, open platform for sharing neuroimaging datasets, with public search, dataset pages, and download paths for web, S3, DataLad, and the OpenNeuro CLI.