From 64589988aa89c45279ffbf1e2545a4a17c6ff2d0 Mon Sep 17 00:00:00 2001 From: Kamal Choudhary Date: Thu, 17 Oct 2024 20:58:51 -0400 Subject: [PATCH] Update databases.md --- docs/databases.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/databases.md b/docs/databases.md index cdbdf4af..c839f8df 100644 --- a/docs/databases.md +++ b/docs/databases.md @@ -2,6 +2,10 @@ ## [FigShare](https://figshare.com/authors/Kamal_Choudhary/4445539) based databases +[![Open in Colab]](https://colab.research.google.com/github/knc6/jarvis-tools-notebooks/blob/master/jarvis-tools-notebooks/Analyzing_data_in_the_JARVIS_DFT_dataset.ipynb) +[![Open in SLMat]](https://deepmaterials.github.io/slmat/lab?fromURL=https://raw.githubusercontent.com/deepmaterials/slmat/main/content/Database_analysis.ipynb) + + | Database name | Number of data-points | Description | |-------------------|-----------------------|---------------------------------------------------------------------------------------------------------------------------------------| | `dft_3d` | 75993 | Various 3D materials properties in JARVIS-DFT database computed with OptB88vdW and TBmBJ methods | @@ -94,4 +98,6 @@ df = pd.DataFrame(d) print(df) ``` +[Open in SLMat]: https://img.shields.io/badge/Open-SLMat-blue +[Open in Colab]: https://colab.research.google.com/assets/colab-badge.svg