Skip to content

Commit

Permalink
Merge pull request #5371 from galaxyproject/hexylena-patch-3
Browse files Browse the repository at this point in the history
misc jsonld
  • Loading branch information
hexylena authored Nov 7, 2024
2 parents f5767e7 + db87d81 commit d13364a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _plugins/jekyll-jsonld.rb
Original file line number Diff line number Diff line change
Expand Up @@ -922,6 +922,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

Expand Down

0 comments on commit d13364a

Please sign in to comment.