Open DougBurke opened 13 years ago
The IUE (1007) link to data for bibcode=1984A&AS...57..213H - i.e.
http://labs.adsabs.harvard.edu/semantic2/alpha/explorer/publications#fq=bibcode%3A1984A%26AS...57..213H&q=*%3A*
fails but the direct link
http://archive.stsci.edu/mastbibref.php?bibcode=1984A%26AS...57..213H
succeeds. Presumably this is an encoding issue for the & character.
EDIT: yup, encoding of bibcode was needed, as done in commit below.
The IUE (1007) link to data for bibcode=1984A&AS...57..213H - i.e.
http://labs.adsabs.harvard.edu/semantic2/alpha/explorer/publications#fq=bibcode%3A1984A%26AS...57..213H&q=*%3A*
fails but the direct link
http://archive.stsci.edu/mastbibref.php?bibcode=1984A%26AS...57..213H
succeeds. Presumably this is an encoding issue for the & character.
EDIT: yup, encoding of bibcode was needed, as done in commit below.