{"id":13728,"date":"2011-07-15T12:22:48","date_gmt":"2011-07-15T12:22:48","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/bib3html\/"},"modified":"2011-07-15T13:22:32","modified_gmt":"2011-07-15T13:22:32","slug":"bib3html","status":"publish","type":"plugin","link":"https:\/\/szl.wordpress.org\/plugins\/bib3html\/","author":8044350,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"0.9.4","stable_tag":"trunk","tested":"3.2.1","requires":"1.5","requires_php":"","requires_plugins":"","header_name":"bib3html","header_author":"Alexander D\u00fcmont for Digipolis [digipolis.ag-nbi.de], Sergio Andreozzi","header_description":"","assets_banners_color":"","last_updated":"2011-07-15 13:22:32","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/wordpress.org\/extend\/plugins\/bib3html\/","header_author_uri":"","rating":0,"author_block_rating":0,"active_installs":10,"downloads":2046,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":[],"screenshots":{"1":"This is an example on how to use the tag into a page bib2html-tag.png","2":"This is an example of the output from tango's blog bib2html-output.png"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[1856,1975],"plugin_category":[46],"plugin_contributors":[96451,89729],"plugin_business_model":[],"class_list":["post-13728","plugin","type-plugin","status-publish","hentry","plugin_tags-bibtex","plugin_tags-formatting","plugin_category-editor-and-writing","plugin_contributors-alexurus","plugin_contributors-tango","plugin_committers-alexurus"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/bib3html.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>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.<\/p>\n\n<p>bib3html is a refined fork from bib2html written by tango. It enables to add bibtex entries formatted as HTML in wordpress pages and posts. The input data is a local or remote bibtex file and the output is HTML.\nThe entries are formatted by default using the IEEE style. Bibtex source file and a link to the publication are also available from the HTML.\nIn order to reduce site loading the generated HTML Contents are cached in the cache directory for a defined time. If the cached HTML is out of date it gets reloaded automatically.<\/p>\n\n<p>Features:<\/p>\n\n<ul>\n<li>input data directly from the bibtex text file<\/li>\n<li>source files can be URL<\/li>\n<li>automatic HTML generation<\/li>\n<li>template and cache usage<\/li>\n<li>easy inclusion in wordpress pages\/posts by means of a dedicated tag<\/li>\n<li>possibility of filtering the bibtex entries based on their type (e.g. \"allow\", \"deny\")<\/li>\n<li>possibility to access the single bibtex entry source code to enable copy&amp;paste (toggle-enabled visualization)<\/li>\n<li>expose URL of each document (if network-reachable)<\/li>\n<li>possibility of editing the bibtex file directly from the wordpress administration page<\/li>\n<\/ul>\n\n<p>The bib3html plugin has been developed and tested under Wordpress 3.2.0<\/p>\n\n<h3>A brief Markdown Example<\/h3>\n\n<p>When writing a page\/post, you can use the tag [bibtex] as follows:<\/p>\n\n<p>This is tango's whole list of publications: [bibtex file=\"mypub.bib\"]\nIf you want to filter the type of bibtex items, you can use one of the attributes allow, deny and key as follows:<\/p>\n\n<p>This is tango's list of journal articles:\n[bibtex file=\"mypub.bib\" allow=\"article\"]<\/p>\n\n<p>This is tango's list of conference articles and technical reports:\n[bibtex file=\"mypub.bib\" allow=\"inproceedings,techreport\"]<\/p>\n\n<p>This is the rest of tango's publications:\n[bibtex file=\"mypub.bib\" deny=\"article,inproceedings,techreport\"]<\/p>\n\n<p>This is tango's latest conference paper:\n[bibtex file=\"mypub.bib\" key=\"CGW2006\"]<\/p>\n\n<p>This is tango's bibliography maintained at citeulike.org\n[bibtex file=\"http:\/\/www.citeulike.org\/bibtex\/user\/username\"]<\/p>\n\n<p>This is tango's bibliography maintained at bibsonomy.org\n[bibtex file=\"http:\/\/bibsonomy.org\/bib\/user\/username?items=1000\"]<\/p>\n\n<!--section=installation-->\n<ol>\n<li>download the zip file and extract the content of the zip file into a local folder<\/li>\n<li>local bibtex files should be copied in bib3html\/data\/ directory<\/li>\n<li>upload the folder bib3html into your wp-content\/plugins\/ directory<\/li>\n<li>if using a unix based operation system set chmod to an appropriate state (esp. \/cache, \/data)<\/li>\n<li>log in the wordpress administration page and access the Plugins menu<\/li>\n<li>activate bib3html<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>How can I edit tango's bibtex files?<\/dt>\n<dd><p>If your file is local to the blog installation, you have two options:\n- via FTP client with text editor\n- via Wordpress Admin interface: Manage-&gt;Files-&gt;Other Files\n-- use wp-content\/plugins\/bib3html\/data\/mybibfile.bib as a path<\/p>\n\n<p>Alternatively, you can maintain your updated biblilography by using systems such as citeulike.org and bibsonomy.org; \nspecify the bib file using as a URL (e.g., in citeulike, you should use http:\/\/www.citeulike.org\/bibtex\/user\/username)<\/p><\/dd>\n<dt>How are the entries sorted?<\/dt>\n<dd><p>Since version 0.9, the entries are sorted by year starting from the most\nrecent; in future revision, I plan to make this configurable by the user<\/p><\/dd>\n<dt>How can I personlize the HTML rendering?<\/dt>\n<dd><p>The HTML rendering is isolated in a template file called bibentry-html.tpl.\nJust change it.<\/p><\/dd>\n\n<\/dl>","raw_excerpt":"bib3html is a refined fork from bib2html written by tango. It enables to add bibtex entries formatted as HTML in wordpress pages and posts.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/13728","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=13728"}],"author":[{"embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/alexurus"}],"wp:attachment":[{"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=13728"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=13728"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=13728"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=13728"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=13728"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/szl.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=13728"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}