{"id":22940622,"url":"https://github.com/b-cubed-eu/integrate-indicator-software","last_synced_at":"2025-04-01T20:36:17.308Z","repository":{"id":247560063,"uuid":"826197432","full_name":"b-cubed-eu/integrate-indicator-software","owner":"b-cubed-eu","description":"Scripts to explore the streamlining and integration of software (with focus on R packages) related to the calculation of indicators based on biodiversity data cubes","archived":false,"fork":false,"pushed_at":"2024-09-12T15:31:25.000Z","size":66,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-07T13:26:45.933Z","etag":null,"topics":["biodiversity-indicators","data-cubes","r","r-packages","software-integration","software-streamlining"],"latest_commit_sha":null,"homepage":"","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/b-cubed-eu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-09T08:54:30.000Z","updated_at":"2024-09-12T15:31:28.000Z","dependencies_parsed_at":"2024-09-11T18:46:34.187Z","dependency_job_id":"8d805905-c4ea-4eb3-b81b-3174c476a2ab","html_url":"https://github.com/b-cubed-eu/integrate-indicator-software","commit_stats":null,"previous_names":["b-cubed-eu/integrate-indicator-software"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b-cubed-eu%2Fintegrate-indicator-software","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b-cubed-eu%2Fintegrate-indicator-software/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b-cubed-eu%2Fintegrate-indicator-software/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/b-cubed-eu%2Fintegrate-indicator-software/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/b-cubed-eu","download_url":"https://codeload.github.com/b-cubed-eu/integrate-indicator-software/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246709936,"owners_count":20821298,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["biodiversity-indicators","data-cubes","r","r-packages","software-integration","software-streamlining"],"created_at":"2024-12-14T13:29:54.843Z","updated_at":"2025-04-01T20:36:17.271Z","avatar_url":"https://github.com/b-cubed-eu.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- badges: start --\u003e\n![GitHub](https://img.shields.io/github/license/b-cubed-eu/integrate-indicator-software)\n[![repo status](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)\n![GitHub repo size](https://img.shields.io/github/repo-size/b-cubed-eu/integrate-indicator-software)\n\u003c!-- badges: end --\u003e\n\n# Integrate and streamline indicator software\n\n[Langeraert, Ward![ORCID logo](https://info.orcid.org/wp-content/uploads/2019/11/orcid_16x16.png)](https://orcid.org/0000-0002-5900-8109)[^aut][^cre][^INBO]\n[Van Daele, Toon![ORCID logo](https://info.orcid.org/wp-content/uploads/2019/11/orcid_16x16.png)](https://orcid.org/0000-0002-1362-853X)[^aut][^INBO]\nResearch Institute for Nature and Forest (INBO)[^cph]\nEuropean Union's Horizon Europe Research and Innovation Programme (ID No 101059592)[^fnd]\n\n[^cph]: copyright holder\n[^fnd]: funder\n[^aut]: author\n[^cre]: contact person\n[^INBO]: Research Institute for Nature and Forest (INBO), Herman Teirlinckgebouw, Havenlaan 88 PO Box 73, B-1000 Brussels, Belgium\n\n**keywords**: R packages; software integration; software streamlining; biodiversity indicators; data cubes\n\n\u003c!-- community: b3 --\u003e\n\u003c!-- community: inbo --\u003e\n\n### Description\n\n\u003c!-- description: start --\u003e\nScripts to explore the streamlining and integration of software (with focus on R packages) related to the calculation of indicators based on biodiversity data cubes.\n\u003c!-- description: end --\u003e\n\nThis code is developed in context of **T5.5** of the [B-Cubed project](https://b-cubed.eu/).\n\n### Repo structure\n\n```\n├── source                                ├ R markdown files\n│   └── R                                 ├ R scripts\n├── data\n│   ├── raw                               ├ store raw data\n│   ├── intermediate                      ├ store intermediate data\n│   └── processed                         ├ store processed data\n├── checklist.yml                         ├ options checklist package (https://github.com/inbo/checklist)\n├── organisation.yml                      ├ organisation info (https://inbo.github.io/checklist/articles/organisation.html)\n├── inst\n│   └── en_gb.dic                         ├ dictionary with words that should not be checked by the checklist package\n├── .github                               │ \n│   ├── workflows                         │ \n│   │   └── checklist_project.yml         ├ GitHub repo settings\n│   ├── CODE_OF_CONDUCT.md                │ \n│   └── CONTRIBUTING.md                   │\n├── integrate-indicator-software.Rproj    ├ R project\n├── README.md                             ├ project description\n├── LICENSE.md                            ├ licence\n├── LICENSE                               │\n├── CITATION.cff                          ├ citation info\n├── .zenodo.json                          ├ zenodo metadata\n└── .gitignore                            ├ files to ignore\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb-cubed-eu%2Fintegrate-indicator-software","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fb-cubed-eu%2Fintegrate-indicator-software","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb-cubed-eu%2Fintegrate-indicator-software/lists"}