diff --git a/nfdinspector_tutorials/LIDO_tutorial.ipynb b/nfdinspector_tutorials/LIDO_tutorial.ipynb index 709d82c..dfa00a9 100644 --- a/nfdinspector_tutorials/LIDO_tutorial.ipynb +++ b/nfdinspector_tutorials/LIDO_tutorial.ipynb @@ -1,11 +1,20 @@ { "cells": [ { - "cell_type": "code", - "execution_count": null, + "cell_type": "markdown", "metadata": {}, - "outputs": [], - "source": [] + "source": [ + "LIDOInspector Tutorial\n", + "\n", + "LIDOInspector is a part of the NFDInspector python package. The basic functionality of LIDOInspector is to analyse metadata records for objects and works based on the LIDO metadata standard for formal data quality aspects. Inspections are performed in the following steps:\n", + "1. Read metadata records for objects and works\n", + "2. Customise inspection settings\n", + "3. Carry out inspections\n", + "4. Further process or output the results\n", + "\n", + "The inspection process is mainly determined by the settings made. It makes sense to use different configuration files for different purposes. The creation of configuration files will be discussed in an other notebook.
\n", + "The following tutorial is designed to represent a use case for the LIDOInspector. " + ] } ], "metadata": {