8 research outputs found
Application of a new net primary production methodology: a daily to annual-scale data set for the North Sea, derived from autonomous underwater gliders and satellite Earth observation
Shelf seas play a key role in both the global carbon cycle and coastal marine ecosystems through the
draw-down and fixing of carbon, as measured through phytoplankton net primary production (NPP). Measuring
NPP in situ and extrapolating this to the local, regional, and global scale presents challenges however because of
limitations with the techniques utilised (e.g. radiocarbon isotopes), data sparsity, and the inherent biogeochemical
heterogeneity of coastal and open-shelf waters.
Here, we introduce a new data set generated using a technique based on the synergistic use of in situ glider
profiles and satellite Earth observation measurements which can be implemented in a real-time or delayed�mode system (https://doi.org/10.5285/e6974644-2026-0f94-e053-6c86abc00109; Loveday and Smyth, 2022).
We apply this system to a fleet of gliders successively deployed over a 19-month time frame in the North Sea,
generating an unprecedented fine-scale time series of NPP in the region. At a large scale, this time series gives
close agreement with existing satellite-based estimates of NPP for the region and previous in situ estimates.
What has not been elucidated before is the high-frequency, small-scale, depth-resolved variability associated
with bloom phenology, mesoscale phenomena, and mixed layer dynamics
Transferring Tests Across Web Applications
When manually testing Web applications, humans can go with vague, yet general instructions, such as ``add the product to shopping cart and proceed to checkout''. Can we teach a robot to follow such instructions as well? We show how to leverage tests of other applications to guide test generation for new applications in the same domain: Given a test for payments on Amazon, we guide test generation on eBay towards payment functionality, exploiting the semantic similarity between UI elements across both applications. Evaluated on twelve Web apps in three domains, our approach allows for discovering deep functionality in a few minutes, where an undirected crawler would require days or weeks to accomplish the same task