Changeset 1179 for trunk/UTIL/PYTHON/bibweb/planetowebsite
- Timestamp:
- Feb 17, 2014, 6:19:02 PM (11 years ago)
- Location:
- trunk/UTIL/PYTHON/bibweb/planetowebsite
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/PYTHON/bibweb/planetowebsite/lmdplaneto.link
r1143 r1179 1 http://adsabs.harvard.edu/cgi-bin/nph-abs_connect?db_key=AST&db_key=PHY&qform=AST&arxiv_sel=astro-ph&arxiv_sel=cond-mat&arxiv_sel=cs&arxiv_sel=gr-qc&arxiv_sel=hep-ex&arxiv_sel=hep-lat&arxiv_sel=hep-ph&arxiv_sel=hep-th&arxiv_sel=math&arxiv_sel=math-ph&arxiv_sel=nlin&arxiv_sel=nucl-ex&arxiv_sel=nucl-th&arxiv_sel=physics&arxiv_sel=quant-ph&arxiv_sel=q-bio&aut_logic=OR&obj_logic=OR&author=Spiga%2C+A%0D%0AForget%2C+F%0D%0ALebonnois%2C+S%0D%0AMillour%2C+E&object=&start_mon=&start_year=1990&end_mon=&end_year=&ttl_logic=OR&title=&txt_logic=OR&text=&nr_to_return= 200&start_nr=1&jou_pick=NO&ref_stems=&data_and=ALL&group_and=ALL&start_entry_day=&start_entry_mon=&start_entry_year=&end_entry_day=&end_entry_mon=&end_entry_year=&min_score=&sort=NDATE&data_type=BIBTEXPLUS&aut_syn=YES&ttl_syn=YES&txt_syn=YES&aut_wt=1.0&obj_wt=1.0&ttl_wt=0.3&txt_wt=3.0&aut_wgt=YES&obj_wgt=YES&ttl_wgt=YES&txt_wgt=YES&ttl_sco=YES&txt_sco=YES&version=11 http://adsabs.harvard.edu/cgi-bin/nph-abs_connect?db_key=AST&db_key=PHY&qform=AST&arxiv_sel=astro-ph&arxiv_sel=cond-mat&arxiv_sel=cs&arxiv_sel=gr-qc&arxiv_sel=hep-ex&arxiv_sel=hep-lat&arxiv_sel=hep-ph&arxiv_sel=hep-th&arxiv_sel=math&arxiv_sel=math-ph&arxiv_sel=nlin&arxiv_sel=nucl-ex&arxiv_sel=nucl-th&arxiv_sel=physics&arxiv_sel=quant-ph&arxiv_sel=q-bio&aut_logic=OR&obj_logic=OR&author=Spiga%2C+A%0D%0AForget%2C+F%0D%0ALebonnois%2C+S%0D%0AMillour%2C+E&object=&start_mon=&start_year=1990&end_mon=&end_year=&ttl_logic=OR&title=&txt_logic=OR&text=&nr_to_return=999&start_nr=1&jou_pick=NO&ref_stems=&data_and=ALL&group_and=ALL&start_entry_day=&start_entry_mon=&start_entry_year=&end_entry_day=&end_entry_mon=&end_entry_year=&min_score=&sort=NDATE&data_type=BIBTEXPLUS&aut_syn=YES&ttl_syn=YES&txt_syn=YES&aut_wt=1.0&obj_wt=1.0&ttl_wt=0.3&txt_wt=3.0&aut_wgt=YES&obj_wgt=YES&ttl_wgt=YES&txt_wgt=YES&ttl_sco=YES&txt_sco=YES&version=1 -
trunk/UTIL/PYTHON/bibweb/planetowebsite/lmdplaneto.py
r1143 r1179 4 4 ####### 5 5 lk = "lmdplaneto.link" 6 anneec = 2014 7 gencond = ''' -c 'not journal:"Discussions"' ''' # to solve EGU journal duplication 6 8 ####### 7 9 8 10 ads.makepage('pubmars',\ 9 11 retrieve = True,\ 10 customcond = ''' -c 'title:"Mars" or title:"martian"' ''',\12 customcond = gencond + ''' -c 'title:"Mars" or title:"martian"' ''',\ 11 13 linkads = lk,\ 14 printnum = True,\ 12 15 title = "<CENTER><H2><EM><font color='#B8860B;'>Mars peer-reviewed publications of the LMD 'Planetary Atmospheres' team</font></EM></H2></CENTER>") 13 16 14 17 ads.makepage('pubtitan',\ 15 18 retrieve = False,\ 16 customcond = ''' -c 'title:"Titan"' ''',\19 customcond = gencond + ''' -c 'title:"Titan"' ''',\ 17 20 linkads = lk,\ 21 printnum = True,\ 18 22 title = "<CENTER><H2><EM><font color='#B8860B;'>Titan peer-reviewed publications of the LMD 'Planetary Atmospheres' team</font></EM></H2></CENTER>") 19 23 20 24 ads.makepage('pubvenus',\ 21 25 retrieve = False,\ 22 customcond = ''' -c 'title:"Venus" or title:"venusian"' ''',\26 customcond = gencond + ''' -c 'title:"Venus" or title:"venusian"' ''',\ 23 27 linkads = lk,\ 28 printnum = True,\ 24 29 title = "<CENTER><H2><EM><font color='#B8860B;'>Venus peer-reviewed publications of the LMD 'Planetary Atmospheres' team</font></EM></H2></CENTER>") 25 30 26 31 ads.makepage('pubexo',\ 27 32 retrieve = False,\ 28 customcond = ''' -c 'abstract:"exoplanet" or title:"habitable" or title:"habitability"' ''',\33 customcond = gencond + ''' -c 'abstract:"exoplanet" or title:"habitable" or title:"habitability"' ''',\ 29 34 linkads = lk,\ 35 printnum = True,\ 30 36 title = "<CENTER><H2><EM><font color='#B8860B;'>Exoplanets peer-reviewed publications of the LMD 'Planetary Atmospheres' team</font></EM></H2></CENTER>") 31 37 32 38 ads.makepage('pubforget',\ 33 39 retrieve = False,\ 34 customcond = ''' -c 'author:"Forget"' ''',\35 listyear = range( 2014,1992,-1),\40 customcond = gencond + ''' -c 'author:"Forget"' ''',\ 41 listyear = range(anneec,1993-1,-1),\ 36 42 linkads = lk,\ 43 printnum = True,\ 37 44 title = "<CENTER><H2><EM><font color='#B8860B;'>Francois Forget's peer-reviewed publications</font></EM></H2></CENTER>") 38 45 39 46 ads.makepage('publebonnois',\ 40 47 retrieve = False,\ 41 customcond = ''' -c 'author:"Lebonnois"' ''',\42 listyear = range( 2014,1998,-1),\48 customcond = gencond + ''' -c 'author:"Lebonnois"' ''',\ 49 listyear = range(anneec,1999-1,-1),\ 43 50 linkads = lk,\ 51 printnum = True,\ 44 52 title = "<CENTER><H2><EM><font color='#B8860B;'>Sebastien Lebonnois's peer-reviewed publications</font></EM></H2></CENTER>") 45 53 46 54 ads.makepage('pubspiga',\ 47 55 retrieve = False,\ 48 customcond = ''' -c 'author:"Spiga"' ''',\49 listyear = range( 2014,2006,-1),\56 customcond = gencond + ''' -c 'author:"Spiga"' ''',\ 57 listyear = range(anneec,2007-1,-1),\ 50 58 linkads = lk,\ 59 printnum = True,\ 51 60 title = "<CENTER><H2><EM><font color='#B8860B;'>Aymeric Spiga's peer-reviewed publications</font></EM></H2></CENTER>") 52 61 53 62 ads.makepage('pubmillour',\ 54 63 retrieve = False,\ 55 customcond = ''' -c 'author:"Millour"' ''',\56 listyear = range( 2014,2007,-1),\64 customcond = gencond + ''' -c 'author:"Millour"' ''',\ 65 listyear = range(anneec,2008-1,-1),\ 57 66 linkads = lk,\ 67 printnum = True,\ 58 68 title = "<CENTER><H2><EM><font color='#B8860B;'>Ehouarn Millour's peer-reviewed publications</font></EM></H2></CENTER>") 59 69 60 70 ads.makepage('pub',\ 61 71 retrieve = False,\ 62 listyear = range( 2014,1992,-1),\72 listyear = range(anneec,1993-1,-1),\ 63 73 linkads = lk,\ 74 customcond = gencond,\ 75 printnum = True,\ 64 76 title = "<CENTER><H2><EM><font color='#B8860B;'>Peer-reviewed publications of the LMD 'Planetary Atmospheres' team</font></EM></H2></CENTER>",\ 65 77 addlink = ''' … … 74 86 <a href="pubforget.html">F. Forget</a> / 75 87 <a href="publebonnois.html">S. Lebonnois</a> / 88 <a href="pubmillour.html">E. Millour</a> / 76 89 <a href="pubspiga.html">A. Spiga</a> / 77 <a href="pubmillour.html">E. Millour</a><br>78 90 <br> 79 91 <hr> 80 92 ''',\ 81 target="lmdplaneto")93 target="/home/marshttp/www-mars/pubplaneto")
Note: See TracChangeset
for help on using the changeset viewer.