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

Merge branch 'revert-ce5adbe9' into 'master'

Revert "Merge branch 'develop' into 'master'"

See merge request R3/howto-cards!281
parents ce5adbe9 e591120b
No related branches found
No related tags found
No related merge requests found
...@@ -20,9 +20,6 @@ def build_link(title, href): ...@@ -20,9 +20,6 @@ def build_link(title, href):
elif ('handbook-annexes' in href): elif ('handbook-annexes' in href):
href = href.replace('handbook-annexes', 'handbook').strip() 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' return f'\t\t\t<li><a href="{href}">{title}</a></li>\n'
def build_section_start(title, shortcut): def build_section_start(title, shortcut):
...@@ -201,8 +198,8 @@ for s in sections: ...@@ -201,8 +198,8 @@ for s in sections:
index += "\n</div>" index += "\n</div>"
## add link to return to main index ## add link to return to main index
index += """<br><center><a href="{{ '/' | relative_url }}">go back</a></center>""" index += "<br><center><a href='/'>go back</a></center>"
index += """<br><center><a href="{{ '/cards' | relative_url }}">Overview of all HowTo cards</a></center>""" index += "<br><center><a href='/cards'>Overview of all HowTo cards</a></center>"
# output the index # output the index
#print(index) #print(index)
......
...@@ -34,68 +34,68 @@ order: -1 ...@@ -34,68 +34,68 @@ order: -1
<div class="index-box noborderbox" id="access"> <div class="index-box noborderbox" id="access">
<h3>Access</h3> <h3>Access</h3>
<ul> <ul>
<li><a href="{{ 'external/access/harrenhal-access' | relative_url }}">HARRENHAL access</a></li> <li><a href="external/access/harrenhal-access">HARRENHAL access</a></li>
<li><a href="{{ 'external/access/lums-passwords' | relative_url }}">LUMS account</a></li> <li><a href="external/access/lums-passwords">LUMS account</a></li>
<li><a href="{{ 'external/access/passwords' | relative_url }}">Managing your passwords</a></li> <li><a href="external/access/passwords">Managing your passwords</a></li>
<li><a href="{{ 'external/access/vpn-cerbere-access' | relative_url }}">VPN/CERBERE connection</a></li> <li><a href="external/access/vpn-cerbere-access">VPN/CERBERE connection</a></li>
</ul> </ul>
</div> </div>
<div class="index-box noborderbox" id="contribute"> <div class="index-box noborderbox" id="contribute">
<h3>Contribute</h3> <h3>Contribute</h3>
<ul> <ul>
<li><a href="{{ 'external/contribute/git-clients' | relative_url }}">Git clients</a></li> <li><a href="external/contribute/git-clients">Git clients</a></li>
<li><a href="{{ 'external/contribute/install-git' | relative_url }}">Installation of Git</a></li> <li><a href="external/contribute/install-git">Installation of Git</a></li>
<li><a href="{{ 'external/contribute/markdown' | relative_url }}">Markdown</a></li> <li><a href="external/contribute/markdown">Markdown</a></li>
<li><a href="{{ 'external/contribute/mirror-fork' | relative_url }}">Mirror fork automatically</a></li> <li><a href="external/contribute/mirror-fork">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/vscode">Contribute using Visual Studio Code</a></li>
<li><a href="{{ 'external/contribute/web-ide' | relative_url }}">Contribute using Gitlab Web IDE</a></li> <li><a href="external/contribute/web-ide">Contribute using Gitlab Web IDE</a></li>
</ul> </ul>
</div> </div>
<div class="index-box noborderbox" id="exchange-channels"> <div class="index-box noborderbox" id="exchange-channels">
<h3>Exchange channels</h3> <h3>Exchange channels</h3>
<ul> <ul>
<li><a href="{{ 'external/exchange-channels/asperaweb' | relative_url }}">AsperaWEB Quick Guide</a></li> <li><a href="external/exchange-channels/asperaweb">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/calendar">Sharing calendar in Microsoft Exchange</a></li>
<li><a href="{{ 'external/exchange-channels/owncloud' | relative_url }}">Owncloud</a></li> <li><a href="external/exchange-channels/owncloud">Owncloud</a></li>
</ul> </ul>
</div> </div>
<div class="index-box noborderbox" id="general"> <div class="index-box noborderbox" id="general">
<h3>General</h3> <h3>General</h3>
<ul> <ul>
<li><a href="{{ 'external/general/attend-webex' | relative_url }}">Attend the LCSB Team Meeting online (webex)</a></li> <li><a href="external/general/attend-webex">Attend the LCSB Team Meeting online (webex)</a></li>
<li><a href="{{ 'external/general/remote-working' | relative_url }}">Work remotely</a></li> <li><a href="external/general/remote-working">Work remotely</a></li>
</ul> </ul>
</div> </div>
<div class="index-box noborderbox" id="integrity"> <div class="index-box noborderbox" id="integrity">
<h3>Integrity</h3> <h3>Integrity</h3>
<ul> <ul>
<li><a href="{{ 'external/integrity/checksum' | relative_url }}">Ensuring Integrity of Data Files with Checksums</a></li> <li><a href="external/integrity/checksum">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/cloud">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/disk">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/encryption/file">Encrypting Files and Folders</a></li>
<li><a href="{{ 'external/integrity/naming' | relative_url }}">Naming files</a></li> <li><a href="external/integrity/naming">Naming files</a></li>
<li><a href="{{ 'external/integrity/organization' | relative_url }}">Organization</a></li> <li><a href="external/integrity/organization">Organization</a></li>
<li><a href="{{ 'external/integrity/spreadsheets' | relative_url }}">Working with spreadsheets</a></li> <li><a href="external/integrity/spreadsheets">Working with spreadsheets</a></li>
</ul> </ul>
</div> </div>
<div class="index-box noborderbox" id="lab"> <div class="index-box noborderbox" id="lab">
<h3>Lab</h3> <h3>Lab</h3>
<ul> <ul>
<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/book-lab-equipment">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/dishwasher-utilization-and-maintenance">Dishwasher utilization and maintenance</a></li>
<li><a href="{{ 'external/lab/handwashing' | relative_url }}">Handwashing</a></li> <li><a href="external/lab/handwashing">Handwashing</a></li>
<li><a href="{{ 'external/lab/lab-coats' | relative_url }}">Lab coats</a></li> <li><a href="external/lab/lab-coats">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/maintenance_of_cold_traps">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/personal-alert-safety-system">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/quarks-chemical-platform">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-balances">Utilization of balances</a></li>
<li><a href="{{ 'external/lab/utilization-of-pH-meter' | relative_url }}">Utilization of pH meter</a></li> <li><a href="external/lab/utilization-of-pH-meter">Utilization of pH meter</a></li>
</ul> </ul>
</div> </div>
</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> </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 \ No newline at end of file
---
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 # Quarks - Chemical platform
## How to access Quarks? ## How to access Quarks?
......
...@@ -15,37 +15,37 @@ The How-to cards are intended to provide practical guidance in implementing Data ...@@ -15,37 +15,37 @@ The How-to cards are intended to provide practical guidance in implementing Data
"title": "General", "title": "General",
"caption": "I need information on LCSB operations", "caption": "I need information on LCSB operations",
"icon": "<i class=\"large material-icons\">sticky_note_2</i>", "icon": "<i class=\"large material-icons\">sticky_note_2</i>",
"link": "{{ '/cards#general | relative_url }}" "link": "/cards#general"
}, },
{ {
"title": "Access", "title": "Access",
"caption": "How can I get access to systems and infrastructure?", "caption": "How can I get access to systems and infrastructure?",
"icon": "<i class=\"large material-icons\">login</i>", "icon": "<i class=\"large material-icons\">login</i>",
"link": "{{ '/cards#access | relative_url }}" "link": "/cards#access"
}, },
{ {
"title": "Contribute", "title": "Contribute",
"caption": "I want to share my knowledge and expertise. How?", "caption": "I want to share my knowledge and expertise. How?",
"icon": "<i class=\"large material-icons\">add_circle</i>", "icon": "<i class=\"large material-icons\">add_circle</i>",
"link": "{{ '/cards#contribute | relative_url }}" "link": "/cards#contribute"
}, },
{ {
"title": "Exchange channels", "title": "Exchange channels",
"caption": "I am looking to share data or information", "caption": "I am looking to share data or information",
"icon": "<i class=\"large material-icons\">multiple_stop</i>", "icon": "<i class=\"large material-icons\">multiple_stop</i>",
"link": "{{ '/cards#exchange-channels | relative_url }}" "link": "/cards#exchange-channels"
}, },
{ {
"title": "Integrity", "title": "Integrity",
"caption": "I want to ensure that my work and research is compliant and reusable", "caption": "I want to ensure that my work and research is compliant and reusable",
"icon": "<i class=\"large material-icons\">vpn_key</i>", "icon": "<i class=\"large material-icons\">vpn_key</i>",
"link": "{{ '/cards#integrity | relative_url }}" "link": "/cards#integrity"
}, },
{ {
"title": "Lab", "title": "Lab",
"caption": "I need information on wetlab equipment and procedures", "caption": "I need information on wetlab equipment and procedures",
"icon": "<i class=\"large material-icons\">science</i>", "icon": "<i class=\"large material-icons\">science</i>",
"link": "{{ '/cards#lab | relative_url }}" "link": "/cards#lab"
}, },
]; ];
......
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