Comment on Duke University lost NIH grants because they used the prefix "trans" in reference to disease transmission, transgenic genetic material, translational studies and signal transduction

kn0wmad1c@programming.dev ⁨1⁩ ⁨week⁩ ago

foreach (word in researchPaper) {
   if (word.ToLower().StartsWith("trans")) {
      shouldGiveFunding = false;
   }
}

source
Sort:hotnewtop