mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-04 21:24:00 +01:00
Merge branch 'master' into QUEST5
This commit is contained in:
commit
17746a0691
@ -52,10 +52,15 @@ theme = "beautifulhugo"
|
|||||||
url = "about"
|
url = "about"
|
||||||
weight = 4
|
weight = 4
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
name = "Funding"
|
||||||
|
url = "funding"
|
||||||
|
weight = 5
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier = "external"
|
identifier = "external"
|
||||||
name = "External links"
|
name = "External links"
|
||||||
weight = 5
|
weight = 6
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
parent="external"
|
parent="external"
|
||||||
|
@ -3,13 +3,17 @@ title: "About"
|
|||||||
date: 2019-09-30 11:30
|
date: 2019-09-30 11:30
|
||||||
draft: false
|
draft: false
|
||||||
---
|
---
|
||||||
The purpose of this project is to build a easy way to compare excitations data.
|
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 founders of this project are:
|
|
||||||
|
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 [CIESAM laboratory](http://www.sciences.univ-nantes.fr/CEISAM) of Nantes
|
from the [CIESAM laboratory](http://www.sciences.univ-nantes.fr/CEISAM) in Nantes (France).
|
||||||
|
|
||||||
- [Mickaël Véril](http://www.lcpq.ups-tlse.fr/spip.php?article1885), [Pierre-François Loos](http://www.lcpq.ups-tlse.fr/spip.php?article1750), [Anthony Scemama](http://www.lcpq.ups-tlse.fr/spip.php?article393) and [Martial Boggio-Pasqua](http://www.lcpq.ups-tlse.fr/spip.php?article557)
|
- [Filippo Lipparini](https://people.unipi.it/filippo_lipparini)
|
||||||
from the [LCPQ laboratory](http://www.lcpq.ups-tlse.fr)
|
from the [Universita di Pisa](https://unipi.it) in Pisa (Italy).
|
||||||
|
|
||||||
For any problems with the website please contact [Mickaël Véril](mailto:mveril@irsamc.univ-tlse.fr).
|
- [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).
|
||||||
|
|
||||||
|
For any problem concerning the website, please contact [Mickaël Véril](mailto:mveril@irsamc.univ-tlse.fr).
|
||||||
|
30
content/funding.html
Normal file
30
content/funding.html
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
---
|
||||||
|
title: "Funding"
|
||||||
|
date: 2020-09-10 10:00
|
||||||
|
draft: false
|
||||||
|
---
|
||||||
|
This project has received funding from the <a href="https://erc.europa.eu">European Research Council (ERC)</a> under the European Union's Horizon 2020 research and innovation programme (Grant agreement No. 863481)
|
||||||
|
|
||||||
|
<br>
|
||||||
|
<center>
|
||||||
|
<img class="funding" height="150" src="/img/PTEROSOR.png" alt="PTEROSOR logo" hspace="5" vspace="5" />
|
||||||
|
<img class="funding" height="150" src="/img/ERC.jpg" alt="ERC logo" hspace="5" vspace="5" /> <br>
|
||||||
|
</center>
|
||||||
|
<br>
|
||||||
|
|
||||||
|
This work was performed using HPC ressources from <a href="http://www.genci.fr/en">GENCI-TGCC</a> and from <a href="https://www.calmip.univ-toulouse.fr">CALMIP</a> (Toulouse).
|
||||||
|
|
||||||
|
<br>
|
||||||
|
<center>
|
||||||
|
<img class="funding" height="150" src="/img/GENCI.jpg" alt="GENCI logo" hspace="5" vspace="5" /> <br>
|
||||||
|
<img class="funding" height="150" src="/img/CALMIP.jpg" alt="CALMIP logo" hspace="5" vspace="5" /> <br>
|
||||||
|
</center>
|
||||||
|
<br>
|
||||||
|
|
||||||
|
Funding from <a href="http://www.cnrs.fr">CNRS</a> is also acknowledged.
|
||||||
|
|
||||||
|
<br>
|
||||||
|
<center>
|
||||||
|
<img class="funding" height="150" src="/img/CNRS.png" alt="CNRS logo" hspace="5" vspace="5" /> <br>
|
||||||
|
</center>
|
||||||
|
<br>
|
BIN
static/img/CALMIP.jpg
Normal file
BIN
static/img/CALMIP.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
BIN
static/img/CNRS.png
Executable file
BIN
static/img/CNRS.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 121 KiB |
BIN
static/img/ERC.jpg
Normal file
BIN
static/img/ERC.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 56 KiB |
BIN
static/img/GENCI.jpg
Normal file
BIN
static/img/GENCI.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.8 KiB |
BIN
static/img/PTEROSOR.png
Normal file
BIN
static/img/PTEROSOR.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 520 KiB |
Loading…
Reference in New Issue
Block a user