source:
trunk/UTIL/PYTHON/bibweb/basic.py
@
1062
Last change on this file since 1062 was 1061, checked in by , 11 years ago | |
---|---|
|
|
File size: 293 bytes |
Line | |
---|---|
1 | #! /usr/bin/env python |
2 | import ads |
3 | |
4 | ads.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.