https://github.com/jbrea/foodcachingexperiments.jl
Science Score: 13.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
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.7%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: jbrea
- License: mit
- Language: Julia
- Default Branch: master
- Size: 8.12 MB
Statistics
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 12
- Releases: 0
Created almost 5 years ago
· Last pushed almost 3 years ago
Metadata Files
Readme
License
README.md
Simulate Food Caching Experiments in Julia and Python
The code in this repository defines a domain specific language to describe food caching experiments. This repository is a submodule of FoodCaching.
- Examples of experimental protocols are in src/protocols.
- Raw and processed experimental results with real food caching birds are in data.
- Run
julia scripts/process_experiments.jlto regenerate the processed results from the raw experimental results. - An example of a model that can be simulated on these protocols is in examples/dummy_model.jl. For more examples see FoodCachingModels.
- See examples/dummy_model.py for how to use this from python.
To run the code in this repository, download julia (at least version 1.7) and activate and instantiate this project. This can be done in a julia REPL with the following lines of code: ```julia using Pkg
download code
Pkg.develop(url = "https://github.com/jbrea/FoodCachingExperiments.jl")
activate project
cd(joinpath(Pkg.devdir(), "FoodCachingExperiments")) Pkg.activate(".")
install dependencies
Pkg.instantiate()
run a script
include(joinpath("scripts", "process_experiments.jl"))
using FoodCachingExperiments ```
Owner
- Login: jbrea
- Kind: user
- Website: https://people.epfl.ch/johanni.brea
- Repositories: 12
- Profile: https://github.com/jbrea
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 22
- Average time to close issues: N/A
- Average time to close pull requests: about 8 hours
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 10
- Bot issues: 0
- Bot pull requests: 22
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- github-actions[bot] (22)