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

https://github.com/elc/jupyter-map

Interactive map with universities using Jupyter
https://github.com/elc/jupyter-map

Last synced: about 1 year ago
JSON representation

Interactive map with universities using Jupyter

Awesome Lists containing this project

README

          

# Jupyter Educational Map

[![MAP](https://img.shields.io/badge/Interactive%20Map-Online-green.svg)](https://elc.github.io/jupyter-map/) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1245087.svg)](https://doi.org/10.5281/zenodo.1245087)

## Embedding the map in your website

You just have to simply add the following HTML:

```html

```

## Contribute

You can request a new institution filling the [request form](https://kutt.it/jupyter-map)

In case you want to suggest features, report bugs or add an institution via Git, see the [Contribution Guide](CONTRIBUTING.md)

## Sources

The initial source was a [thread in the jupyter education mailing list](https://groups.google.com/forum/?hl=en#!topic/jupyter-education/HprQgDcDbo4)

Then the results from the [Survey conducted by Jessica Hamrick](https://github.com/jupyter/surveys/tree/master/surveys/2016-05-education-survey) was added

## Find a bug?

Create an [issue](https://github.com/ELC/jupyter-map/issues)

## Cite

You can cite the dataset or the map independently.

### Map

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1245087.svg)](https://doi.org/10.5281/zenodo.1245087)

Please cite as:

```
@misc{Castano_Jupyter_Map,
author = {Castaño, Ezequiel Leonardo},
title = {Jupyter Map},
month = may,
year = 2018,
doi = {10.5281/zenodo.1245087},
url = {https://elc.github.io/jupyter-map/}
}
```

### Dataset (GeoJSON)

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1244833.svg)](https://doi.org/10.5281/zenodo.1244833)

Please cite as:

```
@misc{Castano_Jupyter_Map_Dataset,
author = {Castaño, Ezequiel Leonardo},
title = {Jupyter Usage in Institutions with Coordinates},
month = may,
year = 2018,
doi = {10.5281/zenodo.1244833},
url = {https://doi.org/10.5281/zenodo.1244833}
}
```

`NOTE: The DOI above is a concept DOI and will point to the lastest version of the dataset, if a specific version is needed check all the versions in the` [Zenodo Page](https://doi.org/10.5281/zenodo.1244833)