Science Score: 44.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
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.2%) to scientific vocabulary
Last synced: 7 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: wlangera
  • License: cc-by-4.0
  • Language: R
  • Default Branch: main
  • Size: 95.7 KB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created 9 months ago · Last pushed 8 months ago
Metadata Files
Readme Contributing License Code of conduct Citation Zenodo

README.md

GitHub GitHub Workflow Status Release GitHub repo size <!-- badges: end -->

Joint Species Distribution Modelling of a Pollinator Community in Flanders

Langeraert, WardORCID logo[^aut][^cre][^inbo.be] Research Institute for Nature and Forest (INBO)^cph

[^cph]: copyright holder

[^cre]: contact person [^inbo.be]: Research Institute for Nature and Forest (INBO)

keywords: JSDM; species distribution modelling; pollinators; Flanders

Description

Explore Joint Species Distribution Modelling of a pollinator community in Flanders. <!-- description: end -->

This repo is made in preparation of the summer school 'Model-based multivariate analysis for ecologists' from 21st-25th of July 2025 in Hjerkinn, Norway (link).

Personal notes can be found in the docs folder.

Order of execution

Follow the steps below to run the scripts in a logical order.

Step 1: data_preparation.qmd

Load and prepare the observation data from data/raw folder. This includes merging of datasets and data filtering.

Step 2: preparetraitphylo.qmd

Load and prepare the trait and phylogenetic data from data/raw folder. Clean up trait dataset and create workflow to create taxonomical tree.

Step 3: calcenvironmentalvars.qmd

Filter observation data based on habitat layer and add environmental variables.

Step 4: trygllvmpackage.qmd

Test gllvm package.

Repo structure

├── source │ ├── quarto ├ quarto reports │ └── scripts ├ R scripts │ ├── data │ ├── raw ├ store raw data here │ ├── intermediate ├ intermediate datasets │ └── processed ├ finalised datasets │ ├── docs ├ notes │ ├── checklist.yml ├ options checklist package (https://github.com/inbo/checklist) ├── inst │ └── en_gb.dic ├ dictionary with words that should not be checked by checklist ├── .github │ │ ├── workflows │ │ │ └── checklist_project.yml ├ GitHub repo settings │ ├── CODE_OF_CONDUCT.md │ │ └── CONTRIBUTING.md │ ├── jsdm-pollinators-flanders.Rproj ├ R project ├── README.md ├ project description ├── LICENSE.md ├ license ├── CITATION.cff ├ citation info ├── .zenodo.json ├ zenodo metadata └── .gitignore ├ files to ignore

Owner

  • Name: Ward Langeraert
  • Login: wlangera
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
message: If you use this software, please cite it using these metadata.
title: "Joint Species Distribution Modelling of a Pollinator Community in Flanders"
authors:
- given-names: Ward
  family-names: Langeraert
  affiliation: Research Institute for Nature and Forest (INBO)
  orcid: 0000-0002-5900-8109
keywords:
- JSDM
- species distribution modelling
- pollinators
- Flanders
contact:
- given-names: Ward
  family-names: Langeraert
  affiliation: Research Institute for Nature and Forest (INBO)
  orcid: 0000-0002-5900-8109
doi: ~
license: CC-BY-4.0
repository-code: https://github.com/wlangera/jsdm-pollinators-flanders/
type: software
abstract: "Explore Joint Species Distribution Modelling of a pollinator community
  in Flanders."

GitHub Events

Total
  • Issues event: 1
  • Delete event: 2
  • Push event: 23
  • Pull request event: 3
  • Create event: 5
Last Year
  • Issues event: 1
  • Delete event: 2
  • Push event: 23
  • Pull request event: 3
  • Create event: 5

Committers

Last synced: 9 months ago

All Time
  • Total Commits: 16
  • Total Committers: 1
  • Avg Commits per committer: 16.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 16
  • Committers: 1
  • Avg Commits per committer: 16.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Ward Langeraert w****t@i****e 16
Committer Domains (Top 20 + Academic)
inbo.be: 1

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 1
  • Total pull requests: 5
  • Average time to close issues: 6 days
  • Average time to close pull requests: 3 days
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 5
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 5
  • Average time to close issues: 6 days
  • Average time to close pull requests: 3 days
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 5
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • wlangera (1)
Pull Request Authors
  • wlangera (5)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/check_project.yml actions
  • inbo/actions/check_project main composite