Skip to content

Commit b94324a

Browse files
committed
updated doc
1 parent d98225b commit b94324a

File tree

2 files changed

+17
-12
lines changed

2 files changed

+17
-12
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,13 @@ Although causal-learn provides python implementations for some causal discovery
7676
Please cite as:
7777

7878
```
79-
@article{causallearn,
80-
title={Causal-learn: Causal Discovery in Python},
81-
author={Yujia Zheng and Biwei Huang and Wei Chen and Joseph Ramsey and Mingming Gong and Ruichu Cai and Shohei Shimizu and Peter Spirtes and Kun Zhang},
82-
journal={arXiv preprint arXiv:2307.16405},
83-
year={2023}
79+
@article{zheng2024causal,
80+
title={Causal-learn: Causal discovery in python},
81+
author={Zheng, Yujia and Huang, Biwei and Chen, Wei and Ramsey, Joseph and Gong, Mingming and Cai, Ruichu and Shimizu, Shohei and Spirtes, Peter and Zhang, Kun},
82+
journal={Journal of Machine Learning Research},
83+
volume={25},
84+
number={60},
85+
pages={1--8},
86+
year={2024}
8487
}
8588
```

docs/source/getting_started.rst

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Contributors
6767

6868
**Developers**:
6969

70-
- Wei Chen, Biwei Huang, Yuequn Liu, Zhiyi Huang, Feng Xie, Haoyue Dai: :ref:`PC <pc>`, :ref:`FCI <fci>`, :ref:`GES <ges>`, :ref:`GIN <gin>`, and :ref:`graph operations <graphoperation>`.
70+
- Wei Chen, Biwei Huang, Yuequn Liu, Zhiyi Huang, Feng Xie, Haoyue Dai, Xiaokai Huang: :ref:`PC <pc>`, :ref:`FCI <fci>`, :ref:`GES <ges>`, :ref:`GIN <gin>`, and :ref:`graph operations <graphoperation>`.
7171
- Mingming Gong, Erdun Gao, Aoqi Zuo: :ref:`PNL <pnl>`, :ref:`ANM <anm>`, :ref:`Granger causality <granger>`, and :ref:`KCI <Kernel-based conditional independence (KCI) test and independence test>`.
7272
- Shohei Shimizu, Takashi Nicholas Maeda, Takashi Ikeuchi: :ref:`LiNGAM-based methods <lingam>`.
7373
- Madelyn Glymour: several helpers.
@@ -89,13 +89,15 @@ Please cite as:
8989

9090
.. code-block:: none
9191
92-
@article{causallearn,
93-
title={Causal-learn: Causal Discovery in Python},
94-
author={Yujia Zheng and Biwei Huang and Wei Chen and Joseph Ramsey and Mingming Gong and Ruichu Cai and Shohei Shimizu and Peter Spirtes and Kun Zhang},
95-
journal={arXiv preprint arXiv:2307.16405},
96-
year={2023}
92+
@article{zheng2024causal,
93+
title={Causal-learn: Causal discovery in python},
94+
author={Zheng, Yujia and Huang, Biwei and Chen, Wei and Ramsey, Joseph and Gong, Mingming and Cai, Ruichu and Shimizu, Shohei and Spirtes, Peter and Zhang, Kun},
95+
journal={Journal of Machine Learning Research},
96+
volume={25},
97+
number={60},
98+
pages={1--8},
99+
year={2024}
97100
}
98101
99102
100103
101-

0 commit comments

Comments
 (0)