From 5fe4bf68a5d68e59e4902cdda9b4c269b06288bf Mon Sep 17 00:00:00 2001 From: Luca Massimiliano Ghiringhelli <luca@fhi-berlin.mpg.de> Date: Mon, 25 Oct 2021 11:34:54 +0000 Subject: [PATCH] Update metainfo.json --- metainfo.json | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) diff --git a/metainfo.json b/metainfo.json index 15c8fba..45b6017 100644 --- a/metainfo.json +++ b/metainfo.json @@ -4,41 +4,38 @@ "Ghiringhelli, Luca M." ], "email": "sbailo@fhi-berlin.mpg.de", - "title": "Exploratory analysis of octet-binary compounds ", + "title": "Introduction to exploratory analysis (unsupervised learning) of materials spaces", "description": "Exploratory analyses make use of unsupervised learning techniques to extract information from unknown datasets. In this tutorial, we make use of some of the most popular clustering and dimension reduction algorithms to analyze a dataset composed of 82 octet-binary compounds.", "url": "https://gitlab.mpcdf.mpg.de/nomad-lab/analytics-exploratory-analysis", "link": "https://analytics-toolkit.nomad-coe.eu/hub/user-redirect/notebooks/tutorials/exploratory_analysis.ipynb", "link_public": "https://analytics-toolkit.nomad-coe.eu/public/user-redirect/notebooks/tutorials/exploratory_analysis.ipynb", "link_video": "https://www.youtube.com/watch?v=EJTjF9ehp7k", - "updated": "2021-01-11", + "updated": "2021-02-04", "flags":{ "featured": true, "top_of_list": false }, "labels": { - "application_keyword": [ - "k-means", - "Hierarchical clustering", - "DBSCAN", - "HDBSCAN", - "DenPeak", - "PCA", - "t-SNE", - "MDS", - "Octet binaries" - ], "application_section": [ "Tutorials for artificial-intelligence methods" ], "application_system": [ - "octet-binary materials" + "Octet binaries" ], "category": [ "beginner_tutorial" ], - "data_analytics_method": [ + "ai_methods": [ "Clustering", - "Dimension reduction" + "Dimension reduction", + "k-means", + "Hierarchical clustering", + "DBSCAN", + "HDBSCAN", + "DenPeak", + "PCA", + "t-SNE", + "MDS" ], "platform": [ "jupyter" -- GitLab