Eagle-i 網站在 BibTex 的引用

Eagle-i 網站在 BibTex 的引用

我試圖使用 BibTex 引用 Eagle-i 網站上的一些資訊。我意識到他們有許多類型的引文似乎與 BibTex 條目類型不匹配。例如,Eagle-i 建議抗體採用以下格式:

所屬組織名稱、機構名稱(如果需要)。抗體名稱。資源類型。其他資源標識符(如果適用)。 eagle-i ID。

作為引用的例子,他們有:

俄勒岡幹細胞中心單株抗體核心。俄勒岡健康與科學大學。來自雜交瘤 HIC0 4F9 的 HPi1 單株抗體上清液。單株抗體。http://ohsu.eagle-i.net/i/0000012b3b414b2162b8f47280000000。

所以我試著找出在 BibTex 中表示這一點的方法,我想出了:

@Misc{kestest,
author = {Oregon Stem Cell Center Monoclonal Antibody Core.},
title = {Oregon Health and Science University.},
howpublished = {HPi1 monoclonal antibody supernatant from hybridoma HIC0 4F9.}, 
month = {Monoclonal antibody.},
note = {http://ohsu.eagle-i.net/i/0000012b3b414b2162b8f47280000000.},
}

這裡的問題是,這顯然是一種不一致的方法,我只是將資訊放入標籤中,以便結果將按照我想要的順序顯示。

您對如何解決這個問題有什麼建議嗎?理想的情況是做這樣的事情:

@antibodies{kestest,
orgname = {Oregon Stem Cell Center Monoclonal Antibody Core.},
institute = {Oregon Health and Science University.},
name = {HPi1 monoclonal antibody supernatant from hybridoma HIC0 4F9.}, 
type = {Monoclonal antibody.},
id = {http://ohsu.eagle-i.net/i/0000012b3b414b2162b8f47280000000.},
}

謝謝。

連結:

引用 eagle-i 資源:https://www.eagle-i.net/get-involved/for-researchers/citing-an-eagle-i-resource/

相關內容