#! /usr/bin/env python import ads ads.makepage('pubdd',\ embedded = True,\ retrieve = True,\ customcond = ''' -c 'abstract:"devil"' ''',\ linkads = "link.spiga",\ addpdf = "http://dl.dropbox.com/u/11078310/my_papers/ref/",\ title = "

Publications about dust devils

") ads.makepage('pubgw',\ embedded = True,\ retrieve = False,\ customcond = ''' -c 'abstract:"gravity wave"' ''',\ linkads = "link.spiga",\ addpdf = "http://dl.dropbox.com/u/11078310/my_papers/ref/",\ title = "

Publications about gravity waves

") ads.makepage('pubmeso',\ embedded = True,\ retrieve = False,\ customcond = ''' -c 'abstract:"mesoscale"' ''',\ linkads = "link.spiga",\ addpdf = "http://dl.dropbox.com/u/11078310/my_papers/ref/",\ title = "

Publications about mesoscale meteorology

") ads.makepage('pubcloud',\ embedded = True,\ retrieve = False,\ customcond = ''' -c 'title:"cloud"' ''',\ linkads = "link.spiga",\ addpdf = "http://dl.dropbox.com/u/11078310/my_papers/ref/",\ title = "

Publications about clouds

") ads.makepage('pubearth',\ embedded = True,\ retrieve = False,\ customcond = ''' -c 'title:"Earth" or title:"terrestrial" or title:"Andes"' ''',\ linkads = "link.spiga",\ addpdf = "http://dl.dropbox.com/u/11078310/my_papers/ref/",\ title = "

Publications about the Earth

") ads.makepage('pubmars',\ embedded = True,\ retrieve = False,\ customcond = ''' -c 'title:"Mars" or title:"martian"' ''',\ linkads = "link.spiga",\ addpdf = "http://dl.dropbox.com/u/11078310/my_papers/ref/",\ title = "

Publications about Mars

") ads.makepage('pubbl',\ embedded = True,\ retrieve = False,\ customcond = ''' -c 'title:"boundary layer" or title:"microscale" or title:"large-eddy simulations"' ''',\ linkads = "link.spiga",\ addpdf = "http://dl.dropbox.com/u/11078310/my_papers/ref/",\ title = "

Publications about planetary boundary layer

") ads.makepage('pubremote',\ embedded = True,\ retrieve = False,\ customcond = ''' -c 'title:"spectrometer"' ''',\ linkads = "link.spiga",\ addpdf = "http://dl.dropbox.com/u/11078310/my_papers/ref/",\ title = "

Publications about remote sensing

") ads.makepage('pub',\ embedded = True,\ retrieve = False,\ listyear = [2013,2012,2011,2010,2009,2008,2007],\ linkads = "link.spiga",\ addpdf = "http://dl.dropbox.com/u/11078310/my_papers/ref/",\ title = "",\ addlink = ''' Planet: Mars / the Earth
Topic: Mesoscale meteorology / Remote sensing / Planetary Boundary layer / Clouds / Dust devils / Gravity waves '''+"



"+open('inpress.html').read())