diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2023-08-20 13:04:10 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2023-08-20 13:04:10 -0300 |
commit | 81a01cbf465d087a0e29442f3750fb1a694fcaaa (patch) | |
tree | 730e7c26b0208f25c619fc09de85ecaa5c427a8e | |
parent | 9c2401f320569e189ae04369eb9e793f92a6a7d4 (diff) | |
download | biblio-81a01cbf465d087a0e29442f3750fb1a694fcaaa.tar.gz biblio-81a01cbf465d087a0e29442f3750fb1a694fcaaa.tar.bz2 |
Adds cognition.bib
-rw-r--r-- | cognition.bib | 49 | ||||
-rw-r--r-- | information.bib | 14 | ||||
-rw-r--r-- | neuroscience.bib | 20 |
3 files changed, 63 insertions, 20 deletions
diff --git a/cognition.bib b/cognition.bib new file mode 100644 index 0000000..2ecec73 --- /dev/null +++ b/cognition.bib @@ -0,0 +1,49 @@ +% Encoding: UTF-8 + +% +% Cognition +% + +@book{wooldridge2021, + title = "A Brief History of Artificial Intelligence: What It Is, Where We Are, and Where We Are Going", + author = "Wooldridge, Michael", + year = "2021", + publisher = "Flatiron Books", + isbn = "1250770742,9781250770745", + series = "", + edition = "", + volume = "", + url = "", +} + +@phdthesis{pereira2021-2, + title = "O problema das outras mentes: uma antropologia das inteligĂȘncias artificiais", + author = "Rafael Damasceno Ramalho Pereira", + year = "2021", + school = "Museu Nacional - UFRJ", + url = "http://objdig.ufrj.br/72/teses/912111.pdf", +} + +@book{chalmers1995, + title = "The Conscious Mind: In Search of a Fundamental Theory", + author = "Chalmers, David J.", + year = "1995", + publisher = "", + isbn = "", + series = "Philosophy of Mind", + edition = "1", + volume = "", + url = "", +} + +@book{chalmers1996, + title = "The Conscious Mind: In Search of a Fundamental Theory", + author = "Chalmers, David J.", + year = "1996", + publisher = "Oxford University Press, USA", + isbn = "0195105532,9780195105537", + series = "Philosophy of Mind", + edition = "1", + volume = "", + url = "", +} diff --git a/information.bib b/information.bib index 30cd988..ae45bbc 100644 --- a/information.bib +++ b/information.bib @@ -702,3 +702,17 @@ volume = "", url = "https://archive.org/details/VirilioInformationBomb", } + +@article{harms1998, + title = {The Use of Information Theory in Epistemology}, + author = {Harms, William F.}, + publisher = {University of Chicago Press}, + journal = {Philosophy of Science}, + issn = {0031-8248,1539-767X}, + year = {1998}, + volume = {65}, + issue = {3}, + pages = {472--501}, + doi = {10.1086/392657}, + url = {http://doi.org/10.1086/392657}, +} diff --git a/neuroscience.bib b/neuroscience.bib index 3480b0d..3bb4c2c 100644 --- a/neuroscience.bib +++ b/neuroscience.bib @@ -107,23 +107,3 @@ issue = {2008-3}, school = {Future of Humanity Institute, Oxford University}, } - -@book{wooldridge2021, - title = "A Brief History of Artificial Intelligence: What It Is, Where We Are, and Where We Are Going", - author = "Wooldridge, Michael", - year = "2021", - publisher = "Flatiron Books", - isbn = "1250770742,9781250770745", - series = "", - edition = "", - volume = "", - url = "", -} - -@phdthesis{pereira2021-2, - title = "O problema das outras mentes: uma antropologia das inteligĂȘncias artificiais", - author = "Rafael Damasceno Ramalho Pereira", - year = "2021", - school = "Museu Nacional - UFRJ", - url = "http://objdig.ufrj.br/72/teses/912111.pdf", -} |