https://github.com/nbisweden/elixir_evaluation_evaluation
An evaluation of the ELIXIR course evaluation
https://github.com/nbisweden/elixir_evaluation_evaluation
course elixir evaluation nbis survey
Last synced: 5 months ago
JSON representation
An evaluation of the ELIXIR course evaluation
- Host: GitHub
- URL: https://github.com/nbisweden/elixir_evaluation_evaluation
- Owner: NBISweden
- License: gpl-3.0
- Created: 2025-01-24T04:54:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-12T06:29:05.000Z (over 1 year ago)
- Last Synced: 2025-02-12T06:36:00.952Z (over 1 year ago)
- Topics: course, elixir, evaluation, nbis, survey
- Language: Shell
- Homepage: https://nbisweden.github.io/elixir_evaluation_evaluation/
- Size: 21.5 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Improving the ELIXIR evaluation for both management and trainers
An evaluation of the ELIXIR course evaluation.
[](https://github.com/NBISweden/elixir_evaluation_evaluation/actions/workflows/check_links.yaml)
[](https://github.com/NBISweden/elixir_evaluation_evaluation/actions/workflows/check_markdown.yaml)
[](https://github.com/NBISweden/elixir_evaluation_evaluation/actions/workflows/check_spelling.yaml)
[](https://github.com/NBISweden/elixir_evaluation_evaluation/actions/workflows/create_website.yaml)
[](https://doi.org/10.5281/zenodo.14893418)
- [Go to the nicely rendered site](https://nbisweden.github.io/elixir_evaluation_evaluation/)
## Files used by continuous integration scripts
Filename |Descriptions
--------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------
[`mlc_config.json`](mlc_config.json) |Configuration of the link checker, use `markdown-link-check --config mlc_config.json --quiet docs/**/*.md` to do link checking locally
[`.spellcheck.yml`](.spellcheck.yml) |Configuration of the spell checker, use `./scripts/check_spelling.sh` to do spell check locally
[`.wordlist.txt`](.wordlist.txt) |Whitelisted words for the spell checker, use `./scripts/check_spelling.sh` to do spell check locally
[`.markdownlint.jsonc`](.markdownlint.jsonc)|Configuration of the Markdown linter, use `scripts/fix_markdown_style_errors.sh"` to do markdown linting locally. The name of this file is a default name.
[`.markdownlintignore`](.markdownlintignore)|Files ignored by the Markdown linter, use `scripts/fix_markdown_style_errors.sh` to do markdown linting locally. The name of this file is a default name.