|
4 | 4 |
|
5 | 5 | **BibTeX Validator** integrates with a wide range of academic databases to ensure your references are accurate and complete. |
6 | 6 |
|
7 | | -::::{grid} 1 1 2 2 |
| 7 | +::::{grid} 1 |
8 | 8 | :gutter: 3 |
9 | 9 |
|
10 | | -:::{grid-item-card} :gui-badge-crossref:`Crossref` |
| 10 | +:::{grid-item-card} |
11 | 11 | :link: https://www.crossref.org/ |
12 | | -:columns: 12 6 6 4 |
13 | 12 |
|
14 | | -**Primary Source for DOIs** |
| 13 | +<div style="display: flex; align-items: center; gap: 12px; margin-bottom: 8px;"> |
| 14 | + <span class="badge badge-source-crossref">Crossref</span> |
| 15 | + <span style="font-size: 1.1rem; font-weight: 600;">Primary Source for DOIs</span> |
| 16 | +</div> |
15 | 17 |
|
16 | 18 | - **Validates**: DOIs |
17 | 19 | - **Fetches**: Title, Author, Journal, Year, Volume, Issue, Pages |
18 | 20 | - **Logic**: Queries directly using the DOI. If a DOI is missing, it attempts to find one via other sources. |
19 | 21 | ::: |
20 | 22 |
|
21 | | -:::{grid-item-card} :gui-badge-arxiv:`arXiv` |
| 23 | +:::{grid-item-card} |
22 | 24 | :link: https://arxiv.org/ |
23 | | -:columns: 12 6 6 4 |
24 | 25 |
|
25 | | -**Preprint Repository** |
| 26 | +<div style="display: flex; align-items: center; gap: 12px; margin-bottom: 8px;"> |
| 27 | + <span class="badge badge-source-arxiv">arXiv</span> |
| 28 | + <span style="font-size: 1.1rem; font-weight: 600;">Preprint Repository</span> |
| 29 | +</div> |
26 | 30 |
|
27 | 31 | - **Validates**: arXiv IDs |
28 | 32 | - **Fetches**: Title, Author, Year, Abstract, Primary Category |
29 | 33 | - **Logic**: Detected via `eprint` field or DOI (e.g., `10.48550/arXiv...`). Handles versioning (v1, v2). |
30 | 34 | ::: |
31 | 35 |
|
32 | | -:::{grid-item-card} :gui-badge-scholar:`Google Scholar` |
| 36 | +:::{grid-item-card} |
33 | 37 | :link: https://scholar.google.com/ |
34 | | -:columns: 12 6 6 4 |
35 | 38 |
|
36 | | -**Citation & Search Backup** |
| 39 | +<div style="display: flex; align-items: center; gap: 12px; margin-bottom: 8px;"> |
| 40 | + <span class="badge badge-source-semantic-scholar">Google Scholar</span> |
| 41 | + <span style="font-size: 1.1rem; font-weight: 600;">Citation & Search Backup</span> |
| 42 | +</div> |
37 | 43 |
|
38 | 44 | - **Fetches**: Citation counts, missing DOIs |
39 | 45 | - **Logic**: Searches by title/author if other identifiers are missing. **Note**: Can be rate-limited. |
40 | 46 | ::: |
41 | 47 |
|
42 | | -:::{grid-item-card} :gui-badge-dblp:`DBLP` |
| 48 | +:::{grid-item-card} |
43 | 49 | :link: https://dblp.org/ |
44 | | -:columns: 12 6 6 4 |
45 | 50 |
|
46 | | -**Computer Science Bibliography** |
| 51 | +<div style="display: flex; align-items: center; gap: 12px; margin-bottom: 8px;"> |
| 52 | + <span class="badge badge-source-dblp">DBLP</span> |
| 53 | + <span style="font-size: 1.1rem; font-weight: 600;">Computer Science Bibliography</span> |
| 54 | +</div> |
47 | 55 |
|
48 | 56 | - **Fetches**: Accurate conference/journal metadata |
49 | 57 | - **Logic**: Prioritized for Computer Science papers. Excellent for resolving abbreviations. |
50 | 58 | ::: |
51 | 59 |
|
52 | | -:::{grid-item-card} :gui-badge-pubmed:`PubMed` |
| 60 | +:::{grid-item-card} |
53 | 61 | :link: https://pubmed.ncbi.nlm.nih.gov/ |
54 | | -:columns: 12 6 6 4 |
55 | 62 |
|
56 | | -**Biomedical Literature** |
| 63 | +<div style="display: flex; align-items: center; gap: 12px; margin-bottom: 8px;"> |
| 64 | + <span class="badge badge-source-pubmed">PubMed</span> |
| 65 | + <span style="font-size: 1.1rem; font-weight: 600;">Biomedical Literature</span> |
| 66 | +</div> |
57 | 67 |
|
58 | 68 | - **Fetches**: Metadata via PMID |
59 | 69 | - **Logic**: Triggered if a `pmid` field is present. |
60 | 70 | ::: |
61 | 71 |
|
62 | | -:::{grid-item-card} :gui-badge-openalex:`OpenAlex` |
| 72 | +:::{grid-item-card} |
63 | 73 | :link: https://openalex.org/ |
64 | | -:columns: 12 6 6 4 |
65 | 74 |
|
66 | | -**Comprehensive Metadata** |
| 75 | +<div style="display: flex; align-items: center; gap: 12px; margin-bottom: 8px;"> |
| 76 | + <span class="badge badge-source-openalex">OpenAlex</span> |
| 77 | + <span style="font-size: 1.1rem; font-weight: 600;">Comprehensive Metadata</span> |
| 78 | +</div> |
67 | 79 |
|
68 | 80 | - **Fetches**: High-quality open metadata |
69 | 81 | - **Logic**: Used as a robust backup for many fields using DOIs or Titles. |
70 | 82 | ::: |
71 | 83 |
|
72 | | -:::{grid-item-card} :gui-badge-zenodo:`Zenodo` |
| 84 | +:::{grid-item-card} |
73 | 85 | :link: https://zenodo.org/ |
74 | | -:columns: 12 6 6 4 |
75 | 86 |
|
76 | | -**General Purpose Repository** |
| 87 | +<div style="display: flex; align-items: center; gap: 12px; margin-bottom: 8px;"> |
| 88 | + <span class="badge badge-source-zenodo">Zenodo</span> |
| 89 | + <span style="font-size: 1.1rem; font-weight: 600;">General Purpose Repository</span> |
| 90 | +</div> |
77 | 91 |
|
78 | 92 | - **Fetches**: Dataset and software citation metadata |
79 | 93 | - **Logic**: Triggered for Zenodo DOIs. |
80 | 94 | ::: |
81 | 95 |
|
82 | | -:::{grid-item-card} :gui-badge-datacite:`DataCite` |
| 96 | +:::{grid-item-card} |
83 | 97 | :link: https://datacite.org/ |
84 | | -:columns: 12 6 6 4 |
85 | 98 |
|
86 | | -**DOI Registration Agency** |
| 99 | +<div style="display: flex; align-items: center; gap: 12px; margin-bottom: 8px;"> |
| 100 | + <span class="badge badge-source-datacite">DataCite</span> |
| 101 | + <span style="font-size: 1.1rem; font-weight: 600;">DOI Registration Agency</span> |
| 102 | +</div> |
87 | 103 |
|
88 | 104 | - **Fetches**: General metadata for DOIs not in Crossref |
89 | 105 | - **Logic**: Fallback for non-Crossref DOIs. |
|
0 commit comments