10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-03 09:56:08 +02:00
QUESTDB_website/tools
2020-11-25 01:52:53 +01:00
..
lib Add missing acronym CT 2020-11-09 10:12:28 +01:00
ADC25generator.py Fix fluorescence bug in ADC25generator 2020-09-23 16:22:40 +02:00
datafileBuilder.py Print help message when no file or list arguments 2020-07-03 14:52:59 +02:00
generate_data.py Deploy 2020-11-25 01:52:53 +01:00
metarecover.py Replace metarecover bash script by a more flexible python version in order to use python for each tools 2020-11-10 17:40:14 +01:00
pubImport.py Use saved crossref data for publications 2020-11-01 16:18:00 +01:00
README.md README 2020-11-24 19:21:06 +01:00

This directory contains a series of Python scripts used to generate data:

  • datafileBuilder: A python script to generate data from custom LaTeX input file. See examples.
  • metarecover: A python 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: script used to build ADC(2.5) data files from ADC(2) and ADC(3) data files.
  • generate_data: script used to wrap all data file into one database.json file.