Skip to content
Snippets Groups Projects
Commit 376b7203 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

Merge branch 'rename' into 'develop'

change all references to labcards

See merge request R3/howto-cards!16
parents bf4af641 52d0403f
No related branches found
No related tags found
No related merge requests found
......@@ -13,20 +13,20 @@
}
});
}
UrlExists('https://r3-core.pages.uni.lu/labCards-internal/index.html', function(status){
UrlExists('https://r3-core.pages.uni.lu/howto-cards-internal/index.html', function(status){
if(status === 200){
// internal pages
window.location.href = 'https://r3-core.pages.uni.lu/labCards-internal/stable';
window.location.href = 'https://r3-core.pages.uni.lu/howto-cards-internal/stable';
} else {
// external pages
window.location.href = 'https://r3.pages.uni.lu/labCards/stable';
window.location.href = 'https://r3.pages.uni.lu/howto-cards/stable';
}
});
</script>
</head>
<body>
<p>
Please follow to <a href="https://r3.pages.uni.lu/labCards/stable">https://r3.pages.uni.lu/labCards/stable</a>!
Please follow to <a href="https://r3.pages.uni.lu/howto-cards/stable">https://r3.pages.uni.lu/howto-cards/stable</a>!
</p>
</body>
</html>
......@@ -16,7 +16,7 @@ for branch in $(git for-each-ref --format='%(refname:strip=3)' refs/remotes); do
git reset --hard $branch
# build the website
bundle exec jekyll build --baseurl="labCards/$artefact" -d "public/$artefact"
bundle exec jekyll build --baseurl="howto-cards/$artefact" -d "public/$artefact"
done
# checkout the current branch
......
......@@ -8,4 +8,26 @@
_site
.sass-cache
.jekyll-metadata
Gemfile.lock
\ No newline at end of file
Gemfile.lock
index.html
package-lock.json
dist/
public/
node_modules/
dist
*.log
.sass-cache
.grunt
.DS_Store
yarn.lock
stable/
latest/
Gruntfile.coffee
!template/Gruntfile.coffee
package.json
!template/package.json
20*/*/theme
!./theme
./theme/package.json
__pycache__/
contribute.egg-info/
......@@ -12,18 +12,18 @@
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: R3 LabCards for Data Management and IT.
title: R3 howto-cards for Data Management and IT.
email: lcsb-sysadmins@uni.lu
description: >- # this means to ignore newlines until "baseurl:"
Bioinformatics Core assists LCSB researchers with the organization, management, and curation of research data through its R3 initiative.
This page is an index for lab cards that are intended to provide practical guidance in implementing Data Management, Data Protection and IT setup.
# URL settings (the most difficult part, please refer to the guide)
baseurl: "/labCards" # the subpath of your site, e.g. /gitlab-repository-name
baseurl: "/howto-cards" # the subpath of your site, e.g. /gitlab-repository-name
url: "https://r3.pages.uni.lu" # the base hostname & protocol for your site, e.g. http://gitlab-namespace-name.pages.uni.lu/
# Banner settings
banner: labcard # When you have custom images, change this setting's value to the name of the folder containing them
banner: howto-card # When you have custom images, change this setting's value to the name of the folder containing them
logo: small # Change to "big" (without quotas) in case of having broad logo
date: "2019"
......
......@@ -5,7 +5,7 @@ permalink: /external/daisy/
---
# <a name="top"></a>DAISY User Guide
{:.no_toc}
This LabCard is the user guide for the Data Information System (DAISY). If it is your first time with the guide then start with Section **DAISY at a Glance**.
This howto-card is the user guide for the Data Information System (DAISY). If it is your first time with the guide then start with Section **DAISY at a Glance**.
* TOC
{:toc}
......
......@@ -5,7 +5,7 @@ permalink: /external/exchange-channels/
# Exchanging Research Data with Collaborators
{:.no_toc}
LCSB provides two channels for the exchange of data with research collaborators **ownCloud** and **Data Upload Manager (DUMA)**. This labcard provides information on the use of these exchange channels.
LCSB provides two channels for the exchange of data with research collaborators **ownCloud** and **Data Upload Manager (DUMA)**. This howto-card provides information on the use of these exchange channels.
* TOC
{:toc}
......
......@@ -8,7 +8,7 @@ order: 1
Bioinformatics Core assists Luxembourg Centre for Systems Biomedicine ([LCSB](https://www.uni.lu/lcsb)) researchers with the organization, management, and curation of research data through its R3 initiative. This page is an index for lab cards that are intended to provide practical guidance in implementing Data Management, Data Protection and IT setup.
## Current LabCards
## Current howto-cards
* [Exchange data with collaborators](./external/exchange-channels/)
* [Registering human-subject data to DAISY](./external/daisy/)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment