From d97d98d074a1d0a6a24900c0eb2336ef1cd9fd68 Mon Sep 17 00:00:00 2001 From: Francisco Manuel Martin Zamora Date: Tue, 29 Oct 2024 22:42:27 +0000 Subject: [PATCH] added two spanish scientists with occasion of the nextflow 2024 summit in Barcelona --- .../src/main/groovy/nextflow/util/NameGenerator.groovy | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/nextflow/src/main/groovy/nextflow/util/NameGenerator.groovy b/modules/nextflow/src/main/groovy/nextflow/util/NameGenerator.groovy index 8877622f0c..dad692bab8 100644 --- a/modules/nextflow/src/main/groovy/nextflow/util/NameGenerator.groovy +++ b/modules/nextflow/src/main/groovy/nextflow/util/NameGenerator.groovy @@ -628,6 +628,9 @@ class NameGenerator { // Robert Noyce invented silicone integrated circuits and gave Silicon Valley its name. https://en.wikipedia.org/wiki/Robert_Noyce "noyce", + // Severo Ochoa was a Spanish physician and biochemist, best known for being the winner of the 1959 Nobel Prize in Physiology or Medicine together with Arthur Kornberg for their discovery of the mechanisms in the biological synthesis of RNA and DNA. https://en.wikipedia.org/wiki/Severo_Ochoa + "ochoa", + // Pāṇini - Ancient Indian linguist and grammarian from 4th century CE who worked on the world's first formal system. https://en.wikipedia.org/wiki/P%C4%81%E1%B9%87ini#Comparison_with_modern_formal_systems "panini", @@ -700,6 +703,9 @@ class NameGenerator { // Meghnad Saha - Indian astrophysicist best known for his development of the Saha equation, used to describe chemical and physical conditions in stars. https://en.wikipedia.org/wiki/Meghnad_Saha "saha", + // Margarita Salas - Spanish biochemist and molecular biologist, best known for her discovery and characterisation of the Φ29 phage DNA polymerase. https://en.wikipedia.org/wiki/Margarita_Salas + "salas", + // Jean E. Sammet developed FORMAC, the first widely used computer language for symbolic manipulation of mathematical formulas. https://en.wikipedia.org/wiki/Jean_E._Sammet "sammet",