예제 #1
0
    def test01(self):
        aut = ["Marsh D.", "de Planque MRR.", "Kruijtzer JAW."]

        R = OvidLike(None, {}, None)
        for i in aut:
            x = R.parse_author(i)
            print ` x `
예제 #2
0
    def test02(self):
        aut = """Pali T.  Whyteside G.  Dixon N.  Kee TP.  Ball S.  Harrison MA.  Findlay JBC.
 Finbow ME.  Marsh D."""

        R = OvidLike(None, {}, None)
        R.parse_author(aut)