From db87d81ed5f3e69870f2090102bfeb55b95009d8 Mon Sep 17 00:00:00 2001 From: Helena Date: Thu, 26 Sep 2024 17:20:47 +0200 Subject: [PATCH] add rstudio --- _plugins/jekyll-jsonld.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_plugins/jekyll-jsonld.rb b/_plugins/jekyll-jsonld.rb index a8bb42036d25aa..9867687354b880 100644 --- a/_plugins/jekyll-jsonld.rb +++ b/_plugins/jekyll-jsonld.rb @@ -891,6 +891,11 @@ def generate_material_jsonld(material, topic, site) url: url, name: "Quarto/RMarkdown Notebook" }) + mentions.push({ + '@type': 'Thing', + url: "https://bio.tools/tool/rstudio", + name: "RStudio" + }) end end