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.

45

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

45 results for “server”

Learn how ShareScore rates datasets ↗
zenodo48/100

Problem discovery and resolution activities in the Apache HTTP Server Project (March 2001- March 2013).

<p>This is a dynamic visualization of problem discovery and resolution activities&nbsp;observed in the in the development of the Apache HTTP Server Project during the period March 2001- March 2013. The nodes in the network represent problems (software bugs). Anthropomorphic icons represent participants (software developers). The network edges connect participants to problems.&nbsp; Numerical labels record the internal identification numbers or participants and problems.&nbsp; The visible clusters represent the software modules. The central node is the project core module. Participants move closer to problems that attract their attention. When a participant allocates attention to a problem, an edge emerges connecting the two. The edge is green when a participant opens a bug report (i.e., when he discovers a new problem), red when the participant closes the bug report (i.e., when she solves an existing problem), and yellow when any other action is recorded. Problems (white nodes) are green when they first appear. They turn red immediately before being closed, and are yellow when the corresponding bug report is being modified. &nbsp;The animation advances by 0.05 seconds every day of historical time.</p> <p>The animation is produced using the Gource server control visualization tool developed by Andrew Caldwell (<a href="https://gource.io/">https://gource.io/</a>)</p>

opencc-by-4.0Jan 2023View details →
zenodo44/100

Replication package and appendixes for Causal inference of server- and client-side code smells in web apps evolution

<p>-Analysis&nbsp;<br>--R scripts used to make the analisys, divided by folders<br>--Data folders used in the questions</p> <p>-Appendixes - used in the article to shwo extra tables and plots</p> <p>-data folders - Aggregation of data, each app has two files, CSV and xls</p> <p>-separated data folders - 5 files for each app, with lines corresponding to the each released official version<br>--serversmells<br>--clientsmells<br>--javascriptsmells<br>--Cloc(metrics)<br>--version (all oficial releases)</p> <p>-issues_bugs<br>--data -issues by app by release&nbsp;<br>--data_bugs_more - the same but only bugs, by app by release<br>--scripts - scrips used to aggregate issues (from daily issues to by release) anf the same for bugs</p> <p>&nbsp;</p>

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

OpenFOAM cases of the paper "CFD modeling of pressure drop through an OCP server for data center applications"

<p>This dataset contains the<em>&nbsp;underling data</em>&nbsp;for the paper &quot;<em>CFD modeling of pressure drop through an OCP server for data center applications</em>&rdquo;&nbsp;in Energies Journal.</p> <p>Numerical simulations are performed using open-source CFD code OpenFOAM. Features of the numerical model described in the paper can be summarized as:</p> <ul> <li>&nbsp;A hexahedra (hex) and split-hex mesh was&nbsp;created using <em>snappyHexMesh</em> utility from the STL (Stereolithography) model of the server</li> <li><em>Allrun</em> script runs steady-state simulations for different inlet flow rates given in the <em>flowrates</em> file.</li> <li><em>k-omegaSST</em> turbulence closure model is used</li> <li>Convective and diffusive fluxes are computed using second-order accurate numerical schemes.</li> <li>Resultant matrices are solved using <em>GAMG</em> and <em>smoothSolver</em> methods.</li> </ul> <p>New libraries are developed for the detection of whether the solution reaches state-state and for the calculation of average pressures at the inlet and outlet of the server. These libraries need to be download via the following link and compiled before the cases&nbsp;run:&nbsp;&nbsp;</p> <p><a href="https://github.com/DSTECHNO/OCPFoam">https://github.com/DSTECHNO/OCPFoam</a></p> <p><strong>active_Server.tar.gz:</strong>&nbsp;OpenFOAM files and scripts for the steady-state simulation of turbulent flow flow over Leopard V3.1 model of OCP server neglecting fan blades.</p> <p><strong>inactive_Server.tar.gz:</strong>&nbsp;OpenFOAM files and scripts for the steady-state simulation of turbulent flow over Leopard V3.1 model of OCP server considering fan blades.</p> <p><strong>Results_active_Server.tar.gz:</strong>&nbsp;Simulation results for active server.</p> <p><strong>Results_inactiveServer.tar.gz: &nbsp;</strong>Simulation results for inactive server.</p>

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

On The Design and Application of Thermal Isolation Servers

<p>Dataset.</p> <p>Recently, there has been an increasing trend towards executing real-time applications on multi-core platforms.<br> However, this complicates the design problem, as applications running on different cores can interfere<br> due to shared resources and mediums. In this paper, we focus on thermal interference, where a given task (&tau;1)<br> heats the processor, resulting in reduced service (due to Dynamic Thermal Management (DTM)) to another<br> task (&tau;2). In real-time domain, where tasks have deadline constraints, thermal interference is a substantial<br> problem as it directly impacts the Worst Case Execution Time (WCET) of the effected application (&tau;2). The<br> problem exacerbates as we move to mixed-criticality systems, where the criticality of &tau;2 may be greater than<br> the criticality of &tau;1, complicating the certification process.<br> In this paper,we propose a server based strategy (Thermal Isolation Server (TI Server))which can be used to<br> avoid thermal interference of applications.We also present a heuristic to design TI Servers to meet the timing<br> constraints of all tasks and the thermal constraints of the system. TI Servers are time/space composable, and<br> can be applied to a variety of task models. We also evaluate TI Servers on a hardware test-bed for validation<br> purposes.</p>

opencc-by-sa-4.0Sep 2018View details →
zenodo44/100

Server-side I/O request arrival traces

<p>Dataset generated for the&nbsp;&quot;<strong>On server-side file access pattern matching</strong>&quot; paper (Boito et al., HPCS 2019).</p> <p>The traces were obtained following the methodology described in the paper. In addition to the two data sets discussed in the paper, we are also making available an extra data set of server traces.</p> <p><strong>Traces from I/O nodes</strong></p> <ul> <li>IOnode_traces/output/commands has the list of commands used to generate them. Each test is identified by a label, and the test_info.csv file contains the mapping of labels to access patterns. Some files include information about experiments with 8 I/O nodes, but these were removed from the data set because they had some errors.</li> <li>IOnode_traces/output contains .map files that detail the mapping of clients to I/O nodes for each experiment, and .out files, which contain the output of the benchmark.</li> <li>IOnode_traces/ contains one folder per experiment. Inside this folder, there is one folder per I/O node, and inside these folders there are tracefiles for the read and write portions of the experiments. Due to a mistake during the integration between IOFSL and AGIOS, read requests appear as &quot;W&quot;, and writes as &quot;R&quot;. Once accounted for when processing the traces, that has no impact on results.</li> <li>pattern_length.csv contains the average pattern length for each experiment and operation (average number of requests per second), obtained with the get_pattern_length.py script.</li> </ul> <p>Each line of a trace looks like this:</p> <p><code>277004729325 00000000eaffffffffffff1f729db77200000000000000000000000000000000 W 0 262144</code></p> <p>The first number is an internal timestamp in nanoseconds, the second value is the file handle, and the third is the type of the request (inverted, &quot;W&quot; for reads and &quot;R&quot; for writes). The last two numbers give the request offset and size in bytes, respectively.</p> <p><strong>Traces from parallel file sytem data servers</strong></p> <p>These traces are inside the server_traces/ folder. Each experiment has two concurrent applications, &quot;app1&quot; and &quot;app2&quot;, and its traces are inside a folder named accordingly:</p> <p><code>NOOP\_app1\_(identification of app1)\_app2\_(identification of app2)\_(repetition)\_pvfstrace/</code></p> <p>Each application is identified by:</p> <p><code>(contig/noncontig)\_(number and size of requests per process)\_(number of processes)\_(number of client machines)\_(nto1/nton regarding the number of files)</code></p> <p>Inside each folder there are eight trace files, two per data server, one for the read portion and another for the write portion. Each line looks like this:</p> <p><code>[D 02:54:58.386900] REQ SCHED SCHEDULING, handle: 5764607523034231596, queue_element: 0x2a11360, type: 0, offset: 458752, len: 32768</code></p> <p>The part between [] is a timestamp, &quot;handle&quot; gives the file handle, &quot;type&quot; is 0 for reads and 1 for writes, &quot;offset&quot; and &quot;len&quot; (length) are in bytes.</p> <ul> <li>server_traces/pattern_length.csv contains the average pattern length for each experiment and operation, obtained with the server_traces/count_pattern_length.py script.</li> </ul> <p><strong>Extra traces from data servers</strong></p> <p>These traces were not used for the paper because we do not have performance measurements for them with different scheduling policies, so it would not be possible to estimate the results of using the pattern matching approach to select scheduling policies. Still, we share them in the extra_server_traces/ folder in the hope they will be useful. They were obtained in the same experimental campaign than the other data server traces, and have the same format. The difference is that these traces are for single-application scenarios.</p>

opencc-by-4.0Apr 2019View details →
zenodo44/100

Web robot detection - Server logs

<p>This dataset contains server logs from the search engine of the library and information center of the Aristotle University of Thessaloniki in Greece (<a href="http://search.lib.auth.gr/">http://search.lib.auth.gr/</a>). The search engine enables users to check the availability of books and other written works, and search for digitized material and scientific publications. The server logs obtained span an entire month, from March 1st to March 31 2018 and consist of 4,091,155 requests with an average of 131,973 requests per day and a standard deviation of 36,996.7 requests. In total, there are requests from 27,061 unique IP addresses and 3,441 unique user-agent strings. The server logs are in JSON format and they are anonymized by masking the last 6 digits of the IP address and by hashing the last part of the URLs requested (after last /). The dataset also contains the processed form of the server logs as a labelled dataset of log entries grouped into sessions along with their extracted features (simple semantic features). We make this dataset publicly available, the first one in this domain, in order to provide a common ground for testing web robot detection methods, as well as other methods that analyze server logs.<br> <br> &nbsp;</p>

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

Dataset from VR Streaming Server (Emulated) and Radio Access Network for Streaming Traffic

<p>The dataset contains an experiment in&nbsp;&nbsp;a site where UEs attach to a gNodeB that provides access to a streaming server that is stressed with high demanding transcoding workloads to emulate VR/AR processes. The UEs are realized through the Remote UE mode enabled by Amarisoft Simbox emulator, and the gNodeB is realized through the Amarisoft Callbox, which also provides the user plane function. The emulated VR streaming server is deployed as a Nginx pod in a Kubernetes cluster.</p> <p>We rely on MonB5G sampling functions that feed monitoring data (CPU and RAN parameters) to the monitoring system.&nbsp;A streaming video server has been deployed with the help of a NGINX server. It provides video-on-demand and video streaming, which can be accessed by any user (or UE) for real-time reproduction. This VR video streaming emulation aids to assess the performance of the network and therefore the benefits that each solution has brought. The video &ldquo;Big Buck Bunny&rdquo; with h.264 encoding and a resolution of 1920x1080p has been used for the experiments.The description of dataset features&nbsp;are:<br> 1-) Index Number,<br> 2-) Time: Time of the experiment,<br> 3-) N:&nbsp;number of VR streaming clients,<br> 4-) C: Average CPU of VR streaming server [mc]<br> 5-) O: Outbound traffic at the server average outbound traffic (O) flowing from the data interface of the video server.&nbsp;<br> 6-) R: Instantaneous downlink bit rate [Mbps],</p> <p>The original video file information:</p> <table> <tbody> <tr> <td> <p>Video codec&nbsp;</p> </td> <td> <p>Advanced Video Codec (AVC)&nbsp;</p> </td> </tr> <tr> <td> <p>Width&nbsp;</p> </td> <td> <p>1920 pixels&nbsp;</p> </td> </tr> <tr> <td> <p>Height&nbsp;</p> </td> <td> <p>1080 pixels&nbsp;</p> </td> </tr> <tr> <td> <p>Display aspect radio&nbsp;</p> </td> <td> <p>16:9&nbsp;</p> </td> </tr> <tr> <td> <p>Duration&nbsp;</p> </td> <td> <p>10 min 34 s&nbsp;</p> </td> </tr> <tr> <td> <p>Max Bitrate&nbsp;</p> </td> <td> <p>16.7 Mb/s&nbsp;</p> </td> </tr> <tr> <td> <p>Frame rate&nbsp;</p> </td> <td> <p>30 FPS&nbsp;</p> </td> </tr> </tbody> </table>

