Changeset 1205 for trunk/UTIL
- Timestamp:
- Mar 11, 2014, 8:35:22 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/PYTHON/bibweb/planetowebsite/lmdplaneto.py
r1179 r1205 1 1 #! /usr/bin/env python 2 2 import ads 3 import os 3 4 4 5 ####### … … 7 8 gencond = ''' -c 'not journal:"Discussions"' ''' # to solve EGU journal duplication 8 9 ####### 10 11 os.chdir("/home/marshttp/trunk/UTIL/PYTHON/bibweb/planetowebsite/") ## for crontab 9 12 10 13 ads.makepage('pubmars',\ … … 63 66 retrieve = False,\ 64 67 customcond = gencond + ''' -c 'author:"Millour"' ''',\ 65 listyear = range(anneec,200 8-1,-1),\68 listyear = range(anneec,2003-1,-1),\ 66 69 linkads = lk,\ 67 70 printnum = True,\
Note: See TracChangeset
for help on using the changeset viewer.