academic-refchecker 1.2.57__py3-none-any.whl → 1.2.58__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: academic-refchecker
3
- Version: 1.2.57
3
+ Version: 1.2.58
4
4
  Summary: A comprehensive tool for validating reference accuracy in academic papers
5
5
  Author-email: Mark Russinovich <markrussinovich@hotmail.com>
6
6
  License-Expression: MIT
@@ -129,6 +129,7 @@ Learn about RefChecker's design philosophy and development process in this detai
129
129
  - [📊 Sample Output](#-sample-output)
130
130
  - [🎯 Features](#-features)
131
131
  - [🚀 Quick Start](#-quick-start)
132
+ - [🌐 Web UI](#-web-ui)
132
133
  - [🤖 LLM-Enhanced Reference Extraction](#-llm-enhanced-reference-extraction)
133
134
  - [📦 Installation](#-installation)
134
135
  - [📖 Usage](#-usage)
@@ -171,6 +172,31 @@ Learn about RefChecker's design philosophy and development process in this detai
171
172
 
172
173
  > **⚡ Performance Tip**: Reference verification takes 5-10 seconds per reference without a Semantic Scholar API key due to rate limiting. With an API key, verification speeds up to 1-2 seconds per reference. Set `SEMANTIC_SCHOLAR_API_KEY` environment variable or use `--semantic-scholar-api-key` for faster processing.
173
174
 
175
+ ## 🌐 Web UI
176
+
177
+ RefChecker also includes a modern web interface with real-time progress updates, check history, and export options.
178
+
179
+ ### Quick Start (Web UI)
180
+
181
+ ```bash
182
+ cd web-ui
183
+ npm install # First time only
184
+ npm start # Starts both backend and frontend
185
+ ```
186
+
187
+ Then open **http://localhost:5173** in your browser.
188
+
189
+ ### Features
190
+
191
+ - ✨ Real-time validation with live progress updates
192
+ - 📄 Support for ArXiv URLs and file uploads (PDF, LaTeX, text)
193
+ - 📊 Live statistics with filtering by status
194
+ - 📋 Export references as Markdown, plain text, or BibTeX (with corrected values)
195
+ - 📚 Persistent check history
196
+ - 🌓 Automatic dark/light mode
197
+
198
+ For complete Web UI documentation, see **[web-ui/README.md](web-ui/README.md)**.
199
+
174
200
  ## 🤖 LLM-Enhanced Reference Extraction
175
201
 
176
202
  RefChecker supports AI-powered bibliography parsing using Large Language Models (LLMs) for improved accuracy with complex citation formats. While models as small as Llama 3.1-8B are fairly reliable at reference extraction, they can struggle with non-standard bibliographies. GPT-4o frequently hallucinates DOIs while Sonnet 4 has shown the best performance on large, complex bibliographies.
@@ -1,7 +1,7 @@
1
- academic_refchecker-1.2.57.dist-info/licenses/LICENSE,sha256=Kwrx3fePVCeEFDCZvCW4OuoTNBiSoYbpGBI6qzGhWF0,1067
1
+ academic_refchecker-1.2.58.dist-info/licenses/LICENSE,sha256=Kwrx3fePVCeEFDCZvCW4OuoTNBiSoYbpGBI6qzGhWF0,1067
2
2
  refchecker/__init__.py,sha256=Pg5MrtLxDBRcNYcI02N-bv3tzURVd1S3nQ8IyF7Zw7E,322
3
3
  refchecker/__main__.py,sha256=agBbT9iKN0g2xXtRNCoh29Nr7z2n5vU-r0MCVJKi4tI,232
4
- refchecker/__version__.py,sha256=wWcdzG4jTx-jCV6ldSEzTdaQ9BYmYt48_hZmCOyoioU,89
4
+ refchecker/__version__.py,sha256=LWUdJRVwyklQkEH3ZS_RmdRhOSvkDwg0-m1Lfx6TYJY,89
5
5
  refchecker/checkers/__init__.py,sha256=T0PAHTFt6UiGvn-WGoJU8CdhXNmf6zaHmcGVoWHhmJQ,533
6
6
  refchecker/checkers/crossref.py,sha256=5BeSCK8K_S_-iwgQaNAbxZGNsxaxOyBzUQ3AD0Rc6nU,20433
7
7
  refchecker/checkers/enhanced_hybrid_checker.py,sha256=c5I_h8w6xD7XkBNkbneffeAnrO8B-uXH99edWBJvDMo,27788
@@ -42,8 +42,8 @@ refchecker/utils/mock_objects.py,sha256=QxU-UXyHSY27IZYN8Sb8ei0JtNkpGSdMXoErrRLH
42
42
  refchecker/utils/text_utils.py,sha256=d_X4r1nVvkL7i0DhxfLaVK3CzbMP2oZvqX3kxfDudQw,220978
43
43
  refchecker/utils/unicode_utils.py,sha256=-WBKarXO756p7fd7gCeNsMag4ztDNURwFX5IVniOtwY,10366
44
44
  refchecker/utils/url_utils.py,sha256=7b0rWCQJSajzqOvD7ghsBZPejiq6mUIz6SGhvU_WGDs,9441
45
- academic_refchecker-1.2.57.dist-info/METADATA,sha256=ulYms9Pzoujc1HG7EOW-EnVyfmbGVeQQdtY0h3U1L8c,23345
46
- academic_refchecker-1.2.57.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
47
- academic_refchecker-1.2.57.dist-info/entry_points.txt,sha256=kG6k2JwFIRvmKe0oZTr2RYStyfl79BirJxyaO6kjIxA,72
48
- academic_refchecker-1.2.57.dist-info/top_level.txt,sha256=ZdIg_PFHiATpVT5Uvp4L17Q0d8mk8ZBsINXKf1tE0bo,11
49
- academic_refchecker-1.2.57.dist-info/RECORD,,
45
+ academic_refchecker-1.2.58.dist-info/METADATA,sha256=bRj3qRI2JDncJQD9qMTGzp7_fvUTPwsSp_1nWKQ0wgE,24104
46
+ academic_refchecker-1.2.58.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
47
+ academic_refchecker-1.2.58.dist-info/entry_points.txt,sha256=kG6k2JwFIRvmKe0oZTr2RYStyfl79BirJxyaO6kjIxA,72
48
+ academic_refchecker-1.2.58.dist-info/top_level.txt,sha256=ZdIg_PFHiATpVT5Uvp4L17Q0d8mk8ZBsINXKf1tE0bo,11
49
+ academic_refchecker-1.2.58.dist-info/RECORD,,
refchecker/__version__.py CHANGED
@@ -1,5 +1,5 @@
1
1
  """Version information for RefChecker."""
2
2
 
3
- __version__ = "1.2.57"
3
+ __version__ = "1.2.58"
4
4
 
5
- __version__ = "1.2.57"
5
+ __version__ = "1.2.58"