From 419186b4194bef7e3dc907ea36f0b6704df4747e Mon Sep 17 00:00:00 2001 From: Kunnn Date: Thu, 29 Aug 2024 00:04:52 -0500 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b16cfd82..3a14a22b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,14 @@ -# MOFid 2024 +# MOFid A system for rapid identification and analysis of metal-organic frameworks. Please cite [DOI: 10.1021/acs.cgd.9b01050](https://pubs.acs.org/doi/abs/10.1021/acs.cgd.9b01050) if you use MOFid in your work. +## 2024 update +This is the main repository for MOFid code, with the some notable updates in 2024: +- updated dependencies +- support of gcc 11.x +- continuous integration + +If you wish to view the original MOFid code released in 2019, please check out the branch [mofid1.0_archive](https://github.com/snurr-group/mofid/tree/mofid1.0_archive). ## Usage -[View the documentation](https://dcheng2022.github.io/mofid2024) for usage information. +[View the documentation](https://snurr-group.github.io/mofid/) for usage information.