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.

256

datasets available to search

ShareScore release 0.9.0

Reset

Dataset results

256 results for “Computational models”

Learn how ShareScore rates datasets ↗
zenodo40/100

The computation results of coupled hydrological and hydrodynamic modelling application for the Nemunas River watershed – Curonian Lagoon – South-Eastern Baltic Sea continuum

<p>The datasets provided here were used to&nbsp;analyse the cumulative impacts of climate change in a&nbsp;Nemunas River watershed &ndash; Curonian Lagoon &ndash; South‑Eastern Baltic Sea continuum by applying a state-of-the-art coupled modelling system, which consists of&nbsp;hydrological and hydrodynamic models.</p> <p>Meteorological data used for running the models were acquired from CORDEX (Coordinated Regional Downscaling Experiment) scenarios for Europe from the Rossby Centre high-resolution regional atmospheric climate model (RCA4), which consisted of four sets of simulations (downscaling) driven by four global climate models:</p> <table> <tbody> <tr> <th>Abbreviation in datasets</th> <th>Model</th> <th><strong>Institution</strong></th> </tr> </tbody> <tbody> <tr> <td>ICHEC</td> <td>EC-Earth</td> <td>Irish Centre for High-End Computing</td> </tr> <tr> <td>IPSL</td> <td>IPSL-CM 5A-MR</td> <td>The Institut Pierre-Simon Laplace</td> </tr> <tr> <td>MOHC</td> <td>HadGEM2-ES</td> <td>Met Office Hadley Centre</td> </tr> <tr> <td>MPI</td> <td>MPI-ESM-LR</td> <td>Max Planck Institute for Meteorology</td> </tr> </tbody> </table> <p>&nbsp;</p> <p>Climate change scenarios and periods:</p> <ul> <li>Historical/reference (1970-2005);</li> <li>RCP4.5&nbsp;(2005-2100);</li> <li>RCP8.5 (2005-2100).</li> </ul> <p>The datasets consist of time series for the parameters of:</p> <ul> <li><strong>Ice thickness</strong> - average ice thickness in the Curonian Lagoon;</li> <li><strong>Meteorological data</strong> - bias-corrected temperature and precipitation data&nbsp;for the marine and terrestrial areas;</li> <li><strong>Nemunas River discharge</strong> -&nbsp;simulated average daily values for the discharge and water temperature;</li> <li><strong>Salinity</strong> -&nbsp;selected points in the south-eastern Baltic Sea and one point next to Juodkrantė (in the Curonian Lagoon);</li> <li><strong>Water fluxes</strong> - through four predefined cross-sections in the Curonian Lagoon;</li> <li><strong>Water level</strong> - in 10 preselected points in the Curonian Lagoon and South-eastern Baltic Sea;</li> <li><strong>Water residence time</strong> - in the total Curonian Lagoon area, as well as its northern and southern parts;</li> <li><strong>Water temperature</strong> -&nbsp;in 10 preselected points in the Curonian Lagoon and South-eastern Baltic Sea.</li> </ul> <p>Some of the datasets (zip files) have additional information (coordinates, data column explanations, units, etc.) in READ_ME.txt files.</p>

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

Diffusion models with time-dependent parameters: "An analysis of computational effort and accuracy of different numerical methods"

