Ignore:
Timestamp:
May 23, 2013, 9:25:43 AM (12 years ago)
Author:
aslmd
Message:

UTIL PYTHON bibweb support for local pdf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/PYTHON/bibweb/mywebsite.py

    r967 r968  
    77             customcond = ''' -c 'abstract:"devil"' ''',\
    88             linkads = "link.spiga",\
     9             addpdf = "http://dl.dropbox.com/u/11078310/my_papers/ref/",\
    910             title = "<h2>Publications about dust devils</h2>")
    1011
     
    1415             customcond = ''' -c 'abstract:"gravity wave"' ''',\
    1516             linkads = "link.spiga",\
     17             addpdf = "http://dl.dropbox.com/u/11078310/my_papers/ref/",\
    1618             title = "<h2>Publications about gravity waves</h2>")
    1719
     
    2123             customcond = ''' -c 'abstract:"mesoscale"' ''',\
    2224             linkads = "link.spiga",\
     25             addpdf = "http://dl.dropbox.com/u/11078310/my_papers/ref/",\
    2326             title = "<h2>Publications about mesoscale meteorology</h2>")
    2427
     
    2831             customcond = ''' -c 'title:"cloud"' ''',\
    2932             linkads = "link.spiga",\
     33             addpdf = "http://dl.dropbox.com/u/11078310/my_papers/ref/",\
    3034             title = "<h2>Publications about clouds</h2>")
    3135
     
    3539             customcond = ''' -c 'title:"Earth" or title:"terrestrial" or title:"Andes"' ''',\
    3640             linkads = "link.spiga",\
     41             addpdf = "http://dl.dropbox.com/u/11078310/my_papers/ref/",\
    3742             title = "<h2>Publications about the Earth</h2>")
    3843
     
    4247             customcond = ''' -c 'title:"Mars" or title:"martian"' ''',\
    4348             linkads = "link.spiga",\
     49             addpdf = "http://dl.dropbox.com/u/11078310/my_papers/ref/",\
    4450             title = "<h2>Publications about Mars</h2>")
    4551
     
    4955             customcond = ''' -c 'title:"boundary layer" or title:"microscale" or title:"large-eddy simulations"' ''',\
    5056             linkads = "link.spiga",\
     57             addpdf = "http://dl.dropbox.com/u/11078310/my_papers/ref/",\
    5158             title = "<h2>Publications about planetary boundary layer</h2>")
    5259
     
    5663             customcond = ''' -c 'title:"spectrometer"' ''',\
    5764             linkads = "link.spiga",\
     65             addpdf = "http://dl.dropbox.com/u/11078310/my_papers/ref/",\
    5866             title = "<h2>Publications about remote sensing</h2>")
    5967
     
    6371             listyear = [2013,2012,2011,2010,2009,2008,2007],\
    6472             linkads = "link.spiga",\
     73             addpdf = "http://dl.dropbox.com/u/11078310/my_papers/ref/",\
    6574             title = "",\
    6675addlink = '''
     
    7584<a href="pubdd.html">Dust devils</a> /
    7685<a href="pubgw.html">Gravity waves</a>
    77 ''')
     86'''+"<br><br /><hr><br>"+open('inpress.html').read())
Note: See TracChangeset for help on using the changeset viewer.