I have created a script that extracts the citation count of a given title of a paper/article from the Google Scholar results. The script is hosted on my web server. You just place a call to this script (povide the title of the paper) within your web page to get the citation count of that paper displayed on your web page.
Example:
1. Weiser, M. The computer for the 21st century, Scientific American, 1991, 3, 94-104
2. Satyanarayanan, M. Pervasive computing: vision and challenges, Personal Communications, IEEE, 2001, 8, 10-17
3. Chen, H., Perich, F., Finin, T., & Joshi, A. SOUPA: standard ontology for ubiquitous and pervasive applications, The First Annual International Conference on Mobile and Ubiquitous Systems: Networking and Services, MOBIQUITOUS 2004, 258-267
4. Dey, A. K. & Abowd, G. D. The Context Toolkit: Aiding the Development of Context-Aware Applications, Proceedings of Human Factors in Computing Systems: CHI 99, ACM Press, 1999, 434-441
5. Raento, M., Oulasvirta, A., Petit, R., & Toivonen, H. ContextPhone: a prototyping platform for context-aware mobile applications, Pervasive Computing, IEEE, 2005, 4, 51-59
How:
The following code will display the citation count of the paper titled "The computer for the 21st century":
Result: Weiser, M. The computer for the 21st century, Scientific American, 1991, 3, 94-104
Application:
- Researchers' personal webpages often include a list of their publications. Each publication should be followed by its live total citation count. |