This project is a JavaScript application developed using Node.js to integrate with the Google Scholar API for fetching and displaying author metrics for the publications made by the faculties and Research Scholars in TIFAC-CORE in Cyber Security, Amrita Vishwa Vidyapeetham. The application provides a user-friendly interface to search for authors by their ID and view their publication statistics.
- Node.js Integration: Utilizes Node.js for server-side logic and API interactions, ensuring efficient data retrieval and processing.
- Frontend Functionality: Implements JavaScript for dynamic frontend features, including tab navigation, dropdown toggling, and dynamic content updates.
- Author Search: Allows users to search for authors by ID and display their publication metrics, such as the number of publications, citations, h-index, and i10-index.
- User Interaction Management: Handles user interactions and alerts through client-side scripting for a seamless user experience.
- Node.js: For server-side scripting and API integration.
- JavaScript: For client-side functionality and dynamic content updates.
- HTML/CSS: For the user interface design and layout.