Skip to content

Commit 6c07f52

Browse files
authored
Merge branch 'galaxyproject:main' into main
2 parents cf83ff1 + 16754af commit 6c07f52

File tree

382 files changed

+1223
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

382 files changed

+1223
-2
lines changed

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
pull-requests: write
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/labeler@v6
12+
- uses: actions/labeler@v4
1313
with:
1414
repo-token: "${{ secrets.GITHUB_TOKEN }}"
1515
sync-labels: true

CONTRIBUTORS.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -677,6 +677,7 @@ Sch-Da:
677677
- uni-freiburg
678678
- deKCD
679679
- elixir-europe
680+
- nfdi4culture
680681

681682
dadrasarmin:
682683
name: Armin Dadras

GRANTS.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,17 @@ nfdi4bioimage:
203203
url: https://nfdi4bioimage.de
204204
avatar: "/training-material/shared/images/nfdi4bioimage.jpeg"
205205

206+
nfdi4culture:
207+
name: "NFDI4Culture – Consortium for Research Data on Material and Immaterial Cultural Heritage"
208+
short_name: "NFDI4Culture"
209+
joined: 2025-08
210+
avatar: "https://upload.wikimedia.org/wikipedia/commons/5/5d/NFDI4Culture_Logo.png"
211+
github: false
212+
url: https://nfdi4culture.de/
213+
funder_name: DFG
214+
funding_id: "441958017"
215+
funding_database: dfg
216+
206217
nfdi4plants:
207218
short_name: DataPLANT
208219
name: DataPLANT (NFDI4Plants)

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ GEM
128128
ffi (~> 1.0)
129129
rdoc (6.9.1)
130130
psych (>= 4.0.0)
131-
rexml (3.3.9)
131+
rexml (3.4.2)
132132
rorvswild_theme_rdoc (0.2)
133133
rouge (4.1.3)
134134
ruby-rc4 (0.1.5)

_plugins/gtn.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,8 @@ def convert_to_material_list(site, materials)
365365

366366
if m.key?('time')
367367
found['time'] = m['time']
368+
else
369+
found['time'] = nil
368370
end
369371
found
370372
elsif m.key?('type') && m['type'] == 'faq'
-1.36 KB
-246 Bytes

assets/css/images/marker-icon.png

-78 Bytes

assets/images/GTN-400px.png

-469 Bytes

assets/images/GTN-60px.png

-118 Bytes

0 commit comments

Comments
 (0)