From 24c9dbe142e6fc9449717ce181a6fc024d582b29 Mon Sep 17 00:00:00 2001 From: Ingerid Dale Date: Fri, 24 May 2024 11:07:04 +0200 Subject: [PATCH] update resource tiles Signed-off-by: Ingerid Dale --- dhlab_workshop/resources.md | 50 +++++++++++++++++++++++++++++++------ 1 file changed, 42 insertions(+), 8 deletions(-) diff --git a/dhlab_workshop/resources.md b/dhlab_workshop/resources.md index c409a6d..757dfff 100644 --- a/dhlab_workshop/resources.md +++ b/dhlab_workshop/resources.md @@ -1,26 +1,60 @@ # Workshop resources +## Information + ::::{grid} 3 -:::{card} DHLAB homepage +:::{card} [DHLAB homepage](https://www.nb.no/dh-lab/) +The Digital Humanities Laboratory at the National Library of Norway: [dh.nb.no](https://www.nb.no/dh-lab/) ::: -:::{card} Swagger API +:::{card} [Bibliography](https://nationallibraryofnorway.github.io/digital_tekstanalyse/bibliography/bibliography.html) -[api.nb.no/dhlab/](https://api.nb.no/dhlab/) +List of publications using the DHLAB tools. ::: +:::{card} Demos +- [`dhlab` python demo](https://nationallibraryofnorway.github.io/digital_tekstanalyse/dhlab_class_demo.html) +- [Jupyter Notebooks](https://nationallibraryofnorway.github.io/digital_tekstanalyse/) +::: + +:::: + +## DHLAB user interfaces + +::::{grid} 4 + :::{card} Webapps +User-friendly applications for text analysis and visualization. + [dh.nb.no/apps/](https://www.nb.no/dh-lab/apper/) +::: +:::{card} Python library [`dhlab`](https://pypi.org/project/dhlab/) + +```raw +pip install dhlab +``` + +See the [documentation](https://nationallibraryofnorway.github.io/DHLAB/) for more information. ::: -:::: +:::{card} R library [`dhlabR`](https://github.com/NationalLibraryOfNorway/dhlabR) -## Additional resources +Github repository for the R library. -* [Python library documentation](https://nationallibraryofnorway.github.io/DHLAB/) -* [Jupyter Notebooks and python demos](https://nationallibraryofnorway.github.io/digital_tekstanalyse/dhlab_class_demo.html) -* [DHLAB bibliography](https://nationallibraryofnorway.github.io/digital_tekstanalyse/bibliography/bibliography.html) +```raw +# install.packages("devtools") +devtools::install_github("NationalLibraryOfNorway/dhlabR") +``` +::: + +:::{card} Swagger API +REST-API endpoint for extracting metadata, text snippets and aggregated data from the National Library of Norway's digital collections. + +[api.nb.no/dhlab/](https://api.nb.no/dhlab/) +::: + +::::