opencc-by-4.0Apr 2023View details →
zenodo40/100

SPEC CPU 2017 Benchmark Suite Results for the HPE ProLiant DL385 Gen10 server

<p>Benchmark results for the SPEC CPU 2017 benchmark suite with the full power and temperature data. Data is collected on a state-of-the-art HPE ProLiant DL385 Gen10 server. Results contain two full runs of the SPEC CPU 2017 benchmark suite. One result set of all four benchmark suites with compiler optimizations matching official results and a second set with moderate, real-world, compiler settings.</p>

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

Dataset of DNS over HTTPS (DoH) Internet Servers

<p><strong>Description</strong></p> <p>The DoH Internet Servers dataset comprises a verified list of Internet servers offering DNS over HTTPS (DoH). This is an updated <a href="http://doi.org/10.17632/ny4m53g6bw.1">10.17632/ny4m53g6bw.1</a> The list was created through the aggregation of a previously existing, but incomplete, list of DoH servers. The servers in this dataset went through a verification phase where it was confirmed they were active and working as advertised. The verification was done between May 1st, 2022, and May 4th, 2022. The dataset contains a total of 254&nbsp;unique DoH servers, out of which 136&nbsp;are over IPv4 and 118&nbsp;over IPv6. The DoH servers belong to 59&nbsp;unique Autonomous Systems and are associated with a total of 106 unique domain names.</p> <p>The following public lists of existing DoH servers were used to create this dataset:</p> <ul> <li>https://developers.google.com/speed/public-dns/docs/doh/json</li> <li>https://blog.nightly.mozilla.org/2018/06/01/improving-dns-privacy-in-firefox/</li> <li>https://github.com/curl/curl/wiki/DNS-over-HTTPS</li> <li>https://help.keenetic.com/hc/en-us/articles/360007687159-DNS-over-TLS-and-DNS-over-HTTPS-proxy-servers-for-DNS-requests-encryption</li> <li>https://dnsprivacy.org/wiki/display/DP/DNS+Privacy+Public+Resolvers</li> <li>https://kb.adguard.com/en/general/dns-providers</li> <li>https://applied-privacy.net/services/dns/</li> <li>https://www.pacnog.org/pacnog24/presentations/DoT-DoH-DNS-Privacy.pdf</li> <li>https://www.privacytools.io/providers/dns/</li> </ul> <p>&nbsp;</p> <p>The verification of the DoH servers was performed using a custom-made python script. The script is available at: https://github.com/stratosphereips/DoH-Research/tree/main/validation-script</p>

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

