Research Archive · Single Source of Truth

NIEP Comprehensive Bibliography & Literature Archive

The centralized canonical archive of all foundational papers, milestone breakthroughs, doctoral dissertations, and modern preprints governing the Nonnegative Inverse Eigenvalue Problem.

Loading catalog...

🔗 Reusable Citation Architecture Across Hub Pages

How pages across this research hub pull standardized citation blocks from this central archive.

To guarantee standard academic citations, uniform styling, and synchronized BibTeX metadata across all wiki articles and computational tools, all literature citations are maintained in a single global source of truth (js/citations.js).

Embedding Standard Citations in Any Page

Web Components

Include <script src="js/citations.js" defer></script> in the page <head>. Then insert any of the following tags anywhere in your HTML:

  • Single Citation Card:
    <cite-card key="karpelevich1951"></cite-card>
  • Group of Citation Cards:
    <cite-grid keys="kolmogorov1938, dmitriev1946, karpelevich1951, swift1972, ito1997, kirkland2020, munger2023, verbeken2026"></cite-grid>
  • Static Data Attribute:
    <div class="bib-grid" data-citations="suleimanova1949, fiedler1974, laffey1999"></div>
  • Inline Text Citation:
    According to the landmark result of <cite-ref key="karpelevich1951"></cite-ref>...