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 2 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 (8.8%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: timovdk
  • License: mit
  • Language: C++
  • Default Branch: main
  • Size: 557 MB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 3
Created over 2 years ago · Last pushed 6 months ago
Metadata Files
Readme License Citation

README.md

BLOSSOM - BioLOgical Simulation in SOil Model

DOI

A soil biota agent based model (ABM) to simulate organisms in a 2d space.

Instructions

The ./blossom folder contains the model itself, and the config file needed to run the model. The filestructure should look as follows:

⚠️ You probably have to create some of these folders before running BLOSSOM ⚠️

``` 📁 blossom/ ├── 📁 bin ├── 📁 build ├── 📁 configs (config files will be generated by BLOSSOM in here) ├── 📁 include (contains .hpp files) ├── 📁 outputs │ ├── 📁 agents (will contain agent logs) │ └── 📁 som (will contain som logs) └── 📁 src (contains .cpp files)

📁 hpc (contains scripts for optimization and running on a slurm capable hpc) ```

In the base_config.props file, most of the parameters can be set. One parameter can be set in src/main.cpp: const int num_trials where the value determines the number of trials of the base_config, using different random seeds and different N0 values for each trial.

Install/Run

Prerequisites: - C++ compiler that supports C++ 20 (GCC >= 11, Clang >= 15) - make

  1. Run make in ./blossom (make sure to set const int num_trials first, since this will be compiled into the executable! So everytime you change this value, first run make again, then blossom)
  2. Run ./bin/blossom and BLOSSOM will start to run the simulations!

Owner

  • Login: timovdk
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "van der Kuil"
  given-names: "Timo"
  orcid: "https://orcid.org/0009-0004-6930-9169"
title: "BLOSSOM"
version: v1.0
doi: 10.5281/zenodo.15644094
date-released: 2025-06-11
url: "https://github.com/timovdk/BLOSSOM"

GitHub Events

Total
  • Release event: 1
  • Watch event: 1
  • Push event: 87
  • Create event: 5
Last Year
  • Release event: 1
  • Watch event: 1
  • Push event: 87
  • Create event: 5

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total 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
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
Top Labels
Issue Labels
Pull Request Labels