winkler-titrator

software to control WHOI Nicholson Lab Winkler titrator

https://github.com/boom-lab/winkler-titrator

Science Score: 41.0%

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

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

Repository

software to control WHOI Nicholson Lab Winkler titrator

Basic Info
  • Host: GitHub
  • Owner: boom-lab
  • License: mit
  • Language: Python
  • Default Branch: master
  • Size: 441 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 2
  • Open Issues: 0
  • Releases: 1
Created over 8 years ago · Last pushed about 1 year ago
Metadata Files
Readme License Citation

README.md

DOI

winkler-titrator

software to control WHOI Nicholson Lab Winkler titrator

Installation instructions:

recommended software pre-installed Anaconda or miniconda (https://conda.io/docs/user-guide/install/download.html)

  1. You should have git installed. For MacOS using Homebrew package manager, you can do this from terminal: bash $ brew install git
  2. If you don't want a full Anacondas install, you can install miniconda for python 3.x: (Instructions)
  3. The following steps should be completed from a terminal (macOS/Linux) or from the Anandondas Command Prompt (WINDOWS). Clone repository into directory of choice: bash cd ~/Documents/github git clone https://github.com/whoi-glider/winkler-titrator
  4. create a new conda environment: bash cd winkler-titrator conda env create -f environment.yml This will create a new python environment called winkler-fbs containing all the necessary packages that are listed in the environment.yml file.

  5. Activate the new environment: bash conda activate winkler-fbs # macOS active winkler-fbs #git shell in WINDOWS

  6. Start titrator GUI: bash fbs run Once setup is complete, only steps 5. and 6. are needed to start the software.

Owner

  • Name: Woods Hole Oceanographic Institution Biogeochemical Ocean Observing and Modeling Lab
  • Login: boom-lab
  • Kind: organization

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
  - family-names: Nicholson
    given-names: David
    orcid: https://orcid.org/0000-0003-2653-9349
  - family-names: Palevsky
    given-names: Hilary
    orcid: https://orcid.org/0000-0002-0488-4531
  - family-names: Sandwidth
    given-names: Zoe
    orcid: https://orcid.org/0000-0000-0000-0000
  - family-names: Traylor
    given-names: Shawnee
    orcid: https://orcid.org/0000-0003-3865-3464
  - family-names: Park
    given-names: Ellen
    orcid: https://orcid.org/0000-0000-0000-0000
  - family-names: Yoder
    given-names: Meg
    orcid: https://orcid.org/0000-0000-0000-0000
  - family-names: Barrette
    given-names: Jessy
    orcid: https://orcid.org/0000-0000-0000-0000
  
title: boom-lab/winkler-titrator: v0.1.0-alpha
version: v0.1.0-alpha
doi: https://doi.org/10.5281/zenodo.8048209
date-released: 2023-06-16

GitHub Events

Total
  • Push event: 3
  • Create event: 2
Last Year
  • Push event: 3
  • Create event: 2

Dependencies

environment.yml conda
  • gsw 3.4.0.*
  • matplotlib
  • pip
  • pyserial
  • python 3.6.*
  • xlrd 1.2.0.*