-
Notifications
You must be signed in to change notification settings - Fork 36
/
CITATION.cff
96 lines (96 loc) · 3.03 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
# YAML 1.2
---
cff-version: "1.0.3"
title: signac
version: 2.2.0
abstract: |
The signac framework helps users manage and scale file-based workflows, facilitating data
reuse, sharing, and reproducibility. It provides a simple and robust data model to create
a well-defined indexable storage layout for data and metadata. This makes it easier to
operate on large data spaces, streamlines post-processing and analysis and makes data
collectively accessible.
authors:
-
family-names: Adorf
given-names: "Carl Simon"
affiliation: "University of Michigan"
orcid: "https://orcid.org/0000-0003-4962-2495"
-
family-names: Ramasubramani
given-names: Vyas
affiliation: "University of Michigan"
orcid: "https://orcid.org/0000-0001-5181-9532"
-
family-names: Dice
given-names: "Bradley D."
affiliation: "University of Michigan"
orcid: "https://orcid.org/0000-0002-9983-0770"
-
family-names: Henry
given-names: Mike
affiliation: "Boise State University"
orcid: "https://orcid.org/0000-0002-3870-9993"
-
family-names: Butler
given-names: Brandon
affiliation: "University of Michigan"
orcid: "https://orcid.org/0000-0001-7739-7796"
-
family-names: Kerr
given-names: "Corwin B."
affiliation: "University of Michigan"
orcid: "https://orcid.org/0000-0003-0776-2596"
-
family-names: Dodd
given-names: "Paul M."
affiliation: "University of Michigan"
-
family-names: Glotzer
given-names: "Sharon C."
affiliation: "University of Michigan"
orcid: "https://orcid.org/0000-0002-7197-0085"
keywords:
- python
- "data management"
- reproducibility
- sharability
- workflow
- "scientific computing"
license: "http://www.opensource.org/licenses/BSD-3-Clause"
message: >
Development and deployment supported by MICCoM, as part of the Computational
Materials Sciences Program funded by the U.S. Department of Energy, Office of
Science, Basic Energy Sciences, Materials Sciences and Engineering Division,
under Subcontract No. 6F-30844. Project conceptualization and implementation
supported by the National Science Foundation, Award # DMR 1409620.
repository-code: https://github.com/glotzerlab/signac
references:
- type: article
- authors:
-
family-names: Adorf
given-names: "Carl Simon"
affiliation: "University of Michigan"
orcid: "https://orcid.org/0000-0003-4962-2495"
-
family-names: Dodd
given-names: "Paul M."
affiliation: "University of Michigan"
-
family-names: Ramasubramani
given-names: Vyas
affiliation: "University of Michigan"
orcid: "https://orcid.org/0000-0001-5181-9532"
-
family-names: Glotzer
given-names: "Sharon C."
affiliation: "University of Michigan"
orcid: "https://orcid.org/0000-0002-7197-0085"
- title: "Simple data and workflow management with the signac framework"
- journal: "Comput. Mater. Sci."
- volume: 146
- number: C
- year: 2018
- pages: 9
- doi: "10.1016/j.commatsci.2018.01.035"
...