Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
krkryger authored Jan 29, 2025
1 parent 9c1e51f commit 79716bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Related publications:

![Project flowchart](network/notebooks/plots/flowchart.png)

The project contains a back-end and a front-end module. The [`network/`](network/) directory contains scripts to generate a graph object from curated metadata of the [Estonian National Bibliography](https://zenodo.org/records/14083327), as well as analysis notebooks and plots. The [`app`](app/) directory contains code for an Typescript-based interactive web app using Graphology and Sigma modules. To build the network locally, follow these steps:
The project consists of a back-end and a front-end module. The [`network/`](network/) directory contains scripts to generate a graph object from curated metadata of the [Estonian National Bibliography](https://zenodo.org/records/14083327), as well as analysis notebooks and plots. The [`app`](app/) directory contains code for an Typescript-based interactive web app using Graphology and Sigma modules. To build the network locally, follow these steps:

1. Install the required Python modules via `pip` using the [`reqiurements.txt`](requirements.txt) file.
2. Download the [Curated ENB](https://zenodo.org/records/14083327) dataset and place it into the [`network/data/raw/`](network/data/raw/) directory.
Expand Down

0 comments on commit 79716bb

Please sign in to comment.