source: trunk/UTIL/PYTHON/bibweb/basic.py @ 1062

Last change on this file since 1062 was 1061, checked in by aslmd, 11 years ago

PYTHON. complements on automatic scripts for biblio

  • Property svn:executable set to *
File size: 293 bytes
Line 
1#! /usr/bin/env python
2import ads
3
4ads.makepage('pub',\
5             retrieve = True,\
6             listyear = range(1990,1938,-1),\
7             linkads = "link.feynman",\
8             title = "<CENTER><H2><EM><font color='#B8860B;'>Richard Feynman's publications</font></EM></H2></CENTER>")
Note: See TracBrowser for help on using the repository browser.