Posts Tagged ‘mendeley’

Abbreviated Journal Names with Mendeley - Replace Long Journal Names Automatically

Friday, December 11th, 2009

I created a small bash script that replaces the full journal names with the abbreviated ones (MEDLINE-standard).
You need to download the list of journals from pubmed and place it within the same folder of the script.

Additionally you need sqlite3 (sudo apt-get install sqlite3) under Ubuntu Linux. On Windows systems you need to install cygwin or something similar first i think… but it easier to make the conversion on a linux box on the campus.

Then you should (more…)