TomWagg / software-citation-station

A website for making citing software used in your research quick and easy
22 stars 2 forks source link

[NEW SUBMISSION] umap-learn #27

Closed cakiki closed 3 weeks ago

cakiki commented 3 weeks ago

Citation information

"umap-learn": {
    "tags": [
        "mcinnes2018umap-software",
        "2018arXivUMAP"
    ],
    "logo": "img/umap-learn.png",
    "language": "Python",
    "category": "Visualisation",
    "keywords": [
        "visualization",
        "machine-learning",
        "dimensionality-reduction",
        "umap",
        "topological-data-analysis"
    ],
    "description": "Uniform Manifold Approximation and Projection (UMAP) is a dimension reduction technique that can be used for visualisation similarly to t-SNE, but also for general non-linear dimension reduction.",
    "link": "https://umap-learn.readthedocs.io/",
    "attribution_link": "https://github.com/lmcinnes/umap?tab=readme-ov-file#citation",
    "zenodo_doi": "",
    "custom_citation": "",
    "dependencies": [
        "numpy",
        "scipy",
        "Numba",
        "scikit-learn",
        "tqdm"
    ]
}

BibTeX

@article{mcinnes2018umap-software,
  title={UMAP: Uniform Manifold Approximation and Projection},
  author={McInnes, Leland and Healy, John and Saul, Nathaniel and Grossberger, Lukas},
  journal={The Journal of Open Source Software},
  volume={3},
  number={29},
  pages={861},
  year={2018}
}

@article{2018arXivUMAP,
     author = {{McInnes}, L. and {Healy}, J. and {Melville}, J.},
     title = "{UMAP: Uniform Manifold Approximation
     and Projection for Dimension Reduction}",
     journal = {ArXiv e-prints},
     archivePrefix = "arXiv",
     eprint = {1802.03426},
     primaryClass = "stat.ML",
     keywords = {Statistics - Machine Learning,
                 Computer Science - Computational Geometry,
                 Computer Science - Learning},
     year = 2018,
     month = feb,
}

Logo can be found here: https://github.com/lmcinnes/umap/blob/master/doc/logo_large.png (Not sure whether it'd be better not to include the text, or whether Leland can point us to a version of the logo better suited for this use case.)

cakiki commented 3 weeks ago

There are also additional bibtex entries in the UMAP repo that correspond to particular settings of the algorithm that I did not include here.

FloorBroekgaarden commented 3 weeks ago

Thanks so much @cakiki - this looks great.

I added it with commit b25e48e. It should appear on the website within ~5 min.

Feel free to check it and let us know if you have any suggestions ! Happy to help!

Thanks !