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.

15

datasets available to search

ShareScore release 0.7.1

Reset

Dataset results

15 results for “resource tracking”

Learn how ShareScore rates datasets ↗
zenodo36/100

3D Matching of resource vision tracking trajectories

<p>Three dimensional (3D) paths of resources, have been proposed in construction management, as an efficient way for measuring labor productivity. These paths, are extracted either by using sensors such as Global Positioning System (GPS), Radio Frequency Identification (RFID), and Ultra-wideband (UWB), or based on cameras placed at jobsites for surveillance purposes. However, the tag based methods are seriously limited by privacy conflicts since they are not welcome from the personnel. On the other hand, the computer vision based methods have not achieved full automation in measuring labour productivity because they require prior knowledge of the type of tasks performed in specific working zones. This is associated with the lack of depth information. For this purpose, this paper proposes a computationally efficient computer vision method for matching construction workers across different frames. Entity matching, is a process that corresponds to a compulsory step prior to the calculation of the 3D position. The proposed matching method, is based on epipolar geometry, template and motion similarity features. The main result of this process, is to provide a method for the acquisition of the 3D paths that compose the detailed profile of a construction activity in terms of both time and space.</p>

opencc-zeroJan 2016View details →
dryad36/100

Data from: Thermal habitat fragmentation in stratified lakes induces resource waves that brook charr track across seasons

<p>The spatial configuration of thermal habitats constrains the thermoregulatory performance of ectotherms. Thermal landscapes also vary through time, which is particularly relevant in seasonal environments such as temperate lakes. Indeed, elevated temperatures in the epilimnion of dimictic lakes during summer could substantially reduce the use of this habitat by cold-stenothermic fish during the stratified period. The main objective of this study was to evaluate whether thermal habitat fragmentation in stratified lakes modulates accessibility to resources that brook charr, <em>Salvelinus fontinalis</em>, which is a mobile consumer, can track across seasons. More specifically, we hypothesize that reduced access to the littoral habitat during summer enhances foraging opportunities in this habitat during winter. We used an automatic acoustic telemetry system offering full coverage of the lake to continuously record brook charr locations across seasons, and we estimated zoobenthos abundances in the littoral habitat using image processing and semi-automatic classification. While brook charr concentrate in the metalimnion of the pelagic habitat in summer, most individuals in winter shift to a shallow bay that is unexploited in summer due to thermal constraints. In this habitat, zoobenthos abundance is more than twice as high at the end of the summer compared to littoral habitats close to the thermal refuge in the pelagic habitat. Surprisingly, brook charr showed strong within-lake site fidelity between two consecutive summers, which suggests that spatial memory could be a key driver of seasonal habitat use in this lacustrine population. Overall, our results suggest that thermal barriers create fragmentation between littoral and pelagic habitats that in turn produces resource opportunities that brook charr can track across seasons.</p>

opencc-zeroMay 2024View details →
zenodo36/100

Panel: "Broken for All:: The case for persistent identifiers for digital cultural heritage resources AND Developer Track Session 2

