From 64aad99bdf8b28bade86b0fd0fd78fa75be88f6b Mon Sep 17 00:00:00 2001 From: Simon Malesys <simon.malesys@pasteur.fr> Date: Mon, 5 Feb 2024 11:47:09 +0100 Subject: [PATCH] Add new citations --- client/pages/citations.vue | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/client/pages/citations.vue b/client/pages/citations.vue index cdfdc6a9..c0616009 100644 --- a/client/pages/citations.vue +++ b/client/pages/citations.vue @@ -25,6 +25,26 @@ <span class="journal">Bioinformatics. 2019 Nov 1;35(22):4837-4839.</span> <a class="doi" href="https://doi.org/10.1093/bioinformatics/btz466" target="_blank">doi: 10.1093/bioinformatics/btz466.</a> </cite> + + <h2>Additional publications tied to JASS</h2> + + <cite class="citation"> + <span class="authors">Suzuki, Y., Ménager, H., Brancotte, B., Vernet, R., Nerin, C., Boetto, C., Auvergne, A., Linhard, C., Torchet, R., Lechat, P., Troubat, L., Cho, M.H., Bouzigon, E., Aschard, H., Julienne, H., 2023.</span> + <span class="title">Trait selection strategy in multi-trait GWAS: Boosting SNPs discoverability.</span> + <a href="https://doi.org/10.1101/2023.10.27.564319" class="doi">doi.org/10.1101/2023.10.27.564319</a> + </cite> + + <cite class="citation"> + <span class="authors">Troubat, L., Fettahoglu, D., Henches, L., Aschard, H., Julienne, H., 2023.</span> + <span class="title">Multi-trait GWAS for diverse ancestries: Mapping the knowledge gap.</span> + <a href="https://doi.org/10.1101/2023.06.23.546248" class="doi">doi.org/10.1101/2023.06.23.546248</a> + </cite> + + <cite class="citation"> + <span class="authors">Auvergne, A., Traut, N., Henches, L., Troubat, L., Frouin, A., Boetto, C., Kazem, S., Julienne, H., Toro, R., Aschard, H., 2023.</span> + <span class="title">Linking the genetic structure of neuroanatomical phenotypes with psychiatric disorders.</span> + <a href="https://doi.org/10.1101/2023.11.01.564329" class="doi">doi.org/10.1101/2023.11.01.564329</a> + </cite> </div> </template> -- GitLab