You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/fa/case-studies/citing.md
+23-19Lines changed: 23 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -9,29 +9,33 @@ following paper:
9
9
لطفاً ما را در Zenodo پیدا کنید و استناد مربوط به نسخهای که استفاده میکنید را جایگزین کنید. You can replace the full author
10
10
list from there with "The pandas development team" like in the example below.
11
11
12
-
@software{reback2020pandas,
13
-
author = {The pandas development team},
14
-
title = {pandas-dev/pandas: Pandas},
15
-
month = feb,
16
-
year = 2020,
17
-
publisher = {Zenodo},
18
-
version = {latest},
19
-
doi = {10.5281/zenodo.3509134},
20
-
url = {https://doi.org/10.5281/zenodo.3509134}
21
-
}
12
+
```
13
+
@software{reback2020pandas,
14
+
author = {The pandas development team},
15
+
title = {pandas-dev/pandas: Pandas},
16
+
month = feb,
17
+
year = 2020,
18
+
publisher = {Zenodo},
19
+
version = {latest},
20
+
doi = {10.5281/zenodo.3509134},
21
+
url = {https://doi.org/10.5281/zenodo.3509134}
22
+
}
23
+
```
22
24
23
25
-[Data structures for statistical computing in python](https://pub.curvenote.com/01908378-3686-7168-a380-d82bbf21c799/public/mckinney-57fc0d4e8a08cd7f26a4b8bf468a71f4.pdf),
24
26
McKinney, Proceedings of the 9th Python in Science Conference, Volume 445, 2010.
25
27
26
-
@InProceedings{ mckinney-proc-scipy-2010,
27
-
author = { {W}es {M}c{K}inney },
28
-
title = { {D}ata {S}tructures for {S}tatistical {C}omputing in {P}ython },
29
-
booktitle = { {P}roceedings of the 9th {P}ython in {S}cience {C}onference },
30
-
pages = { 56 - 61 },
31
-
year = { 2010 },
32
-
editor = { {S}t\'efan van der {W}alt and {J}arrod {M}illman },
33
-
doi = { 10.25080/Majora-92bf1922-00a }
34
-
}
28
+
```
29
+
@InProceedings{ mckinney-proc-scipy-2010,
30
+
author = { {W}es {M}c{K}inney },
31
+
title = { {D}ata {S}tructures for {S}tatistical {C}omputing in {P}ython },
32
+
booktitle = { {P}roceedings of the 9th {P}ython in {S}cience {C}onference },
33
+
pages = { 56 - 61 },
34
+
year = { 2010 },
35
+
editor = { {S}t\'efan van der {W}alt and {J}arrod {M}illman },
0 commit comments