<p>This video contains two sessions from Open Repositories 2021:</p> <p><strong>Panel: &quot;Broken for All&quot;: the case for persistent identifiers for digital cultural heritage resources</strong><br> <em>Turner, Adrian (1); Holmes-Wong, Deborah (2); Rafique, Zahid (2); Kunze, John (1); Lohnash, Megan (3); McKinley, Matthew (4), Lund,&nbsp;<em>Allison</em>&nbsp;(5)</em><br> <em>1: California Digital Library; 2: University of Southern California Libraries; 3: California Revealed; 4: Omeka; 5: Metropolitan New York Library Council&nbsp;</em><br> Cultural heritage institutions within the United States have made significant investments in building unique digital collections, broadly disseminating them on the web and through networks such as the Digital Public Library of America (DPLA). The items within these collections are referenced and cited in a range of sources -- from Wikipedia and scholarly articles, to archival finding aids and classroom lesson plans. However, the application of persistent identifier schemes (e.g. DOI, ARK) for unique digital resources is relatively uncommon within the gallery, library, archive, and museum communities. Relatedly, many repositories and digital asset management systems (DAMS) widely used in these communities simply do not support persistent identifier schemes &quot;out of the box.&quot; Hence, the URLs for the items are extremely fragile. If the collections are migrated to a different repository, the URLs can easily break -- impacting downstream networks, confounding researchers, and compounding the problem of link rot. This panel will discuss the critical role of persistent identifiers in digital collections management and dissemination and some of the challenges in applying them. It will feature case studies demonstrating how commonly-available licensed and open-source repositories can be adapted to support them.</p> <p><strong>Developer Track Session 2:</strong></p> <p><strong>Constructing a Repository Test Strategy Built on Docker Containers</strong><br> <em>Brady, Terrence W</em><br> <em>California Digital Library, United States of America</em><br> The Merritt Digital Preservation system comprises a dozen microservices and supporting services. Our team found that it was not cost effective to maintain and patch a fleet of servers to support a development environment. Our solution was to replace our development server environment with a stack of dockerized services. Once the stack was containerized, we discovered that we were able to create 3 variants of our development stack with different persistence strategies for database content and cloud storage. With these variants, the team has been able to support a variety of testing scenarios.<br> <br> <strong>Deploying a Serverless Application as a Docker Image</strong><br> <em>Brady, Terrence W</em><br> <em>California Digital Library, United States of America</em><br> A serverless application consists of a defined runtime (such as Ruby 2.7 or Python 3) and a package of code. This presentation will illustrate 3 types of code packages of different complexity and will describe the challenges of bundling more complicated dependencies such as binary files. In December 2020, the AWS Lambda serverless architecture began to support Docker images as a deployment package. This packaging approach makes it possible to run tests against a code package before it is deployed. This presentation will demonstrate the test and deployment process for a serverless application within the Merritt digital preservation system. Other repository teams hosting their applications on AWS may discover some useful patterns for testing and deploying serverless code to AWS Lambda.<br> <br> <strong>Live Demo: Create a Developer Workspace Challenge</strong><br> <em>Pottinger, Hardy Joseph</em><br> <em>California Digital Library, University of California, Office of the President, United States of America</em><br> Creating a developer workspace, a place in which you can write and test your code, can seem a daunting task. Sure, someone might have done it before, and they might even share their notes with you, but following those notes and arriving in the same place is like following a treasure map and expecting to get rich. There&rsquo;s a better way, and I&rsquo;m willing to prove it. This demo aims to show the process one goes through to craft a development environment with pretty much any tool, but will use Lando to conserve time. Lando is a way to bootstrap a useable development environment. It&#39;s built on Docker, and is like Docker-Compose, but much more transparent. It handles the boring details and helps you actually start developing with code in your favorite IDE, and all the services you need in Docker. It&#39;s all about making the life of a developer easier. It won&#39;t give you an application container you can deploy, but you will develop a deeper understanding of how all the pieces fit together, and you&#39;ll have a tool which can deploy those pieces to dev/stage/prod if you wish. The audience will participate in this demo.<br> <br> <strong>Building Scalable Serverless Digital Repositories using Amplify Open-source Framework</strong><br> <em>Chen, Yinlin; Jiang, Tingting; Hunter, Lee</em><br> <em>Virginia Tech, United States of America</em><br> We develop digital repositories to disseminate different types of digital content and to promote the principles of open access. Our goal is not to provide access to information to just one individual institution or group but to anyone and everyone. With that ambitious goal in mind, how do we enable our digital repositories to have the high availability and flexible scaling capabilities necessary to face unforeseen demand? How do we utilize only the resources we need without the waste of overprovisioning resources? These are some of the most challenging issues that we face. To achieve our goals, we moved from the traditional monolithic, server-based approach to serverless cloud infrastructure. By leveraging the services that AWS provides we have been able to boost the performance of our repositories 10x compared to that of our previous implementation that was hosted in-house. Our repositories now automatically scale up and down to meet any kind of traffic demands, without our intervention. In this talk, we will demonstrate our scalable serverless digital repositories and show the opportunities to explore and reflect on the ways that repositories enable openness for all.</p>

opencc-by-4.0Jun 2021View details →
dryad36/100

Conditional natal dispersal provides a mechanism for populations tracking resource pulses after fire

<p>Animals that persist in spatially structured populations face the challenge of tracking the rise and fall of resources across space and time. To combat these challenges, theory predicts that species should use conditional dispersal strategies that allow them to emigrate from patches with declining resources and colonize new resource patches as they appear. We studied natal dispersal movements in the black-backed woodpecker (<i>Picoides arcticus</i>), a species known for its strong association with recent post-fire forests in western North America. We radio-tracked juveniles originating from seven burned areas and tested hypotheses that environmental and individual factors influence dispersal distance and emigration rates – investigating emigration while additionally accounting for imperfect detection with a novel Bayesian model. We found that juveniles were more likely to leave natal areas and disperse longer distances if they were heavier or hatched in older burned areas where resources are increasingly scarce. Juveniles were also more likely to leave their natal burn if they hatched in a nest closer to the fire perimeter. While dispersing across the landscape, black-backed woodpeckers selected for burned forest relative to unburned available habitat. Together, these results strongly support the hypothesis that black-backed woodpecker populations track resource pulses across fire-prone landscapes, with conditional natal dispersal acting as a mechanism for locating and colonizing newly burned areas. Lending empirical support to theoretical predictions, our findings suggest that changes in resource distribution may shape dispersal patterns and, consequently, the distribution and persistence of spatially structured populations. </p>

