docs: correct watchlist field descriptions (page-views, not pipeline)
Browse files
README.md
CHANGED
|
@@ -201,7 +201,7 @@ print(body[:500])
|
|
| 201 |
- Activity score and tier across indications
|
| 202 |
- Deal counts and partnership history
|
| 203 |
- **Investment Profile** — public/private status, ticker (exchange + symbol), total capital raised, latest funding round, key investors, and recent pipeline/deal developments sourced from public financial data
|
| 204 |
-
- **Competitive drug watchlist** —
|
| 205 |
|
| 206 |
**Target articles** include:
|
| 207 |
- Gene symbol, protein family, disease associations
|
|
@@ -241,9 +241,9 @@ print(body[:500])
|
|
| 241 |
| `exchange` | company | Stock exchange (e.g. `NYSE`, `NASDAQ`, `KOSDAQ`) |
|
| 242 |
| `total_raised` | company | Total disclosed capital raised (private companies) |
|
| 243 |
| `latest_round` | company | Most recent disclosed funding round (e.g. `Series B · $215M`) |
|
| 244 |
-
| `watchlist_total_views_7d` | company | Total
|
| 245 |
-
| `watchlist_drug_count` | company | Number of
|
| 246 |
-
| `watchlist_top_drug` | company |
|
| 247 |
| `landscape_total_views_7d` | indication | Total research activity across all drugs in the indication |
|
| 248 |
| `landscape_active_orgs_7d` | indication | Number of organizations actively researching the indication |
|
| 249 |
|
|
|
|
| 201 |
- Activity score and tier across indications
|
| 202 |
- Deal counts and partnership history
|
| 203 |
- **Investment Profile** — public/private status, ticker (exchange + symbol), total capital raised, latest funding round, key investors, and recent pipeline/deal developments sourced from public financial data
|
| 204 |
+
- **Competitive drug watchlist** — the drugs this organization viewed most over the trailing 7-day window (predominantly other companies' drugs, surfacing competitive interest)
|
| 205 |
|
| 206 |
**Target articles** include:
|
| 207 |
- Gene symbol, protein family, disease associations
|
|
|
|
| 241 |
| `exchange` | company | Stock exchange (e.g. `NYSE`, `NASDAQ`, `KOSDAQ`) |
|
| 242 |
| `total_raised` | company | Total disclosed capital raised (private companies) |
|
| 243 |
| `latest_round` | company | Most recent disclosed funding round (e.g. `Series B · $215M`) |
|
| 244 |
+
| `watchlist_total_views_7d` | company | Total page-views the organization generated across all drugs it researched in the trailing 7-day window (predominantly other companies' drugs, not its own pipeline) |
|
| 245 |
+
| `watchlist_drug_count` | company | Number of distinct drugs the organization viewed in the trailing 7-day window |
|
| 246 |
+
| `watchlist_top_drug` | company | The single drug the organization viewed most in the trailing 7-day window |
|
| 247 |
| `landscape_total_views_7d` | indication | Total research activity across all drugs in the indication |
|
| 248 |
| `landscape_active_orgs_7d` | indication | Number of organizations actively researching the indication |
|
| 249 |
|