Smart Embed Code Quick Setup Manual
This manual helps you to setup Smart Embed Code quickly on your website. It usually just takes a few minutes.
First, copy and paste the following lines in the <head> section. It's also fine to put it in the <body> section. To show your own citation data, you need to use your own API key we sent you.
<!-- Use the demo data -->
<meta name="bizgeniusapp-key" content="1">
<!-- Or, use your real data -->
<meta name="bizgeniusapp-key" content="(Place your own key here)">
<script src="https://www.bizgeniusapp.com/api/citation.min.js" type="text/javascript"></script>
Next, choose the visual component(s) you want to display. Each component has one line of code, and you may place the code to the desired place. You do not have to use all components in a page - just use the ones you need.
You may learn more details of the components, including the parameters (tags), and how they look like in the Citation Smart Embed Code page.
Citation Number:
<div id="bizgenius-citation-widget-container-count-total-year-month" style="display:flex; justify-content:center; flex-wrap:wrap;"></div>
Interactive Citation Map:
<div id="bizgenius-citation-widget-container-map" style="width:100%;height:400px"></div>
Citation Search Form and List:
<div id="bizgenius-citation-widget-container-form" style="width:100%;padding-top:20px"></div>
<p>
<div id="bizgenius-citation-widget-container-list" data-maxnum='10' data-order="impactFactor" style="width:100%;"></div>
Tips for advanced styling can be found https://www.biz-genius.com/styling-your-citation-library-code-examples/
Top Journal List:
<div id="bizgenius-citation-widget-container-list-top" data-maxnum='100' data-minif='10' style="width:100%;font-size:80%"></div>
Citation List for a particular product (usually in individual product pages). You of course need to change the value for data-product-name.
<div id="bizgenius-citation-widget-container-list" data-product-name='DNA' data-maxnum='5' data-order='impactFactor' style="width:100%;"></div>
Citation List for multiple products:
<div id="bizgenius-citation-widget-container-list" data-product-name='DNA++RNA++Protein' data-maxnum='5' data-order='impactFactor' style="width:100%;"></div>
Citation List for a given search keyword:
<div id="bizgenius-citation-widget-container-list" data-search-keyword='DNA' data-maxnum='5' data-order='impactFactor' style="width:100%;"></div>
Citation List of a few papers defined by their paper IDs, separated by comma (note, the ID is the paper's BizGenius ID):
<div id="bizgenius-citation-widget-container-list" data-paper-ids="4800608,4716105,4815683" data-maxnum='5' data-order='impactFactor' style="width:100%;"></div>
Publication List of a new published papers for a given keyword. Data retrieved from PubMed in realtime:
<div id="bizgenius-citation-widget-container-list-new-papers-pubmed" data-maxnum="3" data-keyword="CRISPR Neuroscience" data-show-abstract="yes" style="width:100%;"></div>
Publication List of a new published papers for a given keyword. Data retrieved from PubMed Central in realtime:
<div id="bizgenius-citation-widget-container-list-new-papers-pmc" data-maxnum="3" data-keyword="CRISPR Neuroscience" data-show-abstract="yes" style="width:100%;"></div>
Citation number for a given product:
<span class="bizgenius-citation-widget-container-count-product" data-product-name="DNA" data-enclose="()"></span>
<span class="bizgenius-citation-widget-container-count-product" data-product-name="Protein" data-hide-0="yes"></span>
Citation number (total):
<span class="bizgenius-citation-widget-container-count-product" data-product-name=""></span>
Want to customize the styles? Please refer to this page.
Again, you may learn more details of the components, including the parameters (tags), and how they look like in the Citation Smart Embed Code page.