+ {paper.title} +
++ {paper.authors.map((a, i) => ( + <> + {a.name} + {a.orcid && ( + + ORCID + + + )} + {i < paper.authors.length - 1 ? ", " : ""} + > + ))} +
++ {getVenueString(paper.publicationInfo)} +
++ Nix is a research project who's time to solve today's software + distribution issues has come. +
++ Nix got started as a research project by Eelco Dolstra and his + collaborators, which over time attracted a dedicated community based on + its revolutionary ideas. +
++ As a part of this growing community, a new crop of researchers has + discovered Nix as a fitting tool to tackle todays issues scientific and + binary reproducibility, software distribution and supply chain security. +
++ {paper.authors.map((a, i) => ( + <> + {a.name} + {a.orcid && ( + + ORCID + + + )} + {i < paper.authors.length - 1 ? ", " : ""} + > + ))} +
++ {getVenueString(paper.publicationInfo)} +
+