Skip to content

Commit 4279bb8

Browse files
committed
better looking README
1 parent e8c3cbe commit 4279bb8

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,20 @@ illustrate the Computo spirit.*
1111
[![build and
1212
publish](https://github.com/computorg/published-paper-tsne-R/actions/workflows/build.yml/badge.svg)](https://github.com/computorg/published-paper-tsne-R/actions/workflows/build.yml)
1313
[![DOI:10.57750/xxxxxx](https://img.shields.io/badge/DOI-10.57750/xxxxxx-034E79.svg)](https://doi.org/10.57750/xxxxxx)
14-
<!-- [![reviews](https://img.shields.io/badge/review-report-blue)](https://github.com/computorg/published-paper-tsne-R/issues?q=is%3Aopen+is%3Aissue+label%3Areview) -->
1514
[![Creative Commons
1615
License](https://i.creativecommons.org/l/by/4.0/80x15.png)](http://creativecommons.org/licenses/by/4.0/)
1716

18-
Authors:
17+
<!-- [![reviews](https://img.shields.io/badge/review-report-blue)](https://github.com/computorg/published-paper-tsne-R/issues?q=is%3Aopen+is%3Aissue+label%3Areview) -->
18+
19+
### Authors
1920

2021
- [Laurens van der Maaten](https://lvdmaaten.github.io/) (TiCC, Tilburg
2122
University)
2223
- [Geoffrey Hinton](https://www.cs.toronto.edu/~hinton/) (Department of
2324
Computer Science, University of Toronto)
2425

26+
### Abstract
27+
2528
We present a new technique called “t-SNE” that visualizes
2629
high-dimensional data by giving each datapoint a location in a two or
2730
three-dimensional map. The technique is a variation of Stochastic

README.qmd

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,16 @@ _{{< meta description >}}_
66

77
[![build and publish](https://github.com/{{< meta github-user >}}/{{< meta repo >}}/actions/workflows/build.yml/badge.svg)](https://github.com/{{< meta github-user >}}/{{< meta repo >}}/actions/workflows/build.yml)
88
[![DOI:{{< meta citation.doi >}}](https://img.shields.io/badge/DOI-{{< meta citation.doi >}}-034E79.svg)](https://doi.org/{{< meta citation.doi >}})
9-
<!-- [![reviews](https://img.shields.io/badge/review-report-blue)](https://github.com/{{< meta github-user >}}/{{< meta repo >}}/issues?q=is%3Aopen+is%3Aissue+label%3Areview) -->
109
[![Creative Commons License](https://i.creativecommons.org/l/by/4.0/80x15.png)](http://creativecommons.org/licenses/by/4.0/)
1110

12-
Authors:
11+
<!-- [![reviews](https://img.shields.io/badge/review-report-blue)](https://github.com/{{< meta github-user >}}/{{< meta repo >}}/issues?q=is%3Aopen+is%3Aissue+label%3Areview) -->
12+
13+
### Authors
1314

1415
- [{{< meta by-author.1.name.literal >}}]({{< meta by-author.1.url >}}) ({{< meta by-affiliation.1.name >}})
1516
- [{{< meta by-author.2.name.literal >}}]({{< meta by-author.2.url >}}) ({{< meta by-affiliation.2.name >}})
1617

18+
### Abstract
19+
1720
{{< meta abstract >}}
1821

0 commit comments

Comments
 (0)