forked from Ingerid/DHNB2024-workshop
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Ingerid Dale <[email protected]>
- Loading branch information
Showing
1 changed file
with
42 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/) | ||
::: | ||
|
||
:::: |