Ignore:
Timestamp:
Jan 4, 2014, 2:32:36 AM (11 years ago)
Author:
aslmd
Message:

bibweb: a version with clean repositories 2

Location:
trunk/UTIL/PYTHON/bibweb/planetowebsite
Files:
2 deleted
3 moved

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/PYTHON/bibweb/planetowebsite/lmdplaneto.py

    r1142 r1143  
    22import ads
    33
    4 ads.makepage('pubtitan',\
    5              retrieve = True,\
    6              customcond = ''' -c 'title:"Titan"' ''',\
    7              linkads = "link.LMD_planeto",\
    8              title = "<CENTER><H2><EM><font color='#B8860B;'>Titan peer-reviewed publications of the LMD 'Planetary Atmospheres' team</font></EM></H2></CENTER>")
     4#######
     5lk = "lmdplaneto.link"
     6#######
    97
    108ads.makepage('pubmars',\
     9             retrieve = True,\
     10             customcond = ''' -c 'title:"Mars" or title:"martian"' ''',\
     11             linkads = lk,\
     12             title = "<CENTER><H2><EM><font color='#B8860B;'>Mars peer-reviewed publications of the LMD 'Planetary Atmospheres' team</font></EM></H2></CENTER>")
     13
     14ads.makepage('pubtitan',\
    1115             retrieve = False,\
    12              customcond = ''' -c 'title:"Mars" or title:"martian"' ''',\
    13              linkads = "link.LMD_planeto",\
    14              title = "<CENTER><H2><EM><font color='#B8860B;'>Mars peer-reviewed publications of the LMD 'Planetary Atmospheres' team</font></EM></H2></CENTER>")
     16             customcond = ''' -c 'title:"Titan"' ''',\
     17             linkads = lk,\
     18             title = "<CENTER><H2><EM><font color='#B8860B;'>Titan peer-reviewed publications of the LMD 'Planetary Atmospheres' team</font></EM></H2></CENTER>")
    1519
    1620ads.makepage('pubvenus',\
    1721             retrieve = False,\
    1822             customcond = ''' -c 'title:"Venus" or title:"venusian"' ''',\
    19              linkads = "link.LMD_planeto",\
     23             linkads = lk,\
    2024             title = "<CENTER><H2><EM><font color='#B8860B;'>Venus peer-reviewed publications of the LMD 'Planetary Atmospheres' team</font></EM></H2></CENTER>")
    2125
     
    2327             retrieve = False,\
    2428             customcond = ''' -c 'abstract:"exoplanet" or title:"habitable" or title:"habitability"' ''',\
    25              linkads = "link.LMD_planeto",\
     29             linkads = lk,\
    2630             title = "<CENTER><H2><EM><font color='#B8860B;'>Exoplanets peer-reviewed publications of the LMD 'Planetary Atmospheres' team</font></EM></H2></CENTER>")
    2731
     
    3034             customcond = ''' -c 'author:"Forget"' ''',\
    3135             listyear = range(2014,1992,-1),\
    32              linkads = "link.LMD_planeto",\
     36             linkads = lk,\
    3337             title = "<CENTER><H2><EM><font color='#B8860B;'>Francois Forget's peer-reviewed publications</font></EM></H2></CENTER>")
    3438
     
    3741             customcond = ''' -c 'author:"Lebonnois"' ''',\
    3842             listyear = range(2014,1998,-1),\
    39              linkads = "link.LMD_planeto",\
     43             linkads = lk,\
    4044             title = "<CENTER><H2><EM><font color='#B8860B;'>Sebastien Lebonnois's peer-reviewed publications</font></EM></H2></CENTER>")
    4145
     
    4448             customcond = ''' -c 'author:"Spiga"' ''',\
    4549             listyear = range(2014,2006,-1),\
    46              linkads = "link.LMD_planeto",\
     50             linkads = lk,\
    4751             title = "<CENTER><H2><EM><font color='#B8860B;'>Aymeric Spiga's peer-reviewed publications</font></EM></H2></CENTER>")
    4852
     
    5155             customcond = ''' -c 'author:"Millour"' ''',\
    5256             listyear = range(2014,2007,-1),\
    53              linkads = "link.LMD_planeto",\
     57             linkads = lk,\
    5458             title = "<CENTER><H2><EM><font color='#B8860B;'>Ehouarn Millour's peer-reviewed publications</font></EM></H2></CENTER>")
    5559
     
    5761             retrieve = False,\
    5862             listyear = range(2014,1992,-1),\
    59              linkads = "link.LMD_planeto",\
     63             linkads = lk,\
    6064             title = "<CENTER><H2><EM><font color='#B8860B;'>Peer-reviewed publications of the LMD 'Planetary Atmospheres' team</font></EM></H2></CENTER>",\
    6165addlink = '''
     
    7478<br>
    7579<hr>
    76 ''')
     80''',\
     81             target="lmdplaneto")
Note: See TracChangeset for help on using the changeset viewer.