diff --git a/src/tour.md b/src/tour.md index deb1901..f31145a 100644 --- a/src/tour.md +++ b/src/tour.md @@ -18,7 +18,7 @@ const cards = [ image: "/images/tour/desktop1.webp", }, { - text: "

Wherever you are, pressing the 'Help' button in the navigation bar activates context sensitive help. The documentation link next to it opens context specific documentation in your browser.

", + text: "

Wherever you are, pressing the 'Help' button in the navigation bar activates context sensitive help. The documentation link next to it opens up the user guide for that page in your browser.

", image: "/images/tour/desktop2.webp", }, { @@ -58,9 +58,17 @@ const cards = [ text: `

Navigating to the entity we can then start managing its data. Shown is the Geometry component which enables creating a custom geometry for the Geo property. In this case, we've defined a geographical area of Australia.

`, image: "/images/tour/desktop7.webp", + }, + { + text: `

+ An important part of any description process is quality assurance. For example, do all the person descriptions have given name + and family name defined? In this image we can easily review the descriptions for the 3 people described and see that some of them + are incomplete. +

`, + image: "/images/guide-browse/browse3.webp", }, { - text: `

If you register with describo.cloud and purchase credits, Describo can perform bulk transformations on your data. From + text: `

If you register with describo.cloud and purchase credits, Describo can help you perform bulk transformations on your data. From recognising and marking up named entities to extracting the topics, themes and subjects contained, getting to know your data has never been easier.

@@ -69,7 +77,7 @@ const cards = [ image: "/images/guide-transform/transform1.webp", }, { - text: `

If you register with describo.cloud and purchase credits, Describo can perform Optical Character Recoginition (OCR) and entity recognition of your data. Even without the cloud service, you can mark + text: `

Describo can perform Optical Character Recoginition (OCR) and entity recognition of your data. Even without the cloud service, you can mark up entities and create rich datasets of entities mentioned in your data.

See the documentation for more information. @@ -139,10 +147,6 @@ const cards = [ text: `

And here we see the licence applied.

`, image: "/images/tour/desktop17.webp", }, - { - text: `

Finally, application settings can be changed as required.

`, - image: "/images/tour/desktop18.webp", - }, ];