From 0be1ec25a65e08abad5e5302565d1ab90b86643c Mon Sep 17 00:00:00 2001 From: laurentheirendt <laurent.heirendt@uni.lu> Date: Fri, 27 Aug 2021 13:24:07 +0200 Subject: [PATCH] add index and publication to index --- index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/index.md b/index.md index 6e3b6f5e..402cb7a9 100644 --- a/index.md +++ b/index.md @@ -59,6 +59,18 @@ The How-to cards are intended to provide practical guidance in implementing Data "icon": "<i class=\"large material-icons\">science</i>", "link": "{{ '/cards#lab' | relative_url }}" }, + { + "title": "Publication", + "caption": "I want to publish my article", + "icon": "<i class=\"large material-icons\">menu_book</i>", + "link": "{{ '/cards#publication' | relative_url }}" + }, + { + "title": "PPC", + "caption": "I need information on the pre-publication check (PPC)", + "icon": "<i class=\"large material-icons\">fact_check</i>", + "link": "{{ '/cards#ppc' | relative_url }}" + } ]; document.addEventListener('DOMContentLoaded', function() { -- GitLab