If you can see this then the repo is public and our submission was rejected.
Download the zip file from the release section and extract it
Run the app.py using
python3 app.pyThis application uses Flask framework.
pip3 install flask pandas scholarly requests python-docx openpyxlThis application allows you to upload a Excel file which contains names of authors in the first column with the title author_nm.
graph TD
A[Input] -- Excel file (Faculty name) --> B[Excel parser]
B --> D[Name]
B --> E[Title]
B --> F[Year]
B --> G[Venue: Conf./Journal]
B --> H[Generate Output which accepts queries]
H --> I[?q=All - Generate publication record presented in conf. AND journal for all years]
H --> J[?q=y-Journal - Year wise Journal publication record]
H --> K[?q=y-Conf. - Year wise Conf. publication record]
H --> L[?q=y-range - publication record based on custom year duration entered]
Upload this on pypl so you can install the project from pip3.
@San, @kay, @chandinivasana, @Deepikat11