Outputs of the paper "Blockchain-enabled Server-less Federated Learning"

<p>This repository contains the different outputs generated for the paper&nbsp;&quot;Blockchain-enabled Server-less Federated Learning&quot;, submitted to Computer Networks (COMNET) journal. Two types of outputs are provided:</p> <ol> <li><strong>Blockchain queue simulator (output_queue_simulator):</strong> results of the simulations done in the batch-service queue simulator (https://github.com/fwilhelmi/batch_service_queue_simulator) to characterize the queue latency of blockchain applications.</li> <li><strong>Tensorflow (output_tensorflow):</strong> results of the simulations done in Tensorflow Federated (TFF), resulting from the application of different models to the federated EMNIST dataset.</li> </ol> <p>Each folder also includes the scripts used to execute the corresponding simulations. For more details, see the repository in&nbsp;https://github.com/fwilhelmi/blockchain_enabled_federated_learning</p>

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

Preprints Servers as a Hub for Early-Stage Research Outputs

<p>Data for &quot;Preprints as a Hub for Early-Stage Research Outputs&quot;</p> <p>This data set contains three documents results from a survey focused on how&nbsp;<br> preprint servers relate to open science. See http://researchpreprints.com/2017/12/18/a-short-research-project-where-do-preprints-fit-in/<br> for the research plan.</p> <p>&nbsp;- submission systems and websites.xlsx</p> <p>A check of submission pages for preprint servers. Opportunities to link to other early-stage<br> research outputs were recorded. Information displayed on websites was also checked on an&nbsp;<br> ad hoc basis.</p> <p>&nbsp;- preprint abstracts.xlsx<br> &nbsp;<br> A check of 25 or 50 preprints for selected preprint servers, to see what information linking<br> to other early-stage research outputs was visible.</p> <p>&nbsp;- preprint operator survey<br> &nbsp;<br> Individual responses from a survey of those operating preprint servers. Names and email addresses<br> were collected but are not reported.</p>

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

Server room CFD analyses results

<p>Files included in this dataset contain transient records of the most important variables of results of 9 scenarios of Poznan Supercomputing and Networking Center&nbsp;testbed CFD analysis.</p> <p>Modeled testbed included server room equipped with two heterogeneously occupied racks (with each server modeled separately) and one roof-mounted cooling device. Setup was examined virtually for three servers power usage scenarios (50%, 75% and 100% of maximum value). For major part of active servers the power usage was changed respectively in each scenario, while some of them preserved daily-averaged values (inactive devices are also included). For each power usage level also three different air conditioning temperature setups (24, 27 and 30 Celsius degrees) were tested. The most relevant information about the model can be found below:</p> <p>&nbsp;</p> <ul> <li>server room dimensions along x, y and z axis (with one of the corners placed in the origin): (4.86, 4.00, 3.00) [m]</li> <li>racks dimensions: (0.6,1.18,2.1),(0.8,1.18,2.2) [m]</li> <li>racks position (translation from 0,0,0): (1.4,1.95,0), (2.08,1.95,0) [m]</li> <li>first rack equipment (position [-], size [-], airflow [m<sup>3</sup>/s], power usage (50%/75%/100% scenario) [W], flow orientation [-]): <ul> <li>0, plug, -, -/-/-, -,</li> <li>1, plug, -, -/-/-, -,</li> <li>2, 4U, 0.0, 0.0/0.0/0.0, y,</li> <li>6, 2U, 0.0, 0.0/0.0/0.0, y,</li> <li>9, plug, -, -/-/-, -,</li> <li>10, 2U, 0.05, 230/345/460, y,</li> <li>20, 2U, 0.025, 90/90/90, y,</li> <li>22, 2U, 0.05,&nbsp; 450/675/900, y,</li> <li>24, 4U, 0.12, 1000/1500/2000, y,</li> <li>28, 2U, 0.05,&nbsp; 230/345/460, y,</li> <li>30, 4U, 0.12, 1000/1500/2000, y,</li> <li>34, 2U, 0.05,&nbsp; 400/600/800, y,</li> <li>36, 2U, 0.05,&nbsp; 400/600/800, y,</li> </ul> </li> <li>second rack equipment (position [-], size [-], airflow [m<sup>3</sup>/s], power usage (50%/75%/100%&nbsp; scenario) [W], flow orientation [-]): <ul> <li>0, 3U, 0.0, 0.0/0.0/0.0, y,</li> <li>3, 3U, 0.0, 0.0/0.0/0.0, y,</li> <li>6, plug, -, -/-/-, -,</li> <li>7, plug, -, -/-/-, -,</li> <li>8, 3U, 0.0, 0.0/0.0/0.0, y,</li> <li>11, 2U, 0.0, 0.0/0.0/0.0, y,</li> <li>13, 2U, 0.025, 69/69/69, x,</li> <li>15, 3U, 0.0/0.0/0.0, 0.0/0.0/0.0, y,</li> <li>18, 3U, 0.15, 1350/2025/2700, x,</li> <li>22, 2U, 0.05, 161/161/161, y,</li> <li>24, 2U, 0.025, 69/69/69, x,</li> <li>26, 2U, 0.0, 0.0/0.0/0.0, y,</li> <li>28, 2U, 0.025, 23/23/23, x,</li> <li>30, 2U, 0.05, 258.5/258.5/258.5, y,</li> <li>34, plug, -, -/-/-, -,</li> <li>35, plug, -, -/-/-, -,</li> <li>36, plug, -, -/-/-, -,</li> <li>37, plug, -, -/-/-, -,</li> <li>38, plug, -, -/-/-, -,</li> <li>40, plug, -, -/-/-, -,</li> <li>41, plug, -, -/-/-, -,</li> <li>air conditioner max. cooling capacity: 10 [kW]</li> <li>air conditioner airflow: 0.533 [m3/s]</li> <li>air conditioner inlet center: (3.76, 1.3, 3.0)</li> <li>air conditioner outlet center: (3.76, 2.8, 3.0)</li> <li>ventilation airflow: 0.0252 [m3/s]</li> <li>ventilation inlet center: (2.8125, 3.6475, 3.0)</li> <li>ventilation outlet center: (2.95, 0.605, 3.0)</li> </ul> </li> <li>domain cuboid cavities (start point, end point): <ul> <li>(0, 0, 3.0), (0.72, 4.1, 3.27),</li> <li>(0.32, 0, 3.27), (0.72, 3.78, 3.5)</li> </ul> </li> <li>domain cuboid obstacles (start point, end point): <ul> <li>(3.61, 0, 0), (4.86, 0.44, 1.89)</li> <li>(0.32, 3.78, 0), (0.72, 4.1, 3.0)</li> </ul> </li> </ul> <p>&nbsp;</p> <p>The dataset contains records of below variables:</p> <ul> <li>temperature from four virtual probes placed at the same locations as real sensors in the testbed: <ul> <li>&nbsp;&nbsp;(1.8, 2.12, 1.42) - close to inlet of a server from the first rack</li> <li>&nbsp;&nbsp;(4.8, 1.65, 1.5) - close to air conditioner wall-mounted control panel</li> <li>&nbsp;&nbsp;(2.5, 2.09, 0.95) - close to inlet of a server from the second rack</li> <li>&nbsp;&nbsp;(2.8, 0.65, 0.75) - probe distanced from both racks and air conditioner, imitating &quot;neutral&quot; point</li> </ul> </li> <li>surface-averaged temperature at inlet of each server</li> <li>surface-averaged temperature at outlet of each server</li> <li>surface-averaged temperature at air conditioner inlet</li> <li>surface-averaged temperature at air conditioner outlet</li> </ul>

openodc-byJan 2020View details →
zenodo36/100

pLMMoRF: A web server that accurately predicts membrane-interacting molecular recognition features by employing a protein language model

<p>pLMMMoRF predictor scrips and MemMoRF prediction of the human proteome.</p>

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

Jupyter Notebooks for "Evaluating CephFS Performance vs. Cost on High-Density Commodity Disk Servers" 10.1007/s41781-021-00071-1

<p>Jupyter notebooks used to create plots in article&nbsp; DOI 10.1007/s41781-021-00071-1</p> <p>Title &quot;Evaluating CephFS Performance vs. Cost on High-Density Commodity Disk Servers&quot;</p> <p>Journal &quot;Computing and Software for Big Science&quot;</p>

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

Supplementary Material for the paper "Editing Support for Software Languages: Implementation Practices in Language Server Protocols"

<p>Supplementary material for the paper &quot;Djonathan Barros; Sven Peldszus; Wesley K. G. Assun&ccedil;&atilde;o; and Thorsten Berger. Editing Support for Software Languages: Implementation Practices in Language Server Protocols. In: 25th International Conference on Model Driven Engineering Languages and Systems (MODELS). 2022. ACM/IEEE.&quot;</p>

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

ChemoDOTS web server data files

<p>This archive contains files related to the ChemoDOTS web server (https://chemodots.marseille.inserm.fr/)</p> <p>ChemoDOTS_list_of_chemical_functions.xlsx: List of chemical functions recognized by the ChemoDOTS web server and corresponding SMILES.</p> <p>ChemoDOTS_list_of_chemical_reactions.xlsx: List of chemical reactions rimplemented in the ChemoDOTS web server and corresponding SMARTS.</p> <p>ChemoDOTS_list_of_chemical_reactions_2024.pdf: List of chemical reactions implemented in the ChemoDOTS web server</p> <p>ChemoDOTS_list_of_chemical_reactions_by-functions_2024.pdf: List of chemical reactions implemented in the ChemoDOTS web server sorted by chemical functions.</p> <p>ChemoDOTS_MolPort_BBs.smi: Building Blocks from MolPort used in ChemoDOTS (version 2024-03-01)</p> <p>ChemoDOTS_Enamine_BBs.smi: Building Blocks from Enamine used in ChemoDOTS (version 2024-03-01)</p> <p>&nbsp;</p>

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

Data sets for "Updated MS²PIP web server supports cutting-edge proteomics applications"

<p>Data sets and code&nbsp;used to train and evaluate new MS&sup2;PIP models.&nbsp;</p>

opencc-by-4.0Feb 2023View details →
zenodo36/100

OMERO Server BDV H5 Test Example

<p>This is an example H5 file that loads and displays properly in BioFormats, but only loads into OMERO server. The OMERO server display does not work.</p>

opengpl-2.0-or-laterJun 2023View details →
zenodo36/100

Supplemental data for: Current ethics policies in 36 preprint servers

<p>Preprints, which are non&ndash;peer-reviewed articles, offer a rapid dissemination of information, and have gained traction in academic publishing, often serving as the publishing precursors of peer-reviewed journals. Given that many peer-reviewed journals, with often strict ethics policies, allow the prior publication of papers as preprints, we were interested in appreciating the ethics policies in place in preprint servers. We selected 36 preprint servers from the ASAPbio list to base our assessment. We found that that only 8% of analyzed preprint servers contained a dedicated section on the server&#39;s ethics policy. As documents that purportedly transmit scientific information, including data-based evidence, we believe that there is a need to fortify the stringency of ethics policies in preprint servers, even standardize them across ASAPbio-listed preprint servers.</p>

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

Computer Code and Data - Determination of server location in emergency care systems: an index proposal using Data Envelopment Analysis and the Hypercube Queuing Model

<p>Computer code and data related to the research project &quot;Determination of server location in emergency care systems: an index proposal using Data Envelopment Analysis and the Hypercube Queuing Model&quot;.</p>

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