opencc-zeroSep 2021View details →
dryad36/100

Conditional natal dispersal provides a mechanism for populations tracking resource pulses after fire

Open the record for dataset details and reuse information.

publicSep 2021View details →
dryad36/100

Data from: Thermal habitat fragmentation in stratified lakes induces resource waves that brook charr track across seasons

Open the record for dataset details and reuse information.

publicMay 2024View details →
dryad36/100

Data from: Migratory herbivorous waterfowl track multiple resource waves during spring migration

Open the record for dataset details and reuse information.

publicJul 2024View details →
dryad32/100

Data from: Argentine ants (Linepithema humile) use adaptable transportation networks to track changes in resource quality

Transportation networks play a crucial role in human and animal societies. For a transportation network to be efficient, it must have adequate capacity to meet traffic demand. Network design becomes increasingly difficult in situations where traffic demand can change unexpectedly. In humans, network design is often constrained by path dependency because it is difficult to move a road once it is built. A similar issue theoretically faces pheromone-trail-laying social insects; once a trail has been laid, positive feedback makes re-routing difficult because new trails cannot compete with continually reinforced pre-existing trails. In the present study, we examined the response of Argentine ant colonies and their trail networks to variable environments where resources differ in quality and change unexpectedly. We found that Argentine ant colonies effectively tracked changes in food quality such that colonies allocated the highest proportion of foragers to the most rewarding feeder. Ant colonies maximised access to high concentration feeders by building additional trails and routes connecting the nest to the feeder. Trail networks appeared to form via a pruning process in which lower traffic trails were gradually removed from the network. At the same time, we observed several instances where new trails appear to have been built to accommodate a surge in demand. The combination of trail building when traffic demand is high and trail pruning when traffic demand is low results in a demand-driven network formation system that allows ants to monopolise multiple dynamic resources.

opencc-zeroDec 2016View details →
dryad32/100

Data from: Resource tracking and its conservation implications for an obligate frugivore (Procnias tricarunculatus, the three-wattled bellbird)

In Monteverde, Costa Rica, the vulnerable Three-wattled Bellbird (Procnias tricarunculatus) feeds primarily upon the fruit of Lauraceae species during its reproductive and post-reproductive seasons. To understand and advance appropriate conservation measures, this study identified the bellbird's foraging challenges in its search for a temporally and spatially fluctuating resource. Although there are at least 96 species of Lauraceae found in the five life zones of Monteverde, the distinct distributions of tree species both among and within life zones require the bellbirds to track seasonal fruiting across the various zones. In this six-year study, we monitored the fruiting of tree species and bellbird abundance in 24 study plots within its post-reproductive life zone, the Premontane Wet forest, in order to identify preferred bellbird food resources and how the fruiting of these species drives the spatial distribution of the bellbird. Our research revealed phenological patterns of annual, biennial, and triennial fruiting with high levels of fruiting synchrony within several identified key fruit species. Of critical conservation importance is that no single species of Lauraceae produced a consistent food supply for bellbirds each year. Therefore, even within life zones, the bellbird's survival depends on its mobility to search for and obtain fruit, as well as the availability of fruits of multiple tree species. The conservation implications include focused attention on multiple core areas within given life zones, protection of existing forest and remnant trees, and forest restoration with plantings of multiple tree species. We suspect that other tropical frugivorous species face similar conservation challenges.

opencc-zeroDec 2016View details →
ClinicalTrials.gov32/100

TOGETHER: Track Outcomes and Guidance, Technology for Health and Effective Resources

ClinicalTrials.gov study NCT04018677. IPD Sharing: NO. Countries: 1. Publications: 1.

closedIPD-NOFeb 2026View details →
dryad32/100

Data from: Argentine ants (Linepithema humile) use adaptable transportation networks to track changes in resource quality

Open the record for dataset details and reuse information.

publicJan 2017View details →
dryad32/100

Data from: Resource tracking and its conservation implications for an obligate frugivore (Procnias tricarunculatus, the three-wattled bellbird)

Open the record for dataset details and reuse information.

publicAug 2017View details →
dryad32/100

Data from: Consumer trait responses track change in resource supply along replicated thermal gradients

Open the record for dataset details and reuse information.

publicDec 2021View details →
zenodo28/100

Augmented Street-Level Imagery with Points of Interest (Data and Resources Track)

<p>Augmented Street-Level &nbsp;Imagery with Points of Interest (Data and Resources Track)</p>

opencc-by-4.0Jun 2023View details →
geo24/100

Tracking transcript abundance changes of D. vulgaris co-cultures with M. maripaludis in fluctuating resource environment

GEO Series GSE79022. Nitratidesulfovibrio vulgaris str. Hildenborough. 29 samples. Type: Expression profiling by high throughput sequencing.

openGEO-OpenMar 2016View 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