BibTeX Bibliography (.bib)
A BibTeX bibliography with three real citations (Lovelace, Knuth, Shannon) across article, book, and inproceedings types — for testing BibTeX parsers, reference managers, and citation converters.
@article{lovelace1843notes,
author = {Lovelace, Ada},
title = {Notes on the Analytical Engine},
journal = {Taylor's Scientific Memoirs},
year = {1843},
volume = {3},
pages = {666--731}
}
@book{knuth1997taocp,
author = {Knuth, Donald E.},
title = {The Art of Computer Programming},
publisher = {Addison-Wesley},
year = {1997},
edition = {Third},
isbn = {978-0201896831}
}
@inproceedings{shannon1948communication,
author = {Shannon, Claude E.},
title = {A Mathematical Theory of Communication},
booktitle = {The Bell System Technical Journal},
year = {1948},
volume = {27},
pages = {379--423}
}
Specifications
- Format
- BibTeX
- Entries
- 3
- Types
- article, book, inproceedings
What is a .bib file?
BibTeX (.bib) is a plain-text bibliography database used with LaTeX and reference managers. Each entry has a type (@article, @book, @inproceedings), a citation key, and tagged fields like author, title, year, and journal. It is the standard citation format in academic writing.
How to use this file
Use an example .bib file to test BibTeX and BibLaTeX parsers, reference managers (Zotero, Mendeley, JabRef), and citation-format converters (for example BibTeX to RIS or CSL-JSON).
Related files
- molMDL Molfile — Water (.mol)An MDL Molfile (V2000) of a water molecule with standard geometry — a counts line, atom block with 2D coordinates, and bond block — for testing cheminformatics parsers and MOL/SDF converters.

- pdbPDB Structure — Water (.pdb)The same water molecule in PDB format with fixed-column HETATM coordinate records and a CONECT bond record — for testing molecular-structure parsers and viewers and PDB/MOL conversion.

- fitsFITS Image (.fits)A minimal but valid FITS image — a primary header of 80-character cards padded to a 2880-byte block, followed by a 16x16 unsigned-byte pixel gradient — for testing FITS readers and header-card parsers.

- ncNetCDF Gridded Data (.nc)A NetCDF-3 (classic) file holding a small CF-convention gridded temperature field over latitude, longitude, and time, with named dimensions and units — for testing NetCDF readers like netCDF4 and xarray.

- csrCertificate Signing Request (CSR)A PKCS#10 certificate signing request (PEM) with the subject and SAN, self-signed by the RSA key to prove key possession — for testing CSR parsers and certificate-authority intake flows.

- drawiodraw.io Diagram (XML)A draw.io (diagrams.net) diagram in its native mxGraphModel XML — a small flowchart — for testing draw.io import/export and XML parsing of diagram files.

Generated by generation/sci_data.py. Free for any use, no attribution required — license.