skip to main content
US FlagAn official website of the United States government
dot gov icon
Official websites use .gov
A .gov website belongs to an official government organization in the United States.
https lock icon
Secure .gov websites use HTTPS
A lock ( lock ) or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.


Title: Thermal tolerance and routine oxygen consumption of convict cichlid, Archocentrus nigrofasciatus, acclimated to constant temperatures (20 °C and 30 °C) and a daily temperature cycle (20 °C → 30 °C)
Award ID(s):
1734999
PAR ID:
10249690
Author(s) / Creator(s):
; ;
Date Published:
Journal Name:
Journal of Comparative Physiology B
Volume:
191
Issue:
3
ISSN:
0174-1578
Page Range / eLocation ID:
479 to 491
Format(s):
Medium: X
Sponsoring Org:
National Science Foundation
More Like this
  1. Ali, Karim; Vitek, Jan (Ed.)
    The C++ Standard Library is a valuable collection of generic algorithms and data structures that improves the usability and reliability of C++ software. Graph algorithms and data structures are notably absent from the standard library, and previous attempts to fill this gap have not gained widespread adoption. In this paper we show that the richness of graph algorithms and data structures can in fact be captured by straightforward composition of existing C++ mechanisms. Generic programming is algorithm-oriented. Accordingly, we apply a systematic approach to analyzing a broad set of graph algorithms, "lift" unnecessary constraints from them, and organize the resulting set of minimal common type requirements, i.e., concepts, for defining their interfaces. By using the newly available ranges and concepts in C++20, the type requirements for generic graph algorithms can be succinctly expressed. The generic algorithms and data structures resulting from our analysis are realized in NWGraph, a modern, composable, and extensible C++ library. 
    more » « less
  2. Here we present a standalone program, DensityX, to calculate the densities of hydrous silicate melts (1000s of samples in a single model run) given pressures, temperatures, and major oxide compositions in wt.% in the 10-component system SiO2-TiO2-Al2O3-Fe2O3-FeO-MgO-CaO-Na2O-K2O-H2O. We use DensityX to analyze over 3,000 melt inclusions over a wide compositional range to visualize the distribution of natural silicate liquid densities in the Earth’s crust. The program is open-source, written in Python, and can be accessed and run via an online interface through a web browser at https://densityx.herokuapp.com or by downloading and running the code from a github repository. A companion Excel spreadsheet can also be used to run density calculations identical to those in the Python script but only for one sample at a time. In another example application, we demonstrate how DensityX can be used to constrain density-driven convective cycling in the phonolitic lava lake of Erebus volcano, Antarctica. 
    more » « less