bibentry(
  bibtype  = "Manual",
  title    = "acR: Analise de Conteudo em R",
  author   = person(
    given   = "Anderson",
    family  = "Henrique",
    role    = c("aut", "cre"),
    comment = c(affiliation = "Centro de Estudos da Metropole (CEM-Cepid) - Universidade de Sao Paulo")
  ),
  year     = "2026",
  note     = "R package version 0.3.0",
  url      = "https://ahenriquecp.com/acR/",
  textVersion = paste0(
    "Henrique, A. (2026). acR: Analise de Conteudo em R. ",
    "R package version 0.3.0. ",
    "Centro de Estudos da Metropole (CEM-Cepid) - Universidade de Sao Paulo. ",
    "https://ahenriquecp.com/acR/"
  )
)


# quallmer
bibentry(
  bibtype = "Misc",
  title   = "quallmer: Qualitative and LLM-Assisted Text Analysis in R",
  author  = c(person("Seraphine", "Maerz"), person("Kenneth", "Benoit")),
  year    = "2025",
  note    = "Inspiracao para o workflow de codificacao assistida por LLMs no acR",
  textVersion = "Maerz, S., & Benoit, K. (2025). quallmer. Inspiracao para o acR."
)

# quanteda
bibentry(
  bibtype = "Article",
  title   = "quanteda: An R package for the quantitative analysis of textual data",
  author  = c(person("Kenneth","Benoit"), person("Kohei","Watanabe"),
              person("Haiyan","Wang"),   person("Paul","Nulty")),
  journal = "Journal of Open Source Software",
  year    = "2018",
  volume  = "3",
  number  = "30",
  pages   = "774",
  doi     = "10.21105/joss.00774",
  textVersion = "Benoit et al. (2018). quanteda. JOSS, 3(30), 774."
)

# ellmer
bibentry(
  bibtype = "Misc",
  title   = "ellmer: A unified interface to large language models in R",
  author  = person("Hadley", "Wickham"),
  year    = "2025",
  url     = "https://ellmer.tidyverse.org/",
  textVersion = "Wickham, H. et al. (2025). ellmer. Posit. https://ellmer.tidyverse.org/"
)

# OpLexicon
bibentry(
  bibtype   = "InProceedings",
  title     = "Sentiment Analysis on Twitter with Portuguese Language",
  author    = c(person("Marcos","Souza"), person("Renata","Vieira")),
  booktitle = "4th Workshop on Computational Approaches to Subjectivity, Sentiment and Social Media Analysis",
  year      = "2012",
  note      = "PUCRS — OpLexicon: lexico de sentimento para PT-BR",
  textVersion = "Souza, M., & Vieira, R. (2012). Sentiment Analysis on Twitter with PT. PUCRS."
)

# Sampaio & Lycariao
bibentry(
  bibtype = "Book",
  title   = "Analise de conteudo categorial: manual de aplicacao",
  author  = c(person("Rafael Cardoso","Sampaio"), person("Diogenes","Lycariao")),
  year    = "2021",
  publisher = "Enap",
  address   = "Brasilia",
  url       = "https://repositorio.enap.gov.br",
  textVersion = "Sampaio, R. C., & Lycariao, D. (2021). Analise de conteudo categorial. Enap."
)