tidying up the citation
parent
e4921ab06e
commit
ac6386b69f
|
@ -1,6 +1,6 @@
|
||||||
### github action to publish a new CITATION.cff
|
### github action to publish a new CITATION.cff
|
||||||
##
|
##
|
||||||
name: cffconvert
|
name: "cff validation"
|
||||||
|
|
||||||
## Controls when the workflow will run
|
## Controls when the workflow will run
|
||||||
on:
|
on:
|
||||||
|
@ -10,7 +10,7 @@ on:
|
||||||
|
|
||||||
## Allows you to run this workflow manually from the Actions tab
|
## Allows you to run this workflow manually from the Actions tab
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
validate:
|
validate:
|
||||||
name: "validate"
|
name: "validate"
|
||||||
|
|
49
CITATION.cff
49
CITATION.cff
|
@ -3,43 +3,42 @@
|
||||||
# Visit https://bit.ly/cffinit to generate yours today!
|
# Visit https://bit.ly/cffinit to generate yours today!
|
||||||
---
|
---
|
||||||
cff-version: 1.2.0
|
cff-version: 1.2.0
|
||||||
title: TikZ-trackschematic
|
title: tikz-trackschematic
|
||||||
message: >-
|
message: 'If you use this software, please cite it using these metadata.'
|
||||||
If you use this software, please cite it using
|
|
||||||
these metadata.
|
|
||||||
type: software
|
type: software
|
||||||
authors:
|
authors:
|
||||||
- given-names: Martin
|
- given-names: Martin
|
||||||
family-names: Scheidt
|
family-names: Scheidt
|
||||||
email: m.scheidt@tu-bs.de
|
email: m.scheidt@tu-bs.de
|
||||||
affiliation: TU Braunschweig
|
|
||||||
orcid: 'https://orcid.org/0000-0002-9384-8945'
|
orcid: 'https://orcid.org/0000-0002-9384-8945'
|
||||||
|
affiliation: TU Braunschweig
|
||||||
identifiers:
|
identifiers:
|
||||||
|
- type: doi
|
||||||
|
value: 10.5281/zenodo.5539844
|
||||||
|
description: 'Collection of archived snapshots of all versions of the library'
|
||||||
- type: doi
|
- type: doi
|
||||||
value: 10.5281/zenodo.6222186
|
value: 10.5281/zenodo.6222186
|
||||||
description: Current version
|
description: Current version
|
||||||
- type: doi
|
url: 'https://www.railtoolkit.org/projects/tikz-trackschematic/'
|
||||||
value: 10.5281/zenodo.5539844
|
|
||||||
description: >-
|
|
||||||
Collection of archived snapshots of all
|
|
||||||
versions of the library
|
|
||||||
- type: url
|
|
||||||
value: 'https://ctan.org/pkg/tikz-trackschematic'
|
|
||||||
description: >-
|
|
||||||
Package at Comprehensive TeX Archive Network
|
|
||||||
(CTAN)
|
|
||||||
repository-code: >-
|
|
||||||
https://repository.ivev.bau.tu-bs.de/martin/tikz-trackschematic
|
|
||||||
url: >-
|
|
||||||
https://www.railtoolkit.org/projects/tikz-trackschematic/
|
|
||||||
repository: 'https://github.com/railtoolkit/tikz-trackschematic'
|
repository: 'https://github.com/railtoolkit/tikz-trackschematic'
|
||||||
|
repository-code: 'https://repository.ivev.bau.tu-bs.de/martin/tikz-trackschematic'
|
||||||
|
repository-artifact: 'https://ctan.org/pkg/tikz-trackschematic'
|
||||||
abstract: >-
|
abstract: >-
|
||||||
A TikZ library for creating track diagrams in railways.
|
A TikZ library for creating track diagrams inz
|
||||||
The TikZ-trackschematic library is a toolbox of symbols
|
railways. The tikz-trackschematic library is a
|
||||||
geared primarily towards creating track schematic for
|
toolbox of symbols geared primarily towards
|
||||||
either research or educational purposes. It provides a
|
creating track schematic for either research or
|
||||||
TikZ frontend to some of the symbols which maybe needed
|
educational purposes. It provides a TikZ frontend
|
||||||
to describe situations and layouts in railway operation.
|
to some of the symbols which maybe needed to
|
||||||
|
describe situations and layouts in railway
|
||||||
|
operation.
|
||||||
|
keywords:
|
||||||
|
- tex
|
||||||
|
- tikz
|
||||||
|
- railway
|
||||||
|
- railroad
|
||||||
|
- tracks
|
||||||
|
- schematics
|
||||||
license: ISC
|
license: ISC
|
||||||
version: v0.6.3
|
version: v0.6.3
|
||||||
date-released: '2022-02-15'
|
date-released: '2022-02-15'
|
||||||
|
|
Loading…
Reference in New Issue