An open API service indexing awesome lists of open source software.

https://github.com/kpj/paperworld

Projecting the space of scientific publications into three dimensions.
https://github.com/kpj/paperworld

Last synced: 2 months ago
JSON representation

Projecting the space of scientific publications into three dimensions.

Awesome Lists containing this project

README

        

# PaperWorld

Projecting the space of scientific publications into three dimensions.

![exemplary pointcloud](docs/pointcloud.png)

## Pipeline description

To run the whole pipeline simply execute

```bash
$ snakemake -pr
```

This will:

* Download scientific manuscripts (e.g. PMC)
* Analyze their topics (e.g. using tf-idf)
* Project this high-dimensional space to something more manageable (e.g. using umap)
* Visualize the result interactively in the browser (e.g. using potree)