Changeset 1319 for trunk/UTIL
- Timestamp:
- Jul 31, 2014, 3:56:08 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/PYTHON/bibweb/mywebsite/spiga.py
r1143 r1319 9 9 embedded = True,\ 10 10 retrieve = True,\ 11 customcond = ''' -c ' abstract:"devil"' ''',\11 customcond = ''' -c 'title:"dust storm" or title:"dust devil"' ''',\ 12 12 linkads = lk,\ 13 13 addpdf = "REF/",\ 14 title = "<h2>Publications about dust devils</h2>") 14 title = "<h2>Dust storms and dust devils</h2>") 15 16 ads.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 24 ads.makepage('pubcloud',\ 25 embedded = True,\ 26 retrieve = False,\ 27 customcond = ''' -c 'title:"cloud"' ''',\ 28 linkads = lk,\ 29 addpdf = "REF/",\ 30 title = "<h2>Clouds</h2>") 15 31 16 32 ads.makepage('pubgw',\ … … 20 36 linkads = lk,\ 21 37 addpdf = "REF/",\ 22 title = "<h2> Publications about gravity waves</h2>")38 title = "<h2>Gravity waves</h2>") 23 39 24 ads.makepage('pub meso',\40 ads.makepage('pubbl',\ 25 41 embedded = True,\ 26 42 retrieve = False,\ 27 customcond = ''' -c 'abstract:" mesoscale"' ''',\43 customcond = ''' -c 'abstract:"turbulent" or abstract:"large-eddy"' ''',\ 28 44 linkads = lk,\ 29 45 addpdf = "REF/",\ 30 title = "<h2> Publications about mesoscale meteorology</h2>")46 title = "<h2>Turbulence</h2>") 31 47 32 ads.makepage('pub cloud',\48 ads.makepage('pubkata',\ 33 49 embedded = True,\ 34 50 retrieve = False,\ 35 customcond = ''' -c ' title:"cloud"' ''',\51 customcond = ''' -c 'abstract:"katabatic"' ''',\ 36 52 linkads = lk,\ 37 53 addpdf = "REF/",\ 38 title = "<h2> Publications about clouds</h2>")54 title = "<h2>Katabatic winds</h2>") 39 55 40 56 ads.makepage('pubearth',\ … … 44 60 linkads = lk,\ 45 61 addpdf = "REF/",\ 46 title = "<h2> Publications aboutthe Earth</h2>")62 title = "<h2>the Earth</h2>") 47 63 48 64 ads.makepage('pubmars',\ … … 52 68 linkads = lk,\ 53 69 addpdf = "REF/",\ 54 title = "<h2> Publications aboutMars</h2>")70 title = "<h2>Mars</h2>") 55 71 56 ads.makepage('pub bl',\72 ads.makepage('pubsaturn',\ 57 73 embedded = True,\ 58 74 retrieve = False,\ 59 customcond = ''' -c 'title:" boundary layer" or title:"microscale" or title:"large-eddy simulations"' ''',\75 customcond = ''' -c 'title:"Saturn"' ''',\ 60 76 linkads = lk,\ 61 77 addpdf = "REF/",\ 62 title = "<h2> Publications about planetary boundary layer</h2>")78 title = "<h2>Saturn</h2>") 63 79 64 80 ads.makepage('pubremote',\ … … 68 84 linkads = lk,\ 69 85 addpdf = "REF/",\ 70 title = "<h2>Publications about remote sensing</h2>") 86 title = "<h2>Remote sensing</h2>") 87 88 ads.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>") 71 95 72 96 ads.makepage('pub',\ … … 80 104 Planet: 81 105 <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> 108 Selected topics: 109 <a href="pubdd.html">Dust storms and devils</a> / 87 110 <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 ↔ Atmosphere</a><br> 115 <a href="pubremote.html">Remote sensing</a> / 116 <a href="pubgcm.html">Global Climate</a> 90 117 '''+"<br><br /><hr><br>"+open('inpress.html').read(),\ 91 118 target = "spiga")
Note: See TracChangeset
for help on using the changeset viewer.