Skip to content

Commit d584135

Browse files
committed
updates
1 parent 7fd2dcb commit d584135

File tree

2 files changed

+57
-6
lines changed

2 files changed

+57
-6
lines changed

README.do.txt

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,36 @@ An incomplete "tutorial":
9595
development and explains much more of the syntax and provides many
9696
examples.
9797

98-
===== I have used Odespy in a publication - how to I site it? =====
98+
===== I have used Odespy in a publication - how do I cite it? =====
9999

100100
Please cite this GitHub repository:
101101

102+
!bquote
103+
H. P. Langtangen and L. Wang. Odespy software package.
104+
URL: https://github.com/hplgit/odespy. 2014
105+
!equote
106+
107+
BibTeX entry:
108+
109+
!bc latexcod
110+
@misc{odespy,
111+
title = {{Odespy} Software Package},
112+
author = {H. P. Langtangen and L. Wang},
113+
url = {https://github.com/hplgit/odespy},
114+
key = {odespy},
115+
note = {\url{https://github.com/hplgit/odespy}},
116+
}
117+
!ec
118+
119+
"Publish": "https://bitbucket.org/logg/publish"" entry:
120+
102121
!bc
103-
H. P. Langtangen and L. Wang. The Odespy package.
104-
URL: https://github.com/hplgit/odespy. 2013
122+
** {Odespy} Software Package
123+
key: odespy
124+
author: H. P. Langtangen, L. Wang
125+
url: https://github.com/hplgit/odespy
126+
status: published
127+
sortkey: Odespy
128+
note: \url{https://github.com/hplgit/odespy}
129+
entrytype: misc
105130
!ec

README.md

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,39 @@ An incomplete [tutorial](http://hplgit.github.io/odespy/doc/tutorial/html/index.
9090
development and explains much more of the syntax and provides many
9191
examples.
9292

93-
### I have used Odespy in a publication - how to I site it?
93+
### I have used Odespy in a publication - how do I cite it?
9494

9595
Please cite this GitHub repository:
9696

97+
> H. P. Langtangen and L. Wang. Odespy software package.
98+
> URL: <https://github.com/hplgit/odespy.> 2014
99+
100+
101+
102+
BibTeX entry:
103+
104+
105+
```
106+
@misc{odespy,
107+
title = {{Odespy} Software Package},
108+
author = {H. P. Langtangen and L. Wang},
109+
url = {https://github.com/hplgit/odespy},
110+
key = {odespy},
111+
note = {\url{https://github.com/hplgit/odespy}},
112+
}
113+
```
114+
115+
[Publish](https://bitbucket.org/logg/publish)" entry:
116+
97117

98118
```
99-
H. P. Langtangen and L. Wang. The Odespy package.
100-
URL: https://github.com/hplgit/odespy. 2013
119+
** {Odespy} Software Package
120+
key: odespy
121+
author: H. P. Langtangen, L. Wang
122+
url: https://github.com/hplgit/odespy
123+
status: published
124+
sortkey: Odespy
125+
note: \url{https://github.com/hplgit/odespy}
126+
entrytype: misc
101127
```
102128

0 commit comments

Comments
 (0)