Hans Petter Langtangen 11 年之前
父节点
当前提交
9c54f504da
共有 2 个文件被更改,包括 55 次插入3 次删除
  1. 54 0
      README.do.txt
  2. 1 3
      README.md

+ 54 - 0
README.do.txt

@@ -0,0 +1,54 @@
+Python-based drawing tool for making sketches of mechanics problems.
+
+===== Tutorial =====
+
+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
+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).
+
+===== Citation =====
+
+If you use Pysketcher and want to cite it, you can either cite this
+web site or the book
+that has the original documentation of the tool.
+
+BibTeX format:
+
+!bc
+@book{Langtangen_2014,
+  title = {A Primer on Scientific Programming With {P}ython},
+  author = {H. P. Langtangen},
+  year = {2014},
+  publisher = {Springer},
+  edition = {Fourth},
+}
+
+@misc{Pysketcher,
+  title = {{P}ysketcher: {D}rawing tool for making sketches},
+  author = {H. P. Langtangen},
+  url = {https://github.com/hplgit/pysketcher},
+  key = {Pysketcher},
+  note = {\url{https://github.com/hplgit/pysketcher}},
+}
+!ec
+
+Publish format:
+
+!bc
+* books
+** A Primer on Scientific Programming With {P}ython
+   key:       Langtangen_2014
+   author:    H. P. Langtangen
+   year:      2014
+   publisher: Springer
+   status:    published
+   edition:   Fourth
+   entrytype: book
+* misc
+** {P}ysketcher: {D}rawing tool for making sketches
+   key:       Pysketcher
+   author:    H. P. Langtangen
+   url:       https://github.com/hplgit/pysketcher
+   status:    published
+   sortkey:   Pysketcher
+   note:      \url{https://github.com/hplgit/pysketcher}
+!ec

+ 1 - 3
README.md

@@ -2,7 +2,7 @@ Python-based drawing tool for making sketches of mechanics problems.
 
 
 ### Tutorial
 ### Tutorial
 
 
-For an introduction to Pysketcher, see the tutorial in [HTML](doc/pub/html/index.html) or [PDF](doc/pub/pysketcher.pdf) (or a simplified version of
+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
 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).
 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).
 
 
 ### Citation
 ### Citation
@@ -20,7 +20,6 @@ BibTeX format:
   author = {H. P. Langtangen},
   author = {H. P. Langtangen},
   year = {2014},
   year = {2014},
   publisher = {Springer},
   publisher = {Springer},
-  series = {Texts in Computational Science and Engineering},
   edition = {Fourth},
   edition = {Fourth},
 }
 }
 
 
@@ -44,7 +43,6 @@ Publish format:
    year:      2014
    year:      2014
    publisher: Springer
    publisher: Springer
    status:    published
    status:    published
-   series:    Texts in Computational Science and Engineering
    edition:   Fourth
    edition:   Fourth
    entrytype: book
    entrytype: book
 * misc
 * misc