You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**BibexPy v2.0.0 “Helium”** — the successor to v1.1.0 “Hydrogen” — turns the original
28
+
**BibexPy v2 (“Helium”)** — the successor to v1 (“Hydrogen”) — turns the original
29
29
command-line BibexPy into a **local web platform**, shipped as a single pip-installable
30
30
package. It merges, filters, harmonizes, enriches and exports Web of Science + Scopus
31
31
records with full provenance, and **never sends your licensed exports off your machine**.
@@ -34,10 +34,14 @@ records with full provenance, and **never sends your licensed exports off your m
34
34
<imgsrc=".github/assets/bibexpy-home.png"alt="BibexPy v2 home screen"width="780">
35
35
</p>
36
36
37
-
> **Just need to merge in Google Colab?**[**BibexPy-Lite**](https://github.com/bcankara/BibexPy-Lite)
38
-
> is a lightweight, no-install companion that runs the same Smart Merge algorithm
39
-
> (WoS + Scopus deduplication) in a notebook or terminal — no web UI, no enrichment.
40
-
> [](https://colab.research.google.com/github/bcankara/BibexPy-Lite/blob/main/BibexPy_Lite.ipynb)
37
+
### Two ways to use BibexPy
38
+
39
+
|| What it is | Best for |
40
+
|---|---|---|
41
+
|**Full app** (this repo) |`pip install bibexpy` → a local web platform: merge → filter → harmonize → enrich → export → report. | The complete, reproducible workflow on your own machine. |
42
+
|**[BibexPy-Lite](https://github.com/bcankara/BibexPy-Lite)**[](https://colab.research.google.com/github/bcankara/BibexPy-Lite/blob/main/BibexPy_Lite.ipynb)| A lightweight notebook/terminal tool that runs the **same Smart Merge algorithm** — no web UI, no enrichment. | A quick WoS + Scopus **merge** in Google Colab or a terminal. |
43
+
44
+
Both share one merge algorithm, so results are identical.
41
45
42
46
## Install
43
47
@@ -64,7 +68,7 @@ inside the wheel). Works on Windows, macOS and Linux.
0 commit comments