A single-page JavaScript application with an initial form that allows the user to enter a search query and an optional year range. On submit, the application displays a bar chart of the number of publications per year that match the query phrase in Europe PMC and the most cited paper of each year when you hover over a bar.
NOTE: Please follow below instrcutions to setup and run this project.
-> Development Enviorment consists of:
- Angular 2 front-end.
-> Pre-Requisites:
- @angular/cli: 1.2.4
- node: 7.9.0
- npm 5.0.2
-> Install required npm packages: (if working on fresh copy)
- Open terminal and go to "publication-histogram" root folder.
- Run command: npm install
-> Run APP:
- Open terminal and go to "publication-histogram" root folder.
- Run command: ng serve
- Application will listen on port 4200.
1- Open browser and visit: -> http://localhost:4200
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
This project was generated with Angular CLI version 1.4.9.