winkler-titrator
software to control WHOI Nicholson 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
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
Metadata Files
README.md
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)
- You should have git installed. For MacOS using Homebrew package manager, you can do this from terminal:
bash $ brew install git - If you don't want a full Anacondas install, you can install miniconda for python 3.x: (Instructions)
- 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 create a new conda environment:
bash cd winkler-titrator conda env create -f environment.ymlThis will create a new python environment calledwinkler-fbscontaining all the necessary packages that are listed in theenvironment.ymlfile.Activate the new environment:
bash conda activate winkler-fbs # macOS active winkler-fbs #git shell in WINDOWSStart titrator GUI:
bash fbs runOnce 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
- Website: boomlab.whoi.edu
- Repositories: 3
- Profile: https://github.com/boom-lab
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
- gsw 3.4.0.*
- matplotlib
- pip
- pyserial
- python 3.6.*
- xlrd 1.2.0.*