diff --git a/.gitattributes b/.gitattributes
index c139e44b4dc5f5fdd3e6d7c6980367582dd7a808..b2f4a6e23972bf6dd39042b6acbdfe6270ab2e4e 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,3 +1,4 @@
 *.png filter=lfs diff=lfs merge=lfs -text
 *.jpg filter=lfs diff=lfs merge=lfs -text
 *.jpeg filter=lfs diff=lfs merge=lfs -text
+*.mp4 filter=lfs diff=lfs merge=lfs -text
diff --git a/Gemfile b/Gemfile
index fa0d4eb5cfdcc24a7dc79b4eda810acc2c6ab05a..7d4e5e8f1cb5f12c0237c1a22df7c48056ab0f20 100644
--- a/Gemfile
+++ b/Gemfile
@@ -45,4 +45,4 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
 # Performance-booster for watching directories on Windows
 gem "wdm", "~> 0.1.1" if Gem.win_platform?
 
-gem 'jekyll-spaceship', "0.6.0"
+gem 'jekyll-spaceship', "0.9.9"
diff --git a/cards.md b/cards.md
index 320ddda8fa8da2e328cbdbc912bc8ed1bc41df22..0689f8e2ae1d06021329b9b405badd78424595af 100644
--- a/cards.md
+++ b/cards.md
@@ -79,6 +79,20 @@ order: -1
 			<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>
+
+		</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/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/utilization-of-balances">Utilization of balances</a></li>
+			<li><a href="external/lab/utilization-of-pH-meter">Utilization of pH meter</a></li>
 
 		</ul>
 	</div>
diff --git a/external/integrity/encryption/cloud/cloud.md b/external/integrity/encryption/cloud/cloud.md
index a08f8e70610c8977167f0369352369c26ef54ea5..4b9cbad1ffcc62944c355ba6d239c2737905e936 100644
--- a/external/integrity/encryption/cloud/cloud.md
+++ b/external/integrity/encryption/cloud/cloud.md
@@ -9,6 +9,52 @@ redirect_from:
 
 # Data upload to cloud
 
-Data encryption and hash-check for uploading to UL-LCSB onedrive or owncloud
+Data encryption and hash-check for uploading to UL-LCSB onedrive or owncloud from Windows.
 
