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

Repository

Basic Info
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 3
  • Open Issues: 25
  • Releases: 18
Created almost 3 years ago · Last pushed about 1 year ago
Metadata Files
Readme Contributing License Citation

README.md

License

NEBULA

Copyright 2023-2024 Netherlands eScience Center

The NEBULA (Nuxt & eScience Based Universal Learning Application) framework can be used to create an easily maintainable, version-controllable, web-based lesson collection. It uses Nuxt.js and Vue.js.

NEBULA is being created as part of the Netherlands eScience Center Digital Skills programme.

For elaborate setup instructions and other documentation, see the NEBULA documentation

Quick setup

Content directory/repository

To use NEBULA you will need to setup a content directory or repository. See the NEBULA content template repository or the NEBULA documentation on creating content for more information.

Link to the content directory

To make sure that NEBULA knows which content to build, we create the following environment variable:

bash export CONTENT_PATH="~/path/to/your/content/directory"

Install dependencies

Install the dependencies using the node package manager:

```bash

npm

npm install ```

Local development build

Start the development server on http://localhost:3000:

```bash

npm

npm run dev ```

Contributing

If you want to contribute to the NEBULA framework, please read the contributing guidelines.

Owner

  • Name: eScience Center Digital Skills Programme
  • Login: esciencecenter-digital-skills
  • Kind: organization
  • Email: training@esciencecenter.nl

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: NEBULA
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Barbara
    family-names: Vreede
    email: b.vreede@gmail.com
    orcid: 'https://orcid.org/0000-0002-5023-4601'
  - given-names: Robin
    family-names: Richardson
    email: r.richardson@esciencecenter.nl
    affiliation: Netherlands eScience Center
    orcid: 'https://orcid.org/0000-0002-9984-2720'
  - given-names: Jaro
    family-names: Camphuijsen
    email: j.camphuijsen@esciencecenter.nl
    affiliation: Netherlands eScience Center
    orcid: 'https://orcid.org/0000-0002-8928-7831'
repository-code: 'https://github.com/esciencecenter-digital-skills/NEBULA'
license: Apache-2.0

GitHub Events

Total
  • Create event: 9
  • Release event: 7
  • Issues event: 20
  • Delete event: 8
  • Issue comment event: 24
  • Push event: 50
  • Pull request review comment event: 3
  • Pull request review event: 5
  • Pull request event: 11
  • Fork event: 1
Last Year
  • Create event: 9
  • Release event: 7
  • Issues event: 20
  • Delete event: 8
  • Issue comment event: 24
  • Push event: 50
  • Pull request review comment event: 3
  • Pull request review event: 5
  • Pull request event: 11
  • Fork event: 1

Issues and Pull Requests

Last synced: 9 months ago

All Time
  • Total issues: 10
  • Total pull requests: 4
  • Average time to close issues: 6 months
  • Average time to close pull requests: 17 days
  • Total issue authors: 3
  • Total pull request authors: 2
  • Average comments per issue: 0.5
  • Average comments per pull request: 2.0
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 7
  • Pull requests: 4
  • Average time to close issues: 3 months
  • Average time to close pull requests: 17 days
  • Issue authors: 3
  • Pull request authors: 2
  • Average comments per issue: 0.14
  • Average comments per pull request: 2.0
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • JaroCamphuijsen (31)
  • raar1 (4)
  • LourensVeen (2)
  • svenvanderburg (2)
  • Cmurilochem (2)
Pull Request Authors
  • JaroCamphuijsen (24)
  • raar1 (13)
  • dependabot[bot] (1)
Top Labels
Issue Labels
bug (10) enhancement (8) documentation (2) layout (1)
Pull Request Labels
bug (1) dependencies (1)

Dependencies

.github/workflows/check.yml actions
  • actions/checkout v3 composite
  • actions/setup-node v3 composite
.github/workflows/deploy.yml actions
  • actions/checkout v3 composite
  • actions/setup-node v3 composite
  • peaceiris/actions-gh-pages v3 composite
package-lock.json npm
  • 940 dependencies
package.json npm
  • @nuxt/content ^2.7.1 development
  • @nuxt/devtools latest development
  • @types/node ^18.16.19 development
  • nuxt ^3.6.3 development