janisaez commited on
Commit
3b84ede
·
verified ·
1 Parent(s): a4136e3

docs: correct watchlist field descriptions (page-views, not pipeline)

Browse files
Files changed (1) hide show
  1. README.md +4 -4
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** — organization's pipeline drugs ranked by research attention over the trailing 7-day window
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 research activity across the organization's watched pipeline |
245
- | `watchlist_drug_count` | company | Number of pipeline drugs the organization is actively monitoring |
246
- | `watchlist_top_drug` | company | Most-viewed drug in the organization's watchlist |
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