Changeset 1143 for trunk/UTIL/PYTHON/bibweb/planetowebsite
- Timestamp:
- Jan 4, 2014, 2:32:36 AM (11 years ago)
- Location:
- trunk/UTIL/PYTHON/bibweb/planetowebsite
- Files:
-
- 2 deleted
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/PYTHON/bibweb/planetowebsite/lmdplaneto.py
r1142 r1143 2 2 import ads 3 3 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 ####### 5 lk = "lmdplaneto.link" 6 ####### 9 7 10 8 ads.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 14 ads.makepage('pubtitan',\ 11 15 retrieve = False,\ 12 customcond = ''' -c 'title:" Mars" or title:"martian"' ''',\13 linkads = "link.LMD_planeto",\14 title = "<CENTER><H2><EM><font color='#B8860B;'> Marspeer-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>") 15 19 16 20 ads.makepage('pubvenus',\ 17 21 retrieve = False,\ 18 22 customcond = ''' -c 'title:"Venus" or title:"venusian"' ''',\ 19 linkads = "link.LMD_planeto",\23 linkads = lk,\ 20 24 title = "<CENTER><H2><EM><font color='#B8860B;'>Venus peer-reviewed publications of the LMD 'Planetary Atmospheres' team</font></EM></H2></CENTER>") 21 25 … … 23 27 retrieve = False,\ 24 28 customcond = ''' -c 'abstract:"exoplanet" or title:"habitable" or title:"habitability"' ''',\ 25 linkads = "link.LMD_planeto",\29 linkads = lk,\ 26 30 title = "<CENTER><H2><EM><font color='#B8860B;'>Exoplanets peer-reviewed publications of the LMD 'Planetary Atmospheres' team</font></EM></H2></CENTER>") 27 31 … … 30 34 customcond = ''' -c 'author:"Forget"' ''',\ 31 35 listyear = range(2014,1992,-1),\ 32 linkads = "link.LMD_planeto",\36 linkads = lk,\ 33 37 title = "<CENTER><H2><EM><font color='#B8860B;'>Francois Forget's peer-reviewed publications</font></EM></H2></CENTER>") 34 38 … … 37 41 customcond = ''' -c 'author:"Lebonnois"' ''',\ 38 42 listyear = range(2014,1998,-1),\ 39 linkads = "link.LMD_planeto",\43 linkads = lk,\ 40 44 title = "<CENTER><H2><EM><font color='#B8860B;'>Sebastien Lebonnois's peer-reviewed publications</font></EM></H2></CENTER>") 41 45 … … 44 48 customcond = ''' -c 'author:"Spiga"' ''',\ 45 49 listyear = range(2014,2006,-1),\ 46 linkads = "link.LMD_planeto",\50 linkads = lk,\ 47 51 title = "<CENTER><H2><EM><font color='#B8860B;'>Aymeric Spiga's peer-reviewed publications</font></EM></H2></CENTER>") 48 52 … … 51 55 customcond = ''' -c 'author:"Millour"' ''',\ 52 56 listyear = range(2014,2007,-1),\ 53 linkads = "link.LMD_planeto",\57 linkads = lk,\ 54 58 title = "<CENTER><H2><EM><font color='#B8860B;'>Ehouarn Millour's peer-reviewed publications</font></EM></H2></CENTER>") 55 59 … … 57 61 retrieve = False,\ 58 62 listyear = range(2014,1992,-1),\ 59 linkads = "link.LMD_planeto",\63 linkads = lk,\ 60 64 title = "<CENTER><H2><EM><font color='#B8860B;'>Peer-reviewed publications of the LMD 'Planetary Atmospheres' team</font></EM></H2></CENTER>",\ 61 65 addlink = ''' … … 74 78 <br> 75 79 <hr> 76 ''') 80 ''',\ 81 target="lmdplaneto")
Note: See TracChangeset
for help on using the changeset viewer.