文件名称:citation-formatter:以 APA、MLA 格式格式引用
文件大小:75KB
文件格式:ZIP
更新时间:2024-06-19 06:45:00
JavaScript
引文格式化程序 :books: 一个小的 JS 模块,用于创建 APA 和 MLA 格式的学术引用。 支持 APA 和 MLA 小尺寸(1.5kb) 灵活的API 入门 惯例: npm install citation-formatter 创建一个引用对象来引用: const myCitationObjects = [ { authors : [ { first : 'John' , last : 'Doe' } ] , year : '2021' , title : 'Title' , publisher : 'Publisher' , url : 'https://example.com/link-to-article' } ] 它将在 APA 和 MLA 中具有以下预期输出: Doe, J. (2021)。 标题。 出版商。 约翰·多伊等人。 (2021)。 “标题。”
【文件预览】:
citation-formatter-master
----.github()
--------workflows()
----webpack.config.js(393B)
----src()
--------index.test.js(5KB)
--------index.js(3KB)
----babel.config.js(91B)
----README.md(2KB)
----dist()
--------index.js(1KB)
----.gitignore(13B)
----package-lock.json(269KB)
----package.json(608B)