引用
「Python tips」の書誌情報
- ページ名: Python tips
- 著者: Eospediaへの寄稿者ら
- 発行者: 『Eospedia』
- 更新日時: 2020年11月19日 13:51 (UTC)
- 取得日時: 2025年10月31日 17:59 (UTC)
- 恒久的なURI: https://www.yasunaga-lab.bio.kyutech.ac.jp/EosJ/index.php?title=Python_tips&oldid=17107
- ページの版番号: 17107
各種方式による「Python tips」の書誌表示
APA方式
Python tips. (2020年11月19日13:51). Eospedia, . 2025年10月31日17:59 https://www.yasunaga-lab.bio.kyutech.ac.jp/EosJ/index.php?title=Python_tips&oldid=17107 にて閲覧.
MLA方式
"Python tips." Eospedia, . 2020年11月19日13:51 (UTC). 2025年10月31日17:59 <https://www.yasunaga-lab.bio.kyutech.ac.jp/EosJ/index.php?title=Python_tips&oldid=17107>.
MHRA方式
Eospediaへの寄稿者ら, 'Python tips', Eospedia, ,2020年11月19日 (UTC), <https://www.yasunaga-lab.bio.kyutech.ac.jp/EosJ/index.php?title=Python_tips&oldid=17107> [2025年10月31日閲覧]
Chicago方式
Eospediaへの寄稿者ら, "Python tips," Eospedia, , https://www.yasunaga-lab.bio.kyutech.ac.jp/EosJ/index.php?title=Python_tips&oldid=17107 (2025年10月31日閲覧).
CBE/CSE方式
Eospediaへの寄稿者ら. Python tips [Internet]. Eospedia, ; 2020年11月19日13:51 (UTC) [2025年10月31日現在で引用]. 入手元: https://www.yasunaga-lab.bio.kyutech.ac.jp/EosJ/index.php?title=Python_tips&oldid=17107.
Bluebook方式
Python tips, https://www.yasunaga-lab.bio.kyutech.ac.jp/EosJ/index.php?title=Python_tips&oldid=17107 (2025年10月31日最終訪問).
BibTeXエントリ
 @misc{ wiki:xxx,
   author = "Eospedia",
   title = "Python tips --- Eospedia{,} ",
   year = "2020",
   url = "https://www.yasunaga-lab.bio.kyutech.ac.jp/EosJ/index.php?title=Python_tips&oldid=17107",
   note = "[オンライン; 閲覧日時 2025-31-10]"
 }
URIの体裁を整えるためにLaTeXの url パッケージを用いる (プリアンブルのどこかに \usepackage{url} と書く) 場合は、以下のようにした方がいいかもしれません。
 @misc{ wiki:xxx,
   author = "Eospedia",
   title = "Python tips --- Eospedia{,} ",
   year = "2020",
   url = "\url{https://www.yasunaga-lab.bio.kyutech.ac.jp/EosJ/index.php?title=Python_tips&oldid=17107}",
   note = "[オンライン; 閲覧日時 2025-31-10]"
 }
