From 1cd930d09479aaee343213547084cad7e0f958e5 Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Tue, 5 Dec 2023 12:33:28 +0100 Subject: [PATCH] Add Knowledge library info --- html/index.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/html/index.html b/html/index.html index 59f39bf..5040d0e 100644 --- a/html/index.html +++ b/html/index.html @@ -27,5 +27,12 @@ <p style="font-size: small;"> The DSS API and the Weather API are based on software developed for a similar purpose in Europe in the <a href="https://platform.ipmdecisions.net/" target="new">IPM Decisions project</a> </p> + <h3>Knowledge library API AKA Data catalogue</h3> + <p>We are implementing the knowledge library using a data catalogue, more specifically CKAN software. It is located at <a href="https://ckan.madiphs.org/" target="new">ckan.madiphs.org</a></p> + <h4>Test datasets</h4> + Some test datasets have been placed on this server, you can start browsing <a href="datasets/" target="new"></a>here</a>. + <ul> + <li><a href="datasets/copernicus22/">Weather data from Copernicus Jan 22 -> May 23</a></li> + </ul> </body> </html> \ No newline at end of file -- GitLab