Skip to content

adrienchkirate/gaussian-curves-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Web Application for scientific purposes

This application was designed for a particular research subject at Limoges University in France. The web application allows researchers to manipulate gaussian curves and experimental curves. The application is in French.

It features :

  • Integration of experimental points
  • Manipulation of gaussian curves
  • Ability to export of the points as a csv file
  • Calculation of the error between an experimental and a theorical curve
  • A curve fitting algorithm allowing the fitting of theoretical curves to an experimental curve

Capture of the app

Use the application.

Older version

An older version with less feature is available here.

Init project

If you want to run the app locally you will need the following dependencies :

  • Normalize Css
  • Boostrap
  • jquery
  • Highcharts

Composer can download automatically all the dependencies by using the composer.json file and the following console line :

  php ../composer.phar update