Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

Revision 4dbf0ec391b877f21402aed9e8351fe8f7468d14 authored by D019 Rig on 19 December 2019, 23:25:22 UTC, committed by D019 Rig on 19 December 2019, 23:25:22 UTC
Update Calibration
1 parent 4cac1d4
  • Files
  • Changes
  • cb6e09d
  • /
  • Tools
  • /
  • Matlab Color Styles
  • /
  • scottclowe-matlab-schemer-v1.4.0-7-gf8115af
  • /
  • CONTRIBUTING.md
Raw File Download

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • revision
  • directory
  • content
revision badge
swh:1:rev:4dbf0ec391b877f21402aed9e8351fe8f7468d14
directory badge
swh:1:dir:e00fea0262147efe977eb12b658745c66650f039
content badge
swh:1:cnt:2429e1ccae6ef9bc10d64ee7267912a1164f1868

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • revision
  • directory
  • content
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
CONTRIBUTING.md
Contributing
============

Adding a new colour scheme
--------------------------

If you have created a new colour scheme, please add it to the [matlab-schemes]
repository and *not* here. Instructions for this are available
[here](https://github.com/scottclowe/matlab-schemes/blob/master/CONTRIBUTING.md).

If you have already added a new colour scheme to [matlab-schemes] via an
accepted pull request and want to mirror the change in [matlab-schemer], you
will need to use [git-subtree].

Some general handy instructions for `git subtree` are available
[here](https://medium.com/@v/git-subtrees-a-tutorial-6ff568381844#.lwmv2uwwk),
[here](https://blogs.atlassian.com/2013/05/alternatives-to-git-submodule-git-subtree/),
and [here](https://developer.atlassian.com/blog/2015/05/the-power-of-git-subtree/).
Specifically for use with this repository, the instructions are as follows.

You will first need to set up subtree so there is a remote tracking the
[matlab-schemes] repository in addition to the usual origin remote tracking
your fork of [matlab-schemer].
```bash
# One-time setup
git remote add matlab-schemes https://github.com/scottclowe/matlab-schemes.git
```

Having done this setup, you can now merge commits from matlab-schemes into
matlab-schemer as follows:
```bash
git pull
git subtree pull --prefix schemes matlab-schemes master
git push
```

Improving MATLAB Schemer
------------------------

If you have made enhancements or bug fixes to MATLAB Schemer, itself please add
them with a regular [pull request] to this repository.


  [matlab-schemer]: https://github.com/scottclowe/matlab-schemer
  [matlab-schemes]: https://github.com/scottclowe/matlab-schemes
  [git-subtree]: https://github.com/git/git/blob/master/contrib/subtree/git-subtree.txt
  [pull request]: https://help.github.com/articles/using-pull-requests/
The diff you're trying to view is too large. Only the first 1000 changed files have been loaded.
Showing with 0 additions and 0 deletions (0 / 0 diffs computed)
swh spinner

Computing file changes ...

back to top

Software Heritage — Copyright (C) 2015–2025, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API