You are here

function biblio_style_cse_info in Bibliography Module 7

Same name and namespace in other branches
  1. 5 biblio_style_cse.inc \biblio_style_cse_info()
  2. 6.2 styles/biblio_style_cse.inc \biblio_style_cse_info()
  3. 6 biblio_style_cse.inc \biblio_style_cse_info()
  4. 7.2 styles/biblio_style_cse.inc \biblio_style_cse_info()

Get the style information.

Return value

string[] The name of the style keyed with the abbreviation.

File

styles/biblio_style_cse.inc, line 14
Council of Science Editors (CSE) style.

Code

function biblio_style_cse_info() {
  return array(
    'cse' => 'Council of Science Editors (CSE)',
  );
}