Ejemplo n.º 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 `
Ejemplo n.º 2
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`
Ejemplo n.º 3
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)
Ejemplo n.º 4
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)