exercise

A place you can put all the nonsense matlab code

https://github.com/offduty/exercise

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

Repository

A place you can put all the nonsense matlab code

Basic Info
  • Host: GitHub
  • Owner: offduty
  • License: gpl-3.0
  • Language: MATLAB
  • Default Branch: main
  • Size: 172 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 3
  • Releases: 0
Created over 3 years ago · Last pushed almost 3 years ago
Metadata Files
Readme Contributing License Citation

README.md

MISS_HIT MATLAB: test and coverage Octave: test and coverage codecov pre-commit Documentation Status: latest Binder

Template repository for MATLAB / Octave projects

How to install and use this template

Install with Github

  1. Click the green button Use this template.


  1. Give a name to the repository you want to create. Something short that contains the name of your project: analysis_my_study.


  1. Decide if you want this new repo to be public or private.

  2. Click on Create repository from template

You now have a copy of the template on your Github account. You can then download the code and the pre-set dependencies like this.

  1. Click on green Download button and copy the URL_to_your_repo that is shown there.

  2. Open a terminal and type this:

bash git clone URL_to_your_repo

Install with cookiecutter

Install Cookiecutter:

bash pip install -U cookiecutter

Generate project:

bash cookiecutter https://github.com/Remi-Gau/cookiecutter_matlab_analysis.git

Configuration

Check the CONTRIBUTING.md for more information on setting up this repo.

Owner

  • Name: offduty
  • Login: offduty
  • Kind: user

Citation (CITATION.cff)

# Check https://citation-file-format.github.io/
# and the schema doc https://github.com/citation-file-format/citation-file-format/blob/main/schema-guide.md
# for more info

cff-version: 1.2.0

title: "FIXME"

version: 0.1.0

abstract: FIXME

message: "If you use this software, please cite it as below."

repository-code: "https://github.com/your_gh_username/FIXME"

contact:
  - email: me@somewhere.com
    family-names: FIXME
    given-names: FIXME

authors:
  - family-names: FIXME
    given-names: FIXME

license: GPL-3.0

keywords:
  - FIXME

GitHub Events

Total
Last Year

Dependencies

.github/workflows/codespell.yml actions
  • actions/checkout v3 composite
  • codespell-project/actions-codespell master composite
.github/workflows/matlab_test_and_coverage.yaml actions
  • actions/checkout v3 composite
  • codecov/codecov-action v3 composite
  • matlab-actions/run-command v1.1.2 composite
  • matlab-actions/setup-matlab v1.2.3 composite
.github/workflows/miss_hit.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
.github/workflows/octave_test_and_coverage.yml actions
  • actions/checkout v3 composite
  • codecov/codecov-action v3 composite
  • joergbrech/moxunit-action v1.2.0 composite
.github/workflows/validate_cff.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
binder/environment.yml pypi
requirements.txt pypi
  • Sphinx *
  • jupyterlab *
  • miss_hit *
  • myst-parser *
  • octave_kernel *
  • pre-commit *
  • sphinx-copybutton *
  • sphinx_rtd_theme *
  • sphinxcontrib-matlabdomain *