Skip to content

Commit 0a6a6e6

Browse files
Minor (site-url and feed) (#60)
* made the link on the news page to the actual publication item * cosmetics + force doi in getcomputo-pub.fsx, fix badge alignment in publications.ejs * updated publications metadata to include DOI * Enhance publication display: update DOI handling, improve layout, and add source links * Refactor BibTeX handling and update mock papers - Renamed `getAbstract` to `getBibTeX` for clarity and updated its implementation to return the BibTeX entry. - Introduced a new function `getAbstract` to extract the abstract from a BibTeX entry. - Added `getBibTeXFromDict` to retrieve BibTeX from a dictionary containing repository objects. - Updated `getAbstractFromDict` to utilize the new BibTeX handling functions. - Enhanced the `publications.ejs` template to generate BibTeX entries directly from the item data. * Add lightbox filter to author guidelines for enhanced image display * Enhance GitHub Actions workflow with forced run option and update publication handling * Remove unnecessary callout formatting from README.md [skip ci] * Comment out QUARTO_PROJECT_RENDER_ALL exit check in getcomputo-pub.fsx * Update environment variable for GitHub token to API_GITHUB_TOKEN because GITHUB_* is forbidden for repo secrets [skip ci] * Add API_GITHUB_TOKEN environment variable for publication refresh step * Update publications from getcomputo-pub.fsx [skip ci] * remove lightbox extension as it is included in quarto 1.7 * Update site URL and add feed option to publications listing --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3cc9a19 commit 0a6a6e6

File tree

4 files changed

+1238
-68
lines changed

4 files changed

+1238
-68
lines changed

_quarto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project:
33
output-dir: _site
44
website:
55
title: COMPUTO
6-
site-url: https://computo.sfds.asso.fr/
6+
site-url: https://computo-journal.org/
77
description: A platform for computational research and reproducibility
88
favicon: assets/favicon.ico
99
navbar:

site/mock-papers.yml

Lines changed: 132 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,69 @@
1-
- abstract': >-
1+
- abstract'@: >-
2+
We present a new technique called “t-SNE” that visualizes
3+
high-dimensional data by giving each datapoint a location in a two
4+
or three-dimensional map. The technique is a variation of Stochastic
5+
Neighbor Embedding {[}@hinton:stochastic{]} that is much easier to
6+
optimize, and produces significantly better visualizations by
7+
reducing the tendency to crowd points together in the center of the
8+
map. t-SNE is better than existing techniques at creating a single
9+
map that reveals structure at many different scales. This is
10+
particularly important for high-dimensional data that lie on several
11+
different, but related, low-dimensional manifolds, such as images of
12+
objects from multiple classes seen from multiple viewpoints. For
13+
visualizing the structure of very large data sets, we show how t-SNE
14+
can use random walks on neighborhood graphs to allow the implicit
15+
structure of all the data to influence the way in which a subset of
16+
the data is displayed. We illustrate the performance of t-SNE on a
17+
wide variety of data sets and compare it with many other
18+
non-parametric visualization techniques, including Sammon mapping,
19+
Isomap, and Locally Linear Embedding. The visualization produced by
20+
t-SNE are significantly better than those produced by other
21+
techniques on almost all of the data sets.
22+
authors@: Laurens van der Maaten and Geoffrey Hinton
23+
bibtex@: >+
24+
@article{van_der_maaten2008,
25+
author = {van der Maaten, Laurens and Hinton, Geoffrey},
26+
publisher = {French Statistical Society},
27+
title = {Visualizing {Data} Using {t-SNE} (Mock Contributon)},
28+
journal = {Computo},
29+
date = {2008-08-11},
30+
doi = {10.57750/xxxxxx},
31+
issn = {2824-7795},
32+
langid = {en},
33+
abstract = {We present a new technique called “t-SNE” that visualizes
34+
high-dimensional data by giving each datapoint a location in a two
35+
or three-dimensional map. The technique is a variation of Stochastic
36+
Neighbor Embedding {[}@hinton:stochastic{]} that is much easier to
37+
optimize, and produces significantly better visualizations by
38+
reducing the tendency to crowd points together in the center of the
39+
map. t-SNE is better than existing techniques at creating a single
40+
map that reveals structure at many different scales. This is
41+
particularly important for high-dimensional data that lie on several
42+
different, but related, low-dimensional manifolds, such as images of
43+
objects from multiple classes seen from multiple viewpoints. For
44+
visualizing the structure of very large data sets, we show how t-SNE
45+
can use random walks on neighborhood graphs to allow the implicit
46+
structure of all the data to influence the way in which a subset of
47+
the data is displayed. We illustrate the performance of t-SNE on a
48+
wide variety of data sets and compare it with many other
49+
non-parametric visualization techniques, including Sammon mapping,
50+
Isomap, and Locally Linear Embedding. The visualization produced by
51+
t-SNE are significantly better than those produced by other
52+
techniques on almost all of the data sets.}
53+
}
54+
55+
date@: 2008-08-11
56+
description@: >
57+
This page is a reworking of the original t-SNE article using the Computo template. It aims to help authors submitting to the journal by using some advanced formatting features. We warmly thank the authors of t-SNE and the editor of JMLR for allowing us to use their work to illustrate the Computo spirit.
58+
doi@: 10.57750/xxxxxx
59+
draft@: false
60+
journal@: Computo
61+
pdf@: ''
62+
repo@: published-paper-tsne
63+
title@: Visualizing Data using t-SNE (mock contributon)
64+
url@: ''
65+
year@: 2008
66+
abstract': >-
267
We present a new technique called “t-SNE” that visualizes
368
high-dimensional data by giving each datapoint a location in a two
469
or three-dimensional map. The technique is a variation of Stochastic
@@ -63,7 +128,72 @@
63128
title: Visualizing Data using t-SNE (mock contributon)
64129
url: ''
65130
year: 2008
66-
- abstract': >-
131+
- abstract'@: >-
132+
We present a new technique called “t-SNE” that visualizes
133+
high-dimensional data by giving each datapoint a location in a two
134+
or three-dimensional map. The technique is a variation of Stochastic
135+
Neighbor Embeddi{[}@hinton:stochastic{]} that is much easier to
136+
optimize, and produces significantly better visualizations by
137+
reducing the tendency to crowd points together in the center of the
138+
map. t-SNE is better than existing techniques at creating a single
139+
map that reveals structure at many different scales. This is
140+
particularly important for high-dimensional data that lie on several
141+
different, but related, low-dimensional manifolds, such as images of
142+
objects from multiple classes seen from multiple viewpoints. For
143+
visualizing the structure of very large data sets, we show how t-SNE
144+
can use random walks on neighborhood graphs to allow the implicit
145+
structure of all the data to influence the way in which a subset of
146+
the data is displayed. We illustrate the performance of t-SNE on a
147+
wide variety of data sets and compare it with many other
148+
non-parametric visualization techniques, including Sammon mapping,
149+
Isomap, and Locally Linear Embedding. The visualization produced by
150+
t-SNE are significantly better than those produced by other
151+
techniques on almost all of the data sets.
152+
authors@: Laurens van der Maaten and Geoffrey Hinton
153+
bibtex@: >+
154+
@article{van_der_maaten2008,
155+
author = {van der Maaten, Laurens and Hinton, Geoffrey},
156+
publisher = {French Statistical Society},
157+
title = {Visualizing {Data} Using {t-SNE} (Mock Contributon)},
158+
journal = {Computo},
159+
date = {2008-08-11},
160+
doi = {10.57750/xxxxxx},
161+
issn = {2824-7795},
162+
langid = {en},
163+
abstract = {We present a new technique called “t-SNE” that visualizes
164+
high-dimensional data by giving each datapoint a location in a two
165+
or three-dimensional map. The technique is a variation of Stochastic
166+
Neighbor Embeddi{[}@hinton:stochastic{]} that is much easier to
167+
optimize, and produces significantly better visualizations by
168+
reducing the tendency to crowd points together in the center of the
169+
map. t-SNE is better than existing techniques at creating a single
170+
map that reveals structure at many different scales. This is
171+
particularly important for high-dimensional data that lie on several
172+
different, but related, low-dimensional manifolds, such as images of
173+
objects from multiple classes seen from multiple viewpoints. For
174+
visualizing the structure of very large data sets, we show how t-SNE
175+
can use random walks on neighborhood graphs to allow the implicit
176+
structure of all the data to influence the way in which a subset of
177+
the data is displayed. We illustrate the performance of t-SNE on a
178+
wide variety of data sets and compare it with many other
179+
non-parametric visualization techniques, including Sammon mapping,
180+
Isomap, and Locally Linear Embedding. The visualization produced by
181+
t-SNE are significantly better than those produced by other
182+
techniques on almost all of the data sets.}
183+
}
184+
185+
date@: 2008-08-11
186+
description@: >
187+
This page is a reworking of the original t-SNE article using the Computo template. It aims to help authors submitting to the journal by using some advanced formatting features. We warmly thank the authors of t-SNE and the editor of JMLR for allowing us to use their work to illustrate the Computo spirit.
188+
doi@: 10.57750/xxxxxx
189+
draft@: false
190+
journal@: Computo
191+
pdf@: ''
192+
repo@: published-paper-tsne-R
193+
title@: Visualizing Data using t-SNE (mock contributon)
194+
url@: ''
195+
year@: 2008
196+
abstract': >-
67197
We present a new technique called “t-SNE” that visualizes
68198
high-dimensional data by giving each datapoint a location in a two
69199
or three-dimensional map. The technique is a variation of Stochastic

site/publications.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ listing:
55
- id: published
66
template: publications.ejs
77
contents: published.yml
8+
feed: true
89
sort: date desc
910
- id: pipeline
1011
template: publications.ejs

0 commit comments

Comments
 (0)