This script parses http://www.mendeley.com and extracts articles metadata (year and title).
"Mendeley is a free reference manager and academic social network that can help you organize your research, collaborate with others online, and discover the latest research."
- Python 2.7 http://www.python.org/
- Beautiful Soup 4 python library http://www.crummy.com/software/BeautifulSoup/
Read comments in script, configure parser and run it
python mendeley_parser.py
Output csv file formst:
page_number [tab] year [tab] title [tab] author [, ] author
BTW, they have API http://dev.mendeley.com/