diff --git a/_plugins/jekyll-topic-filter.rb b/_plugins/jekyll-topic-filter.rb index 9cc19fc12f39d4..733dc0575a1937 100644 --- a/_plugins/jekyll-topic-filter.rb +++ b/_plugins/jekyll-topic-filter.rb @@ -583,8 +583,6 @@ def self.process_pages(site, pages) p.data['redirect_from'].uniq! end - pp materials - p site.data.keys materials end diff --git a/news/_posts/2023-10-05-wendi.md b/news/_posts/2023-10-05-wendi.md index 7dee09b4dd6dab..a2a7b5679e1c4d 100644 --- a/news/_posts/2023-10-05-wendi.md +++ b/news/_posts/2023-10-05-wendi.md @@ -1,5 +1,5 @@ --- -title: "New Feature: Embeddable GTN Tutorial Lists and UseGalaxy.* Workflow List Widgets" +title: "New Feature: Embeddable GTN Tutorial Lists and UseGalaxy Workflow List Widgets" contributions: authorship: [hexylena] testing: [nomadscientist] @@ -9,25 +9,44 @@ layout: news We at the GTN strive to bring you the most fun and fancy features we can in a completely static site! Today we're addressing the question of Wendi Bacon who needed a solution for keeping her [single cell](https://singlecell.usegalaxy.eu) subdomain up-to-date with all the latest happenings in the Single Cell world. + +## Tutorial List + In order to help her keep her tutorial list updated, we turned every tag on the GTN into an embeddable widget - + You can embed a tag by using the url format ```html -{{ site.url }}{{ site.baseurl }}/tags/TAG/embed.html + ``` +## UseGalaxy.\* Workflow List + We also made a widget for the UseGalaxy.\* Workflow List so you can embed the latest and greatest workflows with any given tag/name from any of the UseGalaxy.\* servers! - + You can embed this workflow listing by using the following code, just swap out your search term! ```html + height="300px" width="100%" class="gtn-embed"> ``` +## Javascript + +Do you not like how you have to scroll those `iframes` above? Well there's a +fix for that! Simply add the javascript snippet below somewhere in the page. + +```html + +``` + + + If you have any ideas for new features or improvements, please [open an issue on GitHub](https://github.com/galaxyproject/training-material/issues/)