From 2f35204c057d3f81b06a43f912d532365cd4e672 Mon Sep 17 00:00:00 2001 From: Luca Leomazzi <76624347+LuLeom@users.noreply.github.com> Date: Thu, 18 Sep 2025 15:48:17 +0200 Subject: [PATCH] Add ORCID identifiers to authors and contributors --- _viash.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_viash.yaml b/_viash.yaml index 4e0b86cb..0b3f920f 100644 --- a/_viash.yaml +++ b/_viash.yaml @@ -50,6 +50,7 @@ authors: roles: [ "author", "maintainer" ] info: github: LuLeom + orcid: 0009-0002-0742-8504 - name: Givanna Putri roles: [ "author", "maintainer" ] info: @@ -64,10 +65,12 @@ authors: roles: [ "contributor" ] info: github: KatrienQ + orcid: 0000-0001-5306-5615 - name: Sofie Van Gassen roles: [ "contributor" ] info: github: SofieVG + orcid: 0000-0002-7119-5330 config_mods: | .runners[.type == "nextflow"].config.labels := { lowmem : "memory = 20.Gb", midmem : "memory = 50.Gb", highmem : "memory = 100.Gb", lowcpu : "cpus = 5", midcpu : "cpus = 15", highcpu : "cpus = 30", lowtime : "time = 1.h", midtime : "time = 4.h", hightime : "time = 8.h", veryhightime : "time = 24.h" }