10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-03 09:56:08 +02:00
Web application to explore the QUEST database. https://lcpq.github.io/QUESTDB_website
Go to file
2020-10-19 18:52:09 +02:00
archetypes Replace Pelican by hugo as website generator 2019-09-14 15:05:55 +02:00
content Fix basis sort 2020-10-09 10:32:02 +02:00
docs Merge branch 'master' into newDataOldQuest 2020-10-12 09:53:35 +02:00
layouts justify index 2020-09-11 14:09:44 +02:00
static Denis fix 2020-10-19 18:52:09 +02:00
themes Update beautifulhugo 2019-12-03 11:35:54 +01:00
tools self.Command is now uppercase 2020-10-08 18:41:13 +02:00
.gitignore Creae datafileBuilder and other python lib to manipulate datafile 2019-11-12 14:36:23 +01:00
.gitmodules Replace Pelican by hugo as website generator 2019-09-14 15:05:55 +02:00
config.toml justify index 2020-09-11 14:09:44 +02:00
Makefile Replace Pelican by hugo as website generator 2019-09-14 15:05:55 +02:00
README.md Update README 2020-09-15 09:39:23 +02:00

QUEST Website

Introduction

The QUEST website is the website build to analyze the date from the QUEST project. it provide statistics for the QUEST vertical excitations set by targeting data corresponding to the parameters which the user has selected.

Quick start

To clone this website and use it locally please run the following commands.

git clone --recurse-submodules https://git.irsamc.ups-tlse.fr/mveril/exdatabaseLCPQ
cd exdatabaseLCPQ
hugo serve

Now you car use your favorite browser to navigate to the website using the URL showed by Hugo in your terminal (normally )

Repository content

The website

The main part of this repository is the website. It is build using the hugo static website generator with the beautifulhugo theme.

All the data are stored in the data directory.

The tools.

The second part is the tools a series of python and bash scripts used to generate data.

datafileBuilder

A python script to generate data from custom LaTeX input file see examples.

metarecover

The metarecover bash script is used to regenerate the metadata from the previous git history state. So you can remove a data file to regenerate it from a LaTeX input file with datafileBuilder and recover the metadata from the previous version using metarecover.

ADC25generator

The ADC25generator is used to build ADC(2.5) data files from ADC(2) and ADC(3) data files