mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-25 05:43:46 +01:00
Issue tracker
This commit is contained in:
parent
1a77a4c0a5
commit
66636ad021
@ -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.
|
To clone this website and use it locally please run the following commands.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone --recurse-submodules https://github.com/mveril/QUESTDB_website/
|
git clone --recurse-submodules https://github.com/LCPQ/QUESTDB_website/
|
||||||
cd QUESTDB_website
|
cd QUESTDB_website
|
||||||
make serve
|
make serve
|
||||||
```
|
```
|
||||||
|
@ -21,7 +21,7 @@ theme = "beautifulhugo"
|
|||||||
[Author]
|
[Author]
|
||||||
name = "M. Véril"
|
name = "M. Véril"
|
||||||
email = "mveril@irsamc.ups-tlse.fr"
|
email = "mveril@irsamc.ups-tlse.fr"
|
||||||
github = "mveril/QUESTDB_website"
|
github = "LCPQ/QUESTDB_website"
|
||||||
twitter = "LCPQ_UMR5626"
|
twitter = "LCPQ_UMR5626"
|
||||||
# reddit = "username"
|
# reddit = "username"
|
||||||
# linkedin = "username"
|
# linkedin = "username"
|
||||||
|
@ -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.
|
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)
|
- [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).
|
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).
|
from the [Universita di Pisa](https://unipi.it) in Pisa (Italy).
|
||||||
<img class="funding" height="100" src="/img/Pisa.gif" alt="Pisa logo" hspace="5" vspace="5" />
|
<img class="funding" height="100" src="/img/Pisa.gif" alt="Pisa logo" hspace="5" vspace="5" />
|
||||||
|
|
||||||
- [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).
|
from the [LCPQ laboratory](http://www.lcpq.ups-tlse.fr) in Toulouse (France).
|
||||||
<div>
|
<div>
|
||||||
<img class="funding" height="100" src="/img/LCPQ.png" alt="LCPQ logo" hspace="5" vspace="5" />
|
<img class="funding" height="100" src="/img/LCPQ.png" alt="LCPQ logo" hspace="5" vspace="5" />
|
||||||
@ -24,4 +24,4 @@ from the [LCPQ laboratory](http://www.lcpq.ups-tlse.fr) in Toulouse (France).
|
|||||||
<img class="funding" height="100" src="/img/CNRS.png" alt="CNRS logo" hspace="5" vspace="5" />
|
<img class="funding" height="100" src="/img/CNRS.png" alt="CNRS logo" hspace="5" vspace="5" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
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).
|
||||||
|
@ -115,7 +115,7 @@ class state {
|
|||||||
return tex;
|
return tex;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
class exSet{
|
class exSet{
|
||||||
constructor(name,index)
|
constructor(name,index)
|
||||||
{
|
{
|
||||||
this.name = name
|
this.name = name
|
||||||
@ -135,7 +135,7 @@ class exSet{
|
|||||||
{
|
{
|
||||||
let db = await indexDB.loadAsync()
|
let db = await indexDB.loadAsync()
|
||||||
if (db.sets.has(this.name)) {
|
if (db.sets.has(this.name)) {
|
||||||
return db.sets.get(this.name)[this.index]
|
return db.sets.get(this.name)[this.index]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
toString()
|
toString()
|
||||||
|
Loading…
Reference in New Issue
Block a user