CCFatiguePlatform is an initiative from CCLab that aims to develop a web application to faciltate manipulation and harmonized storage of composite materials testing datasets.
A detailed guide for uploading data is available at: frontend/public/downloads/Upload_guide.pdf.
For each experiment, a complete .xls metadata file and one .csv file per specimen are required.
A ready-to-use metadata template is provided in each downloadable folder located in frontend/public/downloads/.
Each experiment type have different mandatory columns.
Make sure to read carefully the dedicated guide inside each downloadable folder in frontend/public/downloads/.
Additionally, an example .csv file is provided alongside the guide.
mkdir -p secrets && cat <<EOF > secrets/.env
POSTGRES_USER=ccfatigue
POSTGRES_PASSWORD=change-it!
[email protected]
mail_username=your_username
mail_password=your_password
mail_server=your_server
mail_port=your_mailport
mail_tls=True/False
mail_ssl=True/False
[email protected]
EOFmake installmake dev-database
make dev-backendmake dev-frontendmake preprocessingmake apimake runThe modules have been removed from the project but can be viewed here.
MIT
Charlotte Weil, Samuel Bancal, David Tang, Nicolas Dubois, Pierre Guilbert, Yannick Marcon Scott M. Salmon, Anastasios Vassilopoulos, Shayan Khalooei
