[wordpress插件] bib3htmlbib3html

wordpress 插件 文章 2020-03-04 17:00 546 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

If you need to maintain a bibliography in bibtex format and also write a Web page to publish the list of your publications, then bib3html is the right solution for you.

如果您需要维护bibtex格式的参考书目,并且还需要编写网页来发布出版物列表,那么bib3html是适合您的解决方案。

bib3html is a refined fork from bib2html written by tango.

bib3html是由tango编写的bib2html的精制分叉。

It enables to add bibtex entries formatted as HTML in wordpress pages and posts.

它可以在wordpress页面和帖子中添加格式为HTML的bibtex条目。

The input data is a local or remote bibtex file and the output is HTML.

输入数据是本地或远程bibtex文件,输出是HTML。

The entries are formatted by default using the IEEE style.

默认情况下,使用IEEE样式对条目进行格式化。

Bibtex source file and a link to the publication are also available from the HTML.

HTML也提供Bibtex源文件和出版物的链接。

In order to reduce site loading the generated HTML Contents are cached in the cache directory for a defined time.

为了减少站点负载,将生成的HTML内容在缓存目录中缓存定义的时间。

If the cached HTML is out of date it gets reloaded automatically.

如果缓存的HTML已过期,则会自动重新加载。

Features:

功能:

    • input data directly from the bibtex text file
    • 直接从bibtex文本文件中输入数据

    • source files can be URL
    • 源文件可以是URL

    • automatic HTML generation
    • 自动生成HTML

    • template and cache usage
    • 模板和缓存使用情况

    • easy inclusion in wordpress pages/posts by means of a dedicated tag
    • 通过专用标签轻松包含在wordpress页面/帖子中

    • possibility of filtering the bibtex entries based on their type (e.g. “allow”, “deny”)
    • 根据类型(例如“允许”,“拒绝”)过滤bibtex条目的可能性

    • possibility to access the single bibtex entry source code to enable copy&paste (toggle-enabled visualization)
    • 可以访问单个bibtex条目源代码以启用复制和粘贴(启用了切换的可视化)

    • expose URL of each document (if network-reachable)
    • 公开每个文档的网址(如果可访问网络)

    • possibility of editing the bibtex file directly from the wordpress administration page
    • 可以直接在wordpress管理页面上编辑bibtex文件

    The bib3html plugin has been developed and tested under WordPress 3.2.0

    bib3html插件已在WordPress 3.2.0下开发和测试

    A brief Markdown Example

    一个简短的Markdown示例

    When writing a page/post, you can use the tag [bibtex] as follows:

    编写页面/帖子时,可以如下使用标签[bibtex]:

    This is tango’s whole list of publications: [bibtex file=”mypub.bib”]

    这是探戈的全部出版物清单:[bibtex file =” mypub.bib”]

    If you want to filter the type of bibtex items, you can use one of the attributes allow, deny and key as follows:

    如果要过滤bibtex项的类型,可以使用属性allow,deny和key之一,如下所示:

    This is tango’s list of journal articles:

    这是探戈的期刊文章列表:

    [bibtex file=”mypub.bib” allow=”article”]

    [bibtex file =” mypub.bib” allow =” article”]

    This is tango’s list of conference articles and technical reports:

    这是探戈的会议文章和技术报告列表:

    [bibtex file=”mypub.bib” allow=”inproceedings,techreport”]

    [bibtex file =” mypub.bib” allow =”收入,技术报告”]

    This is the rest of tango’s publications:

    这是探戈的其余出版物:

    [bibtex file=”mypub.bib” deny=”article,inproceedings,techreport”]

    [bibtex file =” mypub.bib” deny =”文章,过程,技术报告”]

    This is tango’s latest conference paper:

    这是探戈的最新会议论文:

    [bibtex file=”mypub.bib” key=”CGW2006″]

    [bibtex file =” mypub.bib”键=“ CGW2006”]

    This is tango’s bibliography maintained at citeulike.org

    这是探戈的参考书目,保留在citeulike.org

    [bibtex file=”http://www.citeulike.org/bibtex/user/username”]

    [bibtex file =” http://www.citeulike.org/bibtex/user/username”]

    This is tango’s bibliography maintained at bibsonomy.org

    这是bibsonomy.org上维护的探戈书目

    [bibtex file=”http://bibsonomy.org/bib/user/username?items=1000″]

    [bibtex文件=“ http://bibsonomy.org/bib/user/username?items=1000”]

安装步骤

    1. download the zip file and extract the content of the zip file into a local folder
    2. 下载zip文件并将zip文件的内容提取到本地文件夹中

    3. local bibtex files should be copied in bib3html/data/ directory
    4. 本地bibtex文件应复制到bib3html / data /目录中

    5. upload the folder bib3html into your wp-content/plugins/ directory
    6. 将文件夹bib3html上载到您的wp-content / plugins /目录中

    7. if using a unix based operation system set chmod to an appropriate state (esp. /cache, /data)
    8. 如果使用基于unix的操作系统,请将chmod设置为适当的状态(尤其是/ cache,/ data)

    9. log in the wordpress administration page and access the Plugins menu
    10. 登录wordpress管理页面并访问“插件”菜单

    11. activate bib3html
    12. 激活bib3html

下载地址
https://downloads.wordpress.org/plugin/bib3html.zip
-EOF-

AI助手支持GPT4.0