Changeset 1206 for trunk/UTIL


Ignore:
Timestamp:
Mar 11, 2014, 10:22:47 AM (11 years ago)
Author:
aslmd
Message:

BIBWEB. workaround a bug with biglmdwebsite and includemonth.

Location:
trunk/UTIL/PYTHON/bibweb/biglmdwebsite
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/PYTHON/bibweb/biglmdwebsite/listjournals.txt

    r1179 r1206  
    11A&A
    22ACP
     3AdAtS
    34AdSpR
    45AMT
     
    2021CRASE
    2122CRASM
     23CRGeo
    2224CNSNS
    2325DyAtO
  • trunk/UTIL/PYTHON/bibweb/biglmdwebsite/listpeople.txt.work

    r1179 r1206  
    1 Li ; Zhao-Xin ; Z. X. ; EMC3 ; 1988 ; 0000 ; -
     1-----------http://lite3.framapad.org/p/YTTXcVSXCL---------------------------------------------------
     2NOM ; PRENOM ; INITIALES ; EQUIPE ; ANNEE DEBUT ; ANNEE FIN (0000 si présent) ; NOM 2 ('-' si aucun)
     3----------------------------------------------------------------------------------------------------
     4Li ; Zhao-Xin ; Z.-X. ; EMC3 ; 1988 ; 0000 ; -
     5Li ; Laurent ; L. ; EMC3 ; 1988 ; 0000 ; -
  • trunk/UTIL/PYTHON/bibweb/biglmdwebsite/lmdall.py

    r1179 r1206  
    1616anneec = 2014 # last year to include
    1717oneyear = None
    18 #oneyear = 2013
     18oneyear = 2013
    1919usercond = None
    2020usercond = ''' -c 'not journal:"Discussions"' ''' # fixes the EGU Discussions journals problem
     21usercond = usercond + ''' -c 'not journal:"Polymer Science"' ''' # strange inclusions
    2122####
    2223
     
    9293  daf.close()
    9394 
    94   ### RETRIEVE COMPLETE BIBTEX FILE
    95   ads.makepage('lmd_dummy',retrieve=True,linkads=dalink,customcond=usercond,verbose=False)
     95  ### RETRIEVE COMPLETE BIBTEX FILE (NB: does not seem to work without month)
     96  ads.makepage('lmd_dummy',retrieve=True,linkads=dalink,customcond=usercond,verbose=False,includemonth=True)
    9697 
    9798  ### LOOP ON NAMES
     
    126127                 printnum = True,\
    127128                 verbose = False,\
     129                 includemonth=True,\
    128130                 target = folder)
    129131      # 4. get intervals of years for the whole lab
     
    145147               customcond = usercond,\
    146148               printnum = True,\
     149               includemonth=True,\
    147150               target = folder)
    148151
Note: See TracChangeset for help on using the changeset viewer.