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.
141
datasets available to search
ShareScore release 0.9.0
Dataset results
141 results for “installation”
Habitat quality and biological community responses to innovative hydropower plant installations at transverse in-stream structures
Open the record for dataset details and reuse information.
Open database of small-scale solar PV installations: a Citizen Science initiative
<p>Presentation given at the European PV Solar Energy Conference 2020 about the development of a Citizen Science initiative related to PV installations, Generation Solar.</p>
Artifact for "Diagnosis of Package Installation Incompatibility via Knowledge Base"
<p>This is the artifact for the paper entitled "Diagnosis of Package Installation Incompatibility via Knowledge Base"</p>
Site BDII installation and configuration - EMI Trainings at EGI TF 2012
Installation from EMI 2 release and Configuration of a site BDII instance
Pop Up Mural Installation Hanoman Obong
Source: Objaverse 1.0 / Sketchfab
Three years of hourly data from 3021 smart heat meters installed in Danish residential buildings
<p>This dataset includes three years of cleaned hourly data from 3021 commercial smart heat meters installed in Danish residential buildings. The data are screened, interpolated to be equidistant, and missing values were imputed using a weighted moving average combined with a scaling algorithm to obey the data's cumulative trend. The original (anonymised) raw data of 3127 smart heat meters are also provided to increase transparency and reproducibility. Together with the consumption data, contextual information about the construction year, the type of building, and, if available, the energy label for the smart heat meters buildings (for all 3127 buildings of the raw data) are provided. The unique meter ID can link this data to the consumption data. A .pdf document describing the purpose of every data column is given in the folder '01_Data'. </p> <p>Besides this, three figures visualising the z-normalised data in different temporal resolutions are provided. Next to the data and the data visualisation, all code, written in R, used for data processing and extensive technical validation of the data is included.</p> <p>For a more extensive description, we would like to refer to our peer-reviewed open-access article describing the dataset and its processing: <a href="https://doi.org/10.1038/s41597-022-01502-3">https://doi.org/10.1038/s41597-022-01502-3</a>. Please also consider citing this article if you use this dataset. (Schaffer, M., Tvedebrink, T. & Marszal-Pomianowska, A. Three years of hourly data from 3021 smart heat meters installed in Danish residential buildings. Sci Data 9,<strong> </strong>420 (2022). https://doi.org/10.1038/s41597-022-01502-3)</p>
Sea lice (Lepeophtherius salmonis) detection and quantification around aquaculture installations using environmental DNA
<p>Here, we present supplementary material form our study<em> Sea lice (Lepeophtherius salmonis) detection and quantification around aquaculture installations using environmental DNA</em>. In our study, we developed and tested a new <em>L. salmonis</em> specific DNA-based assay (qPCR assay) for detection and quantification from seawater samples using an analytical pipeline compatible with the Environmental Sample Processor (ESP) for autonomous water sample analysis of gene targets.</p>
The installation-level China coal model IL-CCM
<p><strong>The installation-level China coal model IL-CCM</strong><br> The full version of a China coal transport model with a very high spatial resolution.</p> <p><strong>What it does</strong><br> The code works in a few steps:<br> 1. Take easily understandable and readable xlsx input files on networks, plants, demand etc, and create project build files form this (done in R).<br> 2. Take the build files and create an LP problem file from it (in python, either locally or on AWS Sagemaker).<br> 3. Solve the problem from the LP problem file, and write solution to a txt file (either in Cplex interactive or in python).<br> 4. Process the solution txt file and write to easily understandable and readable xlsx (in R).<br> The packages required to run these scripts are included in the environment.yml (for python) and the renv.lock file (for R; this first requires installation of renv package: https://rstudio.github.io/renv/articles/renv.html; after installation run renv:restore()).</p> <p><strong>The model</strong><br> The model optimizes for a minimum cost of production + transport + transmission. <br> Production meaning coal mining costs, transport meaning rail/truck/riverborne/ocean-going transport and handling costs, and transmission meaning inter-provincial transport of electricity via UHV cables.</p> <p><strong>Constraints in the optimization</strong><br> The constraints in the mini testbench are the same as in the full model. These are:<br> - Mines (or any other node) cannot supply types of coal they do not produce.<br> - The flow of coal of each type out of a node cannot exceed flows of coal of each type into a node plus supply by the node (with supply being non-zero only for mines).<br> - The energy content of the supply and the flows of coal of each type into a node have to be at least equal to the demand for electricity, plus other thermal coal demand, plus the energy content of flows of coal of each type out of a node. Note that only mines can supply coal, all demand for electrical power occurs in provincial demand nodes, and demand for other thermal coal is placed at city-level nodes.<br> - The amount of hard coking coal (HCC) flowing into a node has to at least be equal to the steel demand multiplied by 0.581. Note that all steel demand is placed in provincial level steel demand nodes, which are connected with uni-directional links from steel plants to steel demand nodes. This means no coal can flow out of a steel demand node and we do not need further formulae for mass balances. Also note that we presume a mix of coking coal need to produce a ton of steel of 581 kg Hard coking coal (HCC), 176 kg of soft coking coal (SCC), and 179 kg of pulverized coal for injection (PCI).<br> - The amount of soft coking coal (SCC) flowing into a node has to at least be equal to the amount of HCC flowing into that node, multiplied with 0.581/0.176.<br> - The amount of pulverized coal for injection (PCI) flowing into a node has to at least be equal to the amount of HCC flowing into that node, multiplied with 0.581/0.179.<br> - The total volume of all coal types transported along a link cannot exceed the transport capacity of that link. Note that this constraint is applied only to those links with a non-infinite transport capacity. In practice this means rail links are assumed to have a transport capacity, ocean routes, rivers, and road links are assumed to have infinite capacity.<br> - The total amount of energy transported along a link cannot exceed the transmission capacity of that link. That is, the amount of each coal type multiplied with the energy content of each coal type cannot exceed the electrical transmission capacity of links. This constraint is applied only links between power plant units and provincial electricity demand nodes, as well as UHV transmission links between provincial electricity demand nodes. These are the only links along which electrical energy is transported. All other links transport physical quantities of coal. This line simultaneously deals with the production capacity (MW) and conversion efficiency of power plants: the energy transported over a link cannot exceed the volume of each coal type, multiplied with the energy content of each coal type, multiplied with the energy conversion factor of the link. For links between coal fired power plant units and provincial electricity demand nodes, this is equal to the conversion effincy of the power plant unit. For UHV transmission links between two provincial level electricity demand nodes, this is equal to (1- transmission losses) over that UHV line, with transmission losses calculated based on transmission distance and a benchmark loss for UHV-DC or UHV-AC lines.<br> - The handling capacity of ports cannot be exceeded. Specifically, the total amount of coal flowing out of a port cannot exceed its handling capacity.<br> - The production capacity of steel plants cannot be exceeded. Specifically, the total amount of hard coking coal, soft coking coal, and pulverized coal for injection flowing out of a steel plant node (and towards a provincial steel demand node) cannot exceed the steel plant's production capacity multiplied by 0.581+0.176+0.179, the mix of different coking coals needed to produce steel.</p> <p><strong>Technical notes</strong><br> - All transport costs are pre-calculated for each link, and include a fixed handling costs and a distance based transport cost, based on the type handling (origin and destination) and type of transport (separate for rail, truck, riverborne, ocean-going. A small number of coal rail lines has specific handling and transport costs).<br> - Some of the capacities are already reported in the input sheet for the edges. The physical transport capacity from this sheet is used. For capacities of ports, steel plants, and electrical transmission capacities, the data from the separate port/steel plant/electrical capacities sheets is used.<br> - An example lp file is included to make this repository as self-contained as possible. This lp file is zipped to stay within github file size limits.</p> <p><strong>Contributions</strong><br> This model was developed by Jorrit Gosens and Alex Turnbull. Frank Jotzo was part of the team that wrote the publication introducing this model.</p> <p><strong>License</strong><br> MIT License as separately included. <br> In short, do what you want with this script, but refer to the original authors when you use or develop this code.</p>
FIGURE 3. A Malaise trap installed during February–April 2007 in Review of Gonatocerus (Hymenoptera: Mymaridae) in the Neotropical region, with description of eleven new species
FIGURE 3. A Malaise trap installed during February–April 2007 in Pucará, Neuquén, the type locality of a number of mymarid taxa described by A.A. Ogloblin from Argentina (photograph taken in February 2007).
Protect Your Edmonton Property: Reliable Sump Pump Installation Solutions
<p>To avoid flooding in the basement, it is a good idea to install an <a href="https://shieldfoundationrepair.nicepage.io/blog/benefits-of-edmonton-sump-pump-installation-you-didnt-know-about.html"><strong>Edmonton sump pump</strong></a>. This will effectively remove any excess water from the foundation. The annoyance and expense of dealing with a flooded basement are things that homeowners may save themselves by doing this. A sump pump can also help keep the house structurally sound by reducing the likelihood of mildew and mould growth. In the case of heavy rain or runoff, the sump pump will ensure that the basement remains dry and secure, which is a relief.</p> <p>If your basement floods every time it rains in the spring or if you've noticed standing water near your home's foundation, a sump pump may be necessary. When water collects in low-lying areas, such as a basement or crawl space, a sump pump may remove it from the foundation and dispose of it properly by directing it to the sewer system. If you're still on the fence about whether or not a sump pump is a good investment for your home, consider these benefits.</p> <p>Installing a sump pump is a smart move any time of year, but especially during times of heavy rain when flooding is a real possibility. The absence of action will allow mould and mildew to flourish in these areas of standing water. Mildew and mould can degrade indoor air quality and lead to costly structural damage to your home.</p> <p>Finally, there are several benefits to having a sump pump in Edmonton that extend beyond just preventing basement flooding. The structural integrity and value of Edmonton real estate are greatly enhanced by sump pumps, which shield properties from water damage, mildew, and mould. Sump pumps also improve interior air quality, which is good for the health of building inhabitants.</p> <p>Shield Foundation Repair, Inc. has finally arrived! For more information about our sump pump solutions, please visit our website or call us at 780-760-4900. If you have any questions about installing a sump pump, how much it will cost, or what benefits it offers, we are here to help with any plumbing problem you may be having.</p> <h1>In most cases, how much does it cost to install a sump pump?</h1> <p>To protect your basement or other lower-level floor from flooding and water damage, a sump pump should be installed. Among its components are water-level or pressure-sensing valves and a motor unit that may transfer water from one spot to another, all within a reasonable distance from your home. A man-made trench is the usual location for subterranean sump pumps.</p> <p>The average cost to install a sump pump can be high, especially if you're not familiar with the area or are doing it for the first time. Sump pump installation services are usually rather cheap, but the cost quickly escalates when you include in the cost of a professional installer or if you want to do it yourself, any extra parts you'll need to buy.</p> <p><a href="https://www.shieldfoundationrepair.ca/services/drainage-installation-sump-pumps/"><strong>Edmonton sump pump installation</strong></a> costs can vary widely depending on factors including the type of pump, how challenging the installation is, and whether or not any other features or accessories are included. Think about the long-term benefits of a sump pump and how it can protect your home from water damage and structural issues. The upfront cost may be steep, but the investment will be more than compensated for by the security it provides and the absence of worry about floods. Homeowners can make better-informed decisions about sump pump installations when they know what to expect in terms of price.</p> <p>For the most part, when people think of a sump pump, they imagine the pump and motor as being one unit. Just as its name implies, a submersible sump pump is immersed inside the basin to save space and minimize noise. They should be completely resistant to corrosion and water, as their purpose is to endure substantial amounts of water. The submersion characteristic reduces the lifespan of these devices compared to pedestal pumps. As an added downside, they are more difficult to access for repairs or maintenance. This page lists the unit and installation costs for submersible sump pumps.</p> <p>It is highly recommended that you use a professional for sump pump installation rather than attempting the task on your own. A costly and inefficient ordeal awaits in the event of improper installation. Therefore, dial the number of Shield Foundation Repair Inc. immediately. If you are experiencing problems with your sump pump, we are happy to help you find the right solution.</p> <h2>A Homeowner's Guide to Understanding and Fixing Foundation Cracks</h2> <p>An indication that something went wrong is the presence of foundation cracks. Your priority should be to identify the type of foundation cracks you're dealing with. One effective way to repair cracks in foundations is with epoxy injection. This technique involves pouring epoxy into the cracks to seal them and form a firm bond that prevents further water entry. Hydraulic cement patching is an alternative method that uses a fast-setting cement mixture to successfully cover larger foundation cracks and holes.</p> <p>The total stability of the foundation can be enhanced by reinforcing the repaired areas with carbon fibre. To determine the best option for their unique situation, homeowners should be knowledgeable of these strategies and consider consulting an expert. The following are signs of possible structural cracks: stair-like fissures in brick or concrete block walls.</p> <ul> <li>fissures that extend horizontally throughout the framework of your home.</li> <li>straight vertical cracks arranged in a parallelogram.</li> <li>wide, diagonal cracks along the length of your walls.</li> <li>cracks along the length of your walls and even into your ceiling.</li> </ul> <p>Do you want to know what causes foundation cracks outside and how to fix them? If so, you've found the right spot, as it is precisely the topic that this essay will discuss. Among other things, we'll go over methods for avoiding foundation cracks and fixing them externally.</p> <h2>Get the Insider Knowledge on Sump Pumps from Local Experts</h2> <p>Regular inspections of your sump pump for signs of wear or malfunction, such as unusual vibrations or noises, are recommended by Shield Foundation Repair Inc. Clearing the discharge pipe of debris and ensuring it extends away from the foundation are further steps to take to prevent water from seeping back into the basement. Last but not least, protect your home from any flood damage by having a professional inspect and service your sump pump once a year.</p> <p>A sump pump is a very simple piece of equipment. I can confirm that it is a pump. If your home is ever flooded, the water will inevitably find its way to the sump pump, which is located at the lowest point on your land. The sump pit is where the pump is housed; in smaller pits, it may be placed on a pedestal, and in larger ones, it may be positioned below the water line. When the water level reaches a certain point, a float switch is activated, turning on the pump. After the water level drops low enough, the pump will keep sucking it out of the area.</p> <p>Once in a while, to get the pump going, fill the sump pit with a bucket. Here we have a simple functionality test.<br>Plan your maintenance. Unless you own a whole-house generator, you probably won't put this item to frequent use. Do not put off finding problems till an unfavourable time comes.<br>Consider bringing an extra battery just in case. If the power goes out, this backup pump will keep running—which is likely to happen in situations when a sump pump is needed.</p> <p>If you want to know more about sump pumps and anything else relating to home comfort, go over to Shieldfoundationrepair.com right now. Save money on services and more by taking advantage of our exclusive promotions!</p>
FUEL System Installed in Apac, Uganda
<p>Picture of FUEL system installed in household in Apac, Uganda</p>
TESSe2b Small Scale Validation - Installation Phase (Spain)
<p>Video - TESSe2b Small Scale Validation in Spain (installation phase)</p>
Input files to test the DiSCount installation - Masteling et al
<p>Input images to test the installation of DiSCount.</p>
README Installation Instructions Train and Test Datasets
Open the record for dataset details and reuse information.
Ode to My Frayed Nerves (installation, score, and rehearsal footage)
<p>This piece is an exploration of the sensations of the nerve damage in my left hand from a physical injury I sustained from a utility knife in 2020. (Don't tidy up while exhausted, you will make dumb mistakes). This piece was written for my PhD thesis - due to be completed in 2023. An excerpt was first shown at the Australasian Computer Music Conference 2021, the video was created December 2022. It was created using my voice and MiMu gloves. Contained in this link are the video score and some rehearsal footage taken using a GoPro Hero Max 8</p>
Evaluation Protocol of the Installation of Knee Unicompartmental Prosthesis (Journey (Smith & Nephew)) With Mechanical Ancillary Versus Robotic Assisted (Navio System).
ClinicalTrials.gov study NCT03469193. IPD Sharing: Not stated. Countries: 1. Publications: 1.
The Use of Platelet-rich Fibrin (PRF) Membranes in Lateral Alveolar Ridge Augmentation When Jaw Bone is Missing Before Dental Implant Installation. A Study Comparing an Autogenous Bone Block Graft Cov
ClinicalTrials.gov study NCT04350749. IPD Sharing: NO. Countries: 1. Publications: 1.
Therapeutic Management of Complex Anal Fistulas by Installing a Closure Clip: Multicentre Randomized Controlled Trial
ClinicalTrials.gov study NCT02336867. IPD Sharing: Not stated. Countries: 1. Publications: 1.
Evaluation of Bone Quality and Primary and Secondary Stability of Implants Installed in Alveolar Regeneration Area by Three Different Techniques
ClinicalTrials.gov study NCT03973190. IPD Sharing: YES. Countries: 1. Publications: 20.
Standing Behavior After Installation of Height-Adjustable Desks
ClinicalTrials.gov study NCT01787643. IPD Sharing: Not stated. Countries: 1. Publications: 1.
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.