Skip to content

Commit

Permalink
update resource tiles
Browse files Browse the repository at this point in the history
Signed-off-by: Ingerid Dale <[email protected]>
  • Loading branch information
Ingerid committed May 24, 2024
1 parent a261527 commit 24c9dbe
Showing 1 changed file with 42 additions and 8 deletions.
50 changes: 42 additions & 8 deletions dhlab_workshop/resources.md
Original file line number Diff line number Diff line change
@@ -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/)
:::

::::

0 comments on commit 24c9dbe

Please sign in to comment.