<p>Software repository for the reproduction of the test cases from</p> <p><strong>Thomas Richter, Rolf Ulrich, Markus Janczyk:</strong>&nbsp;<em>Diffusion models with time-dependent parameters: &quot;An analysis of computational effort and accuracy of different numerical methods&quot;</em></p> <p>This software is used in particular for the reproducibility of the results.</p> <p>However, the algorithms can also be used directly for own purposes. If you have any questions about possibly necessary adaptations, please contact thomas.richter@ovgu.de.</p> <p>Parts of this repository</p> <p>General setup</p> <p><strong>Python</strong>&nbsp;collects all Python script. Here,&nbsp;<strong>Python/PythonTools</strong>&nbsp;are several internal functions, e.g. the realizations of KFE and random walks.&nbsp;<strong>Python/results</strong>&nbsp;and&nbsp;<strong>Python/pics</strong>&nbsp;are the directories where the results (figures and text-files) are put.</p> <p><strong>C++</strong>&nbsp;collects the C++ scripts.</p> <p>Case I</p> <p>Reproduces Case I of the paper (time-independent)</p> <ul> <li>Python/TestCase1.py</li> </ul> <p>runs the test-case with random walks, integral equation method and with KFE. It produces output in&nbsp;<strong>Python/pics</strong>&nbsp;and&nbsp;<strong>Python/results</strong>. These results will be used in&nbsp;<strong>C++/testcase1.cc</strong>&nbsp;(as reference solution) and by&nbsp;<strong>Python/TestCase1-Plot.py</strong></p> <ul> <li>C++/testcase1.cc</li> </ul> <p>runs the stochastic Euler simulation. Script is started by&nbsp;<strong>C++/run-testcase1.sh</strong>. It reads in the reference solution generated by&nbsp;<strong>Python/TestCase1.py</strong>&nbsp;for computing errors.</p> <ul> <li>Python/TestCase1-Plot.py</li> </ul> <p>produces Fig. 6 of the paper. It requires the outputs of&nbsp;<strong>Python/TestCase1.py</strong>&nbsp;and&nbsp;<strong>C++/testcase1.cc</strong></p> <p>Case II</p> <p>Reproduces Case II of the paper (time-dependent thresholds and drift)</p> <ul> <li>Python/TestCase2.py</li> </ul> <p>runs the test-case with random walks, integral equation method and with KFE. It produces output in&nbsp;<strong>Python/pics</strong>&nbsp;and&nbsp;<strong>Python/results</strong>. These results will be used in&nbsp;<strong>C++/testcase2.cc</strong>&nbsp;(as reference solution) and by&nbsp;<strong>Python/TestCase2-Plot.py</strong></p> <ul> <li>C++/testcase2.cc</li> </ul> <p>runs the stochastic Euler simulation. Script is started by&nbsp;<strong>C++/run-testcase2.sh</strong>. It reads in the reference solution generated by&nbsp;<strong>Python/TestCase2.py</strong>&nbsp;for computing errors.</p> <ul> <li>Python/TestCase2-Plot.py</li> </ul> <p>produces Fig. 7 of the paper. It requires the outputs of&nbsp;<strong>Python/TestCase2.py</strong>&nbsp;and&nbsp;<strong>C++/testcase2.cc</strong></p> <ul> <li>Python/TestCase2-AdjustRandomWalks.py</li> </ul> <p>runs simulations to reproduce Fig. 11 of the paper and implements the modification of the random walk strategy to limit oscillations.</p> <p>Case III</p> <p>Reproduces Case III of the paper (dependency of the accuracy on the derivative of the drift)</p> <ul> <li>Python/TestCase3.py</li> </ul> <p>runs the test-case with random walks, integral equation method and with KFE for a fixed discretization but with different values of the drift tau. It produces first part of Fig. 8.</p> <ul> <li>C++/testcase3.cc</li> </ul> <p>runs the stochastic Euler simulation. Script is started by&nbsp;<strong>C++/run-testcase3.sh</strong>. It reads in the reference solution generated by&nbsp;<strong>Python/TestCase3.py</strong>&nbsp;for computing errors.</p> <ul> <li>Python/TestCase3-Plot.py</li> </ul> <p>produces second part of Fig. 8. Depends on the output of&nbsp;<strong>Python/TestCase3.py</strong></p> <p>Case IV</p> <p>Reproduces Case IV of the paper (accuracy and efficiency for Dirac initial data)</p> <ul> <li>Python/TestCase4.py</li> </ul> <p>runs the test-case with random walks, integral equation and with KFE for a refined discretizations.</p> <ul> <li>Python/TestCase4-Plot.py</li> </ul> <p>produces Fig. 9. Depends on the output of&nbsp;<strong>Python/TestCase4.py</strong></p> <ul> <li>Python/TestCase4-showsolution.py</li> </ul> <p>Solves with the KFE and plots the solution as surface plot over time and space variable. This skript is used to create Fig. 10 of the paper. Problem parameters and discretization can be adjusted at the top of the script. To test the different stabilization strategies, one can either adjust the value of theta, or one activates Rannacher time-marching by commenting in the marked lines in the skript PythonTools/kfe.py, here in kfe_ale(..)</p> <p>Data Fitting</p> <p>Python scripts to fit the KFE model to the Data published by Rolf Ulrich et al. in</p> <p><strong>R. Ulrich, H. Schr&ouml;ter, H. Leuthold, T. Birngruber</strong>&nbsp;<em>Automatic and controlled stimulus processing in conflict tasks: Superimposed diffusion processes and delta functions.</em>Cognitive Psychology, 78 , 148&ndash;174</p> <ul> <li>Python/DataFitting-Simon.py</li> </ul> <p>runs the parameter fitting for the Simon task and produces data for Fig. 9 and Table 1.</p> <ul> <li>Python/Eriksen-Fletcher.py</li> </ul> <p>runs the parameter fitting for the Eriksen Fletcher task and produces data for Fig. 9 and Table 2.</p> <p>Installation &amp; running the examples</p> <p>Python</p> <p>The python skripts can just be started. Just note that they depend on each other, i.e.:&nbsp;<strong>Python/TestCase1.py</strong>&nbsp;produces a reference solution that is required by&nbsp;<strong>C++/testcase1.cc</strong>&nbsp;and the results of both are needed in&nbsp;<strong>Python/TestCase1-Plot.py</strong></p> <p>The scripts only depend on standard packages like numpy or scipy and all Python environments should work. One suggestion is to use Spyder as part of Anaconda.</p> <p>C++</p> <p>The C++-programs are not intended for performing the simulations in a stand-alone application. Instead, the SDE is simulated for a given number of trials&nbsp;<strong>N_tr</strong>&nbsp;and a given time step&nbsp;<strong>dt</strong>&nbsp;and this simulation is repeated&nbsp;<strong>64</strong>&nbsp;times in order to estimate the average error. It should however be simple to use the scripts as basis for an efficient parallel simulation tool that uses multithreading.</p> <p>Configuration</p> <p>The C++ test cases must be compiled. The test cases are set up to use&nbsp;<strong>cmake</strong>. We suggest the following (in a Linux-environment or on a Mac using homebrew or MacPorts):</p> <ol> <li>Create a directory for compilation, e.g.&nbsp;<strong>C++/bin</strong>&nbsp;now called the&nbsp;<strong>bin-dir</strong></li> <li>In the&nbsp;<strong>bin-dir</strong>&nbsp;calls cmake by&nbsp;<strong>cmake ..</strong>&nbsp;(adjust the path, if the&nbsp;<strong>bin-dir</strong>&nbsp;is not a subdirectory of the&nbsp;<strong>C++-dir</strong>.</li> <li>Several options can be adjusted. In&nbsp;<strong>C++/bin</strong>&nbsp;call&nbsp;<strong>ccmake .</strong>&nbsp;to make all necessary changes.</li> </ol> <p>If you change the location of the&nbsp;<strong>bin-dir</strong>&nbsp;you will have to modify the run-scripts&nbsp;<strong>run-testcase[123].sh</strong>.</p> <p>Compilation</p> <p>Initially and whenever you change the code, the programs must be re-compiled</p> <ol> <li>In&nbsp;<strong>C++/bin</strong>&nbsp;just call&nbsp;<strong>make</strong></li> </ol> <p>Running the examples</p> <p>The programs are started in&nbsp;<strong>C++</strong>. For each of the test-case there is a skript to start the program.</p> <ol> <li>In&nbsp;<strong>C++</strong>&nbsp;call&nbsp;<strong>sh ./run-testcase1.sh</strong>&nbsp;(or&nbsp;<strong>sh ./run-testcase2.sh</strong>, etc.)</li> </ol> <p>Each script will start the programs several times. For&nbsp;<strong>Case I</strong>,&nbsp;<strong>Case II</strong>&nbsp;and&nbsp;<strong>Case IV</strong>&nbsp;the simulation is started on a sequence of finer and finer discretizations, for&nbsp;<strong>Case III</strong>&nbsp;the value of&nbsp;<em>tau</em>&nbsp;will be changed.</p> <p>The scripts store the output in&nbsp;<strong>C++/results</strong>. Old outputs will be overwritten! Further, the scripts read information about the reference solution from&nbsp;<strong>Python/resuts</strong>.</p> <p>The C++ programs use multithreading the OpenMP. If you do not specify the number of threads to be used, all available threads are taken including all hyperthreads. This is usually not efficient it is therefore advisable to set the number of threads by hand, e.g. by calling</p> <p><strong>export OMP_NUM_THREADS=8</strong></p> <p>before calling the run-scripts.</p> <p>License Information</p> <p>Initially the software has been written Thomas Richter, Otto-von-Guericke University Magdeburg, Germany in 2022, 2023 (thomas.richter@ovgu.de)</p> <p>You are free to use the scripts under the&nbsp;<em>Creative Commons Attribution 4.0 License</em>.</p>

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

Data from: Longitudinal effects of early psychosocial deprivation on macaque executive function: Evidence from computational modelling

<p><span>Executive function (EF) describes a group of cognitive processes underlying the organization and control of goal-directed behaviour. Environmental experience appears to play a crucial role in EF development, with early psychosocial deprivation often linked to EF impairment. However, many questions remain concerning the developmental trajectories of EF after exposure to deprivation, especially concerning specific mechanisms. Accordingly, using an 'A-not B' paradigm and a macaque model of early psychosocial deprivation, we investigated how early deprivation influences EF development longitudinally from adolescence into early adulthood. The contribution of working memory and inhibitory control mechanisms were examined specifically via the fitting of a computational model of decision-making to the choice behaviour of each individual. As predicted, peer-reared animals (i.e. those exposed to early psychosocial deprivation) performed worse than mother-reared animals across time, with the fitted model parameters yielding novel insights into the functional decomposition of group-level EF differences underlying task performance. Results indicated differential trajectories of inhibitory control and working memory development in the two groups. Such findings not only extend our knowledge of how early deprivation influences EF longitudinally, but also provide support for the utility of computational modelling to elucidate specific mechanisms linking early psychosocial deprivation to long-term poor outcomes.</span></p>

opencc-zeroMar 2023View details →
zenodo40/100

Gamma-hemolysin components: computational strategies for LukF-Hlg2 dimer reconstruction on a model membrane

<p>Project files provided as supporting information to the manuscript &ldquo;Gamma-Hemolysin Components: Computational Strategies for LukF-Hlg2 Dimer Reconstruction on a Model Membrane&rdquo;. The data set contains the following folders:</p> <ul> <li>LukF_Hlg2_distance: files with the minimum distance between LukF and Hlg2 as a function of time for the simulated replica (Fig. S1); files with the minimum distance between each LukF residue and the Hlg2 monomer and vice versa, averaged over the last 600 ns of simulation in the replica where the spontaneous dimerization is observed (fig. S5).</li> <li>HADDOCK_dimer_crystal_pore_displacement: files with the displacement between Hlg2 residues in the HADDOCK model dimer and the same dimer in the crystal pore, after alignment on the LukF monomer (for both the HADDOCK model in presence and in absence of the LukF N-ter) (Fig. S13)</li> <li>interface_area: files with the interface area between the LukF and the Hlg2 monomers in the replica where the spontaneous dimerization on the membrane is observed, as a function of time (total interface and contribution of LukF and Hlg2 rim domains) (Fig. S4)</li> <li>angles: files with the histograms of the angle between LukF and the axis perpendicular to the membrane, for the simulation of the single LukF monomer and for that capturing the spontaneous dimerization on the membrane (Fig. 4); file with the angle between the LukF and the Hlg2 axis as a function of time in the replica where the spontaneous dimerization is observed (Fig. S6)</li> <li>HADDOCK_scores: files with the HADDOCK scores of the predicted LukF-Hlg2 dimers and their RMSD values computed with respect to the same dimer in the crystal pore. The data are reported for the four top-scored models of each cluster ( for both the HADDOCK models in the presence and in the absence of the LukF N-ter) (Fig. 5).</li> <li>RMSD: files with the RMSD as a function of time for the LukF and the Hlg2 monomers in the replica where the spontaneous dimerization on the membrane is observed (Fig. 2, Fig. S2, Fig. S3)</li> <li>RMSF: files with the RMSF of the LukF and the Hlg2 residues in the replica where the spontaneous dimerization on the membrane is observed and in the simulations of the single monomers (Fig. 2)</li> <li>interaction_persistences: files with H-bond (side chain + backbone and backbone only atoms) salt-bridge, and hydrophobic contact persistence matrices for the single LukF monomer simulated alone (299 x 299) and for the LukF-Hlg2 dimer (299+280 x 299+280) (Fig. 4, Fig. S7 + interactions reported in the manuscript)</li> <li>distance_protein_membrane: files with the minimum distance between each monomer and the membrane, in the last 200ns of the simulation of spontaneous dimerization on the membrane (Figure S9).</li> <li>distance_residues_interface: files with the distance between functionally relevant residues measured along the simulation of the HADDOCK dimer in the absence of LukF N-terminus (Figure S14).</li> </ul>

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

Data from: Hydrodynamic analysis of bioinspired vortical cross-step filtration by computational modelling

<p><span><span>Research on the suspension-feeding apparatus of fishes has led recently to the identification of novel filtration mechanisms involving vortices. Structures inside fish mouths form a series of 'backward-facing steps' by protruding medially into the mouth cavity. In paddlefish and basking shark mouths, porous gill rakers lie inside 'slots' between the protruding branchial arches. Vortical flows inside the slots of physical models have been shown to be important for the filtration process, but the complex flow patterns have not been visualized fully. Here we resolve the three-dimensional hydrodynamics by computational fluid dynamics simulation of a simplified mouth cavity including realistic flow dynamics at the porous layer. We developed and validated a modelling protocol in ANSYS Fluent software that combines a porous media model and permeability direction vector mapping. We found that vortex shape and confinement to the medial side of the gill rakers result from flow resistance by the porous gill raker surfaces. Anteriorly directed vortical flow shears the porous layer in the centre of slots. Flow patterns also indicate that slot entrances should remain unblocked, except for the posterior-most slot. This new modelling approach will enable future design exploration of fish-inspired filters.</span></span></p>

opencc-zeroApr 2023View details →
zenodo40/100

CPT-1 pre-computed whole-proteome variant effect predictions and model source code

<p><strong>Cross-protein transfer learning for variant effect prediction</strong></p><p>This repository contains the variant effect predictions of CPT-1 for 18,602 human proteins, initially released with the manuscript "Cross-protein transfer learning substantially improves zero-shot prediction of disease variant effects". The proteins are split into three files.</p><p><i>CPT1_score_EVE_set.zip</i>: Proteins in the EVE set (<a href="https://www.nature.com/articles/s41586-021-04043-8">Frazer et al., 2021</a>)</p><p><i>CPT1_score_no_EVE_set_1.zip</i> &amp; <i>CPT1_score_no_EVE_set_2.zip</i>: Proteins not in the EVE set. Predictions for these proteins use imputed values for features depending on the EVE MSA.</p><p>The protein names are UniProt gene names.</p><p>We also provide source code to train CPT-1 model and reproduce results in the manuscript :</p><p><i>source_code.zip </i>(corresponds to GitHub repository&nbsp;songlab-cal/CPT version as of Jul 12, 2023)</p><p>&nbsp;</p><p><strong>Citation</strong></p><p>Jagota, M.*, Ye, C.*, Albors, C., Rastogi, R., Koehl, A., Ioannidis, N., and Song, Y.S.†<br>"Cross-protein transfer learning substantially improves zero-shot prediction of disease variant effects", bioRxiv (2022)</p><p>*These authors contributed equally to this work.<br>†To whom correspondence should be addressed:&nbsp;<a href="mailto:yss@berkeley.edu">yss@berkeley.edu</a></p><p>DOI:&nbsp;<a href="https://doi.org/10.1101/2022.11.15.516532">https://doi.org/10.1101/2022.11.15.516532</a></p><p>&nbsp;</p>

opencc-by-4.0May 2023View details →
dryad40/100

Modelling system for computing the tropospheric O3 and CH4 perturbations from South Korean Emissions (KORUS-AQ period)

Open the record for dataset details and reuse information.

publicJan 2026View details →
dryad40/100

Computational IHC-H&E mapping in mouse models of colitis (IHC WSIs from paired H&E-IHC WSIs, Part 1/2)

Open the record for dataset details and reuse information.

publicJun 2023View details →
dryad40/100

Data from: Hydrodynamic analysis of bioinspired vortical cross-step filtration by computational modelling

Open the record for dataset details and reuse information.

publicApr 2023View details →
dryad40/100

Data from: In vivo functional phenotypes from a computational epistatic model of evolution

Open the record for dataset details and reuse information.

publicJan 2024View details →
dryad40/100

Computational IHC-H&E mapping in mouse models of colitis (H&E WSIs from paired H&E-IHC WSIs)

Open the record for dataset details and reuse information.

publicJun 2023View details →
dryad40/100

Data from: Longitudinal effects of early psychosocial deprivation on macaque executive function: Evidence from computational modelling

Open the record for dataset details and reuse information.

publicMar 2023View details →
dryad40/100

Computational IHC-H&E mapping in mouse models of colitis (IHC WSIs from paired H&E-IHC WSIs, Part 2/2)

Open the record for dataset details and reuse information.

publicJun 2023View details →
dryad40/100

Regression models generated by APRANK (computational prioritization of antigenic proteins and peptides from complete pathogen proteomes)

Open the record for dataset details and reuse information.

publicJun 2021View details →
dryad40/100

Data for: Parameter selection and optimization of a computational network model of blood flow in single-ventricle patients

Open the record for dataset details and reuse information.

publicOct 2024View details →
zenodo36/100

A machine learning framework for computationally expensive transient models

<p>The following dataset contains DEM simulation data on multiple material properties and operational parameters and their impact on uniform mixing time. Unifrom mixing time is calculated when segregation index reaches 1.1. Segregation index is defined based on the paper:&nbsp;Marigo, M., Cairns, D. L., Davies, M., Ingram, A. &amp; Stitt, E. H. A numerical comparison of mixing efficiencies of solids in a cylindrical vessel subject to a range of motions. <em>Powder Technol.</em> <strong>217</strong>, 540&ndash;547 (2012).&nbsp;</p> <p>The dataset was used for training ML model as described in paper:&nbsp;<a href="https://arxiv.org/abs/1907.05928">https://arxiv.org/abs/1907.05928</a></p>

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

All simulation results, figures and code regarding the manuscript: Calibrating models of cancer invasion: parameter estimation using Approximate Bayesian Computation and gradient matching

<p>We present two different methods to estimate parameters within a partial differential equation (PDE) model of cancer invasion. The model describes the spatio-temporal evolution of three variables -- tumour cell density, extracellular matrix density and matrix degrading enzyme concentration -- in a one-dimensional tissue domain. The first method is a likelihood-free approach associated with Approximate Bayesian Computation (ABC); the second is a two-stage gradient matching method based on smoothing the data with a Generalized Additive Model (GAM) and matching gradients from the GAM to those from the model. Both methods performed well on simulated data.  To increase realism, additionally we tested the gradient matching scheme with simulated measurement error and found that the ability to estimate some model parameters deteriorated rapidly as measurement error increased.</p>

opencc-zeroDec 2020View details →
zenodo36/100

Real-time benchmark dynamics of the Ohmic Spin-Boson Model computed with Time-Dependent Variational Matrix Product States. (TDVMPS) coupling strength and temperature parameter space

<p>Data describing the&nbsp;complete propagators (maps) for the evolution of the Ohmic Spin-Boson Model are made available, here. Using a time-dependent variotnal matrix product states (TDVMPS)&nbsp;respresentation of the complete spin-environment wave function, non -perturbative results are presented over a wide range of coupling strengths,&nbsp;temperatures and initial conditions. The results in this repository are associated with the article:&nbsp;</p> <p>https://www.preprints.org/manuscript/202012.0016/v1&nbsp;&nbsp;</p> <p>A mathematica notebook that allows the data to be visualised and manipulated is also provided. &nbsp;</p>

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

Computational modeling of hemoglobin saturation heterogeneity in capillary networks

<p>This repository contains the C++ code based on OpenFOAM used for simulating oxygen transport with moving red blood cells. The OpenFOAM cases used to generate all results in the research article &quot;The heterogeneity of hemoglobin saturation in capillaries and its relation to red blood cell transit time&quot; are included.</p> <p>The archive &#39;code-axisymmetric.tgz&#39; contains the code for the simulations in axisymmetric domains. This code works with OpenFOAM 2.1.1.</p> <p>The archive &#39;code-parallel_capillaries.tgz&#39; contains the code for the simulations with parallel capillaries. This code is based on OpenFOAM 2.3.0.</p> <p>The archive &#39;code-graph.tgz&#39; contains the simulation code for the simulations in reconstructed capillary networks. The postprocessing and plotting script are also in this archive. This code is based on OpenFOAM 2.3.0.</p> <p>The archive &#39;code-flow_reconstruction.tgz&#39; contains the code for the flow reconstruction algorithm.</p> <p>The remaining archives contain the OpenFOAM cases that were used to run the oxygen transport simulations reported in the research article &quot;The Heterogeneity of Hemoglobin Saturation in Capillary Networks and its Relation to Red Blood Cell Transit Time&quot;.</p>

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

On the computation of stable coupled state-space models for dynamic substructuring applications

<p>This paper aims at introducing a methodology to compute stable coupled state-space models for dynamic substructuring applications by introducing two novel approaches targeted to accomplish this task: (a) a procedure to impose Newtons's second law without relying on the use of undamped RCMs (residual compensation modes) and (b) a novel approach to impose stability on unstable coupled state-space models. The enforcement of stability is performed by dividing the unstable model into two different models, one composed by the stable poles (stable model) and the other composed by the unstable ones (unstable model). Then, the poles of the unstable state-space model are forced to be stable, leading to the computation of a stabilized state-space model. If this model is composed by real poles, it should be divided into two different ones, one composed by the pairs of complex conjugate poles and the other composed by the real poles. Afterwards, to make sure that the Frequency Response Functions (FRFs) of the stabilized model well match the FRFs of the unstable model, the Least-Squares Frequency Domain (LSFD) method is exploited to update the modal parameters of the stabilized model composed by the pairs of complex conjugate poles. The validity of the proposed methodologies is presented and discussed by exploiting experimental data. Indeed, by exploiting the FRFs of a real system, accurate state-space models respecting Newton's second law are computed. Then, decoupling and coupling operations are performed with the identified state-space models, no matter the models resultant from the decoupling/coupling operations are unstable. Stability is then imposed on the computed unstable coupled model by following the approach proposed in this paper. The methodology proved to work well on these data. Moreover, the paper also shows that the coupled state-space models obtained using this methodology are suitable to be exploited in time-domain analyses and simulations.</p>

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