From 66636ad021d6ab4aebbe8669b5ef49ade4ffb7ad Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Tue, 24 Nov 2020 18:59:01 +0100 Subject: [PATCH] Issue tracker --- README.md | 2 +- config.toml | 2 +- content/about.md | 6 +++--- static/js/data.js | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c8b58d96..899264e7 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Thanks to the present website, one can easily test and compare the accuracy of a To clone this website and use it locally please run the following commands. ```bash -git clone --recurse-submodules https://github.com/mveril/QUESTDB_website/ +git clone --recurse-submodules https://github.com/LCPQ/QUESTDB_website/ cd QUESTDB_website make serve ``` diff --git a/config.toml b/config.toml index 52923e26..f2b5505e 100644 --- a/config.toml +++ b/config.toml @@ -21,7 +21,7 @@ theme = "beautifulhugo" [Author] name = "M. Véril" email = "mveril@irsamc.ups-tlse.fr" - github = "mveril/QUESTDB_website" + github = "LCPQ/QUESTDB_website" twitter = "LCPQ_UMR5626" # reddit = "username" # linkedin = "username" diff --git a/content/about.md b/content/about.md index fe5a41ea..672e43fd 100644 --- a/content/about.md +++ b/content/about.md @@ -5,7 +5,7 @@ draft: false --- The purpose of the QUEST project is to build a comprehensive dataset of highly-accurate vertical excitation energies and properties in order to ease comparisons between computational methods designed the electronic structure community. -QUEST is a collaborative project involving: +QUEST is a collaborative project involving: - [Denis Jacquemin](https://www.univ-nantes.fr/denis-jacquemin-633107.kjsp) from the [CEISAM laboratory](http://www.sciences.univ-nantes.fr/CEISAM) in Nantes (France). @@ -16,7 +16,7 @@ from the [CEISAM laboratory](http://www.sciences.univ-nantes.fr/CEISAM) in Nante from the [Universita di Pisa](https://unipi.it) in Pisa (Italy). Pisa logo -- [Mickaël Véril](http://www.lcpq.ups-tlse.fr/spip.php?article1885), [Michel Caffarel](http://qmcchem.ups-tlse.fr/index.php?title=Michel_Caffarel), [Martial Boggio-Pasqua](http://www.lcpq.ups-tlse.fr/spip.php?article557), [Anthony Scemama](https://scemama.github.io), and [Pierre-François Loos](http://www.irsamc.ups-tlse.fr/loos), +- [Mickaël Véril](http://www.lcpq.ups-tlse.fr/spip.php?article1885), [Michel Caffarel](http://qmcchem.ups-tlse.fr/index.php?title=Michel_Caffarel), [Martial Boggio-Pasqua](http://www.lcpq.ups-tlse.fr/spip.php?article557), [Anthony Scemama](https://scemama.github.io), and [Pierre-François Loos](http://www.irsamc.ups-tlse.fr/loos), from the [LCPQ laboratory](http://www.lcpq.ups-tlse.fr) in Toulouse (France).
LCPQ logo @@ -24,4 +24,4 @@ from the [LCPQ laboratory](http://www.lcpq.ups-tlse.fr) in Toulouse (France). CNRS logo
-For any problem concerning the website, please contact [Mickaël Véril](mailto:mveril@irsamc.univ-tlse.fr). +Please report problems/bugs on the [GitHub issue tracker](https://github.com/LCPQ/QUESTDB_website/issues). diff --git a/static/js/data.js b/static/js/data.js index 74b8fe9c..19a87c6c 100644 --- a/static/js/data.js +++ b/static/js/data.js @@ -115,7 +115,7 @@ class state { return tex; }; } -class exSet{ +class exSet{ constructor(name,index) { this.name = name @@ -135,7 +135,7 @@ class exSet{ { let db = await indexDB.loadAsync() if (db.sets.has(this.name)) { - return db.sets.get(this.name)[this.index] + return db.sets.get(this.name)[this.index] } } toString()