Sync
This commit is contained in:
parent
a5110f5a9d
commit
5726f33d34
2 changed files with 106 additions and 34 deletions
|
@ -1,3 +1,20 @@
|
|||
@book{boizumault-1993,
|
||||
author = {given-i=P, given=Patrice, family=Boizumault},
|
||||
date = {1993-12-31},
|
||||
doi = {10.1515/9781400863440},
|
||||
publisher = {Princeton University Press},
|
||||
title = {The Implementation of Prolog},
|
||||
url = {https://doi.org/10.1515/9781400863440},
|
||||
}
|
||||
|
||||
@book{deransart-1996,
|
||||
author = {given-i=P, given=Pierre, family=Deransart and given-i=A, given=AbdelAli, family=Ed-Dbali and given-i=L, given=Laurent, family=Cervoni},
|
||||
date = {1996-01-01},
|
||||
doi = {10.1007/978-3-642-61411-8},
|
||||
title = {Prolog: The Standard},
|
||||
url = {https://doi.org/10.1007/978-3-642-61411-8},
|
||||
}
|
||||
|
||||
@misc{enwiki:1274527056,
|
||||
author = "{Wikipedia contributors}",
|
||||
title = "Comparison of Prolog implementations --- {Wikipedia}{,} The Free Encyclopedia",
|
||||
|
@ -8,11 +25,12 @@
|
|||
|
||||
@book{russell2016,
|
||||
author = {Russell, Stuart and Norvig, Peter},
|
||||
title = {{Artificial Intelligence A Modern Approach, Global Edition}},
|
||||
booktitle = {{Artificial Intelligence A Modern Approach, Global Edition}},
|
||||
title = {Chapter 9. Inference in First-Order Logic},
|
||||
abstract = {{For one or two-semester, undergraduate or graduate-level courses in Artificial Intelligence.
|
||||
The long-anticipated revision of this best-selling text offers the most comprehensive, up-to-date introduction to the theory and practice of artificial intelligence.
|
||||
}},
|
||||
pages = {1152},
|
||||
pages = {325--345},
|
||||
publisher = {Pearson Deutschland},
|
||||
year = {2016},
|
||||
isbn = {9781292153964},
|
||||
|
|
Reference in a new issue