From 5fdbc70fc32e0fd426d3d66e03bfc577cd1bca0f Mon Sep 17 00:00:00 2001 From: Zeping Lee Date: Tue, 16 Jul 2024 17:49:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E7=90=86=E5=AD=A6=E7=A7=91=E9=A2=86?= =?UTF-8?q?=E5=9F=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/check_style.py | 105 +++++++++++++++++- .../accounting-research.csl | 4 +- src/accounting-research/metadata.json | 4 +- .../acta-agriculurae-boreali-sinica.csl | 4 +- .../metadata.json | 4 +- .../acta-geologica-sinica.csl | 3 +- src/acta-geologica-sinica/metadata.json | 3 +- .../acta-microbiologica-sinica.csl | 4 +- src/acta-microbiologica-sinica/metadata.json | 4 +- .../advances-in-water-science.csl | 7 +- src/advances-in-water-science/metadata.json | 4 +- .../beijing-normal-university.csl | 6 +- src/beijing-normal-university/metadata.json | 3 +- .../business-management-journal.csl | 4 +- src/business-management-journal/metadata.json | 4 +- .../chinas-industrial-economics.csl | 4 +- src/chinas-industrial-economics/metadata.json | 4 +- ...inese-academy-of-agricultural-sciences.csl | 3 +- .../metadata.json | 2 +- .../chinese-academy-of-forestry.csl | 3 +- src/chinese-academy-of-forestry/metadata.json | 2 +- .../chinese-journal-of-cardiology.csl | 7 +- .../metadata.json | 4 +- .../chinese-journal-of-eco-agriculture.csl | 7 +- .../metadata.json | 4 +- .../chinese-medical-association.csl | 4 +- src/chinese-medical-association/metadata.json | 4 +- .../chinese-science-bulletin.csl | 4 +- src/chinese-science-bulletin/metadata.json | 4 +- .../chongqing-university-author-date.csl | 3 +- .../metadata.json | 3 +- ...omparative-economic-and-social-systems.csl | 4 +- .../metadata.json | 4 +- .../finance-and-trade-economics.csl | 3 +- src/finance-and-trade-economics/metadata.json | 2 +- .../financial-research-journal.csl | 4 +- src/financial-research-journal/metadata.json | 4 +- .../food-materials-research.csl | 4 +- src/food-materials-research/metadata.json | 4 +- src/food-science/food-science.csl | 7 +- src/food-science/metadata.json | 4 +- .../foreign-affairs-review.csl | 3 +- src/foreign-affairs-review/metadata.json | 2 +- ...foreign-language-teaching-and-research.csl | 3 +- .../metadata.json | 3 +- ...case-no-url-doi-full-width-parentheses.csl | 3 +- .../metadata.json | 3 +- .../hebei-medical-university.csl | 5 +- src/hebei-medical-university/metadata.json | 4 +- ...-electrical-and-electronic-engineering.csl | 9 +- .../metadata.json | 4 +- .../hydro-science-and-engineering.csl | 7 +- .../metadata.json | 4 +- ...rnational-economics-and-trade-research.csl | 6 +- .../metadata.json | 3 +- .../journal-of-iron-and-steel-research.csl | 7 +- .../metadata.json | 4 +- .../journal-of-marketing-science.csl | 4 +- .../metadata.json | 4 +- ...urnal-of-nuclear-agricultural-sciences.csl | 4 +- .../metadata.json | 4 +- .../journal-of-plant-protection.csl | 4 +- src/journal-of-plant-protection/metadata.json | 4 +- ...f-international-business-and-economics.csl | 4 +- .../metadata.json | 4 +- ...tural-sciences-in-chinese-universities.csl | 3 +- .../metadata.json | 2 +- src/lanzhou-university/lanzhou-university.csl | 4 +- src/lanzhou-university/metadata.json | 4 +- src/management-review/management-review.csl | 6 +- src/management-review/metadata.json | 4 +- .../metadata.json | 4 +- ...e-of-science-and-management-of-s-and-t.csl | 4 +- src/scientia-agricultura-sinica/metadata.json | 4 +- .../scientia-agricultura-sinica.csl | 10 +- src/shanghai-university/index.md | 40 ++----- src/shanghai-university/metadata.json | 10 +- .../shanghai-university.csl | 6 +- src/social-sciences-in-china/metadata.json | 4 +- .../social-sciences-in-china.csl | 3 +- .../metadata.json | 4 +- ...ern-university-of-finance-and-ecnomics.csl | 3 +- .../metadata.json | 2 +- .../the-journal-of-international-studies.csl | 3 +- src/tianjin-university-numberic/metadata.json | 3 +- .../tianjin-university-numberic.csl | 3 +- .../metadata.json | 4 +- ...se-society-of-agricultural-engineering.csl | 4 +- .../metadata.json | 4 +- ...versity-humanities-and-social-sciences.csl | 4 +- .../metadata.json | 3 +- ...hinese-academy-of-sciences-author-date.csl | 6 +- 92 files changed, 307 insertions(+), 211 deletions(-) diff --git a/lib/check_style.py b/lib/check_style.py index aa7cba0e..4659cf58 100644 --- a/lib/check_style.py +++ b/lib/check_style.py @@ -56,6 +56,36 @@ ] +VALID_FIELDS = [ + "anthropology", + "astronomy", + "biology", + "botany", + "chemistry", + "communications", + "engineering", + "generic-base", + "geography", + "geology", + "history", + "humanities", + "law", + "linguistics", + "literature", + "math", + "medicine", + "philosophy", + "physics", + "political_science", + "psychology", + "science", + "social_science", + "sociology", + "theology", + "zoology", +] + + def info(s): print(f"Info: {s}", file=sys.stderr) @@ -63,6 +93,68 @@ def info(s): def warning(s): print(f"Warning: {s}", file=sys.stderr) +def check_fields(file, csl_content, root): + for field_el in root.xpath(".//cs:category[@field]", namespaces=ns): + field = field_el.attrib["field"] + if field not in VALID_FIELDS: + msg = f'File "{file}", line {field_el.sourceline}: Invalid field' + warning(msg) + + +def check_field(file, csl_content, root): + field = "" + fields = [] + field_el = None + for field_el in root.xpath(".//cs:category[@field]", namespaces=ns): + if not field: + field = field_el.attrib["field"] + fields.append(field_el.attrib["field"]) + + title = root.xpath(".//cs:title", namespaces=ns)[0].text + style_id = root.xpath(".//cs:id", namespaces=ns)[0].text + summary = "" + if summary_els := root.xpath(".//cs:summary", namespaces=ns): + summary = summary_els[0].text + + if "export" in style_id: + return + + if not field: + msg = f'File "{file}": Empty field' + warning(msg) + + if "GB/T 7714" in title: + assert field == "generic-base" + return + + # fields_str = " ".join(fields) + # # if fields_str != "generic-base": + # if len(fields) > 1: + # print(title, fields_str, sep="\t") + + if field == "generic-base": + + def warn_field(file, field_el): + if field_el is not None: + msg = f'File "{file}", line {field_el.sourceline}: Inappropriate field' + else: + msg = f'File "{file}": Inappropriate field' + warning(msg) + + if ( + "journal" in title.lower() + or "学报" in title + or "journal" in style_id + or root.xpath(".//cs:issn", namespaces=ns) + ): + if "编排规范" in title: + return + warn_field(file, field_el) + # elif "学位论文" not in summary and "出版社" not in title: + # warn_field(file, field_el) + elif "大学" not in title and "研究院" not in title and "科学院" not in title and "出版社" not in title: + warn_field(file, field_el) + def check_affixes(path, root): for element in root.xpath(".//*[@prefix='']"): @@ -323,10 +415,6 @@ def reorder_info_items(root): tag += "[@citation-format]" if (tag == "category") & (infoNode.get("field") is not None): tag += "[@field]" - try: - counter.append((INFO_ITEM_ORDER.index(tag), infoNode.get("field"))) - except: - print("Unknown element: " + tag) # check if node is a comment elif etree.tostring( infoNode, encoding="utf-8", xml_declaration=False @@ -415,6 +503,10 @@ def check_style(file): # info(f'Running test of "{style_name}.csl"') + check_fields(file, csl_content, style) + + check_field(file, csl_content, style) + check_affixes(file, root) check_conditions(file, csl_content, style) @@ -448,6 +540,7 @@ def write_style(style, path): # style_str = style_str.replace("–", "–") # en dash style_str = style_str.replace("–", "–") # en dash style_str = style_str.replace("—", "—") # em dash + style_str = style_str.replace("GB/T 7714—", "GB/T 7714—") # em dash style_str = re.sub(r"(\S)[ \t]+", r"\1 -->", style_str) @@ -455,8 +548,8 @@ def write_style(style, path): if style_str != original_content: now = datetime.datetime.now().astimezone().isoformat(timespec="seconds") style_str = re.sub(r"[^<]*", f"{now}", style_str) - with open(path, "w") as f: - f.write(style_str) + with open(path, "w") as f: + f.write(style_str) def main(): diff --git a/src/accounting-research/accounting-research.csl b/src/accounting-research/accounting-research.csl index ad7d71f8..0c4c730e 100644 --- a/src/accounting-research/accounting-research.csl +++ b/src/accounting-research/accounting-research.csl @@ -11,8 +11,8 @@ redleafnew@163.com - - 2024-06-06T13:18:48+08:00 + + 2024-07-16T16:16:21+08:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License diff --git a/src/accounting-research/metadata.json b/src/accounting-research/metadata.json index 31b4a5d9..b579eadb 100644 --- a/src/accounting-research/metadata.json +++ b/src/accounting-research/metadata.json @@ -14,8 +14,8 @@ ], "contributor": [], "citation_format": "author-date", - "field": "generic-base", - "updated": "2024-06-06T13:18:48+08:00", + "field": "social_science", + "updated": "2024-07-16T16:16:21+08:00", "citations": "(库恩, 2012)
\n(Fourney, c1971)
\n(贾东琴和柯平, 2011)
\n(Fan & Sommers, 2013)
\n(武丽丽等, 2008)
\n(Myburg et al., 2014)
\n(中国互联网络信息中心, 2012; Bawden, 2008)
\n", "bibliography": "
\n
贾东琴, 柯平. 2011. 面向数字素养的高校图书馆数字服务体系研究. 中国图书馆学会, 编//中国图书馆学会年会论文集. 北京: 国家图书馆出版社: 45~52.
\n
库恩. 2012. 科学革命的结构: 第 4 版. 金吾伦, 胡新和, 译. 2 版. 北京: 北京大学出版社.
\n
武丽丽, 华一新, 张亚军, 刘英敏. 2008. “北斗一号”监控管理网设计与实现. 测绘科学, 5: 8~9[2009–10–25].
\n
中国互联网络信息中心. 2012. 第 29 次中国互联网络发展现状统计报告. [2013–03–26].
\n
Bawden, D. 2008. Origins and Concepts of Digital Literacy(2008–05–04)[2013–03–08].
\n
Fan, X., C. H. Sommers. 2013. Food Irradiation Research and Technology. 2 edition. Ames, Iowa: Blackwell Publishing: 25~26[2014–06–26].
\n
Fourney, M. E. c1971. Advances in Holographic Photoelasticity//Symposium on Applications of Holography in Mechanics. New York: ASME: 17~38.
\n
Myburg, A. A., D. Grattapaglia, G. A. Tuskan, U. Hellsten, R. D. Hayes, J. Grimwood, J. Jenkins, E. Lindquist, H. Tice, D. Bauer, D. M. Goodstein, I. Dubchak, A. Poliakov, E. Mizrachi, A. R. K. Kullan, S. G. Hussey, D. Pinard, K. van der Merwe, P. Singh, I. van Jaarsveld, O. B. Silva-Junior, R. C. Togawa, M. R. Pappas, D. A. Faria, C. P. Sansaloni, C. D. Petroli, X. Yang, P. Ranjan, T. J. Tschaplinski, C.-Y. Ye, T. Li, L. Sterck, K. Vanneste, F. Murat, M. Soler, H. S. Clemente, N. Saidi, H. Cassan-Wang, C. Dunand, C. A. Hefer, E. Bornberg-Bauer, A. R. Kersting, K. Vining, V. Amarasinghe, M. Ranik, S. Naithani, J. Elser, A. E. Boyd, A. Liston, J. W. Spatafora, P. Dharmwardhana, R. Raja, C. Sullivan, E. Romanel, M. Alves-Ferreira, C. Külheim, W. Foley, V. Carocha, J. Paiva, D. Kudrna, S. H. Brommonschenkel, G. Pasquali, M. Byrne, P. Rigault, J. Tibbits, A. Spokevicius, R. C. Jones, D. A. Steane, R. E. Vaillancourt, B. M. Potts, F. Joubert, K. Barry, G. J. Pappas, S. H. Strauss, P. Jaiswal, J. Grima-Pettenati, J. Salse, Y. Van de Peer, D. S. Rokhsar, J. Schmutz. 2014. The Genome of Eucalyptus Grandis. Nature, 510: 356~362[2014–06–25].
\n
", "tags": [ diff --git a/src/acta-agriculurae-boreali-sinica/acta-agriculurae-boreali-sinica.csl b/src/acta-agriculurae-boreali-sinica/acta-agriculurae-boreali-sinica.csl index 9670df7a..44aa3f3b 100644 --- a/src/acta-agriculurae-boreali-sinica/acta-agriculurae-boreali-sinica.csl +++ b/src/acta-agriculurae-boreali-sinica/acta-agriculurae-boreali-sinica.csl @@ -11,10 +11,10 @@ redleafnew@163.com - + 1000-7091 添加平行语言支持,即在中文文献后添加其英文的翻译。作者为首字母大写。文章的题目大小写与 `Zotero` 中的 `Title` 字段一致,不显示 `URL`。 - 2024-06-18T15:39:15+08:00 + 2024-07-16T16:09:56+08:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License diff --git a/src/acta-agriculurae-boreali-sinica/metadata.json b/src/acta-agriculurae-boreali-sinica/metadata.json index 3fc11877..9bc71a70 100644 --- a/src/acta-agriculurae-boreali-sinica/metadata.json +++ b/src/acta-agriculurae-boreali-sinica/metadata.json @@ -14,9 +14,9 @@ ], "contributor": [], "citation_format": "numeric", - "field": "generic-base", + "field": "science", "summary": "添加平行语言支持,即在中文文献后添加其英文的翻译。作者为首字母大写。文章的题目大小写与 `Zotero` 中的 `Title` 字段一致,不显示 `URL`。", - "updated": "2024-06-18T15:39:15+08:00", + "updated": "2024-07-16T16:09:56+08:00", "citations": "[1–8]", "bibliography": "
\n
[1] 库恩. 科学革命的结构: 第 4 版[M]. 金吾伦, 胡新和, 译. 2 版. 北京: 北京大学出版社, 2012.\n
科学革命的结构.
\n
\n
[2] Fan X, Sommers C H. Food irradiation research and technology[M]. 2 edition. Ames, Iowa: Blackwell Publishing, 2013: 25-26.
\n
[3] 贾东琴, 柯平. 面向数字素养的高校图书馆数字服务体系研究[C]. 中国图书馆学会, 编//中国图书馆学会年会论文集. 北京: 国家图书馆出版社, 2011: 45-52.
\n
[4] Fourney M E. Advances in holographic photoelasticity[C]//Symposium on Applications of Holography in Mechanics. New York: ASME, c1971: 17-38.
\n
[5] 武丽丽, 华一新, 张亚军, 刘英敏. “北斗一号”监控管理网设计与实现[J]. 测绘科学, 2008, 33(5): 8-9. doi: 10.3771/j.issn.1009-2307.2008.05.002.
\n
[6] Myburg A A, Grattapaglia D, Tuskan G A, Hellsten U, Hayes R D, Grimwood J, Jenkins J, Lindquist E, Tice H, Bauer D, Goodstein D M, Dubchak I, Poliakov A, Mizrachi E, Kullan A R K, Hussey S G, Pinard D, van der Merwe K, Singh P, van Jaarsveld I, Silva-Junior O B, Togawa R C, Pappas M R, Faria D A, Sansaloni C P, Petroli C D, Yang X, Ranjan P, Tschaplinski T J, Ye C-Y, Li T, Sterck L, Vanneste K, Murat F, Soler M, Clemente H S, Saidi N, Cassan-Wang H, Dunand C, Hefer C A, Bornberg-Bauer E, Kersting A R, Vining K, Amarasinghe V, Ranik M, Naithani S, Elser J, Boyd A E, Liston A, Spatafora J W, Dharmwardhana P, Raja R, Sullivan C, Romanel E, Alves-Ferreira M, Külheim C, Foley W, Carocha V, Paiva J, Kudrna D, Brommonschenkel S H, Pasquali G, Byrne M, Rigault P, Tibbits J, Spokevicius A, Jones R C, Steane D A, Vaillancourt R E, Potts B M, Joubert F, Barry K, Pappas G J, Strauss S H, Jaiswal P, Grima-Pettenati J, Salse J, Van de Peer Y, Rokhsar D S, Schmutz J. The genome of eucalyptus grandis[J]. Nature, 2014, 510: 356-362. doi: 10.1038/nature13308.
\n
[7] 中国互联网络信息中心. 第 29 次中国互联网络发展现状统计报告[R].(2012-01-16). [2013-03-26]. http://www.cnnic.net.cn/hlwfzyj/hlwxzbg/201201/P020120709345264469680.
\n
[8] Bawden D. Origins and concepts of digital literacy[EB](2008-05-04).
\n
", "tags": [ diff --git a/src/acta-geologica-sinica/acta-geologica-sinica.csl b/src/acta-geologica-sinica/acta-geologica-sinica.csl index f3865a84..0b81ff28 100644 --- a/src/acta-geologica-sinica/acta-geologica-sinica.csl +++ b/src/acta-geologica-sinica/acta-geologica-sinica.csl @@ -12,8 +12,9 @@ redleafnew@163.com + 1. 按照语言显示“等”或“et al.”;2. 姓名取消全大写;3. 仅纯电子资源显示引用日期和 URL;4. 无 DOI;5. 正文的引用使用全角括号。 - 2024-06-18T23:21:28+08:00 + 2024-07-16T16:16:48+08:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License diff --git a/src/acta-geologica-sinica/metadata.json b/src/acta-geologica-sinica/metadata.json index dbde5df0..4bd96cb0 100644 --- a/src/acta-geologica-sinica/metadata.json +++ b/src/acta-geologica-sinica/metadata.json @@ -14,8 +14,9 @@ ], "contributor": [], "citation_format": "author-date", + "field": "geology", "summary": "1. 按照语言显示“等”或“et al.”;2. 姓名取消全大写;3. 仅纯电子资源显示引用日期和 URL;4. 无 DOI;5. 正文的引用使用全角括号。", - "updated": "2024-06-18T23:21:28+08:00", + "updated": "2024-07-16T16:16:48+08:00", "citations": "(库恩, 2012)
\n(Fourney, c1971)
\n(贾东琴等, 2011)
\n(Fan et al., 2013)
\n(武丽丽等, 2008)
\n(Myburg et al., 2014)
\n(中国互联网络信息中心, 2012; Bawden, 2008)
\n", "bibliography": "
\n
贾东琴, 柯平, 2011. 面向数字素养的高校图书馆数字服务体系研究[C]//中国图书馆学会. 中国图书馆学会年会论文集: 2011 年卷. 北京: 国家图书馆出版社: 45-52.
\n
库恩, 2012. 科学革命的结构: 第 4 版[M]. 金吾伦, 胡新和, 译. 2 版. 北京: 北京大学出版社.
\n
武丽丽, 华一新, 张亚军, 等, 2008. “北斗一号”监控管理网设计与实现[J]. 测绘科学, 33(5): 8-9.
\n
中国互联网络信息中心, 2012. 第 29 次中国互联网络发展现状统计报告[R].
\n
Bawden D, 2008. Origins and concepts of digital literacy[EB/OL]. (2008-05-04)[2013-03-08]. http://www.soi.city.ac.uk/~dbawden/digital%20literacy%20chapter.pdf.
\n
Fan X, Sommers C H, 2013. Food irradiation research and technology[M]. 2nd ed. Ames, Iowa: Blackwell Publishing: 25-26.
\n
Fourney M E, c1971. Advances in holographic photoelasticity[C]//Symposium on Applications of Holography in Mechanics, August 23–25, 1971, University of Southern California, Los Angeles, California. New York: ASME: 17-38.
\n
Myburg A A, Grattapaglia D, Tuskan G A, et al., 2014. The genome of eucalyptus grandis[J]. Nature, 510: 356-362.
\n
", "tags": [ diff --git a/src/acta-microbiologica-sinica/acta-microbiologica-sinica.csl b/src/acta-microbiologica-sinica/acta-microbiologica-sinica.csl index 35e0c088..a459da22 100644 --- a/src/acta-microbiologica-sinica/acta-microbiologica-sinica.csl +++ b/src/acta-microbiologica-sinica/acta-microbiologica-sinica.csl @@ -10,9 +10,9 @@ chivele.lee@gmail.com - + 文章的题目大小写与 `Zotero` 中的 `Title` 字段一致,不显示 `URL` 和 `DOI`。 - 2024-06-06T13:18:48+08:00 + 2024-07-16T16:17:07+08:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License diff --git a/src/acta-microbiologica-sinica/metadata.json b/src/acta-microbiologica-sinica/metadata.json index baa333cb..26d33edf 100644 --- a/src/acta-microbiologica-sinica/metadata.json +++ b/src/acta-microbiologica-sinica/metadata.json @@ -13,9 +13,9 @@ ], "contributor": [], "citation_format": "numeric", - "field": "generic-base", + "field": "biology", "summary": "文章的题目大小写与 `Zotero` 中的 `Title` 字段一致,不显示 `URL` 和 `DOI`。", - "updated": "2024-06-06T13:18:48+08:00", + "updated": "2024-07-16T16:17:07+08:00", "citations": "[1–8]", "bibliography": "
\n
[1] 库恩. 科学革命的结构: 第 4 版[M]. 金吾伦, 胡新和, 译. 2 版. 北京: 北京大学出版社, 2012.
\n
[2] Fan X, Sommers C H. Food irradiation research and technology[M/OL]. 2 edition. Ames, Iowa: Blackwell Publishing, 2013: 25-26[2014-06-26].
\n
[3] 贾东琴, 柯平. 面向数字素养的高校图书馆数字服务体系研究[C]. 中国图书馆学会, 编//中国图书馆学会年会论文集. 北京: 国家图书馆出版社, 2011: 45-52.
\n
[4] Fourney M E. Advances in holographic photoelasticity[C]//Symposium on Applications of Holography in Mechanics. New York: ASME, c1971: 17-38.
\n
[5] 武丽丽, 华一新, 张亚军, 刘英敏. “北斗一号”监控管理网设计与实现[J/OL]. 测绘科学, 2008, 33(5): 8-9[2009-10-25].
\n
[6] Myburg A A, Grattapaglia D, Tuskan G A, Hellsten U, Hayes R D, Grimwood J, Jenkins J, Lindquist E, Tice H, Bauer D, Goodstein D M, Dubchak I, Poliakov A, Mizrachi E, Kullan A R K, Hussey S G, Pinard D, van der Merwe K, Singh P, van Jaarsveld I, Silva-Junior O B, Togawa R C, Pappas M R, Faria D A, Sansaloni C P, Petroli C D, Yang X, Ranjan P, Tschaplinski T J, Ye C-Y, Li T, Sterck L, Vanneste K, Murat F, Soler M, Clemente H S, Saidi N, Cassan-Wang H, Dunand C, Hefer C A, Bornberg-Bauer E, Kersting A R, Vining K, Amarasinghe V, Ranik M, Naithani S, Elser J, Boyd A E, Liston A, Spatafora J W, Dharmwardhana P, Raja R, Sullivan C, Romanel E, Alves-Ferreira M, Külheim C, Foley W, Carocha V, Paiva J, Kudrna D, Brommonschenkel S H, Pasquali G, Byrne M, Rigault P, Tibbits J, Spokevicius A, Jones R C, Steane D A, Vaillancourt R E, Potts B M, Joubert F, Barry K, Pappas G J, Strauss S H, Jaiswal P, Grima-Pettenati J, Salse J, Van de Peer Y, Rokhsar D S, Schmutz J. The genome of eucalyptus grandis[J/OL]. Nature, 2014, 510: 356-362[2014-06-25].
\n
[7] 中国互联网络信息中心. 第 29 次中国互联网络发展现状统计报告[R/OL].(2012-01-16). [2013-03-26]. http://www.cnnic.net.cn/hlwfzyj/hlwxzbg/201201/P020120709345264469680[2013-03-26].
\n
[8] Bawden D. Origins and concepts of digital literacy[EB/OL](2008-05-04)[2013-03-08].
\n
", "tags": [ diff --git a/src/advances-in-water-science/advances-in-water-science.csl b/src/advances-in-water-science/advances-in-water-science.csl index 6155b07a..0293a0c3 100644 --- a/src/advances-in-water-science/advances-in-water-science.csl +++ b/src/advances-in-water-science/advances-in-water-science.csl @@ -13,10 +13,10 @@ liuxiaolong125@126.com - + l001-6791 1. 按照语言显示“等”或“et al.”;2. 仅纯电子资源显示引用日期和 URL;3. 无 DOI;4. 中文文献的英译(中文文献需要将作者姓名、标题、期刊、出版地、出版社的英文翻译分别填写在 `extra` 中的 `original-author`, `original-title`, `original-container-title`, `original-publisher-place`, `original-publisher` 字段。)。 - 2024-06-06T22:19:17+08:00 + 2024-07-16T16:10:04+08:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License @@ -488,7 +488,8 @@ - + + diff --git a/src/advances-in-water-science/metadata.json b/src/advances-in-water-science/metadata.json index 5f0ac04c..31b1c85b 100644 --- a/src/advances-in-water-science/metadata.json +++ b/src/advances-in-water-science/metadata.json @@ -14,9 +14,9 @@ ], "contributor": [], "citation_format": "numeric", - "field": "generic-base", + "field": "science", "summary": "1. 按照语言显示“等”或“et al.”;2. 仅纯电子资源显示引用日期和 URL;3. 无 DOI;4. 中文文献的英译(中文文献需要将作者姓名、标题、期刊、出版地、出版社的英文翻译分别填写在 `extra` 中的 `original-author`, `original-title`, `original-container-title`, `original-publisher-place`, `original-publisher` 字段。)。", - "updated": "2024-06-06T22:19:17+08:00", + "updated": "2024-07-16T16:10:04+08:00", "citations": "[1–8]", "bibliography": "
\n
\n
[1]
库恩. 科学革命的结构: 第 4 版[M]. 金吾伦, 胡新和, 译. 2 版. 北京: 北京大学出版社, 2012.
\n
\n
\n
[2]
FAN X, SOMMERS C H. Food irradiation research and technology[M]. 2nd ed. Ames, Iowa: Blackwell Publishing, 2013: 25-26.
\n
\n
\n
[3]
贾东琴, 柯平. 面向数字素养的高校图书馆数字服务体系研究[C]//中国图书馆学会. 中国图书馆学会年会论文集: 2011 年卷. 北京: 国家图书馆出版社, 2011: 45-52.
\n
\n
\n
[4]
FOURNEY M E. Advances in holographic photoelasticity[C]//Symposium on Applications of Holography in Mechanics, August 23–[25, ]1971, University of Southern California, Los Angeles, California. New York: ASME, c1971: 17-38.
\n
\n
\n
[5]
武丽丽, 华一新, 张亚军, 等. “北斗一号”监控管理网设计与实现[J]. 测绘科学, 2008, 33(5): 8-9.
\n
\n
\n
[6]
MYBURG A A, GRATTAPAGLIA D, TUSKAN G A, et al. The genome of eucalyptus grandis[J]. Nature, 2014, 510: 356-362.
\n
\n
\n
[7]
中国互联网络信息中心. 第 29 次中国互联网络发展现状统计报告[R]. 2012.
\n
\n
\n
[8]
BAWDEN D. Origins and concepts of digital literacy[EB/OL]. (2008-05-04)[2013-03-08]. http://www.soi.city.ac.uk/~dbawden/digital%20literacy%20chapter.pdf.
\n
\n
", "tags": [ diff --git a/src/beijing-normal-university/beijing-normal-university.csl b/src/beijing-normal-university/beijing-normal-university.csl index 58df89ca..815f8989 100644 --- a/src/beijing-normal-university/beijing-normal-university.csl +++ b/src/beijing-normal-university/beijing-normal-university.csl @@ -12,8 +12,9 @@ redleafnew@163.com + 北京师范大学硕士论文样式 - 2024-06-06T22:19:17+08:00 + 2024-07-16T16:42:42+08:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License @@ -448,7 +449,8 @@ - + + diff --git a/src/beijing-normal-university/metadata.json b/src/beijing-normal-university/metadata.json index 76c623b7..c0fcd084 100644 --- a/src/beijing-normal-university/metadata.json +++ b/src/beijing-normal-university/metadata.json @@ -14,8 +14,9 @@ ], "contributor": [], "citation_format": "author-date", + "field": "generic-base", "summary": "北京师范大学硕士论文样式", - "updated": "2024-06-06T22:19:17+08:00", + "updated": "2024-07-16T16:42:42+08:00", "citations": "(库恩, 2012)
\n(Fourney, c1971)
\n(贾东琴和柯平, 2011)
\n(Fan & Sommers, 2013)
\n(武丽丽 等, 2008)
\n(Myburg et al., 2014)
\n(中国互联网络信息中心, 2012; Bawden, 2008)
\n", "bibliography": "
\n
贾东琴, 柯平, 2011. 面向数字素养的高校图书馆数字服务体系研究[C]//中国图书馆学会. 中国图书馆学会年会论文集: 2011 年卷. 北京: 国家图书馆出版社: 45-52.
\n
库恩, 2012. 科学革命的结构: 第 4 版[M]. 金吾伦, 胡新和, 译. 2 版. 北京: 北京大学出版社.
\n
武丽丽, 华一新, 张亚军, 等, 2008. “北斗一号”监控管理网设计与实现[J]. 测绘科学, 33(5): 8-9.
\n
中国互联网络信息中心, 2012. 第 29 次中国互联网络发展现状统计报告[R].
\n
Bawden D, 2008. Origins and concepts of digital literacy[EB/OL]. (2008-05-04)[2013-03-08]. http://www.soi.city.ac.uk/~dbawden/digital%20literacy%20chapter.pdf.
\n
Fan X, Sommers C H, 2013. Food irradiation research and technology[M]. 2nd ed. Ames, Iowa: Blackwell Publishing: 25-26.
\n
Fourney M E, c1971. Advances in holographic photoelasticity[C]//Symposium on Applications of Holography in Mechanics, August 23–25, 1971, University of Southern California, Los Angeles, California. New York: ASME: 17-38.
\n
Myburg A A, Grattapaglia D, Tuskan G A, et al., 2014. The genome of eucalyptus grandis[J]. Nature, 510: 356-362.
\n
", "tags": [ diff --git a/src/business-management-journal/business-management-journal.csl b/src/business-management-journal/business-management-journal.csl index 266a5f3e..ade72e18 100644 --- a/src/business-management-journal/business-management-journal.csl +++ b/src/business-management-journal/business-management-journal.csl @@ -11,9 +11,9 @@ redleafnew@163.com - + 1002-5766 - 2024-06-21T16:00:23+08:00 + 2024-07-16T16:10:20+08:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License diff --git a/src/business-management-journal/metadata.json b/src/business-management-journal/metadata.json index 5944b13d..87133946 100644 --- a/src/business-management-journal/metadata.json +++ b/src/business-management-journal/metadata.json @@ -13,8 +13,8 @@ ], "contributor": [], "citation_format": "author-date", - "field": "generic-base", - "updated": "2024-06-21T16:00:23+08:00", + "field": "social_science", + "updated": "2024-07-16T16:10:20+08:00", "citations": "(库恩, 2012)[1]
\n(Fourney, c1971)[2]
\n(贾东琴和柯平, 2011)[3]
\n(Fan & Sommers, 2013)[4]
\n(武丽丽等, 2008)[5]
\n(Myburg等, 2014)[6]
\n(中国互联网络信息中心, 2012)[7](Bawden, 2008)[8]
\n", "bibliography": "
\n
[1] 库恩. 科学革命的结构: 第 4 版[M]. 金吾伦, 胡新和, 译. 2 版. 北京: 北京大学出版社, 2012.
\n
[2] Fourney M. E. Advances in Holographic Photoelasticity[C]//Symposium on Applications of Holography in Mechanics. c1971: 17–38New York: ASME, c1971: 17–38.
\n
[3] 贾东琴, 柯平. 面向数字素养的高校图书馆数字服务体系研究[C]. 中国图书馆学会, 编//中国图书馆学会年会论文集. 2011, 2011 年卷: 45–52北京: 国家图书馆出版社, 2011: 45–52.
\n
[4] Fan X. and C. H. Sommers. Food Irradiation Research and Technology[M]. 2 edition. Ames, Iowa: Blackwell Publishing, 2013: 25–26[2014-06-26].
\n
[5] 武丽丽, 华一新, 张亚军, 等. “北斗一号”监控管理网设计与实现[J]. 测绘科学, 2008, 33(5): 8–9[2009-10-25].
\n
[6] Myburg A. A., D. Grattapaglia, G. A. Tuskan, et al. The Genome of Eucalyptus Grandis[J]. Nature, 2014, 510: 356–362[2014-06-25].
\n
[7] 中国互联网络信息中心. 第 29 次中国互联网络发展现状统计报告[R]. [2013-03-26].
\n
[8] Bawden D. Origins and Concepts of Digital Literacy[EB](2008-05-04)[2013-03-08].
\n
", "tags": [ diff --git a/src/chinas-industrial-economics/chinas-industrial-economics.csl b/src/chinas-industrial-economics/chinas-industrial-economics.csl index 88ed3cbd..2c73ae33 100644 --- a/src/chinas-industrial-economics/chinas-industrial-economics.csl +++ b/src/chinas-industrial-economics/chinas-industrial-economics.csl @@ -11,8 +11,8 @@ zepinglee@gmail.com - - 2024-06-06T13:18:48+08:00 + + 2024-07-16T16:18:45+08:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License diff --git a/src/chinas-industrial-economics/metadata.json b/src/chinas-industrial-economics/metadata.json index 906dc730..a516a0f5 100644 --- a/src/chinas-industrial-economics/metadata.json +++ b/src/chinas-industrial-economics/metadata.json @@ -14,8 +14,8 @@ ], "contributor": [], "citation_format": "author-date", - "field": "generic-base", - "updated": "2024-06-06T13:18:48+08:00", + "field": "social_science", + "updated": "2024-07-16T16:18:45+08:00", "citations": "(陈佳贵,1995)
\n(Engers and Gans,1998)
\n(蒋一苇,1998)
\n([英]瑟尔沃,2001)
\n(Fukuyama,1999)
\n(Caselli,2005)
\n(Broda et al.,2006)
\n", "bibliography": "
\n
\n
[1]
陈佳贵. 关于企业生命周期与企业蜕变的探讨[J]. 中国工业经济, 1995(11):5-13.
\n
\n
\n
[2]
蒋一苇. 论社会主义的企业模式[M]. 广州: 广东经济出版社, 1998.
\n
\n
\n
[3]
[英]瑟尔沃. 增长与发展[M]. 郭熙保译. 北京: 中国财政经济出版社, 2001.
\n
\n
\n
[4]
Broda, C., G. Joshua, and W. David. From Groundnuts to Globalization: A Structural Estimate of Trade and Growth[R]. NBER Working Paper, 2006.
\n
\n
\n
[5]
Caselli, F. Accounting for Cross-Country Income Differences[A]. Aghion, P., and S. N. Durlauf. Handbook of Economic Growth[C]. Amsterdam: Elsevier, 2005: 679-741.
\n
\n
\n
[6]
Engers, M., and J. S. Gans. Why Referees Are Not Paid (Enough)[J]. American Economic Review, 1998, 88(5):1341-1349.
\n
\n
\n
[7]
Fukuyama, F. Trust: The Social Virtues and the Creation of Prosperity[M]. New York: Free Press, 1999.
\n
\n
", "tags": [ diff --git a/src/chinese-academy-of-agricultural-sciences/chinese-academy-of-agricultural-sciences.csl b/src/chinese-academy-of-agricultural-sciences/chinese-academy-of-agricultural-sciences.csl index 29f08862..d5f24675 100644 --- a/src/chinese-academy-of-agricultural-sciences/chinese-academy-of-agricultural-sciences.csl +++ b/src/chinese-academy-of-agricultural-sciences/chinese-academy-of-agricultural-sciences.csl @@ -14,8 +14,9 @@ + 中国农业科学院研究生学位论文写作规范202006.doc - 2024-06-18T18:50:55+08:00 + 2024-07-16T17:35:56+08:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License diff --git a/src/chinese-academy-of-agricultural-sciences/metadata.json b/src/chinese-academy-of-agricultural-sciences/metadata.json index 833f523d..56a43a07 100644 --- a/src/chinese-academy-of-agricultural-sciences/metadata.json +++ b/src/chinese-academy-of-agricultural-sciences/metadata.json @@ -16,7 +16,7 @@ "citation_format": "author-date", "field": "generic-base", "summary": "中国农业科学院研究生学位论文写作规范202006.doc", - "updated": "2024-06-18T18:50:55+08:00", + "updated": "2024-07-16T17:35:56+08:00", "citations": "(全国信息与文献标准化技术委员会, 2010)
\n(中国造纸学会, 2003)
\n(CHEN F F, 2016)
\n(刘彻东, 1998)
\n(余建斌, 2013)
\n(邓一刚, 2006)
\n(西安电子科技大学, 2002)
\n", "bibliography": "
\n
邓一刚, 2006. 全智能节电器: 200610171314.3.
\n
刘彻东, 1998. 中国的青年刊物:个性特色为本. 中国出版(5): 38-39.
\n
全国信息与文献标准化技术委员会, 2010. 信息与文献 都柏林核心元数 据元素集: GB/T 25100-2010. 北京: 中国标准出版社: 2-3.
\n
西安电子科技大学, 2002. 光折变自适应光外差探测方法: 01128777.2.
\n
余建斌, 2013. 我们的科技一直在追赶: 访中国工程院院长周济. 人民日报, 2013.
\n
中国造纸学会, 2003. 中国造纸年鉴. 北京: 中国轻工业出版社.
\n
CHEN F F, 2016. 等离子体物理学导论. 北京: 科学出版社: 29.
\n
", "tags": [ diff --git a/src/chinese-academy-of-forestry/chinese-academy-of-forestry.csl b/src/chinese-academy-of-forestry/chinese-academy-of-forestry.csl index c99ed479..ff497419 100644 --- a/src/chinese-academy-of-forestry/chinese-academy-of-forestry.csl +++ b/src/chinese-academy-of-forestry/chinese-academy-of-forestry.csl @@ -12,8 +12,9 @@ + 研究生论文撰写规范指南(2024年) - 2024-06-18T18:30:07+08:00 + 2024-07-16T17:36:10+08:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License diff --git a/src/chinese-academy-of-forestry/metadata.json b/src/chinese-academy-of-forestry/metadata.json index 3f75d24b..3bca0da1 100644 --- a/src/chinese-academy-of-forestry/metadata.json +++ b/src/chinese-academy-of-forestry/metadata.json @@ -16,7 +16,7 @@ "citation_format": "numeric", "field": "generic-base", "summary": "研究生论文撰写规范指南(2024年)", - "updated": "2024-06-18T18:30:07+08:00", + "updated": "2024-07-16T17:36:10+08:00", "citations": "[1–8]", "bibliography": "
\n
\n
[1]
库恩.科学革命的结构: 第 4 版[M].金吾伦,胡新和,译.2 版.北京:北京大学出版社,2012.
\n
\n
\n
[2]
Fan X, Sommers C H. Food irradiation research and technology[M]. 2nd ed. Ames, Iowa: Blackwell Publishing, 2013: 25-26.
\n
\n
\n
[3]
贾东琴,柯平.面向数字素养的高校图书馆数字服务体系研究[C]//中国图书馆学会.中国图书馆学会年会论文集:2011 年卷.北京:国家图书馆出版社,2011:45-52.
\n
\n
\n
[4]
Fourney M E. Advances in holographic photoelasticity[C]//Symposium on Applications of Holography in Mechanics, August 23–25, 1971, University of Southern California, Los Angeles, California. New York: ASME, c1971: 17-38.
\n
\n
\n
[5]
武丽丽,华一新,张亚军,等.“北斗一号”监控管理网设计与实现[J].测绘科学,2008,33(5):8-9.
\n
\n
\n
[6]
Myburg A A, Grattapaglia D, Tuskan G A, et al. The genome of eucalyptus grandis[J]. Nature, 2014, 510: 356-362.
\n
\n
\n
[7]
中国互联网络信息中心.第 29 次中国互联网络发展现状统计报告[R].2012.
\n
\n
\n
[8]
Bawden D. Origins and concepts of digital literacy[EB/OL]. (2008-05-04)[2013-03-08]. http://www.soi.city.ac.uk/~dbawden/digital%20literacy%20chapter.pdf.
\n
\n
", "tags": [ diff --git a/src/chinese-journal-of-cardiology/chinese-journal-of-cardiology.csl b/src/chinese-journal-of-cardiology/chinese-journal-of-cardiology.csl index 66d96edd..aa22b319 100644 --- a/src/chinese-journal-of-cardiology/chinese-journal-of-cardiology.csl +++ b/src/chinese-journal-of-cardiology/chinese-journal-of-cardiology.csl @@ -11,9 +11,9 @@ zepinglee@gmail.com - + 1. 默认语言为英文;2. 按照语言显示“等”或“et al.”;3. 姓名取消全大写;4. 西文的名无空格;5. 仅纯电子资源显示载体类型标识“OL”、“引用日期”和 URL;6. 页码的冒号前无空格;7. 优先显示 DOI。 - 2024-06-06T22:19:17+08:00 + 2024-07-16T16:19:11+08:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License @@ -431,7 +431,8 @@ - + + diff --git a/src/chinese-journal-of-cardiology/metadata.json b/src/chinese-journal-of-cardiology/metadata.json index 57ec36d4..52ecd609 100644 --- a/src/chinese-journal-of-cardiology/metadata.json +++ b/src/chinese-journal-of-cardiology/metadata.json @@ -14,9 +14,9 @@ ], "contributor": [], "citation_format": "numeric", - "field": "generic-base", + "field": "medicine", "summary": "1. 默认语言为英文;2. 按照语言显示“等”或“et al.”;3. 姓名取消全大写;4. 西文的名无空格;5. 仅纯电子资源显示载体类型标识“OL”、“引用日期”和 URL;6. 页码的冒号前无空格;7. 优先显示 DOI。", - "updated": "2024-06-06T22:19:17+08:00", + "updated": "2024-07-16T16:19:11+08:00", "citations": "[1–4]", "bibliography": "
\n
\n
[1]
Wilde AAM, Ackerman MJ. Beta-blockers in the treatment of congenital long QT syndrome: is one beta-blocker superior to another?[J]. J Am Coll Cardiol, 2014, 64(13):1359-1361. DOI: 10/f2vbrs.
\n
\n
\n
[2]
Jablonski S. Online multiple congenital anomaly/mental retardation (MCA/MR) syndromes[DB/OL]. Bethesda (MD): National Library of Medicine (US), 1999[2002-12-12]. http://www.nlm.nih.gov/mesh/jablonski/syndrome_title.html.
\n
\n
\n
[3]
卫生部心血管病防治中心. 中国心血管病报告 2011[M]. 北京: 中国大百科全书出版社, 2012.
\n
\n
\n
[4]
伊宪华, 韩雅玲, 李毅, 等. 介入治疗开通慢性完全闭塞病变的长期临床疗效[J]. 中华心血管病杂志, 2009, 37(9):773-776. DOI: 10/gqs68c.
\n
\n
", "tags": [ diff --git a/src/chinese-journal-of-eco-agriculture/chinese-journal-of-eco-agriculture.csl b/src/chinese-journal-of-eco-agriculture/chinese-journal-of-eco-agriculture.csl index f924249b..c73870e7 100644 --- a/src/chinese-journal-of-eco-agriculture/chinese-journal-of-eco-agriculture.csl +++ b/src/chinese-journal-of-eco-agriculture/chinese-journal-of-eco-agriculture.csl @@ -11,9 +11,9 @@ zepinglee@gmail.com - + 2096-6237 - 2024-06-06T22:19:17+08:00 + 2024-07-16T17:35:14+08:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License @@ -554,7 +554,8 @@ - + + diff --git a/src/chinese-journal-of-eco-agriculture/metadata.json b/src/chinese-journal-of-eco-agriculture/metadata.json index 14255c90..efe861a5 100644 --- a/src/chinese-journal-of-eco-agriculture/metadata.json +++ b/src/chinese-journal-of-eco-agriculture/metadata.json @@ -14,8 +14,8 @@ ], "contributor": [], "citation_format": "numeric", - "field": "biology", - "updated": "2024-06-06T22:19:17+08:00", + "field": "science", + "updated": "2024-07-16T17:35:14+08:00", "citations": "[1–11]", "bibliography": "
\n
\n
[1]
ALTIERI M A, NICHOLLS C I. Biodiversity and pest management in agroecosystems[M]. 2nd ed. New York: Food Products Press, 2004
\n
\n
\n
[2]
BIESMEIJER J C, ROBERTS S P M, REEMER M, et al. Parallel declines in pollinators and insect-pollinated plants in Britain and the Netherlands[J]. Science, 2006, 313(5785): 351-354
\n
\n
\n
[3]
GARNSEY S M, PERMAR T A, CAMBRA M, et al. Direct tissue blot immunoassay (DTBIA) for detection of citrus tristeza virus (CTV)[C]//MORENO P, DE GRACA J V, YOKOMI R K. Proceedings of the 12th Conference on International Organization of Citrus Virologist. Riverside: Vol. 12. Riverside, USA, 1993: 39-50
\n
\n
\n
[4]
MCDONALD A H, NICOL J M. Nematode parasites of cereals[M]//LUC M, SIKORA R A, BRIDGE J. Plant parasitic nematodes in subtropical and tropical agriculture. Wallingford, UK: CABI Publishing, 2005: 131-191
\n
\n
\n
[5]
钦俊德. 昆虫与植物的关系[M]. 北京: 科学出版社, 1987: 52-78; QIN J D. The relationships between insects and plants[M]. Beijing: Science Press, 1987: 52-78
\n
\n
\n
[6]
孙玉凤, 张永军, 陆宴辉, 等. 基于棉花挥发性物质的盲椿象可持续性防治[C]//吴孔明, 郭予元. 植保科技创新与病虫防控专业化——中国植物保护学会2011年学术年会论文集. 北京: 中国农业科学技术出版社, 2011: 823; SUN Y F, ZHANG Y J, LU Y H, et al. The sustainability control of blind stink bug based on the cotton volatile substances[C]//Plant protection science and technology innovation and specialization of the prevention and control of diseases and pests—Academic annual Conference of Botanical China Society of Plant Protection in 2011. Beijing: China Agricultural Science and Technology Press, 2011: 823
\n
\n
\n
[7]
TAUTZ D, ARCTANDER P, MINELLI A, et al. DNA points the way ahead in taxonomy[J]. Nature, 2002, 418(6897): 479
\n
\n
\n
[8]
吴孔明, 郭予元. 部分GK系列Bt棉对棉铃虫抗性的田间评价[J]. 植物保护学报, 2000, 27(4): 317-321; WU K M, GUO Y Y. Field resistance evaluations of BT transgenic cotton GK series to cotton bollwoam[J]. Journal of Plant Protection, 2000, 27(4): 317-321
\n
\n
\n
[9]
叶恭银, 胡萃, 舒庆尧. 转基因抗虫水稻的转育及其合理持续利用[M]//世界农业发展与研究. 北京: 中国环境科学出版社, 1998: 406-414; YE G Y, HU C, SHU Q Y. The development of transgenic rice resistant to insect pests and its wise and sustainable use[M]//Agricultural Development and Research in the 21st Century. Beijing: China Environmental Science Press, 1998: 406-414
\n
\n
\n
[10]
曾士迈, 王沛有, 武修英, 等. 小麦对条锈病的水平抗病性研究初报[J]. 植物保护学报, 1979, 6(1): 1-10; ZENG S M, WANG P Y, WU X Y, et al. Preliminary study on the method of evaluation of horizontal resistance of wheat cultivars to stripe rust[J]. Journal of Plant Protection, 1979, 6(1): 1-10
\n
\n
\n
[11]
张徐波. Dpp-Omb信号以区域化的方式调控果蝇翅的生长[D]. 北京: 中国农业大学, 2013; ZHANG X B. Dpp-Omb signaling regulates growth in a region specific manner during Drosophila wing development[D]. Beijing: China Agricultural University, 2013
\n
\n
", "tags": [ diff --git a/src/chinese-medical-association/chinese-medical-association.csl b/src/chinese-medical-association/chinese-medical-association.csl index 5c57d5a5..7d57d628 100644 --- a/src/chinese-medical-association/chinese-medical-association.csl +++ b/src/chinese-medical-association/chinese-medical-association.csl @@ -10,9 +10,9 @@ redleafnew@163.com - + CMAES style - 2024-04-26T10:30:23+08:00 + 2024-07-16T16:23:30+08:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License diff --git a/src/chinese-medical-association/metadata.json b/src/chinese-medical-association/metadata.json index cac19f09..c823f8f3 100644 --- a/src/chinese-medical-association/metadata.json +++ b/src/chinese-medical-association/metadata.json @@ -13,9 +13,9 @@ ], "contributor": [], "citation_format": "numeric", - "field": "generic-base", + "field": "medicine", "summary": "CMAES style", - "updated": "2024-04-26T10:30:23+08:00", + "updated": "2024-07-16T16:23:30+08:00", "citations": "[1–8]", "bibliography": "
\n
\n
[1]
库恩. 科学革命的结构: 第 4 版[M]. 金吾伦, 胡新和, 译. 2 版. 北京: 北京大学出版社, 2012.
\n
\n
\n
[2]
FAN X, SOMMERS C H. Food irradiation research and technology[M/OL]. 2 edition. Ames, Iowa: Blackwell Publishing, 2013: 25–26[2014-06-26]. http://onlinelibrary.wiley.com/doi/10.1002/9781118422557.ch2/summary.
\n
\n
\n
[3]
贾东琴, 柯平. 面向数字素养的高校图书馆数字服务体系研究[C]. 中国图书馆学会, 编//中国图书馆学会年会论文集. 北京: 国家图书馆出版社, 2011: 45–52.
\n
\n
\n
[4]
FOURNEY M E. Advances in holographic photoelasticity[C]//Symposium on Applications of Holography in Mechanics. New York: ASME, c1971: 17–38.
\n
\n
\n
[5]
武丽丽, 华一新, 张亚军, 等. “北斗一号”监控管理网设计与实现[J/OL]. 测绘科学, 2008, 33(5): 8–9[2009-10-25]. http://vip.calis.edu.cn/CSTJ/Sear.dll?OPAC_CreateDetail. DOI:10.3771/j.issn.1009-2307.2008.05.002.
\n
\n
\n
[6]
MYBURG A A, GRATTAPAGLIA D, TUSKAN G A, et al. The genome of eucalyptus grandis[J/OL]. Nature, 2014, 510: 356–362[2014-06-25]. http://www.nature.com/nature/journal/v510/n7505/pdf/nature13308.pdf. DOI:10.1038/nature13308.
\n
\n
\n
[7]
中国互联网络信息中心. 第 29 次中国互联网络发展现状统计报告[R/OL]. (2012-01-16)[2013-03-26]. http://www.cnnic.net.cn/hlwfzyj/hlwxzbg/201201/P020120709345264469680.
\n
\n
\n
[8]
BAWDEN D. Origins and concepts of digital literacy[EB/OL]. (2008-05-04)[2013-03-08]. http://www.soi.city.ac.uk/~dbawden/digital%20literacy%20chapter.pdf.
\n
\n
", "tags": [ diff --git a/src/chinese-science-bulletin/chinese-science-bulletin.csl b/src/chinese-science-bulletin/chinese-science-bulletin.csl index 7e12b543..fcaa2028 100644 --- a/src/chinese-science-bulletin/chinese-science-bulletin.csl +++ b/src/chinese-science-bulletin/chinese-science-bulletin.csl @@ -11,10 +11,10 @@ zepinglee@gmail.com - + 0023-074X 《科学通报》投稿指南.pdf - 2024-07-16T15:41:23+08:00 + 2024-07-16T16:10:30+08:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License diff --git a/src/chinese-science-bulletin/metadata.json b/src/chinese-science-bulletin/metadata.json index 14290d10..cbb8feff 100644 --- a/src/chinese-science-bulletin/metadata.json +++ b/src/chinese-science-bulletin/metadata.json @@ -14,9 +14,9 @@ ], "contributor": [], "citation_format": "numeric", - "field": "generic-base", + "field": "science", "summary": "《科学通报》投稿指南.pdf", - "updated": "2024-07-16T15:41:23+08:00", + "updated": "2024-07-16T16:10:30+08:00", "citations": "[1–8]", "bibliography": "
\n
\n
1
2012. [库恩. 科学革命的结构: 第 4 版. 金吾伦, 胡新和, 译. 2 版. 北京: 北京大学出版社, 2012].
\n
\n
\n
2
Fan X, Sommers C H. Food Irradiation Research and Technology. 2nd ed. Ames, Iowa: Blackwell Publishing, 2013: 25–26.
\n
\n
\n
3
2011: 45–52. [贾东琴, 柯平. 面向数字素养的高校图书馆数字服务体系研究. 见: 中国图书馆学会, 编. 中国图书馆学会年会论文集: 2011 年卷. 北京: 国家图书馆出版社, 2011: 45–52].
\n
\n
\n
4
Fourney M E. Advances in holographic photoelasticity. In: Symposium on Applications of Holography in Mechanics, 1971年8月23—25日, University of Southern California, Los Angeles, California. New York: ASME, c1971: 17–38.
\n
\n
\n
5
(in Chinese). 2008, 33(5): 8–9. [武丽丽, 华一新, 张亚军, 等. “北斗一号”监控管理网设计与实现. 测绘科学, 2008, 33(5): 8–9].
\n
\n
\n
6
Myburg A A, Grattapaglia D, Tuskan G A, et al. The genome of eucalyptus grandis. Nature, 2014, 510: 356–362.
\n
\n
\n
7
2012. [中国互联网络信息中心. 第 29 次中国互联网络发展现状统计报告. 2012].
\n
\n
\n
8
Bawden D. Origins and Concepts of Digital Literacy. (2008-05-04)[2013-03-08]. http://www.soi.city.ac.uk/~dbawden/digital%20literacy%20chapter.pdf.
\n
\n
", "tags": [ diff --git a/src/chongqing-university-author-date/chongqing-university-author-date.csl b/src/chongqing-university-author-date/chongqing-university-author-date.csl index a102e1f6..3743615c 100644 --- a/src/chongqing-university-author-date/chongqing-university-author-date.csl +++ b/src/chongqing-university-author-date/chongqing-university-author-date.csl @@ -11,8 +11,9 @@ zepinglee@gmail.com + 重庆大学博士、硕士学位论文格式标准(2023年修订) - 2024-07-16T15:54:00+08:00 + 2024-07-16T16:42:50+08:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License diff --git a/src/chongqing-university-author-date/metadata.json b/src/chongqing-university-author-date/metadata.json index a5dfa01c..0a7cd229 100644 --- a/src/chongqing-university-author-date/metadata.json +++ b/src/chongqing-university-author-date/metadata.json @@ -14,8 +14,9 @@ ], "contributor": [], "citation_format": "author-date", + "field": "generic-base", "summary": "重庆大学博士、硕士学位论文格式标准(2023年修订)", - "updated": "2024-07-16T15:53:59+08:00", + "updated": "2024-07-16T16:42:50+08:00", "citations": "(库恩, 2012)
\n(Fourney, c1971)
\n(贾东琴 等, 2011)
\n(Fan et al., 2013)
\n(武丽丽 等, 2008)
\n(Myburg et al., 2014)
\n(中国互联网络信息中心, 2012; Bawden, 2008)
\n", "bibliography": "
\n
贾东琴等, 2011. 面向数字素养的高校图书馆数字服务体系研究[C]//中国图书馆学会. 中国图书馆学会年会论文集: 2011 年卷. 北京: 国家图书馆出版社: 45-52.
\n
库恩, 2012. 科学革命的结构: 第 4 版[M]. 金吾伦等, 译. 2 版. 北京: 北京大学出版社.
\n
武丽丽等, 2008. “北斗一号”监控管理网设计与实现[J]. 测绘科学, 33(5): 8-9.
\n
中国互联网络信息中心, 2012. 第 29 次中国互联网络发展现状统计报告[R].
\n
Bawden, D., 2008. Origins and concepts of digital literacy[EB/OL]. (2008-05-04)[2013-03-08]. http://www.soi.city.ac.uk/~dbawden/digital%20literacy%20chapter.pdf.
\n
Fan, X. et al., 2013. Food irradiation research and technology[M]. 2nd ed. Ames, Iowa: Blackwell Publishing: 25-26.
\n
Fourney, M. E., c1971. Advances in holographic photoelasticity[C]//Symposium on Applications of Holography in Mechanics, August 23–25, 1971, University of Southern California, Los Angeles, California. New York: ASME: 17-38.
\n
Myburg, A. A. et al., 2014. The genome of eucalyptus grandis[J]. Nature, 510: 356-362.
\n
", "tags": [ diff --git a/src/comparative-economic-and-social-systems/comparative-economic-and-social-systems.csl b/src/comparative-economic-and-social-systems/comparative-economic-and-social-systems.csl index 0c4d657f..974347fc 100644 --- a/src/comparative-economic-and-social-systems/comparative-economic-and-social-systems.csl +++ b/src/comparative-economic-and-social-systems/comparative-economic-and-social-systems.csl @@ -11,10 +11,10 @@ redleafnew@163.com - + 1003-3947 comparative economic and social systems author-date style - 2024-06-06T13:18:48+08:00 + 2024-07-16T16:11:22+08:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License diff --git a/src/comparative-economic-and-social-systems/metadata.json b/src/comparative-economic-and-social-systems/metadata.json index 52bb6e54..c67a8c29 100644 --- a/src/comparative-economic-and-social-systems/metadata.json +++ b/src/comparative-economic-and-social-systems/metadata.json @@ -14,9 +14,9 @@ ], "contributor": [], "citation_format": "author-date", - "field": "generic-base", + "field": "social_science", "summary": "comparative economic and social systems author-date style", - "updated": "2024-06-06T13:18:48+08:00", + "updated": "2024-07-16T16:11:22+08:00", "citations": "(库恩, 2012)
\n(Fourney, c1971)
\n(贾东琴和柯平, 2011)
\n(Fan & Sommers, 2013)
\n(武丽丽等, 2008)
\n(Myburg et al., 2014)
\n(中国互联网络信息中心, 2012; Bawden, 2008)
\n", "bibliography": "
\n
Bawden D., 2008. “Origins and concepts of digital literacy.”(2008-05-04)[2013-03-08].
\n
Fan X. & Sommers C.H., 2013. “Food irradiation research and technology.”. 2 edition. Ames, Iowa: Blackwell Publishing: 25–26[2014-06-26].
\n
Fourney M.E., c1971. “Advances in holographic photoelasticity.”//Symposium on Applications of Holography in Mechanics  New York: ASME: 17–38.
\n
Myburg A.A., Grattapaglia D., Tuskan G.A., et al., 2014. “The genome of eucalyptus grandis.” Nature. 510: 356–362[2014-06-25].
\n
贾东琴、柯平, 2011:“面向数字素养的高校图书馆数字服务体系研究”. 中国图书馆学会, 编//《中国图书馆学会年会论文集》北京: 国家图书馆出版社: 45–52。
\n
库恩, 2012:“科学革命的结构: 第 4 版”. 金吾伦, 胡新和, 译. 2 版. 北京: 北京大学出版社。
\n
武丽丽、华一新、张亚军等, 2008:“‘北斗一号’监控管理网设计与实现”,《测绘科学》,2008, 5: 8–9[2009-10-25]。
\n
中国互联网络信息中心, 2012:“第 29 次中国互联网络发展现状统计报告”. [2013-03-26]。
\n
", "tags": [ diff --git a/src/finance-and-trade-economics/finance-and-trade-economics.csl b/src/finance-and-trade-economics/finance-and-trade-economics.csl index 702267cd..be3b5457 100644 --- a/src/finance-and-trade-economics/finance-and-trade-economics.csl +++ b/src/finance-and-trade-economics/finance-and-trade-economics.csl @@ -12,7 +12,8 @@ - 2024-07-14T17:17:30+08:00 + 1002-8102 + 2024-07-16T16:50:51+08:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License diff --git a/src/finance-and-trade-economics/metadata.json b/src/finance-and-trade-economics/metadata.json index 2fc3467d..4b4693f1 100644 --- a/src/finance-and-trade-economics/metadata.json +++ b/src/finance-and-trade-economics/metadata.json @@ -15,7 +15,7 @@ "contributor": [], "citation_format": "author-date", "field": "social_science", - "updated": "2024-07-14T17:17:30+08:00", + "updated": "2024-07-16T16:50:51+08:00", "citations": "(库恩,2012)
\n(Fourney,c1971)
\n(贾东琴、柯平,2011)
\n(Fan和Sommers,2013)
\n(武丽丽等,2008)
\n(Myburg等,2014)
\n(中国互联网络信息中心,2012;Bawden,2008)
\n", "bibliography": "
\n
1. 贾东琴、柯平:《面向数字素养的高校图书馆数字服务体系研究》,载中国图书馆学会主编《中国图书馆学会年会论文集》,国家图书馆出版社2011年版。
\n
2. 库恩:《科学革命的结构: 第 4 版》,金吾伦、胡新和译,北京大学出版社2012年版。
\n
3. 武丽丽、华一新、张亚军、刘英敏:《“北斗一号”监控管理网设计与实现》,《测绘科学》2008年第5期。
\n
4. 中国互联网络信息中心:《第 29 次中国互联网络发展现状统计报告》,2012年。
\n
5. Bawden, D., Origins and Concepts of Digital Literacy. http://www.soi.city.ac.uk/~dbawden/digital%20literacy%20chapter.pdf, 2008.
\n
6. Fan, X., & Sommers, C. H., Food Irradiation Research and Technology. Ames, Iowa: Blackwell Publishing, 2013.
\n
7. Fourney, M. E., Advances in Holographic Photoelasticity. In Symposium on Applications of Holography in Mechanics, New York: ASME, c1971, pp.17-38.
\n
8. Myburg, A. A., Grattapaglia, D., Tuskan, G. A., Hellsten, U., Hayes, R. D., Grimwood, J., Jenkins, J., Lindquist, E., Tice, H., Bauer, D., Goodstein, D. M., Dubchak, I., Poliakov, A., Mizrachi, E., Kullan, A. R. K., Hussey, S. G., Pinard, D., Merwe, K. van der, Singh, P., Jaarsveld, I. van, Silva-Junior, O. B., Togawa, R. C., Pappas, M. R., Faria, D. A., Sansaloni, C. P., Petroli, C. D., Yang, X., Ranjan, P., Tschaplinski, T. J., Ye, C. Y., Li, T., Sterck, L., Vanneste, K., Murat, F., Soler, M., Clemente, H. S., Saidi, N., Cassan-Wang, H., Dunand, C., Hefer, C. A., Bornberg-Bauer, E., Kersting, A. R., Vining, K., Amarasinghe, V., Ranik, M., Naithani, S., Elser, J., Boyd, A. E., Liston, A., Spatafora, J. W., Dharmwardhana, P., Raja, R., Sullivan, C., Romanel, E., Alves-Ferreira, M., Külheim, C., Foley, W., Carocha, V., Paiva, J., Kudrna, D., Brommonschenkel, S. H., Pasquali, G., Byrne, M., Rigault, P., Tibbits, J., Spokevicius, A., Jones, R. C., Steane, D. A., Vaillancourt, R. E., Potts, B. M., Joubert, F., Barry, K., Pappas, G. J., Strauss, S. H., Jaiswal, P., Grima-Pettenati, J., Salse, J., Van de Peer, Y., Rokhsar, D. S., & Schmutz, J., The Genome of Eucalyptus Grandis. Nature, Vol.510, June 2014, pp.356-362.
\n
", "tags": [ diff --git a/src/financial-research-journal/financial-research-journal.csl b/src/financial-research-journal/financial-research-journal.csl index cf147890..8176a7c8 100644 --- a/src/financial-research-journal/financial-research-journal.csl +++ b/src/financial-research-journal/financial-research-journal.csl @@ -11,9 +11,9 @@ redleafnew@163.com - + 1002-7264 - 2024-06-06T13:18:48+08:00 + 2024-07-16T16:11:34+08:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License diff --git a/src/financial-research-journal/metadata.json b/src/financial-research-journal/metadata.json index a4c50c64..85f4ad33 100644 --- a/src/financial-research-journal/metadata.json +++ b/src/financial-research-journal/metadata.json @@ -14,8 +14,8 @@ ], "contributor": [], "citation_format": "author-date", - "field": "generic-base", - "updated": "2024-06-06T13:18:48+08:00", + "field": "social_science", + "updated": "2024-07-16T16:11:34+08:00", "citations": "(库恩,2012)
\n(Fourney,c1971)
\n(贾东琴和柯平,2011)
\n(Fan and Sommers,2013)
\n(武丽丽等,2008)
\n(Myburg et al.,2014)
\n(中国互联网络信息中心,2012;Bawden,2008)
\n", "bibliography": "
\n
\n
[1]
贾东琴和柯平,2011,《面向数字素养的高校图书馆数字服务体系研究》. 中国图书馆学会, 编//《中国图书馆学会年会论文集》北京: 国家图书馆出版社,2011年。
\n
\n
\n
[2]
库恩,2012,《科学革命的结构: 第 4 版》. 金吾伦, 胡新和, 译. 2 版. 北京: 北京大学出版社,2012年。
\n
\n
\n
[3]
武丽丽、华一新、张亚军和刘英敏,2008,《“北斗一号”监控管理网设计与实现》,《测绘科学》第5期,第8~9页。
\n
\n
\n
[4]
中国互联网络信息中心,2012,《第 29 次中国互联网络发展现状统计报告》. 。
\n
\n
\n
[5]
Bawden, D. 2008. “Origins and Concepts of Digital Literacy”(2008-05-04).
\n
\n
\n
[6]
Fan, X. and C.H. Sommers. 2013. “Food Irradiation Research and Technology”. 2 edition. Ames, Iowa: Blackwell Publishing: 25~26.
\n
\n
\n
[7]
Fourney, M.E. c1971. “Advances in Holographic Photoelasticity”//, Symposium on Applications of Holography in MechanicsNew York: ASME: 17~38.
\n
\n
\n
[8]
Myburg, A.A., D. Grattapaglia, G.A. Tuskan, U. Hellsten, R.D. Hayes, J. Grimwood, J. Jenkins, E. Lindquist, H. Tice, D. Bauer, D.M. Goodstein, I. Dubchak, A. Poliakov, E. Mizrachi, A.R.K. Kullan, S.G. Hussey, D. Pinard, K. van der Merwe, P. Singh, I. van Jaarsveld, O.B. Silva-Junior, R.C. Togawa, M.R. Pappas, D.A. Faria, C.P. Sansaloni, C.D. Petroli, X. Yang, P. Ranjan, T.J. Tschaplinski, C.-Y. Ye, T. Li, L. Sterck, K. Vanneste, F. Murat, M. Soler, H.S. Clemente, N. Saidi, H. Cassan-Wang, C. Dunand, C.A. Hefer, E. Bornberg-Bauer, A.R. Kersting, K. Vining, V. Amarasinghe, M. Ranik, S. Naithani, J. Elser, A.E. Boyd, A. Liston, J.W. Spatafora, P. Dharmwardhana, R. Raja, C. Sullivan, E. Romanel, M. Alves-Ferreira, C. Külheim, W. Foley, V. Carocha, J. Paiva, D. Kudrna, S.H. Brommonschenkel, G. Pasquali, M. Byrne, P. Rigault, J. Tibbits, A. Spokevicius, R.C. Jones, D.A. Steane, R.E. Vaillancourt, B.M. Potts, F. Joubert, K. Barry, G.J. Pappas, S.H. Strauss, P. Jaiswal, J. Grima-Pettenati, J. Salse, Y. Van de Peer, D.S. Rokhsar, and J. Schmutz. 2014. “The Genome of Eucalyptus Grandis,” Nature, 510: pp.356~362.
\n
\n
", "tags": [ diff --git a/src/food-materials-research/food-materials-research.csl b/src/food-materials-research/food-materials-research.csl index 6d74c521..317629a6 100644 --- a/src/food-materials-research/food-materials-research.csl +++ b/src/food-materials-research/food-materials-research.csl @@ -11,8 +11,8 @@ redleafnew@163.com - - 2024-06-18T20:42:23+08:00 + + 2024-07-16T16:27:00+08:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License diff --git a/src/food-materials-research/metadata.json b/src/food-materials-research/metadata.json index e4dc3eca..9e5f244c 100644 --- a/src/food-materials-research/metadata.json +++ b/src/food-materials-research/metadata.json @@ -14,8 +14,8 @@ ], "contributor": [], "citation_format": "numeric", - "field": "generic-base", - "updated": "2024-06-18T20:42:23+08:00", + "field": "science", + "updated": "2024-07-16T16:27:00+08:00", "citations": "[1–8]", "bibliography": "
\n
\n
1.
库恩, 2012. 科学革命的结构: 第 4 版. 北京: 北京大学出版社. 2nd ed.
\n
\n
\n
2.
Fan X, Sommers CH, 2013. Food irradiation research and technology. Ames, Iowa: Blackwell Publishing. 2nd ed.
\n
\n
\n
3.
贾东琴, 柯平. 2011. 面向数字素养的高校图书馆数字服务体系研究
\n
\n
\n
4.
Fourney ME. c1971. Advances in holographic photoelasticity
\n
\n
\n
5.
武丽丽, 华一新, 张亚军, 刘英敏. 2008. “北斗一号”监控管理网设计与实现. 测绘科学. 33(5): 8–9
\n
\n
\n
6.
Myburg AA, Grattapaglia D, Tuskan GA, Hellsten U, Hayes RD, et al. 2014. The genome of eucalyptus grandis. Nature. 510: 356–62
\n
\n
\n
7.
中国互联网络信息中心. 2012. 第 29 次中国互联网络发展现状统计报告
\n
\n
\n
8.
Bawden D. 2008. Origins and concepts of digital literacy. www.soi.city.ac.uk
\n
\n
", "tags": [ diff --git a/src/food-science/food-science.csl b/src/food-science/food-science.csl index 78ba0c82..72ccbd0a 100644 --- a/src/food-science/food-science.csl +++ b/src/food-science/food-science.csl @@ -11,9 +11,9 @@ redleafnew@163.com - + 食品科学样式,除标准借用bill,书籍显示页码,其他与000gb-t-7714-2015-numeric-bilingual.csl相同。 - 2024-06-06T22:19:17+08:00 + 2024-07-16T16:27:15+08:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License @@ -444,7 +444,8 @@ - + + diff --git a/src/food-science/metadata.json b/src/food-science/metadata.json index ed7e16f8..e533d01d 100644 --- a/src/food-science/metadata.json +++ b/src/food-science/metadata.json @@ -14,9 +14,9 @@ ], "contributor": [], "citation_format": "numeric", - "field": "generic-base", + "field": "science", "summary": "食品科学样式,除标准借用bill,书籍显示页码,其他与000gb-t-7714-2015-numeric-bilingual.csl相同。", - "updated": "2024-06-06T22:19:17+08:00", + "updated": "2024-07-16T16:27:15+08:00", "citations": "[1–8]", "bibliography": "
\n
\n
[1]
库恩. 科学革命的结构: 第 4 版[M]. 金吾伦, 胡新和, 译. 2 版. 北京: 北京大学出版社, 2012.
\n
\n
\n
[2]
FAN X, SOMMERS C H. Food irradiation research and technology[M/OL]. 2nd ed. Ames, Iowa: Blackwell Publishing, 2013: 25-26.
\n
\n
\n
[3]
贾东琴, 柯平. 面向数字素养的高校图书馆数字服务体系研究[C]//中国图书馆学会. 中国图书馆学会年会论文集: 2011 年卷. 北京: 国家图书馆出版社, 2011: 45-52.
\n
\n
\n
[4]
FOURNEY M E. Advances in holographic photoelasticity[C]//Symposium on Applications of Holography in Mechanics, August 23–25, 1971, University of Southern California, Los Angeles, California. New York: ASME, c1971: 17-38.
\n
\n
\n
[5]
武丽丽, 华一新, 张亚军, 等. “北斗一号”监控管理网设计与实现[J/OL]. 测绘科学, 2008, 33(5): 8-9[2009-10-25]. http://vip.calis.edu.cn/CSTJ/Sear.dll?OPAC_CreateDetail. DOI:10.3771/j.issn.1009-2307.2008.05.002.
\n
\n
\n
[6]
MYBURG A A, GRATTAPAGLIA D, TUSKAN G A, et al. The genome of eucalyptus grandis[J/OL]. Nature, 2014, 510: 356-362[2014-06-25]. http://www.nature.com/nature/journal/v510/n7505/pdf/nature13308.pdf. DOI:10.1038/nature13308.
\n
\n
\n
[7]
中国互联网络信息中心. 第 29 次中国互联网络发展现状统计报告[R/OL]. (2012-01-16)[2013-03-26]. http://www.cnnic.net.cn/hlwfzyj/hlwxzbg/201201/P020120709345264469680.
\n
\n
\n
[8]
BAWDEN D. Origins and concepts of digital literacy[EB/OL]. (2008-05-04)[2013-03-08]. http://www.soi.city.ac.uk/~dbawden/digital%20literacy%20chapter.pdf.
\n
\n
", "tags": [ diff --git a/src/foreign-affairs-review/foreign-affairs-review.csl b/src/foreign-affairs-review/foreign-affairs-review.csl index fe02fb6a..3a979f12 100644 --- a/src/foreign-affairs-review/foreign-affairs-review.csl +++ b/src/foreign-affairs-review/foreign-affairs-review.csl @@ -16,9 +16,8 @@ - 1003-3386 - 2024-06-06T13:18:48+08:00 + 2024-07-16T17:07:35+08:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License diff --git a/src/foreign-affairs-review/metadata.json b/src/foreign-affairs-review/metadata.json index c2eec0a1..9725f9b3 100644 --- a/src/foreign-affairs-review/metadata.json +++ b/src/foreign-affairs-review/metadata.json @@ -19,7 +19,7 @@ ], "citation_format": "note", "field": "political_science", - "updated": "2024-06-06T13:18:48+08:00", + "updated": "2024-07-16T17:07:35+08:00", "citations": "1 库恩:《科学革命的结构: 第 4 版》(第2版),金吾伦、胡新和译,北京大学出版社,2012年。
\n2 Xuetong Fan and Christopher H. Sommers, Food Irradiation Research and Technology, Blackwell Publishing, 2013, pp.25–26.
\n3 贾东琴、柯平:《面向数字素养的高校图书馆数字服务体系研究》,载中国图书馆学会主编:《中国图书馆学会年会论文集》2011 年卷,国家图书馆出版社,2011年,第45–52页。
\n4 M. E. Fourney, “Advances in Holographic Photoelasticity,” in Symposium on Applications of Holography in Mechanics, ASME, c1971, pp.17–38.
\n5 武丽丽等:《“北斗一号”监控管理网设计与实现》,《测绘科学》,2008年第5期,第8–9页。
\n6 Alexander A. Myburg et al., “The Genome of Eucalyptus Grandis,” Nature, Vol.510, 2014, pp.356–362.
\n7 Alexander A. Myburg et al., “The Genome of Eucalyptus Grandis.”
\n8 Alexander A. Myburg et al., “The Genome of Eucalyptus Grandis,” p.357.
\n9 Xuetong Fan and Christopher H. Sommers, Food Irradiation Research and Technology, pp.326–329.
\n", "bibliography": "
\n
\n
[1]
库恩:《科学革命的结构: 第 4 版》(第2版),金吾伦、胡新和译,北京大学出版社,2012年。
\n
\n
\n
[2]
Xuetong Fan and Christopher H. Sommers, Food Irradiation Research and Technology, Blackwell Publishing, 2013, pp.25–26.
\n
\n
\n
[3]
贾东琴、柯平:《面向数字素养的高校图书馆数字服务体系研究》,载中国图书馆学会主编:《中国图书馆学会年会论文集》2011 年卷,国家图书馆出版社,2011年,第45–52页。
\n
\n
\n
[4]
M. E. Fourney, “Advances in Holographic Photoelasticity,” in Symposium on Applications of Holography in Mechanics, ASME, c1971, pp.17–38.
\n
\n
\n
[5]
武丽丽等:《“北斗一号”监控管理网设计与实现》,《测绘科学》,2008年第5期,第8–9页。
\n
\n
\n
[6]
Alexander A. Myburg et al., “The Genome of Eucalyptus Grandis,” Nature, Vol.510, 2014, pp.356–362.
\n
\n
", "tags": [ diff --git a/src/foreign-language-teaching-and-research/foreign-language-teaching-and-research.csl b/src/foreign-language-teaching-and-research/foreign-language-teaching-and-research.csl index d8980b00..abcf9026 100644 --- a/src/foreign-language-teaching-and-research/foreign-language-teaching-and-research.csl +++ b/src/foreign-language-teaching-and-research/foreign-language-teaching-and-research.csl @@ -11,8 +11,9 @@ zepinglee@gmail.com + 《外语教学与研究》参考文献格式要求 - 2024-07-16T15:41:24+08:00 + 2024-07-16T16:28:12+08:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License diff --git a/src/foreign-language-teaching-and-research/metadata.json b/src/foreign-language-teaching-and-research/metadata.json index e9617884..10bc6a19 100644 --- a/src/foreign-language-teaching-and-research/metadata.json +++ b/src/foreign-language-teaching-and-research/metadata.json @@ -14,8 +14,9 @@ ], "contributor": [], "citation_format": "author-date", + "field": "linguistics", "summary": "《外语教学与研究》参考文献格式要求", - "updated": "2024-07-16T15:41:24+08:00", + "updated": "2024-07-16T16:28:12+08:00", "citations": "(Hornby 2000)
\n(中国社会科学院语言研究所词典编辑室 2002)
\n", "bibliography": "
\n
Hornby, A. S. 2000. Oxford Advanced Learner’s Dictionary of Current English, ed. Sally Wehmeier (6th edition) [M]. Oxford: OUP.
\n
中国社会科学院语言研究所词典编辑室(编),2002,《现代汉语词典》[C],外语教学与研究出版社语言学与辞书部双语词典编辑室译。北京:外语教学与研究出版社。
\n
", "tags": [ diff --git a/src/gb-t-7714-2015-author-date-bilingual-no-uppercase-no-url-doi-full-width-parentheses/gb-t-7714-2015-author-date-bilingual-no-uppercase-no-url-doi-full-width-parentheses.csl b/src/gb-t-7714-2015-author-date-bilingual-no-uppercase-no-url-doi-full-width-parentheses/gb-t-7714-2015-author-date-bilingual-no-uppercase-no-url-doi-full-width-parentheses.csl index 66469c16..85074f78 100644 --- a/src/gb-t-7714-2015-author-date-bilingual-no-uppercase-no-url-doi-full-width-parentheses/gb-t-7714-2015-author-date-bilingual-no-uppercase-no-url-doi-full-width-parentheses.csl +++ b/src/gb-t-7714-2015-author-date-bilingual-no-uppercase-no-url-doi-full-width-parentheses/gb-t-7714-2015-author-date-bilingual-no-uppercase-no-url-doi-full-width-parentheses.csl @@ -22,8 +22,9 @@ zepinglee@gmail.com + 1. 按照语言显示“等”或“et al.”;2. 姓名取消全大写;3. 仅纯电子资源显示引用日期和 URL;4. 无 DOI;5. 正文的引用使用全角括号。 - 2024-07-16T15:29:13+08:00 + 2024-07-16T16:43:03+08:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License diff --git a/src/gb-t-7714-2015-author-date-bilingual-no-uppercase-no-url-doi-full-width-parentheses/metadata.json b/src/gb-t-7714-2015-author-date-bilingual-no-uppercase-no-url-doi-full-width-parentheses/metadata.json index 13a282ed..481d5ca5 100644 --- a/src/gb-t-7714-2015-author-date-bilingual-no-uppercase-no-url-doi-full-width-parentheses/metadata.json +++ b/src/gb-t-7714-2015-author-date-bilingual-no-uppercase-no-url-doi-full-width-parentheses/metadata.json @@ -24,8 +24,9 @@ } ], "citation_format": "author-date", + "field": "generic-base", "summary": "1. 按照语言显示“等”或“et al.”;2. 姓名取消全大写;3. 仅纯电子资源显示引用日期和 URL;4. 无 DOI;5. 正文的引用使用全角括号。", - "updated": "2024-07-16T15:29:13+08:00", + "updated": "2024-07-16T16:43:03+08:00", "citations": "(库恩,2012)
\n(Fourney,c1971)
\n(贾东琴 等,2011)
\n(Fan et al.,2013)
\n(武丽丽 等,2008)
\n(Myburg et al.,2014)
\n(中国互联网络信息中心,2012;Bawden,2008)
\n", "bibliography": "
\n
贾东琴, 柯平, 2011. 面向数字素养的高校图书馆数字服务体系研究[C]//中国图书馆学会. 中国图书馆学会年会论文集: 2011 年卷. 北京: 国家图书馆出版社: 45-52.
\n
库恩, 2012. 科学革命的结构: 第 4 版[M]. 金吾伦, 胡新和, 译. 2 版. 北京: 北京大学出版社.
\n
武丽丽, 华一新, 张亚军, 等, 2008. “北斗一号”监控管理网设计与实现[J]. 测绘科学, 33(5): 8-9.
\n
中国互联网络信息中心, 2012. 第 29 次中国互联网络发展现状统计报告[R].
\n
Bawden D, 2008. Origins and concepts of digital literacy[EB/OL]. (2008-05-04)[2013-03-08]. http://www.soi.city.ac.uk/~dbawden/digital%20literacy%20chapter.pdf.
\n
Fan X, Sommers C H, 2013. Food irradiation research and technology[M]. 2nd ed. Ames, Iowa: Blackwell Publishing: 25-26.
\n
Fourney M E, c1971. Advances in holographic photoelasticity[C]//Symposium on Applications of Holography in Mechanics, August 23–25, 1971, University of Southern California, Los Angeles, California. New York: ASME: 17-38.
\n
Myburg A A, Grattapaglia D, Tuskan G A, et al., 2014. The genome of eucalyptus grandis[J]. Nature, 510: 356-362.
\n
", "tags": [ diff --git a/src/hebei-medical-university/hebei-medical-university.csl b/src/hebei-medical-university/hebei-medical-university.csl index f53aed61..fe2a919b 100644 --- a/src/hebei-medical-university/hebei-medical-university.csl +++ b/src/hebei-medical-university/hebei-medical-university.csl @@ -12,11 +12,10 @@ godwin_ma@163.com - - + 在旧版 chinese-gb7714-2005-numeric 基础上修改 - 2024-06-18T23:13:47+08:00 + 2024-07-16T17:37:23+08:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License diff --git a/src/hebei-medical-university/metadata.json b/src/hebei-medical-university/metadata.json index 2723b4f0..0f9395e7 100644 --- a/src/hebei-medical-university/metadata.json +++ b/src/hebei-medical-university/metadata.json @@ -14,9 +14,9 @@ ], "contributor": [], "citation_format": "numeric", - "field": "engineering", + "field": "generic-base", "summary": "在旧版 chinese-gb7714-2005-numeric 基础上修改", - "updated": "2024-06-18T23:13:47+08:00", + "updated": "2024-07-16T17:37:23+08:00", "citations": "[1–8]", "bibliography": "
\n
\n
[1]
库恩. 科学革命的结构: 第 4 版[M]. 金吾伦, 胡新和. 第2版 北京: 北京大学出版社, 2012
\n
\n
\n
2.
Fan X, Sommers C H. Food Irradiation Research and Technology[M]. 2 edn. Ames, Iowa: Blackwell Publishing, 2013: 25–26
\n
\n
\n
[3]
贾东琴, 柯平. 面向数字素养的高校图书馆数字服务体系研究[A]. 中国图书馆学会. 中国图书馆学会年会论文集[C]. 北京: 国家图书馆出版社, 2011, 2011 年卷: 45–52
\n
\n
\n
4.
Fourney M E. Advances in Holographic Photoelasticity[A]. Symposium on Applications of Holography in Mechanics[C]. New York: ASME, c1971: 17–38
\n
\n
\n
[5]
武丽丽, 华一新, 张亚军, 等. “北斗一号”监控管理网设计与实现[J]. 测绘科学, 2008, 33(5): 8–9
\n
\n
\n
6.
Myburg A A, Grattapaglia D, Tuskan G A, et al. The Genome of Eucalyptus Grandis[J]. Nature, 2014, 510: 356–362
\n
\n
\n
[7]
中国互联网络信息中心. 第 29 次中国互联网络发展现状统计报告[R].2012
\n
\n
\n
8.
Bawden D. Origins and Concepts of Digital Literacy[EB/OL]. (2008-05-04)[2013-03-08] . http://www.soi.city.ac.uk/~dbawden/digital%20literacy%20chapter.pdf
\n
\n
", "tags": [ diff --git a/src/huazhong-university-of-science-and-technology-school-of-electrical-and-electronic-engineering/huazhong-university-of-science-and-technology-school-of-electrical-and-electronic-engineering.csl b/src/huazhong-university-of-science-and-technology-school-of-electrical-and-electronic-engineering/huazhong-university-of-science-and-technology-school-of-electrical-and-electronic-engineering.csl index 44d50712..aca418ee 100644 --- a/src/huazhong-university-of-science-and-technology-school-of-electrical-and-electronic-engineering/huazhong-university-of-science-and-technology-school-of-electrical-and-electronic-engineering.csl +++ b/src/huazhong-university-of-science-and-technology-school-of-electrical-and-electronic-engineering/huazhong-university-of-science-and-technology-school-of-electrical-and-electronic-engineering.csl @@ -12,8 +12,9 @@ zepinglee@gmail.com + - 2024-06-18T15:36:05+08:00 + 2024-07-16T17:30:24+08:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License @@ -735,7 +736,8 @@ - + + @@ -782,7 +784,8 @@ - + + diff --git a/src/huazhong-university-of-science-and-technology-school-of-electrical-and-electronic-engineering/metadata.json b/src/huazhong-university-of-science-and-technology-school-of-electrical-and-electronic-engineering/metadata.json index 26558c1a..9ce7b8a1 100644 --- a/src/huazhong-university-of-science-and-technology-school-of-electrical-and-electronic-engineering/metadata.json +++ b/src/huazhong-university-of-science-and-technology-school-of-electrical-and-electronic-engineering/metadata.json @@ -14,8 +14,8 @@ ], "contributor": [], "citation_format": "numeric", - "field": "engineering", - "updated": "2024-06-18T15:36:05+08:00", + "field": "generic-base", + "updated": "2024-07-16T17:30:24+08:00", "citations": "[1–8]", "bibliography": "
\n
\n
[1]
库恩.科学革命的结构: 第 4 版[M].金吾伦,胡新和,译.第2版.北京:北京大学出版社,2012.
\n
\n
\n
[2]
FAN X, SOMMERS C H. Food irradiation research and technology[M]. 2nd Edition. Ames, Iowa: Blackwell Publishing, 2013: 25-26.
\n
\n
\n
[3]
贾东琴,柯平.面向数字素养的高校图书馆数字服务体系研究[C]//中国图书馆学会.中国图书馆学会年会论文集:2011 年卷.北京:国家图书馆出版社,2011:45-52.
\n
\n
\n
[4]
FOURNEY M E. Advances in holographic photoelasticity[C]//Symposium on Applications of Holography in Mechanics, 23-25 Aug. 1971, University of Southern California, Los Angeles, California. New York: ASME, c1971: 17-38.
\n
\n
\n
[5]
武丽丽,华一新,张亚军,等.“北斗一号”监控管理网设计与实现[J].测绘科学,2008,33(5):8-9.
\n
\n
\n
[6]
MYBURG A A, GRATTAPAGLIA D, TUSKAN G A, et al. The genome of eucalyptus grandis[J]. Nature, 2014, 510: 356-362.
\n
\n
\n
[7]
中国互联网络信息中心.第 29 次中国互联网络发展现状统计报告[R].2012.
\n
\n
\n
[8]
BAWDEN D. Origins and concepts of digital literacy[EB/OL]. (2008-05-04)[2013-03-08]. http://www.soi.city.ac.uk/~dbawden/digital%20literacy%20chapter.pdf.
\n
\n
", "tags": [ diff --git a/src/hydro-science-and-engineering/hydro-science-and-engineering.csl b/src/hydro-science-and-engineering/hydro-science-and-engineering.csl index 35df8c54..2d5563a4 100644 --- a/src/hydro-science-and-engineering/hydro-science-and-engineering.csl +++ b/src/hydro-science-and-engineering/hydro-science-and-engineering.csl @@ -11,9 +11,9 @@ zepinglee@gmail.com - + 《水利水运工程学报》投稿论文格式模板 - 2024-06-06T22:19:17+08:00 + 2024-07-16T16:28:25+08:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License @@ -630,7 +630,8 @@ - + + diff --git a/src/hydro-science-and-engineering/metadata.json b/src/hydro-science-and-engineering/metadata.json index 10dc6d7f..d6d4c9ae 100644 --- a/src/hydro-science-and-engineering/metadata.json +++ b/src/hydro-science-and-engineering/metadata.json @@ -14,9 +14,9 @@ ], "contributor": [], "citation_format": "numeric", - "field": "generic-base", + "field": "engineering", "summary": "《水利水运工程学报》投稿论文格式模板", - "updated": "2024-06-06T22:19:17+08:00", + "updated": "2024-07-16T16:28:25+08:00", "citations": "[1–8]", "bibliography": "
\n
\n
[1]
库恩. 科学革命的结构: 第 4 版[M]. 金吾伦, 胡新和, 译. 2 版. 北京: 北京大学出版社, 2012.
\n
\n
\n
[2]
FAN X, SOMMERS C H. Food irradiation research and technology[M]. 2nd ed. Ames, Iowa: Blackwell Publishing, 2013: 25-26.
\n
\n
\n
[3]
贾东琴, 柯平. 面向数字素养的高校图书馆数字服务体系研究[C]//中国图书馆学会. 中国图书馆学会年会论文集: 2011 年卷. 北京: 国家图书馆出版社, 2011: 45-52.
\n
\n
\n
[4]
FOURNEY M E. Advances in holographic photoelasticity[C]//Symposium on Applications of Holography in Mechanics, August 23–25, 1971, University of Southern California, Los Angeles, California. New York: ASME, c1971: 17-38.
\n
\n
\n
[5]
武丽丽, 华一新, 张亚军, 等. “北斗一号”监控管理网设计与实现[J]. 测绘科学, 2008, 33(5): 8-9.
\n
\n
\n
[6]
MYBURG A A, GRATTAPAGLIA D, TUSKAN G A, et al. The genome of eucalyptus grandis[J]. Nature, 2014, 510: 356-362.
\n
\n
\n
[7]
中国互联网络信息中心. 第 29 次中国互联网络发展现状统计报告[R]. 2012.
\n
\n
\n
[8]
BAWDEN D. Origins and concepts of digital literacy[EB/OL]. (2008-05-04)[2013-03-08][2013-03-08]. http://www.soi.city.ac.uk/~dbawden/digital%20literacy%20chapter.pdf.
\n
\n
", "tags": [ diff --git a/src/international-economics-and-trade-research/international-economics-and-trade-research.csl b/src/international-economics-and-trade-research/international-economics-and-trade-research.csl index a37cea74..2baca023 100644 --- a/src/international-economics-and-trade-research/international-economics-and-trade-research.csl +++ b/src/international-economics-and-trade-research/international-economics-and-trade-research.csl @@ -11,8 +11,9 @@ redleafnew@163.com + 1. 按照语言显示“等”或“et al.”;2. 姓名取消全大写;3. 仅纯电子资源显示引用日期和 URL;4. 无 DOI;5. 正文的引用使用全角括号。 - 2024-06-06T22:19:17+08:00 + 2024-07-16T16:28:42+08:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License @@ -447,7 +448,8 @@ - + + diff --git a/src/international-economics-and-trade-research/metadata.json b/src/international-economics-and-trade-research/metadata.json index f5b7e1e5..669f6a85 100644 --- a/src/international-economics-and-trade-research/metadata.json +++ b/src/international-economics-and-trade-research/metadata.json @@ -14,8 +14,9 @@ ], "contributor": [], "citation_format": "author-date", + "field": "social_science", "summary": "1. 按照语言显示“等”或“et al.”;2. 姓名取消全大写;3. 仅纯电子资源显示引用日期和 URL;4. 无 DOI;5. 正文的引用使用全角括号。", - "updated": "2024-06-06T22:19:17+08:00", + "updated": "2024-07-16T16:28:42+08:00", "citations": "(库恩,2012)
\n(Fourney, c1971)
\n(贾东琴、柯平,2011)
\n(Fan & Sommers, 2013)
\n(武丽丽 等,2008)
\n(Myburg et al., 2014)
\n(中国互联网络信息中心,2012; Bawden, 2008)
\n", "bibliography": "
\n
贾东琴, 柯平, 2011. 面向数字素养的高校图书馆数字服务体系研究[C]//中国图书馆学会. 中国图书馆学会年会论文集: 2011 年卷. 北京: 国家图书馆出版社: 45-52.
\n
库恩, 2012. 科学革命的结构: 第 4 版[M]. 金吾伦, 胡新和, 译. 2 版. 北京: 北京大学出版社.
\n
武丽丽, 华一新, 张亚军, 等, 2008. “北斗一号”监控管理网设计与实现[J]. 测绘科学, 33(5): 8-9.
\n
中国互联网络信息中心, 2012. 第 29 次中国互联网络发展现状统计报告[R].
\n
Bawden, D, 2008. Origins and concepts of digital literacy[EB/OL]. (2008-05-04)[2013-03-08]. http://www.soi.city.ac.uk/~dbawden/digital%20literacy%20chapter.pdf.
\n
Fan, X, Sommers, C H, 2013. Food irradiation research and technology[M]. 2nd ed. Ames, Iowa: Blackwell Publishing: 25-26.
\n
Fourney, M E, c1971. Advances in holographic photoelasticity[C]//Symposium on Applications of Holography in Mechanics, August 23–25, 1971, University of Southern California, Los Angeles, California. New York: ASME: 17-38.
\n
Myburg, A A, Grattapaglia, D, Tuskan, G A, et al., 2014. The genome of eucalyptus grandis[J]. Nature, 510: 356-362.
\n
", "tags": [ diff --git a/src/journal-of-iron-and-steel-research/journal-of-iron-and-steel-research.csl b/src/journal-of-iron-and-steel-research/journal-of-iron-and-steel-research.csl index 3c80d1ce..54ed5c41 100644 --- a/src/journal-of-iron-and-steel-research/journal-of-iron-and-steel-research.csl +++ b/src/journal-of-iron-and-steel-research/journal-of-iron-and-steel-research.csl @@ -11,9 +11,9 @@ zepinglee@gmail.com - + 1. 按照语言显示“等”或“et al.”;2. 姓名取消全大写;3. 仅纯电子资源显示引用日期和 URL;4. 无 DOI。 - 2024-06-06T22:19:17+08:00 + 2024-07-16T16:29:04+08:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License @@ -413,7 +413,8 @@ - + + diff --git a/src/journal-of-iron-and-steel-research/metadata.json b/src/journal-of-iron-and-steel-research/metadata.json index 39edbc46..f9675df0 100644 --- a/src/journal-of-iron-and-steel-research/metadata.json +++ b/src/journal-of-iron-and-steel-research/metadata.json @@ -14,9 +14,9 @@ ], "contributor": [], "citation_format": "numeric", - "field": "generic-base", + "field": "engineering", "summary": "1. 按照语言显示“等”或“et al.”;2. 姓名取消全大写;3. 仅纯电子资源显示引用日期和 URL;4. 无 DOI。", - "updated": "2024-06-06T22:19:17+08:00", + "updated": "2024-07-16T16:29:04+08:00", "citations": "[1–8]", "bibliography": "
\n
\n
[1]
库恩. 科学革命的结构: 第 4 版[M]. 金吾伦, 胡新和, 译. 2 版. 北京: 北京大学出版社, 2012.
\n
\n
\n
[2]
Fan X, Sommers C H. Food irradiation research and technology[M]. 2nd ed. Ames, Iowa: Blackwell Publishing, 2013: 25-26.
\n
\n
\n
[3]
贾东琴, 柯平. 面向数字素养的高校图书馆数字服务体系研究[C]//中国图书馆学会. 中国图书馆学会年会论文集: 2011 年卷. 北京: 国家图书馆出版社, 2011: 45-52.
\n
\n
\n
[4]
Fourney M E. Advances in holographic photoelasticity[C]//Symposium on Applications of Holography in Mechanics, August 23–25, 1971, University of Southern California, Los Angeles, California. New York: ASME, c1971: 17-38.
\n
\n
\n
[5]
武丽丽, 华一新, 张亚军, 等. “北斗一号”监控管理网设计与实现[J]. 测绘科学, 2008, 33(5): 8-9.
\n
\n
\n
[6]
Myburg A A, Grattapaglia D, Tuskan G A, et al. The genome of eucalyptus grandis[J]. Nature, 2014, 510: 356-362.
\n
\n
\n
[7]
中国互联网络信息中心. 第 29 次中国互联网络发展现状统计报告[R]. 2012.
\n
\n
\n
[8]
Bawden D. Origins and concepts of digital literacy[EB/OL]. (2008-05-04)[2013-03-08]. http://www.soi.city.ac.uk/~dbawden/digital%20literacy%20chapter.pdf.
\n
\n
", "tags": [ diff --git a/src/journal-of-marketing-science/journal-of-marketing-science.csl b/src/journal-of-marketing-science/journal-of-marketing-science.csl index 0d87dc89..23d46d84 100644 --- a/src/journal-of-marketing-science/journal-of-marketing-science.csl +++ b/src/journal-of-marketing-science/journal-of-marketing-science.csl @@ -11,10 +11,10 @@ redleafnew@163.com - + 2097-0099 Financial Research Journal author-date style - 2024-06-06T13:44:19+08:00 + 2024-07-16T16:11:45+08:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License diff --git a/src/journal-of-marketing-science/metadata.json b/src/journal-of-marketing-science/metadata.json index c5170651..1241592e 100644 --- a/src/journal-of-marketing-science/metadata.json +++ b/src/journal-of-marketing-science/metadata.json @@ -14,9 +14,9 @@ ], "contributor": [], "citation_format": "author-date", - "field": "generic-base", + "field": "social_science", "summary": "Financial Research Journal author-date style", - "updated": "2024-06-06T13:44:19+08:00", + "updated": "2024-07-16T16:11:45+08:00", "citations": "(库恩,2012)
\n(Fourney M E,c1971)
\n(贾东琴 et al.,2011)
\n(Fan X et al.,2013)
\n(武丽丽 et al.,2008)
\n(Myburg A A et al.,2014)
\n(中国互联网络信息中心,2012;Bawden D,2008)
\n", "bibliography": "
\n
[1]\t贾东琴, 柯平. 2011. 面向数字素养的高校图书馆数字服务体系研究[C]. 中国图书馆学会, ed.//中国图书馆学会年会论文集北京: 国家图书馆出版社,2011年.\n
贾东琴, 柯平. 2011. 面向数字素养的高校图书馆数字服务体系研究[C]. 中国图书馆学会, ed.//中国图书馆学会年会论文集北京: 国家图书馆出版社,2011年 (In Chinese)
\n
\n
[2]\t库恩. 2012. 科学革命的结构: 第 4 版[M]. 金吾伦, 胡新和, trans.. 2 edition. 北京: 北京大学出版社,2012年.\n
库恩. 2012. 科学革命的结构: 第 4 版[M]. 金吾伦, 胡新和, trans.. 2 edition. 北京: 北京大学出版社,2012年 (In Chinese)
\n
\n
[3]\t武丽丽, 华一新, 张亚军, 刘英敏. 2008. “北斗一号”监控管理网设计与实现[J],测绘科学, 33(5): 8-9. .\n
武丽丽, 华一新, 张亚军, 刘英敏. 2008. “北斗一号”监控管理网设计与实现[J],测绘科学, 33(5): 8-9. (In Chinese)
\n
\n
[4]\t中国互联网络信息中心. 2012. 第 29 次中国互联网络发展现状统计报告[R]. (2012-01-16) [2013-03-26].\n
中国互联网络信息中心. 2012. 第 29 次中国互联网络发展现状统计报告[R]. (2012-01-16) [2013-03-26]. (In Chinese)
\n
\n
[5]\tBAWDEN D. 2008. Origins and concepts of digital literacy[EB/OL](2008-05-04).\n
BAWDEN D. 2008. Origins and concepts of digital literacy[EB/OL](2008-05-04) (In Chinese)
\n
\n
[6]\tFAN X, SOMMERS C H. 2013. Food irradiation research and technology[M]. 2 edition. Ames, Iowa: Blackwell Publishing,2013年.\n
FAN X, SOMMERS C H. 2013. Food irradiation research and technology[M]. 2 edition. Ames, Iowa: Blackwell Publishing,2013年 (In Chinese)
\n
\n
[7]\tFOURNEY M E. c1971. Advances in holographic photoelasticity[C]//Symposium on Applications of Holography in MechanicsNew York: ASME,c1971年.\n
FOURNEY M E. c1971. Advances in holographic photoelasticity[C]//Symposium on Applications of Holography in MechanicsNew York: ASME,c1971年 (In Chinese)
\n
\n
[8]\tMYBURG A A, GRATTAPAGLIA D, TUSKAN G A, HELLSTEN U, HAYES R D, SCHMUTZ J, et al. 2014. The genome of eucalyptus grandis[J],Nature, 510: 356-362. .\n
MYBURG A A, GRATTAPAGLIA D, TUSKAN G A, HELLSTEN U, HAYES R D, SCHMUTZ J, et al. 2014. The genome of eucalyptus grandis[J],Nature, 510: 356-362. (In Chinese)
\n
\n
", "tags": [ diff --git a/src/journal-of-nuclear-agricultural-sciences/journal-of-nuclear-agricultural-sciences.csl b/src/journal-of-nuclear-agricultural-sciences/journal-of-nuclear-agricultural-sciences.csl index 1700d43b..4eca1774 100644 --- a/src/journal-of-nuclear-agricultural-sciences/journal-of-nuclear-agricultural-sciences.csl +++ b/src/journal-of-nuclear-agricultural-sciences/journal-of-nuclear-agricultural-sciences.csl @@ -11,8 +11,8 @@ redleafnew@163.com - - 2024-06-18T23:33:24+08:00 + + 2024-07-16T16:29:17+08:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License diff --git a/src/journal-of-nuclear-agricultural-sciences/metadata.json b/src/journal-of-nuclear-agricultural-sciences/metadata.json index caab33bf..505fa394 100644 --- a/src/journal-of-nuclear-agricultural-sciences/metadata.json +++ b/src/journal-of-nuclear-agricultural-sciences/metadata.json @@ -13,8 +13,8 @@ ], "contributor": [], "citation_format": "numeric", - "field": "generic-base", - "updated": "2024-06-18T23:33:24+08:00", + "field": "science", + "updated": "2024-07-16T16:29:17+08:00", "citations": "[1–8]", "bibliography": "
\n
\n
[1]
库恩. 科学革命的结构: 第 4 版[M]. 金吾伦, 胡新和, 译. 2 版. 北京: 北京大学出版社, 2012.
\n
\n
\n
[2]
Fan X, Sommers C H. Food irradiation research and technology[M]. 2nd ed. Ames, Iowa: Blackwell Publishing, 2013: 25-26.
\n
\n
\n
[3]
贾东琴, 柯平. 面向数字素养的高校图书馆数字服务体系研究[C]//中国图书馆学会. 中国图书馆学会年会论文集: 2011 年卷. 北京: 国家图书馆出版社, 2011: 45-52.
\n
\n
\n
[4]
Fourney M E. Advances in holographic photoelasticity[C]//Symposium on Applications of Holography in Mechanics, August 23–25, 1971, University of Southern California, Los Angeles, California. New York: ASME, c1971: 17-38.
\n
\n
\n
[5]
武丽丽, 华一新, 张亚军, 刘英敏. “北斗一号”监控管理网设计与实现[J]. 测绘科学, 2008, 33(5): 8-9.
\n
\n
\n
[6]
Myburg A A, Grattapaglia D, Tuskan G A, Hellsten U, Hayes R D, Grimwood J, Jenkins J, Lindquist E, Tice H, Bauer D, Goodstein D M, Dubchak I, Poliakov A, Mizrachi E, Kullan A R K, Hussey S G, Pinard D, van der Merwe K, Singh P, van Jaarsveld I, Silva-Junior O B, Togawa R C, Pappas M R, Faria D A, Sansaloni C P, Petroli C D, Yang X, Ranjan P, Tschaplinski T J, Ye C-Y, Li T, Sterck L, Vanneste K, Murat F, Soler M, Clemente H S, Saidi N, Cassan-Wang H, Dunand C, Hefer C A, Bornberg-Bauer E, Kersting A R, Vining K, Amarasinghe V, Ranik M, Naithani S, Elser J, Boyd A E, Liston A, Spatafora J W, Dharmwardhana P, Raja R, Sullivan C, Romanel E, Alves-Ferreira M, Külheim C, Foley W, Carocha V, Paiva J, Kudrna D, Brommonschenkel S H, Pasquali G, Byrne M, Rigault P, Tibbits J, Spokevicius A, Jones R C, Steane D A, Vaillancourt R E, Potts B M, Joubert F, Barry K, Pappas G J, Strauss S H, Jaiswal P, Grima-Pettenati J, Salse J, Van de Peer Y, Rokhsar D S, Schmutz J. The genome of eucalyptus grandis[J]. Nature, 2014, 510: 356-362.
\n
\n
\n
[7]
中国互联网络信息中心. 第 29 次中国互联网络发展现状统计报告[R]. 2012.
\n
\n
\n
[8]
Bawden D. Origins and concepts of digital literacy[EB/OL]. (2008-05-04)[2013-03-08]. http://www.soi.city.ac.uk/~dbawden/digital%20literacy%20chapter.pdf.
\n
\n
", "tags": [ diff --git a/src/journal-of-plant-protection/journal-of-plant-protection.csl b/src/journal-of-plant-protection/journal-of-plant-protection.csl index 87f0acf1..31f7179d 100644 --- a/src/journal-of-plant-protection/journal-of-plant-protection.csl +++ b/src/journal-of-plant-protection/journal-of-plant-protection.csl @@ -10,9 +10,9 @@ zepinglee@gmail.com - + 1. 文献的语言默认为英语。中文文献需要在 `language` 字段填写 `zh` 或 `zh-CN`。2. 中文文献需要将作者姓名、标题、期刊、出版地、出版社的英文翻译分别填写在 `extra` 中的 `original-author`, `original-title`, `original-container-title`, `original-publisher-place`, `original-publisher` 字段。 - 2023-03-22T12:38:19+08:00 + 2024-07-16T16:18:16+08:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License diff --git a/src/journal-of-plant-protection/metadata.json b/src/journal-of-plant-protection/metadata.json index e8a0609d..c7375b31 100644 --- a/src/journal-of-plant-protection/metadata.json +++ b/src/journal-of-plant-protection/metadata.json @@ -13,9 +13,9 @@ ], "contributor": [], "citation_format": "author-date", - "field": "engineering", + "field": "botany", "summary": "1. 文献的语言默认为英语。中文文献需要在 `language` 字段填写 `zh` 或 `zh-CN`。2. 中文文献需要将作者姓名、标题、期刊、出版地、出版社的英文翻译分别填写在 `extra` 中的 `original-author`, `original-title`, `original-container-title`, `original-publisher-place`, `original-publisher` 字段。", - "updated": "2023-03-22T12:38:19+08:00", + "updated": "2024-07-16T16:18:16+08:00", "citations": "(Altieri & Nicholls,2004)
\n(Biesmeijer et al.,2006)
\n(Garnsey et al.,1993)
\n(McDonald & Nicol,2005)
\n(钦俊德,1987)
\n(孙玉凤等,2011)
\n(Tautz et al.,2002)
\n(吴孔明和郭予元,2000)
\n(叶恭银等,1998)
\n(曾士迈等,1979)
\n(张徐波,2013)
\n(曾士迈等,1979;吴孔明和郭予元,2000)
\n", "bibliography": "
\n
Altieri MA, Nicholls CI. 2004. Biodiversity and pest management in agroecosystems (2nd edition). New York: Food Products Press
\n
Biesmeijer JC, Roberts SPM, Reemer M, Ohlemüller R, Edwards M, Peeters T, Schaffers AP, Potts SG, Kleukers R, Thomas CD, et al. 2006. Parallel declines in pollinators and insect-pollinated plants in Britain and the Netherlands. Science, 313(5785): 351-354
\n
Garnsey SM, Permar TA, Cambra M, Henderson CT. 1993. Direct tissue blot immunoassay (DTBIA) for detection of citrus tristeza virus (CTV).//Moreno P, de Graca JV, Yokomi RK. Proceedings of the 12th Conference on International Organization of Citrus Virologist. Riverside. Riverside, USA, pp. 39-50
\n
McDonald AH, Nicol JM. 2005. Nematode parasites of cereals.//Luc M, Sikora RA, Bridge J. Plant parasitic nematodes in subtropical and tropical agriculture. Wallingford, UK: CABI Publishing, pp. 131-191
\n
Qin JD. 1987. The relationships between insects and plants. Beijing: Science Press, pp. 52-78 (in Chinese) [钦俊德. 1987. 昆虫与植物的关系. 北京: 科学出版社, pp. 52-78]
\n
Sun YF, Zhang YJ, Lu YH, Wu KM. 2011. The sustainability control of blind stink bug based on the cotton volatile substances.//Plant protection science and technology innovation and specialization of the prevention and control of diseases and pests—Academic annual Conference of Botanical China Society of Plant Protection in 2011. Beijing: China Agricultural Science and Technology Press, pp. 823 (in Chinese) [孙玉凤, 张永军, 陆宴辉, 吴孔明. 2011. 基于棉花挥发性物质的盲椿象可持续性防治.//吴孔明, 郭予元. 植保科技创新与病虫防控专业化——中国植物保护学会2011年学术年会论文集. 北京: 中国农业科学技术出版社, pp. 823]
\n
Tautz D, Arctander P, Minelli A, Thomas RH, Vogler AP. 2002. DNA points the way ahead in taxonomy. Nature, 418(6897): 479
\n
Wu KM, Guo YY. 2000. Field resistance evaluations of BT transgenic cotton GK series to cotton bollwoam. Journal of Plant Protection, 27(4): 317-321 (in Chinese) [吴孔明, 郭予元. 2000. 部分GK系列Bt棉对棉铃虫抗性的田间评价. 植物保护学报, 27(4): 317-321]
\n
Ye GY, Hu C, Shu QY. 1998. The development of transgenic rice resistant to insect pests and its wise and sustainable use.//Agricultural Development and Research in the 21st Century. Beijing: China Environmental Science Press, pp. 406-414 (in Chinese) [叶恭银, 胡萃, 舒庆尧. 1998. 转基因抗虫水稻的转育及其合理持续利用.//世界农业发展与研究. 北京: 中国环境科学出版社, pp. 406-414]
\n
Zeng SM, Wang PY, Wu XY, Zhang WY, Wang JQ, Song WZ, Wang SY. 1979. Preliminary study on the method of evaluation of horizontal resistance of wheat cultivars to stripe rust. Journal of Plant Protection, 6(1): 1-10 (in Chinese) [曾士迈, 王沛有, 武修英, 张万义, 王吉庆, 宋位中, 王生元. 1979. 小麦对条锈病的水平抗病性研究初报. 植物保护学报, 6(1): 1-10]
\n
Zhang XB. 2013. Dpp-Omb signaling regulates growth in a region specific manner during Drosophila wing development. Ph.D Thesis. Beijing: China Agricultural University (in Chinese) [张徐波. 2013. Dpp-Omb信号以区域化的方式调控果蝇翅的生长. 博士毕业论文. 北京: 中国农业大学]
\n
", "tags": [ diff --git a/src/journal-of-shanghai-university-of-international-business-and-economics/journal-of-shanghai-university-of-international-business-and-economics.csl b/src/journal-of-shanghai-university-of-international-business-and-economics/journal-of-shanghai-university-of-international-business-and-economics.csl index 4b7c4a77..c8864e32 100644 --- a/src/journal-of-shanghai-university-of-international-business-and-economics/journal-of-shanghai-university-of-international-business-and-economics.csl +++ b/src/journal-of-shanghai-university-of-international-business-and-economics/journal-of-shanghai-university-of-international-business-and-economics.csl @@ -11,8 +11,8 @@ modupriest@gmail.com - - 2024-06-06T13:18:48+08:00 + + 2024-07-16T16:38:39+08:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License diff --git a/src/journal-of-shanghai-university-of-international-business-and-economics/metadata.json b/src/journal-of-shanghai-university-of-international-business-and-economics/metadata.json index 2253f153..c9fd01a7 100644 --- a/src/journal-of-shanghai-university-of-international-business-and-economics/metadata.json +++ b/src/journal-of-shanghai-university-of-international-business-and-economics/metadata.json @@ -14,8 +14,8 @@ ], "contributor": [], "citation_format": "author-date", - "field": "generic-base", - "updated": "2024-06-06T13:18:48+08:00", + "field": "social_science", + "updated": "2024-07-16T16:38:39+08:00", "citations": "(库恩, 2012)
\n(Fourney, c1971)
\n(贾东琴和柯平, 2011)
\n(Fan and Sommers, 2013)
\n(武丽丽等, 2008)
\n(Myburg et al., 2014)
\n(中国互联网络信息中心, 2012; Bawden, 2008)
\n", "bibliography": "
\n
\n
[1]
贾东琴,柯平.面向数字素养的高校图书馆数字服务体系研究[A].中国图书馆学会. 中国图书馆学会年会论文集[C]. 北京: 国家图书馆出版社, 2011: 45-52.
\n
\n
\n
[2]
库恩.科学革命的结构: 第 4 版[M].金吾伦, 胡新和译.北京: 北京大学出版社, 2012.
\n
\n
\n
[3]
武丽丽,华一新,张亚军,等.“北斗一号”监控管理网设计与实现[J].测绘科学, 2008, 33(5):8-9.
\n
\n
\n
[4]
中国互联网络信息中心.第 29 次中国互联网络发展现状统计报告[M].2012.
\n
\n
\n
[5]
Bawden, D., Origins and Concepts of Digital Literacy, http://www.soi.city.ac.uk/~dbawden/digital%20literacy%20chapter.pdf, 2008.
\n
\n
\n
[6]
Fan, X., and C. H. Sommers, Food Irradiation Research and Technology, Ames, Iowa: Blackwell Publishing, 2013: 25-26.
\n
\n
\n
[7]
Fourney, M. E., “Advances in Holographic Photoelasticity”, Symposium on Applications of Holography in Mechanics[C]. New York: ASME, c1971: 17-38.
\n
\n
\n
[8]
Myburg, A. A., D. Grattapaglia, G. A. Tuskan, et al., “The Genome of Eucalyptus Grandis”, Nature, 2014, 510:356-362.
\n
\n
", "tags": [ diff --git a/src/journals-of-natural-sciences-in-chinese-universities/journals-of-natural-sciences-in-chinese-universities.csl b/src/journals-of-natural-sciences-in-chinese-universities/journals-of-natural-sciences-in-chinese-universities.csl index 8d2e2ebf..eaf1bb46 100644 --- a/src/journals-of-natural-sciences-in-chinese-universities/journals-of-natural-sciences-in-chinese-universities.csl +++ b/src/journals-of-natural-sciences-in-chinese-universities/journals-of-natural-sciences-in-chinese-universities.csl @@ -12,7 +12,8 @@ - 2024-01-21T15:32:15+08:00 + + 2024-07-16T17:20:28+08:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License diff --git a/src/journals-of-natural-sciences-in-chinese-universities/metadata.json b/src/journals-of-natural-sciences-in-chinese-universities/metadata.json index f3f6c130..4c83af86 100644 --- a/src/journals-of-natural-sciences-in-chinese-universities/metadata.json +++ b/src/journals-of-natural-sciences-in-chinese-universities/metadata.json @@ -15,7 +15,7 @@ "contributor": [], "citation_format": "numeric", "field": "generic-base", - "updated": "2024-01-21T15:32:15+08:00", + "updated": "2024-07-16T17:20:28+08:00", "citations": "[1–12]", "bibliography": "
\n
\n
1
高景德,王祥珩.交流电机的多回路理论.清华大学学报(自然科学版),1987,27(1):1~8
\n
\n
\n
2
Nadkarni M A, Nair C K K, Pandey V N, et al. Characterization of alpha-galactosidase from corynebacterium murisepticum and mechanism of its induction. J Gen App Microbiol, 1992, 38(1): 23~34
\n
\n
\n
3
华罗庚,王元.论一致分布与近似分析:数论方法(I).中国科学,1973(4):339~357
\n
\n
\n
4
竺可桢.物候学.北京:科学出版社,1973
\n
\n
\n
5
霍夫斯塔主编.禽病学:下册.第7版.胡祥壁译.北京:农业出版社,1981:798~799
\n
\n
\n
6
Timoshenko S P. Theory of plate and shells. 2nd ed. New York: McGraw-Hill, 1959: 17~36
\n
\n
\n
7
张全福,王里青.“百家争鸣”与理工科学报编辑工作.见:郑福寿主编.学报编辑论丛:第 2 集.南京:河海大学出版社,1991:1~4
\n
\n
\n
8
Dupont B. Bone marrow transplantation in severe combined immunodeficiency with an unrelated MLC compatible donor. In: White H J, Smith R, eds. Proceedings of the third annual meeting of the International Society for Experimental Hematology. Houston: International Society for Experimental Hematology, 1974: 44~46
\n
\n
\n
9
张筑生.微分半动力系统的不变集:[学位论文].北京:北京大学数学系,1983
\n
\n
\n
10
Cairns B R. Infrared spectroscopic studies on solid oxygen: [dissertation]. Berkeley: Univ of California, 1965
\n
\n
\n
11
姜锡洲.一种温热外敷药制备方法.中国专利,881056073.1989-07-26
\n
\n
\n
12
全国文献工作标准化技术委员会第六分委员会.GB 6447—86 文摘编写规则.北京:中国标准出版社,1986
\n
\n
", "tags": [ diff --git a/src/lanzhou-university/lanzhou-university.csl b/src/lanzhou-university/lanzhou-university.csl index b6e1313d..0d7ea089 100644 --- a/src/lanzhou-university/lanzhou-university.csl +++ b/src/lanzhou-university/lanzhou-university.csl @@ -12,11 +12,9 @@ redleafnew@163.com - - 在旧版 chinese-gb7714-2005-numeric 基础上修改 - 2024-06-18T23:13:48+08:00 + 2024-07-16T16:58:20+08:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License diff --git a/src/lanzhou-university/metadata.json b/src/lanzhou-university/metadata.json index 9f0fb16d..4a63cb85 100644 --- a/src/lanzhou-university/metadata.json +++ b/src/lanzhou-university/metadata.json @@ -14,9 +14,9 @@ ], "contributor": [], "citation_format": "numeric", - "field": "engineering", + "field": "generic-base", "summary": "在旧版 chinese-gb7714-2005-numeric 基础上修改", - "updated": "2024-06-18T23:13:48+08:00", + "updated": "2024-07-16T16:58:20+08:00", "citations": "[1–8]", "bibliography": "
\n
\n
[1]
库恩. 科学革命的结构: 第 4 版[M]. 金吾伦, 胡新和. 第2版 北京: 北京大学出版社, 2012.
\n
\n
\n
[2]
Fan, X., Sommers, C.H. Food irradiation research and technology[M]. 2 edn. Ames, Iowa: Blackwell Publishing, 2013: 25-26.
\n
\n
\n
[3]
贾东琴, 柯平. 面向数字素养的高校图书馆数字服务体系研究[A]. 中国图书馆学会. 中国图书馆学会年会论文集[C]. 北京: 国家图书馆出版社, 2011, 2011 年卷: 45-52.
\n
\n
\n
[4]
Fourney, M.E. Advances in holographic photoelasticity[A]. Symposium on Applications of Holography in Mechanics[C]. New York: ASME, c1971: 17-38.
\n
\n
\n
[5]
武丽丽, 华一新, 张亚军, 等. “北斗一号”监控管理网设计与实现[J]. 测绘科学, 2008, 33(5): 8-9.
\n
\n
\n
[6]
Myburg, A.A., Grattapaglia, D., Tuskan, G.A., et al. The genome of eucalyptus grandis[J]. Nature, 2014, 510: 356-362.
\n
\n
\n
[7]
中国互联网络信息中心. 第 29 次中国互联网络发展现状统计报告[R].2012.
\n
\n
\n
[8]
Bawden, D. Origins and concepts of digital literacy[EB/OL]. (2008-05-04)[2013-03-08] . http://www.soi.city.ac.uk/~dbawden/digital%20literacy%20chapter.pdf.
\n
\n
", "tags": [ diff --git a/src/management-review/management-review.csl b/src/management-review/management-review.csl index b7b7a9de..5b24aa77 100644 --- a/src/management-review/management-review.csl +++ b/src/management-review/management-review.csl @@ -14,12 +14,10 @@ Lyumbreit@gmail.com - - - + 1003-1952 在旧版 chinese-gb7714-2005-numeric 基础上修改 - 2024-06-18T23:13:48+08:00 + 2024-07-16T17:03:31+08:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License diff --git a/src/management-review/metadata.json b/src/management-review/metadata.json index cbdf23b4..70dec522 100644 --- a/src/management-review/metadata.json +++ b/src/management-review/metadata.json @@ -14,9 +14,9 @@ ], "contributor": [], "citation_format": "numeric", - "field": "engineering", + "field": "social_science", "summary": "在旧版 chinese-gb7714-2005-numeric 基础上修改", - "updated": "2024-06-18T23:13:48+08:00", + "updated": "2024-07-16T17:03:31+08:00", "citations": "[1–8]", "bibliography": "
\n
\n
[1]
库恩. 科学革命的结构: 第 4 版[M].第2版 北京: 北京大学出版社, 2012
\n
\n
\n
[2]
Fan X., Sommers C. H. Food Irradiation Research and Technology[M]. 2 edn. Ames, Iowa: Blackwell Publishing, 2013: 25–26
\n
\n
\n
[3]
贾东琴, 柯平. 面向数字素养的高校图书馆数字服务体系研究[A]. 中国图书馆学会年会论文集[C]. 北京: 2011, 2011 年卷: 45–52
\n
\n
\n
[4]
Fourney M. E. Advances in Holographic Photoelasticity[A]. Symposium on Applications of Holography in Mechanics[C]. New York: c1971: 17–38
\n
\n
\n
[5]
武丽丽, 华一新, 张亚军, 等. “北斗一号”监控管理网设计与实现[J]. 测绘科学, 2008, 33(5): 8–9
\n
\n
\n
[6]
Myburg A. A., Grattapaglia D., Tuskan G. A., et al. The Genome of Eucalyptus Grandis[J]. Nature, 2014, 510: 356–362
\n
\n
\n
[7]
中国互联网络信息中心. 第 29 次中国互联网络发展现状统计报告[R].2012
\n
\n
\n
[8]
Bawden D. Origins and Concepts of Digital Literacy[EB/OL]. http://www.soi.city.ac.uk/~dbawden/digital%20literacy%20chapter.pdf, 2008-05-04
\n
\n
", "tags": [ diff --git a/src/science-of-science-and-management-of-s-and-t/metadata.json b/src/science-of-science-and-management-of-s-and-t/metadata.json index ad372651..e6fa82a1 100644 --- a/src/science-of-science-and-management-of-s-and-t/metadata.json +++ b/src/science-of-science-and-management-of-s-and-t/metadata.json @@ -14,9 +14,9 @@ ], "contributor": [], "citation_format": "author-date", - "field": "generic-base", + "field": "social_science", "summary": "《科学学与科学技术管理》投稿指南", - "updated": "2024-06-10T09:12:32+08:00", + "updated": "2024-07-16T16:11:54+08:00", "citations": "(库恩, 2012)
\n(Fourney, c1971)
\n(贾东琴 等, 2011)
\n(Fan et al., 2013)
\n(武丽丽 等, 2008)
\n(Myburg et al., 2014)
\n(中国互联网络信息中心, 2012; Bawden, 2008)
\n", "bibliography": "
\n
贾东琴, 柯平. 2011. 面向数字素养的高校图书馆数字服务体系研究[C]//中国图书馆学会. 中国图书馆学会年会论文集: 2011 年卷. 北京: 国家图书馆出版社: 45-52.\n
(Anonymous. 2011. [C]. 45-52.)
\n
\n
库恩. 2012. 科学革命的结构: 第 4 版[M]. 金吾伦, 胡新和, 译. 2 版. 北京: 北京大学出版社.\n
(Anonymous. 2012. [M].)
\n
\n
武丽丽, 华一新, 张亚军, 等. 2008. “北斗一号”监控管理网设计与实现[J]. 测绘科学, 33(5): 8-9.\n
(Anonymous. 2008. [J]. 33(5): 8-9.)
\n
\n
中国互联网络信息中心. 2012. 第 29 次中国互联网络发展现状统计报告[R].\n
(Anonymous. 2012. [R].)
\n
\n
Bawden D. 2008. Origins and concepts of digital literacy[EB/OL]. (2008-05-04)[2013-03-08]. http://www.soi.city.ac.uk/~dbawden/digital%20literacy%20chapter.pdf.
\n
Fan X, Sommers C H. 2013. Food irradiation research and technology[M]. 2nd ed. Ames, Iowa: Blackwell Publishing: 25-26.
\n
Fourney M E. c1971. Advances in holographic photoelasticity[C]//Symposium on Applications of Holography in Mechanics, August 23–[25, ]1971, University of Southern California, Los Angeles, California. New York: ASME: 17-38.
\n
Myburg A A, Grattapaglia D, Tuskan G A, et al. 2014. The genome of eucalyptus grandis[J]. Nature, 510: 356-362.
\n
", "tags": [ diff --git a/src/science-of-science-and-management-of-s-and-t/science-of-science-and-management-of-s-and-t.csl b/src/science-of-science-and-management-of-s-and-t/science-of-science-and-management-of-s-and-t.csl index d1755d2f..986bc5c4 100644 --- a/src/science-of-science-and-management-of-s-and-t/science-of-science-and-management-of-s-and-t.csl +++ b/src/science-of-science-and-management-of-s-and-t/science-of-science-and-management-of-s-and-t.csl @@ -11,10 +11,10 @@ zepinglee@gmail.com - + 1002-0241 《科学学与科学技术管理》投稿指南 - 2024-06-10T09:12:32+08:00 + 2024-07-16T16:11:54+08:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License diff --git a/src/scientia-agricultura-sinica/metadata.json b/src/scientia-agricultura-sinica/metadata.json index 5a18d227..03acdedc 100644 --- a/src/scientia-agricultura-sinica/metadata.json +++ b/src/scientia-agricultura-sinica/metadata.json @@ -14,9 +14,9 @@ ], "contributor": [], "citation_format": "numeric", - "field": "generic-base", + "field": "science", "summary": "添加平行语言支持,即在中文文献后添加其英文的翻译。作者为全部大写,显示所有作者文章的题目大小写与 `Zotero` 中的 `Title` 字段一致,显示 `DOI`。", - "updated": "2024-06-06T22:19:17+08:00", + "updated": "2024-07-16T16:12:10+08:00", "citations": "[1–8]", "bibliography": "
\n
[1]\t库恩. 科学革命的结构: 第 4 版. 金吾伦, 胡新和, 译. 2 版. 北京: 北京大学出版社, 2012.\n
库恩. 科学革命的结构: 第 4 版. 金吾伦, 胡新和, 译. 2 版. 北京: 北京大学出版社, 2012. (in Chinese)
\n
\n
[2]\tFan X, Sommers C H. Food irradiation research and technology. 2nd ed. Ames, Iowa: Blackwell Publishing, 2013: 25-26.
\n
[3]\t贾东琴, 柯平. 面向数字素养的高校图书馆数字服务体系研究//中国图书馆学会. 中国图书馆学会年会论文集: 2011 年卷. 北京: 国家图书馆出版社, 2011: 45-52.\n
贾东琴, 柯平. 面向数字素养的高校图书馆数字服务体系研究//中国图书馆学会. 2011 年卷. 北京: 国家图书馆出版社, 2011: 45-52. (in Chinese)
\n
\n
[4]\tFourney M E. Advances in holographic photoelasticity//Symposium on Applications of Holography in Mechanics, August 23–25, 1971, University of Southern California, Los Angeles, California. New York: ASME, c1971: 17-38.
\n
[5]\t武丽丽, 华一新, 张亚军, 刘英敏. “北斗一号”监控管理网设计与实现. 测绘科学, 2008, 33(5): 8-9.\n
武丽丽, 华一新, 张亚军, 刘英敏. “北斗一号”监控管理网设计与实现. 测绘科学, 2008, 33(5): 8-9. (in Chinese)
\n
\n
[6]\tMyburg A A, Grattapaglia D, Tuskan G A, Hellsten U, Hayes R D, Grimwood J, Jenkins J, Lindquist E, Tice H, Bauer D, Goodstein D M, Dubchak I, Poliakov A, Mizrachi E, Kullan A R K, Hussey S G, Pinard D, van der Merwe K, Singh P, van Jaarsveld I, Silva-Junior O B, Togawa R C, Pappas M R, Faria D A, Sansaloni C P, Petroli C D, Yang X, Ranjan P, Tschaplinski T J, Ye C Y, Li T, Sterck L, Vanneste K, Murat F, Soler M, Clemente H S, Saidi N, Cassan-Wang H, Dunand C, Hefer C A, Bornberg-Bauer E, Kersting A R, Vining K, Amarasinghe V, Ranik M, Naithani S, Elser J, Boyd A E, Liston A, Spatafora J W, Dharmwardhana P, Raja R, Sullivan C, Romanel E, Alves-Ferreira M, Külheim C, Foley W, Carocha V, Paiva J, Kudrna D, Brommonschenkel S H, Pasquali G, Byrne M, Rigault P, Tibbits J, Spokevicius A, Jones R C, Steane D A, Vaillancourt R E, Potts B M, Joubert F, Barry K, Pappas G J, Strauss S H, Jaiswal P, Grima-Pettenati J, Salse J, Van de Peer Y, Rokhsar D S, Schmutz J. The genome of eucalyptus grandis. Nature, 2014, 510: 356-362.
\n
[7]\t中国互联网络信息中心. 第 29 次中国互联网络发展现状统计报告. (2012-01-16).\n
中国互联网络信息中心. 第 29 次中国互联网络发展现状统计报告. (2012-01-16). (in Chinese)
\n
\n
[8]\tBawden D. Origins and concepts of digital literacy. (2008-05-04).
\n
", "tags": [ diff --git a/src/scientia-agricultura-sinica/scientia-agricultura-sinica.csl b/src/scientia-agricultura-sinica/scientia-agricultura-sinica.csl index 17409131..ca91ca14 100644 --- a/src/scientia-agricultura-sinica/scientia-agricultura-sinica.csl +++ b/src/scientia-agricultura-sinica/scientia-agricultura-sinica.csl @@ -11,10 +11,10 @@ redleafnew@163.com - + 0578-1752 添加平行语言支持,即在中文文献后添加其英文的翻译。作者为全部大写,显示所有作者文章的题目大小写与 `Zotero` 中的 `Title` 字段一致,显示 `DOI`。 - 2024-06-06T22:19:17+08:00 + 2024-07-16T16:12:10+08:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License @@ -470,7 +470,8 @@ - + + @@ -547,7 +548,8 @@ - + + diff --git a/src/shanghai-university/index.md b/src/shanghai-university/index.md index d9edd4ca..fc33f2e8 100644 --- a/src/shanghai-university/index.md +++ b/src/shanghai-university/index.md @@ -8,14 +8,7 @@ ### 引注 -[1]
-[2]
-[3]
-[4]
-[5]
-[6]
-[7,8]
- +[1–8] ### 参考文献表 @@ -24,13 +17,13 @@
[1]
库恩. 科学革命的结构: 第 4 版[M]. 金吾伦, 胡新和译. 北京: 北京大学出版社, 2012.
-
[2]
FOURNEY M E. Advances in Holographic Photoelasticity[A]. Symposium on Applications of Holography in Mechanics[C]. New York: ASME, c1971: 17-38.
+
[2]
FAN X, SOMMERS C H. Food Irradiation Research and Technology[M]. Ames, Iowa: Blackwell Publishing, 2013: 25-26.
[3]
贾东琴, 柯平. 面向数字素养的高校图书馆数字服务体系研究[A]. 中国图书馆学会. 中国图书馆学会年会论文集[C]. 北京: 国家图书馆出版社, 2011: 45-52.
-
[4]
FAN X, SOMMERS C H. Food Irradiation Research and Technology[M]. Ames, Iowa: Blackwell Publishing, 2013: 25-26.
+
[4]
FOURNEY M E. Advances in Holographic Photoelasticity[A]. Symposium on Applications of Holography in Mechanics[C]. New York: ASME, c1971: 17-38.
[5]
武丽丽, 华一新, 张亚军, 等. “北斗一号”监控管理网设计与实现[J]. 测绘科学, 2008, 33(5):8-9.
@@ -51,30 +44,11 @@ ### 引注 [1]
-[NO_PRINTED_FORM] [1]
[2]
-[NO_PRINTED_FORM] [2]
-[NO_PRINTED_FORM] [3]
-[NO_PRINTED_FORM] [4]
-[5,6]
-[NO_PRINTED_FORM] [7]
-[NO_PRINTED_FORM] [8]
-[9,10]
-[NO_PRINTED_FORM] [11]
-[NO_PRINTED_FORM] [12]
-[NO_PRINTED_FORM] [13]
-[NO_PRINTED_FORM] [14]
-[11,13]
-[NO_PRINTED_FORM] [15]
-[NO_PRINTED_FORM] [16]
-[NO_PRINTED_FORM] [17]
-[NO_PRINTED_FORM] [18]
-[15]
-[17]
-[19]
-[20]
-[21–24]
-[25–27]
+[3]
+[1,3]
+[1,2,4]
+[1–3]
### GB/T 7714—2015 示例文献 diff --git a/src/shanghai-university/metadata.json b/src/shanghai-university/metadata.json index 4111a610..649b7dfc 100644 --- a/src/shanghai-university/metadata.json +++ b/src/shanghai-university/metadata.json @@ -13,11 +13,11 @@ } ], "contributor": [], - "citation_format": "author-date", - "field": "numeric", - "updated": "2024-06-06T13:18:49+08:00", - "citations": "[1]
\n[2]
\n[3]
\n[4]
\n[5]
\n[6]
\n[7,8]
\n", - "bibliography": "
\n
\n
[1]
库恩. 科学革命的结构: 第 4 版[M]. 金吾伦, 胡新和译. 北京: 北京大学出版社, 2012.
\n
\n
\n
[2]
FOURNEY M E. Advances in Holographic Photoelasticity[A]. Symposium on Applications of Holography in Mechanics[C]. New York: ASME, c1971: 17-38.
\n
\n
\n
[3]
贾东琴, 柯平. 面向数字素养的高校图书馆数字服务体系研究[A]. 中国图书馆学会. 中国图书馆学会年会论文集[C]. 北京: 国家图书馆出版社, 2011: 45-52.
\n
\n
\n
[4]
FAN X, SOMMERS C H. Food Irradiation Research and Technology[M]. Ames, Iowa: Blackwell Publishing, 2013: 25-26.
\n
\n
\n
[5]
武丽丽, 华一新, 张亚军, 等. “北斗一号”监控管理网设计与实现[J]. 测绘科学, 2008, 33(5):8-9.
\n
\n
\n
[6]
MYBURG A A, GRATTAPAGLIA D, TUSKAN G A, et al. The Genome of Eucalyptus Grandis[J]. Nature, 2014, 510:356-362.
\n
\n
\n
[7]
中国互联网络信息中心. 第 29 次中国互联网络发展现状统计报告[M]. 2012.
\n
\n
\n
[8]
BAWDEN D. Origins and Concepts of Digital Literacy[EB/OL]. http://www.soi.city.ac.uk/~dbawden/digital%20literacy%20chapter.pdf. 2008.
\n
\n
", + "citation_format": "numeric", + "field": "generic-base", + "updated": "2024-07-16T16:39:16+08:00", + "citations": "[1–8]", + "bibliography": "
\n
\n
[1]
库恩. 科学革命的结构: 第 4 版[M]. 金吾伦, 胡新和译. 北京: 北京大学出版社, 2012.
\n
\n
\n
[2]
FAN X, SOMMERS C H. Food Irradiation Research and Technology[M]. Ames, Iowa: Blackwell Publishing, 2013: 25-26.
\n
\n
\n
[3]
贾东琴, 柯平. 面向数字素养的高校图书馆数字服务体系研究[A]. 中国图书馆学会. 中国图书馆学会年会论文集[C]. 北京: 国家图书馆出版社, 2011: 45-52.
\n
\n
\n
[4]
FOURNEY M E. Advances in Holographic Photoelasticity[A]. Symposium on Applications of Holography in Mechanics[C]. New York: ASME, c1971: 17-38.
\n
\n
\n
[5]
武丽丽, 华一新, 张亚军, 等. “北斗一号”监控管理网设计与实现[J]. 测绘科学, 2008, 33(5):8-9.
\n
\n
\n
[6]
MYBURG A A, GRATTAPAGLIA D, TUSKAN G A, et al. The Genome of Eucalyptus Grandis[J]. Nature, 2014, 510:356-362.
\n
\n
\n
[7]
中国互联网络信息中心. 第 29 次中国互联网络发展现状统计报告[M]. 2012.
\n
\n
\n
[8]
BAWDEN D. Origins and Concepts of Digital Literacy[EB/OL]. http://www.soi.city.ac.uk/~dbawden/digital%20literacy%20chapter.pdf. 2008.
\n
\n
", "tags": [ "姓名大写", "有标题", diff --git a/src/shanghai-university/shanghai-university.csl b/src/shanghai-university/shanghai-university.csl index daabebf9..ddb0b1d0 100644 --- a/src/shanghai-university/shanghai-university.csl +++ b/src/shanghai-university/shanghai-university.csl @@ -10,9 +10,9 @@ Antares zh3yu@outlook.com - - - 2024-06-06T13:18:49+08:00 + + + 2024-07-16T16:39:16+08:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License diff --git a/src/social-sciences-in-china/metadata.json b/src/social-sciences-in-china/metadata.json index 1a5b2002..5117fc93 100644 --- a/src/social-sciences-in-china/metadata.json +++ b/src/social-sciences-in-china/metadata.json @@ -17,8 +17,8 @@ } ], "citation_format": "note", - "field": "humanities", - "updated": "2024-06-18T14:31:32+08:00", + "field": "social_science", + "updated": "2024-07-16T17:20:42+08:00", "citations": "1 赵景深:《文坛忆旧》,上海:北新书局,1948年。
\n2 鲁迅:《中国小说的历史的变迁》,《鲁迅全集》第9册,北京:人民文学出版社,1981年,第325页。
\n3 Peter Brooks, Troubling Confessions: Speaking Guilt in Law and Literature, Chicago: University of Chicago Press, 2000.
\n4 R. S. Schfield, “The Impact of Scarcity and Plenty on Population Change in England,” in R. I. Rotberg and T. K. Rabb, eds., Hunger and History: The Impact of Changing Food Production and Consumption Pattern on Society, Cambridge, Mass.: Cambridge University Press, 1983, pp. 55-88.
\n5 赵景深:《文坛忆旧》,第24页。
\n6 鲁迅:《中国小说的历史的变迁》,《鲁迅全集》第9册,第326页。
\n7 Peter Brooks: Troubling Confessions, p. 24.
\n8 R. S. Schfield: “The Impact of Scarcity and Plenty on Population Change in England,” in Hunger and History: The Impact of Changing Food Production and Consumption Pattern on Society, p. 326.
\n", "bibliography": "
\n
\n
[1]
赵景深:《文坛忆旧》,上海:北新书局,1948年。
\n
\n
\n
[2]
鲁迅:《中国小说的历史的变迁》,《鲁迅全集》第9册,北京:人民文学出版社,1981年,第325页。
\n
\n
\n
[3]
Peter Brooks, Troubling Confessions: Speaking Guilt in Law and Literature, Chicago: University of Chicago Press, 2000.
\n
\n
\n
[4]
R. S. Schfield, “The Impact of Scarcity and Plenty on Population Change in England,” in R. I. Rotberg and T. K. Rabb, eds., Hunger and History: The Impact of Changing Food Production and Consumption Pattern on Society, Cambridge, Mass.: Cambridge University Press, 1983, pp. 55-88.
\n
\n
", "tags": [ diff --git a/src/social-sciences-in-china/social-sciences-in-china.csl b/src/social-sciences-in-china/social-sciences-in-china.csl index 86796564..9ddde921 100644 --- a/src/social-sciences-in-china/social-sciences-in-china.csl +++ b/src/social-sciences-in-china/social-sciences-in-china.csl @@ -14,10 +14,9 @@ zepinglee@gmail.com - 1002-4921 - 2024-06-18T14:31:32+08:00 + 2024-07-16T17:20:42+08:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License diff --git a/src/southwestern-university-of-finance-and-ecnomics/metadata.json b/src/southwestern-university-of-finance-and-ecnomics/metadata.json index bd15928e..bfac6269 100644 --- a/src/southwestern-university-of-finance-and-ecnomics/metadata.json +++ b/src/southwestern-university-of-finance-and-ecnomics/metadata.json @@ -14,9 +14,9 @@ ], "contributor": [], "citation_format": "author-date", - "field": "social_science", + "field": "generic-base", "summary": "附件3:西南财经大学本科生毕业论文(设计)撰写与印制规范.docx(2023-10-13)", - "updated": "2024-06-18T22:52:19+08:00", + "updated": "2024-07-16T17:09:54+08:00", "citations": "(库恩,2012)
\n(Fourney,c1971)
\n(贾东琴、柯平,2011)
\n(Fan and Sommers,2013)
\n(武丽丽等,2008)
\n(Myburg et al.,2014)
\n(中国互联网络信息中心,2012;Bawden,2008)
\n", "bibliography": "
\n
[1]贾东琴、柯平:《面向数字素养的高校图书馆数字服务体系研究》,载中国图书馆学会主编:《中国图书馆学会年会论文集》,国家图书馆出版社,2011年.
\n
[2]库恩:《科学革命的结构: 第 4 版》,北京大学出版社,2012年.
\n
[3]武丽丽、华一新、张亚军、刘英敏:《“北斗一号”监控管理网设计与实现》,《测绘科学》,2008年第5期.
\n
[4]中国互联网络信息中心:《第 29 次中国互联网络发展现状统计报告》,2012年.
\n
[5]Bawden, D., 2008, Origins and Concepts of Digital Literacy.
\n
[6]Fan, X. and Sommers, C. H., 2013, Food Irradiation Research and Technology, Ames, Iowa: Blackwell Publishing.
\n
[7]Fourney, M. E., c1971, “Advances in Holographic Photoelasticity”, in Symposium on Applications of Holography in Mechanics, New York: ASME.
\n
[8]Myburg, A. A., Grattapaglia, D., Tuskan, G. A., Hellsten, U., Hayes, R. D., Grimwood, J., Jenkins, J., Lindquist, E., Tice, H., Bauer, D., Goodstein, D. M., Dubchak, I., Poliakov, A., Mizrachi, E., Kullan, A. R. K., Hussey, S. G., Pinard, D., Merwe, K. van der, Singh, P., Jaarsveld, I. van, Silva-Junior, O. B., Togawa, R. C., Pappas, M. R., Faria, D. A., Sansaloni, C. P., Petroli, C. D., Yang, X., Ranjan, P., Tschaplinski, T. J., Ye, C. Y., Li, T., Sterck, L., Vanneste, K., Murat, F., Soler, M., Clemente, H. S., Saidi, N., Cassan-Wang, H., Dunand, C., Hefer, C. A., Bornberg-Bauer, E., Kersting, A. R., Vining, K., Amarasinghe, V., Ranik, M., Naithani, S., Elser, J., Boyd, A. E., Liston, A., Spatafora, J. W., Dharmwardhana, P., Raja, R., Sullivan, C., Romanel, E., Alves-Ferreira, M., Külheim, C., Foley, W., Carocha, V., Paiva, J., Kudrna, D., Brommonschenkel, S. H., Pasquali, G., Byrne, M., Rigault, P., Tibbits, J., Spokevicius, A., Jones, R. C., Steane, D. A., Vaillancourt, R. E., Potts, B. M., Joubert, F., Barry, K., Pappas, G. J., Strauss, S. H., Jaiswal, P., Grima-Pettenati, J., Salse, J., Van de Peer, Y., Rokhsar, D. S. and Schmutz, J., 2014, “The Genome of Eucalyptus Grandis”, Nature, vol.510, pp.356~362.
\n
", "tags": [ diff --git a/src/southwestern-university-of-finance-and-ecnomics/southwestern-university-of-finance-and-ecnomics.csl b/src/southwestern-university-of-finance-and-ecnomics/southwestern-university-of-finance-and-ecnomics.csl index c23ba0e3..107cd771 100644 --- a/src/southwestern-university-of-finance-and-ecnomics/southwestern-university-of-finance-and-ecnomics.csl +++ b/src/southwestern-university-of-finance-and-ecnomics/southwestern-university-of-finance-and-ecnomics.csl @@ -12,9 +12,10 @@ lch2002728@gmail.com + 附件3:西南财经大学本科生毕业论文(设计)撰写与印制规范.docx(2023-10-13) - 2024-06-18T22:52:19+08:00 + 2024-07-16T17:09:54+08:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License diff --git a/src/the-journal-of-international-studies/metadata.json b/src/the-journal-of-international-studies/metadata.json index 636ec28b..85f77f11 100644 --- a/src/the-journal-of-international-studies/metadata.json +++ b/src/the-journal-of-international-studies/metadata.json @@ -20,7 +20,7 @@ "citation_format": "note", "field": "political_science", "summary": "《国际政治研究》注释体例(2014-06-02)", - "updated": "2024-06-18T19:35:09+08:00", + "updated": "2024-07-16T17:10:22+08:00", "citations": "1 库恩:《科学革命的结构: 第 4 版》(第2版),北京:北京大学出版社2012年版。
\n2 Xuetong Fan and Christopher H. Sommers, Food Irradiation Research and Technology, Ames, Iowa: Blackwell Publishing, 2013, pp.25–26.
\n3 贾东琴、柯平:《面向数字素养的高校图书馆数字服务体系研究》,载中国图书馆学会主编:《中国图书馆学会年会论文集》2011 年卷,北京:国家图书馆出版社2011年,第45–52页。
\n4 M. E. Fourney, “Advances in Holographic Photoelasticity,” in Symposium on Applications of Holography in Mechanics, New York: ASME, c1971, pp.17–38.
\n5 武丽丽等:《“北斗一号”监控管理网设计与实现》,《测绘科学》2008年第5期,第8–9页。
\n6 Alexander A. Myburg et al., “The Genome of Eucalyptus Grandis,” Nature, Vol. 510, 2014, pp.356–362.
\n7 Alexander A. Myburg et al., “The Genome of Eucalyptus Grandis.”
\n8 Alexander A. Myburg et al., “The Genome of Eucalyptus Grandis,” p.357.
\n9 Xuetong Fan and Christopher H. Sommers, Food Irradiation Research and Technology, pp.326–329.
\n", "bibliography": "
\n
\n
[1]
库恩:《科学革命的结构: 第 4 版》(第2版),北京:北京大学出版社2012年版。
\n
\n
\n
[2]
Xuetong Fan and Christopher H. Sommers, Food Irradiation Research and Technology, Ames, Iowa: Blackwell Publishing, 2013, pp.25–26.
\n
\n
\n
[3]
贾东琴、柯平:《面向数字素养的高校图书馆数字服务体系研究》,载中国图书馆学会主编:《中国图书馆学会年会论文集》2011 年卷,北京:国家图书馆出版社2011年,第45–52页。
\n
\n
\n
[4]
M. E. Fourney, “Advances in Holographic Photoelasticity,” in Symposium on Applications of Holography in Mechanics, New York: ASME, c1971, pp.17–38.
\n
\n
\n
[5]
武丽丽等:《“北斗一号”监控管理网设计与实现》,《测绘科学》2008年第5期,第8–9页。
\n
\n
\n
[6]
Alexander A. Myburg et al., “The Genome of Eucalyptus Grandis,” Nature, Vol. 510, 2014, pp.356–362.
\n
\n
", "tags": [ diff --git a/src/the-journal-of-international-studies/the-journal-of-international-studies.csl b/src/the-journal-of-international-studies/the-journal-of-international-studies.csl index c30028b0..8341e577 100644 --- a/src/the-journal-of-international-studies/the-journal-of-international-studies.csl +++ b/src/the-journal-of-international-studies/the-journal-of-international-studies.csl @@ -16,10 +16,9 @@ - 1671-4709 《国际政治研究》注释体例(2014-06-02) - 2024-06-18T19:35:09+08:00 + 2024-07-16T17:10:22+08:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License diff --git a/src/tianjin-university-numberic/metadata.json b/src/tianjin-university-numberic/metadata.json index a05cff9e..3b696113 100644 --- a/src/tianjin-university-numberic/metadata.json +++ b/src/tianjin-university-numberic/metadata.json @@ -18,8 +18,9 @@ } ], "citation_format": "numeric", + "field": "generic-base", "summary": "1. 按照语言显示“等”或“et al.”;2. 姓名取消全大写;3. 仅纯电子资源显示引用日期和 URL;4. 无 DOI;5. 正文的引用使用全角括号。", - "updated": "2024-06-06T13:18:48+08:00", + "updated": "2024-07-16T16:43:13+08:00", "citations": "[1–8]", "bibliography": "
\n
\n
[1]
库恩.科学革命的结构: 第 4 版[M].金吾伦, 胡新和,译.2 版.北京:北京大学出版社,2012.
\n
\n
\n
[2]
Fan X, Sommers C H. Food irradiation research and technology[M]. 2nd ed. Ames, Iowa: Blackwell Publishing, 2013: 25-26.
\n
\n
\n
[3]
贾东琴,柯平.面向数字素养的高校图书馆数字服务体系研究[C].中国图书馆学会.中国图书馆学会年会论文集:2011 年卷.北京:国家图书馆出版社,2011:45-52.
\n
\n
\n
[4]
Fourney M E. Advances in holographic photoelasticity[C]. Symposium on Applications of Holography in Mechanics, August 23–25, 1971, University of Southern California, Los Angeles, California. New York: ASME, c1971: 17-38.
\n
\n
\n
[5]
武丽丽,华一新,张亚军,等.“北斗一号”监控管理网设计与实现[J].测绘科学,2008,33(5):8-9.
\n
\n
\n
[6]
Myburg A A, Grattapaglia D, Tuskan G A, et al. The genome of eucalyptus grandis[J]. Nature, 2014, 510: 356-362.
\n
\n
\n
[7]
中国互联网络信息中心.第 29 次中国互联网络发展现状统计报告[R].2012.
\n
\n
\n
[8]
Bawden D. Origins and concepts of digital literacy[EB/OL]. (2008-05-04)[2013-03-08]. http://www.soi.city.ac.uk/~dbawden/digital%20literacy%20chapter.pdf.
\n
\n
", "tags": [ diff --git a/src/tianjin-university-numberic/tianjin-university-numberic.csl b/src/tianjin-university-numberic/tianjin-university-numberic.csl index 5f47877b..8c4f7d39 100644 --- a/src/tianjin-university-numberic/tianjin-university-numberic.csl +++ b/src/tianjin-university-numberic/tianjin-university-numberic.csl @@ -15,8 +15,9 @@ zepinglee@gmail.com + 1. 按照语言显示“等”或“et al.”;2. 姓名取消全大写;3. 仅纯电子资源显示引用日期和 URL;4. 无 DOI;5. 正文的引用使用全角括号。 - 2024-06-06T13:18:48+08:00 + 2024-07-16T16:43:13+08:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License diff --git a/src/transactions-of-the-chinese-society-of-agricultural-engineering/metadata.json b/src/transactions-of-the-chinese-society-of-agricultural-engineering/metadata.json index 3abb755b..387ee225 100644 --- a/src/transactions-of-the-chinese-society-of-agricultural-engineering/metadata.json +++ b/src/transactions-of-the-chinese-society-of-agricultural-engineering/metadata.json @@ -13,8 +13,8 @@ ], "contributor": [], "citation_format": "numeric", - "field": "generic-base", - "updated": "2024-06-06T09:22:18+08:00", + "field": "engineering", + "updated": "2024-07-16T16:39:25+08:00", "citations": "[1–8]", "bibliography": "
\n
[1] 库恩. 科学革命的结构: 第 4 版[M]. 金吾伦, 胡新和, 译. 2 版. 北京: 北京大学出版社, 2012.\n
科学革命的结构.
\n
\n
[2] FAN X, SOMMERS C H. Food irradiation research and technology[M]. 2 edition. Ames, Iowa: Blackwell Publishing, 2013: 25–26[2014-06-26].
\n
[3] 贾东琴, 柯平. 面向数字素养的高校图书馆数字服务体系研究[C]. 中国图书馆学会, 编//中国图书馆学会年会论文集. 北京: 国家图书馆出版社, 2011: 45–52.
\n
[4] FOURNEY M E. Advances in holographic photoelasticity[C]//Symposium on Applications of Holography in Mechanics. New York: ASME, c1971: 17–38.
\n
[5] 武丽丽, 华一新, 张亚军, 等. “北斗一号”监控管理网设计与实现[J]. 测绘科学, 2008, 33(5): 8–9[2009-10-25].
\n
[6] MYBURG A A, GRATTAPAGLIA D, TUSKAN G A, et al. The genome of eucalyptus grandis[J]. Nature, 2014, 510: 356–362[2014-06-25].
\n
[7] 中国互联网络信息中心. 第 29 次中国互联网络发展现状统计报告[R]. [2013-03-26].
\n
[8] BAWDEN D. Origins and concepts of digital literacy[EB](2008-05-04)[2013-03-08].
\n
", "tags": [ diff --git a/src/transactions-of-the-chinese-society-of-agricultural-engineering/transactions-of-the-chinese-society-of-agricultural-engineering.csl b/src/transactions-of-the-chinese-society-of-agricultural-engineering/transactions-of-the-chinese-society-of-agricultural-engineering.csl index ff45c450..f43e7e48 100644 --- a/src/transactions-of-the-chinese-society-of-agricultural-engineering/transactions-of-the-chinese-society-of-agricultural-engineering.csl +++ b/src/transactions-of-the-chinese-society-of-agricultural-engineering/transactions-of-the-chinese-society-of-agricultural-engineering.csl @@ -10,8 +10,8 @@ redleafnew@163.com - - 2024-06-06T09:22:18+08:00 + + 2024-07-16T16:39:25+08:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License diff --git a/src/tsinghua-university-humanities-and-social-sciences/metadata.json b/src/tsinghua-university-humanities-and-social-sciences/metadata.json index 947f8348..103bec06 100644 --- a/src/tsinghua-university-humanities-and-social-sciences/metadata.json +++ b/src/tsinghua-university-humanities-and-social-sciences/metadata.json @@ -14,9 +14,9 @@ ], "contributor": [], "citation_format": "note", - "field": "humanities", + "field": "generic-base", "summary": "清华大学研究生学位论文写作指南(2023 年 3 月)附录 I 综合性期刊文献引证技术规范(试行稿)", - "updated": "2024-06-18T22:23:59+08:00", + "updated": "2024-07-16T17:10:48+08:00", "citations": "1 R. Starn and L. W. Partridge, Arts of Power: Three Halls of State in Italy, 1300-1600, University of California Press, 1992, pp. 19–28.
\n2 M. Polo, The Travels of Marco Polo, trans. by William Marsden, Hertfordshire: Cumberland House, 1997, pp. 55, 88.
\n3 T. H. Aston and C. H. E. Philpin (eds.), The Brenner Debate: Agrarian Class Structure and Economic Development in Pre-Industrial Europe, Cambridge University Press, 1987, p. 35.
\n4 R. Schofield, “The Impact of Scarcity and Plenty on Population Change in England, 1541-1871,” in R. I. Rotberg and T. K. Rabb (eds.), Hunger and History: The Impact of Changing Food Production and Consumption Patterns on Society, Cambridge: Cambridge University Press, 1983, p. 79.
\n5 H. B. Chamberlain, “On the Search for Civil Society in China,” Modern China, vol. 19, no. 2 (April 1993), pp. 199–215.
\n6 R. Starn and L. W. Partridge, Arts of Power: Three Halls of State in Italy, 1300-1600.
\n7 R. Schofield, “The Impact of Scarcity and Plenty on Population Change in England, 1541-1871,” in R. I. Rotberg and T. K. Rabb (eds.), Hunger and History: The Impact of Changing Food Production and Consumption Patterns on Society.
\n8 H. B. Chamberlain, “On the Search for Civil Society in China,” Modern China, vol. 19, no. 2 (April 1993).
\n", "bibliography": "
\n
\n
[1]
R. Starn and L. W. Partridge, Arts of Power: Three Halls of State in Italy, 1300-1600, University of California Press, 1992.
\n
\n
\n
[2]
M. Polo, The Travels of Marco Polo, trans. by William Marsden, Hertfordshire: Cumberland House, 1997.
\n
\n
\n
[3]
T. H. Aston and C. H. E. Philpin (eds.), The Brenner Debate: Agrarian Class Structure and Economic Development in Pre-Industrial Europe, Cambridge University Press, 1987.
\n
\n
\n
[4]
R. Schofield, “The Impact of Scarcity and Plenty on Population Change in England, 1541-1871,” in R. I. Rotberg and T. K. Rabb (eds.), Hunger and History: The Impact of Changing Food Production and Consumption Patterns on Society, Cambridge: Cambridge University Press, 1983, pp. 265–291.
\n
\n
\n
[5]
H. B. Chamberlain, “On the Search for Civil Society in China,” Modern China, vol. 19, no. 2 (April 1993), pp. 199–215.
\n
\n
", "tags": [ diff --git a/src/tsinghua-university-humanities-and-social-sciences/tsinghua-university-humanities-and-social-sciences.csl b/src/tsinghua-university-humanities-and-social-sciences/tsinghua-university-humanities-and-social-sciences.csl index ea84855c..e6047b76 100644 --- a/src/tsinghua-university-humanities-and-social-sciences/tsinghua-university-humanities-and-social-sciences.csl +++ b/src/tsinghua-university-humanities-and-social-sciences/tsinghua-university-humanities-and-social-sciences.csl @@ -11,9 +11,11 @@ zepinglee@gmail.com + + 清华大学研究生学位论文写作指南(2023 年 3 月)附录 I 综合性期刊文献引证技术规范(试行稿) - 2024-06-18T22:23:59+08:00 + 2024-07-16T17:10:48+08:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License diff --git a/src/university-of-chinese-academy-of-sciences-author-date/metadata.json b/src/university-of-chinese-academy-of-sciences-author-date/metadata.json index e3615e6e..0866d69a 100644 --- a/src/university-of-chinese-academy-of-sciences-author-date/metadata.json +++ b/src/university-of-chinese-academy-of-sciences-author-date/metadata.json @@ -14,8 +14,9 @@ ], "contributor": [], "citation_format": "author-date", + "field": "generic-base", "summary": "《中国科学院大学研究生学位论文撰写规范指导意见》(2022 年 3 月 7 日修订)著者-出版年制", - "updated": "2024-06-18T15:36:05+08:00", + "updated": "2024-07-16T16:43:21+08:00", "citations": "(田婉淑, 1986)
\n(赵耀东, 1998)
\n(辛希孟, 1994)
\n(Peebles, 2001)
\n(程根伟, 1999)
\n(中国地质学会, 1936)
\n(中国图书馆学会, 1957)
\n(王静 等, 2011)
\n(郑本兴, 2000)
\n(傅刚 等, 2000)
\n(江锡洲, 1989)
\n(西安电子科技大学, 2002)
\n", "bibliography": "
\n
程根伟. 1998 年长江洪水的成因与减灾对策[M]//许厚泽, 赵其国. 长江流域洪涝灾害与科技对策. 北京: 科学出版社, 1999: 32-36.
\n
傅刚, 赵承, 李佳路. 大风沙过后的思考[N]. 2000-04-12(14).
\n
江锡洲. 一种温热外敷药制备方案: 88105607.3[P]. 1989-07-26.
\n
田婉淑. 中国两栖爬行动物鉴定手册[M]. 北京: 科学出版社, 1986: 98-106.
\n
王静, 周启心, 田孟, 等. 树鼩模型:抑郁症的社会竞争失败与学习和记忆的被捕获条件反射[J]. 动物学研究, 2011, 32(1): 24-30.
\n
西安电子科技大学. 光折变自适应光外差探测方法: 01128777.2[P]. 2002.
\n
辛希孟. 信息技术与信息服务国际研讨会论文集 A集[M]. 北京: 中国社会科学出版社, 1994.
\n
赵耀东. 新时代的工业工程师[M]. 台北: 天下文化出版社, 1998.
\n
郑本兴. 云南玉龙雪山第四纪冰期与冰川演化模式[J]. 冰川冻土, 2000, 22(1): 53-61.
\n
中国地质学会. 地质评论[J]. 1936, 1(1). 北京: 地质出版社, 1936.
\n
中国图书馆学会. 图书馆学通讯[J]. 1957. 北京: 北京图书馆, 1957: 98-106.
\n
Peebles P Z Jr. Probability, random variables, and random signal principles[M]. 4th ed. New York: McGraw Hill, 2001.
\n
", "tags": [ diff --git a/src/university-of-chinese-academy-of-sciences-author-date/university-of-chinese-academy-of-sciences-author-date.csl b/src/university-of-chinese-academy-of-sciences-author-date/university-of-chinese-academy-of-sciences-author-date.csl index f15c3c7c..a7f4ff46 100644 --- a/src/university-of-chinese-academy-of-sciences-author-date/university-of-chinese-academy-of-sciences-author-date.csl +++ b/src/university-of-chinese-academy-of-sciences-author-date/university-of-chinese-academy-of-sciences-author-date.csl @@ -11,8 +11,9 @@ redleafnew@163.com + 《中国科学院大学研究生学位论文撰写规范指导意见》(2022 年 3 月 7 日修订)著者-出版年制 - 2024-06-18T15:36:05+08:00 + 2024-07-16T16:43:21+08:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License @@ -454,7 +455,8 @@ - + +