Skip to content

Commit b01245d

Browse files
Update the citation file
1 parent 693fe14 commit b01245d

File tree

1 file changed

+33
-10
lines changed

1 file changed

+33
-10
lines changed

CITATION.cff

Lines changed: 33 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,35 @@
11
cff-version: 1.2.0
2-
message: "If you use this software, please cite it as below."
3-
authors:
4-
- family-names: Vedran
5-
given-names: Kasalica
6-
orcid: https://orcid.org/0000-0002-0097-1056
7-
- family-names: Anna-Lena
8-
given-names: Lamprecht
9-
orcid: https://orcid.org/0000-0003-1953-5606
102
title: APE (Automated Pipeline Explorer)
11-
version: v2.1.5
12-
date-released: 2023-08-01
3+
message: >-
4+
If you use this software, please cite it using the
5+
metadata from this file.
6+
type: software
7+
authors:
8+
- given-names: Vedran
9+
family-names: Kasalica
10+
email: v.kasalica@esciencecenter.nl
11+
affiliation: Netherlands eScience Center
12+
orcid: 'https://orcid.org/0000-0002-0097-1056'
13+
- family-names: Anna-Lena
14+
given-names: Lamprecht
15+
email: vanna-lena.lamprecht@uni-potsdam.de
16+
affiliation: University of Potsdam
17+
orcid: https://orcid.org/0000-0003-1953-5606
18+
identifiers:
19+
- type: doi
20+
value: 10.5281/zenodo.5638988
21+
repository-code: 'https://github.com/sanctuuary/APE/'
22+
url: 'https://ape-framework.readthedocs.io/en/latest/'
23+
abstract: >-
24+
APE (Automated Pipeline Explorer) is a command line tool and Java API for the automated exploration of possible computational pipelines (scientific workflows) from large collections of computational tools.
25+
26+
APE relies on a semantic domain model that includes tool and type taxonomies as controlled vocabularies for the description of computational tools, and functional tool annotations (inputs, outputs, operations performed) using terms from these taxonomies. Based on this domain model and a specification of the available workflow inputs, the intended workflow outputs and possibly additional constraints, APE then computes possible workflows.
27+
28+
Internally, APE uses a component-based program synthesis approach. It translates the domain knowledge and workflow specification into logical formulas that are then fed to a SAT solver to compute satisfying instances. These solutions are then translated into the actual candidate workflows.
29+
keywords:
30+
- automated workflow composition
31+
- workflow synthesis
32+
license: Apache-2.0
33+
commit: 693fe147ade0ee6727fa25e7de6f185e9336cf09
34+
version: 2.1.7
35+
date-released: 2023-10-27

0 commit comments

Comments
 (0)