Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Oct 8, 2024
1 parent 8517c05 commit 8af87b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _plugins/gtn/ro-crate.rb
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ def self.write(site, dir, associated_material, workflow, url, baseurl, time_base
['Workflow Author(s)', workflow['creators'].map { |c| c['name'] }],
['Tutorial Author(s)', Gtn::Contributors.get_authors(associated_material).map { |n| name2md(site, n) }],
['Tutorial Contributor(s)', Gtn::Contributors.get_non_authors(associated_material).map { |n| name2md(site, n) }],
['Funder(s)', Gtn::Contributors.get_funders(associated_material).map { |n| name2md(site, n) }],
['Funder(s)', Gtn::Contributors.get_funders(site, associated_material).map { |n| name2md(site, n) }],
['Grants(s)', Gtn::Contributors.get_grants(site, associated_material).map { |n| name2md(site, n) }],
].reject { |_, v| v.empty? }

description = %Q(
Expand Down

0 comments on commit 8af87b6

Please sign in to comment.