From fc9b8677824ae35bd7ccf89506f5f5249221be49 Mon Sep 17 00:00:00 2001 From: troyyyyy Date: Sun, 7 Jan 2024 09:44:11 +0800 Subject: [PATCH] [ENH,DOC] Add bib in doc references --- docs/References.rst | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/docs/References.rst b/docs/References.rst index 259b0a2..221becf 100644 --- a/docs/References.rst +++ b/docs/References.rst @@ -5,6 +5,25 @@ Zhi-Hua Zhou. `Abductive learning: Towards bridging machine learning and logical Zhi-Hua Zhou and Yu-Xuan Huang. `Abductive learning `_. In P. Hitzler and M. K. Sarker eds., **Neuro-Symbolic Artificial Intelligence: The State of the Art**, IOP Press, Amsterdam, 2022, p.353-379 +.. code-block:: latex + @article{zhou2019abductive, + title = {Abductive learning: towards bridging machine learning and logical reasoning}, + author = {Zhou, Zhi-Hua}, + journal = {Science China Information Sciences}, + volume = {62}, + number = {7}, + pages = {76101}, + year = {2019} + } - + @incollection{zhou2022abductive, + title = {Abductive Learning}, + author = {Zhou, Zhi-Hua and Huang, Yu-Xuan}, + booktitle = {Neuro-Symbolic Artificial Intelligence: The State of the Art}, + editor = {Pascal Hitzler and Md. Kamruzzaman Sarker}, + publisher = {{IOS} Press}, + pages = {353--369}, + address = {Amsterdam}, + year = {2022} + }