Forked from
R3 / howto-cards LEGACY VERSION
1601 commits behind the upstream repository.
-
Laurent Heirendt authoredLaurent Heirendt authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
To learn more about this project, read the wiki.
index.md 2.76 KiB
layout: default
title: Home
order: 1
{% comment %} This is to be moved to separate CSS file after feature is accepted {% endcomment %}
.index-box-container { display: flex; flex-wrap: wrap; } .index-box { width: 38%; margin-right: 4%; padding: 10px 20px 0px 20px; border: solid 2px #efefef; margin-bottom: min(35px, 5%); border-radius: 0 0 15px 15px; border-top: solid 5px #4085e4; } @media (max-width: 800px) { .index-box { width: 100%; margin-right: 0; } } .index-box:hover { /* border-color: #60a5f4; */ border-color: #ddd; border-top: solid 5px #4085ef; } .index-box > h3 { font-size: 20pt; color: #444; margin-block-end: 10px; border-bottom: solid 1px #e8e8e8; } .index-box > ul { margin-block-end: 12px; }LCSB How-to Cards
The Bioinformatics Core and Lab Support teams assist researchers from the Luxembourg Centre for Systems Biomedicine (LCSB) with the organization, management, and curation of research data through its R3 initiative. The How-to cards are intended to provide practical guidance in implementing Data Management, Data Protection, IT setup, lab support, and others.
All categories
<div class="index-box">
<h3>Access</h3>
<ul>
<li><a href="external/access/lums-passwords">LUMS account</a></li>
<li><a href="external/access/passwords">Managing your passwords</a></li>
<li><a href="external/access/vpn-cerbere-access">VPN/CERBERE connection</a></li>
</ul>
</div>
<div class="index-box">
<h3>Contribute</h3>
<ul>
<li><a href="external/contribute/add-edit-card">How to add or edit a howto card</a></li>
<li><a href="external/contribute/git-clients">Git clients</a></li>
<li><a href="external/contribute/markdown">Markdown</a></li>
</ul>
</div>
<div class="index-box">
<h3>Exchange channels</h3>
<ul>
<li><a href="external/exchange-channels/asperaweb">AsperaWEB Quick Guide</a></li>
<li><a href="external/exchange-channels/calendar">Sharing calendar in Microsoft Exchange</a></li>
<li><a href="external/exchange-channels/owncloud">Owncloud</a></li>
</ul>
</div>
<div class="index-box">
<h3>Integrity</h3>
<ul>
<li><a href="external/integrity/checksum">Ensuring Integrity of Data Files with Checksums</a></li>
<li><a href="external/integrity/encryption/disk">Encrypting the Startup Disk for Your Laptop/Desktop</a></li>
<li><a href="external/integrity/encryption/file">Encrypting Files and Folders</a></li>
<li><a href="external/integrity/naming">Naming files</a></li>
</ul>
</div>