-
Notifications
You must be signed in to change notification settings - Fork 18
/
CITATION.cff
37 lines (37 loc) · 1.18 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
# YAML 1.2
---
# Metadata for citation of this software according to the CFF format (https://citation-file-format.github.io/)
cff-version: 1.2.0
title: 'Dodiscover: Causal discovery algorithms in Python.'
abstract: 'Dodiscover is a Python library that leverages a simple API for performing causal discovery.'
authors:
- given-names: Adam
family-names: Li
affiliation: 'Department of Computer Science, Columbia University, New York, NY, USA'
orcid: 'https://orcid.org/0000-0001-8421-365X'
- given-names: Jaron
family-names: Lee
affiliation: 'Johns Hopkins University'
email: '[email protected]'
- given-names: Francesco
family-names: Montagna
affiliation: 'Università di Genova'
email: '[email protected]'
- given-names: Chris
family-names: Trevino
affiliation: 'Microsoft'
email: '[email protected]'
- given-names: Robert
family-names: Ness
affiliation: 'Microsoft'
email: '[email protected]'
type: software
repository-code: 'https://github.com/py-why/dodiscover'
license: MIT
keywords:
- causality
- pywhy
- graphs
- causal discovery
- causal inference
...