Changeset 968 for trunk/UTIL/PYTHON/bibweb/mywebsite.py
- Timestamp:
- May 23, 2013, 9:25:43 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/PYTHON/bibweb/mywebsite.py
r967 r968 7 7 customcond = ''' -c 'abstract:"devil"' ''',\ 8 8 linkads = "link.spiga",\ 9 addpdf = "http://dl.dropbox.com/u/11078310/my_papers/ref/",\ 9 10 title = "<h2>Publications about dust devils</h2>") 10 11 … … 14 15 customcond = ''' -c 'abstract:"gravity wave"' ''',\ 15 16 linkads = "link.spiga",\ 17 addpdf = "http://dl.dropbox.com/u/11078310/my_papers/ref/",\ 16 18 title = "<h2>Publications about gravity waves</h2>") 17 19 … … 21 23 customcond = ''' -c 'abstract:"mesoscale"' ''',\ 22 24 linkads = "link.spiga",\ 25 addpdf = "http://dl.dropbox.com/u/11078310/my_papers/ref/",\ 23 26 title = "<h2>Publications about mesoscale meteorology</h2>") 24 27 … … 28 31 customcond = ''' -c 'title:"cloud"' ''',\ 29 32 linkads = "link.spiga",\ 33 addpdf = "http://dl.dropbox.com/u/11078310/my_papers/ref/",\ 30 34 title = "<h2>Publications about clouds</h2>") 31 35 … … 35 39 customcond = ''' -c 'title:"Earth" or title:"terrestrial" or title:"Andes"' ''',\ 36 40 linkads = "link.spiga",\ 41 addpdf = "http://dl.dropbox.com/u/11078310/my_papers/ref/",\ 37 42 title = "<h2>Publications about the Earth</h2>") 38 43 … … 42 47 customcond = ''' -c 'title:"Mars" or title:"martian"' ''',\ 43 48 linkads = "link.spiga",\ 49 addpdf = "http://dl.dropbox.com/u/11078310/my_papers/ref/",\ 44 50 title = "<h2>Publications about Mars</h2>") 45 51 … … 49 55 customcond = ''' -c 'title:"boundary layer" or title:"microscale" or title:"large-eddy simulations"' ''',\ 50 56 linkads = "link.spiga",\ 57 addpdf = "http://dl.dropbox.com/u/11078310/my_papers/ref/",\ 51 58 title = "<h2>Publications about planetary boundary layer</h2>") 52 59 … … 56 63 customcond = ''' -c 'title:"spectrometer"' ''',\ 57 64 linkads = "link.spiga",\ 65 addpdf = "http://dl.dropbox.com/u/11078310/my_papers/ref/",\ 58 66 title = "<h2>Publications about remote sensing</h2>") 59 67 … … 63 71 listyear = [2013,2012,2011,2010,2009,2008,2007],\ 64 72 linkads = "link.spiga",\ 73 addpdf = "http://dl.dropbox.com/u/11078310/my_papers/ref/",\ 65 74 title = "",\ 66 75 addlink = ''' … … 75 84 <a href="pubdd.html">Dust devils</a> / 76 85 <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.