[SciPy-dev] Citing SciPy

Prabhu Ramachandran prabhu at aero.iitm.ernet.in
Fri Jun 4 07:05:17 EDT 2004


Hi,

I cite SciPy in my Thesis and need to specify the authors and a year.
This is what I have so far:

@Misc{,
  title =     {{SciPy}: Open source scientific tools for {Python}},
  url = "http://www.scipy.org/"
}

The bibliography style I use (natbib) requires a year and author
names.  Any recommendations for these fields?


FWIW, this is what I use for SWIG and Python:

@Misc{,
  author =    {Guido van Rossum and others},
  title =     {The {Python} programming language},
  year =         {1991--},
  url = "http://www.python.org/"
}

@Misc{,
  author =       {David Beazley and others},
  title =        {{SWIG}: Simplified Wrapper and Interface Generator},
  year =         {1995--},
  url = "http://www.swig.org"
}


Thanks.
prabhu




More information about the SciPy-Dev mailing list