Extract BibTeX data automatically and modify BibTeX Key to AUTHOR_YEAR_TITLE.
当前为
Extract BibTeX data automatically and modify BibTeX Key to AUTHOR_YEAR_TITLE
This script will acts on mrlookup and mathscinet, which will change the bibtex key to AuthorsFirstName+Year+FirstWordofTitle. With the following features:
var IgnoreStringInTitle = [
'a',
'an',
'on',
'the',
'another'
];
I only use it on firefox with GreaseMonkey adds on, the script can be installed by the guide.
You may also want to have a look on how to install for other bowsers, but may face compatibility problem, since the click-to-copy function is based on Greasemonkey's GM_setClipboard function.
If you have any suggestion, you can contact me at van141.abel(at)gmail.com. Also, you can initial an issue
' and " in Title