An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Improving the ELIXIR evaluation for both management and trainers

An evaluation of the ELIXIR course evaluation.

[![Check links](https://github.com/NBISweden/elixir_evaluation_evaluation/actions/workflows/check_links.yaml/badge.svg?branch=main)](https://github.com/NBISweden/elixir_evaluation_evaluation/actions/workflows/check_links.yaml)
[![Check Markdown](https://github.com/NBISweden/elixir_evaluation_evaluation/actions/workflows/check_markdown.yaml/badge.svg?branch=main)](https://github.com/NBISweden/elixir_evaluation_evaluation/actions/workflows/check_markdown.yaml)
[![Check spelling](https://github.com/NBISweden/elixir_evaluation_evaluation/actions/workflows/check_spelling.yaml/badge.svg?branch=main)](https://github.com/NBISweden/elixir_evaluation_evaluation/actions/workflows/check_spelling.yaml)
[![Create website](https://github.com/NBISweden/elixir_evaluation_evaluation/actions/workflows/create_website.yaml/badge.svg?branch=main)](https://github.com/NBISweden/elixir_evaluation_evaluation/actions/workflows/create_website.yaml)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.14893418.svg)](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.