This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
#-*- coding: utf-8 -*- | |
# Supporting Python 3 | |
import sys, os, re | |
try: bibtexdb = open(sys.argv[1]).read() | |
except: print("Error: specify the file to be processed!") | |
if not os.path.isfile('journalList.txt'): |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"Meteor" Forschungsergebnisse = "Meteor" Forschungsergeb. | |
2D Materials = 2D Mater. | |
3D Printing and Additive Manufacturing = 3D Print. Addit. Manuf. | |
AACN Clinical Issues = AACN Clin. Issues | |
AACN Clinical Issues in Critical Care Nursing = AACN Clin. Issues Crit. Care Nurs. | |
AADE Editors Journal = AADE Ed. J. | |
AANA Journal = AANA J. | |
AANNT Journal = AANNT J. | |
AAOHN Journal = AAOHN J. | |
AAPG Bulletin = AAPG Bull. |