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
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
Metadata Files
README.md
Template repository for MATLAB / Octave projects
How to install and use this template
Install with Github
- Click the green button
Use this template.

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

Decide if you want this new repo to be public or private.
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.
Click on green
Downloadbutton and copy theURL_to_your_repothat is shown there.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
- Repositories: 1
- Profile: https://github.com/offduty
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
- actions/checkout v3 composite
- codespell-project/actions-codespell master composite
- 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
- actions/checkout v3 composite
- actions/setup-python v4 composite
- actions/checkout v3 composite
- codecov/codecov-action v3 composite
- joergbrech/moxunit-action v1.2.0 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- Sphinx *
- jupyterlab *
- miss_hit *
- myst-parser *
- octave_kernel *
- pre-commit *
- sphinx-copybutton *
- sphinx_rtd_theme *
- sphinxcontrib-matlabdomain *