From 604ef7263e031c353e7a6eec8df05d88cbf59b3f Mon Sep 17 00:00:00 2001 From: "Luis C. Rojano" Date: Sat, 26 Oct 2024 10:07:44 -0500 Subject: [PATCH] feat(resources): Add Anna's Archive link to Resources/E-books category - Issue reference: #2552 --- database/resources/e_book.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/database/resources/e_book.json b/database/resources/e_book.json index 1addc7fc5..95b9dc77d 100644 --- a/database/resources/e_book.json +++ b/database/resources/e_book.json @@ -46,5 +46,13 @@ "category": "resource", "subcategory": "e_book", "language": "english" + }, + { + "name": "Anna's Archive", + "description": "Anna's Arhive is an extensive open-access digital library that mirrors content from Sci-Hub, LibGen, and other sources. It hosts over 37 million books and 105 million papers, focusing on digital preservation and free knowledge access. The project’s data and code are entirely open source, supporting the mission of creating a permanently accessible global knowledge repository.", + "url": "https://annas-archive.org", + "category": "resource", + "subcategory": "e_book", + "language": "english" } -] \ No newline at end of file +]