From 654a1d2485afa33d91732f7c9ae8464206299c72 Mon Sep 17 00:00:00 2001 From: AJRubio-Montero <antonio.rubio@ciemat.es> Date: Thu, 15 Sep 2022 12:57:10 +0200 Subject: [PATCH] Update how_to_join_LAGO_VO.md --- docs/howtos/how_to_join_LAGO_VO.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/howtos/how_to_join_LAGO_VO.md b/docs/howtos/how_to_join_LAGO_VO.md index 47c5d06..10a8800 100644 --- a/docs/howtos/how_to_join_LAGO_VO.md +++ b/docs/howtos/how_to_join_LAGO_VO.md @@ -46,9 +46,9 @@ Every collaborator should belong to some LAGO scientific group. To apply for one ``https://mms.eduteams.org/fed/registrar/?vo=LAGO-AAI&group=<GROUP>`` The collaborations are mainly distributed by countries, where every person corresponds to one group: -{% assign countries = "argentina, colombia, spain" | split: ", " %} +{% assign countries = "argentina, bolivia, brazil, chile, colombia, ecuador, guatamala, mexico, peru, spain" | split: ", " %} {% for c in countries %} - - {{c}} : [https://mms.eduteams.org/fed/registrar/?vo=LAGO-AAI&group={{c}}](https://mms.eduteams.org/fed/registrar/?vo=LAGO-AAI&group={{c}}) + - "{{c}}" : [https://mms.eduteams.org/fed/registrar/?vo=LAGO-AAI&group={{c}}](https://mms.eduteams.org/fed/registrar/?vo=LAGO-AAI&group={{c}}) {% endfor %} -- GitLab