diff --git a/resources/README.md b/resources/README.md
index e3fdfacc1..07f8eafc4 100644
--- a/resources/README.md
+++ b/resources/README.md
@@ -20,6 +20,7 @@
- [FHE Schemes](#fhe-schemes)
- [Libraries](#libraries)
- [Courses](#courses)
+- [Textbooks](#textbooks)
- [Projects](#projects)
## Conference Resources
@@ -81,10 +82,11 @@
- Combining Machine Learning and Homomorphic Encryption in the Apple Ecosystem by **Apple** on **October 24, 2024**
- Concrete ML - Machine Learning on Encrypted Data by **Andrei Stoian** on **Sept 26th, 2024 at 5PM CEST**
- Build an End-to-End Encrypted 23andMe-like Genetic Testing Application using Concrete ML by **Zama** on **July 17, 2024**
-- Live Caller ID Lookup Example by **Apple** on **July 10, 2024**
+- Live Caller ID Lookup Example by **Apple** on **July 10, 2024**
+- Intesa Sanpaolo and IBM secure digital transactions with fully homomorphic encryption by **Memento Research** on **Jun 24, 2024**
+- Encrypted Credit Card Approval Prediction Using Fully Homomorphic Encryption by **Zama** on **Jan 31, 2024**
- Human In Picture (HIP) using Concrete ML by **Memento Research** on **Jun 19, 2023**
- Encrypted image filtering by **Zama** on **Feb 23, 2023**
-- Encrypted Credit Card Approval Prediction Using Fully Homomorphic Encryption by **Zama** on **Jan 31, 2024**
- Private password checker by **Blyss** on **Feb 21, 2023** [Requires sign-up]
- Sentiment analysis over encrypted data by **Zama** on **Nov 17, 2022**
[//]: # "- Private bitcoin balance by **Blyss** on **Sept 15, 2022**"
@@ -205,6 +207,7 @@
- HEaaN - C++ FHE library implementing CKKS scheme that supports bootstrapping and GPU-acceleration by **Crypto Lab**
- HEIR - An MLIR-based compiler toolchain for FHE by **Google**
- HElib - BGV scheme with bootstrapping and the Approximate Number CKKS scheme by **IBM**
+- HElayers - An SDK for the practical and efficient execution of encrypted workloads using FHE by **IBM**
- Jaxite - A TFHE implementation targeting TPUs, written in JAX. By **Google**
- Lattigo - Lattice-based multiparty homomorphic encryption library in Go by **Tune Insight**
- OpenFHE - Production-ready implementations of all major FHE schemes by **Duality Tech**
@@ -219,6 +222,10 @@
- Foundations of Private Computation by **Openmined** in **2022**
- Homomorphic Encryption and Lattices by **Shai Halevi** in **2011**
+## Textbooks
+
+- Homomorphic Encryption for Data Science (HE4DS) by **IBM** in **2024**
+
## Projects
- History of FHE by **FHE.org** on **April 17, 2024**