diff options
-rw-r--r-- | literature.bib | 9 | ||||
-rw-r--r-- | technology.bib | 17 |
2 files changed, 26 insertions, 0 deletions
diff --git a/literature.bib b/literature.bib index d6c4803..4247da8 100644 --- a/literature.bib +++ b/literature.bib @@ -1088,3 +1088,12 @@ volume = "", url = "", } + +@book{tolkien-sd, + title = "O Senhor dos Anéis - I - A Irmandade do Anel", + author = "Tolkien, J. R. R.", + year = "sd", + translator = "Fernanda Ponto Rodrigues", + publisher = "Publicações Europa-América", + edition = "2", +} diff --git a/technology.bib b/technology.bib index 75674fa..c0c7800 100644 --- a/technology.bib +++ b/technology.bib @@ -374,4 +374,21 @@ author = "John Rydning", year = "2023", url = "https://www.idc.com/getdoc.jsp?containerId=US49346223", + note = "Acessado em 06/04/2024", +} + +@techreport{digital2023, + title = "Digital 2023: Global Overview Report", + author = "Simon Kemp", + year = "2023", + url = "https://datareportal.com/reports/digital-2023-global-overview-report", + note = "Acessado em 06/04/2024", +} + +@techreport{digital2024, + title = "Digital 2024: Global Overview Report", + author = "Simon Kemp", + year = "2024", + url = "https://datareportal.com/reports/digital-2024-global-overview-report", + note = "Acessado em 06/04/2024", } |