-[Windows](https://git-r3lab.uni.lu/transmed/support/data-upload-to-cloud/-/wikis/Upload-data-from-Windows)
+| Requirements | Restrictions |
+| ------ | ------ |
+| Windows 8 or newer (recommended Windows 10) | Recommended for data size less than 100 GB |
+| RAM 2GB (recommended 4GB) | If transfer through Aspera is not possible |
+| Enough free disc space (data will be duplicated for encryption) | Larger data will take more time to encrypt |
+| Administrative rights to install software |  |
+| Web browser (Firefox, Edge or Chrome) |  |
+
+## Install `7zip` for encryption
+
+Download and install `7zip` from [here](https://www.7-zip.org/)
+
+## Install tool for MD5 checksum calculation
+
+1. Search Microsoft Store for `Simple Checksum Calculator` or go to this [link](https://www.microsoft.com/en-us/p/simple-checksum-calculator/9nblggh5l6t9?activetab=pivot:overviewtab)
+2. Install `Simple Checksum Calculator`
+
+
+## Encrypt your data with `7zip`
+
+1. Right click on the folder to encrypt > 7zip > Add to archive
+2. Select following values:
+   - Archive format: `zip`
+   - Compression: `store`
+   - Check `Show Password` box
+   - Encryption: `AES256`
+3. Enter a password and make a copy of the encryption password :key:
+4. Click save to save the encrypted zip file
+
+![](./media/7zip-encryption-windows.mp4?width=400)
+
+## Calculate the MD5 checksum with `Simple Checksum Calculator`
+
+1. Open `Simple Checksum Calculator` from the start-menu
+2. Select `File` tab from the top menu
+3. Click on the file icon box in the left panel and load the encrypted zip file
+4. Make a copy of the MD5 checksum key :label:
+
+![](./media/Get_MD5_checksum_windows.mp4)
+
+## Data upload
+
+1. Open the `OneDrive` or `ownCloud` URL link that you have received from UL-LCSB contact
+2. Upload the encrypted zip file
+3. After the upload completion, open [UNILU privatebin](https://hpc.uni.lu/privatebin/)
+4. Paste the **encryption password :key:** and **MD5 checksum :label:** in the Editor box and press send
+5. Copy the privatebin URL and send it your UL-LCSB contact through email
\ No newline at end of file
diff --git a/external/integrity/encryption/cloud/media/7zip-encryption-windows.mp4 b/external/integrity/encryption/cloud/media/7zip-encryption-windows.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..b538c7be740713e704a26912100f8bacd9678c02
--- /dev/null
+++ b/external/integrity/encryption/cloud/media/7zip-encryption-windows.mp4
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2c0bf159b00835787727434c57dc0dcc3226806d187dbea6b9aa5ef52f898cbb
+size 3898438
diff --git a/external/integrity/encryption/cloud/media/Get_MD5_checksum_windows.mp4 b/external/integrity/encryption/cloud/media/Get_MD5_checksum_windows.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..82469e166fb21b218fe5e6b8c53d9a8d489f9863
--- /dev/null
+++ b/external/integrity/encryption/cloud/media/Get_MD5_checksum_windows.mp4
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:80b3f6ac59d15cd19f9a6bae01d9cfd7445f5df804fb131c679e563497900199
+size 3459630
diff --git a/external/integrity/spreadsheets/img/excel_analyses-sheet.jpeg b/external/integrity/spreadsheets/img/excel_analyses-sheet.jpeg
new file mode 100644
index 0000000000000000000000000000000000000000..1e24b5575fa05d9e6e7aabb3cb2eaa3bc3251301
--- /dev/null
+++ b/external/integrity/spreadsheets/img/excel_analyses-sheet.jpeg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b17184a42b86f91bd4067c4bd00f9fdd717ed38ba60df1eca0c3c4f421c0c4a1
+size 122967
diff --git a/external/integrity/spreadsheets/img/excel_data-sheet.png b/external/integrity/spreadsheets/img/excel_data-sheet.png
new file mode 100644
index 0000000000000000000000000000000000000000..63a824bcefb1c303f813ec5367400664496ee2aa
--- /dev/null
+++ b/external/integrity/spreadsheets/img/excel_data-sheet.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:dace0d7847c2fbe29a49869180b58697ceeaa8633d7f1d570fe4e8910542ba9f
+size 26789
diff --git a/external/integrity/spreadsheets/spreadsheets.md b/external/integrity/spreadsheets/spreadsheets.md
new file mode 100644
index 0000000000000000000000000000000000000000..c5146a650fdabec45bf6691cd9169ca7be763bf8
--- /dev/null
+++ b/external/integrity/spreadsheets/spreadsheets.md
@@ -0,0 +1,79 @@
+---
+layout: page
+permalink: /external/integrity/spreadsheets/
+shortcut: integrity:spreadsheets
+redirect_from:
+  - /cards/integrity:spreadsheets
+  - /external/cards/integrity:spreadsheets
+---
+
+# Working with spreadsheets
+
+Spreadsheets are widely used tools for tabular data manipulation facilitating data input and allowing simple formatting, validation and visualization.
+
+This card describes tabular data format, common mistakes made in spreadsheets and how to use your spreadsheet application effectively while increasing re-usability, quality and accuracy of your data.
+
+## What is a table (tabular data format)?
+
+Data in tabular format follow 3 key conditions:
+
+ 1. table contains a one-line header containing unique machine readable column names
+ 2. table has rows representing individual observations
+ 3. table has columns representing attributes/features of the observations and contain values of one data type
+
+| Table                           | Not a table           |
+|:-----------------------------------|---------------------------|
+|<img src="./img/excel_data-sheet.png" height=200> | <img src="./img/excel_analyses-sheet.jpeg" height=200>|
+
+## Tips and Tricks
+
+### Keep the original
+
+Changes in spreadsheets are not tracked. Any update or change should produce a new file labeled by version with changes described in change log.
+
+### Export data after collection
+
+For reproducibility purposes, the collected data should be always exported from proprietary (.xlsx, .xls, ...) format into non-proprietary format (.csv, .tsv, etc.) with minimal metadata in README file.
+
+### Cell
+
+- Use field validation - validation rules on columns ensure you have data checked automatically already on input.
+- Avoid non-exportable proprietary content - visual formatting (cell coloring / outlining), embedded comments and charts, merged cells, ...
+
+### Table
+
+- Keep header column names machine readable. You can follow the same best practices as for file naming (see our [Card on file naming](../naming/file_naming.md)).
+- Keep values in columns atomic.
+- Use primary keys - values in one particular column should be unique for the whole table. This will allow you to create unique references pointing to one and only one observation/record.
+- Do not insert empty rows or columns which would split the table in two.
+- Keep data in long format (sometimes referred to as narrow, gathered or melted format). All columns should be meaningful for all observations. If a new observation requires a new column to be created or if the observation's data ends up in just one cell instead of the whole row, your table is most probably **not** in long format.
+
+#### MS Excel Table tool
+
+MS Excel feature called **Table** (found in Insert->Table) allows to create real table object instead of just cell range. Its main advantages are:
+
+- Table formatting and column validation is expanded automatically with a new observation/record.
+- Each table object can be referenced by its name - no more (named) cell ranges and hard-to-read formulas.
+- Automatically adds filter buttons and subtotals.
+
+### Sheet
+
+- Keep one table per sheet or workbook.
+- Start your table in the first column (and preferably on the first row).
+- Do not insert any values next or below your table - add the content to a new column, new table, analyses sheet or file with metadata.
+- Keep metadata about the table in separate sheet in tabular format or separate file. If you must, keep metadata **above** the table itself.
+
+### Analyses
+
+- Keep data separate from the analyses - create a link to the data from sheets or workbooks containing the analyses.
+- Use pivot tables - if your data is in long format (it should be), it is very easy to create dynamic summary tables.
+- Use pivot charts - you can produce your desired auto-refreshing charts while having data still in long format.
+- Script more advanced analyses and data manipulation using standard tools for data processing (R, Python, Bash, ...).
+
+## Further reading
+
+Data Curation Network - [Microsoft Excel Data Curation Primer](https://github.com/DataCurationNetwork/data-primers/blob/master/Excel%20Data%20Curation%20Primer/Excel%20Data%20Curation%20Primer.md)
+
+Data Carpentry - [Spreadsheet ecology lesson](https://datacarpentry.org/spreadsheet-ecology-lesson/)
+
+Wikipedia - [Wide and narrow data](https://en.wikipedia.org/wiki/Wide_and_narrow_data)
diff --git a/external/lab/book-lab-equipment/book-lab-equipment.md b/external/lab/book-lab-equipment/book-lab-equipment.md
new file mode 100644
index 0000000000000000000000000000000000000000..5c2cb8a4b9c4edb758f9f6facb2b58a078a8ec49
--- /dev/null
+++ b/external/lab/book-lab-equipment/book-lab-equipment.md
@@ -0,0 +1,153 @@
+---
+layout: page
+permalink: /external/lab/book-lab-equipment/
+shortcut: lab:book-lab-equipment
+redirect_from:
+  - /cards/lab:book-lab-equipment
+  - /external/cards/lab:book-lab-equipment
+---
+
+# How to book a Lab Equipment in Quarks
+
+To help the lab users to plan their work and to ensure that a lab equipment will be free to use, the Quarks software provides a booking tool. This booking tool is also used by the support team to indicate the maintenance periods, or if an equipment is not available due to a failure or a breakdown.
+
+ - [1. How to look for an instrument](#1-how-to-look-for-an-instrument)
+ - [2. How to know if an instrument is bookable](#2-how-to-know-if-an-instrument-is-bookable)
+ - [3. How to add an equipment to your Favorites list](#3-how-to-add-an-equipment-to-your-favorites-list)
+ - [4. How to book an instrument](#4-how-to-book-an-instrument)
+ - [5. How to edit or cancel a booking](#5-how-to-edit-or-cancel-a-booking)
+ - [6. How to book a lab (location)](#6-how-to-book-a-lab-(location))
+ - [7. How to access the booking history](#7-how-to-access-the-booking-history)
+ - [8. How to request booking configuration change or report an issue with Quarks?](#8-how-to-request-booking-configuration-change-or-report-an-issue-with-Quarks?)
+
+## 1. How to look for an instrument
+
+In your Quarks account, go on the _Equipment_ platform. In the _Equipment_ section, you have a search tool to help you find an equipment among all the LCSB equipment. You can search by internal reference number (e.g. LCSB01685), model, manufacturer or serial number in the “quick search” field.
+If you want to add more search criteria, you can do so in the drop down list “Add a filter”.
+
+![1](img/1.png)
+
+## 2. How to know if an instrument is bookable
+
+You can easily know if the instrument you are looking for is bookable or not thanks to the calendar symbol in the “Actions” column.
+
+![2](img/2.png)
+
+You can also see if the instrument is bookable or not on the side panel that will appear by clicking on the instrument itself, in the reservation section. Instrument that might be used for long experiment, possibly overnight, have the “24h bookable” option.
+
+![3](img/3.png)
+
+A bookable instrument will have a calendar icon available. Typically, only specific equipment or equipment that is usually used for long experiments is bookable.
+
+## 3. How to add an equipment to your Favorites list
+
+In the “Actions” tools, you have the option to add an instrument in your favorite list by clicking on the heart.
+
+![4](img/4.png)
+
+To have a direct access to your favorite equipment, go in “Equipment” – “My favorites”.
+
+![5](img/5.png)
+
+For your favorite equipment, you have the option to receive notifications by email. You will receive a notification if someone has edited or cancelled a booking just before yours, like in the example below. You can decide to activate this function for equipment heavily booked.
+
+![6](img/6.png)
+
+To receive the notifications, click on the edit icon and select Yes for the Notifications.
+
+![7](img/7.png)
+
+![8](img/8.png)
+
+You can directly see for which instrument you have the notifications activated by looking in the Notifications column.
+
+![9](img/9.png)
+
+## 4. How to book an instrument
+
+You have three ways to create a new booking.
+1.	You can book your instrument by clicking on its name, you will have in the right window a reservation section.
+
+    ![10](img/10.png)
+
+    ![11](img/11.png)
+
+    You can select the date and time of your booking and also create a recurrent booking in the Periodicity section.
+
+2.	You can also directly access the reservation window by clicking on the “Calendar” icon.
+    ![12](img/12.png)
+
+3.	The other way of making a new reservation is in the “Reservation” – “Agenda” section.
+
+    ![13](img/13.png)
+
+    In the “Type” field, select Equipment. You can filter the equipment either by your Favorites and/or by using the different Conditional criteria.
+
+    ![14](img/14.png)
+
+    In “Bookable item”, you can write the name of the equipment and you will have drop down list of corresponding equipment.
+
+    ![15](img/15.png)
+
+    After you select the date of the booking (steps 1 to 3), click on the raw of your equipment. The “New reservation” side panel will open on the right. You can now create your booking and set up a Periodicity if needed.
+
+    **Step 1**
+
+    ![16](img/16.png)
+
+    **Step 2**
+
+    ![17](img/17.png)
+
+    **Step 3**
+
+    ![18](img/18.png)
+
+    **Step 4**
+
+    ![19](img/19.png)
+    ![20](img/20.png)
+    ![21](img/21.png)
+
+    By Clicking on the name of the equipment, you can have a weekly overview of the bookings for this equipment. You can also create a booking from here, by clicking on the calendar.
+
+    ![22](img/22.png)
+
+## 5. How to edit or cancel a booking
+
+You can edit a booking by clicking on the time period. The right window will be displayed.
+
+![23](img/23.png)
+
+![24](img/24.png)
+
+Click on “Edit” and you will be able to change the date and time. If you click on “Cancel”, the entire booking will be cancelled.
+
+![25](img/25.png)
+
+You can also edit or cancel your booking in the “Reservations” – “ Reservation” section. Click on the equipment name and the right window with your booking information will be displayed.
+
+![26](img/26.png)
+
+![27](img/27.png)
+
+## 6. How to access the booking a lab (location)
+
+In some cases the equipment reservation is organized via lab booking. If you want to reserve a lab please select under Reservations “Locations” instead of “Equipment” as Type. The further way of proceeding is similar to described above for Equipment reservations.
+
+![29](img/29.png)
+
+
+## 7. How to access the booking history
+
+You can have an overview of all the bookings in the “Reservations” – “Reservations” section. You can filter them by date, type (Location or Equipment), name (Bookable item) and person who have made the booking (Reserved by).
+
+![28](img/28.png)
+
+
+## 8. How to request booking configuration change or report an issue with Quarks?
+
+If you wish to make one equipment bookable or make it 24 hours bookable [please send a ticket](https://service.uni.lu/sp?id=sc_cat_item_lsmc&sys_id=1dac368d54be72000a5374545c1c6a62&business_service_id=014ebe3ddb6a14148bcbf9b41d96195e&action_id=ec38cb7ddbaa14148bcbf9b41d9619a3). 
+
+For all issues related to Quarks [please send a ticket](https://service.uni.lu/sp?id=bs_dep_catalog_entry&sys_id=0840cf71dbaa14148bcbf9b41d9619cb).
+
diff --git a/external/lab/book-lab-equipment/img/1.png b/external/lab/book-lab-equipment/img/1.png
new file mode 100644
index 0000000000000000000000000000000000000000..53a1e8b2ee48cf3a3753be8a0ceac6b67abc5524
--- /dev/null
+++ b/external/lab/book-lab-equipment/img/1.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f48a2ce5d78a5c8625876bb559b0ef875aee9a8e2ae673767847c80b79ed5d54
+size 41488
diff --git a/external/lab/book-lab-equipment/img/10.png b/external/lab/book-lab-equipment/img/10.png
new file mode 100644
index 0000000000000000000000000000000000000000..e96b3d934662a0c6239be94e586f86bb218f9451
--- /dev/null
+++ b/external/lab/book-lab-equipment/img/10.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8db914412d84586c0049e8d4cd56bcff71ec76a78aae171f881ae616ec580776
+size 141829
diff --git a/external/lab/book-lab-equipment/img/11.png b/external/lab/book-lab-equipment/img/11.png
new file mode 100644
index 0000000000000000000000000000000000000000..a14f9c3a10b3cecfabf838d455966e0256b6f8ab
--- /dev/null
+++ b/external/lab/book-lab-equipment/img/11.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:b29b26b5beb53bfa32c330e16f9b16721be3832784c183292d6cdbe13d872c21
+size 100641
diff --git a/external/lab/book-lab-equipment/img/12.png b/external/lab/book-lab-equipment/img/12.png
new file mode 100644
index 0000000000000000000000000000000000000000..7c6004ac758981f44168e9d917fbe2f855eb3014
--- /dev/null
+++ b/external/lab/book-lab-equipment/img/12.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:66bdc09b0a4c9b2ebc41160042357d89aae9be86a50435b8c1a9a5d4ea96ec41
+size 23985
diff --git a/external/lab/book-lab-equipment/img/13.png b/external/lab/book-lab-equipment/img/13.png
new file mode 100644
index 0000000000000000000000000000000000000000..1f3a917686118e2800ce60b97dd7b6f7d45aa2da
--- /dev/null
+++ b/external/lab/book-lab-equipment/img/13.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e3c49771fb570e74811c855324a0bc92a717a1528448ea6b28e000e894dfa635
+size 63554
diff --git a/external/lab/book-lab-equipment/img/14.png b/external/lab/book-lab-equipment/img/14.png
new file mode 100644
index 0000000000000000000000000000000000000000..22f04c39ac6240e9a50682b5d19daeaaceafd1d3
--- /dev/null
+++ b/external/lab/book-lab-equipment/img/14.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:38af5c94f1797c9135d378a1c7d93998d62dc43a56343c532f215b1f9de595ce
+size 47880
diff --git a/external/lab/book-lab-equipment/img/15.png b/external/lab/book-lab-equipment/img/15.png
new file mode 100644
index 0000000000000000000000000000000000000000..887b660cf1b6ba35e125370964439be2079eea44
--- /dev/null
+++ b/external/lab/book-lab-equipment/img/15.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9a8e7c3634516fb2ae2ea9a331cef32e444b0036c13a353cbf0ac201eaaa459f
+size 82834
diff --git a/external/lab/book-lab-equipment/img/16.png b/external/lab/book-lab-equipment/img/16.png
new file mode 100644
index 0000000000000000000000000000000000000000..eb519aa429eb9314d9fab874dc2c85ed9eb50e91
--- /dev/null
+++ b/external/lab/book-lab-equipment/img/16.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f17756c1c85db5ac5d4fc9a8d73c94e245d2be6c3d4187c8cb377331983b0d47
+size 34501
diff --git a/external/lab/book-lab-equipment/img/17.png b/external/lab/book-lab-equipment/img/17.png
new file mode 100644
index 0000000000000000000000000000000000000000..a97cfb128da375bc9d8382b50889501e99a00cf5
--- /dev/null
+++ b/external/lab/book-lab-equipment/img/17.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:44ee5bc0beb0e1a7271b5af78cefc29dbbe90b0f149bd5ed915915b1aa520d1e
+size 55033
diff --git a/external/lab/book-lab-equipment/img/18.png b/external/lab/book-lab-equipment/img/18.png
new file mode 100644
index 0000000000000000000000000000000000000000..40d0a46fff078bce86aff633268b3083ae271113
--- /dev/null
+++ b/external/lab/book-lab-equipment/img/18.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:5337ab93359b01e1d51d628a272db58c8734e13ffd12c56f36d3cc79918ef18f
+size 37651
diff --git a/external/lab/book-lab-equipment/img/19.png b/external/lab/book-lab-equipment/img/19.png
new file mode 100644
index 0000000000000000000000000000000000000000..4f1d9993caa27061f9250cf0ef51456907b962d2
--- /dev/null
+++ b/external/lab/book-lab-equipment/img/19.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1fdb1028cd24f125fb69b5211c04e0233cb17c448265de26e5e2560516f7d070
+size 36569
diff --git a/external/lab/book-lab-equipment/img/2.png b/external/lab/book-lab-equipment/img/2.png
new file mode 100644
index 0000000000000000000000000000000000000000..1c404e1cd4a85faa6aeb121d4dd6327cd639e224
--- /dev/null
+++ b/external/lab/book-lab-equipment/img/2.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:91ee3a6b6e5214115d652109d9f8eb831395aba26a2affd52859ec8713390f3b
+size 3584
diff --git a/external/lab/book-lab-equipment/img/20.png b/external/lab/book-lab-equipment/img/20.png
new file mode 100644
index 0000000000000000000000000000000000000000..6c0fb0453e0191ee79cfd13cacf5ae4100626b45
--- /dev/null
+++ b/external/lab/book-lab-equipment/img/20.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:394421439786f73b5e8da110c89ef4a2495e6321576d8410fea8c3f4bcd26d64
+size 69967
diff --git a/external/lab/book-lab-equipment/img/21.png b/external/lab/book-lab-equipment/img/21.png
new file mode 100644
index 0000000000000000000000000000000000000000..9139cc17cb7114b589cb0b55e7accf06e9870c90
--- /dev/null
+++ b/external/lab/book-lab-equipment/img/21.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:dc231aee989274e2e55e9d56f9845e279891bc55179091df577e077e185f5657
+size 37423
diff --git a/external/lab/book-lab-equipment/img/22.png b/external/lab/book-lab-equipment/img/22.png
new file mode 100644
index 0000000000000000000000000000000000000000..803967e823857205cf4d00295b9b4a0f94c1ef7a
--- /dev/null
+++ b/external/lab/book-lab-equipment/img/22.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a90410e27ece3a7f6766154e8fc51455c634fdd3bd94ed7da61ad2f402429876
+size 148994
diff --git a/external/lab/book-lab-equipment/img/23.png b/external/lab/book-lab-equipment/img/23.png
new file mode 100644
index 0000000000000000000000000000000000000000..3d6c7b61276b3a1b656230250954e77984257c35
--- /dev/null
+++ b/external/lab/book-lab-equipment/img/23.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fd17732db14897a6a3137fac5826bb6c22dae01bc63ed28b3b816807d98d87f8
+size 18860
diff --git a/external/lab/book-lab-equipment/img/24.png b/external/lab/book-lab-equipment/img/24.png
new file mode 100644
index 0000000000000000000000000000000000000000..3b69a55bce3597e4acda89418e36eecb0c044102
--- /dev/null
+++ b/external/lab/book-lab-equipment/img/24.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6a0c1e4988d3c0e23aaeaab98cf15ea4a6612c2900b23f878c69517c8360152b
+size 51389
diff --git a/external/lab/book-lab-equipment/img/25.png b/external/lab/book-lab-equipment/img/25.png
new file mode 100644
index 0000000000000000000000000000000000000000..7f235ec61b213e0e94ebe25c2fd5762bc386a591
--- /dev/null
+++ b/external/lab/book-lab-equipment/img/25.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:56a4b9a680426b828a6038140ad4e246da18a449e8f20f90b7ab86c594c5c8bc
+size 33106
diff --git a/external/lab/book-lab-equipment/img/26.png b/external/lab/book-lab-equipment/img/26.png
new file mode 100644
index 0000000000000000000000000000000000000000..eb58a86a5d353c51bb9ae259ceeb28513df22225
--- /dev/null
+++ b/external/lab/book-lab-equipment/img/26.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e32c57837f8916c209bbc5a2b09da8efb22243e89f1eef30a36574d29331576b
+size 35058
diff --git a/external/lab/book-lab-equipment/img/27.png b/external/lab/book-lab-equipment/img/27.png
new file mode 100644
index 0000000000000000000000000000000000000000..dafad656eb53077cc1afec39d7850f6bce436aff
--- /dev/null
+++ b/external/lab/book-lab-equipment/img/27.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3e2f1ecb47efb4424c574199c96c56c3459dcc1c7e71fb6338b1409d5153d2bc
+size 109803
diff --git a/external/lab/book-lab-equipment/img/28.png b/external/lab/book-lab-equipment/img/28.png
new file mode 100644
index 0000000000000000000000000000000000000000..1a96d1c1cb99db78c6caff19f3a9c0cffde062f5
--- /dev/null
+++ b/external/lab/book-lab-equipment/img/28.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3a9b4535b8ceb0542404de81919eee89ea465946244a6938c183c5b1e443bb30
+size 340513
diff --git a/external/lab/book-lab-equipment/img/29.png b/external/lab/book-lab-equipment/img/29.png
new file mode 100644
index 0000000000000000000000000000000000000000..8fe8f83faaa44466dca9de2b8380a41be59dc51a
--- /dev/null
+++ b/external/lab/book-lab-equipment/img/29.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ab9a4b3777c25fe373f9cbe917ebcd5d598b686fa7de6bc4a8d879fe24d99b9b
+size 92442
diff --git a/external/lab/book-lab-equipment/img/3.png b/external/lab/book-lab-equipment/img/3.png
new file mode 100644
index 0000000000000000000000000000000000000000..6f841dda8a1115486e300e094f3cc99acfbb4d9e
--- /dev/null
+++ b/external/lab/book-lab-equipment/img/3.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:58339f4b652a7049b612c875c7ad23c7653945940b5fb374f949ca22c040c4aa
+size 10777
diff --git a/external/lab/book-lab-equipment/img/4.png b/external/lab/book-lab-equipment/img/4.png
new file mode 100644
index 0000000000000000000000000000000000000000..4ed384df1645ed52de20ca26c6824e0bf812ee74
--- /dev/null
+++ b/external/lab/book-lab-equipment/img/4.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:dd45a30ed1a09d1514347b77a65f8a9034b2b15462724bf7df12262ff759adb5
+size 5189
diff --git a/external/lab/book-lab-equipment/img/5.png b/external/lab/book-lab-equipment/img/5.png
new file mode 100644
index 0000000000000000000000000000000000000000..ee99353f0c0719e6aac06bb127457aab94b03721
--- /dev/null
+++ b/external/lab/book-lab-equipment/img/5.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:735277de15f9ba25cbac48cff44f81244b4df3ebcecc284ecdcc039decf525d7
+size 49032
diff --git a/external/lab/book-lab-equipment/img/6.png b/external/lab/book-lab-equipment/img/6.png
new file mode 100644
index 0000000000000000000000000000000000000000..7efda782da3c1cbafd430e8c6db45a8e4db9b834
--- /dev/null
+++ b/external/lab/book-lab-equipment/img/6.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ddc7087ee00da6bfacd16e03aa8243e10a4aac50e5b0b866a0420f27af805def
+size 117090
diff --git a/external/lab/book-lab-equipment/img/7.png b/external/lab/book-lab-equipment/img/7.png
new file mode 100644
index 0000000000000000000000000000000000000000..ea19a0f14737df94c75a813478cf765bb9dbe170
--- /dev/null
+++ b/external/lab/book-lab-equipment/img/7.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9357f9532f0b6f1977b04305f5d0043cbe6733eaa0b0acefa01818e8e5693815
+size 3814
diff --git a/external/lab/book-lab-equipment/img/8.png b/external/lab/book-lab-equipment/img/8.png
new file mode 100644
index 0000000000000000000000000000000000000000..ec03a162df596f43d55ea35b773f8d6f44a4ea70
--- /dev/null
+++ b/external/lab/book-lab-equipment/img/8.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ebb36f818d741bdf00097fe2c6a0d37806991ab9450596295e2df590e4ad7888
+size 10582
diff --git a/external/lab/book-lab-equipment/img/9.png b/external/lab/book-lab-equipment/img/9.png
new file mode 100644
index 0000000000000000000000000000000000000000..8217dd6709546f6c6ed10dacded8593a5416601f
--- /dev/null
+++ b/external/lab/book-lab-equipment/img/9.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0f4326045eb16dc74f7e4089b6a8f1f291cd7f02c095ad3a8f3bf8bf05f5a386
+size 1748
diff --git a/external/lab/dishwasher-utilization-and-maintenance/dishwasher-utilization-and-maintenance.md b/external/lab/dishwasher-utilization-and-maintenance/dishwasher-utilization-and-maintenance.md
new file mode 100644
index 0000000000000000000000000000000000000000..9eabec55bf2cce28eeb08f9b38b3846f54e6fc03
--- /dev/null
+++ b/external/lab/dishwasher-utilization-and-maintenance/dishwasher-utilization-and-maintenance.md
@@ -0,0 +1,164 @@
+---
+layout: page
+permalink: /external/lab/dishwasher-utilization-and-maintenance/
+shortcut: lab:dishwasher-utilization-and-maintenance
+redirect_from:
+  - /cards/lab:dishwasher-utilization-and-maintenance
+  - /external/cards/lab:dishwasher-utilization-and-maintenance
+---
+
+# Dishwasher utilization and maintenance
+
+Utilization of the Miele dishwashers on the 5th floor of BT1 and on the 1st floor of BT2.
+
+## 1. Description
+
+<div align="center">
+<img src="img/dishwasher_img_1.jpg" height="400">
+</div>
+
+1. Control panel
+2. Serial interface
+3. Water intake
+4. Sensor access for validation
+5. Salt container port
+6. Filter combination
+7. Service panel
+8. Containers for DOS 2 and DOS 4 dispensing systems (optional)
+9. DOS drawer
+10. Containers for neutralize (red) and liquid detergent (blue)
+11. Drying unit
+12. Reset button
+
+<div align="center">
+<img src="img/dishwasher_img_2.jpg" height="200">
+</div>
+1. On/Off button
+2. Door release
+3. Display
+4. Optical interface
+5. Start button
+6. Clear button
+7. Selection button: up
+8. OK button
+9. Selection button: down
+
+## 2. Utilization
+
+### **1. Loading the dishwasher**
+
+1. Ensure that no acid or solvent residues, especially hydrochloric acid or chlorides, get inside the machine
+2. Empty all glassware before loading into the machine
+3. Remove all agar residues
+4. Remove all labels, sealing was residues and handwritten text on the bottles
+5. Small parts should be secured in basket inserts
+6. Load your items on the tray
+7. Close the door
+
+### **2. Selecting a program and running the dishwasher**
+
+1. Click on <img src="img/dishwasher_img_3.jpg"> to switch on the instrument
+2. Select the “Chemistry Bio” program using the up and down arrows
+
+    <div align="center">
+    <img src="img/img/../dishwasher_img_4.jpg">
+    </div>
+
+3. Click on <img src="img/dishwasher_img_5.jpg">  to start the program
+
+### **3. Cancel a program during run**
+
+1. To cancel the program, click on <img src="img/dishwasher_img_6.jpg">
+2. The program is then interrupted
+3. At water temperatures below 40°C, the following message appears on the display: “Program cancel (OK) or Continue (Clear)?”
+4. At water temperatures above 40°C, the following message appears on the display: “Cancel program (OK)”
+5. Confirm the program cancellation with <img src="img/dishwasher_img_7.jpg">
+6. The following message appears on the display: “Program cancelled. Water drainage”
+7. After the water has drained away, the program list returns to the display
+
+### **4. Unloading**
+
+1. When the program is finished, the message “End of program” is displayed on the screen
+2. Click on <img src="img/dishwasher_img_8.jpg"> to open the door
+3. Unload the tray and store the items in the cupboards
+
+## 3. Maintenance
+
+### **1. Reactivation**
+1. This section is available in the dishwasher room
+2. If the display shows “Reactivation”, salt needs to be added to the dishwasher **directly when the message appears! Do not run a cycle when reactivation is needed!**
+3. Material needed: salt and container
+    <div align="center">
+    <img src="img/dishwasher_img_9.jpg" height="200">
+    </div>
+
+4. To fill the container, unscrew and remove the filter insert from the container
+    <div align="center">
+    <img src="img/dishwasher_img_10.jpg" height="200">
+    </div>
+
+5. Completely fill the salt container with reactivation salt (Miele, 7785780;LIMS ID: 3278) and replace the filter insert. The reactivation will only be effective if the container is completely full.
+
+    <div align="center">
+    <img src="img/dishwasher_img_11.jpg" height="300">
+    </div>
+
+6. Remove any mobile racks from the dishwasher cabinet
+    <div align="center">
+        <img src="img/dishwasher_img_12.jpg" height="250">
+    </div>
+
+7. Unscrew the plastic cap located at the top right-hand of the cabinet. A small amount of residual water will be in the cap. Take care, as it might be hot from the previous program.
+    <div align="center">
+        <img src="img/dishwasher_img_13.jpg" height="300">
+    </div>
+
+8. Screw the salt container firmly onto the socket
+    <div align="center">
+    <img src="img/dishwasher_img_14.jpg" height="300">
+    </div>
+
+9. Close the door
+10. Select and start the “Reactivation” program
+11. The system will automatically perform the reactivation
+12. When the cycle is finished, open the door
+13. Carefully unscrew the salt container in order to allow any water pressure to subside. Do not use force, if the container cannot be removed manually, contact the lab maintenance team
+14. The salt container must be emptied in the sink
+15. Screw the softener lid back on
+16. Insert the mobile unit
+17. Wash and rinse the salt container and filter cap with clear water
+
+**Notes**:
+
+* BT1: the salt is stored in the lower cupboard next to the right dishwasher
+
+* BT2: some boxes are available in the cupboard above the sink and the main stocks are in the -2 stock room
+
+### **2. Routine checks**
+
+#### 1. The filters in the base of the wash cabinet
+
+1.	The filters of the cabinets need to be checked and cleaned regularly
+2.	To clean the coarse filter, press the two lugs together, remove and clean the coarse filter
+
+    <div align="center">
+    <img src="img/dishwasher_img_15.jpg" height="300">
+    </div>
+
+3.	To clean the flat and micro-fine filters,
+4.	Remove the fine filter which sits inside the micro-fine filter
+
+    <div align="center">
+    <img src="img/dishwasher_img_16.jpg" height="300">
+    </div>
+
+5.	To unscrew the micro-fine filter, turn twice counter clockwise
+
+    <div align="center">
+    <img src="img/dishwasher_img_17.jpg" height="300">
+    </div>
+
+6.	Then, pull out the micro-fine filter together with the flat filter
+7.	Clean the filter
+8.	Replace the filters by performing the above steps in the reverse order
+9.	Ensure that the filters sit flat in the base of the wash cabinet
diff --git a/external/lab/dishwasher-utilization-and-maintenance/img/dishwasher_img_1.jpg b/external/lab/dishwasher-utilization-and-maintenance/img/dishwasher_img_1.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..2a77d908dab4817f5a2ed7eb296cba5458ea1127
--- /dev/null
+++ b/external/lab/dishwasher-utilization-and-maintenance/img/dishwasher_img_1.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ce1e8bbfba511118560c0bf7ab6a16e484f8b0139a88c9bb200b7fc4434148cf
+size 55308
diff --git a/external/lab/dishwasher-utilization-and-maintenance/img/dishwasher_img_10.jpg b/external/lab/dishwasher-utilization-and-maintenance/img/dishwasher_img_10.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..216b239cf67ca1a27d2182212845b631a5a523d2
--- /dev/null
+++ b/external/lab/dishwasher-utilization-and-maintenance/img/dishwasher_img_10.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6cf3afbf18c2a23afbb814fc62388c052b6284edc0e5e9935075bd52eb2d0491
+size 43614
diff --git a/external/lab/dishwasher-utilization-and-maintenance/img/dishwasher_img_11.jpg b/external/lab/dishwasher-utilization-and-maintenance/img/dishwasher_img_11.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..0d5b0882219ce5e5c97ef81820288320278591f5
--- /dev/null
+++ b/external/lab/dishwasher-utilization-and-maintenance/img/dishwasher_img_11.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9cc553a92c3ca63934d1fabd054f5ebd956cfe02773bbb3a7ee73132b90e962c
+size 831869
diff --git a/external/lab/dishwasher-utilization-and-maintenance/img/dishwasher_img_12.jpg b/external/lab/dishwasher-utilization-and-maintenance/img/dishwasher_img_12.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..e65d9c9cfbcac32b43baf76b568b1a90c7343891
--- /dev/null
+++ b/external/lab/dishwasher-utilization-and-maintenance/img/dishwasher_img_12.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ce7bf23b088cfad5e436597247630f196f1425656c3051844eaab88fc071ecd7
+size 1317459
diff --git a/external/lab/dishwasher-utilization-and-maintenance/img/dishwasher_img_13.jpg b/external/lab/dishwasher-utilization-and-maintenance/img/dishwasher_img_13.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..81c6161e75484a12a33c837d947de297e00b0563
--- /dev/null
+++ b/external/lab/dishwasher-utilization-and-maintenance/img/dishwasher_img_13.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d93ad9c67edbfd72acb1c41c783df015d517755648fd4b912610b860d165ac7c
+size 38699
diff --git a/external/lab/dishwasher-utilization-and-maintenance/img/dishwasher_img_14.jpg b/external/lab/dishwasher-utilization-and-maintenance/img/dishwasher_img_14.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..3117d880dd7a4d3a538efdbc883a75f4369f1935
--- /dev/null
+++ b/external/lab/dishwasher-utilization-and-maintenance/img/dishwasher_img_14.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:32c15d65424669bb61320fb7ba2cd8d0559932c22bc1948c720690c5c223a70a
+size 41995
diff --git a/external/lab/dishwasher-utilization-and-maintenance/img/dishwasher_img_15.jpg b/external/lab/dishwasher-utilization-and-maintenance/img/dishwasher_img_15.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..c563e9e7347b62d096169782299a449164e95e73
--- /dev/null
+++ b/external/lab/dishwasher-utilization-and-maintenance/img/dishwasher_img_15.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:372deb56a1a4e3aa76ca4dca3d836b5cc824e95421c5a5cb0efffd9e099145d1
+size 51077
diff --git a/external/lab/dishwasher-utilization-and-maintenance/img/dishwasher_img_16.jpg b/external/lab/dishwasher-utilization-and-maintenance/img/dishwasher_img_16.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..43f4be780aca952bd73d7b363a3612af45740bac
--- /dev/null
+++ b/external/lab/dishwasher-utilization-and-maintenance/img/dishwasher_img_16.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:adcebbea18d1833966a29bc71ab3970fef7db986300e3b58a9c0678dfd51c48a
+size 50256
diff --git a/external/lab/dishwasher-utilization-and-maintenance/img/dishwasher_img_17.jpg b/external/lab/dishwasher-utilization-and-maintenance/img/dishwasher_img_17.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..15b9dd90078085c8d8d42c2169b5a2fbbc4fde67
--- /dev/null
+++ b/external/lab/dishwasher-utilization-and-maintenance/img/dishwasher_img_17.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:8ce0f3b0420a270f06fcc0f9cda99699077bf972a2a86d88548ace75a0bc1168
+size 53145
diff --git a/external/lab/dishwasher-utilization-and-maintenance/img/dishwasher_img_2.jpg b/external/lab/dishwasher-utilization-and-maintenance/img/dishwasher_img_2.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..f1f21dcd0a4d5c1f6da305e7b0b840547a203516
--- /dev/null
+++ b/external/lab/dishwasher-utilization-and-maintenance/img/dishwasher_img_2.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:226e0e9b531d35b6a77203e6cc285d2a6bbba37ab0c909e27c239ca63d044948
+size 17051
diff --git a/external/lab/dishwasher-utilization-and-maintenance/img/dishwasher_img_3.jpg b/external/lab/dishwasher-utilization-and-maintenance/img/dishwasher_img_3.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..ec86a0da705e147934007a94f0f773efa0d8a94c
--- /dev/null
+++ b/external/lab/dishwasher-utilization-and-maintenance/img/dishwasher_img_3.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ce95d37fd1554cd519c58d5b331e911443e36987a5a52612b24dfa36c603da66
+size 1103
diff --git a/external/lab/dishwasher-utilization-and-maintenance/img/dishwasher_img_4.jpg b/external/lab/dishwasher-utilization-and-maintenance/img/dishwasher_img_4.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..8272e8106ea8172b665d64ea08817bce9e0b625e
--- /dev/null
+++ b/external/lab/dishwasher-utilization-and-maintenance/img/dishwasher_img_4.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:39c03616e6ec248da80984acf032d4a0952dd99694941463cf1d63dd0aa89a71
+size 7599
diff --git a/external/lab/dishwasher-utilization-and-maintenance/img/dishwasher_img_5.jpg b/external/lab/dishwasher-utilization-and-maintenance/img/dishwasher_img_5.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..8cee9a29709f39b851439ecc50747aa115ffa1cf
--- /dev/null
+++ b/external/lab/dishwasher-utilization-and-maintenance/img/dishwasher_img_5.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:6cd8296e6d7b00b54934c6ed0af57e4381d0a7d74fd5e74f1313039c5fda5f5b
+size 865
diff --git a/external/lab/dishwasher-utilization-and-maintenance/img/dishwasher_img_6.jpg b/external/lab/dishwasher-utilization-and-maintenance/img/dishwasher_img_6.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..31841f3cb055631763a38d3b394dfd45ea06173c
--- /dev/null
+++ b/external/lab/dishwasher-utilization-and-maintenance/img/dishwasher_img_6.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d4d45b7854a37a98c6ee6254fd4fb8061f4893c4f5bba2865ffc515bbdc7ed83
+size 1105
diff --git a/external/lab/dishwasher-utilization-and-maintenance/img/dishwasher_img_7.jpg b/external/lab/dishwasher-utilization-and-maintenance/img/dishwasher_img_7.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..ea25eb53d3584bb8bc05c9d272ae8ab69603efc4
--- /dev/null
+++ b/external/lab/dishwasher-utilization-and-maintenance/img/dishwasher_img_7.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:047ca9cd28576f31c6a2e2e39dfbe373bb959e572352490339a83aa1d8bb04e5
+size 1072
diff --git a/external/lab/dishwasher-utilization-and-maintenance/img/dishwasher_img_8.jpg b/external/lab/dishwasher-utilization-and-maintenance/img/dishwasher_img_8.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..88971499efa0640fa54c9d4d6c3e51225c626777
--- /dev/null
+++ b/external/lab/dishwasher-utilization-and-maintenance/img/dishwasher_img_8.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:832ac3c5fdd9164b19a9999ef0f65dcdeb2a1bcd9616d2919a2b11a99c866543
+size 1291
diff --git a/external/lab/dishwasher-utilization-and-maintenance/img/dishwasher_img_9.jpg b/external/lab/dishwasher-utilization-and-maintenance/img/dishwasher_img_9.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..7355fe8036da13de2239695d77e13a5c98d07251
--- /dev/null
+++ b/external/lab/dishwasher-utilization-and-maintenance/img/dishwasher_img_9.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:91524ad16aa830b247de8dadfe1d074762bdaff731c03894205709c5e2b7a0c5
+size 884970
diff --git a/external/lab/handwashing/handwashing.md b/external/lab/handwashing/handwashing.md
new file mode 100644
index 0000000000000000000000000000000000000000..81b5b40d887fe076a77a57792938b19c4617fe8b
--- /dev/null
+++ b/external/lab/handwashing/handwashing.md
@@ -0,0 +1,46 @@
+---
+layout: page
+permalink: /external/lab/handwashing/
+shortcut: lab:handwashing
+redirect_from:
+  - /cards/lab:handwashing
+  - /external/cards/lab:handwashing
+---
+# Handwashing
+
+The procedure aims to describe the good practices in handwashing before and after laboratory manipulations.
+
+## Description
+
+1.	Handwashing is performed before doing any experiment in the lab as well as before exiting the laboratory.
+
+2.	A good handwashing is essential to avoid contamination and must last at least 40 seconds.
+
+3.	Consider the sink, including the faucet, as contaminated and avoid direct contact with them.
+
+4.	Wet your hands with water.
+
+5.	Dispense a dose of soap in the palm of your hand.
+
+6.	Rub your hands palm to palm.
+
+7.	Rub your right palm over left dorsum with interlaced fingers and vice versa.
+
+8.	Rub palm to palm with fingers interlaced.
+
+9.	Rub the back of your fingers to the opposing palms with fingers interlocked.
+
+10.	Perform a rotational rubbing of the left thumb clasped in the right palm and vice versa.
+
+11.	Perform a rotational rubbing backwards and forwards with clasped fingers of the right hand in the left palm and vice versa.
+
+12.	Rinse your hands with water.
+
+13.	Dry your hands thoroughly with a single use towel.
+
+14.	Use the towel to turn off the faucet
+
+<div align="center">
+<img src="img/handwashing_img_1.png">
+</div>
+
diff --git a/external/lab/handwashing/img/handwashing_img_1.png b/external/lab/handwashing/img/handwashing_img_1.png
new file mode 100644
index 0000000000000000000000000000000000000000..f01b68b63c4f6f88ddda147de77b625f4460259f
--- /dev/null
+++ b/external/lab/handwashing/img/handwashing_img_1.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:020b7a1bbf45e8879bb6e3f01baac47f0ca8df11e24e9c31eb0b7d5f578acb2c
+size 340576
diff --git a/external/lab/maintenance_of_cold_traps/img/cold-trap_img_1.png b/external/lab/maintenance_of_cold_traps/img/cold-trap_img_1.png
new file mode 100644
index 0000000000000000000000000000000000000000..b757e53cb9f9ffa16c46ad501eca978214b9ee5d
--- /dev/null
+++ b/external/lab/maintenance_of_cold_traps/img/cold-trap_img_1.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e98e473511f85b7ff24e26063fbdf7667aaf4ec73cd1f8357672321031f5ac9d
+size 52011
diff --git a/external/lab/maintenance_of_cold_traps/img/cold-trap_img_2.png b/external/lab/maintenance_of_cold_traps/img/cold-trap_img_2.png
new file mode 100644
index 0000000000000000000000000000000000000000..1789d2137cd09d522cf48fd84b0f8f40cade1972
--- /dev/null
+++ b/external/lab/maintenance_of_cold_traps/img/cold-trap_img_2.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9bd0c58906ac2af9fba4cb7ca6a704bf0f2b1870d5a92948b33fd66cf465d409
+size 51362
diff --git a/external/lab/maintenance_of_cold_traps/img/cold-trap_img_3.png b/external/lab/maintenance_of_cold_traps/img/cold-trap_img_3.png
new file mode 100644
index 0000000000000000000000000000000000000000..41ee59cebbd655a32c384a8cf76428001e698879
--- /dev/null
+++ b/external/lab/maintenance_of_cold_traps/img/cold-trap_img_3.png
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:55b9741473c0b4ca148fdd234065be5f229b5a5951b7d4ad3ff7624614214951
+size 59176
diff --git a/external/lab/maintenance_of_cold_traps/maintenance_of_cold_traps.md b/external/lab/maintenance_of_cold_traps/maintenance_of_cold_traps.md
new file mode 100644
index 0000000000000000000000000000000000000000..438b6d8e7be21916babcd7be3bc9feeda572883e
--- /dev/null
+++ b/external/lab/maintenance_of_cold_traps/maintenance_of_cold_traps.md
@@ -0,0 +1,93 @@
+---
+layout: page
+permalink: /external/lab/maintenance_of_cold_traps/
+shortcut: lab:maintenance_of_cold_traps
+redirect_from:
+  - /cards/lab:maintenance_of_cold_traps
+  - /external/cards/lab:maintenance_of_cold_traps
+---
+# Maintenance of cold traps  
+
+## Labconco Centrivap concentrator and cold trap
+
+The procedure describes the steps for routine maintenance of the Labconco Centrivap concentrators and cold traps.
+This maintenance is important to preserve the integrity of the glass bottles inside the cold trap.  
+
+**The Instrument care officer** is responsible for cleaning the condenser once a year, changing the acid filter when necessary and filling the cold trap maintenance record sheet.  
+
+**The Users** are responsible for the routine maintenance of the instrument and filling the “cold trap maintenance record sheet”.  
+
+## Description  
+
+To ensure proper functioning of the centrivap concentrators and associated cold trap, a routine maintenance is necessary:  
+
+<div align=center>
+
+**_Personal Protective Equipment_**:  
+Lab coat  
+Nitrile gloves
+
+</div>
+
+1.	This routine maintenance is performed by the users of the instrument.  
+
+2.	If a glass bottle is used inside the cold trap, add 99% ethanol to the stainless steel trap until the glass bottle is at least two-thirds immersed.  
+
+3.	At the end of each week, the cold trap should be switched off and the condensed solvent in the glass bottle should be discarded in the corresponding waste container.  
+
+4.	If there is any ice in the stainless steel trap (outside the glass bottle), let it melt, drain the ethanol and replace it with fresh ethanol.
+To drain, use the faucet on the left side of the cold trap.  
+
+<div align="center">
+<img src="img/cold-trap_img_1.png" height="250">
+</div>  
+
+5.	Fill the “cold trap maintenance record sheet “ (Appendix 01)  
+
+6.	Restart the cold trap at the beginning of the following week
+
+**Once a year, the refrigeration system condenser of the Cold trap should be cleaned.**  
+
+<div align=center>
+
+**_Personal Protective Equipment_**:  
+Lab coat  
+Nitrile gloves  
+Safety goggles  
+
+</div> 
+
+1.	This step is performed by a maintenance officer  
+
+2.	Switch off the instrument  
+
+3.	Use a vacuum cleaner with brush attachment  
+
+4.	Clean the condenser (on the left side of the cold trap) to ensure proper airflow for peak performance
+
+<div align="center">
+<img src="img/cold-trap_img_2.png" height="250">
+</div>  
+
+5.	Fill the “cold trap maintenance record sheet “ (Appendix 01)
+When necessary, the acid cartridge (LIMS ID: 10608) should be exchanged  
+
+* When the cartridge looks wet (see arrow on the following picture), it should be exchanged for a new one.  
+
+<div align="center">
+<img src="img/cold-trap_img_3.png" height="250">
+</div>  
+
+* This is done by a maintenance officer  
+
+* Switch off the instrument  
+
+* Unscrew the black cap out of the transparent container  
+
+* Remove the cartridge and replace it with the new one  
+
+* Close back the container  
+
+* Place the old cartridge in the chemical hood for evaporation in a retention container  
+
+* 24 hours later, trash it in a blue bin UN3291  
diff --git a/external/lab/personal-alert-safety-system/img/pass_img-1.jpg b/external/lab/personal-alert-safety-system/img/pass_img-1.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..065b7df982d330b36760938128088a566ad82022
--- /dev/null
+++ b/external/lab/personal-alert-safety-system/img/pass_img-1.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:cca15d4bc3478d4f9eb3779e793dcc7bc523fa5fb20dc149edfc5f8a5934d289
+size 83492
diff --git a/external/lab/personal-alert-safety-system/img/pass_img-2.jpg b/external/lab/personal-alert-safety-system/img/pass_img-2.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..77efb7c0bf7f7a7dd10a60bd7a16af69c5e9ff01
--- /dev/null
+++ b/external/lab/personal-alert-safety-system/img/pass_img-2.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0a327b5550c5428192401dc2234581ccb7659e2feb3800cbdf58166dea5a3364
+size 221576
diff --git a/external/lab/personal-alert-safety-system/img/pass_img-3.jpg b/external/lab/personal-alert-safety-system/img/pass_img-3.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..82a151f6881c6ea961338572fb23441298dd04cd
--- /dev/null
+++ b/external/lab/personal-alert-safety-system/img/pass_img-3.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:beddb7df46464c4848a12e67dfe02b7d296f11497e22fcdd85b6e0eb581f8dfd
+size 831758
diff --git a/external/lab/personal-alert-safety-system/img/pass_img-4.jpg b/external/lab/personal-alert-safety-system/img/pass_img-4.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..412d2dcbafd38b4af834c0ffe087926481cf0b4f
--- /dev/null
+++ b/external/lab/personal-alert-safety-system/img/pass_img-4.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d67b2c805fab7198ded117804efcbf4d331d84e0448f3672a982a8f0ed0f8684
+size 27145
diff --git a/external/lab/personal-alert-safety-system/img/pass_img-5.jpg b/external/lab/personal-alert-safety-system/img/pass_img-5.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..ae9132c6e138a87a24146c5a9c416b7c15ee2a74
--- /dev/null
+++ b/external/lab/personal-alert-safety-system/img/pass_img-5.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f6d92a3feff2692021e743fa850b3ce6784d71af06da3cbff4b5fdafab2c821f
+size 18229
diff --git a/external/lab/personal-alert-safety-system/img/pass_img-6.jpg b/external/lab/personal-alert-safety-system/img/pass_img-6.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..5f002e274ab85cafd67e92e8b098aa03f049dade
--- /dev/null
+++ b/external/lab/personal-alert-safety-system/img/pass_img-6.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:eaa4646af3c04a64d8bbc9c627132b08c4e21746be3afba18f69d04280d0bf12
+size 2481
diff --git a/external/lab/personal-alert-safety-system/personal-alert-safety-system.md b/external/lab/personal-alert-safety-system/personal-alert-safety-system.md
new file mode 100644
index 0000000000000000000000000000000000000000..a8561896fc989567a814dc2d2f763d4aba3db9ee
--- /dev/null
+++ b/external/lab/personal-alert-safety-system/personal-alert-safety-system.md
@@ -0,0 +1,197 @@
+---
+layout: page
+permalink: /external/lab/personal-alert-safety-system/
+shortcut: lab:personal-alert-safety-system
+redirect_from:
+  - /cards/lab:personal-alert-safety-system
+  - /external/cards/lab:personal-alert-safety-system
+---
+
+# Personal alert safety system (PASS)
+
+Utilization of the PASS “Loner M6” (BlackLineSafety) available in BT1 and BT2.
+PASS is a device used by a person working alone in a potentially dangerous environment.
+The device allows calling for rescue in case of problem.
+The call can be triggered voluntarily or automatically, in the event of a fall for example.
+
+The lone worker should pick up and register the utilization of the PASS in the logbook.
+After use, they should ensure the device is correctly plugged to charge the battery.
+
+## 1. Overview
+
+1.	The phones detect if the user is:
+
+    a.	falling
+    b.	immobile for more than 5 minutes
+
+2.	Therefore, the PASS automatically sets off a pre-alarm, which warns the user.
+If this pre-alarm is not reset, the PASS calls the emergency number 5555.
+
+3.	In case of emergency, the PASS can also be used to call manually 5555.
+
+4.	It is recommended when:
+
+    a.	working in isolated rooms,
+    b.	performing dangerous activities
+    c.	working alone during the evenings or weekends
+
+5.	It is forbidden to perform dangerous experiments during the night and weekends (including work with Piranha solution, highly corrosive or explosive compounds).
+
+## 2. Handling the device
+
+### 1. Description of the System
+
+<img src="img/pass_img-1.jpg">
+
+### 2. Quick user guide
+
+<img src="img/pass_img-2.jpg">
+
+### 3. How to obtain the PASS
+
+1.	The PASS are stored by the guard stations in both BT1 and BT2.
+
+    <div align="center">
+
+    <img src="img/pass_img-3.jpg" height="300">
+
+    <img src="img/pass_img/../pass_img-4.jpg" height="300">
+
+    <img src="img/pass_img-5.jpg" height="300">
+
+    </div>
+
+2.	To obtain the PASS, place your BT2 badge in front of the lock until the light is green.
+
+3.	Fill in the logbook
+
+### 4. Switch on
+
+1.	Press on the power button
+
+2.	A single alarm will sound, the alarm light array will flash, and the device will vibrate once.
+The power button and SureSafe indicator light (green) will continue to flash while establishing a network connection.
+
+3.	Wait for the device to establish a network connection, which can take up to one minute.
+
+4.	Once connected, the SureSafe indicator light will remain continuously on
+
+### 5. Fastening the emergency phone to the clothing
+
+5.	The PASS can be fastened to the clothes using the clip located in the back of the unit
+
+6.	Hold the PASS in a vertical position while fastening it
+
+### 6. Switch off
+
+7.	 Press and hold the power button for approximately 3 seconds (until the device stops beeping).
+
+8.	The alarm will sound three long beeps while the power button is pressed the device vibrates for three long pulses.
+
+The alarm, vibration motor and power button and SureSafe indicator light will turn off after the shutdown is complete.
+
+### 7. Return the PASS
+
+9.	When you are done with the PASS, place it back on the charger, a red light will flash to indicate that the battery is charging.
+
+10.	Fill the logbook and close the box by placing your BT2 badge in front of the lock.
+
+## 3. Types of alerts
+
+### 1. Emergency alert
+
+1.	Pull the emergency latch. The device will instantly send an emergency message to the 5555.
+
+2.	The device will trigger the “high alarm” pattern to notify others nearby of the event.
+
+3.	To silence the alert, return the emergency latch to the closed position.
+
+4.	Press and hold the acknowledge button until the alarm pattern is silenced (approximately 3 seconds).
+The device will return to regular operation.
+
+5. <img src="img/pass_img-6.jpg"> silencing the alert will not cancel it: the 5555 will still intervene.
+
+### 2. Fall impact detected alert
+
+The device is constantly monitoring your motion or falls. If the device detects a fall impact, it will trigger the “pending alarm” mode.
+
+If you do not require assistance, you have 30 seconds to cancel the alert by pressing on the acknowledge button.
+
+1.	Cancelling a pending fall detected alert
+
+    a.	The device will start a pending alarm
+
+    b.	Press the acknowledge button until the alarm pattern is silenced   (approximately 1 second).
+    The device will return to regular operation
+
+2.	Silencing a fall detected alert
+
+    a. If you have not cancelled the alert within 30 seconds, the fall detected alert is communicated to the 5555
+
+    b.	The device will go to “high alarm”
+
+    c.	Press and hold the acknowledgement button until the alarm pattern is silenced (approximately 3 seconds).
+    The device will return to regular operation
+
+    d. <img src="img/pass_img-6.jpg"> Silencing an alarm will not cancel the call, 5555 will still intervene.
+
+### 3. No-motion alert
+
+The device is constantly monitoring your motion to detect a possible person down incident.
+If the device has not detected motion within 5 minutes, it will prompt you to acknowledge your safety, entering the alarm mode and triggering the low alarm pattern.
+If you do not require assistance, you have 30 seconds to cancel the alert by pressing on the acknowledgement button.
+
+1.	Cancelling a pending no-motion alert
+
+    a.	The device will start a “pending alarm”
+
+    b.	Press the acknowledge button until the alarm pattern is silenced (approximately 1 second).
+    The device will return to regular operation.
+
+2.	Silencing a no-motion alert
+
+    a.	If you have not cancelled the alert within 30 seconds, the no-motion alert is communicated to 5555.
+
+    b.	The device will trigger the “high alarm” pattern and will continue until the alert is cancelled or the battery runs out.
+
+    c.	Press and hold the acknowledge button until the alarm pattern is silenced (approximately 3 seconds).
+    The device will return to regular operation.
+
+    d. <img src="img/pass_img-6.jpg"> Silencing an alarm will not cancel the call, 5555 will still intervene.
+
+### 4. Voice call alert
+
+1.	When a phone call has been initiated by 5555, the device will trigger the “high alarm” pattern accompanied by a blue flashing of the LiveResponse light.
+
+2.	To silence the alarm, press and hold the acknowledge button until the alarm is silenced (approximately 3 seconds).
+
+3.	The LiveResponse confirmation light will continue to flash, signifying that an incoming call has been initiated.
+
+4.	Once the call has been connected, the device will generate a long beep signifying the beginning of the two-way  voice calling.
+
+5.	In a noisy environment, it may be necessary to remove and hold the device near your face, as you would do with a two-way radio.
+
+6.	Once the call is complete, the caller will end the call.
+The device will trigger a long beep signifying the end of the call.
+
+7.	The device user cannot end the call.
+
+8.	The LiveResponse confirmation light on the device will go off once the call has ended.
+
+9.	NOTE: during the call, the volume of the speaker can be switched to speaker and back to lower volume by pressing the acknowledge button once.
+
+### 5. Low battery notification
+
+1.	If the battery level on the device drops below 20% capacity, the device will flash the charging light and beep once every 5 minutes.
+Once the device battery is depleted, it will automatically shut down.
+
+2.	This is considered an unsafe log off.
+If the device is configured to require a periodic check-in, a low battery shutdown will not stop the timer and a missed check-in alter will be generated.
+
+## 4. Types of alarms
+
+|Type|Beeper|Vibration|Visual indicator|
+|----|------|---------|----------------|
+|**Pending alarm**|Slow alarm pattern|Single repeating vibration|Alarm light array slow flash (red)|
+|**High alarm**| Fast alarm pattern| Double repeating vibration|Alarm light array fast flash (red)|
+|**Low battery**|Single beep once every 5 minutes|No vibration|Charge light, single flash once every 5 minutes|
diff --git a/external/lab/utilization-of-balances/img/Crown.jpg b/external/lab/utilization-of-balances/img/Crown.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..3fd78e19e4775336e2f6860d8b41684cd5d320e7
--- /dev/null
+++ b/external/lab/utilization-of-balances/img/Crown.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1a00ca8e9fbda8efe3e3bc461e0ed78e338cb432504b8592af3173913cf1f848
+size 22107
diff --git a/external/lab/utilization-of-balances/img/Ergo-Clip.jpg b/external/lab/utilization-of-balances/img/Ergo-Clip.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..60b2980dcd0839faa0dff3c4bef480d124feb9f6
--- /dev/null
+++ b/external/lab/utilization-of-balances/img/Ergo-Clip.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:55ed5222f8e4d18c30d951a548e95ef30f76044465e4e6024dff38681edca582
+size 954468
diff --git a/external/lab/utilization-of-balances/img/Ergo-Clip_2.jpg b/external/lab/utilization-of-balances/img/Ergo-Clip_2.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..6dd41f24bb8c5005817391c5ee3c775ed34375bf
--- /dev/null
+++ b/external/lab/utilization-of-balances/img/Ergo-Clip_2.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e93647b77d9112de484760bacdd9edffa683cb3d9ea7722e37214322711c7381
+size 91669
diff --git a/external/lab/utilization-of-balances/img/XPE205DR.jpg b/external/lab/utilization-of-balances/img/XPE205DR.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..60b2980dcd0839faa0dff3c4bef480d124feb9f6
--- /dev/null
+++ b/external/lab/utilization-of-balances/img/XPE205DR.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:55ed5222f8e4d18c30d951a548e95ef30f76044465e4e6024dff38681edca582
+size 954468
diff --git a/external/lab/utilization-of-balances/img/XPE205DR_2.jpg b/external/lab/utilization-of-balances/img/XPE205DR_2.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..7852c8b4bb5d82bde0621ce77af1d8edf542595b
--- /dev/null
+++ b/external/lab/utilization-of-balances/img/XPE205DR_2.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:9f889e881624130592f489a6c141a6a324adf543eccd67eeedb270a7fecd3498
+size 952023
diff --git a/external/lab/utilization-of-balances/img/XS4002S.jpg b/external/lab/utilization-of-balances/img/XS4002S.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..65b9840d74b6d17d73b77c2b03cf1f84579ac1fe
--- /dev/null
+++ b/external/lab/utilization-of-balances/img/XS4002S.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:01f1e106d77298bed956a00c2af52451a142e905dffa7ecbbaa6ea6e02ade277
+size 960450
diff --git a/external/lab/utilization-of-balances/utilization-of-balances.md b/external/lab/utilization-of-balances/utilization-of-balances.md
new file mode 100644
index 0000000000000000000000000000000000000000..91ad25a3d68c66b59054ef41648b8daa3ae35d4c
--- /dev/null
+++ b/external/lab/utilization-of-balances/utilization-of-balances.md
@@ -0,0 +1,78 @@
+---
+layout: page
+permalink: /external/lab/utilization-of-balances/
+shortcut: lab:utilization-of-balances
+redirect_from:
+  - /cards/lab:utilization-of-balances
+  - /external/cards/lab:utilization-of-balances
+---
+
+# Utilization of balances
+
+## Routine maintenance of analytical balances from Mettler-Toledo XS4002S and XPE205DR
+
+
+### 1. Personal protective equipment
+
+* Always wear a lab coat and gloves when using the balances.
+* If necessary, wear safety glasses.
+* If weighing dangerous, volatile compounds, use a balance located under a chemical hood.
+
+There are such balances on the 5th floor in BT1 and on the 2nd floor in BT2.
+
+### 2. Weighing
+
+**XPE205DR: used for 1.4 mg to 220 g**
+
+<div align="center">
+<img src="img/XPE205DR.jpg" height="400">
+</div>
+
+**XS4002S: used for 800 mg to 4.1 kg**
+
+<div align="center">
+<img src="img/XS4002S.jpg" height="400">
+</div>
+
+1. For XPE balances, check that the air bubble is in the middle of the circle.
+   It is located on the rear right foot of the instrument.
+   <div align="center">
+   <img src="img/XPE205DR_2.jpg" height="400">
+   </div>
+2. Switch on the balance by pressing on “On/Off” until the display appears.
+3. In order to allow an equilibration of electronics within the balance, allow it to stand for 10 to 15 minutes before starting using it.
+4. Zero the balance by pressing on “0”.
+    a. For the XPE balance, make sure the doors are closed by pressing on “↨” or by passing your hand over the right and left upper parts of the terminal.
+5. Place an anti-static weighing boat or a weighing paper in the middle of the pan of the balance. Do not place the material to be weighted directly on the pan.
+6. If you weigh directly in a tube, place the Ergo Clip   on the pan of the balance and place your tube in it.
+
+**Ergo clip**:
+
+<div align="center">
+<img src="img/Ergo-Clip_2.jpg" height="400">
+</div>
+
+7.	Tare the balance by pressing on “T”
+8.	Place the material to be weighted in the anti-static weighing boat or on the weighing paper in the middle of the pan to avoid corner-load error, for the XPE balance,close the doors after loading your material.
+9.	To prevent contamination of stock material, do not return unused substance to the stock bottle.
+10.	After use, switch the balance off by pressing on the “ON/OFF” button.
+11.	Contact the Quality Assistant if the logbook is full.
+12.	If you notice anything wrong with the instrument, contact the instrument responsible.
+
+### 3. Cleaning
+
+1. After each use, the balance and the material used to weight have to be cleaned.
+2. **XPE205DR**:
+    * Open the doors and remove the weighing pan
+    * Wipe the surfaces with a brush
+    * Wipe the weighing pan and the inside of the chamber with a damp cloth
+    * Place the weighing pan back and make sure it is correctly placed
+3. **XS4002S**:
+    * Wipe the surfaces with a brush
+    * Wipe the weighing pan with a damp cloth
+    * If some powder fell off the pan, carefully remove the crown around the pan and clean it to remove any residue. If you need assistance, contact the instrument responsible person
+    <img src="img/Crown.jpg" height="400">
+    * When the crown is removed, carefully wipe with a damp cloth around the weighing pan
+    * Carefully place the crown back
+    * Always wipe the area around the balance with 70 % ethanol to remove any substance
+    * Spoons: wash them with a mild detergent and water
diff --git a/external/lab/utilization-of-pH-meter/description_pH-meters.jpg b/external/lab/utilization-of-pH-meter/description_pH-meters.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..994eb48bc53f0f31aca63081ecf902160fb79c04
--- /dev/null
+++ b/external/lab/utilization-of-pH-meter/description_pH-meters.jpg
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:653a9d9d111f578d1078ec8e14355de6f94252f3ce9f8175e8c833aaa48eed10
+size 52600
diff --git a/external/lab/utilization-of-pH-meter/utilization-of-pH-meter.md b/external/lab/utilization-of-pH-meter/utilization-of-pH-meter.md
new file mode 100644
index 0000000000000000000000000000000000000000..4c6c73fd7f7a7df6a37d7439894c4c65f5ebd578
--- /dev/null
+++ b/external/lab/utilization-of-pH-meter/utilization-of-pH-meter.md
@@ -0,0 +1,95 @@
+---
+layout: page
+permalink: /external/lab/utilization-of-pH-meter/
+shortcut: lab:utilization-of-pH-meter
+redirect_from:
+  - /cards/lab:utilization-of-pH-meter
+  - /external/cards/lab:utilization-of-pH-meter
+---
+
+# Utilization of pH meter
+
+## Routine Maintenance of pH meter “Seven Easy” and “Seven Compact” from Mettler-Toledo.
+
+## 1. Description
+
+<div align="center">
+<img src="img/../description_pH-meters.jpg" height="300">
+</div>
+
+## 2. Personal protective equipment
+
+Always wear a lab coat and gloves when working with the pH meter. Wear safety glasses if necessary.
+
+## 3. Prepare the calibration reagents
+
+1. The calibration cannot be performed using the reagents directly in their original containers, they need to be aliquoted.
+
+2. Transfer a few millilitres of each of the three calibration solutions in a 15 mL falcon tube. Label them with the pH value of the solution and the date of aliquot.
+3. Indicate the opening date on the original bottles and store them in the dark.
+
+4. Keep the aliquoted solutions for a month, then replace them with fresh ones.
+
+5. Indicate the date of exchange of the solutions in the log book.
+
+## 4. Calibration
+
+Calibration should be performed only if it has not been performed on the same day (see logbook) or if you have doubts about the calibration status of the instrument.
+The pH meter allows for calibration of 1, 2 or 3 points.
+The calibration standard solutions are of pH 4, 7 and 10.
+
+1. Rinse the electrode with deionized water, wipe carefully the outside of the electrode with a lint free tissue.
+
+2. Place the electrode in a calibration standard and press “CAL”.
+
+3. The pH meter automatically endpoints when calibrating.
+
+4. For 2 points calibration, repeat steps 1 to 3 for the second calibration standard.
+
+5. For 3 points calibrations, repeat steps 1 to 3 with the third calibration standard.
+
+6. Rinse the electrode with deionized water, wipe carefully the outside of the electrode with a lint free tissue.
+
+7. After calibration, to return to sample measurement, press on:
+
+    a. “Read” for the Seven Easy
+    b. “End”, then “Save” for the Seven Compact
+
+8. Add the calibration date in the equipment logbook.
+
+## 5. Measuring the pH
+
+1. pH is temperature sensitive, therefore, make sure that your solution is at the temperature you will use it (for example: 37°C for cell culture medium).
+
+2. Make sure the sample has been thoroughly mixed.
+
+    a. If you use magnetic stirrer, make sure you stop the stirrer before inserting the probe.
+
+3. Rinse the electrode with deionized water, wipe carefully the outside of the electrode with a lint free tissue.
+
+4. Place the electrode in the sample and press on “READ” to start the measurement.
+
+5. During measurement, the decimal point of the display flashes.
+
+6. Once the measurement is complete, the display freezes automatically.
+
+7. Rinse the electrode with deionized water and place it back in its storing solution container (a 15 mL falcon containing 5 mL of 3 M KCl for example).
+
+8. Adjust the pH of your solution, use a Pasteur glass pipet if you use strong acids or bases.
+
+## 6. Maintenance
+
+1. All calibration solutions should be kept away from the light.
+
+2. Any spillage has to be cleaned immediately. Use wipes to dry the spill, then clean with water.
+
+3. The electrode has to be maintained in 3 M KCl.
+
+    a. Do not allow it to dry.
+    b. Change the solution at least monthly.
+    c. Indicate the date of change in the log book.
+    d. If the filling solution is encrusted outside the electrode, remove it by rinsing the electrode with deionized water.
+
+4. Contact the quality assistant if the logbook is full.
+
+5. Would you notice any issue with the instrument, create a ticket.
diff --git a/index.md b/index.md
index 61b956b769ad397de6bc5dbf5b7f98f8a991be43..9679e0c9bcb45640c232754bc8fe1c00fc041bb6 100644
--- a/index.md
+++ b/index.md
@@ -41,6 +41,12 @@ The How-to cards are intended to provide practical guidance in implementing Data
             "icon": "<i class=\"large material-icons\">vpn_key</i>",
             "link": "/cards#integrity"
         },
+        {
+            "title": "Lab",
+            "caption": "I need information on wetlab equipment and procedures",
+            "icon": "<i class=\"large material-icons\">science</i>",
+            "link": "/cards#lab"
+        },
     ];
 
     document.addEventListener('DOMContentLoaded', function() {