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