Science Score: 39.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 2 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.5%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: mvdh7
  • License: gpl-3.0
  • Language: Python
  • Default Branch: main
  • Size: 29.4 MB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Created 12 months ago · Last pushed 11 months ago
Metadata Files
Readme License Zenodo

README.md

coulometer-blank

This code accompanies a paper submitted for peer review. The preprint can be found here:

Humphreys, M. P., and Ossebaar, S.: Blank variability in coulometric measurements of dissolved inorganic carbon, EGUsphere [preprint], https://doi.org/10.5194/egusphere-2025-3644, 2025.

Requirements

To run the code here, you need to install koolstof v1.0.0-b.3 and PyArrow (to open Parquet files). You can do this with

pip install -r requirements.txt

using the requirements.txt file in the repo.

Scripts

read_datasets.py imports and processes the data files (from the data directory). You don't need to run this script directly, it's imported by the other scripts when required.

print_stats.py prints out a bunch of statistics which are reported in the manuscript.

To recreate the figures in the manuscript:

The figures are saved in .png format in the figures directory.

Owner

  • Name: Matthew Humphreys
  • Login: mvdh7
  • Kind: user
  • Location: Texel, the Netherlands
  • Company: NIOZ

Marine carbon cyclist at the Royal Netherlands Institute for Sea Research

GitHub Events

Total
  • Public event: 1
  • Push event: 1
Last Year
  • Public event: 1
  • Push event: 1

Dependencies

requirements.txt pypi
  • pyarrow *