index.md 3.19 KB
Newer Older
1
---
2
layout: landing
3 4 5 6
title: Home
order: 1
---

7
{% comment %}
Laurent Heirendt's avatar
Laurent Heirendt committed
8
The Bioinformatics Core and Lab Support teams assist researchers from the Luxembourg Centre for Systems Biomedicine ([LCSB](https://wwwen.uni.lu/lcsb)) with the organization, management, and curation of research data through its R3 initiative.
9 10 11 12 13 14 15 16 17
The How-to cards are intended to provide practical guidance in implementing Data Management, Data Protection, IT setup, lab support, and others.
{% endcomment %}

<script>
    window.cards = [
       {
            "title": "General",
            "caption": "I need information on LCSB operations",
            "icon": "<i class=\"large material-icons\">sticky_note_2</i>",
Laurent Heirendt's avatar
fix bug  
Laurent Heirendt committed
18
            "link": "{{ '/cards#general' | relative_url }}"
19
        },
20 21 22 23 24 25
        {
            "title": "On&Off boarding",
            "caption": "A new colleague joined or my current colleague will leave. What do I have to do?",
            "icon": "<i class=\"large material-icons\">compare_arrows</i>",
            "link": "{{ '/cards#on-offboarding' | relative_url }}"
        },
26 27 28 29
        {
            "title": "Access",
            "caption": "How can I get access to systems and infrastructure?",
            "icon": "<i class=\"large material-icons\">login</i>",
Laurent Heirendt's avatar
fix bug  
Laurent Heirendt committed
30
            "link": "{{ '/cards#access' | relative_url }}"
31 32 33 34 35
        },
        {
            "title": "Contribute",
            "caption": "I want to share my knowledge and expertise. How?",
            "icon": "<i class=\"large material-icons\">add_circle</i>",
Laurent Heirendt's avatar
fix bug  
Laurent Heirendt committed
36
            "link": "{{ '/cards#contribute' | relative_url }}"
37
        },
Laurent Heirendt's avatar
Laurent Heirendt committed
38 39 40 41 42 43
        {
            "title": "Backup",
            "caption": "Guidelines regarding backing up your data",
            "icon": "<i class=\"large material-icons\">backup</i>",
            "link": "{{ '/cards#backup' | relative_url }}"
        },
44 45 46 47
        {
            "title": "Exchange channels",
            "caption": "I am looking to share data or information",
            "icon": "<i class=\"large material-icons\">multiple_stop</i>",
Laurent Heirendt's avatar
fix bug  
Laurent Heirendt committed
48
            "link": "{{ '/cards#exchange-channels' | relative_url }}"
49 50 51 52 53
        },
        {
            "title": "Integrity",
            "caption": "I want to ensure that my work and research is compliant and reusable",
            "icon": "<i class=\"large material-icons\">vpn_key</i>",
Laurent Heirendt's avatar
fix bug  
Laurent Heirendt committed
54
            "link": "{{ '/cards#integrity' | relative_url }}"
55
        },
Laurent Heirendt's avatar
Laurent Heirendt committed
56 57 58 59
        {
            "title": "Lab",
            "caption": "I need information on wetlab equipment and procedures",
            "icon": "<i class=\"large material-icons\">science</i>",
Laurent Heirendt's avatar
fix bug  
Laurent Heirendt committed
60
            "link": "{{ '/cards#lab' | relative_url }}"
Laurent Heirendt's avatar
Laurent Heirendt committed
61
        },
62 63 64 65 66 67 68 69 70 71 72 73
        {
            "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 }}"
        }
74 75 76 77 78 79
    ];

    document.addEventListener('DOMContentLoaded', function() {
        window.start_cards();
    }, false);

Laurent Heirendt's avatar
fix bug  
Laurent Heirendt committed
80
</script>