Skip to content

Commit 336ee6c

Browse files
New translations citing.md (Persian)
1 parent 9e80cc4 commit 336ee6c

File tree

1 file changed

+23
-19
lines changed

1 file changed

+23
-19
lines changed

content/fa/case-studies/citing.md

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,29 +9,33 @@ following paper:
99
لطفاً ما را در Zenodo پیدا کنید و استناد مربوط به نسخه‌ای که استفاده می‌کنید را جایگزین کنید. You can replace the full author
1010
list from there with "The pandas development team" like in the example below.
1111

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+
```
2224

2325
- [Data structures for statistical computing in python](https://pub.curvenote.com/01908378-3686-7168-a380-d82bbf21c799/public/mckinney-57fc0d4e8a08cd7f26a4b8bf468a71f4.pdf),
2426
McKinney, Proceedings of the 9th Python in Science Conference, Volume 445, 2010.
2527

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 },
36+
doi = { 10.25080/Majora-92bf1922-00a }
37+
}
38+
```
3539

3640
## Brand and logo
3741

0 commit comments

Comments
 (0)