From 66907287a50baeb06fb3bd1a781c262822072548 Mon Sep 17 00:00:00 2001 From: Yusuke Watanabe Date: Tue, 10 Mar 2026 08:16:19 +1100 Subject: [PATCH] Add SciTeX to Research automation section --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a4334ef..4b5fcb2 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ A curated list of awesome scientific Python resources. * [Compilation](#compilation) * [Parallel computing](#parallel-computing) * [GPU computing](#gpu-computing) + * [Research automation](#research-automation) * [Domain-specific libraries](#domain-specific-libraries) * [Geospatial data](#geospatial-data) * [Astrophysics](#astrophysics) @@ -168,6 +169,10 @@ A curated list of awesome scientific Python resources. * [CuPy](https://cupy.chainer.org/) - NumPy-like library with CUDA. * [PyCUDA](https://developer.nvidia.com/pycuda) - Use CUDA with Python. +### Research automation + +* [SciTeX](https://github.com/ywatanabe1989/scitex-python) - Modular Python toolkit for scientific research with 200+ MCP tools. + ## Domain-specific libraries