diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b88e8d6..7bba855a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ * Un-pin the scPRINT version and update parameters (PR #51) * Update scPRINT to better handle large datasets, including a new default model (PR #54) +* Credit contributors missing from the authors list, and fix Martin Kim's orcid (PR #100). ## Bug fixes diff --git a/README.md b/README.md index e46ee430..a7899cbf 100644 --- a/README.md +++ b/README.md @@ -46,18 +46,25 @@ extensive benchmark of single-cell data integration methods. ## Authors & contributors -| Name | Roles | Orcid | Github | -|:------------------|:-------------------|:--------------------|:-------------| -| Michaela Mueller | maintainer, author | 0000-0002-1401-1785 | mumichae | -| Malte Luecken | author | 0000-0001-7464-7921 | LuckyMD | -| Daniel Strobl | author | 0000-0002-5516-7057 | danielStrobl | -| Robrecht Cannoodt | author | 0000-0003-3641-729X | rcannood | -| Luke Zappia | author | 0000-0001-7744-8565 | lazappi | -| Scott Gigante | contributor | 0000-0002-4544-2764 | scottgigante | -| Kai Waldrant | contributor | 0009-0003-8555-1361 | KaiWaldrant | -| Martin Kim | contributor | 0009-0003-8555-1361 | martinkim0 | -| Sai Nirmayi Yasa | contributor | 0009-0003-6319-9803 | sainirmayi | -| Jeremie Kalfon | contributor | 0000-0002-2818-9728 | jkobject | +| Name | Roles | Github | Orcid | +|:------------------|:-------------------|:-----------------|:--------------------| +| Michaela Mueller | maintainer, author | mumichae | 0000-0002-1401-1785 | +| Malte Luecken | author | LuckyMD | 0000-0001-7464-7921 | +| Daniel Strobl | author | danielStrobl | 0000-0002-5516-7057 | +| Robrecht Cannoodt | author | rcannood | 0000-0003-3641-729X | +| Luke Zappia | author | lazappi | 0000-0001-7744-8565 | +| Jeremie Kalfon | author | jkobject | 0000-0002-2818-9728 | +| Seo Hyon Kim | author | seohyonkim | 0009-0007-3062-4681 | +| Josep Garnica | author | JGarnica22 | 0000-0001-9493-1321 | +| Scott Gigante | contributor | scottgigante | 0000-0002-4544-2764 | +| Kai Waldrant | contributor | KaiWaldrant | 0009-0003-8555-1361 | +| Martin Kim | contributor | martinkim0 | | +| Sai Nirmayi Yasa | contributor | sainirmayi | 0009-0003-6319-9803 | +| Tianyu Liu | contributor | HelloWorldLTY | 0000-0002-9412-6573 | +| Calvin McCarter | contributor | calvinmccarter | 0000-0002-7257-1350 | +| Daniel Schaffer | contributor | schafferde | | +| Stephen Chung | contributor | stephen-chung-mh | 0009-0009-5833-9721 | +| Wendao Liu | contributor | liuwd15 | 0000-0002-5124-9338 | ## API diff --git a/_viash.yaml b/_viash.yaml index 626b71f8..82732d58 100644 --- a/_viash.yaml +++ b/_viash.yaml @@ -71,6 +71,21 @@ authors: info: github: lazappi orcid: 0000-0001-7744-8565 + - name: Jeremie Kalfon + roles: [author] + info: + github: jkobject + orcid: 0000-0002-2818-9728 + - name: Seo Hyon Kim + roles: [author] + info: + github: seohyonkim + orcid: 0009-0007-3062-4681 + - name: Josep Garnica + roles: [author] + info: + github: JGarnica22 + orcid: 0000-0001-9493-1321 - name: "Scott Gigante" roles: [ contributor ] info: @@ -85,17 +100,35 @@ authors: roles: [ contributor ] info: github: martinkim0 - orcid: "0009-0003-8555-1361" - name: Sai Nirmayi Yasa roles: [contributor] info: github: sainirmayi orcid: 0009-0003-6319-9803 - - name: Jeremie Kalfon + - name: Tianyu Liu roles: [contributor] info: - github: jkobject - orcid: 0000-0002-2818-9728 + github: HelloWorldLTY + orcid: 0000-0002-9412-6573 + - name: Calvin McCarter + roles: [contributor] + info: + github: calvinmccarter + orcid: 0000-0002-7257-1350 + - name: Daniel Schaffer + roles: [contributor] + info: + github: schafferde + - name: Stephen Chung + roles: [contributor] + info: + github: stephen-chung-mh + orcid: 0009-0009-5833-9721 + - name: Wendao Liu + roles: [contributor] + info: + github: liuwd15 + orcid: 0000-0002-5124-9338 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" }