Difference between revisions of "Author Person"

From WormBaseWiki
Jump to navigationJump to search
(Created page with 'Cecilia's Author-Person wiki')
 
Line 1: Line 1:
 
Cecilia's Author-Person wiki
 
Cecilia's Author-Person wiki
 +
 +
Script upgradet to catch more possible connections
 +
        F M L and under regular name
 +
        delete empty spaces beginning and end of the name
 +
        keep empty space between names
 +
        delete commas and periods
 +
        change all letters to lower cases
 +
        for middle name adds first initial
 +
        delete two_status Invalid
 +
 +
        Por each Person each Last name  Each name (including initial)
 +
        L F
 +
        F L
 +
        If middle name exist: algorithm
 +
        L F M
 +
        L FM
 +
        F M L
 +
        FM L
 +
 +
- for xml test program
 +
    1. akas lower case
 +
    2.  - For each author of each paper not verified YES search:
 +
              Paper  auhor_id    Author_name
 +
        - look for pap_identifier to get pmid/read XML
 +
        - open

Revision as of 20:44, 16 May 2011

Cecilia's Author-Person wiki

Script upgradet to catch more possible connections

        F M L and under regular name
        delete empty spaces beginning and end of the name
        keep empty space between names
        delete commas and periods
        change all letters to lower cases
        for middle name adds first initial
        delete two_status Invalid
        Por each Person each Last name  Each name (including initial)
        L F
        F L
        If middle name exist: algorithm
        L F M
        L FM
        F M L
        FM L

- for xml test program

   1. akas lower case
   2.  - For each author of each paper not verified YES search:
              Paper   auhor_id    Author_name
        - look for pap_identifier to get pmid/read XML
        - open