From 8bb60ffa10f7d93b43bec79a3ec4ba589fac9e19 Mon Sep 17 00:00:00 2001 From: Manasvi Saxena <msaxena2@illinois.edu> Date: Thu, 17 Jul 2014 10:45:46 -0500 Subject: [PATCH] Changed the Readme to help understand files/contribute --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b838a30..90a7bf2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,22 @@ MedSafe_Infographics ==================== -#Visualization of the statistics derived by MedSafe on FDA Recalls +###Visualization of the statistics derived by MedSafe on FDA Recalls + +##### Important Files + +The project folder contains two other folders: +1. Static +..* As the name suggests, it contains files containing all the relevant js and css. +2. Backend +..* Contains php files for crunching data from the excel worksheet. + +###### Dependencies +The js files require Rickshaw, which can be obtained at http://code.shutterstock.com/rickshaw . Download and place the .min.js file under static/js. + + +##### How to Contribute +Contributions are great. Please feel free to fork the repository and then make pull requests. + +##### Contact +Feel free to make suggestions by raising issues, or by contacting me at msaxena2@illinois.edu. \ No newline at end of file -- GitLab