Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
R3
howto-cards
Commits
703e2132
Commit
703e2132
authored
Aug 03, 2021
by
Laurent Heirendt
✈
Browse files
Merge branch 'develop' into 'master'
[release] Regular merge of develop See merge request
!285
parents
883ea298
de0f7265
Pipeline
#44901
passed with stages
in 1 minute and 31 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.ci/generateIndex.py
View file @
703e2132
...
...
@@ -20,6 +20,9 @@ def build_link(title, href):
elif
(
'handbook-annexes'
in
href
):
href
=
href
.
replace
(
'handbook-annexes'
,
'handbook'
).
strip
()
# add relative url
href
=
"{{ '"
+
href
+
"' | relative_url }}"
return
f
'
\t\t\t
<li><a href="
{
href
}
">
{
title
}
</a></li>
\n
'
def
build_section_start
(
title
,
shortcut
):
...
...
@@ -198,8 +201,8 @@ for s in sections:
index
+=
"
\n
</div>"
## add link to return to main index
index
+=
"<br><center><a href=
'/'
>go back</a></center>"
index
+=
"<br><center><a href='/cards'>Overview of all HowTo cards</a></center>"
index
+=
""
"<br><center><a href=
"{{ '/' | relative_url }}"
>go back</a></center>"
""
index
+=
""
"<br><center><a href=
"{{
'/cards'
| relative_url }}"
>Overview of all HowTo cards</a></center>"
""
# output the index
#print(index)
...
...
cards.md
View file @
703e2132
...
...
@@ -34,68 +34,68 @@ order: -1
<div class="index-box noborderbox" id="access">
<h3>Access</h3>
<ul>
<li><a href="external/access/harrenhal-access">HARRENHAL access</a></li>
<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>
<li><a href="
{{ '
external/access/harrenhal-access
' | relative_url }}
">HARRENHAL access</a></li>
<li><a href="
{{ '
external/access/lums-passwords
' | relative_url }}
">LUMS account</a></li>
<li><a href="
{{ '
external/access/passwords
' | relative_url }}
">Managing your passwords</a></li>
<li><a href="
{{ '
external/access/vpn-cerbere-access
' | relative_url }}
">VPN/CERBERE connection</a></li>
</ul>
</div>
<div class="index-box noborderbox" id="contribute">
<h3>Contribute</h3>
<ul>
<li><a href="external/contribute/git-clients">Git clients</a></li>
<li><a href="external/contribute/install-git">Installation of Git</a></li>
<li><a href="external/contribute/markdown">Markdown</a></li>
<li><a href="external/contribute/mirror-fork">Mirror fork automatically</a></li>
<li><a href="external/contribute/vscode">Contribute using Visual Studio Code</a></li>
<li><a href="external/contribute/web-ide">Contribute using Gitlab Web IDE</a></li>
<li><a href="
{{ '
external/contribute/git-clients
' | relative_url }}
">Git clients</a></li>
<li><a href="
{{ '
external/contribute/install-git
' | relative_url }}
">Installation of Git</a></li>
<li><a href="
{{ '
external/contribute/markdown
' | relative_url }}
">Markdown</a></li>
<li><a href="
{{ '
external/contribute/mirror-fork
' | relative_url }}
">Mirror fork automatically</a></li>
<li><a href="
{{ '
external/contribute/vscode
' | relative_url }}
">Contribute using Visual Studio Code</a></li>
<li><a href="
{{ '
external/contribute/web-ide
' | relative_url }}
">Contribute using Gitlab Web IDE</a></li>
</ul>
</div>
<div class="index-box noborderbox" id="exchange-channels">
<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>
<li><a href="
{{ '
external/exchange-channels/asperaweb
' | relative_url }}
">AsperaWEB Quick Guide</a></li>
<li><a href="
{{ '
external/exchange-channels/calendar
' | relative_url }}
">Sharing calendar in Microsoft Exchange</a></li>
<li><a href="
{{ '
external/exchange-channels/owncloud
' | relative_url }}
">Owncloud</a></li>
</ul>
</div>
<div class="index-box noborderbox" id="general">
<h3>General</h3>
<ul>
<li><a href="external/general/attend-webex">Attend the LCSB Team Meeting online (webex)</a></li>
<li><a href="external/general/remote-working">Work remotely</a></li>
<li><a href="
{{ '
external/general/attend-webex
' | relative_url }}
">Attend the LCSB Team Meeting online (webex)</a></li>
<li><a href="
{{ '
external/general/remote-working
' | relative_url }}
">Work remotely</a></li>
</ul>
</div>
<div class="index-box noborderbox" id="integrity">
<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/cloud">Data upload to cloud</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>
<li><a href="external/integrity/organization">Organization</a></li>
<li><a href="external/integrity/spreadsheets">Working with spreadsheets</a></li>
<li><a href="
{{ '
external/integrity/checksum
' | relative_url }}
">Ensuring Integrity of Data Files with Checksums</a></li>
<li><a href="
{{ '
external/integrity/encryption/cloud
' | relative_url }}
">Data upload to cloud</a></li>
<li><a href="
{{ '
external/integrity/encryption/disk
' | relative_url }}
">Encrypting the Startup Disk for Your Laptop/Desktop</a></li>
<li><a href="
{{ '
external/integrity/encryption/file
' | relative_url }}
">Encrypting Files and Folders</a></li>
<li><a href="
{{ '
external/integrity/naming
' | relative_url }}
">Naming files</a></li>
<li><a href="
{{ '
external/integrity/organization
' | relative_url }}
">Organization</a></li>
<li><a href="
{{ '
external/integrity/spreadsheets
' | relative_url }}
">Working with spreadsheets</a></li>
</ul>
</div>
<div class="index-box noborderbox" id="lab">
<h3>Lab</h3>
<ul>
<li><a href="external/lab/book-lab-equipment">How to book a Lab Equipment in Quarks</a></li>
<li><a href="external/lab/dishwasher-utilization-and-maintenance">Dishwasher utilization and maintenance</a></li>
<li><a href="external/lab/handwashing">Handwashing</a></li>
<li><a href="external/lab/lab-coats">Lab coats</a></li>
<li><a href="external/lab/maintenance_of_cold_traps">Maintenance of cold traps </a></li>
<li><a href="external/lab/personal-alert-safety-system">Personal alert safety system (PASS)</a></li>
<li><a href="external/lab/quarks-chemical-platform">Quarks - Chemical platform</a></li>
<li><a href="external/lab/utilization-of-balances">Utilization of balances</a></li>
<li><a href="external/lab/utilization-of-pH-meter">Utilization of pH meter</a></li>
<li><a href="
{{ '
external/lab/book-lab-equipment
' | relative_url }}
">How to book a Lab Equipment in Quarks</a></li>
<li><a href="
{{ '
external/lab/dishwasher-utilization-and-maintenance
' | relative_url }}
">Dishwasher utilization and maintenance</a></li>
<li><a href="
{{ '
external/lab/handwashing
' | relative_url }}
">Handwashing</a></li>
<li><a href="
{{ '
external/lab/lab-coats
' | relative_url }}
">Lab coats</a></li>
<li><a href="
{{ '
external/lab/maintenance_of_cold_traps
' | relative_url }}
">Maintenance of cold traps </a></li>
<li><a href="
{{ '
external/lab/personal-alert-safety-system
' | relative_url }}
">Personal alert safety system (PASS)</a></li>
<li><a href="
{{ '
external/lab/quarks-chemical-platform
' | relative_url }}
">Quarks - Chemical platform</a></li>
<li><a href="
{{ '
external/lab/utilization-of-balances
' | relative_url }}
">Utilization of balances</a></li>
<li><a href="
{{ '
external/lab/utilization-of-pH-meter
' | relative_url }}
">Utilization of pH meter</a></li>
</ul>
</div>
</div><br><center><a
href=
'/'
>
go back
</a></center><br><center><a
href=
'/cards'
>
Overview of all HowTo cards
</a></center>
\ No newline at end of file
</div><br><center><a
href=
"{{ '/' | relative_url }}"
>
go back
</a></center><br><center><a
href=
"{{ '/cards' | relative_url }}"
>
Overview of all HowTo cards
</a></center>
\ No newline at end of file
external/lab/quarks-chemical-platform/quarks-chemical-platform.md
View file @
703e2132
---
layout
:
page
permalink
:
/external/lab/quarks-chemical-platform/
shortcut
:
lab:quarks-chemical-platform
redirect_from
:
-
/cards/lab:quarks-chemical-platform
-
/external/cards/lab:quarks-chemical-platform
---
# Quarks - Chemical platform
## How to access Quarks?
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment