food-anticipatory-behaviour
Food Anticipatory Behaviour
Science Score: 67.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
Found .zenodo.json file -
✓DOI references
Found 9 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.1%) to scientific vocabulary
Repository
Food Anticipatory Behaviour
Basic Info
- Host: GitHub
- Owner: I-HaoChen
- License: apache-2.0
- Language: Python
- Default Branch: main
- Size: 39.1 KB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Food Anticipatory Behaviour on European Seabass in Sea Cages: Activity-, Positioning and Density-based approaches
The paper using this repository:
The dataset needed to run the code can be found under the DOI:
Installation
For installation, run:
pip install git+https://github.com/I-HaoChen/Food-Anticipatory-Behaviour.git
or clone the repository locally and install with
git@github.com:I-HaoChen/Food-Anticipatory-Behaviour.git
cd Food-Anticipatory-Behaviour; pip install -e .
Now open the python console.
To plot the Figures (the ones who use data) from the paper run:
from src.create_figures import create_all_paper_figures
create_all_paper_figures()
License
This repository is licensed under the Apache 2.0 license.
Owner
- Login: I-HaoChen
- Kind: user
- Repositories: 1
- Profile: https://github.com/I-HaoChen
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Chen" given-names: "I-Hao" orcid: "https://orcid.org/0000-0002-6855-2309" title: "Software for: Food Anticipatory Behaviour on European Seabass in Sea Cages: Activity-, Positioning- and Density-based approaches" version: 0.1.0 doi: 10.5281/zenodo.7977065 date-released: 2023-05-27 url: "https://doi.org/10.5281/zenodo.7977065"
GitHub Events
Total
Last Year
Dependencies
- ipywidgets >=7.0.0
- numpy ==1.21.4
- pandas ==1.3.5
- plotly ==5.5.0
- scikit_learn ==1.2.2
- scipy ==1.7.3
- statsmodels ==0.12.2