README.do.txt 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. Python-based drawing tool for making sketches of mechanics problems.
  2. ===== Tutorial =====
  3. For an introduction to Pysketcher, see the tutorial in "HTML": "http://hplgit.github.io/pysketcher/doc/pub/html/index.html" or "PDF": "http://hplgit/github.io/pysketcher/doc/pub/pysketcher.pdf" (or a simplified version of
  4. the tutorial in Chapter 9 in "A Primer on Scientific Programming with Python": "http://www.amazon.com/Scientific-Programming-Computational-Science-Engineering/dp/3642549586/ref=sr_1_2?s=books&ie=UTF8&qid=1407225588&sr=1-2&keywords=langtangen", by H. P. Langtangen, Springer, 2014).
  5. ===== Citation =====
  6. If you use Pysketcher and want to cite it, you can either cite this
  7. web site or the book
  8. that has the original documentation of the tool.
  9. BibTeX format:
  10. !bc
  11. @book{Langtangen_2014,
  12. title = {A Primer on Scientific Programming With {P}ython},
  13. author = {H. P. Langtangen},
  14. year = {2014},
  15. publisher = {Springer},
  16. edition = {Fourth},
  17. }
  18. @misc{Pysketcher,
  19. title = {{P}ysketcher: {D}rawing tool for making sketches},
  20. author = {H. P. Langtangen},
  21. url = {https://github.com/hplgit/pysketcher},
  22. key = {Pysketcher},
  23. note = {\url{https://github.com/hplgit/pysketcher}},
  24. }
  25. !ec
  26. Publish format:
  27. !bc
  28. * books
  29. ** A Primer on Scientific Programming With {P}ython
  30. key: Langtangen_2014
  31. author: H. P. Langtangen
  32. year: 2014
  33. publisher: Springer
  34. status: published
  35. edition: Fourth
  36. entrytype: book
  37. * misc
  38. ** {P}ysketcher: {D}rawing tool for making sketches
  39. key: Pysketcher
  40. author: H. P. Langtangen
  41. url: https://github.com/hplgit/pysketcher
  42. status: published
  43. sortkey: Pysketcher
  44. note: \url{https://github.com/hplgit/pysketcher}
  45. !ec