Changeset 1319 for trunk/UTIL


Ignore:
Timestamp:
Jul 31, 2014, 3:56:08 PM (10 years ago)
Author:
aslmd
Message:

bibweb: updated perso page. more didactic example by the way.

File:
1 edited

Legend:

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

    r1143 r1319  
    99             embedded = True,\
    1010             retrieve = True,\
    11              customcond = ''' -c 'abstract:"devil"' ''',\
     11             customcond = ''' -c 'title:"dust storm" or title:"dust devil"' ''',\
    1212             linkads = lk,\
    1313             addpdf = "REF/",\
    14              title = "<h2>Publications about dust devils</h2>")
     14             title = "<h2>Dust storms and dust devils</h2>")
     15
     16ads.makepage('pubsurf',\
     17             embedded = True,\
     18             retrieve = False,\
     19             customcond = ''' -c 'abstract:"geological" or title:"surface" or abstract:"deposit"' ''',\
     20             linkads = lk,\
     21             addpdf = "REF/",\
     22             title = "<h2>Surface-atmosphere interactions</h2>")
     23
     24ads.makepage('pubcloud',\
     25             embedded = True,\
     26             retrieve = False,\
     27             customcond = ''' -c 'title:"cloud"' ''',\
     28             linkads = lk,\
     29             addpdf = "REF/",\
     30             title = "<h2>Clouds</h2>")
    1531
    1632ads.makepage('pubgw',\
     
    2036             linkads = lk,\
    2137             addpdf = "REF/",\
    22              title = "<h2>Publications about gravity waves</h2>")
     38             title = "<h2>Gravity waves</h2>")
    2339
    24 ads.makepage('pubmeso',\
     40ads.makepage('pubbl',\
    2541             embedded = True,\
    2642             retrieve = False,\
    27              customcond = ''' -c 'abstract:"mesoscale"' ''',\
     43             customcond = ''' -c 'abstract:"turbulent" or abstract:"large-eddy"' ''',\
    2844             linkads = lk,\
    2945             addpdf = "REF/",\
    30              title = "<h2>Publications about mesoscale meteorology</h2>")
     46             title = "<h2>Turbulence</h2>")
    3147
    32 ads.makepage('pubcloud',\
     48ads.makepage('pubkata',\
    3349             embedded = True,\
    3450             retrieve = False,\
    35              customcond = ''' -c 'title:"cloud"' ''',\
     51             customcond = ''' -c 'abstract:"katabatic"' ''',\
    3652             linkads = lk,\
    3753             addpdf = "REF/",\
    38              title = "<h2>Publications about clouds</h2>")
     54             title = "<h2>Katabatic winds</h2>")
    3955
    4056ads.makepage('pubearth',\
     
    4460             linkads = lk,\
    4561             addpdf = "REF/",\
    46              title = "<h2>Publications about the Earth</h2>")
     62             title = "<h2>the Earth</h2>")
    4763
    4864ads.makepage('pubmars',\
     
    5268             linkads = lk,\
    5369             addpdf = "REF/",\
    54              title = "<h2>Publications about Mars</h2>")
     70             title = "<h2>Mars</h2>")
    5571
    56 ads.makepage('pubbl',\
     72ads.makepage('pubsaturn',\
    5773             embedded = True,\
    5874             retrieve = False,\
    59              customcond = ''' -c 'title:"boundary layer" or title:"microscale" or title:"large-eddy simulations"' ''',\
     75             customcond = ''' -c 'title:"Saturn"' ''',\
    6076             linkads = lk,\
    6177             addpdf = "REF/",\
    62              title = "<h2>Publications about planetary boundary layer</h2>")
     78             title = "<h2>Saturn</h2>")
    6379
    6480ads.makepage('pubremote',\
     
    6884             linkads = lk,\
    6985             addpdf = "REF/",\
    70              title = "<h2>Publications about remote sensing</h2>")
     86             title = "<h2>Remote sensing</h2>")
     87
     88ads.makepage('pubgcm',\
     89             embedded = True,\
     90             retrieve = False,\
     91             customcond = ''' -c 'abstract:"global climate model" or abstract:"GCM"' ''',\
     92             linkads = lk,\
     93             addpdf = "REF/",\
     94             title = "<h2>Global Climate</h2>")
    7195
    7296ads.makepage('pub',\
     
    80104Planet:
    81105<a href="pubmars.html">Mars</a> /
    82 <a href="pubearth.html">the Earth</a><br>
    83 Topic:
    84 <a href="pubmeso.html">Mesoscale meteorology</a> /
    85 <a href="pubremote.html">Remote sensing</a> /
    86 <a href="pubbl.html">Planetary Boundary layer</a> /
     106<a href="pubearth.html">the Earth</a> /
     107<a href="pubsaturn.html">Saturn</a><br>
     108Selected topics:
     109<a href="pubdd.html">Dust storms and devils</a> /
    87110<a href="pubcloud.html">Clouds</a> /
    88 <a href="pubdd.html">Dust devils</a> /
    89 <a href="pubgw.html">Gravity waves</a>
     111<a href="pubbl.html">Turbulence</a><br>
     112<a href="pubgw.html">Gravity waves</a> /
     113<a href="pubkata.html">Katabatic winds</a> /
     114<a href="pubsurf.html">Surface &harr; Atmosphere</a><br>
     115<a href="pubremote.html">Remote sensing</a> /
     116<a href="pubgcm.html">Global Climate</a>
    90117'''+"<br><br /><hr><br>"+open('inpress.html').read(),\
    91118             target = "spiga")
Note: See TracChangeset for help on using the changeset viewer.