-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCITATION.cff
36 lines (35 loc) · 1.1 KB
/
CITATION.cff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: pyslice
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Timothy
family-names: Cera
email: tim@cerazone.net
orcid: 'https://orcid.org/0000-0003-4613-7697'
identifiers:
- type: url
value: 'https://pypi.org/project/pyslice/'
description: Python Package Index entry for pyslice
repository-code: 'https://github.com/timcera/pyslice'
url: >-
https://timcera.bitbucket.io/pyslice/docs/index.html#pyslice-documentation
repository: 'https://bitbucket.org/timcera/pyslice/src/main/'
abstract: >-
pyslice is a specialized templating system that replaces
variables in a template data set with numbers taken from
all combinations of a grouped series of numbers. It
creates a dataset from input template files for each
combination of variables in the series.
keywords:
- monte-carlo
- simulation
- model
- parametric
- model-parameters
- template
license: BSD-3-Clause