documentation

B-Cubed documentation website

https://github.com/b-cubed-eu/documentation

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
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.9%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

B-Cubed documentation website

Basic Info
  • Host: GitHub
  • Owner: b-cubed-eu
  • License: cc-by-4.0
  • Language: JavaScript
  • Default Branch: main
  • Homepage: https://docs.b-cubed.eu
  • Size: 25 MB
Statistics
  • Stars: 1
  • Watchers: 4
  • Forks: 2
  • Open Issues: 15
  • Releases: 0
Created over 2 years ago · Last pushed 6 months ago
Metadata Files
Readme License Citation

README.md

Starlight Starter Kit: Basics

Built with Starlight

npm create astro@latest -- --template starlight

Open in StackBlitz Open with CodeSandbox Deploy to Netlify Deploy with Vercel

🧑‍🚀 Seasoned astronaut? Delete this file. Have fun!

🚀 Project Structure

Inside of your Astro + Starlight project, you'll see the following folders and files:

. ├── public/ ├── src/ │ ├── assets/ │ ├── content/ │ │ ├── docs/ │ └── content.config.ts ├── astro.config.mjs ├── package.json └── tsconfig.json

Starlight looks for .md or .mdx files in the src/content/docs/ directory. Each file is exposed as a route based on its file name.

Images can be added to src/assets/ and embedded in Markdown with a relative link.

Static assets, like favicons, can be placed in the public/ directory.

🧞 Commands

All commands are run from the root of the project, from a terminal:

| Command | Action | | :------------------------ | :----------------------------------------------- | | npm install | Installs dependencies | | npm run dev | Starts local dev server at localhost:4321 | | npm run build | Build your production site to ./dist/ | | npm run preview | Preview your build locally, before deploying | | npm run astro ... | Run CLI commands like astro add, astro check | | npm run astro -- --help | Get help using the Astro CLI |

👀 Want to learn more?

Check out Starlight’s docs, read the Astro documentation, or jump into the Astro Discord server.

Owner

  • Name: B-Cubed
  • Login: b-cubed-eu
  • Kind: organization

Biodiversity Building Blocks for Policy

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: B-Cubed documentation
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Laura
    family-names: Abraham
    email: laura.abraham@plantentuinmeise.be
    affiliation: Meise Botanic Garden
    orcid: 'https://orcid.org/0000-0003-4070-2982'
  - given-names: Matthew
    family-names: Blissett
    email: mblissett@gbif.org
    affiliation: Global Biodiversity Information Facility (GBIF)
    orcid: 'https://orcid.org/0000-0003-0623-6682'
  - given-names: Peter
    family-names: Desmet
    email: peter.desmet@inbo.be
    affiliation: Research Institute for Nature and Forest (INBO)
    orcid: 'https://orcid.org/0000-0002-8442-8025'
  - given-names: Pieter
    family-names: Huybrechts
    email: pieter.huybrechts@inbo.be
    affiliation: Research Institute for Nature and Forest (INBO)
    orcid: 'https://orcid.org/0000-0002-6658-6062'
  - given-names: Sandra
    family-names: MacFadyen
    email: sandra@biogis.co.za
    orcid: 'https://orcid.org/0000-0002-5316-440X'
    affiliation: BioGIS & Stellenbosch University
  - given-names: Damiano
    family-names: Oldoni
    email: damiano.oldoni@inbo.be
    affiliation: Research Institute for Nature and Forest (INBO)
    orcid: 'https://orcid.org/0000-0003-3445-7562'
  - given-names: Tim
    family-names: Robertson
    email: trobertson@gbif.org
    affiliation: Global Biodiversity Information Facility (GBIF)
    orcid: 'https://orcid.org/0000-0001-6215-3617'
  - given-names: Maarten
    family-names: Trekels
    orcid: 'https://orcid.org/0000-0001-8282-8765'
    affiliation: Meise Botanic Garden
    email: maarten.trekels@plantentuinmeise.be
repository-code: 'https://github.com/b-cubed-eu/documentation'
url: 'https://docs.b-cubed.eu/'
keywords:
  - documentation
  - tutorials
  - guides
  - B-Cubed
license: CC-BY-4.0

GitHub Events

Total
  • Issues event: 29
  • Delete event: 11
  • Issue comment event: 69
  • Member event: 2
  • Push event: 103
  • Pull request review comment event: 8
  • Pull request event: 47
  • Pull request review event: 46
  • Create event: 18
Last Year
  • Issues event: 29
  • Delete event: 11
  • Issue comment event: 69
  • Member event: 2
  • Push event: 103
  • Pull request review comment event: 8
  • Pull request event: 47
  • Pull request review event: 46
  • Create event: 18

Dependencies

.github/workflows/ci.yml actions
  • actions/checkout v3 composite
  • ruby/setup-ruby v1 composite
.github/workflows/pages.yml actions
  • actions/checkout v3 composite
  • actions/configure-pages v3 composite
  • actions/deploy-pages v2 composite
  • actions/upload-pages-artifact v1 composite
  • ruby/setup-ruby v1 composite
Gemfile rubygems
  • jekyll ~> 4.3.2
  • just-the-docs = 0.5.4
Gemfile.lock rubygems
  • addressable 2.8.4
  • bundler 2.3.26
  • colorator 1.1.0
  • concurrent-ruby 1.2.2
  • em-websocket 0.5.3
  • eventmachine 1.2.7
  • ffi 1.15.5
  • forwardable-extended 2.6.0
  • google-protobuf 3.23.4
  • http_parser.rb 0.8.0
  • i18n 1.14.1
  • jekyll 4.3.2
  • jekyll-sass-converter 3.0.0
  • jekyll-seo-tag 2.8.0
  • jekyll-watch 2.2.1
  • just-the-docs 0.5.4
  • kramdown 2.4.0
  • kramdown-parser-gfm 1.1.0
  • liquid 4.0.4
  • listen 3.8.0
  • mercenary 0.4.0
  • pathutil 0.16.2
  • public_suffix 5.0.3
  • rake 13.0.6
  • rb-fsevent 0.11.2
  • rb-inotify 0.10.1
  • rexml 3.2.5
  • rouge 4.1.2
  • safe_yaml 1.0.5
  • sass-embedded 1.64.1
  • terminal-table 3.0.2
  • unicode-display_width 2.4.2
  • webrick 1.8.1