10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-03 18:06:06 +02:00
Web application to explore the QUEST database. https://lcpq.github.io/QUESTDB_website
Go to file
2020-09-11 11:58:33 +02:00
archetypes Replace Pelican by hugo as website generator 2019-09-14 15:05:55 +02:00
content Merge branch 'master' of git.irsamc.ups-tlse.fr:mveril/exdatabaseLCPQ 2020-09-11 09:32:18 +02:00
docs Add new Data from Denis in fromXLSToLaTeX.tex 2020-09-10 15:15:19 +02:00
layouts Using tex shortcode from https://latkin.org/blog/2016/08/07/better-tex-math-typesetting-in-hugo 2020-09-10 16:51:26 +02:00
static Fix CNRS.png is not an executable 2020-09-11 10:18:16 +02:00
themes Update beautifulhugo 2019-12-03 11:35:54 +01:00
tools Remove unused variable 2020-09-11 10:57:05 +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 minor corrections 2020-09-10 21:38:14 +02:00
Makefile Replace Pelican by hugo as website generator 2019-09-14 15:05:55 +02:00
README.md Add README.md 2020-09-11 11:58:33 +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 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.